diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 16:56:35 +0800 |
| commit | 814ec806c22e2782390af5a4a05cb6281aabd5e1 (patch) | |
| tree | 29e1692a067b17e56886a7d246d2b9521b2b7777 /data/ice/2020-11-09/api-docs.php | |
| parent | eccd5cd5a067f5659982685afdeea209b1888efb (diff) | |
| download | afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.tar.gz afterglow-metadata-814ec806c22e2782390af5a4a05cb6281aabd5e1.zip | |
update APIs 20260712
Diffstat (limited to 'data/ice/2020-11-09/api-docs.php')
| -rw-r--r-- | data/ice/2020-11-09/api-docs.php | 24064 |
1 files changed, 7718 insertions, 16346 deletions
diff --git a/data/ice/2020-11-09/api-docs.php b/data/ice/2020-11-09/api-docs.php index ff6e8d1..6614ed2 100644 --- a/data/ice/2020-11-09/api-docs.php +++ b/data/ice/2020-11-09/api-docs.php @@ -1,126 +1,72 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'ICE', - 'version' => '2020-11-09', - ], + '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', - ], + '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', - ], + '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', + 'items' => ['type' => 'string'], ], + 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], + 'CustomParams' => ['type' => 'string'], + 'VadDuration' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TtsConfig' => [ 'type' => 'object', 'properties' => [ - 'VoiceId' => [ - 'type' => 'string', - ], + 'VoiceId' => ['type' => 'string'], 'VoiceIdList' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], 'PronunciationRules' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Word' => [ - 'type' => 'string', - ], - 'Pronunciation' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], + 'Word' => ['type' => 'string'], + 'Pronunciation' => ['type' => 'string'], + 'Type' => ['type' => 'string'], ], ], ], - 'ModelId' => [ - 'type' => 'string', - ], - 'LanguageId' => [ - 'type' => 'string', - ], - 'Emotion' => [ - 'type' => 'string', - ], - 'SpeechRate' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'ModelId' => ['type' => 'string'], + 'LanguageId' => ['type' => 'string'], + 'Emotion' => ['type' => 'string'], + 'SpeechRate' => ['type' => 'number', 'format' => 'double'], ], ], 'LlmConfig' => [ @@ -131,95 +77,55 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Role' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], ], ], ], - 'LlmHistoryLimit' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmSystemPrompt' => [ - 'type' => 'string', - ], - 'BailianAppParams' => [ - 'type' => 'string', - ], - 'OpenAIExtraQuery' => [ - 'type' => 'string', - ], - 'LlmCompleteReply' => [ - 'type' => 'boolean', - ], + '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', - ], + 'Function' => ['type' => 'string'], + 'MatchFunction' => ['type' => 'string'], ], ], ], - 'OutputMinLength' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'OutputMaxDelay' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'HistorySyncWithTTS' => [ - 'type' => 'boolean', - ], + 'OutputMinLength' => ['type' => 'integer', 'format' => 'int32'], + 'OutputMaxDelay' => ['type' => 'integer', 'format' => 'int32'], + 'HistorySyncWithTTS' => ['type' => 'boolean'], ], ], 'AvatarConfig' => [ 'type' => 'object', 'properties' => [ - 'AvatarId' => [ - 'type' => 'string', - ], + 'AvatarId' => ['type' => 'string'], ], ], 'InterruptConfig' => [ 'type' => 'object', 'properties' => [ - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - ], + 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'InterruptWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'NoInterruptMode' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'NoInterruptMode' => ['type' => 'string'], + 'KeepInterruptWordsForLLM' => ['type' => 'boolean'], ], ], 'VoiceprintConfig' => [ 'type' => 'object', 'properties' => [ - 'UseVoiceprint' => [ - 'type' => 'boolean', - ], - 'VoiceprintId' => [ - 'type' => 'string', - ], - 'RegistrationMode' => [ - 'type' => 'string', - ], + 'UseVoiceprint' => ['type' => 'boolean'], + 'VoiceprintId' => ['type' => 'string'], + 'RegistrationMode' => ['type' => 'string'], ], ], 'TurnDetectionConfig' => [ @@ -227,82 +133,53 @@ 'properties' => [ 'TurnEndWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'Mode' => [ - 'type' => 'string', - ], - 'SemanticWaitDuration' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Eagerness' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'Mode' => ['type' => 'string'], + 'SemanticWaitDuration' => ['type' => 'integer', 'format' => 'int32'], + 'Eagerness' => ['type' => 'string'], ], ], - 'ExperimentalConfig' => [ - 'type' => 'string', - ], + 'ExperimentalConfig' => ['type' => 'string'], 'VcrConfig' => [ 'type' => 'object', 'properties' => [ 'StillFrameMotion' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'CallbackDelay' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Enabled' => ['type' => 'boolean'], + 'CallbackDelay' => ['type' => 'integer', 'format' => 'int32'], ], ], 'InvalidFrameMotion' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'CallbackDelay' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Enabled' => ['type' => 'boolean'], + 'CallbackDelay' => ['type' => 'integer', 'format' => 'int32'], ], ], 'PeopleCount' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], + 'Enabled' => ['type' => 'boolean'], ], ], 'Equipment' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], + 'Enabled' => ['type' => 'boolean'], ], ], 'HeadMotion' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], + 'Enabled' => ['type' => 'boolean'], ], ], 'LookAway' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], + 'Enabled' => ['type' => 'boolean'], ], ], ], @@ -310,13 +187,8 @@ 'AmbientSoundConfig' => [ 'type' => 'object', 'properties' => [ - 'ResourceId' => [ - 'type' => 'string', - ], - 'Volume' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'ResourceId' => ['type' => 'string'], + 'Volume' => ['type' => 'integer', 'format' => 'int32'], ], ], 'AutoSpeechConfig' => [ @@ -325,50 +197,33 @@ 'UserIdle' => [ 'type' => 'object', 'properties' => [ - 'WaitTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'MaxRepeats' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + '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', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], + 'HangupEndWord' => ['type' => 'string'], ], ], 'LlmPending' => [ 'type' => 'object', 'properties' => [ - 'WaitTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], + 'Mode' => ['type' => 'string'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Text' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -381,28 +236,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'TriggerStage' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + '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', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -415,28 +258,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'TriggerStage' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + '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', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -448,163 +279,91 @@ 'AIAgentOutboundCallConfig' => [ 'type' => 'object', 'properties' => [ - 'Greeting' => [ - 'type' => 'string', - ], - 'EnableIntelligentSegment' => [ - 'type' => 'boolean', - ], + 'Greeting' => ['type' => 'string'], + 'EnableIntelligentSegment' => ['type' => 'boolean'], 'AsrConfig' => [ 'type' => 'object', 'properties' => [ - 'AsrMaxSilence' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrLanguageId' => [ - 'type' => 'string', - ], + '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', + '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', - ], + 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'LlmHistory' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Role' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], ], ], ], - 'LlmSystemPrompt' => [ - 'type' => 'string', - ], - 'BailianAppParams' => [ - 'type' => 'string', - ], - 'OpenAIExtraQuery' => [ - 'type' => 'string', - ], - 'LlmCompleteReply' => [ - 'type' => 'boolean', - ], + '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', - ], + 'Function' => ['type' => 'string'], + 'MatchFunction' => ['type' => 'string'], ], ], ], - 'OutputMinLength' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'OutputMaxDelay' => [ - 'type' => 'string', - ], - 'HistorySyncWithTTS' => [ - 'type' => 'boolean', - ], + 'OutputMinLength' => ['type' => 'integer', 'format' => 'int32'], + 'OutputMaxDelay' => ['type' => 'string'], + 'HistorySyncWithTTS' => ['type' => 'boolean'], ], ], 'TtsConfig' => [ 'type' => 'object', 'properties' => [ - 'VoiceId' => [ - 'type' => 'string', - ], + 'VoiceId' => ['type' => 'string'], 'VoiceIdList' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], 'PronunciationRules' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Word' => [ - 'type' => 'string', - ], - 'Pronunciation' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], + 'Word' => ['type' => 'string'], + 'Pronunciation' => ['type' => 'string'], + 'Type' => ['type' => 'string'], ], ], ], - 'ModelId' => [ - 'type' => 'string', - ], - 'LanguageId' => [ - 'type' => 'string', - ], - 'Emotion' => [ - 'type' => 'string', - ], - 'SpeechRate' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'ModelId' => ['type' => 'string'], + 'LanguageId' => ['type' => 'string'], + 'Emotion' => ['type' => 'string'], + 'SpeechRate' => ['type' => 'number', 'format' => 'double'], ], ], 'InterruptConfig' => [ 'type' => 'object', 'properties' => [ - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - ], + 'EnableVoiceInterrupt' => ['type' => 'boolean'], 'InterruptWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'Eagerness' => [ - 'type' => 'string', - 'deprecated' => true, - ], - 'NoInterruptMode' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'Eagerness' => ['type' => 'string', 'deprecated' => true], + 'NoInterruptMode' => ['type' => 'string'], + 'KeepInterruptWordsForLLM' => ['type' => 'boolean'], ], ], 'TurnDetectionConfig' => [ @@ -612,91 +371,55 @@ 'properties' => [ 'TurnEndWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'Mode' => [ - 'type' => 'string', - ], - 'SemanticWaitDuration' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Eagerness' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'Mode' => ['type' => 'string'], + 'SemanticWaitDuration' => ['type' => 'integer', 'format' => 'int32'], + 'Eagerness' => ['type' => 'string'], ], ], - 'GreetingDelay' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'GreetingDelay' => ['type' => 'integer', 'format' => 'int32'], 'AmbientSoundConfig' => [ 'type' => 'object', 'properties' => [ - 'ResourceId' => [ - 'type' => 'string', - ], - 'Volume' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'ResourceId' => ['type' => 'string'], + 'Volume' => ['type' => 'integer', 'format' => 'int32'], ], ], - 'ExperimentalConfig' => [ - 'type' => 'string', - ], + 'ExperimentalConfig' => ['type' => 'string'], 'AutoSpeechConfig' => [ 'type' => 'object', 'properties' => [ 'UserIdle' => [ 'type' => 'object', 'properties' => [ - 'WaitTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'MaxRepeats' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + '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', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], + 'HangupEndWord' => ['type' => 'string'], ], ], 'LlmPending' => [ 'type' => 'object', 'properties' => [ - 'WaitTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'WaitTime' => ['type' => 'integer', 'format' => 'int32'], + 'Mode' => ['type' => 'string'], 'Messages' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Text' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -704,34 +427,19 @@ ], ], ], - 'MaxIdleTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'MaxIdleTime' => ['type' => 'integer', 'format' => 'int32'], 'BackChannelingConfig' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'TriggerStage' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Enabled' => ['type' => 'boolean'], + 'TriggerStage' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], 'Words' => [ 'type' => 'object', 'properties' => [ - 'Text' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -741,28 +449,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Enabled' => [ - 'type' => 'boolean', - ], - 'TriggerStage' => [ - 'type' => 'string', - ], - 'Probability' => [ - 'type' => 'number', - 'format' => 'double', - ], + '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', - ], + 'Text' => ['type' => 'string'], + 'Probability' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -774,392 +470,185 @@ 'AIAgentRuntimeConfig' => [ 'type' => 'object', 'properties' => [ - 'VoiceChat' => [ + 'AvatarChat3D' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ - 'AuthToken' => [ - 'type' => 'string', - ], - 'AgentUserId' => [ - 'type' => 'string', - ], - 'ChannelId' => [ - 'type' => 'string', - ], + 'AgentUserId' => ['type' => 'string'], + 'AuthToken' => ['type' => 'string'], + 'ChannelId' => ['type' => 'string'], ], ], - 'AuthToken' => [ - 'type' => 'string', - ], - 'AgentUserId' => [ - 'type' => 'string', - ], 'VisionChat' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ - 'AuthToken' => [ - 'type' => 'string', - ], - 'AgentUserId' => [ - 'type' => 'string', - ], - 'ChannelId' => [ - 'type' => 'string', - ], + 'AgentUserId' => ['type' => 'string'], + 'AuthToken' => ['type' => 'string'], + 'ChannelId' => ['type' => 'string'], ], ], - 'ChannelId' => [ - 'type' => 'string', - ], - 'AvatarChat3D' => [ + 'VoiceChat' => [ 'type' => 'object', 'deprecated' => true, 'properties' => [ - 'AuthToken' => [ - 'type' => 'string', - ], - 'AgentUserId' => [ - 'type' => 'string', - ], - 'ChannelId' => [ - 'type' => 'string', - ], + 'AgentUserId' => ['type' => 'string'], + 'AuthToken' => ['type' => 'string'], + 'ChannelId' => ['type' => 'string'], ], ], + 'AgentUserId' => ['type' => 'string'], + 'AuthToken' => ['type' => 'string'], + 'ChannelId' => ['type' => 'string'], ], ], 'AIAgentTemplateConfig' => [ 'type' => 'object', 'properties' => [ - 'VoiceChat' => [ + 'AvatarChat3D' => [ 'type' => 'object', 'properties' => [ - 'Greeting' => [ - 'type' => 'string', - ], + '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', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], ], ], ], - 'WorkflowOverrideParams' => [ - 'type' => 'string', - ], - 'EnableIntelligentSegment' => [ - 'type' => 'boolean', - ], - 'AvatarUrlType' => [ - 'type' => 'string', - ], - 'AvatarUrl' => [ - 'type' => 'string', - ], + 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'CharBreak' => [ - 'type' => 'boolean', - ], - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - ], - 'VoiceprintId' => [ - 'type' => 'string', - ], - 'GracefulShutdown' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], + 'AsrLanguageId' => ['type' => 'string'], + 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'UserOnlineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrLanguageId' => [ - 'type' => 'string', - ], - 'UserOfflineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmSystemPrompt' => [ - 'type' => 'string', - ], - 'BailianAppParams' => [ - 'type' => 'string', - ], - 'VadLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmHistoryLimit' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrMaxSilence' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'WakeUpQuery' => [ - 'type' => 'string', - ], - 'Volume' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'VoiceId' => [ - 'type' => 'string', - ], - 'UseVoiceprint' => [ - 'type' => 'boolean', - ], - 'MaxIdleTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'items' => ['type' => 'string'], ], + 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], + 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'EnablePushToTalk' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], ], ], 'VisionChat' => [ 'type' => 'object', 'properties' => [ - 'Greeting' => [ - 'type' => 'string', - ], + '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', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], ], ], ], - 'WorkflowOverrideParams' => [ - 'type' => 'string', - ], - 'EnableIntelligentSegment' => [ - 'type' => 'boolean', - ], + 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'CharBreak' => [ - 'type' => 'boolean', - ], - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - ], - 'VoiceprintId' => [ - 'type' => 'string', - ], - 'GracefulShutdown' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], + 'AsrLanguageId' => ['type' => 'string'], + 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'UserOnlineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrLanguageId' => [ - 'type' => 'string', - ], - 'UserOfflineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmSystemPrompt' => [ - 'type' => 'string', - ], - 'BailianAppParams' => [ - 'type' => 'string', - ], - 'VadLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmHistoryLimit' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrMaxSilence' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'WakeUpQuery' => [ - 'type' => 'string', - ], - 'Volume' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'VoiceId' => [ - 'type' => 'string', - ], - 'UseVoiceprint' => [ - 'type' => 'boolean', - ], - 'MaxIdleTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'items' => ['type' => 'string'], ], + 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], + 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'EnablePushToTalk' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], ], ], - 'AvatarChat3D' => [ + 'VoiceChat' => [ 'type' => 'object', 'properties' => [ - 'Greeting' => [ - 'type' => 'string', - ], + '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', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], ], ], ], - 'WorkflowOverrideParams' => [ - 'type' => 'string', - ], - 'EnableIntelligentSegment' => [ - 'type' => 'boolean', - ], + 'LlmHistoryLimit' => ['type' => 'integer', 'format' => 'int32'], 'VoiceIdList' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'AvatarId' => [ - 'type' => 'string', - ], - 'CharBreak' => [ - 'type' => 'boolean', - ], - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - ], - 'VoiceprintId' => [ - 'type' => 'string', - ], - 'GracefulShutdown' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], + 'AsrLanguageId' => ['type' => 'string'], + 'LlmSystemPrompt' => ['type' => 'string'], 'InterruptWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'UserOnlineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrLanguageId' => [ - 'type' => 'string', - ], - 'UserOfflineTimeout' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmSystemPrompt' => [ - 'type' => 'string', - ], - 'BailianAppParams' => [ - 'type' => 'string', - ], - 'VadLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LlmHistoryLimit' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'AsrMaxSilence' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'WakeUpQuery' => [ - 'type' => 'string', - ], - 'Volume' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'VoiceId' => [ - 'type' => 'string', - ], - 'UseVoiceprint' => [ - 'type' => 'boolean', - ], - 'MaxIdleTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'items' => ['type' => 'string'], ], + 'VadLevel' => ['type' => 'integer', 'format' => 'int32'], + 'CharBreak' => ['type' => 'boolean'], 'AsrHotWords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'EnablePushToTalk' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], ], ], @@ -1168,81 +657,32 @@ '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', - ], + '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', - ], + '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' => [ @@ -1253,395 +693,181 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + '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', + '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', - ], + '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', - ], + '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', - ], + 'ManifestName' => ['type' => 'string'], + 'ChannelName' => ['type' => 'string'], + 'Format' => ['type' => 'string'], + 'PlaybackUrl' => ['type' => 'string'], + 'ManifestSettings' => ['type' => 'string'], + 'SourceGroupName' => ['type' => 'string'], ], ], ], - 'AccessPolicy' => [ - 'type' => 'boolean', - ], + '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', - ], + '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', - ], + 'ManifestName' => ['type' => 'string'], + 'ChannelName' => ['type' => 'string'], + 'Format' => ['type' => 'string'], + 'PlaybackUrl' => ['type' => 'string'], + 'ManifestSettings' => ['type' => 'string'], + 'SourceGroupName' => ['type' => 'string'], ], ], ], - 'AccessPolicy' => [ - 'type' => 'boolean', - ], + 'AccessPolicy' => ['type' => 'boolean'], ], ], 'ChannelAssemblyProgram' => [ 'type' => 'object', 'properties' => [ - 'GmtCreate' => [ - 'type' => 'string', - ], - 'ChannelName' => [ - 'type' => 'string', - ], - 'SourceLocationName' => [ - 'type' => 'string', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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' => [ @@ -1649,87 +875,40 @@ 'properties' => [ 'TranspositionResultList' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/TranspositionResult', - ], - ], - 'Language' => [ - 'type' => 'string', - ], - 'Text' => [ - 'type' => 'string', - ], - 'Weight' => [ - 'type' => 'integer', - 'format' => 'int32', + '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', - ], + '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', - ], + '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'], ], ], ], @@ -1738,101 +917,48 @@ 'ListMediaQualityAnalysisJobsResponseItem' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], 'ScheduleConfig' => [ 'type' => 'object', 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'PipelineId' => ['type' => 'string'], + 'Priority' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TemplateConfig' => [ 'type' => 'object', 'properties' => [ - 'TemplateId' => [ - 'type' => 'string', - ], + 'TemplateId' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Media' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'FinishTime' => [ - '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', - ], + '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' => [ @@ -1840,159 +966,84 @@ 'properties' => [ 'LiveManifestConfigs' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/LiveManifestConfig', - ], - ], - 'UseAudioRenditionGroups' => [ - 'type' => 'boolean', + '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', + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputDetail'], ], 'OutputGroupDetails' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertOutputGroupDetail', - ], + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupDetail'], ], ], ], 'MediaConvertJobConfig' => [ 'type' => 'object', 'properties' => [ - 'JobName' => [ - 'type' => 'string', - ], + 'JobName' => ['type' => 'string'], 'Inputs' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Media' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], ], @@ -2003,49 +1054,31 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'GroupConfig' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], 'OutputFileBase' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Media' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], - 'ManifestName' => [ - 'type' => 'string', - ], + 'ManifestName' => ['type' => 'string'], 'ManifestExtend' => [ 'type' => 'object', 'properties' => [ - 'InputRef' => [ - 'type' => 'string', - ], + 'InputRef' => ['type' => 'string'], 'Excludes' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Language' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], + 'Language' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Type' => ['type' => 'string'], ], ], ], @@ -2058,55 +1091,24 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], - 'OutputFileName' => [ - 'type' => 'string', - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Features' => [ - 'type' => 'string', - ], - 'OverrideParams' => [ - 'type' => 'string', - ], + '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', - ], + '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'], ], ], ], @@ -2126,20 +1128,12 @@ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ - 'Seek' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'End' => [ - 'type' => 'string', - ], + 'Seek' => ['type' => 'string'], + 'Duration' => ['type' => 'string'], + 'End' => ['type' => 'string'], ], ], - 'ConfigToClipFirstPart' => [ - 'type' => 'string', - ], + 'ConfigToClipFirstPart' => ['type' => 'string'], ], ], 'Watermarks' => [ @@ -2147,56 +1141,26 @@ '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', - ], + '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', - ], + 'additionalProperties' => ['type' => 'string'], ], ], ], @@ -2208,9 +1172,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Codec' => [ - 'type' => 'string', - ], + 'Codec' => ['type' => 'string'], ], ], ], @@ -2219,317 +1181,150 @@ 'MediaConvertJobWithoutDetail' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ClientToken' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], 'Config' => [ 'type' => 'object', 'properties' => [ - 'Outputs' => [ + 'Inputs' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertOutput', - ], + 'items' => ['$ref' => '#/components/schemas/MediaConvertInput'], ], - 'JobName' => [ - 'type' => 'string', + 'Outputs' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutput'], ], 'OutputGroups' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertOutputGroup', - ], - ], - 'Inputs' => [ - 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertInput', - ], + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroup'], ], + 'JobName' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'PipelineId' => [ - 'type' => 'string', - ], - 'ClientToken' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'JobId' => [ - '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', - ], + 'Segment' => ['$ref' => '#/components/schemas/MediaConvertSegment'], ], ], 'MediaConvertOutput' => [ 'type' => 'object', 'properties' => [ - 'OutputFile' => [ - '$ref' => '#/components/schemas/MediaObject', - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - 'minimum' => '1', - 'maximum' => '10', - ], - 'OverrideParams' => [ - 'type' => 'string', - ], - 'Features' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + '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' => [ - 'Status' => [ - 'type' => 'string', - ], - 'TaskId' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + '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', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], + 'Url' => ['type' => 'string'], ], ], - 'OutFileMeta' => [ - '$ref' => '#/components/schemas/MediaConvertOutputDetailFileMeta', - ], + 'OutFileMeta' => ['$ref' => '#/components/schemas/MediaConvertOutputDetailFileMeta'], ], ], + 'CreateTime' => ['type' => 'string'], + 'FinishTime' => ['type' => 'string'], ], ], 'MediaConvertOutputDetailFileMeta' => [ 'type' => 'object', 'properties' => [ - 'VideoStreamInfoList' => [ + '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' => [ - 'Rotate' => [ - 'type' => 'string', - ], - 'Codec_tag' => [ - 'type' => 'string', - ], - 'Sar' => [ - 'type' => 'string', - ], - 'Start_time' => [ - 'type' => 'string', - ], - 'Fps' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'Codec_long_name' => [ - 'type' => 'string', - ], - 'PixFmt' => [ - 'type' => 'string', - ], - 'Bit_rate' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'Has_b_frames' => [ - 'type' => 'string', - ], - 'Codec_time_base' => [ - 'type' => 'string', - ], - 'Dar' => [ - 'type' => 'string', - ], - 'Avg_fps' => [ - 'type' => 'string', - ], - 'Codec_tag_string' => [ - 'type' => 'string', - ], - 'Codec_name' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], - 'Time_base' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'NumFrames' => [ - 'type' => 'string', - ], + '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'], ], ], ], - 'AudioStreamInfoList' => [ + 'VideoStreamInfoList' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'CodecTag' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'Index' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Lang' => [ - 'type' => 'string', - ], - 'SampleFmt' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Channels' => [ - 'type' => 'string', - ], - 'Timebase' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'SampleRate' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - ], - ], - ], - 'FileBasicInfo' => [ - 'type' => 'object', - 'properties' => [ - 'FileUrl' => [ - 'type' => 'string', - ], - 'FileStatus' => [ - 'type' => 'string', - ], - 'MediaId' => [ - 'type' => 'string', - ], - 'FileType' => [ - 'type' => 'string', - ], - 'FileName' => [ - 'type' => 'string', - ], - 'Region' => [ - 'type' => 'string', - ], - 'FormatName' => [ - 'type' => 'string', - ], - 'Duration' => [ - 'type' => 'string', - ], - 'Height' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'string', - ], - 'FileSize' => [ - 'type' => 'string', + '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'], ], ], ], @@ -2538,378 +1333,188 @@ 'MediaConvertOutputGroup' => [ 'type' => 'object', 'properties' => [ - 'GroupConfig' => [ - '$ref' => '#/components/schemas/MediaConvertOutputGroupConfig', - ], + 'Name' => ['type' => 'string'], + 'GroupConfig' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupConfig'], 'Outputs' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertOutputGroupOutput', - ], - ], - 'Name' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputGroupOutput'], ], ], ], 'MediaConvertOutputGroupConfig' => [ 'type' => 'object', 'properties' => [ - 'OutputFileBase' => [ - '$ref' => '#/components/schemas/MediaObject', - ], - 'ManifestName' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], + 'ManifestName' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'OutputFileBase' => ['$ref' => '#/components/schemas/MediaObject'], ], ], 'MediaConvertOutputGroupDetail' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'TaskId' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'FinishTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'TaskId' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'Status' => ['type' => 'string'], 'Outputs' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/MediaConvertOutputDetail', - ], - ], - 'Code' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/MediaConvertOutputDetail'], ], + 'CreateTime' => ['type' => 'string'], + 'FinishTime' => ['type' => 'string'], ], ], 'MediaConvertOutputGroupOutput' => [ 'type' => 'object', 'properties' => [ - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'OverrideParams' => [ - 'type' => 'string', - ], - 'Features' => [ - 'type' => 'string', - ], - 'OutputFileName' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], 'MediaQualityAnalysisJob' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], - 'JobId' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'JobId' => ['type' => 'string'], 'ScheduleConfig' => [ 'type' => 'object', 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'PipelineId' => ['type' => 'string'], + 'Priority' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TemplateConfig' => [ 'type' => 'object', 'properties' => [ - 'TemplateId' => [ - 'type' => 'string', - ], + 'TemplateId' => ['type' => 'string'], ], ], - 'State' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Media' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], - 'VqaResult' => [ - '$ref' => '#/components/schemas/MediaQualityAnalysisJobVqaResult', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'FinishTime' => [ - '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', - ], + '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', - ], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Color' => [ 'type' => 'object', 'properties' => [ - 'IntensityValue' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'PerceptualScore' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Detail' => [ 'type' => 'object', 'properties' => [ - 'IntensityValue' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'PerceptualScore' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Noise' => [ 'type' => 'object', 'properties' => [ - 'IntensityValue' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'PerceptualScore' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], 'Sharp' => [ 'type' => 'object', 'properties' => [ - 'IntensityValue' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'PerceptualScore' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], ], ], - 'Score' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Score' => ['type' => 'number', 'format' => 'double'], ], ], ], @@ -2917,253 +1522,125 @@ 'MediaQualityAnalysisJobVqaScoreDetail' => [ 'type' => 'object', 'properties' => [ - 'PerceptualScore' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'IntensityValue' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'PerceptualScore' => ['type' => 'number', 'format' => 'double'], + 'IntensityValue' => ['type' => 'number', 'format' => 'double'], ], ], 'Program' => [ 'type' => 'object', 'properties' => [ - 'GmtCreate' => [ - 'type' => 'string', - ], - 'ChannelName' => [ - 'type' => 'string', - ], - 'SourceLocationName' => [ - 'type' => 'string', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + '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', - ], + 'TranslatedText' => ['type' => 'string'], + 'TargetLanguage' => ['type' => 'string'], ], ], 'VodPackagingAsset' => [ 'type' => 'object', 'properties' => [ - 'GroupName' => [ - 'type' => 'string', - ], + 'GroupName' => ['type' => 'string'], 'Input' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Media' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Media' => ['type' => 'string'], ], ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'ContentId' => [ - 'type' => 'string', - ], - 'AssetName' => [ - 'type' => 'string', - ], + 'CreateTime' => ['type' => 'string'], + 'ContentId' => ['type' => 'string'], + 'AssetName' => ['type' => 'string'], ], ], 'VodPackagingConfig' => [ 'type' => 'object', 'properties' => [ - 'ManifestName' => [ - 'type' => 'string', - ], + 'ManifestName' => ['type' => 'string'], 'StreamSelection' => [ 'type' => 'object', 'properties' => [ - 'MinVideoBitsPerSecond' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'StreamOrder' => [ - 'type' => 'string', - ], - 'MaxVideoBitsPerSecond' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'MinVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64'], + 'StreamOrder' => ['type' => 'string'], + 'MaxVideoBitsPerSecond' => ['type' => 'integer', 'format' => 'int64'], ], ], 'DrmProvider' => [ @@ -3171,87 +1648,44 @@ 'properties' => [ 'SystemIds' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'EncryptionMethod' => [ - 'type' => 'string', - ], - 'IV' => [ - 'type' => 'string', - ], - 'Url' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'EncryptionMethod' => ['type' => 'string'], + 'IV' => ['type' => 'string'], + 'Url' => ['type' => 'string'], ], ], - 'SegmentDuration' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + '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', - ], + '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', - ], + 'GroupName' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'DomainName' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'ApproximateAssetCount' => ['type' => 'integer', 'format' => 'int64'], + 'ConfigurationCount' => ['type' => 'integer', 'format' => 'int64'], ], ], ], ], 'apis' => [ - 'CreateUploadMedia' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ActiveAiRtcLicense' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3260,72 +1694,88 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AppId', + 'name' => 'LicenseItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EntityId', + 'name' => 'AuthCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FileInfo', + 'name' => 'DeviceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'AddAdInsertion' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UploadTargetConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaMetaData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ClientToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PostProcessConfig', - 'in' => 'query', - '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], ], ], ], - 'CreateUploadStream' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddCategory' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3334,56 +1784,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'CateName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Definition', + 'name' => 'ParentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'FileExtension', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'AddEditingProjectMaterials' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], ], [ - 'name' => 'HDRType', + 'PrivateKey' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'MaterialMaps', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'RefreshUploadMedia' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddFavoritePublicMedia' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3392,24 +1836,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'RegisterMediaStream' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddMediaConnectFlowInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3418,82 +1853,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputURL', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaId', + 'name' => 'InputProtocol', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'InputName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'StreamTags', + 'name' => 'MaxBitrate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'GetUrlUploadInfos' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Cidrs', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobIds', + 'name' => 'InputFromUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UploadURLs', + 'name' => 'PairFlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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'], ], ], ], - 'UploadMediaByURL' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddMediaConnectFlowOutput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3502,138 +1925,88 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'UploadURLs', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AppId', + 'name' => 'OutputProtocol', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'OutputToUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UploadTargetConfig', + 'name' => 'OutputName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaMetaData', + 'name' => 'Cidrs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PostProcessConfig', + 'name' => 'PlayerLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'PairInputName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'UploadStreamByURL' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'SrtLatency', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'StreamURL', + 'name' => 'SrtPbkeyLen', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaId', + 'name' => 'SrtPassphrase', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Definition', + 'name' => 'PairFlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'AddMediaMarks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'FileExtension', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'HDRType', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'MediaMarks', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CloseStreamToSearchLib' => [ + 'AddStreamTagToSearchLib' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3644,38 +2017,28 @@ [ 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MsgBody', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetStreamTagList' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'AddTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3684,90 +2047,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Namespace', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaId', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Config', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndTime', + 'name' => 'CoverUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'PreviewMedia', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'Source', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'RelatedMediaids', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateStreamToSearchLib' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'AddYikeUserCredit' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3776,40 +2099,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'YikeUserId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Namespace', + 'name' => 'Credit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Input', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1'], ], ], ], - 'AddStreamTagToSearchLib' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'AlterSearchIndex' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3820,46 +2123,29 @@ [ 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Namespace', + 'name' => 'IndexType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaId', + 'name' => 'IndexStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MsgBody', + 'name' => 'IndexConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AlterSearchLib' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3870,30 +2156,19 @@ [ 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SearchLibConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QuerySearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BatchCreateVodPackagingAsset' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3902,23 +2177,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'Assets', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + '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], + ], ], ], - 'ListSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'BatchGetMediaInfos' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3927,34 +2219,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'AdditionType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AuthTimeout', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'AlterSearchLib' => [ + 'BatchGetYikeAIAppJob' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3963,32 +2247,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'JobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'BatchGetYikeAssetMediaInfos' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'SearchLibConfig', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DropSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CancelDNAJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3997,24 +2281,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateSearchIndex' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CancelFavoritePublicMedia' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4023,48 +2298,39 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CancelIProductionJob' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'IndexType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'IndexStatus', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'IndexConfig', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'AlterSearchIndex' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ClearAIAgentVoiceprint' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4073,48 +2339,39 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'VoiceprintId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IndexType', + 'name' => 'RegistrationMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CloseMediaConnectFlowFailover' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'IndexStatus', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'IndexConfig', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QuerySearchIndex' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CloseStreamToSearchLib' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4125,30 +2382,23 @@ [ 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IndexType', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DropSearchIndex' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateAudit' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4157,32 +2407,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'IndexType', + 'name' => 'AuditContent', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QueryMediaIndexJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateAvatarTrainingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4191,81 +2424,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'AvatarName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 7], ], [ - 'name' => 'MediaId', + 'name' => 'AvatarDescription', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1027], ], - ], - ], - 'SearchIndexJobRerun' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'AvatarType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'Thumbnail', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 512], ], [ - 'name' => 'MediaIds', + 'name' => 'Portrait', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ - 'name' => 'Task', + 'name' => 'Video', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ - 'name' => 'Namespace', + 'name' => 'Transparent', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'InsertMediaToSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4274,72 +2472,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaId', + 'name' => 'ChannelTier', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaType', + 'name' => 'PlaybackMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', + 'name' => 'AccessPolicy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'MsgBody', + 'name' => 'AccessToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ImagesInput', + 'name' => 'FillerSourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Namespace', + 'name' => 'FillerSourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutPutConfigList', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateMediaToSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateCustomTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4348,48 +2524,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaId', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'MsgBody', + 'name' => 'Subtype', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Namespace', + 'name' => 'TemplateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteMediaFromSearchLib' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4398,48 +2556,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'VoiceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 0, 'maxLength' => 32], ], [ - 'name' => 'MediaId', + 'name' => 'VoiceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 0, 'maxLength' => 32], ], [ - 'name' => 'MsgBody', + 'name' => 'VoiceDesc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 0, 'maxLength' => 256], + ], + [ + 'name' => 'Gender', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => ['female', 'male'], ], ], [ - 'name' => 'Namespace', + 'name' => 'Scenario', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => ['story', 'interaction', 'navigation'], ], ], ], ], - 'SearchMedia' => [ - 'methods' => [ - 'post', - 'get', + 'CreateDNADB' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + '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' => [], @@ -4448,82 +2628,61 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Match', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortBy', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'Timeline', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'ClipsParam', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ScrollToken', + 'name' => 'TemplateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SearchLibName', + 'name' => 'MaterialMaps', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CustomFilters', + 'name' => 'BusinessConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ProjectType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetVideoList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateHotwordLibrary' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4532,75 +2691,63 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CateId', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Status', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartTime', + 'name' => 'UsageScenario', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndTime', + 'name' => 'Hotwords', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['$ref' => '#/components/schemas/Hotword', 'required' => false], ], ], + ], + ], + 'CreateIpcOrder' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'SortBy', + 'name' => 'DeviceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'Capability', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Period', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SearchMediaByFace' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateLivePackageChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4609,98 +2756,72 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'GroupName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'SegmentCount', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'EntityId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Description', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PersonImageUrl', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'SegmentDuration', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'FaceSearchToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'ChannelName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SearchLibName', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Protocol', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'CreateLivePackageChannelGroup' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Namespace', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'CustomFilters', + 'name' => 'GroupName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UtcCreate', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SearchMediaClipByFace' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateLivePackageOriginEndpoint' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4709,66 +2830,71 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'GroupName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'ChannelName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'EndpointName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EntityId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Protocol', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FaceSearchToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'ManifestName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaId', + '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' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'LivePackagingConfig', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/LivePackagingConfig', 'required' => false], ], ], ], - 'SearchMediaByAILabel' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateLiveRecordTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4777,122 +2903,152 @@ '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', + 'name' => 'RecordFormat', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], + ], + ], + 'CreateLiveSnapshotTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Text', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'TemplateName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MultimodalSearchType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'OverwriteFormat', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SpecificSearch', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'SequenceFormat', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'TimeInterval', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], + ], + ], + 'CreateLiveTranscodeTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MatchingMode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Namespace', + 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ - 'name' => 'CustomFilters', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 20], ], [ - 'name' => 'UtcCreate', + 'name' => 'TemplateConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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'], + ], + ], + ], + ], ], ], ], ], - 'SearchMediaByMultimodal' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateMediaConnectFlow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4901,82 +3057,232 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', + 'name' => 'FlowName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaType', + 'name' => 'FlowRegion', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'CreateMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Text', - 'in' => 'query', + 'name' => 'InputAttachments', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'Namespace', - 'in' => 'query', + 'name' => 'OutputGroups', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'CustomFilters', - 'in' => 'query', + 'name' => 'AudioSettings', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'UtcCreate', - 'in' => 'query', + 'name' => 'VideoSettings', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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], + ], + ], ], ], ], ], - 'SearchMediaByHybrid' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateMediaLiveInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4985,90 +3291,108 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchLibName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Type', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', - 'in' => 'query', + 'name' => 'SecurityGroupIds', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'PageSize', - 'in' => 'query', + 'name' => 'InputSettings', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, + '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' => [ [ - 'name' => 'Text', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'MediaId', - 'in' => 'query', + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'WhitelistRules', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], + ], + ], + 'CreatePipeline' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Namespace', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CustomFilters', + 'name' => 'Speed', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UtcCreate', + 'name' => 'Priority', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'RegisterMediaInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateProgram' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5077,137 +3401,109 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputURL', + 'name' => 'ProgramName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaType', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'BusinessType', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Title', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaTags', + 'name' => 'Transition', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CoverURL', + 'name' => 'ClipRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'AdBreaks', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateRecognitionEntity' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Overwrite', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ClientToken', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'RegisterConfig', + 'name' => 'EntityName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CateId', + 'name' => 'EntityInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateRecognitionLib' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'WorkflowId', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ReferenceId', + 'name' => 'LibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SmartTagTemplateId', + 'name' => 'LibDescription', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetMediaInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateRecognitionSample' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5216,57 +3512,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'InputURL', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OutputType', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ReturnDetailedInfo', + 'name' => 'ImageUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AuthTimeout', + 'name' => 'LabelPrompt', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateMediaInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateSearchIndex' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5275,113 +3549,86 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InputURL', + 'name' => 'IndexType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'BusinessType', + 'name' => 'IndexStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Title', + 'name' => 'IndexConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Category', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaTags', + 'name' => 'SearchLibConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateSource' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'CoverURL', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UserData', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AppendTags', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CateId', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ReferenceId', + 'name' => 'HttpPackageConfigurations', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteMediaInfos' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateSourceLocation' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5390,40 +3637,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaIds', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'InputURLs', + 'name' => 'BaseUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DeletePhysicalFiles', + 'name' => 'EnableSegmentDelivery', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'SegmentDeliveryUrl', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'BatchGetMediaInfos' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateStreamToSearchLib' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5432,41 +3670,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaIds', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AdditionType', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AuthTimeout', + 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListMediaBasicInfos' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateUploadMedia' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5475,233 +3697,220 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTime', + 'name' => 'AppId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndTime', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaType', + 'name' => 'FileInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'BusinessType', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Source', + 'name' => 'UploadTargetConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'MediaMetaData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'PostProcessConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateUploadStream' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MaxResults', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'Definition', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IncludeFileBasicInfo', + 'name' => 'FileExtension', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaId', + 'name' => 'HDRType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AuthTimeout', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListPublicMediaBasicInfos' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateVodPackagingAsset' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ - 'Anonymous' => [], + 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaTagId', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'AssetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, - 'minimum' => '1', - 'maximum' => '2147483647', + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => false], + 'Media' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'PageSize', + 'name' => 'ContentId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'CreateVodPackagingConfiguration' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'IncludeFileBasicInfo', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'BusinessType', + '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' => 'string', + '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], + ], + ], + ], ], ], ], ], - 'ListAllPublicMediaTags' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateVodPackagingGroup' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ - 'Anonymous' => [], + 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'BusinessType', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitMediaAiAnalysisJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateYikeAssetUpload' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5710,40 +3919,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'FileExt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AnalysisParams', + 'name' => 'FileType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'AddCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateYikeProduction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5752,41 +3941,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CateName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ - 'name' => 'ParentId', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetCategories' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateYikeUser' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5795,59 +3963,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CateId', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', + 'name' => 'UserNamePrefix', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ - 'name' => 'PageSize', + 'name' => 'Nickname', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 100, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ - 'name' => 'SortBy', + 'name' => 'Password', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 32, 'maxLength' => 32, 'pattern' => '^[\\w.-]+$'], ], [ - 'name' => 'Type', + 'name' => 'ProductionIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateYikeWorkspace' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5856,33 +4000,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CateName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], [ - 'name' => 'CateId', + 'name' => 'UserCountLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '2', 'maximum' => '1000'], ], ], ], - 'DeleteCategory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DecryptKMSDataKey' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5891,25 +4022,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CateId', + 'name' => 'CiphertextBlob', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'AddMediaMarks' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteAIAgentDialogue' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5918,32 +4039,42 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaMarks', + 'name' => 'DialogueId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'NodeId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetMediaMarks' => [ - 'methods' => [ - 'get', - 'post', + 'DeleteAdInsertion' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'DeleteAvatarTrainingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5952,32 +4083,33 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteCategory' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MediaMarkIds', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], - 'UpdateMediaMarks' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -5986,32 +4118,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteCustomTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MediaMarks', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteMediaMarks' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6020,32 +4152,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteDNADB' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MediaMarkIds', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DBId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListMediaMarks' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteDNAFiles' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6054,74 +4186,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'DBId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MediaMarkIds', + 'name' => 'PrimaryKeys', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateIpcOrder' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DeleteEditingProjectMaterials' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], + [ + 'PrivateKey' => [], + ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DeviceId', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Capability', + 'name' => 'MaterialIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Period', + 'name' => 'MaterialType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetIpcDeviceInfo' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DeleteEditingProjects' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6130,66 +4238,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DeviceId', + 'name' => 'ProjectIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteHotwordLibrary' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'EndTime', + 'name' => 'HotwordLibraryId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DeleteLivePackageChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Capability', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QueryIpcQuota' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DeleteLivePackageChannelGroup' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6198,58 +4295,42 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTime', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteLivePackageOriginEndpoint' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'EndTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Capability', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'EndpointName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetPlayInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteLiveRecordFiles' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6258,41 +4339,49 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'RecordIds', 'in' => 'query', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], + 'maxItems' => 100, ], ], [ - 'name' => 'InputURL', + 'name' => 'RemoveFile', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'DeleteLiveRecordTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'AuthTimeout', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, + 'type' => 'string', + 'deprecated' => false, + 'required' => true, + 'pattern' => '', + 'properties' => [], ], ], ], ], - 'DeletePlayInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteLiveSnapshotFiles' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6301,40 +4390,48 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FileURLs', + 'name' => 'CreateTimestampList', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => true], + 'maxItems' => 200, ], ], [ - 'name' => 'DeletePhysicalFiles', + 'name' => 'DeleteOriginalFile', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'CreateAudit' => [ - 'methods' => [ - 'get', - 'post', + 'DeleteLiveSnapshotTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'TemplateId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'DeleteLiveTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6343,24 +4440,19 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AuditContent', + 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => [], ], ], ], ], - 'SubmitMediaCensorJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteLiveTranscodeTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6373,115 +4465,76 @@ 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CoverImages', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => [], ], ], + ], + ], + 'DeleteMediaConnectFlow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Title', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Description', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteMediaConnectFlowInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Barrages', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Output', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'InputName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DeleteMediaConnectFlowOutput' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'NotifyUrl', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'FlowId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => false, - ], - 'Media' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ScheduleConfig', + 'name' => 'OutputName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QueryMediaCensorJobDetail' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteMediaFromSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6490,117 +4543,91 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaximumPageSize', + 'name' => 'MsgBody', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Namespace', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QueryMediaCensorJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteMediaInfos' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobIds', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'InputURLs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaximumPageSize', + 'name' => 'DeletePhysicalFiles', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'DeleteMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'State', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'StartOfJobCreatedTimeRange', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ChannelId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteMediaLiveInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'EndOfJobCreatedTimeRange', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PipelineId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'InputId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateCustomTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteMediaLiveInputSecurityGroup' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6609,50 +4636,37 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'SecurityGroupId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteMediaMarks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Subtype', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'MediaMarkIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetSystemTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeletePipeline' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6661,24 +4675,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetCustomTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeletePlayInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6687,42 +4692,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'FileURLs', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Subtype', + 'name' => 'DeletePhysicalFiles', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'SetDefaultCustomTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteProgram' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6731,24 +4720,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'ProgramName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateCustomTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteRecognitionEntity' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6757,40 +4742,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Name', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TemplateConfig', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteCustomTemplate' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteRecognitionLib' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6799,24 +4769,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'LibId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListSystemTemplates' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteRecognitionSample' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6825,74 +4791,48 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Type', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Subtype', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Name', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TemplateId', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Status', + 'name' => 'SampleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteSmartJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListCustomTemplates' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteSource' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -6901,74 +4841,53 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Type', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Subtype', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Name', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TemplateId', + 'name' => 'SoftDelete', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'DeleteSourceLocation' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrderBy', + 'name' => 'SoftDelete', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'CreatePipeline' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteTemplate' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6977,41 +4896,34 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'TemplateIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DeleteVodPackagingAsset' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Speed', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Priority', + 'name' => 'AssetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetPipeline' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteVodPackagingConfiguration' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -7020,24 +4932,16 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PipelineId', + 'name' => 'ConfigurationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdatePipeline' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteVodPackagingGroup' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -7046,49 +4950,37 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PipelineId', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DeleteYikeAssetMediaInfos' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Name', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Status', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Priority', + 'name' => 'LogicDelete', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'DeletePipeline' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeAIAgentInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -7097,24 +4989,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PipelineId', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListPipelines' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeMeterImsEditUsage' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7123,24 +5006,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Speed', + 'name' => 'StartTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SubmitTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeMeterImsMediaConvertUHDUsage' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7149,562 +5038,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'StartTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'InputGroup', + 'name' => 'EndTs', '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, - ], - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - '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', + 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ScheduleConfig', + 'name' => 'Interval', '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, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DescribeMeterImsMediaConvertUsage' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7713,24 +5070,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ParentJobId', + 'name' => 'StartTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'ListTranscodeJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'DescribeMeterImsMpsAiUsage' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7739,73 +5102,74 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartOfCreateTime', + 'name' => 'StartTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'EndOfCreateTime', + 'name' => 'EndTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'ParentJobId', + 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'Status', + 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DescribeMeterImsSummary' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'OrderBy', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'StartTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'EndTs', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'NextPageToken', + 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitPackageJob' => [ - 'methods' => [ - 'get', - 'post', + 'DescribeNotifyConfig' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', - 'http', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AIAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'DescribePlayList' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7814,100 +5178,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'Inputs', + 'name' => 'PageSize', '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, - ], - ], - ], - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'Output', + 'name' => 'TraceId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ScheduleConfig', + 'name' => 'BeginTs', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'EndTs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'GetPackageJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'DescribeRtcRobotInstance' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -7916,24 +5235,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListPackageJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'DetectAudioForCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7942,90 +5252,65 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartOfCreateTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'EndOfCreateTime', + 'name' => 'VoiceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'JobId', + 'name' => 'RecordUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Status', + 'name' => 'AudioRecordId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1', 'maximum' => '20'], ], + ], + ], + 'DropSearchIndex' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'OrderBy', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'IndexType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GenerateKMSDataKey' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DropSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, - 'parameters' => [], - ], - 'DecryptKMSDataKey' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', + 'parameters' => [ + [ + 'name' => 'SearchLibName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'ForbidMediaConnectFlowOutput' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8034,24 +5319,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CiphertextBlob', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitSnapshotJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'ForwardAIAgentCall' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8060,193 +5341,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Input', + 'name' => 'CalledNumber', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'TransferPrompt', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - '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', + 'name' => 'ErrorPrompt', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'CallerNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitDynamicImageJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GenerateAIAgentCall' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8255,156 +5378,71 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', + 'name' => 'Expire', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'UserId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ '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, - ], - ], - ], - ], - ], - ], - ], + 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], [ - 'name' => 'ScheduleConfig', + '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' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'IMAIAgentId' => ['type' => 'string', 'required' => false], + 'ReceiverId' => ['type' => 'string', 'required' => false], ], ], ], + ], + ], + 'GenerateKMSDataKey' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], ], + 'deprecated' => false, + 'parameters' => [], ], - 'GetSnapshotUrls' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GenerateMessageChatToken' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8413,59 +5451,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'PageNumber', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'UserId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrderBy', + 'name' => 'Role', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Timeout', + 'name' => 'Expire', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'GetSnapshotJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetAIAgentConcurrency' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8474,24 +5483,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetDynamicImageJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetAIWorkflowTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8500,24 +5500,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListSnapshotJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetAdInsertion' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8526,73 +5517,57 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartOfCreateTime', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetAiRtcAuthCodeList' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'EndOfCreateTime', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'LicenseItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'OrderBy', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'NeedTotalCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'ListDynamicImageJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetAiRtcLicenseInfoList' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8601,73 +5576,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartOfCreateTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'EndOfCreateTime', + 'name' => 'LicenseItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'OrderBy', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'NeedTotalCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'SubmitSyncMediaInfoJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetAvatar' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8676,71 +5618,15 @@ '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', + 'name' => 'AvatarId', '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, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'SubmitMediaInfoJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetAvatarTrainingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8749,71 +5635,15 @@ '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', + 'name' => 'JobId', '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, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetMediaInfoJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetBatchMediaProducingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -8824,22 +5654,13 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListMediaInfoJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - 'http', - ], + 'GetCategories' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8848,73 +5669,64 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartOfCreateTime', + 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'EndOfCreateTime', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrderBy', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NextPageToken', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateLiveTranscodeTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', + 'GetContentAnalyzeConfig' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'deprecated' => false, + 'parameters' => [], + ], + 'GetCustomTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8923,130 +5735,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Type', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'normal', - 'narrow-band', - 'audio-only', - 'origin', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Name', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'minLength' => 1, - 'maxLength' => 20, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'Subtype', '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', - ], - ], - ], - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'GetLiveTranscodeTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetCustomizedVoice' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9055,24 +5762,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'VoiceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateLiveTranscodeTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9081,106 +5779,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Name', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetDefaultStorageLocation' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - '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' => [], - ], - ], - ], - ], - ], + 'AK' => [], ], ], + 'deprecated' => false, + 'parameters' => [], ], - 'DeleteLiveTranscodeTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetDemonstrationForCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9189,25 +5807,19 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'Scenario', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, - 'enum' => [], + 'enum' => ['story', 'interaction', 'navigation'], ], ], ], ], - 'ListLiveTranscodeTemplates' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetDynamicImageJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -9216,94 +5828,90 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Type', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'normal', - 'narrow-band', - 'audio-only', - 'origin', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetEditingProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'VideoCodec', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'H.264', - 'H.265', - ], - ], + 'AK' => [], ], [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - ], + 'PrivateKey' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortBy', + 'name' => 'RequestSource', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'asc', - 'desc', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetEditingProjectMaterials' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'KeyWord', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], [ - 'name' => 'Category', + 'PrivateKey' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'system', - 'customized', - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'SubmitLiveTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', + 'GetEventCallback' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + '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' => [], @@ -9312,107 +5920,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'DeviceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'minLength' => 1, - 'maxLength' => 128, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartMode', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'enum' => [ - '0', - '1', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StreamInput', + 'name' => 'Capability', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'rtmp', - ], - ], - 'InputUrl' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TranscodeOutput', + 'name' => 'PageNo', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'DomainName' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'TimedConfig', + 'name' => 'PageSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - 'required' => false, - ], - 'EndTime' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'SendLiveTranscodeJobCommand' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveEditingIndexFile' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9421,36 +5962,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'AppName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Command', + 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'stop', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'StreamName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetLiveTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveEditingJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9461,23 +5996,13 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [], - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateLiveTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLivePackageChannel' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -9486,94 +6011,20 @@ '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', + 'name' => 'GroupName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'rtmp', - ], - ], - 'InputUrl' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['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', + 'name' => 'ChannelName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'StartTime' => [ - 'type' => 'string', - 'required' => false, - ], - 'EndTime' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteLiveTranscodeJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLivePackageChannelGroup' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -9582,25 +6033,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveTranscodeJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLivePackageOriginEndpoint' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -9609,87 +6050,25 @@ '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', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortBy', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'asc', - 'desc', - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'KeyWord', + 'name' => 'EndpointName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateLiveRecordTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveRecordJob' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9698,78 +6077,15 @@ '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' => '', - ], + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetLiveRecordTemplate' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9780,29 +6096,18 @@ [ 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateLiveRecordTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveSnapshotJob' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9811,88 +6116,15 @@ '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' => '', - ], + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteLiveRecordTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveSnapshotTemplate' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9903,24 +6135,13 @@ [ 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'deprecated' => false, - 'required' => true, - 'pattern' => '', - 'properties' => [], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveRecordTemplates' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9929,71 +6150,19 @@ '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', + 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => [], ], ], ], ], - 'SubmitLiveRecordJob' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetLiveTranscodeTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10002,89 +6171,26 @@ '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' => '', - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetMediaConnectAvailableRegion' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'deprecated' => false, - 'required' => true, - 'pattern' => '', - ], + 'AK' => [], ], ], + 'deprecated' => false, + 'parameters' => [], ], - 'GetLiveRecordJob' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaConnectFlow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10093,23 +6199,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteLiveRecordFiles' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaConnectFlowAllOutputName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10118,37 +6216,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'RecordIds', - 'in' => 'query', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - 'maxItems' => 100, - ], - ], - [ - 'name' => 'RemoveFile', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveRecordJobs' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaConnectFlowInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10157,75 +6233,60 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Keyword', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'StartTime', + 'name' => 'WithInternalVip', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], + ], + ], + 'GetMediaConnectFlowOutput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'EndTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'format' => 'iso8601', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Status', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', + 'name' => 'OutputName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetMediaConvertJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'SortBy', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListLiveRecordFiles' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10234,79 +6295,52 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'EndTime', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartTime', + 'name' => 'InputURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobIds', + 'name' => 'OutputType', 'in' => 'query', - 'style' => 'flat', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - 'maxItems' => 100, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'ReturnDetailedInfo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'AuthTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'GetMediaInfoJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], + 'security' => [ [ - 'name' => 'SortBy', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'RecordFormat', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateLiveSnapshotTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10315,48 +6349,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'OverwriteFormat', + 'name' => 'ChannelId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetMediaLiveInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'SequenceFormat', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'TimeInterval', + 'name' => 'InputId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetLiveSnapshotTemplate' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaLiveInputSecurityGroup' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10365,23 +6383,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'SecurityGroupId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateLiveSnapshotTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetMediaMarks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10390,56 +6400,37 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TemplateName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'MediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OverwriteFormat', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MediaMarkIds', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetMediaProducingJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'SequenceFormat', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'TimeInterval', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteLiveSnapshotTemplate' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetPackageJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -10448,23 +6439,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveSnapshotTemplates' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetPipeline' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10473,71 +6456,43 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchKeyWord', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TemplateIds', + 'name' => 'PipelineId', 'in' => 'query', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - 'maxItems' => 100, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetPlayInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'InputURL', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'AuthTimeout', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'SubmitLiveSnapshotJob' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetProgram' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10546,81 +6501,21 @@ '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' => 'ProgramName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CallbackUrl', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'SendLiveSnapshotJobCommand' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetProjectExportJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10630,55 +6525,31 @@ 'parameters' => [ [ 'name' => 'JobId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Command', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetLiveSnapshotJob' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetPublicMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ - 'AK' => [], + 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteLiveSnapshotFiles' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetSmartHandleJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10689,44 +6560,30 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetSnapshotJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'CreateTimestampList', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], - 'maxItems' => 200, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'DeleteOriginalFile', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveSnapshotJobs' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetSnapshotUrls' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10735,73 +6592,64 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTime', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndTime', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'SearchKeyWord', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'Timeout', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'GetSource' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortBy', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SourceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListLiveSnapshotFiles' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetSourceLocation' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10810,57 +6658,43 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetStorageList' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'EndTime', + 'name' => 'AppId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Limit', + 'name' => 'StorageType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateEditingProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetStreamTagList' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -10869,218 +6703,133 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Title', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Timeline', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CoverURL', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClipsParam', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateType', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'MaterialMaps', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'BusinessConfig', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ProjectType', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetEditingProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetSystemTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'RequestSource', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateEditingProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Title', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'RelatedMediaidFlag', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetTemplateMaterials' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Timeline', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ClipsParam', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CoverURL', + 'name' => 'FileList', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetTemplateParams' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'ProjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'BusinessStatus', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteEditingProjects' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -11089,236 +6838,138 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectIds', + 'name' => 'ParentJobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListEditingProjects' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetUrlUploadInfos' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectType', + 'name' => 'JobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateType', + 'name' => 'UploadURLs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetVideoList' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'EndTime', + 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CreateSource', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'AddEditingProjectMaterials' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetVodPackagingAsset' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'MaterialMaps', + 'name' => 'AssetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetEditingProjectMaterials' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetVodPackagingConfiguration' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', + 'name' => 'ConfigurationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteEditingProjectMaterials' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetVodPackagingGroup' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], - [ - 'PrivateKey' => [], - ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'MaterialIds', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'MaterialType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetLiveEditingIndexFile' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetWorkflowTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -11327,48 +6978,33 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AppName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'DomainName', + 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetYikeAIAppJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'StreamName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'ProjectId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitProjectExportJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetYikeAssetMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11377,56 +7013,49 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetYikeStoryboardJob' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Timeline', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'ExportType', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetYikeUser' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'OutputMediaConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UserData', + 'name' => 'UserName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 50, 'pattern' => '^[^\';<>=|\\(\\)]+$'], ], ], ], - 'GetProjectExportJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetYikeUserCredit' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11435,24 +7064,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'YikeUserId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'SubmitMediaProducingJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'InsertMediaToSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -11461,137 +7081,92 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Timeline', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'MediaType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClipsParam', + 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ProjectMetadata', + 'name' => 'MsgBody', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputMediaTarget', + 'name' => 'ImagesInput', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputMediaConfig', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'ListAIAgentDialogues' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'UserData', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ClientToken', + 'name' => 'RoundLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Source', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'EditingProduceConfig', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'MediaMetadata', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - ], - 'GetMediaProducingJob' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitLiveEditingJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListAIAgentInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11600,72 +7175,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Clips', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ProjectId', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'LiveStreamConfig', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputMediaConfig', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaProduceConfig', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'OutputMediaTarget', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'GetLiveEditingJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListAIAgentPhoneNumber' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11674,24 +7212,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SubmitBatchMediaProducingJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListAIAgentVoiceprints' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11700,63 +7244,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'VoiceprintId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'RegistrationMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetBatchMediaProducingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListAdInsertions' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11765,73 +7277,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitSportsHighlightsJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'InputConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], ], ], - 'SubmitScreenMediaHighlightsJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListAlerts' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11840,146 +7320,126 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'EditingConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'ResourceArn', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'Category', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'ListMediaProducingJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListAllPublicMediaTags' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ - 'AK' => [], + 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Status', + 'name' => 'BusinessType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobType', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'ListAvatarTrainingJobs' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'EndTime', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100'], ], [ - 'name' => 'ProjectId', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'ListAvatars' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MasterJobId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100'], ], [ - 'name' => 'SortBy', + 'name' => 'AvatarType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'ListBatchMediaProducingJobs' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -11990,79 +7450,49 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'JobType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'AddTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListChannelAlerts' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12071,114 +7501,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Type', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Config', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CoverUrl', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'PreviewMedia', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Status', + 'name' => 'ResourceArn', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Source', + 'name' => 'Category', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RelatedMediaids', + 'name' => 'SortByModifiedTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'GetTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'TemplateId', + 'name' => 'GmtStart', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RelatedMediaidFlag', + 'name' => 'GmtEnd', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateTemplate' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListChannels' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12187,105 +7549,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Name', + 'name' => 'ChannelTier', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Config', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CoverUrl', + 'name' => 'PlaybackMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PreviewMedia', + 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Source', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'RelatedMediaids', + 'name' => 'SortByModifiedTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteTemplate' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'TemplateIds', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListTemplates' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListCustomTemplates' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -12294,74 +7601,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'Subtype', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CreateSource', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'SortType', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetTemplateMaterials' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListCustomizedVoiceJobs' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -12370,31 +7648,29 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'FileList', + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['Basic', 'Standard', 'Premium'], ], ], ], ], - 'GetTemplateParams' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListCustomizedVoices' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -12403,50 +7679,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TemplateId', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteHotwordLibrary' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'HotwordLibraryId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'GetHotwordLibrary' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDNADB' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -12455,23 +7706,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'HotwordLibraryId', + 'name' => 'DBIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListHotwordLibraries' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDNAFiles' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -12480,281 +7723,137 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'PageNo', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ - 'name' => 'SortBy', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Name', + 'name' => 'DBId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'ListDynamicImageJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], + 'security' => [ [ - 'name' => 'UsageScenario', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'StartTime', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndTime', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'UpdateHotwordLibrary' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Hotwords', + 'name' => 'PageSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - '$ref' => '#/components/schemas/Hotword', - 'required' => false, - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'HotwordLibraryId', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateHotwordLibrary' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListEditingProjects' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], + [ + 'PrivateKey' => [], + ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Description', + 'name' => 'ProjectType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UsageScenario', + 'name' => 'TemplateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Hotwords', + 'name' => 'StartTime', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/Hotword', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'CreateAvatarTrainingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'AvatarName', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'maxLength' => 7, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AvatarDescription', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 1027, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AvatarType', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Thumbnail', + 'name' => 'CreateSource', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 512, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Portrait', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'minLength' => 32, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Video', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'minLength' => 32, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Transparent', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateAvatarTrainingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListHotwordLibraries' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12763,105 +7862,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AvatarName', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 7, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'AvatarDescription', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 1024, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Thumbnail', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'maxLength' => 512, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Portrait', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'minLength' => 32, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Video', + 'name' => 'UsageScenario', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'minLength' => 32, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Transparent', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitAvatarTrainingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'EndTime', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'GetAvatarTrainingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLivePackageChannelGroups' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12870,50 +7919,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteAvatarTrainingJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAvatarTrainingJobs' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLivePackageChannels' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12922,43 +7951,35 @@ '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' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetAvatar' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLivePackageOriginEndpoints' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -12967,69 +7988,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AvatarId', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'ListAvatars' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Keyword', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'AvatarType', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveRecordFiles' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13038,102 +8030,51 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceId', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'minLength' => 0, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'VoiceName', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'minLength' => 0, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'VoiceDesc', + 'name' => 'JobIds', 'in' => 'query', + 'style' => 'flat', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, - 'minLength' => 0, - 'maxLength' => 256, + 'items' => ['type' => 'string', 'required' => false], + 'maxItems' => 100, ], ], [ - 'name' => 'Gender', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'female', - 'male', - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Scenario', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'story', - 'interaction', - 'navigation', - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'GetDemonstrationForCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Scenario', + 'name' => 'RecordFormat', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'story', - 'interaction', - 'navigation', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DetectAudioForCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveRecordJobs' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13142,79 +8083,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceId', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RecordUrl', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], [ - 'name' => 'AudioRecordId', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'minimum' => '1', - 'maximum' => '20', - ], + 'schema' => ['type' => 'string', 'format' => 'iso8601', 'required' => false], ], - ], - ], - 'SubmitCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Status', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'VoiceId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'minLength' => 0, - 'maxLength' => 32, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DemoAudioMediaURL', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitStandardCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveRecordTemplates' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13223,56 +8130,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceName', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Gender', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Authentication', + 'name' => 'TemplateIds', 'in' => 'query', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + 'maxItems' => 100, ], ], [ - 'name' => 'Audios', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DemoAudioMediaURL', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveSnapshotFiles' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13283,48 +8180,33 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'DeleteCustomizedVoiceJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'StartTime', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'ListCustomizedVoiceJobs' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveSnapshotJobs' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13333,73 +8215,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'SearchKeyWord', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'enum' => [ - 'Basic', - 'Standard', - 'Premium', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'GetCustomizedVoice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Status', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'VoiceId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'UpdateCustomizedVoice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveSnapshotTemplates' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13408,76 +8262,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceId', + 'name' => 'SearchKeyWord', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DemoAudioMediaId', + 'name' => 'TemplateIds', 'in' => 'query', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + 'maxItems' => 100, ], ], - ], - ], - 'ListCustomizedVoices' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'SortBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitASRJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveTranscodeJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13486,72 +8310,53 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputFile', + 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ - 'name' => 'UserData', + 'name' => 'StartMode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Title', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ - 'name' => 'StartTime', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ - 'name' => 'Duration', + 'name' => 'SortBy', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['asc', 'desc'], ], ], [ - 'name' => 'EditingConfig', + 'name' => 'KeyWord', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitAvatarVideoJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListLiveTranscodeTemplates' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13560,64 +8365,61 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputConfig', + 'name' => 'Type', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['normal', 'narrow-band', 'audio-only', 'origin'], ], ], [ - 'name' => 'EditingConfig', + 'name' => 'VideoCodec', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['H.264', 'H.265'], ], ], [ - 'name' => 'OutputConfig', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ - 'name' => 'Title', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], ], [ - 'name' => 'Description', + 'name' => 'SortBy', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['asc', 'desc'], ], ], [ - 'name' => 'UserData', + 'name' => 'KeyWord', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Category', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, + 'enum' => ['system', 'customized'], ], ], ], ], - 'SubmitAudioProduceJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListMediaBasicInfos' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13626,71 +8428,71 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'EditingConfig', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InputConfig', + 'name' => 'MediaType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Title', + 'name' => 'BusinessType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'Source', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Overwrite', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + '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], ], ], ], - 'SubmitTextGenerateJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListMediaConvertJobs' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -13699,55 +8501,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Title', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'GenerateConfig', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SubmitVideoTranslationJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListMediaInfoJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -13756,88 +8548,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'EditingConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'OutputConfig', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Title', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClientToken', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SignatureMehtod', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'SignatureType', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitHighlightExtractionJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListMediaLiveChannels' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -13846,48 +8595,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'InputConfig', + 'name' => 'Skip', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'OutputConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', - 'in' => 'query', - '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], ], ], ], - 'SubmitSegmentationJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListMediaLiveInputSecurityGroups' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -13896,56 +8637,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'InputConfig', + 'name' => 'Skip', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'OutputConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'SortOrder', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobParams', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Keyword', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetSmartHandleJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListMediaLiveInputs' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -13954,24 +8674,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'DeleteSmartJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListMediaMarks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -13980,23 +8716,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MediaMarkIds', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListSmartJobs' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListMediaProducingJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14005,75 +8738,60 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'JobType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobType', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobState', + 'name' => 'MasterJobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'ListSmartSysAvatarModels' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListPackageJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -14082,41 +8800,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + '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' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'SdkVersion', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListSmartVoiceGroups' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListPipelines' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14125,22 +8847,16 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceType', + 'name' => 'Speed', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'StartAIAgentInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListPrograms' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14149,160 +8865,82 @@ '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', + 'name' => 'ProgramName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SessionId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChatSyncConfig', + 'name' => 'PageSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'IMAIAgentId' => [ - 'type' => 'string', - 'required' => false, - ], - 'ReceiverId' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'SortBy', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentTemplateConfig', - 'deprecated' => true, - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'StopAIAgentInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListPublicMediaBasicInfos' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ - 'AK' => [], + 'Anonymous' => [], ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'MediaTagId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'UpdateAIAgentInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ - 'name' => 'AgentConfig', + 'name' => 'PageNo', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentConfig', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '2147483647'], ], [ - 'name' => 'UserData', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ - 'name' => 'TemplateConfig', + 'name' => 'IncludeFileBasicInfo', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentTemplateConfig', - 'deprecated' => true, - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'BusinessType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DescribeAIAgentInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListRecognitionEntities' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14311,22 +8949,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'ListAIAgentInstance' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListRecognitionLibs' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14335,56 +8981,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AIAgentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'StartTime', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndTime', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'PageNumber', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SendAIAgentSpeech' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListRecognitionSamples' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14393,46 +9013,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'Algorithm', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Text', + 'name' => 'LibId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EnableInterrupt', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Type', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'TakeoverAIAgentCall' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSchedules' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14441,38 +9056,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'HumanAgentUserId', + 'name' => 'WindowDurationSeconds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ - 'name' => 'RequireToken', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'SendAIAgentDataChannelMessage' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14481,30 +9088,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Message', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'SendAIAgentText' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSmartJobs' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14513,30 +9110,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Text', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'GenerateMessageChatToken' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSmartSysAvatarModels' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14545,47 +9157,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AIAgentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'UserId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Role', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Expire', + 'name' => 'SdkVersion', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GenerateAIAgentCall' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSmartVoiceGroups' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14594,93 +9184,63 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AIAgentId', + 'name' => 'VoiceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'ListSnapshotJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Expire', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserId', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'Status', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentTemplateConfig', - 'deprecated' => true, - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AgentConfig', + 'name' => 'PageSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentConfig', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'ChatSyncConfig', + 'name' => 'NextPageToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'IMAIAgentId' => [ - 'type' => 'string', - 'required' => false, - ], - 'ReceiverId' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAIAgentDialogues' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSourceLocations' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14689,74 +9249,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SessionId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'RoundLimit', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartTime', + 'name' => 'FilterState', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'EndTime', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'SortByModifiedTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Order', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteAIAgentDialogue' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSources' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -14765,38 +9292,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SessionId', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DialogueId', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NodeId', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SendMessageChatText' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListSystemTemplates' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14805,70 +9344,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SessionId', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AIAgentId', + 'name' => 'Subtype', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ReceiverId', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Text', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Mode', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'NeedArchiving', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'StartAIAgentOutboundCall' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListTemplates' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -14877,71 +9391,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AIAgentId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'CallerNumber', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'CalledNumber', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Config', + 'name' => 'Status', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AIAgentOutboundCallConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'CreateSource', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ImsAIAgentFreeObCall', + 'name' => 'SortType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAIAgentPhoneNumber' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListTranscodeJobs' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -14950,49 +9438,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageSize', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Number', + 'name' => 'ParentJobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + '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], ], ], ], - 'ForwardAIAgentCall' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListVodPackagingAssets' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15001,54 +9486,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'CalledNumber', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ - 'name' => 'TransferPrompt', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ErrorPrompt', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallerNumber', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SetAIAgentVoiceprint' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListVodPackagingConfigurations' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15057,78 +9524,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceprintId', + 'name' => 'GroupName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Input', + 'name' => 'PageSize', '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, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - ], - 'ClearAIAgentVoiceprint' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'PageNo', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'VoiceprintId', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RegistrationMode', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAIAgentVoiceprints' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListVodPackagingGroups' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15137,48 +9562,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'VoiceprintId', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RegistrationMode', + 'name' => 'Keyword', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitAIAgentVideoAuditTask' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListWorkflowTasks' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15187,113 +9595,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AIAgentId', + 'name' => 'WorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Input', + 'name' => 'WorkflowName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => false, - ], - 'Media' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'KeyText', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallbackConfig', + 'name' => 'StartOfCreateTime', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Url' => [ - 'type' => 'string', - 'required' => false, - ], - 'Token' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AuditInterval', + 'name' => 'EndOfCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CapturePolicies', + 'name' => 'MaxResults', '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, - ], - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetAiRtcLicenseInfoList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListYikeAssetFolders' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15302,68 +9642,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'LicenseItemId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Status', + 'name' => 'ProductionId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'NeedTotalCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'GetAiRtcAuthCodeList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListYikeProductions' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15372,68 +9670,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'LicenseItemId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Status', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Type', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'NeedTotalCount', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ActiveAiRtcLicense' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'OpenMediaConnectFlowFailover' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15442,38 +9708,56 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'LicenseItemId', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'PrecheckYikeAIAppJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'AuthCode', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AppId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DeviceId', + 'name' => 'AppParams', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitVideoCognitionJob' => [ - 'methods' => [ - 'post', + 'QueryCopyrightExtractJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'QueryCopyrightJobList' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15482,73 +9766,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Title', + 'name' => 'CreateTimeStart', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Params', + 'name' => 'CreateTimeEnd', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Input', + 'name' => 'Level', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => false, - ], - 'Media' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'QueryVideoCognitionJob' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryDNAJobList' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -15557,55 +9808,38 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'JobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'QueryIProductionJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Params', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IncludeResults', + 'name' => 'JobId', '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, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QuerySmarttagJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryIpcQuota' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15614,32 +9848,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Params', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SubmitSmarttagJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryMediaCensorJobDetail' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -15648,124 +9885,71 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Title', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Content', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ContentType', + 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'QueryMediaCensorJobList' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'ContentAddr', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'parameters' => [ [ - 'name' => 'Params', + 'name' => 'JobIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NotifyUrl', + 'name' => 'NextPageToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'MaximumPageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '100'], ], [ - 'name' => 'Input', + 'name' => 'State', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => false, - ], - 'Media' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ScheduleConfig', + 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Priority' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateConfig', + 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateRecognitionEntity' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryMediaIndexJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -15774,46 +9958,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'LibId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'EntityName', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EntityInfo', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateRecognitionLib' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QuerySearchIndex' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -15822,38 +9980,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'LibName', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'LibDescription', + 'name' => 'IndexType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateRecognitionSample' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QuerySearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -15862,54 +10002,37 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'LibId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'QuerySmarttagJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'EntityId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'ImageUrl', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'LabelPrompt', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListRecognitionSamples' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryTraceAbJobList' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15918,64 +10041,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'LibId', + 'name' => 'TraceMediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'CreateTimeStart', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'CreateTimeEnd', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'EntityName', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteRecognitionSample' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryTraceExtractJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -15984,46 +10084,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'LibId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'EntityId', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SampleId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListRecognitionEntities' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryTraceM3u8JobList' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -16032,48 +10101,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', + 'name' => 'CreateTimeStart', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'LibId', + 'name' => 'CreateTimeEnd', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'ListRecognitionLibs' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'QueryVideoCognitionJob' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16082,48 +10138,34 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'LibId', + 'name' => 'IncludeResults', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'NeedAsr' => ['type' => 'boolean', 'required' => false], + 'NeedOcr' => ['type' => 'boolean', 'required' => false], + 'NeedProcess' => ['type' => 'boolean', 'required' => false], + ], ], ], ], ], - 'DeleteRecognitionLib' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'RefreshUploadMedia' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16132,30 +10174,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'LibId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteRecognitionEntity' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'RegisterMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16164,176 +10191,85 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Algorithm', + 'name' => 'InputURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'LibId', + 'name' => 'MediaType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'BusinessType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitIProductionJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Title', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionName', + 'name' => 'MediaTags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Input', + 'name' => 'CoverURL', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'UserData', '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, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'Overwrite', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'JobParams', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ScheduleConfig', + 'name' => 'RegisterConfig', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'PipelineId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Priority' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'ModelId', + 'name' => 'WorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ReferenceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SmartTagTemplateId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QueryIProductionJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RegisterMediaStream' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16342,32 +10278,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'InputURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'StreamTags', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateDNADB' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RegisterYikeAssetMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -16376,40 +10310,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'InputURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Model', + 'name' => 'MediaType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', + 'name' => 'ProductionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FolderId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteDNADB' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ResumeMediaConnectFlowOutput' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -16418,24 +10343,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DBId', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDNADB' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ResumeYikeStoryboardJob' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -16444,24 +10365,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DBIds', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitDNAJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SearchEditingProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16470,109 +10382,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'StartTime', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PipelineId', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Config', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'deprecated' => false, 'required' => false], ], [ - 'name' => 'PrimaryKey', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DBId', + 'name' => 'CreateSource', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'CancelDNAJob' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'TemplateType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'ProjectType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteDNAFiles' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SearchIndexJobRerun' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -16581,32 +10439,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DBId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PrimaryKeys', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Task', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Namespace', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDNAFiles' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SearchMedia' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16615,68 +10471,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextPageToken', + 'name' => 'Match', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'DBId', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'QueryDNAJobList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ScrollToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'JobIds', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomFilters', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitCopyrightJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchMediaByAILabel' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16685,111 +10523,75 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'SearchLibName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'MediaType', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Message', + 'name' => 'SortBy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartTime', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'TotalTime', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Level', + 'name' => 'Text', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'MultimodalSearchType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'SpecificSearch', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Params', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'QueryCopyrightJobList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchMediaByFace' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16798,120 +10600,60 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CreateTimeStart', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'CreateTimeEnd', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Level', + 'name' => 'PersonImageUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNumber', + 'name' => 'FaceSearchToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitCopyrightExtractJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'MediaType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'Namespace', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'CustomFilters', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Params', + 'name' => 'UtcCreate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QueryCopyrightExtractJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchMediaByHybrid' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -16920,120 +10662,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitTraceAbJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'MediaType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'PageNo', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'PageSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'StartTime', + 'name' => 'Text', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TotalTime', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Level', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'CustomFilters', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CipherBase64ed', + 'name' => 'UtcCreate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QueryTraceAbJobList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchMediaByMultimodal' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17042,67 +10719,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TraceMediaId', + 'name' => 'MediaType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CreateTimeStart', + 'name' => 'PageNo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'CreateTimeEnd', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'Text', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomFilters', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'UtcCreate', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitTraceM3u8Job' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchMediaClipByFace' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17111,65 +10771,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TraceMediaId', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Output', + 'name' => 'PageNo', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Trace', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'KeyUri', + 'name' => 'EntityId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Params', + 'name' => 'FaceSearchToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'MediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'QueryTraceM3u8JobList' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SearchPublicMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17178,59 +10813,72 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CreateTimeStart', + 'name' => 'MediaIds', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CreateTimeEnd', + 'name' => 'DynamicMetaDataMatchFields', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobId', + 'name' => 'Favorite', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'Authorized', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + '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' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'EntityId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitTraceExtractJob' => [ - 'path' => '', - 'methods' => [ - 'post', + 'SendAIAgentDataChannelMessage' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + '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' => [], @@ -17239,50 +10887,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Input', + 'name' => 'InstanceId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Media' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'Text', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Params', + 'name' => 'EnableInterrupt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Type', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'QueryTraceExtractJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SendAIAgentText' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17291,24 +10919,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Text', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DescribeMeterImsMediaConvertUHDUsage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SendLiveSnapshotJobCommand' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17317,50 +10941,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTs', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'name' => 'JobId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndTs', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'name' => 'Command', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'SendLiveTranscodeJobCommand' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'RegionId', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => false, + 'required' => true, + 'enum' => [], ], ], [ - 'name' => 'Interval', + 'name' => 'Command', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => ['stop'], ], ], ], ], - 'DescribeMeterImsMediaConvertUsage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SendMessageChatText' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17369,51 +10993,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTs', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndTs', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Region', + 'name' => 'ReceiverId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Interval', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + '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], ], ], ], - 'DescribeMeterImsEditUsage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SetAIAgentVoiceprint' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17422,51 +11040,29 @@ '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', + 'name' => 'VoiceprintId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Region', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => false], + 'Data' => ['type' => 'string', 'required' => false], + 'Format' => ['type' => 'string', 'required' => false], + ], ], ], ], ], - 'DescribeMeterImsSummary' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SetContentAnalyzeConfig' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17475,42 +11071,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTs', + 'name' => 'Auto', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'EndTs', + 'name' => 'SaveType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Region', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DescribeMeterImsMpsAiUsage' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SetDefaultCustomTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17519,51 +11098,42 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTs', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'SetDefaultStorageLocation' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'EndTs', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'StorageType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Interval', + 'name' => 'Bucket', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Region', + 'name' => 'Path', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'SetEventCallback' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -17574,129 +11144,85 @@ [ 'name' => 'CallbackType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackQueueName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EventTypeList', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthSwitch', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AuthKey', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetEventCallback' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SetNotifyConfig' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, - 'parameters' => [], - ], - 'StartWorkflow' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ + 'parameters' => [ [ - 'AK' => [], + 'name' => 'AIAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'WorkflowId', + 'name' => 'EnableNotify', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => true], ], [ - 'name' => 'TaskInput', + 'name' => 'CallbackUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'EventTypes', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SkipInputVerification', + 'name' => 'Token', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AudioOssPath', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'EnableAudioRecording', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'GetWorkflowTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SetYikeUserRole' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17705,24 +11231,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TaskId', + 'name' => 'YikeUserId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RoleName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListWorkflowTasks' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartAIAgentInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17731,72 +11253,56 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'WorkflowId', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkflowName', + 'name' => 'RuntimeConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentRuntimeConfig', 'required' => true], ], [ - 'name' => 'KeyText', + 'name' => 'AgentConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentConfig', 'required' => false], ], [ - 'name' => 'StartOfCreateTime', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndOfCreateTime', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'ChatSyncConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'IMAIAgentId' => ['type' => 'string', 'required' => false], + 'ReceiverId' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'NextToken', + 'name' => 'TemplateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], ], ], - 'StartAIWorkflow' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'StartAIAgentOutboundCall' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17805,72 +11311,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'WorkflowId', + 'name' => 'AIAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Inputs', + 'name' => 'CallerNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'CalledNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DispatchTag', + 'name' => 'Config', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentOutboundCallConfig', 'required' => false], ], - ], - ], - 'StopAIWorkflowTask' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'TaskId', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ImsAIAgentFreeObCall', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetAIWorkflowTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartAIWorkflow' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17879,59 +11359,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TaskId', + 'name' => 'WorkflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'CreateMediaLiveInputSecurityGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Inputs', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WhitelistRules', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'name' => 'DispatchTag', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateMediaLiveInputSecurityGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17940,43 +11392,15 @@ '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, - ], - ], + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetMediaLiveInputSecurityGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -17985,22 +11409,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SecurityGroupId', + 'name' => 'ChannelId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListMediaLiveInputSecurityGroups' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartRtcRobotInstance' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18009,80 +11426,55 @@ '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' => 'RobotId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ChannelId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortOrder', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'UserId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Keyword', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteMediaLiveInputSecurityGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'AuthToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'SecurityGroupId', - 'in' => 'formData', + 'name' => 'Config', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + '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], + ], ], ], ], ], - 'CreateMediaLiveInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StartWorkflow' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -18091,93 +11483,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'WorkflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Type', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'TaskInput', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SecurityGroupIds', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['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, - ], - ], - ], - ], + 'name' => 'SkipInputVerification', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'UpdateMediaLiveInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StopAIAgentInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18186,93 +11515,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SecurityGroupIds', + 'name' => 'InstanceId', '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, - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetMediaLiveInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StopAIWorkflowTask' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18281,22 +11532,16 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListMediaLiveInputs' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StopChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18305,64 +11550,15 @@ '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, - ], + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteMediaLiveInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StopMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18371,22 +11567,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputId', + 'name' => 'ChannelId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'StopRtcRobotInstance' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18395,354 +11584,37 @@ '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' => 'InstanceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'SubYikeUserCredit' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - '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, - ], - ], - ], - ], - ], - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - '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' => 'YikeUserId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - '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, - ], - ], - ], - ], + 'name' => 'Credit', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '1'], ], ], ], - 'UpdateMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitAIAgentVideoAuditTask' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -18751,386 +11623,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'AIAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'InputAttachments', - 'in' => 'formData', + 'name' => 'Input', + 'in' => 'query', 'style' => 'json', 'schema' => [ - 'type' => 'array', + 'type' => 'object', '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, - ], - ], - ], - ], - ], - ], - ], - ], + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => false], + 'Media' => ['type' => 'string', 'required' => false], ], ], ], [ - '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' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AudioSettings', - 'in' => 'formData', + 'name' => 'CallbackConfig', + 'in' => 'query', 'style' => 'json', 'schema' => [ - 'type' => 'array', + 'type' => 'object', '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, - ], - ], - ], - ], + 'properties' => [ + 'Url' => ['type' => 'string', 'required' => false], + 'Token' => ['type' => 'string', 'required' => false], ], ], ], [ - 'name' => 'VideoSettings', - 'in' => 'formData', + 'name' => 'AuditInterval', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'CapturePolicies', + 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, '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, - ], + '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], ], ], ], ], ], ], - 'GetMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'ChannelId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'ListMediaLiveChannels' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitASRJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19139,88 +11695,45 @@ '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' => 'InputFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortOrder', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Title', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Keyword', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'States', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'StartTime', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Duration', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ChannelId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'EditingConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'StartMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitAudioProduceJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19229,97 +11742,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'StopMediaLiveChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'name' => 'EditingConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ChannelId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'OutputConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'SubmitMediaConvertJob' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'InputConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Config', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PipelineId', + 'name' => 'Overwrite', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'GetMediaConvertJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitAvatarTrainingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19330,22 +11791,13 @@ [ 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ListMediaConvertJobs' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitAvatarVideoJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19354,87 +11806,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'InputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartOfCreateTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'EndOfCreateTime', + 'name' => 'EditingConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrderBy', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextPageToken', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetMediaConnectAvailableRegion' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [], - ], - 'ForbidMediaConnectFlowOutput' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitBatchMediaProducingJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19443,89 +11848,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'InputConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'ResumeMediaConnectFlowOutput' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'EditingConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'GetMediaConnectFlowAllOutputName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'TemplateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CloseMediaConnectFlowFailover' => [ + 'SubmitCopyrightExtractJob' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -19534,48 +11891,34 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], - ], - ], - 'OpenMediaConnectFlowFailover' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateMediaConnectFlowOutput' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'SubmitCopyrightJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -19584,78 +11927,71 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'OutputName', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'Cidrs', + 'name' => 'Message', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SrtLatency', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SrtPassphrase', + 'name' => 'TotalTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SrtPbkeyLen', + 'name' => 'Level', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'OutputToUrl', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PlayerLimit', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Params', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetMediaConnectFlowOutput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19664,31 +12000,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'VoiceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 0, 'maxLength' => 32], ], [ - 'name' => 'OutputName', + 'name' => 'DemoAudioMediaURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteMediaConnectFlowOutput' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'SubmitDNAJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19697,30 +12022,53 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'OutputName', + 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'AddMediaConnectFlowOutput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitDynamicChartJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19729,136 +12077,75 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'ChartType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OutputProtocol', + 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OutputToUrl', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OutputName', + 'name' => 'ChartConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Cidrs', + 'name' => 'ChartTitle', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PlayerLimit', + 'name' => 'Subtitle', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PairInputName', + 'name' => 'Unit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtLatency', + 'name' => 'DataSource', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtPbkeyLen', + 'name' => 'Background', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtPassphrase', + 'name' => 'AxisParams', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PairFlowId', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteMediaConnectFlowInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'FlowId', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InputName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateMediaConnectFlowInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitDynamicImageJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -19867,81 +12154,93 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Cidrs', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SrtLatency', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtPassphrase', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'SrtPbkeyLen', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'InputFromUrl', + 'name' => 'TemplateConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'MaxBitrate', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], [ - 'name' => 'InputName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetMediaConnectFlowInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitHighlightExtractionJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -19950,22 +12249,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'AddMediaConnectFlowInput' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitIProductionJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -19974,104 +12281,85 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'InputProtocol', + 'name' => 'FunctionName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'InputName', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['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', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'PairFlowId', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PairOutputName', + 'name' => 'JobParams', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtLatency', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], [ - 'name' => 'SrtPassphrase', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SrtPbkeyLen', + 'name' => 'ModelId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteMediaConnectFlow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitLiveEditingJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20080,111 +12368,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'Clips', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'UpdateMediaConnectFlowStatus' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'LiveStreamConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'GetMediaConnectFlow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowId', + 'name' => 'OutputMediaConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'CreateMediaConnectFlow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'MediaProduceConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'FlowName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FlowRegion', + 'name' => 'OutputMediaTarget', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'AddAdInsertion' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitLiveRecordJob' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20193,95 +12415,108 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'NotifyUrl', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => false, 'pattern' => ''], ], [ - 'name' => 'ClientToken', + 'name' => 'StreamInput', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'deprecated' => false, + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Url' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'ContentUrlPrefix', + 'name' => 'RecordOutput', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', + 'deprecated' => false, 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Bucket' => ['type' => 'string', 'required' => false], + 'Endpoint' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'SlateAdUrl', + 'name' => 'TemplateId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], [ - 'name' => 'ConfigAliases', + 'name' => 'Name', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], + ], + ], + 'SubmitLiveSnapshotJob' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'CdnContentSegmentUrlPrefix', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'JobName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CdnAdSegmentUrlPrefix', + 'name' => 'StreamInput', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Url' => ['type' => 'string', 'required' => true], + 'Type' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'AdMarkerPassthrough', + 'name' => 'SnapshotOutput', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'StorageType' => ['type' => 'string', 'required' => true], + 'Endpoint' => ['type' => 'string', 'required' => true], + 'Bucket' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'PersonalizationThreshold', + 'name' => 'TemplateId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AdsUrl', + 'name' => 'CallbackUrl', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateAdInsertion' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitLiveTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20291,87 +12526,72 @@ '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, - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true, 'minLength' => 1, 'maxLength' => 128], ], [ - 'name' => 'ConfigAliases', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'TemplateId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CdnContentSegmentUrlPrefix', - 'in' => 'formData', + 'name' => 'StartMode', + 'in' => 'query', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'integer', + 'format' => 'int32', + 'required' => true, + 'enum' => ['0', '1'], ], ], [ - 'name' => 'CdnAdSegmentUrlPrefix', - 'in' => 'formData', + 'name' => 'StreamInput', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => [ + 'type' => 'string', + 'required' => true, + 'enum' => ['rtmp'], + ], + 'InputUrl' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'AdMarkerPassthrough', - 'in' => 'formData', + 'name' => 'TranscodeOutput', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'DomainName' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'PersonalizationThreshold', - 'in' => 'formData', + 'name' => 'TimedConfig', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, - ], - ], - [ - 'name' => 'AdsUrl', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, + 'properties' => [ + 'StartTime' => ['type' => 'string', 'required' => false], + 'EndTime' => ['type' => 'string', 'required' => false], + ], ], ], ], ], - 'GetAdInsertion' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitMediaAiAnalysisJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20380,24 +12600,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', + 'name' => 'Input', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AnalysisParams', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAdInsertions' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitMediaCensorJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20406,66 +12627,77 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Keyword', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'CoverImages', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + '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' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => false], + 'Media' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'MaxResults', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, - 'minimum' => '0', + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], ], ], - 'DeleteAdInsertion' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitMediaConvertJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20474,48 +12706,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Name', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'GetSourceLocation' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Config', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PipelineId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateSourceLocation' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitMediaInfoJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -20524,47 +12738,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'BaseUrl', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'EnableSegmentDelivery', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SegmentDeliveryUrl', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], ], ], - 'DeleteSourceLocation' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitMediaProducingJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -20573,98 +12786,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SoftDelete', + 'name' => 'Timeline', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'ListSourceLocations' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ClipsParam', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'ProjectMetadata', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FilterState', + 'name' => 'OutputMediaTarget', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'OutputMediaConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortByModifiedTime', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'Source', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'EditingProduceConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MediaMetadata', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateSourceLocation' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitPackageJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -20673,47 +12858,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Inputs', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'BaseUrl', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'EnableSegmentDelivery', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], [ - 'name' => 'SegmentDeliveryUrl', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateProgram' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitProjectExportJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20722,79 +12930,64 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProgramName', + 'name' => 'ProjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChannelName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Timeline', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClipRange', + 'name' => 'ExportType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AdBreaks', + 'name' => 'OutputMediaConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceLocationName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'SubmitSceneBatchEditingJob' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'SourceName', + 'name' => 'ProjectIds', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceType', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Transition', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetProgram' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSceneMediaSelectionJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20803,56 +12996,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProgramName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'InputConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ChannelName', + 'name' => 'EditingConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'DeleteChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'JobType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateSource' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSceneTimelineOrganizationJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20861,47 +13034,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + '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, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceType', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceName', + 'name' => 'JobType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'HttpPackageConfigurations', + 'name' => 'MediaSelectResult', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'StartChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitScreenMediaHighlightsJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20910,56 +13077,31 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'InputConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteProgram' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'EditingConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProgramName', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChannelName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteSource' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSegmentationJob' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -20968,47 +13110,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceType', + 'name' => 'InputConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SoftDelete', + 'name' => 'JobParams', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'StopChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSmarttagJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -21017,107 +13147,81 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'ListChannels' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Content', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'ContentType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChannelTier', + 'name' => 'ContentAddr', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PlaybackMode', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'State', + 'name' => 'NotifyUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => false], + 'Media' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'SortByModifiedTime', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'string', 'required' => false], + ], ], ], + [ + 'name' => 'TemplateConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], ], - 'ListPrograms' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSnapshotJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https', 'http'], 'security' => [ [ 'AK' => [], @@ -21126,55 +13230,99 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProgramName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChannelName', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'PageNo', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'PageSize', + 'name' => 'TemplateConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'SortBy', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + ], ], ], + [ + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], ], - 'GetSource' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSportsHighlightsJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21183,39 +13331,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceType', + 'name' => 'InputConfig', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitStandardCustomizedVoiceJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -21224,79 +13363,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ChannelTier', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'PlaybackMode', + 'name' => 'VoiceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AccessPolicy', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'AccessToken', + 'name' => 'Gender', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FillerSourceLocationName', + 'name' => 'Authentication', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FillerSourceName', + 'name' => 'Audios', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutPutConfigList', + 'name' => 'DemoAudioMediaURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListSchedules' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitSyncMediaInfoJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -21305,50 +13400,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WindowDurationSeconds', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'PageNo', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], ], ], - 'ListSources' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitTextGenerateJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21357,79 +13448,36 @@ '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', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortByModifiedTime', + 'name' => 'GenerateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAlerts' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitTraceAbJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21438,81 +13486,62 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'ResourceArn', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'Category', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'TotalTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SortByModifiedTime', + 'name' => 'Level', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'GmtStart', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'GmtEnd', + 'name' => 'CipherBase64ed', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitTraceExtractJob' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21521,23 +13550,34 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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], + ], ], ], - 'CreateProgram' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitTraceM3u8Job' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21546,79 +13586,43 @@ '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', + 'name' => 'TraceMediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceName', + 'name' => 'Output', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'Media' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'Transition', + 'name' => 'Trace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ClipRange', + 'name' => 'KeyUri', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AdBreaks', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListChannelAlerts' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -21627,73 +13631,296 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ResourceArn', + 'name' => 'InputGroup', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'Category', + 'name' => 'OutputGroup', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + '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' => 'SortByModifiedTime', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'GmtStart', + 'name' => 'ScheduleConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'PipelineId' => ['type' => 'string', 'required' => false], + 'Priority' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], ], ], [ - 'name' => 'GmtEnd', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateSource' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitVideoCognitionJob' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21702,47 +13929,48 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SourceLocationName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceType', + 'name' => 'Params', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'HttpPackageConfigurations', + 'name' => 'Input', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + '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], + ], ], ], - 'UpdateChannel' => [ - 'path' => '/', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitVideoTranslationJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21751,97 +13979,56 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChannelName', + 'name' => 'InputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AccessPolicy', + 'name' => 'EditingConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AccessToken', + 'name' => 'OutputConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FillerSourceLocationName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FillerSourceName', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutPutConfigList', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'CreateVodPackagingGroup' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'SignatureMehtod', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'SignatureType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetVodPackagingGroup' => [ + 'SubmitYikeAIAppJob' => [ 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21850,24 +14037,30 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'ListVodPackagingGroups' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitYikeStoryboardJob' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -21876,189 +14069,80 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'SourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'FileURL', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + '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, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'Resolution', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteVodPackagingGroup' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ShotPromptMode', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'NarrationVoiceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'CreateVodPackagingConfiguration' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'VideoModel', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'ModelParams', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ConfigurationName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Protocol', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'SkipFailureShot', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'PackageConfig', + 'name' => 'ExecMode', '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, - ], - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetVodPackagingConfiguration' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'TakeoverAIAgentCall' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22067,24 +14151,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ConfigurationName', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'HumanAgentUserId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RequireToken', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'ListVodPackagingConfigurations' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateAIAgentInstance' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22093,57 +14178,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', + 'name' => 'AgentConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentConfig', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'TemplateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AIAgentTemplateConfig', 'deprecated' => true, 'required' => false], ], ], ], - 'DeleteVodPackagingConfiguration' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateAdInsertion' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22152,23 +14212,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ConfigurationName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'CreateVodPackagingAsset' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateAvatarTrainingJob' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -22177,129 +14269,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AssetName', + 'name' => 'AvatarName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 7], ], [ - 'name' => 'Description', + 'name' => 'AvatarDescription', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 1024], ], [ - 'name' => 'Input', + 'name' => 'Thumbnail', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => false, - ], - 'Media' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 512], ], [ - 'name' => 'ContentId', + 'name' => 'Portrait', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], - ], - ], - 'BatchCreateVodPackagingAsset' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Assets', + 'name' => 'Video', '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, - ], - ], - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 32, 'maxLength' => 32], ], [ - 'name' => 'GroupName', + 'name' => 'Transparent', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'GetVodPackagingAsset' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateCategory' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -22308,24 +14316,21 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AssetName', + 'name' => 'CateName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'CateId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], - 'ListVodPackagingAssets' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateChannel' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22334,83 +14339,40 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'ChannelName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', + 'name' => 'AccessPolicy', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'maximum' => '100', - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'AccessToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Keyword', + 'name' => 'FillerSourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'GroupName', + 'name' => 'FillerSourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'DeleteVodPackagingAsset' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'AssetName', + 'name' => 'OutPutConfigList', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateLivePackageChannelGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateCustomTemplate' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -22419,38 +14381,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'TemplateId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ClientToken', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'TemplateConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateLivePackageChannelGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateCustomizedVoice' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -22459,130 +14408,75 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'VoiceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'DemoAudioMediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetLivePackageChannelGroup' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateEditingProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], + [ + 'PrivateKey' => [], + ], ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'ListLivePackageChannelGroups' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Keyword', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Timeline', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'ClipsParam', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteLivePackageChannelGroup' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ProjectId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'BusinessStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateLivePackageChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateHotwordLibrary' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22591,72 +14485,35 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SegmentCount', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ '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, - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClientToken', + 'name' => 'Hotwords', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['$ref' => '#/components/schemas/Hotword', 'required' => false], ], ], [ - 'name' => 'Protocol', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'HotwordLibraryId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateLivePackageChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22667,62 +14524,38 @@ [ 'name' => 'GroupName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Protocol', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SegmentCount', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'SegmentDuration', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateLivePackageChannelCredentials' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22733,129 +14566,23 @@ [ 'name' => 'GroupName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RotateCredentials', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], - '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, - ], - ], - ], - ], - '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, - ], - ], - ], - ], - 'DeleteLivePackageChannel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateLivePackageChannelGroup' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22865,29 +14592,19 @@ 'parameters' => [ [ 'name' => 'GroupName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ChannelName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Description', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateLivePackageOriginEndpoint' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateLivePackageOriginEndpoint' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -22898,110 +14615,64 @@ [ 'name' => 'GroupName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChannelName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndpointName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Protocol', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ManifestName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TimeshiftVision', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AuthorizationCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpWhitelist', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IpBlacklist', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ClientToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LivePackagingConfig', 'in' => 'formData', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/LivePackagingConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/LivePackagingConfig', 'required' => false], ], ], ], - 'UpdateLivePackageOriginEndpoint' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateLiveRecordTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -23010,146 +14681,85 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ChannelName', + 'name' => 'RecordFormat', 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'EndpointName', + 'name' => 'TemplateId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], [ - 'name' => 'Protocol', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ManifestName', + 'name' => 'Name', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'deprecated' => false, 'required' => true, 'pattern' => ''], ], + ], + ], + 'UpdateLiveSnapshotTemplate' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Description', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'TimeshiftVision', + 'name' => 'TemplateId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AuthorizationCode', + 'name' => 'TemplateName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'IpWhitelist', + 'name' => 'OverwriteFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IpBlacklist', + 'name' => 'SequenceFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'LivePackagingConfig', + 'name' => 'TimeInterval', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/LivePackagingConfig', - 'required' => false, - ], - ], - ], - ], - '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, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], ], - 'ListLivePackageOriginEndpoints' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateLiveTranscodeJob' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -23158,64 +14768,63 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ChannelName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false, 'minLength' => 1, 'maxLength' => 128], ], [ - 'name' => 'Keyword', + 'name' => 'JobId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageNo', + 'name' => 'StreamInput', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Type' => [ + 'type' => 'string', + 'required' => true, + 'enum' => ['rtmp'], + ], + 'InputUrl' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'PageSize', + 'name' => 'TranscodeOutput', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Type' => ['type' => 'string', 'required' => true], + 'DomainName' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'SortBy', + 'name' => 'TimedConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'StartTime' => ['type' => 'string', 'required' => false], + 'EndTime' => ['type' => 'string', 'required' => false], + ], ], ], ], ], - 'DeleteLivePackageOriginEndpoint' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateLiveTranscodeTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -23224,40 +14833,67 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'GroupName', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ChannelName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndpointName', + 'name' => 'TemplateConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + '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' => [], + ], + ], + ], + ], ], ], ], ], - 'SetContentAnalyzeConfig' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaConnectFlowInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23266,116 +14902,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Auto', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SaveType', + 'name' => 'Cidrs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TemplateId', + 'name' => 'SrtLatency', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'GetContentAnalyzeConfig' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [], - ], - 'SetDefaultStorageLocation' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'SrtPassphrase', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'StorageType', + 'name' => 'SrtPbkeyLen', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Bucket', + 'name' => 'InputFromUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Path', + 'name' => 'MaxBitrate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'GetDefaultStorageLocation' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'InputName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], - 'deprecated' => false, - 'parameters' => [], ], - 'DescribePlayList' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaConnectFlowOutput' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23384,90 +14954,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'PageNo', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], - ], - [ - 'name' => 'TraceId', + 'name' => 'OutputName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'BeginTs', + 'name' => 'Cidrs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EndTs', + 'name' => 'SrtLatency', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrderType', + 'name' => 'SrtPassphrase', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrderName', + 'name' => 'SrtPbkeyLen', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PlayType', + 'name' => 'OutputToUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'PlayerLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'AddFavoritePublicMedia' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaConnectFlowStatus' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23476,24 +15006,20 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaIds', + 'name' => 'FlowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CancelFavoritePublicMedia' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaInfo' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -23502,134 +15028,70 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MediaIds', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'GetPublicMediaInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'Anonymous' => [], + 'name' => 'InputURL', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'MediaId', + 'name' => 'BusinessType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SearchPublicMediaInfo' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Title', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'MediaIds', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DynamicMetaDataMatchFields', + 'name' => 'Category', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Favorite', + 'name' => 'MediaTags', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Authorized', + 'name' => 'CoverURL', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortBy', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNo', + 'name' => 'AppendTags', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'CateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'EntityId', + 'name' => 'ReferenceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetStorageList' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaLiveChannel' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23638,40 +15100,215 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AppId', - 'in' => 'query', + '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' => 'string', - 'required' => false, + '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' => 'StorageType', - 'in' => 'query', + 'name' => 'OutputGroups', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'Status', - 'in' => 'query', + 'name' => 'VideoSettings', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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], + ], + ], ], ], ], ], - 'SearchEditingProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaLiveInput' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23680,91 +15317,85 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'EndTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'InputId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SortBy', + 'name' => 'SecurityGroupIds', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'PageNo', + 'name' => 'InputSettings', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'deprecated' => false, - 'required' => false, + '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' => [ [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'CreateSource', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'SecurityGroupId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TemplateType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Name', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ProjectType', - 'in' => 'query', + 'name' => 'WhitelistRules', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'SubmitDynamicChartJob' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateMediaMarks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -23773,119 +15404,85 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ChartType', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'OutputConfig', + 'name' => 'MediaMarks', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'UpdateMediaToSearchLib' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'ChartConfig', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'ChartTitle', + 'name' => 'SearchLibName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Subtitle', + 'name' => 'MediaId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Unit', + 'name' => 'MsgBody', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataSource', + 'name' => 'Namespace', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'UpdatePipeline' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Background', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'AxisParams', + 'name' => 'PipelineId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Title', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'Priority', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'StopRtcRobotInstance' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UpdateProgram' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -23894,131 +15491,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'ProgramName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'StartRtcRobotInstance' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ChannelName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'RobotId', + 'name' => 'ClipRange', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ChannelId', + 'name' => 'AdBreaks', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserId', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AuthToken', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Config', + 'name' => 'Transition', '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, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateRtcRobotInstance' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -24029,10 +15545,7 @@ [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', @@ -24042,31 +15555,18 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'EnableVoiceInterrupt' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'Greeting' => [ - 'type' => 'string', - 'required' => false, - ], - 'VoiceId' => [ - 'type' => 'string', - 'required' => false, - ], + 'EnableVoiceInterrupt' => ['type' => 'boolean', 'required' => false], + 'Greeting' => ['type' => 'string', 'required' => false], + 'VoiceId' => ['type' => 'string', 'required' => false], ], ], ], ], ], - 'DescribeRtcRobotInstance' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UpdateSource' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -24075,120 +15575,63 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InstanceId', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'SetNotifyConfig' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'AIAgentId', + 'name' => 'SourceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EnableNotify', + 'name' => 'SourceName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CallbackUrl', + 'name' => 'HttpPackageConfigurations', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'UpdateSourceLocation' => [ + 'path' => '/', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'EventTypes', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Token', + 'name' => 'SourceLocationName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AudioOssPath', + 'name' => 'BaseUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EnableAudioRecording', + 'name' => 'EnableSegmentDelivery', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - ], - 'DescribeNotifyConfig' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'AIAgentId', + 'name' => 'SegmentDeliveryUrl', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CancelIProductionJob' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UpdateTemplate' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -24197,90 +15640,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ClientToken', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'SubmitSceneMediaSelectionJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Config', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'InputConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'CoverUrl', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EditingConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'PreviewMedia', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'Source', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobType', + 'name' => 'RelatedMediaids', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SubmitSceneBatchEditingJob' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UploadMediaByURL' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -24289,40 +15692,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectIds', + 'name' => 'UploadURLs', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'AppId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'SubmitSceneTimelineOrganizationJob' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UploadStreamByURL' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -24331,80 +15739,44 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'InputConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'StreamURL', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'EditingConfig', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MediaId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OutputConfig', + 'name' => 'Definition', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'FileExtension', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'JobType', + 'name' => 'HDRType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MediaSelectResult', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'ice.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'ice.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'ice.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'ice.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'ice.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'ice.us-west-1.aliyuncs.com', - ], + ['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'], ], ]; |
