diff options
Diffstat (limited to 'data/imm/2020-09-30')
| -rw-r--r-- | data/imm/2020-09-30/api-docs.php | 10318 |
1 files changed, 3237 insertions, 7081 deletions
diff --git a/data/imm/2020-09-30/api-docs.php b/data/imm/2020-09-30/api-docs.php index cd0366f..62ae1d0 100644 --- a/data/imm/2020-09-30/api-docs.php +++ b/data/imm/2020-09-30/api-docs.php @@ -1,92 +1,46 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'imm', - 'version' => '2020-09-30', - ], + 'info' => ['style' => 'RPC', 'product' => 'imm', 'version' => '2020-09-30'], 'components' => [ 'schemas' => [ 'Address' => [ 'type' => 'object', 'properties' => [ - 'Language' => [ - 'type' => 'string', - ], - 'AddressLine' => [ - 'type' => 'string', - ], - 'Country' => [ - 'type' => 'string', - ], - 'Province' => [ - 'type' => 'string', - ], - 'City' => [ - 'type' => 'string', - ], - 'District' => [ - 'type' => 'string', - ], - 'Township' => [ - 'type' => 'string', - ], + 'Language' => ['type' => 'string'], + 'AddressLine' => ['type' => 'string'], + 'Country' => ['type' => 'string'], + 'Province' => ['type' => 'string'], + 'City' => ['type' => 'string'], + 'District' => ['type' => 'string'], + 'Township' => ['type' => 'string'], ], ], 'AddressForStory' => [ 'type' => 'object', 'properties' => [ - 'Country' => [ - 'type' => 'string', - ], - 'Province' => [ - 'type' => 'string', - ], - 'City' => [ - 'type' => 'string', - ], - 'District' => [ - 'type' => 'string', - ], - 'Township' => [ - 'type' => 'string', - ], + 'Country' => ['type' => 'string'], + 'Province' => ['type' => 'string'], + 'City' => ['type' => 'string'], + 'District' => ['type' => 'string'], + 'Township' => ['type' => 'string'], ], ], 'AlgorithmDefinition' => [ 'type' => 'object', 'properties' => [ - 'Description' => [ - 'type' => 'string', - ], - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'TrainingSpecification' => [ - '$ref' => '#/components/schemas/TrainingSpecification', - ], - 'AlgorithmDefinitionId' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'Description' => ['type' => 'string'], + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'TrainingSpecification' => ['$ref' => '#/components/schemas/TrainingSpecification'], + 'AlgorithmDefinitionId' => ['type' => 'string'], + 'Name' => ['type' => 'string'], 'CustomLabels' => [ 'type' => 'array', 'items' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], + 'additionalProperties' => ['type' => 'string'], ], ], ], @@ -94,210 +48,97 @@ 'Answer' => [ 'type' => 'object', 'properties' => [ - 'Content' => [ - 'type' => 'string', - ], + 'Content' => ['type' => 'string'], 'References' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/ReferenceFile', - ], + 'items' => ['$ref' => '#/components/schemas/ReferenceFile'], ], ], ], 'App' => [ 'type' => 'object', 'properties' => [ - 'AppDescription' => [ - 'type' => 'string', - ], - 'AppId' => [ - 'type' => 'string', - ], - 'PackageName' => [ - 'type' => 'string', - ], - 'AppType' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EnglishName' => [ - 'type' => 'string', - ], - 'AppName' => [ - 'type' => 'string', - ], - 'AppRegion' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'OwnerId' => [ - 'type' => 'string', - ], - 'AppKey' => [ - 'type' => 'string', - ], + 'AppDescription' => ['type' => 'string'], + 'AppId' => ['type' => 'string'], + 'PackageName' => ['type' => 'string'], + 'AppType' => ['type' => 'integer', 'format' => 'int64'], + 'EnglishName' => ['type' => 'string'], + 'AppName' => ['type' => 'string'], + 'AppRegion' => ['type' => 'integer', 'format' => 'int64'], + 'OwnerId' => ['type' => 'string'], + 'AppKey' => ['type' => 'string'], ], ], 'AssumeRoleChain' => [ 'type' => 'object', 'properties' => [ - 'Policy' => [ - 'type' => 'string', - ], + 'Policy' => ['type' => 'string'], 'Chain' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/AssumeRoleChainNode', - ], + 'items' => ['$ref' => '#/components/schemas/AssumeRoleChainNode'], ], ], ], 'AssumeRoleChainNode' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'OwnerId' => [ - 'type' => 'string', - 'required' => true, - ], - 'Role' => [ - 'type' => 'string', - 'required' => true, - ], + 'Type' => ['type' => 'string', 'required' => true], + 'OwnerId' => ['type' => 'string', 'required' => true], + 'Role' => ['type' => 'string', 'required' => true], ], ], 'AudioStream' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Language' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'TimeBase' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FrameCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Lyric' => [ - 'type' => 'string', - ], - 'SampleFormat' => [ - 'type' => 'string', - ], - 'SampleRate' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Channels' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ChannelLayout' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'integer', 'format' => 'int64'], + 'Language' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'TimeBase' => ['type' => 'string'], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Duration' => ['type' => 'number', 'format' => 'double'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int64'], + 'FrameCount' => ['type' => 'integer', 'format' => 'int64'], + 'Lyric' => ['type' => 'string'], + 'SampleFormat' => ['type' => 'string'], + 'SampleRate' => ['type' => 'integer', 'format' => 'int64'], + 'Channels' => ['type' => 'integer', 'format' => 'int64'], + 'ChannelLayout' => ['type' => 'string'], ], ], 'Binding' => [ 'type' => 'object', 'properties' => [ - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'URI' => [ - 'type' => 'string', - ], - 'State' => [ - 'type' => 'string', - ], - 'Phase' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'Reason' => [ - 'type' => 'string', - ], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'URI' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'Phase' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'Reason' => ['type' => 'string'], ], ], 'Body' => [ 'type' => 'object', 'properties' => [ - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], ], ], 'Boundary' => [ 'type' => 'object', 'properties' => [ - 'Width' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Left' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Top' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Width' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'integer', 'format' => 'int64'], + 'Left' => ['type' => 'integer', 'format' => 'int64'], + 'Top' => ['type' => 'integer', 'format' => 'int64'], 'Polygon' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/PointInt64', - ], + 'items' => ['$ref' => '#/components/schemas/PointInt64'], ], ], ], @@ -306,48 +147,32 @@ 'properties' => [ 'LicensePlates' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/LicensePlate', - ], - ], - 'CarType' => [ - 'type' => 'string', - ], - 'CarTypeConfidence' => [ - 'type' => 'number', - 'format' => 'double', + 'items' => ['$ref' => '#/components/schemas/LicensePlate'], ], - 'CarColor' => [ - 'type' => 'string', - ], - 'CarColorConfidence' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], - 'Confidence' => [ - 'type' => 'number', - 'format' => 'double', + 'CarType' => ['type' => 'string'], + 'CarTypeConfidence' => ['type' => 'number', 'format' => 'double'], + 'CarColor' => ['type' => 'string'], + 'CarColorConfidence' => ['type' => 'number', 'format' => 'double'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], + 'Confidence' => ['type' => 'number', 'format' => 'double'], + ], + ], + 'Clip' => [ + 'type' => 'object', + 'properties' => [ + 'TimeRange' => [ + 'type' => 'array', + 'items' => ['type' => 'integer', 'format' => 'int64'], ], ], ], 'ClusterForReq' => [ 'type' => 'object', 'properties' => [ - 'ObjectId' => [ - 'type' => 'string', - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], - 'Name' => [ - 'type' => 'string', - ], + 'ObjectId' => ['type' => 'string'], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], + 'Name' => ['type' => 'string'], 'Cover' => [ 'type' => 'object', 'properties' => [ @@ -356,9 +181,7 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'FigureId' => [ - 'type' => 'string', - ], + 'FigureId' => ['type' => 'string'], ], ], ], @@ -369,96 +192,53 @@ 'Codes' => [ 'type' => 'object', 'properties' => [ - 'Content' => [ - 'type' => 'string', - ], - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], - 'Type' => [ - 'type' => 'string', - ], + 'Content' => ['type' => 'string'], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], + 'Type' => ['type' => 'string'], ], ], 'ContextualFile' => [ 'type' => 'object', 'properties' => [ - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'URI' => [ - 'type' => 'string', - ], - 'OSSURI' => [ - 'type' => 'string', - ], - 'MediaType' => [ - 'type' => 'string', - ], - 'ContentType' => [ - 'type' => 'string', - ], + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'URI' => ['type' => 'string'], + 'OSSURI' => ['type' => 'string'], + 'MediaType' => ['type' => 'string'], + 'ContentType' => ['type' => 'string'], 'Elements' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Element', - ], + 'items' => ['$ref' => '#/components/schemas/Element'], ], ], ], 'ContextualMessage' => [ 'type' => 'object', 'properties' => [ - 'Role' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], + 'Role' => ['type' => 'string'], + 'Content' => ['type' => 'string'], 'Files' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/ContextualFile', - ], + 'items' => ['$ref' => '#/components/schemas/ContextualFile'], ], ], ], 'CredentialConfig' => [ 'type' => 'object', 'properties' => [ - 'ServiceRole' => [ - 'type' => 'string', - ], - 'Policy' => [ - 'type' => 'string', - ], + 'ServiceRole' => ['type' => 'string'], + 'Policy' => ['type' => 'string'], 'Chain' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'AssumeRoleFor' => [ - 'type' => 'string', - ], - 'Role' => [ - 'type' => 'string', - ], - 'RoleType' => [ - 'type' => 'string', - ], + 'AssumeRoleFor' => ['type' => 'string'], + 'Role' => ['type' => 'string'], + 'RoleType' => ['type' => 'string'], ], ], ], @@ -467,16 +247,9 @@ 'CroppingSuggestion' => [ 'type' => 'object', 'properties' => [ - 'AspectRatio' => [ - 'type' => 'string', - ], - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], + 'AspectRatio' => ['type' => 'string'], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], ], ], 'CustomParams' => [ @@ -484,245 +257,169 @@ 'properties' => [ 'Properties' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Property', - ], - ], - 'Name' => [ - 'type' => 'string', - ], - ], - ], - 'CustomPrompt' => [ - 'type' => 'object', - 'properties' => [ - 'RoleDefinition' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/Property'], ], + 'Name' => ['type' => 'string'], ], ], 'DataIngestion' => [ 'type' => 'object', 'properties' => [ - 'Id' => [ - 'type' => 'string', - ], - 'Input' => [ - '$ref' => '#/components/schemas/Input', - ], + 'Id' => ['type' => 'string'], + 'Input' => ['$ref' => '#/components/schemas/Input'], 'Actions' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], 'Parameters' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'FastFailPolicy' => [ - '$ref' => '#/components/schemas/FastFailPolicy', + 'items' => ['type' => 'string'], ], + 'FastFailPolicy' => ['$ref' => '#/components/schemas/FastFailPolicy'], ], ], ], 'Notification' => [ 'type' => 'object', 'properties' => [ - 'Endpoint' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], - 'MNS' => [ - '$ref' => '#/components/schemas/MNS', - ], - 'RocketMQ' => [ - '$ref' => '#/components/schemas/RocketMQ', - ], + 'Endpoint' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], + 'MNS' => ['$ref' => '#/components/schemas/MNS'], + 'RocketMQ' => ['$ref' => '#/components/schemas/RocketMQ'], ], ], 'Statistic' => [ 'type' => 'object', 'properties' => [ - 'SubmitSuccess' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'SubmitFailure' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'SkipFiles' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'SubmitSuccess' => ['type' => 'integer', 'format' => 'int64'], + 'SubmitFailure' => ['type' => 'integer', 'format' => 'int64'], + 'SkipFiles' => ['type' => 'integer', 'format' => 'int64'], ], ], - 'State' => [ - 'type' => 'string', - ], - 'Marker' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'Tags' => [ - 'type' => 'object', - ], - 'Error' => [ - 'type' => 'string', - ], - 'Phase' => [ - 'type' => 'string', - ], - 'ServiceRole' => [ - 'type' => 'string', - ], + 'State' => ['type' => 'string'], + 'Marker' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'Tags' => ['type' => 'object'], + 'Error' => ['type' => 'string'], + 'Phase' => ['type' => 'string'], + 'ServiceRole' => ['type' => 'string'], ], ], 'Dataset' => [ 'type' => 'object', 'properties' => [ - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'DatasetMaxBindCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxFileCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxEntityCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxRelationCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxTotalFileSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BindCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FileCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalFileSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'TemplateId' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'DatasetMaxBindCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxFileCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxEntityCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxRelationCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxTotalFileSize' => ['type' => 'integer', 'format' => 'int64'], + 'BindCount' => ['type' => 'integer', 'format' => 'int64'], + 'FileCount' => ['type' => 'integer', 'format' => 'int64'], + 'TotalFileSize' => ['type' => 'integer', 'format' => 'int64'], 'WorkflowParameters' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/WorkflowParameter', - ], + 'deprecated' => true, + 'items' => ['$ref' => '#/components/schemas/WorkflowParameter'], ], ], ], + 'DatasetConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Insights' => ['$ref' => '#/components/schemas/InsightsConfig'], + 'SmartCluster' => ['$ref' => '#/components/schemas/SmartClusterConfig'], + 'ReverseImage' => ['$ref' => '#/components/schemas/ReverseImageConfig'], + ], + ], 'DatasetTaskStatus' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'LastSucceededTime' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'string'], + 'LastSucceededTime' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + ], + ], + 'DocumentChapterSummarizeOption' => [ + 'type' => 'object', + 'properties' => [ + 'Marker' => ['type' => 'integer', 'format' => 'int32'], + 'Limit' => ['type' => 'integer', 'format' => 'int32'], + 'Version' => ['type' => 'string'], ], ], 'DocumentParseKeywordOption' => [ 'type' => 'object', 'properties' => [ - 'Extract' => [ - 'type' => 'boolean', - ], - 'Count' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Extract' => ['type' => 'boolean'], + 'Count' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DocumentParseNarratorOption' => [ 'type' => 'object', 'properties' => [ - 'Narrate' => [ - 'type' => 'boolean', - ], + 'Narrate' => ['type' => 'boolean'], ], ], 'DocumentParseOption' => [ 'type' => 'object', 'properties' => [ - 'Narrator' => [ - '$ref' => '#/components/schemas/DocumentParseNarratorOption', - ], - 'Summary' => [ - '$ref' => '#/components/schemas/DocumentParseSummaryOption', - ], - 'Question' => [ - '$ref' => '#/components/schemas/DocumentParseQuestionOption', - ], - 'Keyword' => [ - '$ref' => '#/components/schemas/DocumentParseKeywordOption', - ], + 'Narrator' => ['$ref' => '#/components/schemas/DocumentParseNarratorOption'], + 'Summary' => ['$ref' => '#/components/schemas/DocumentParseSummaryOption'], + 'Question' => ['$ref' => '#/components/schemas/DocumentParseQuestionOption'], + 'Keyword' => ['$ref' => '#/components/schemas/DocumentParseKeywordOption'], ], ], 'DocumentParseQuestionOption' => [ 'type' => 'object', 'properties' => [ - 'Extract' => [ - 'type' => 'boolean', - ], - 'Count' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Extract' => ['type' => 'boolean'], + 'Count' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DocumentParseSummaryOption' => [ 'type' => 'object', 'properties' => [ - 'Summarize' => [ - 'type' => 'boolean', - ], - 'ChapterSummarize' => [ - 'type' => 'boolean', - ], + 'Summarize' => ['type' => 'boolean'], + 'ChapterSummarize' => ['type' => 'boolean'], + ], + ], + 'DocumentReadKeywordOption' => [ + 'type' => 'object', + 'properties' => [ + 'Extract' => ['type' => 'boolean'], + 'Count' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'DocumentReadNarratorOption' => [ + 'type' => 'object', + 'properties' => [ + 'Narrate' => ['type' => 'boolean'], + ], + ], + 'DocumentReadOption' => [ + 'type' => 'object', + 'properties' => [ + 'Summary' => ['$ref' => '#/components/schemas/DocumentReadSummaryOption'], + 'Narrator' => ['$ref' => '#/components/schemas/DocumentReadNarratorOption'], + 'Question' => ['$ref' => '#/components/schemas/DocumentReadQuestionOption'], + 'Keyword' => ['$ref' => '#/components/schemas/DocumentReadKeywordOption'], + ], + ], + 'DocumentReadSummaryOption' => [ + 'type' => 'object', + 'properties' => [ + 'Summarize' => ['type' => 'boolean'], + 'ChapterSummarize' => ['type' => 'boolean'], + 'ChapterSummarizeOption' => ['$ref' => '#/components/schemas/DocumentChapterSummarizeOption'], ], ], 'Element' => [ @@ -730,243 +427,114 @@ 'properties' => [ 'ElementContents' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/ElementContent', - ], - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'ElementType' => [ - 'type' => 'string', - ], - 'SemanticSimilarity' => [ - 'type' => 'number', - 'format' => 'float', + 'items' => ['$ref' => '#/components/schemas/ElementContent'], ], + 'ObjectId' => ['type' => 'string'], + 'ElementType' => ['type' => 'string'], + 'SemanticSimilarity' => ['type' => 'number', 'format' => 'float'], 'ElementRelations' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/ElementRelation', - ], + 'items' => ['$ref' => '#/components/schemas/ElementRelation'], ], ], ], 'ElementContent' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], - 'URL' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'Content' => ['type' => 'string'], + 'URL' => ['type' => 'string'], 'TimeRange' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'items' => ['type' => 'integer', 'format' => 'int64'], ], ], ], 'ElementRelation' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], ], ], 'FastFailPolicy' => [ 'type' => 'object', 'properties' => [ - 'Action' => [ - 'type' => 'string', - ], + 'Action' => ['type' => 'string'], ], ], 'Figure' => [ 'type' => 'object', 'properties' => [ - 'FigureId' => [ - 'type' => 'string', - ], - 'FigureConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'FigureClusterId' => [ - 'type' => 'string', - ], - 'FigureClusterConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'FigureType' => [ - 'type' => 'string', - ], - 'Age' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AgeSD' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Gender' => [ - 'type' => 'string', - ], - 'GenderConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Emotion' => [ - 'type' => 'string', - ], - 'EmotionConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'FaceQuality' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], - 'Mouth' => [ - 'type' => 'string', - ], - 'MouthConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Beard' => [ - 'type' => 'string', - ], - 'BeardConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Hat' => [ - 'type' => 'string', - ], - 'HatConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Mask' => [ - 'type' => 'string', - ], - 'MaskConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Glasses' => [ - 'type' => 'string', - ], - 'GlassesConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Sharpness' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Attractive' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'HeadPose' => [ - '$ref' => '#/components/schemas/HeadPose', - ], + 'FigureId' => ['type' => 'string'], + 'FigureConfidence' => ['type' => 'number', 'format' => 'float'], + 'FigureClusterId' => ['type' => 'string'], + 'FigureClusterConfidence' => ['type' => 'number', 'format' => 'float'], + 'FigureType' => ['type' => 'string'], + 'Age' => ['type' => 'integer', 'format' => 'int64'], + 'AgeSD' => ['type' => 'number', 'format' => 'float'], + 'Gender' => ['type' => 'string'], + 'GenderConfidence' => ['type' => 'number', 'format' => 'float'], + 'Emotion' => ['type' => 'string'], + 'EmotionConfidence' => ['type' => 'number', 'format' => 'float'], + 'FaceQuality' => ['type' => 'number', 'format' => 'float'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], + 'Mouth' => ['type' => 'string'], + 'MouthConfidence' => ['type' => 'number', 'format' => 'float'], + 'Beard' => ['type' => 'string'], + 'BeardConfidence' => ['type' => 'number', 'format' => 'float'], + 'Hat' => ['type' => 'string'], + 'HatConfidence' => ['type' => 'number', 'format' => 'float'], + 'Mask' => ['type' => 'string'], + 'MaskConfidence' => ['type' => 'number', 'format' => 'float'], + 'Glasses' => ['type' => 'string'], + 'GlassesConfidence' => ['type' => 'number', 'format' => 'float'], + 'Sharpness' => ['type' => 'number', 'format' => 'float'], + 'Attractive' => ['type' => 'number', 'format' => 'float'], + 'HeadPose' => ['$ref' => '#/components/schemas/HeadPose'], ], ], 'FigureCluster' => [ 'type' => 'object', 'properties' => [ - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectType' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Gender' => [ - 'type' => 'string', - ], - 'FaceCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ImageCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'VideoCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AverageAge' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'MinAge' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'MaxAge' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Cover' => [ - '$ref' => '#/components/schemas/File', - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], - 'MetaLockVersion' => [ - 'type' => 'integer', - 'format' => 'int64', + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Gender' => ['type' => 'string'], + 'FaceCount' => ['type' => 'integer', 'format' => 'int64'], + 'ImageCount' => ['type' => 'integer', 'format' => 'int64'], + 'VideoCount' => ['type' => 'integer', 'format' => 'int64'], + 'AverageAge' => ['type' => 'number', 'format' => 'float'], + 'MinAge' => ['type' => 'number', 'format' => 'float'], + 'MaxAge' => ['type' => 'number', 'format' => 'float'], + 'Cover' => ['$ref' => '#/components/schemas/File'], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], + 'MetaLockVersion' => ['type' => 'integer', 'format' => 'int64'], + ], + ], + 'FigureClusterConfig' => [ + 'type' => 'object', + 'properties' => [ + 'AutoClustering' => ['type' => 'boolean'], + 'AutoGenerate' => ['type' => 'boolean'], + 'MinEntityCount' => ['type' => 'integer', 'format' => 'int64'], + 'EnabledFeatures' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], ], ], 'FigureClusterForReq' => [ 'type' => 'object', 'properties' => [ - 'ObjectId' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'ObjectId' => ['type' => 'string'], + 'Name' => ['type' => 'string'], 'Cover' => [ 'type' => 'object', 'properties' => [ @@ -975,942 +543,550 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'FigureId' => [ - 'type' => 'string', - ], + 'FigureId' => ['type' => 'string'], ], ], ], ], ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], - 'MetaLockVersion' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], + 'MetaLockVersion' => ['type' => 'integer', 'format' => 'int64'], ], ], 'File' => [ 'type' => 'object', 'properties' => [ - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectType' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'URI' => [ - 'type' => 'string', - ], - 'OSSURI' => [ - 'type' => 'string', - ], - 'Filename' => [ - 'type' => 'string', - ], - 'MediaType' => [ - 'type' => 'string', - ], - 'ContentType' => [ - 'type' => 'string', - ], - 'Size' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FileHash' => [ - 'type' => 'string', - ], - 'FileModifiedTime' => [ - 'type' => 'string', - ], - 'FileCreateTime' => [ - 'type' => 'string', - ], - 'FileAccessTime' => [ - 'type' => 'string', - ], - 'ProduceTime' => [ - 'type' => 'string', - ], - 'LatLong' => [ - 'type' => 'string', - ], - 'Timezone' => [ - 'type' => 'string', - ], + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'URI' => ['type' => 'string'], + 'OSSURI' => ['type' => 'string'], + 'Filename' => ['type' => 'string'], + 'MediaType' => ['type' => 'string'], + 'ContentType' => ['type' => 'string'], + 'Size' => ['type' => 'integer', 'format' => 'int64'], + 'FileHash' => ['type' => 'string'], + 'FileModifiedTime' => ['type' => 'string'], + 'FileCreateTime' => ['type' => 'string'], + 'FileAccessTime' => ['type' => 'string'], + 'ProduceTime' => ['type' => 'string'], + 'LatLong' => ['type' => 'string'], + 'Timezone' => ['type' => 'string'], 'Addresses' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Address', - ], - ], - 'TravelClusterId' => [ - 'type' => 'string', - ], - 'Orientation' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/Address'], ], + 'TravelClusterId' => ['type' => 'string'], + 'Orientation' => ['type' => 'integer', 'format' => 'int64'], 'Figures' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Figure', - ], - ], - 'FigureCount' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/Figure'], ], + 'FigureCount' => ['type' => 'integer', 'format' => 'int64'], 'Labels' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Label', - ], - ], - 'Title' => [ - 'type' => 'string', - ], - 'ImageWidth' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ImageHeight' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EXIF' => [ - 'type' => 'string', - ], - 'ImageScore' => [ - '$ref' => '#/components/schemas/ImageScore', + 'items' => ['$ref' => '#/components/schemas/Label'], ], + 'Title' => ['type' => 'string'], + 'ImageWidth' => ['type' => 'integer', 'format' => 'int64'], + 'ImageHeight' => ['type' => 'integer', 'format' => 'int64'], + 'EXIF' => ['type' => 'string'], + 'ImageScore' => ['$ref' => '#/components/schemas/ImageScore'], 'CroppingSuggestions' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/CroppingSuggestion', - ], + 'items' => ['$ref' => '#/components/schemas/CroppingSuggestion'], ], 'OCRContents' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/OCRContents', - ], - ], - 'VideoWidth' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'VideoHeight' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/OCRContents'], ], + 'VideoWidth' => ['type' => 'integer', 'format' => 'int64'], + 'VideoHeight' => ['type' => 'integer', 'format' => 'int64'], 'VideoStreams' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/VideoStream', - ], + 'items' => ['$ref' => '#/components/schemas/VideoStream'], ], 'Subtitles' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/SubtitleStream', - ], + 'items' => ['$ref' => '#/components/schemas/SubtitleStream'], ], 'AudioStreams' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/AudioStream', - ], - ], - 'Artist' => [ - 'type' => 'string', - ], - 'AlbumArtist' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/AudioStream'], ], + 'Artist' => ['type' => 'string'], + 'AlbumArtist' => ['type' => 'string'], 'AudioCovers' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Image', - ], - ], - 'Composer' => [ - 'type' => 'string', - ], - 'Performer' => [ - 'type' => 'string', - ], - 'Language' => [ - 'type' => 'string', - ], - 'Album' => [ - 'type' => 'string', - ], - 'PageCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ETag' => [ - 'type' => 'string', - ], - 'CacheControl' => [ - 'type' => 'string', - ], - 'ContentDisposition' => [ - 'type' => 'string', - ], - 'ContentEncoding' => [ - 'type' => 'string', - ], - 'ContentLanguage' => [ - 'type' => 'string', - ], - 'AccessControlAllowOrigin' => [ - 'type' => 'string', - ], - 'AccessControlRequestMethod' => [ - 'type' => 'string', - ], - 'ServerSideEncryptionCustomerAlgorithm' => [ - 'type' => 'string', - ], - 'ServerSideEncryption' => [ - 'type' => 'string', - ], - 'ServerSideDataEncryption' => [ - 'type' => 'string', - ], - 'ServerSideEncryptionKeyId' => [ - 'type' => 'string', - ], - 'OSSStorageClass' => [ - 'type' => 'string', - ], - 'OSSCRC64' => [ - 'type' => 'string', - ], - 'ObjectACL' => [ - 'type' => 'string', - ], - 'ContentMd5' => [ - 'type' => 'string', - ], - 'OSSUserMeta' => [ - 'type' => 'object', - ], - 'OSSTaggingCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'OSSTagging' => [ - 'type' => 'object', - ], - 'OSSExpiration' => [ - 'type' => 'string', - ], - 'OSSVersionId' => [ - 'type' => 'string', - ], - 'OSSDeleteMarker' => [ - 'type' => 'string', - ], - 'OSSObjectType' => [ - 'type' => 'string', - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], - 'StreamCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ProgramCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FormatName' => [ - 'type' => 'string', - ], - 'FormatLongName' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'items' => ['$ref' => '#/components/schemas/Image'], + ], + 'Composer' => ['type' => 'string'], + 'Performer' => ['type' => 'string'], + 'Language' => ['type' => 'string'], + 'Album' => ['type' => 'string'], + 'PageCount' => ['type' => 'integer', 'format' => 'int64'], + 'ETag' => ['type' => 'string'], + 'CacheControl' => ['type' => 'string'], + 'ContentDisposition' => ['type' => 'string'], + 'ContentEncoding' => ['type' => 'string'], + 'ContentLanguage' => ['type' => 'string'], + 'AccessControlAllowOrigin' => ['type' => 'string'], + 'AccessControlRequestMethod' => ['type' => 'string'], + 'ServerSideEncryptionCustomerAlgorithm' => ['type' => 'string'], + 'ServerSideEncryption' => ['type' => 'string'], + 'ServerSideDataEncryption' => ['type' => 'string'], + 'ServerSideEncryptionKeyId' => ['type' => 'string'], + 'OSSStorageClass' => ['type' => 'string'], + 'OSSCRC64' => ['type' => 'string'], + 'ObjectACL' => ['type' => 'string'], + 'ContentMd5' => ['type' => 'string'], + 'OSSUserMeta' => ['type' => 'object'], + 'OSSTaggingCount' => ['type' => 'integer', 'format' => 'int64'], + 'OSSTagging' => ['type' => 'object'], + 'OSSExpiration' => ['type' => 'string'], + 'OSSVersionId' => ['type' => 'string'], + 'OSSDeleteMarker' => ['type' => 'string'], + 'OSSObjectType' => ['type' => 'string'], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], + 'StreamCount' => ['type' => 'integer', 'format' => 'int64'], + 'ProgramCount' => ['type' => 'integer', 'format' => 'int64'], + 'FormatName' => ['type' => 'string'], + 'FormatLongName' => ['type' => 'string'], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int64'], + 'Duration' => ['type' => 'number', 'format' => 'double'], 'SemanticTypes' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], 'Elements' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Element', - ], + 'items' => ['$ref' => '#/components/schemas/Element'], ], 'SceneElements' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/SceneElement', - ], - ], - 'OCRTexts' => [ - 'type' => 'string', - ], - 'Reason' => [ - 'type' => 'string', - ], - 'ObjectStatus' => [ - 'type' => 'string', - ], - 'Insights' => [ - '$ref' => '#/components/schemas/Insights', + 'items' => ['$ref' => '#/components/schemas/SceneElement'], ], + 'OCRTexts' => ['type' => 'string'], + 'Reason' => ['type' => 'string'], + 'ObjectStatus' => ['type' => 'string'], + 'Insights' => ['$ref' => '#/components/schemas/Insights'], ], ], 'FileSmartCluster' => [ 'type' => 'object', 'properties' => [ - 'SmartClusterId' => [ - 'type' => 'string', - ], - 'Similarity' => [ - 'type' => 'number', - 'format' => 'float', - ], + 'SmartClusterId' => ['type' => 'string'], + 'Similarity' => ['type' => 'number', 'format' => 'float'], ], ], 'FunctionCall' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'type' => 'string', - 'required' => true, - ], - 'Arguments' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string', 'required' => true], + 'Arguments' => ['type' => 'string'], + ], + ], + 'GetDocumentAnalysisOption' => [ + 'type' => 'object', + 'properties' => [ + 'Summary' => ['type' => 'boolean'], + 'Question' => ['type' => 'boolean'], + 'Keyword' => ['type' => 'boolean'], + 'Narrator' => ['type' => 'boolean'], + 'Layouts' => ['type' => 'boolean'], + 'Images' => ['type' => 'boolean'], + 'ChapterSummaryOption' => ['$ref' => '#/components/schemas/DocumentChapterSummarizeOption'], + 'ChapterSummary' => ['type' => 'boolean'], + ], + ], + 'GetVideoAnalysisOption' => [ + 'type' => 'object', + 'properties' => [ + 'Summary' => ['type' => 'boolean'], + 'Question' => ['type' => 'boolean'], + 'Keyword' => ['type' => 'boolean'], + 'ChapterSummary' => ['type' => 'boolean'], + 'Transcript' => ['type' => 'boolean'], + 'TranscriptSummary' => ['type' => 'boolean'], + 'TranscriptChapterSummary' => ['type' => 'boolean'], + 'PPT' => ['type' => 'boolean'], + ], + ], + 'GuidingQuestion' => [ + 'type' => 'object', + 'properties' => [ + 'Question' => ['type' => 'string'], + 'Answer' => ['type' => 'string'], ], ], 'HeadPose' => [ 'type' => 'object', 'properties' => [ - 'Pitch' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Roll' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Yaw' => [ - 'type' => 'number', - 'format' => 'float', - ], + 'Pitch' => ['type' => 'number', 'format' => 'float'], + 'Roll' => ['type' => 'number', 'format' => 'float'], + 'Yaw' => ['type' => 'number', 'format' => 'float'], ], ], 'Hyperparameters' => [ 'type' => 'object', 'properties' => [ - 'BatchSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'BatchSize' => ['type' => 'integer', 'format' => 'int64'], 'InputSize' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - 'Schedule' => [ - '$ref' => '#/components/schemas/Schedule', - ], - 'MaxEpoch' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Evaluator' => [ - '$ref' => '#/components/schemas/CustomParams', - 'required' => true, - ], - 'DataLoaderWorkers' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Optimization' => [ - '$ref' => '#/components/schemas/Optimization', + 'items' => ['type' => 'integer', 'format' => 'int64'], ], - 'BackupInterval' => [ - 'type' => 'integer', - 'format' => 'int64', + 'Schedule' => ['$ref' => '#/components/schemas/Schedule'], + 'MaxEpoch' => ['type' => 'integer', 'format' => 'int64'], + 'Evaluator' => ['$ref' => '#/components/schemas/CustomParams', 'required' => true], + 'DataLoaderWorkers' => ['type' => 'integer', 'format' => 'int64'], + 'Optimization' => ['$ref' => '#/components/schemas/Optimization'], + 'BackupInterval' => ['type' => 'integer', 'format' => 'int64'], + ], + ], + 'Illustration' => [ + 'type' => 'object', + 'properties' => [ + 'ImagePath' => ['type' => 'string'], + 'Text' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'ImageIndex' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'NormalizedBox' => [ + 'type' => 'array', + 'items' => ['type' => 'number', 'format' => 'float'], ], ], ], 'Image' => [ 'type' => 'object', 'properties' => [ - 'ImageWidth' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ImageHeight' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EXIF' => [ - 'type' => 'string', - ], - 'ImageScore' => [ - '$ref' => '#/components/schemas/ImageScore', - ], + 'ImageWidth' => ['type' => 'integer', 'format' => 'int64'], + 'ImageHeight' => ['type' => 'integer', 'format' => 'int64'], + 'EXIF' => ['type' => 'string'], + 'ImageScore' => ['$ref' => '#/components/schemas/ImageScore'], 'CroppingSuggestions' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/CroppingSuggestion', - ], + 'items' => ['$ref' => '#/components/schemas/CroppingSuggestion'], ], 'OCRContents' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/OCRContents', - ], + 'items' => ['$ref' => '#/components/schemas/OCRContents'], ], ], ], 'ImageInsight' => [ 'type' => 'object', 'properties' => [ - 'Caption' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], + 'Caption' => ['type' => 'string'], + 'Description' => ['type' => 'string'], ], ], - 'ImageScore' => [ + 'ImageInsightsCaptionConfig' => [ 'type' => 'object', 'properties' => [ - 'OverallQualityScore' => [ - 'type' => 'number', - 'format' => 'float', - ], + 'Enable' => ['type' => 'boolean'], + 'Prompt' => ['type' => 'string'], ], ], - 'ImageURL' => [ + 'ImageInsightsConfig' => [ 'type' => 'object', 'properties' => [ - 'URL' => [ - 'type' => 'string', - ], - 'Thumbnail' => [ - 'type' => 'string', - ], + 'Caption' => ['$ref' => '#/components/schemas/ImageInsightsCaptionConfig'], + ], + ], + 'ImageReverseImageConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + ], + ], + 'ImageScore' => [ + 'type' => 'object', + 'properties' => [ + 'OverallQualityScore' => ['type' => 'number', 'format' => 'float'], ], ], 'Input' => [ 'type' => 'object', 'properties' => [ - 'OSS' => [ - '$ref' => '#/components/schemas/InputOSS', - ], + 'OSS' => ['$ref' => '#/components/schemas/InputOSS'], ], ], 'InputFile' => [ 'type' => 'object', 'properties' => [ - 'URI' => [ - 'type' => 'string', - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], - 'FileHash' => [ - 'type' => 'string', - ], - 'OSSURI' => [ - 'type' => 'string', - ], - 'MediaType' => [ - 'type' => 'string', - ], - 'ContentType' => [ - 'type' => 'string', - ], + 'URI' => ['type' => 'string'], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], + 'FileHash' => ['type' => 'string'], + 'OSSURI' => ['type' => 'string'], + 'MediaType' => ['type' => 'string'], + 'ContentType' => ['type' => 'string'], 'Figures' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'FigureId' => [ - 'type' => 'string', - ], - 'FigureClusterId' => [ - 'type' => 'string', - ], - 'FigureType' => [ - 'type' => 'string', - ], + 'FigureId' => ['type' => 'string'], + 'FigureClusterId' => ['type' => 'string'], + 'FigureType' => ['type' => 'string'], ], ], ], - 'LatLong' => [ - 'type' => 'string', - ], - 'ProduceTime' => [ - 'type' => 'string', - ], - 'Title' => [ - 'type' => 'string', - ], - 'Artist' => [ - 'type' => 'string', - ], - 'AlbumArtist' => [ - 'type' => 'string', - ], - 'Composer' => [ - 'type' => 'string', - ], - 'Performer' => [ - 'type' => 'string', - ], - 'Album' => [ - 'type' => 'string', - ], + 'LatLong' => ['type' => 'string'], + 'ProduceTime' => ['type' => 'string'], + 'Title' => ['type' => 'string'], + 'Artist' => ['type' => 'string'], + 'AlbumArtist' => ['type' => 'string'], + 'Composer' => ['type' => 'string'], + 'Performer' => ['type' => 'string'], + 'Album' => ['type' => 'string'], 'Labels' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Label', - ], + 'items' => ['$ref' => '#/components/schemas/Label'], ], 'Addresses' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Address', - ], + 'items' => ['$ref' => '#/components/schemas/Address'], ], ], ], 'InputOSS' => [ 'type' => 'object', 'properties' => [ - 'Bucket' => [ - 'type' => 'string', - 'required' => true, - ], - 'Prefix' => [ - 'type' => 'string', - ], + 'Bucket' => ['type' => 'string', 'required' => true], + 'Prefix' => ['type' => 'string'], 'MatchExpressions' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], 'Insights' => [ 'type' => 'object', 'properties' => [ - 'Video' => [ - '$ref' => '#/components/schemas/VideoInsight', - ], - 'Image' => [ - '$ref' => '#/components/schemas/ImageInsight', - ], + 'Video' => ['$ref' => '#/components/schemas/VideoInsight'], + 'Image' => ['$ref' => '#/components/schemas/ImageInsight'], + ], + ], + 'InsightsConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Language' => ['type' => 'string'], + 'Video' => ['$ref' => '#/components/schemas/VideoInsightsConfig'], + 'Image' => ['$ref' => '#/components/schemas/ImageInsightsConfig'], + ], + ], + 'InsightsLabel' => [ + 'type' => 'object', + 'properties' => [ + 'Name' => ['type' => 'string'], + 'Description' => ['type' => 'string'], ], ], 'KdtreeOption' => [ 'type' => 'object', 'properties' => [ - 'CompressionLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - 'maximum' => '10', - ], - 'QuantizationBits' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - 'maximum' => '31', - ], + 'CompressionLevel' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '10'], + 'QuantizationBits' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '31'], 'LibraryName' => [ 'type' => 'string', - 'enum' => [ - 'draco', - ], + 'enum' => ['draco'], ], ], ], 'KeyValuePair' => [ 'type' => 'object', 'properties' => [ - 'Key' => [ - 'type' => 'string', - ], - 'Value' => [ - 'type' => 'string', - ], + 'Key' => ['type' => 'string'], + 'Value' => ['type' => 'string'], ], ], 'Label' => [ 'type' => 'object', 'properties' => [ - 'Language' => [ - 'type' => 'string', - ], - 'LabelName' => [ - 'type' => 'string', - ], - 'LabelLevel' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'LabelConfidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ParentLabelName' => [ - 'type' => 'string', - ], - 'CentricScore' => [ - 'type' => 'number', - 'format' => 'float', + 'Language' => ['type' => 'string'], + 'LabelName' => ['type' => 'string'], + 'LabelLevel' => ['type' => 'integer', 'format' => 'int64'], + 'LabelConfidence' => ['type' => 'number', 'format' => 'float'], + 'ParentLabelName' => ['type' => 'string'], + 'CentricScore' => ['type' => 'number', 'format' => 'float'], + 'LabelAlias' => ['type' => 'string'], + 'Clips' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/Clip'], ], ], ], 'LicensePlate' => [ 'type' => 'object', 'properties' => [ - 'Content' => [ - 'type' => 'string', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], - 'Confidence' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'Content' => ['type' => 'string'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], + 'Confidence' => ['type' => 'number', 'format' => 'double'], ], ], 'LocationDateCluster' => [ 'type' => 'object', 'properties' => [ - 'Title' => [ - 'type' => 'string', - ], - 'LocationDateClusterLevel' => [ - 'type' => 'string', - ], - 'LocationDateClusterStartTime' => [ - 'type' => 'string', - ], - 'LocationDateClusterEndTime' => [ - 'type' => 'string', - ], + 'Title' => ['type' => 'string'], + 'LocationDateClusterLevel' => ['type' => 'string'], + 'LocationDateClusterStartTime' => ['type' => 'string'], + 'LocationDateClusterEndTime' => ['type' => 'string'], 'Addresses' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Address', - ], - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', + 'items' => ['$ref' => '#/components/schemas/Address'], ], + 'ObjectId' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], ], ], - 'MNS' => [ + 'Message' => [ 'type' => 'object', 'properties' => [ - 'TopicName' => [ - 'type' => 'string', - ], + 'CreateTime' => ['type' => 'string'], + 'Regenerate' => ['type' => 'boolean'], + 'Score' => ['type' => 'number', 'format' => 'double'], + 'AssistantType' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'SourceURI' => ['type' => 'string'], + 'Topic' => ['type' => 'string'], + 'Content' => ['type' => 'string'], + 'Language' => ['type' => 'string'], + 'Tone' => ['type' => 'string'], + 'Reply' => ['type' => 'string'], + 'Suggestion' => ['type' => 'string'], ], ], - 'Message' => [ + 'MetaData' => [ 'type' => 'object', 'properties' => [ - 'CreateTime' => [ - 'type' => 'string', - ], - 'Regenerate' => [ - 'type' => 'boolean', - ], - 'Score' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'AssistantType' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'SourceURI' => [ - 'type' => 'string', - ], - 'Topic' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], - 'Language' => [ - 'type' => 'string', - ], - 'Tone' => [ - 'type' => 'string', - ], - 'Reply' => [ - 'type' => 'string', - ], - 'Suggestion' => [ - 'type' => 'string', - ], + 'Identifier' => ['type' => 'string'], + 'Version' => ['type' => 'string'], + 'Provider' => ['type' => 'string'], ], ], - 'MetaData' => [ + 'MNS' => [ 'type' => 'object', 'properties' => [ - 'Identifier' => [ - 'type' => 'string', - ], - 'Version' => [ - 'type' => 'string', - ], - 'Provider' => [ - 'type' => 'string', - ], + 'TopicName' => ['type' => 'string'], ], ], 'ModelSpecification' => [ 'type' => 'object', 'properties' => [ - 'MetaData' => [ - '$ref' => '#/components/schemas/MetaData', - 'required' => true, - ], - 'Spec' => [ - '$ref' => '#/components/schemas/Spec', - 'required' => true, - ], + 'MetaData' => ['$ref' => '#/components/schemas/MetaData', 'required' => true], + 'Spec' => ['$ref' => '#/components/schemas/Spec', 'required' => true], ], ], 'Notification' => [ 'type' => 'object', 'properties' => [ - 'MNS' => [ - '$ref' => '#/components/schemas/MNS', - ], - 'RocketMQ' => [ - '$ref' => '#/components/schemas/RocketMQ', - ], - 'ExtendedMessageURI' => [ - 'type' => 'string', - ], + 'MNS' => ['$ref' => '#/components/schemas/MNS'], + 'RocketMQ' => ['$ref' => '#/components/schemas/RocketMQ'], + 'ExtendedMessageURI' => ['type' => 'string'], ], ], 'OCRContents' => [ 'type' => 'object', 'properties' => [ - 'Language' => [ - 'type' => 'string', - ], - 'Contents' => [ - 'type' => 'string', - ], - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Boundary' => [ - '$ref' => '#/components/schemas/Boundary', - ], + 'Language' => ['type' => 'string'], + 'Contents' => ['type' => 'string'], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'Boundary' => ['$ref' => '#/components/schemas/Boundary'], ], ], 'OctreeOption' => [ 'type' => 'object', 'properties' => [ - 'PointResolution' => [ - 'type' => 'number', - 'format' => 'double', - 'minimum' => '0', - 'maximum' => '1', - ], - 'OctreeResolution' => [ - 'type' => 'number', - 'format' => 'double', - 'minimum' => '0', - 'maximum' => '1', - ], - 'DoVoxelGridDownDownSampling' => [ - 'type' => 'boolean', - ], + 'PointResolution' => ['type' => 'number', 'format' => 'double', 'minimum' => '0', 'maximum' => '1'], + 'OctreeResolution' => ['type' => 'number', 'format' => 'double', 'minimum' => '0', 'maximum' => '1'], + 'DoVoxelGridDownDownSampling' => ['type' => 'boolean'], 'LibraryName' => [ 'type' => 'string', - 'enum' => [ - 'pcl', - ], + 'enum' => ['pcl'], ], ], ], 'Optimization' => [ 'type' => 'object', 'properties' => [ - 'LearningRate' => [ - 'type' => 'number', - 'format' => 'float', + 'LearningRate' => ['type' => 'number', 'format' => 'float'], + 'Optimizer' => ['type' => 'string'], + ], + ], + 'PaperDescription' => [ + 'type' => 'object', + 'properties' => [ + 'Description' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/Summary'], ], - 'Optimizer' => [ - 'type' => 'string', + 'TitleID' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], ], ], + 'PersonReferenceConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + ], + ], 'PointInt64' => [ 'type' => 'object', 'properties' => [ - 'X' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Y' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'X' => ['type' => 'integer', 'format' => 'int64'], + 'Y' => ['type' => 'integer', 'format' => 'int64'], + ], + ], + 'PPTDetails' => [ + 'type' => 'object', + 'properties' => [ + 'StartTime' => ['type' => 'integer', 'format' => 'int64'], + 'PPTShotIndex' => ['type' => 'integer', 'format' => 'int64'], + 'ImagePath' => ['type' => 'string'], ], ], 'Project' => [ 'type' => 'object', 'properties' => [ - 'ProjectName' => [ - 'type' => 'string', - ], - 'ServiceRole' => [ - 'type' => 'string', - ], - 'TemplateId' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'ProjectQueriesPerSecond' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EngineConcurrency' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ProjectMaxDatasetCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxBindCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxFileCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxEntityCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxRelationCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetMaxTotalFileSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DatasetCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FileCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalFileSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'ProjectName' => ['type' => 'string'], + 'ServiceRole' => ['type' => 'string'], + 'TemplateId' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'ProjectQueriesPerSecond' => ['type' => 'integer', 'format' => 'int64'], + 'EngineConcurrency' => ['type' => 'integer', 'format' => 'int64'], + 'ProjectMaxDatasetCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxBindCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxFileCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxEntityCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxRelationCount' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetMaxTotalFileSize' => ['type' => 'integer', 'format' => 'int64'], + 'DatasetCount' => ['type' => 'integer', 'format' => 'int64'], + 'FileCount' => ['type' => 'integer', 'format' => 'int64'], + 'TotalFileSize' => ['type' => 'integer', 'format' => 'int64'], 'Tags' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'TagKey' => [ - 'type' => 'string', - ], - 'TagValue' => [ - 'type' => 'string', - ], + 'TagKey' => ['type' => 'string'], + 'TagValue' => ['type' => 'string'], ], ], ], @@ -1919,110 +1095,68 @@ 'Property' => [ 'type' => 'object', 'properties' => [ - 'ItemsType' => [ - 'type' => 'string', - ], - 'ValueType' => [ - 'type' => 'string', - ], - 'Value' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'ItemsType' => ['type' => 'string'], + 'ValueType' => ['type' => 'string'], + 'Value' => ['type' => 'string'], + 'Name' => ['type' => 'string'], ], ], 'ReferenceFile' => [ 'type' => 'object', 'properties' => [ - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'URI' => [ - 'type' => 'string', - ], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'URI' => ['type' => 'string'], ], ], 'RegionType' => [ 'type' => 'object', 'properties' => [ - 'RegionId' => [ - 'type' => 'string', - ], - 'LocalName' => [ - 'type' => 'string', - ], + 'RegionId' => ['type' => 'string'], + 'LocalName' => ['type' => 'string'], ], ], 'Resource' => [ 'type' => 'object', 'properties' => [ - 'ECSInstance' => [ - 'type' => 'string', - ], - 'CPU' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'GPUNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Name' => [ - 'type' => 'string', - ], - 'RAM' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'GPUModel' => [ - 'type' => 'string', - ], + 'ECSInstance' => ['type' => 'string'], + 'CPU' => ['type' => 'integer', 'format' => 'int64'], + 'GPUNum' => ['type' => 'integer', 'format' => 'int64'], + 'Name' => ['type' => 'string'], + 'RAM' => ['type' => 'integer', 'format' => 'int64'], + 'GPUModel' => ['type' => 'string'], + ], + ], + 'ReverseImageConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Video' => ['$ref' => '#/components/schemas/VideoReverseImageConfig'], + 'Image' => ['$ref' => '#/components/schemas/ImageReverseImageConfig'], ], ], 'RocketMQ' => [ 'type' => 'object', 'properties' => [ - 'TopicName' => [ - 'type' => 'string', - ], - 'InstanceId' => [ - 'type' => 'string', - ], + 'TopicName' => ['type' => 'string'], + 'InstanceId' => ['type' => 'string'], ], ], 'Row' => [ 'type' => 'object', 'properties' => [ - 'URI' => [ - 'type' => 'string', - ], + 'URI' => ['type' => 'string'], 'CustomLabels' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/KeyValuePair', - ], + 'items' => ['$ref' => '#/components/schemas/KeyValuePair'], ], ], ], 'Runtime' => [ 'type' => 'object', 'properties' => [ - 'Hyperparameters' => [ - '$ref' => '#/components/schemas/Hyperparameters', - 'required' => true, - ], - 'Resource' => [ - '$ref' => '#/components/schemas/Resource', - 'required' => true, - ], + 'Hyperparameters' => ['$ref' => '#/components/schemas/Hyperparameters', 'required' => true], + 'Resource' => ['$ref' => '#/components/schemas/Resource', 'required' => true], ], ], 'SceneElement' => [ @@ -2030,131 +1164,85 @@ 'properties' => [ 'TimeRange' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'items' => ['type' => 'integer', 'format' => 'int64'], ], 'FrameTimes' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'items' => ['type' => 'integer', 'format' => 'int64'], ], - 'VideoStreamIndex' => [ - 'type' => 'integer', - 'format' => 'int64', + 'VideoStreamIndex' => ['type' => 'integer', 'format' => 'int64'], + 'Labels' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/Label'], ], ], ], 'Schedule' => [ 'type' => 'object', 'properties' => [ - 'Gamma' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'StepSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'LRScheduler' => [ - 'type' => 'string', - ], + 'Gamma' => ['type' => 'number', 'format' => 'float'], + 'StepSize' => ['type' => 'integer', 'format' => 'int64'], + 'LRScheduler' => ['type' => 'string'], ], ], 'SimilarImage' => [ 'type' => 'object', 'properties' => [ - 'URI' => [ - 'type' => 'string', - ], - 'ImageScore' => [ - 'type' => 'number', - 'format' => 'double', - ], + 'URI' => ['type' => 'string'], + 'ImageScore' => ['type' => 'number', 'format' => 'double'], ], ], 'SimilarImageCluster' => [ 'type' => 'object', 'properties' => [ - 'ObjectId' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - ], + 'ObjectId' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object'], 'Files' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/SimilarImage', - ], + 'items' => ['$ref' => '#/components/schemas/SimilarImage'], ], ], ], 'SimpleQuery' => [ 'type' => 'object', 'properties' => [ - 'Field' => [ - 'type' => 'string', - ], - 'Value' => [ - 'type' => 'string', - ], - 'Operation' => [ - 'type' => 'string', - ], + 'Field' => ['type' => 'string'], + 'Value' => ['type' => 'string'], + 'Operation' => ['type' => 'string'], 'SubQueries' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/SimpleQuery', - ], + 'items' => ['$ref' => '#/components/schemas/SimpleQuery'], ], ], ], 'SmartCluster' => [ 'type' => 'object', 'properties' => [ - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectType' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'ObjectStatus' => [ - 'type' => 'string', - ], - 'Rule' => [ - '$ref' => '#/components/schemas/SmartClusterRule', + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'ObjectStatus' => ['type' => 'string'], + 'ClusterType' => ['type' => 'string'], + 'Rule' => ['$ref' => '#/components/schemas/SmartClusterRule'], + 'Rules' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/SmartClusterRule'], ], + 'Reason' => ['type' => 'string'], + ], + ], + 'SmartClusterConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Figure' => ['$ref' => '#/components/schemas/FigureClusterConfig'], ], ], 'SmartClusterRule' => [ @@ -2162,417 +1250,122 @@ 'properties' => [ 'Keywords' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], - 'Sensitivity' => [ - 'type' => 'number', - 'format' => 'float', + 'Sensitivity' => ['type' => 'number', 'format' => 'float'], + 'RuleType' => ['type' => 'string'], + 'BaseURIs' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], ], ], 'Spec' => [ 'type' => 'object', 'properties' => [ - 'Backbone' => [ - '$ref' => '#/components/schemas/CustomParams', - ], - 'ClassNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Head' => [ - '$ref' => '#/components/schemas/CustomParams', - ], - 'Loss' => [ - '$ref' => '#/components/schemas/CustomParams', - ], - 'InputChannel' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Name' => [ - 'type' => 'string', - 'required' => true, - ], - 'Neck' => [ - '$ref' => '#/components/schemas/CustomParams', - ], - 'NumLandmarks' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PretrainedPath' => [ - 'type' => 'string', - ], + 'Backbone' => ['$ref' => '#/components/schemas/CustomParams'], + 'ClassNum' => ['type' => 'integer', 'format' => 'int64'], + 'Head' => ['$ref' => '#/components/schemas/CustomParams'], + 'Loss' => ['$ref' => '#/components/schemas/CustomParams'], + 'InputChannel' => ['type' => 'integer', 'format' => 'int64'], + 'Name' => ['type' => 'string', 'required' => true], + 'Neck' => ['$ref' => '#/components/schemas/CustomParams'], + 'NumLandmarks' => ['type' => 'integer', 'format' => 'int64'], + 'PretrainedPath' => ['type' => 'string'], ], ], 'Story' => [ 'type' => 'object', 'properties' => [ - 'OwnerId' => [ - 'type' => 'string', - ], - 'ProjectName' => [ - 'type' => 'string', - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'ObjectId' => [ - 'type' => 'string', - ], - 'ObjectType' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'StoryName' => [ - 'type' => 'string', - ], - 'StoryType' => [ - 'type' => 'string', - ], - 'StorySubType' => [ - 'type' => 'string', - ], - 'StoryStartTime' => [ - 'type' => 'string', - ], - 'StoryEndTime' => [ - 'type' => 'string', - ], + 'OwnerId' => ['type' => 'string'], + 'ProjectName' => ['type' => 'string'], + 'DatasetName' => ['type' => 'string'], + 'ObjectId' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'StoryName' => ['type' => 'string'], + 'StoryType' => ['type' => 'string'], + 'StorySubType' => ['type' => 'string'], + 'StoryStartTime' => ['type' => 'string'], + 'StoryEndTime' => ['type' => 'string'], 'Files' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/File', - ], - ], - 'Cover' => [ - '$ref' => '#/components/schemas/File', + 'items' => ['$ref' => '#/components/schemas/File'], ], + 'Cover' => ['$ref' => '#/components/schemas/File'], 'FigureClusterIds' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'CustomId' => [ - 'type' => 'string', - ], - 'CustomLabels' => [ - 'type' => 'object', - 'required' => false, + 'items' => ['type' => 'string'], ], + 'CustomId' => ['type' => 'string'], + 'CustomLabels' => ['type' => 'object', 'required' => false], 'Addresses' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/Address', - ], - ], - ], - ], - 'StreamOptions' => [ - 'type' => 'object', - 'properties' => [ - 'IncrementalOutput' => [ - 'type' => 'boolean', - ], - 'NeedReturnFinalResult' => [ - 'type' => 'boolean', + 'items' => ['$ref' => '#/components/schemas/Address'], ], ], ], 'SubtitleStream' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Language' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Content' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'Index' => ['type' => 'integer', 'format' => 'int64'], + 'Language' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Duration' => ['type' => 'number', 'format' => 'double'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int64'], + 'Content' => ['type' => 'string'], + 'Width' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'integer', 'format' => 'int64'], ], ], 'TargetAudio' => [ 'type' => 'object', 'properties' => [ - 'DisableAudio' => [ - 'type' => 'boolean', - ], + 'DisableAudio' => ['type' => 'boolean'], 'Stream' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int64', - ], + 'items' => ['type' => 'integer', 'format' => 'int64'], ], 'TranscodeAudio' => [ 'type' => 'object', 'properties' => [ - 'Codec' => [ - 'type' => 'string', - ], - 'BitrateOption' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Quality' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'SampleRateOption' => [ - 'type' => 'string', - ], - 'SampleRate' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Channel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BitsPerSample' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Codec' => ['type' => 'string'], + 'BitrateOption' => ['type' => 'string'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int32'], + 'Quality' => ['type' => 'integer', 'format' => 'int32'], + 'SampleRateOption' => ['type' => 'string'], + 'SampleRate' => ['type' => 'integer', 'format' => 'int32'], + 'Channel' => ['type' => 'integer', 'format' => 'int32'], + 'BitsPerSample' => ['type' => 'integer', 'format' => 'int32'], ], ], 'FilterAudio' => [ 'type' => 'object', 'properties' => [ - 'Mixing' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - 'TargetImage' => [ - 'type' => 'object', - 'properties' => [ - 'Sprites' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'ScaleType' => [ - 'type' => 'string', - ], - 'Mode' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'TileHeight' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'ScaleWidth' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Pad' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Format' => [ - 'type' => 'string', - 'required' => true, - ], - 'Number' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScaleHeight' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TileWidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Interval' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'Margin' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Threshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], - ], - ], - 'Animations' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'FrameRate' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Format' => [ - 'type' => 'string', - 'required' => true, - ], - 'Number' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScaleType' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Height' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'Width' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Interval' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - ], - ], - ], - 'Snapshots' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Format' => [ - 'type' => 'string', - 'required' => true, - ], - 'Number' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScaleType' => [ - 'type' => 'string', - ], - 'Mode' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Height' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'Width' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Interval' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'Threshold' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], + 'Mixing' => ['type' => 'boolean'], ], ], ], ], + 'TargetImage' => [], 'TargetSubtitle' => [ 'type' => 'object', 'properties' => [ - 'DisableSubtitle' => [ - 'type' => 'boolean', - ], + 'DisableSubtitle' => ['type' => 'boolean'], 'Stream' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'items' => ['type' => 'integer', 'format' => 'int32'], ], 'ExtractSubtitle' => [ 'type' => 'object', 'properties' => [ - 'URI' => [ - 'type' => 'string', - ], - 'Format' => [ - 'type' => 'string', - ], + 'URI' => ['type' => 'string'], + 'Format' => ['type' => 'string'], ], ], ], @@ -2580,83 +1373,32 @@ 'TargetVideo' => [ 'type' => 'object', 'properties' => [ - 'DisableVideo' => [ - 'type' => 'boolean', - ], + 'DisableVideo' => ['type' => 'boolean'], 'Stream' => [ 'type' => 'array', - 'items' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'items' => ['type' => 'integer', 'format' => 'int32'], ], 'TranscodeVideo' => [ 'type' => 'object', 'properties' => [ - 'Codec' => [ - 'type' => 'string', - ], - 'PixelFormat' => [ - 'type' => 'string', - ], - 'FrameRateOption' => [ - 'type' => 'string', - ], - 'FrameRate' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ResolutionOption' => [ - 'type' => 'string', - ], - 'Resolution' => [ - 'type' => 'string', - ], - 'AdaptiveResolutionDirection' => [ - 'type' => 'boolean', - ], - 'ScaleType' => [ - 'type' => 'string', - ], - 'Rotation' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BitrateOption' => [ - 'type' => 'string', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'GOPSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'CRF' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'BufferSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'MaxBitrate' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BFrames' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Refs' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'VideoSlim' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Codec' => ['type' => 'string'], + 'PixelFormat' => ['type' => 'string'], + 'FrameRateOption' => ['type' => 'string'], + 'FrameRate' => ['type' => 'number', 'format' => 'float'], + 'ResolutionOption' => ['type' => 'string'], + 'Resolution' => ['type' => 'string'], + 'AdaptiveResolutionDirection' => ['type' => 'boolean'], + 'ScaleType' => ['type' => 'string'], + 'Rotation' => ['type' => 'integer', 'format' => 'int32'], + 'BitrateOption' => ['type' => 'string'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int32'], + 'GOPSize' => ['type' => 'integer', 'format' => 'int32'], + 'CRF' => ['type' => 'number', 'format' => 'float'], + 'BufferSize' => ['type' => 'integer', 'format' => 'int32'], + 'MaxBitrate' => ['type' => 'integer', 'format' => 'int32'], + 'BFrames' => ['type' => 'integer', 'format' => 'int32'], + 'Refs' => ['type' => 'integer', 'format' => 'int32'], + 'VideoSlim' => ['type' => 'integer', 'format' => 'int32'], ], ], 'FilterVideo' => [ @@ -2667,63 +1409,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Dx' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Dy' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'ReferPos' => [ - 'type' => 'string', - ], - 'Content' => [ - 'type' => 'string', - ], - 'FontName' => [ - 'type' => 'string', - ], - 'FontSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'FontColor' => [ - 'type' => 'string', - ], - 'FontApha' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'BorderWidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BorderColor' => [ - 'type' => 'string', - ], - 'URI' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Height' => [ - 'type' => 'number', - 'format' => 'float', - ], + 'Type' => ['type' => 'string'], + 'Dx' => ['type' => 'number', 'format' => 'float'], + 'Dy' => ['type' => 'number', 'format' => 'float'], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Duration' => ['type' => 'number', 'format' => 'double'], + 'ReferPos' => ['type' => 'string'], + 'Content' => ['type' => 'string'], + 'FontName' => ['type' => 'string'], + 'FontSize' => ['type' => 'integer', 'format' => 'int32'], + 'FontColor' => ['type' => 'string'], + 'FontApha' => ['type' => 'number', 'format' => 'float'], + 'BorderWidth' => ['type' => 'integer', 'format' => 'int32'], + 'BorderColor' => ['type' => 'string'], + 'URI' => ['type' => 'string'], + 'Width' => ['type' => 'number', 'format' => 'float'], + 'Height' => ['type' => 'number', 'format' => 'float'], ], ], ], @@ -2732,67 +1433,32 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Dx' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Dy' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Width' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Height' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ReferPos' => [ - 'type' => 'string', - ], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Duration' => ['type' => 'number', 'format' => 'double'], + 'Dx' => ['type' => 'number', 'format' => 'float'], + 'Dy' => ['type' => 'number', 'format' => 'float'], + 'Width' => ['type' => 'number', 'format' => 'float'], + 'Height' => ['type' => 'number', 'format' => 'float'], + 'ReferPos' => ['type' => 'string'], ], ], ], - 'Speed' => [ - 'type' => 'number', - 'format' => 'float', - ], + 'Speed' => ['type' => 'number', 'format' => 'float'], 'Desensitization' => [ 'type' => 'object', 'properties' => [ 'Face' => [ 'type' => 'object', 'properties' => [ - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'MinSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'MinSize' => ['type' => 'integer', 'format' => 'int32'], ], ], 'LicensePlate' => [ 'type' => 'object', 'properties' => [ - 'Confidence' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'MinSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Confidence' => ['type' => 'number', 'format' => 'float'], + 'MinSize' => ['type' => 'integer', 'format' => 'int32'], ], ], ], @@ -2804,322 +1470,226 @@ 'TaskInfo' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'string', - ], - 'EndTime' => [ - 'type' => 'string', - ], - 'UserData' => [ - 'type' => 'string', - ], - 'TaskType' => [ - 'type' => 'string', - ], - 'TaskId' => [ - 'type' => 'string', - ], - 'Tags' => [ - 'type' => 'object', - ], - 'TaskRequestDefinition' => [ - 'type' => 'string', - ], - 'Progress' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'Status' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'StartTime' => ['type' => 'string'], + 'EndTime' => ['type' => 'string'], + 'UserData' => ['type' => 'string'], + 'TaskType' => ['type' => 'string'], + 'TaskId' => ['type' => 'string'], + 'Tags' => ['type' => 'object'], + 'TaskRequestDefinition' => ['type' => 'string'], + 'Progress' => ['type' => 'integer', 'format' => 'int32'], ], ], 'TimeRange' => [ 'type' => 'object', 'properties' => [ - 'Start' => [ - 'type' => 'string', - ], - 'End' => [ - 'type' => 'string', - ], + 'Start' => ['type' => 'string'], + 'End' => ['type' => 'string'], ], ], 'ToolCall' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'string', - ], - 'Function' => [ - '$ref' => '#/components/schemas/FunctionCall', - ], + 'Type' => ['type' => 'string'], + 'Function' => ['$ref' => '#/components/schemas/FunctionCall'], ], ], 'TrainingSpecification' => [ 'type' => 'object', 'properties' => [ - 'ValidationSourceURI' => [ - 'type' => 'string', - ], - 'Runtime' => [ - '$ref' => '#/components/schemas/Runtime', - 'required' => true, - ], - 'Endpoint' => [ - 'type' => 'string', - 'required' => true, - ], - 'ModelSpecification' => [ - '$ref' => '#/components/schemas/ModelSpecification', - 'required' => true, - ], - 'DatasetName' => [ - 'type' => 'string', - ], - 'SourceURI' => [ - 'type' => 'string', - 'required' => true, - ], + 'ValidationSourceURI' => ['type' => 'string'], + 'Runtime' => ['$ref' => '#/components/schemas/Runtime', 'required' => true], + 'Endpoint' => ['type' => 'string', 'required' => true], + 'ModelSpecification' => ['$ref' => '#/components/schemas/ModelSpecification', 'required' => true], + 'DatasetName' => ['type' => 'string'], + 'SourceURI' => ['type' => 'string', 'required' => true], 'Transforms' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/CustomParams', - ], - ], - 'ValidationSplit' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TargetURI' => [ - 'type' => 'string', - 'required' => true, + 'items' => ['$ref' => '#/components/schemas/CustomParams'], ], + 'ValidationSplit' => ['type' => 'number', 'format' => 'float'], + 'TargetURI' => ['type' => 'string', 'required' => true], ], ], 'TrimPolicy' => [ 'type' => 'object', 'properties' => [ - 'DisableDeleteEmptyCell' => [ - 'type' => 'boolean', - ], - 'DisableDeleteRepeatedStyle' => [ - 'type' => 'boolean', - ], - 'DisableDeleteUnusedShape' => [ - 'type' => 'boolean', - ], - 'DisableDeleteUnusedPicture' => [ - 'type' => 'boolean', - ], + 'DisableDeleteEmptyCell' => ['type' => 'boolean'], + 'DisableDeleteRepeatedStyle' => ['type' => 'boolean'], + 'DisableDeleteUnusedShape' => ['type' => 'boolean'], + 'DisableDeleteUnusedPicture' => ['type' => 'boolean'], ], ], 'VideoInsight' => [ 'type' => 'object', 'properties' => [ - 'Description' => [ - 'type' => 'string', + 'Description' => ['type' => 'string'], + 'Caption' => ['type' => 'string'], + ], + ], + 'VideoInsightsCaptionConfig' => [ + 'type' => 'object', + 'properties' => [ + 'PersonReference' => ['$ref' => '#/components/schemas/PersonReferenceConfig'], + 'Enable' => ['type' => 'boolean'], + 'Prompt' => ['type' => 'string'], + ], + ], + 'VideoInsightsConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Caption' => ['$ref' => '#/components/schemas/VideoInsightsCaptionConfig'], + 'Label' => ['$ref' => '#/components/schemas/VideoInsightsLabelConfig'], + 'MultiStream' => ['$ref' => '#/components/schemas/VideoInsightsMultiStreamConfig'], + ], + ], + 'VideoInsightsHighlightLabelConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + 'Labels' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/InsightsLabel'], ], - 'Caption' => [ - 'type' => 'string', + ], + ], + 'VideoInsightsLabelConfig' => [ + 'type' => 'object', + 'properties' => [ + 'System' => ['$ref' => '#/components/schemas/VideoInsightsSystemLabelConfig'], + 'UserDefined' => ['$ref' => '#/components/schemas/VideoInsightsUserDefinedLabelConfig'], + 'Highlight' => ['$ref' => '#/components/schemas/VideoInsightsHighlightLabelConfig'], + ], + ], + 'VideoInsightsMultiStreamConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + ], + ], + 'VideoInsightsSystemLabelConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + ], + ], + 'VideoInsightsUserDefinedLabelConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], + 'Labels' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/InsightsLabel'], ], + 'Mode' => ['type' => 'string'], + ], + ], + 'VideoReadKeywordOption' => [ + 'type' => 'object', + 'properties' => [ + 'Extract' => ['type' => 'boolean'], + 'Count' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'VideoReadPPTOption' => [ + 'type' => 'object', + 'properties' => [ + 'Extract' => ['type' => 'boolean'], + ], + ], + 'VideoReadQuestionOption' => [ + 'type' => 'object', + 'properties' => [ + 'Extract' => ['type' => 'boolean'], + 'Count' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'VideoReverseImageConfig' => [ + 'type' => 'object', + 'properties' => [ + 'Enable' => ['type' => 'boolean'], ], ], 'VideoStream' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Language' => [ - 'type' => 'string', - ], - 'CodecName' => [ - 'type' => 'string', - ], - 'CodecLongName' => [ - 'type' => 'string', - ], - 'Profile' => [ - 'type' => 'string', - ], - 'CodecTimeBase' => [ - 'type' => 'string', - ], - 'CodecTagString' => [ - 'type' => 'string', - ], - 'CodecTag' => [ - 'type' => 'string', - ], - 'Width' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Height' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'HasBFrames' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'SampleAspectRatio' => [ - 'type' => 'string', - ], - 'DisplayAspectRatio' => [ - 'type' => 'string', - ], - 'PixelFormat' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FrameRate' => [ - 'type' => 'string', - ], - 'AverageFrameRate' => [ - 'type' => 'string', - ], - 'TimeBase' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - ], - 'Bitrate' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FrameCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Rotate' => [ - 'type' => 'string', - ], - 'BitDepth' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ColorSpace' => [ - 'type' => 'string', - ], - 'ColorRange' => [ - 'type' => 'string', - ], - 'ColorTransfer' => [ - 'type' => 'string', - ], - 'ColorPrimaries' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'integer', 'format' => 'int64'], + 'Language' => ['type' => 'string'], + 'CodecName' => ['type' => 'string'], + 'CodecLongName' => ['type' => 'string'], + 'Profile' => ['type' => 'string'], + 'CodecTimeBase' => ['type' => 'string'], + 'CodecTagString' => ['type' => 'string'], + 'CodecTag' => ['type' => 'string'], + 'Width' => ['type' => 'integer', 'format' => 'int64'], + 'Height' => ['type' => 'integer', 'format' => 'int64'], + 'HasBFrames' => ['type' => 'integer', 'format' => 'int64'], + 'SampleAspectRatio' => ['type' => 'string'], + 'DisplayAspectRatio' => ['type' => 'string'], + 'PixelFormat' => ['type' => 'string'], + 'Level' => ['type' => 'integer', 'format' => 'int64'], + 'FrameRate' => ['type' => 'string'], + 'AverageFrameRate' => ['type' => 'string'], + 'TimeBase' => ['type' => 'string'], + 'StartTime' => ['type' => 'number', 'format' => 'double'], + 'Duration' => ['type' => 'number', 'format' => 'double'], + 'Bitrate' => ['type' => 'integer', 'format' => 'int64'], + 'FrameCount' => ['type' => 'integer', 'format' => 'int64'], + 'Rotate' => ['type' => 'string'], + 'BitDepth' => ['type' => 'integer', 'format' => 'int64'], + 'ColorSpace' => ['type' => 'string'], + 'ColorRange' => ['type' => 'string'], + 'ColorTransfer' => ['type' => 'string'], + 'ColorPrimaries' => ['type' => 'string'], ], ], 'WebofficePermission' => [ 'type' => 'object', 'properties' => [ - 'Rename' => [ - 'type' => 'boolean', - ], - 'Readonly' => [ - 'type' => 'boolean', - ], - 'History' => [ - 'type' => 'boolean', - ], - 'Print' => [ - 'type' => 'boolean', - ], - 'Export' => [ - 'type' => 'boolean', - ], - 'Copy' => [ - 'type' => 'boolean', - ], + 'Rename' => ['type' => 'boolean'], + 'Readonly' => ['type' => 'boolean'], + 'History' => ['type' => 'boolean'], + 'Print' => ['type' => 'boolean'], + 'Export' => ['type' => 'boolean'], + 'Copy' => ['type' => 'boolean'], ], ], 'WebofficeUser' => [ 'type' => 'object', 'properties' => [ - 'Id' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Avatar' => [ - 'type' => 'string', - ], + 'Id' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Avatar' => ['type' => 'string'], ], ], 'WebofficeWatermark' => [ 'type' => 'object', 'properties' => [ - 'Type' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Value' => [ - 'type' => 'string', - ], - 'Rotate' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Vertical' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Horizontal' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Font' => [ - 'type' => 'string', - ], - 'FillStyle' => [ - 'type' => 'string', - ], + 'Type' => ['type' => 'integer', 'format' => 'int64'], + 'Value' => ['type' => 'string'], + 'Rotate' => ['type' => 'number', 'format' => 'float'], + 'Vertical' => ['type' => 'integer', 'format' => 'int64'], + 'Horizontal' => ['type' => 'integer', 'format' => 'int64'], + 'Font' => ['type' => 'string'], + 'FillStyle' => ['type' => 'string'], ], ], 'WorkflowParameter' => [ 'type' => 'object', 'properties' => [ - 'Value' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'Name' => ['type' => 'string'], + 'Value' => ['type' => 'string'], ], ], ], ], 'apis' => [ - 'ListRegions' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddImageMosaic' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3128,276 +1698,115 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AcceptLanguage', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'CreateProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ServiceRole', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TemplateId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ProjectMaxDatasetCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxBindCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxFileCount', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetMaxEntityCount', + 'name' => 'TargetURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetMaxRelationCount', + 'name' => 'ImageFormat', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetMaxTotalFileSize', + 'name' => 'Quality', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Tag', + 'name' => 'Targets', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, + 'Type' => ['type' => 'string', 'required' => true], + 'Boundary' => [ + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'ReferPos' => ['type' => 'string', 'required' => false], + 'X' => ['type' => 'number', 'format' => 'float', 'required' => true], + 'Y' => ['type' => 'number', 'format' => 'float', 'required' => true], + 'Height' => ['type' => 'number', 'format' => 'float', 'required' => true], + 'Width' => ['type' => 'number', 'format' => 'float', 'required' => true], + ], ], + 'MosaicRadius' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'BlurRadius' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'Sigma' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'Color' => ['type' => 'string', 'required' => false], ], ], ], ], + [ + 'name' => 'CredentialConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], ], ], - 'UpdateProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AddStoryFiles' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ServiceRole', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TemplateId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ProjectMaxDatasetCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxBindCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxFileCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxEntityCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetMaxRelationCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'DatasetName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetMaxTotalFileSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'ObjectId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tag', - 'in' => 'query', + 'name' => 'Files', + 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], + 'URI' => ['type' => 'string', 'required' => false], ], ], ], ], ], ], - 'GetProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AttachOSSBucket' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3407,229 +1816,128 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WithStatistics', + 'name' => 'OSSBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListProjects' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BatchDeleteFileMeta' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ - 'name' => 'MaxResults', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Prefix', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Tag', + 'name' => 'URIs', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'maxItems' => 20, + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'DeleteProject' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BatchGetFigureCluster' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DatasetName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ObjectIds', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'CreateDataset' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BatchGetFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TemplateId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxBindCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxFileCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxEntityCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxRelationCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'DatasetMaxTotalFileSize', + 'name' => 'URIs', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'WorkflowParameters', + 'name' => 'WithFields', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - '$ref' => '#/components/schemas/WorkflowParameter', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'UpdateDataset' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BatchIndexFileMeta' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3640,227 +1948,191 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TemplateId', + 'name' => 'Files', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['$ref' => '#/components/schemas/InputFile', 'required' => false], ], ], [ - 'name' => 'DatasetMaxBindCount', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetMaxFileCount', + 'name' => 'Notification', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], + ], + ], + 'BatchUpdateFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'DatasetMaxEntityCount', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'DatasetMaxRelationCount', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetMaxTotalFileSize', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkflowParameters', + 'name' => 'Files', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, - 'items' => [ - '$ref' => '#/components/schemas/WorkflowParameter', - 'required' => false, - ], + 'required' => true, + 'items' => ['$ref' => '#/components/schemas/InputFile', 'required' => false], ], ], ], ], - 'GetDataset' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CompareImageFaces' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'WithStatistics', + 'name' => 'Source', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'URI1' => ['type' => 'string', 'required' => false], + 'URI2' => ['type' => 'string', 'required' => false], + ], ], ], ], ], - 'ListDatasets' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ContextualAnswer' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'MaxResults', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', - 'in' => 'query', + 'name' => 'Messages', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['$ref' => '#/components/schemas/ContextualMessage', 'required' => false], ], ], [ - 'name' => 'Prefix', - 'in' => 'query', + 'name' => 'Files', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['$ref' => '#/components/schemas/ContextualFile', 'required' => false], ], ], ], ], - 'DeleteDataset' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ContextualRetrieval' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DatasetName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Messages', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['$ref' => '#/components/schemas/ContextualMessage', 'required' => false], ], ], [ - 'name' => 'DatasetName', + 'name' => 'RecallOnly', 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'SmartClusterIds', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'IndexFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateArchiveFileInspectionTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3871,55 +2143,40 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'File', + 'name' => 'Password', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/InputFile', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SourceURI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'deprecated' => false, 'required' => false], ], ], ], - 'BatchIndexFileMeta' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateBatch' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3929,61 +2186,65 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Input', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Input', 'required' => true], ], [ - 'name' => 'Files', - 'in' => 'query', + 'name' => 'Actions', + 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ - '$ref' => '#/components/schemas/InputFile', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Name' => ['type' => 'string', 'required' => true], + 'Parameters' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + 'FastFailPolicy' => ['$ref' => '#/components/schemas/FastFailPolicy', 'required' => false], + ], ], ], ], [ - 'name' => 'UserData', - 'in' => 'query', + 'name' => 'Notification', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'MNS' => ['$ref' => '#/components/schemas/MNS', 'required' => false], + ], ], ], [ - 'name' => 'Notification', - 'in' => 'query', + 'name' => 'Tags', + 'in' => 'formData', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], + ], + [ + 'name' => 'ServiceRole', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateBinding' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3994,39 +2255,23 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'File', + 'name' => 'URI', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/InputFile', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'BatchUpdateFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateCompressPointCloudTask' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4037,157 +2282,86 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Files', + 'name' => 'TargetURI', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/InputFile', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'GetFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'ProjectName', + 'name' => 'PointCloudFileFormat', 'in' => 'query', 'schema' => [ 'type' => 'string', - 'required' => true, + 'required' => false, + 'enum' => ['pcd'], ], ], [ - 'name' => 'DatasetName', + 'name' => 'CompressMethod', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, + 'enum' => ['octree', 'kdtree'], ], ], [ - 'name' => 'URI', + 'name' => 'PointCloudFields', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'WithFields', + 'name' => 'KdtreeOption', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['$ref' => '#/components/schemas/KdtreeOption', 'required' => false], ], - ], - ], - 'BatchGetFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'OctreeOption', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/OctreeOption', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetName', + 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'URIs', + 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'WithFields', + 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'DeleteFileMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateCustomizedStory' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4197,204 +2371,135 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'URI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'StoryType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'BatchDeleteFileMeta' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'StorySubType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'StoryName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', - 'in' => 'query', + 'name' => 'Cover', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'URIs', - 'in' => 'query', + 'name' => 'Files', + 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + ], ], ], ], + [ + 'name' => 'CustomLabels', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], + ], ], ], - 'SimpleQuery' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateDataset' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ProjectName', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetName', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Query', + 'name' => 'DatasetMaxBindCount', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/SimpleQuery', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Sort', + 'name' => 'DatasetMaxFileCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Order', + 'name' => 'DatasetMaxEntityCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Aggregations', + 'name' => 'DatasetMaxRelationCount', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Field' => [ - 'type' => 'string', - 'required' => false, - ], - 'Operation' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'WithFields', + 'name' => 'DatasetMaxTotalFileSize', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'WithoutTotalHits', + 'name' => 'WorkflowParameters', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'boolean', + 'type' => 'array', + 'deprecated' => true, 'required' => false, + 'items' => ['$ref' => '#/components/schemas/WorkflowParameter', 'required' => false], ], ], ], ], - 'SemanticQuery' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateDecodeBlindWatermarkTask' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4403,91 +2508,56 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ProjectName', + 'name' => 'StrengthLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetName', + 'name' => 'WatermarkType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Query', + 'name' => 'TargetURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WithFields', + 'name' => 'ImageQuality', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'MediaTypes', + 'name' => 'Model', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceURI', + 'name' => 'OriginalImageURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'FuzzyQuery' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateFacesSearchingTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4496,86 +2566,52 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'MaxResults', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Query', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Sort', + 'name' => 'Sources', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + ], + ], ], ], [ - 'name' => 'Order', + 'name' => 'MaxResult', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'WithFields', + 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], 'CreateFigureClusteringTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4586,56 +2622,35 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], 'CreateFigureClustersMergingTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4646,51 +2661,33 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'From', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'To', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'Froms', @@ -4699,32 +2696,20 @@ 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'GetFigureCluster' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateFileCompressionTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4735,38 +2720,63 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'Sources', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'Alias' => ['type' => 'string', 'required' => false], + 'Mode' => ['type' => 'string', 'required' => false], + ], + ], ], ], [ - 'name' => 'ObjectId', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], + [ + 'name' => 'SourceManifestURI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'TargetURI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'CompressedFormat', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'QueryFigureClusters' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateFileUncompressionTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4777,97 +2787,56 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Sort', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Order', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'CustomLabels', + 'name' => 'Password', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'SelectedFiles', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'CreateTimeRange', + 'name' => 'SourceURI', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UpdateTimeRange', + 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], [ - 'name' => 'WithTotalCount', + 'name' => 'TargetURI', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'BatchGetFigureCluster' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateHighlightTask' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4878,86 +2847,154 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ObjectIds', - 'in' => 'query', + 'name' => 'Sources', + 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + 'StartTime' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + ], ], ], ], - ], - ], - 'UpdateFigureCluster' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'Mode', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'query', + 'name' => 'Type', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Highlight', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Content' => ['type' => 'string', 'required' => true], + ], ], ], [ - 'name' => 'DatasetName', - 'in' => 'query', + 'name' => 'Edit', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Mode' => ['type' => 'string', 'required' => true], + 'BackgroundMusicMode' => ['type' => 'string', 'required' => false], + 'BackgroundMusics' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + 'Volume' => ['type' => 'number', 'format' => 'double', 'required' => false], + ], + ], + ], + 'TransitionMode' => ['type' => 'string', 'required' => false], + 'Transitions' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Transition' => ['type' => 'string', 'required' => true], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Weight' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'VfxEffectMode' => ['type' => 'string', 'required' => false], + 'VfxEffects' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'VfxEffect' => ['type' => 'string', 'required' => true], + 'Weight' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + ], ], ], [ - 'name' => 'FigureCluster', - 'in' => 'query', + 'name' => 'Output', + 'in' => 'formData', 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/FigureClusterForReq', + 'type' => 'object', 'required' => true, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + 'Container' => ['type' => 'string', 'required' => false], + 'Speed' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Segment' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Format' => ['type' => 'string', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'StartNumber' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + 'Video' => ['$ref' => '#/components/schemas/TargetVideo', 'required' => false], + 'Audio' => ['$ref' => '#/components/schemas/TargetAudio', 'required' => false], + 'MaxDuration' => ['type' => 'number', 'format' => 'double', 'required' => false], + ], ], ], + [ + 'name' => 'UserData', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Tags', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], + ], + [ + 'name' => 'CredentialConfig', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], + ], ], ], - 'SearchImageFigureCluster' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateImageModerationTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4968,47 +3005,61 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], + [ + 'name' => 'Scenes', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], + [ + 'name' => 'Interval', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'MaxFrames', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], + ], ], ], - 'CreateFacesSearchingTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateImageSplicingTask' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5019,26 +3070,110 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'Sources', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => true], + 'Rotate' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + 'minItems' => 1, ], ], [ + 'name' => 'TargetURI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ImageFormat', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Quality', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Direction', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ScaleType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Align', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Padding', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Margin', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'BackgroundColor', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CredentialConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], + ], + ], + ], + 'CreateImageToPDFTask' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Sources', @@ -5046,48 +3181,51 @@ 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], + 'URI' => ['type' => 'string', 'required' => true], + 'Rotate' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], + 'minItems' => 1, ], ], [ - 'name' => 'MaxResult', + 'name' => 'TargetURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CredentialConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], 'CreateLocationDateClusteringTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5098,35 +3236,23 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'DateOptions', @@ -5136,21 +3262,9 @@ 'type' => 'object', 'required' => true, 'properties' => [ - 'GapDays' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], - 'MinDays' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], - 'MaxDays' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'GapDays' => ['type' => 'integer', 'format' => 'int64', 'required' => true], + 'MinDays' => ['type' => 'integer', 'format' => 'int64', 'required' => true], + 'MaxDays' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], ], @@ -5178,22 +3292,13 @@ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'QueryLocationDateClusters' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateMediaConvertTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5204,145 +3309,172 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ObjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Title', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Address', + 'name' => 'Sources', 'in' => 'query', 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/Address', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'StartTime' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Subtitles' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'TimeOffset' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'Language' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'Attached' => ['type' => 'boolean', 'required' => false], + 'AlignMode' => ['type' => 'string', 'required' => false], + 'DisableVideo' => ['type' => 'boolean', 'required' => false], + 'DisableAudio' => ['type' => 'boolean', 'required' => false], + ], + ], ], ], [ - 'name' => 'LocationDateClusterLevels', + 'name' => 'Targets', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'Container' => ['type' => 'string', 'required' => false], + 'Speed' => ['type' => 'number', 'format' => 'float', 'required' => false], + 'Segment' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Format' => ['type' => 'string', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'StartNumber' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + 'Video' => ['$ref' => '#/components/schemas/TargetVideo', 'required' => false], + 'Audio' => ['$ref' => '#/components/schemas/TargetAudio', 'required' => false], + 'Subtitle' => ['$ref' => '#/components/schemas/TargetSubtitle', 'required' => false], + 'Image' => ['$ref' => '#/components/schemas/TargetImage', 'required' => false], + 'StripMetadata' => ['type' => 'boolean', 'required' => false], + 'Data' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Stream' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + ], + 'AttachedPicture' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Stream' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + ], + ], ], ], ], [ - 'name' => 'LocationDateClusterStartTimeRange', + 'name' => 'UserData', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'LocationDateClusterEndTimeRange', + 'name' => 'Tags', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'CreateTimeRange', + 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'UpdateTimeRange', + 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'MaxResults', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'CustomLabels', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Sort', + 'name' => 'AlignmentIndex', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Order', + 'name' => 'TargetGroups', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'Targets' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'Container' => ['type' => 'string', 'required' => false], + 'Speed' => ['type' => 'number', 'format' => 'float', 'required' => false], + 'Segment' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Format' => ['type' => 'string', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'double', 'required' => false], + 'StartNumber' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + 'Video' => ['$ref' => '#/components/schemas/TargetVideo', 'required' => false], + 'Audio' => ['$ref' => '#/components/schemas/TargetAudio', 'required' => false], + 'Subtitle' => ['$ref' => '#/components/schemas/TargetSubtitle', 'required' => false], + 'StripMetadata' => ['type' => 'boolean', 'required' => false], + ], + ], + ], + ], + ], ], ], ], ], - 'UpdateLocationDateCluster' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateOfficeConversionTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5353,420 +3485,262 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ObjectId', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Title', - 'in' => 'query', + 'name' => 'Sources', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], + 'Rotate' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], ], ], [ - 'name' => 'CustomId', + 'name' => 'TargetURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CustomLabels', + 'name' => 'TargetURIPrefix', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'DeleteLocationDateCluster' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'SourceType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'TargetType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ObjectId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], - ], - ], - 'CreateStory' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'StartPage', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'EndPage', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DatasetName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Password', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ObjectId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ScalePercentage', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'StoryType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Quality', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'StorySubType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Pages', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StoryStartTime', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MaxSheetRow', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'StoryEndTime', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MaxSheetColumn', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'StoryName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'SheetCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'MinFileCount', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'SheetIndex', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'MaxFileCount', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'FitToWidth', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'NotifyTopicName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'FitToHeight', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'CustomLabels', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'name' => 'FirstPage', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'CustomId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'PaperSize', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Address', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/AddressForStory', - 'required' => false, - ], + 'name' => 'PaperHorizontal', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Tags', + 'name' => 'TrimPolicy', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/TrimPolicy', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'ShowComments', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'LongPicture', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], - ], - ], - 'QueryStories' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ImageDPI', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'LongText', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'DatasetName', + 'name' => 'HoldLineFeed', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'ObjectId', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'StoryName', + 'name' => 'Notification', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], + ], + ], + 'CreateProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'StoryType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'parameters' => [ [ - 'name' => 'StorySubType', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FigureClusterIds', + 'name' => 'Description', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CreateTimeRange', + 'name' => 'ServiceRole', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StoryStartTimeRange', + 'name' => 'TemplateId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StoryEndTimeRange', + 'name' => 'ProjectMaxDatasetCount', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'DatasetMaxBindCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'DatasetMaxFileCount', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'CustomLabels', + 'name' => 'DatasetMaxEntityCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'WithEmptyStories', + 'name' => 'DatasetMaxRelationCount', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Sort', + 'name' => 'DatasetMaxTotalFileSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Order', + 'name' => 'Tag', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], + ], + ], ], ], ], ], - 'GetStory' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateSimilarImageClusteringTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5777,37 +3751,35 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ObjectId', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'CreateCustomizedStory' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateStory' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -5818,240 +3790,97 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'StoryType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'StorySubType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'StoryName', + 'name' => 'ObjectId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Cover', + 'name' => 'StoryType', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Files', + 'name' => 'StorySubType', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CustomLabels', + 'name' => 'StoryStartTime', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'UpdateStory' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'StoryEndTime', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DatasetName', + 'name' => 'StoryName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'ObjectId', + 'name' => 'MinFileCount', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'StoryName', + 'name' => 'MaxFileCount', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Cover', + 'name' => 'NotifyTopicName', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomLabels', 'in' => 'formData', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], [ 'name' => 'CustomId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'AddStoryFiles' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'ProjectName', + 'name' => 'Address', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/AddressForStory', 'required' => false], ], [ - 'name' => 'DatasetName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Tags', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'ObjectId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'UserData', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Files', - 'in' => 'formData', + 'name' => 'Notification', + 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'RemoveStoryFiles' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateTrigger' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6062,29 +3891,16 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DatasetName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ObjectId', + 'name' => 'Input', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Input', 'required' => true], ], [ - 'name' => 'Files', + 'name' => 'Actions', 'in' => 'formData', 'style' => 'json', 'schema' => [ @@ -6094,67 +3910,45 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URI' => [ - 'type' => 'string', + 'Name' => ['type' => 'string', 'required' => true], + 'Parameters' => [ + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], + 'FastFailPolicy' => ['$ref' => '#/components/schemas/FastFailPolicy', 'required' => false], ], ], ], ], - ], - ], - 'DeleteStory' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'query', + 'name' => 'Notification', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'MNS' => ['$ref' => '#/components/schemas/MNS', 'required' => false], + ], ], ], [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Tags', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'ObjectId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'ServiceRole', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateSimilarImageClusteringTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateVideoLabelClassificationTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6165,56 +3959,41 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tags', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], + ], + [ + 'name' => 'CredentialConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'QuerySimilarImageClusters' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateVideoModerationTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6225,71 +4004,61 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DatasetName', + 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'Tags', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'CustomLabels', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ - 'name' => 'Sort', + 'name' => 'Scenes', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'Order', + 'name' => 'Interval', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'MaxFrames', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Notification', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'CreateBinding' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteBatch' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6299,39 +4068,19 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'URI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Id', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetBinding' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteBinding' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6342,38 +4091,23 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListBindings' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteDataset' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6383,47 +4117,18 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'MaxResults', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteBinding' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6434,131 +4139,66 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'AttachOSSBucket' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteLocationDateCluster' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OSSBucket', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Description', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - ], - 'DetachOSSBucket' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'OSSBucket', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'ObjectId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetOSSBucketAttachment' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ - 'name' => 'OSSBucket', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'EncodeBlindWatermark' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteStory' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6569,63 +4209,23 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SourceURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Content', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'StrengthLevel', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ImageQuality', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateDecodeBlindWatermarkTask' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DeleteTrigger' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6635,89 +4235,19 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SourceURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'StrengthLevel', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'WatermarkType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ImageQuality', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Model', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'OriginalImageURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Notification', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'name' => 'Id', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetDecodeBlindWatermarkResult' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetachOSSBucket' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6726,40 +4256,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TaskType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TaskId', + 'name' => 'OSSBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DetectImageLabels' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageBodies' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6770,48 +4275,29 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Threshold', + 'name' => 'Sensitivity', 'in' => 'query', - 'schema' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'DetectImageScore' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageCars' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6822,39 +4308,24 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], 'DetectImageCodes' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6865,81 +4336,24 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], - ], - ], - ], - 'DetectImageFaces' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SourceURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CredentialConfig', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], 'DetectImageCropping' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -6950,277 +4364,66 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AspectRatios', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], - ], - ], - ], - 'AddImageMosaic' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SourceURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ImageFormat', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Quality', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Targets', + 'name' => 'InclusionHints', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Type' => [ - 'type' => 'string', - 'required' => true, - ], - 'Boundary' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'ReferPos' => [ - 'type' => 'string', - 'required' => false, - ], - 'X' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => true, - ], - 'Y' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => true, - ], - 'Height' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => true, - ], - 'Width' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => true, - ], - ], - ], - 'MosaicRadius' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'BlurRadius' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'Sigma' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'Color' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - ], - [ - 'name' => 'CredentialConfig', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], - 'CreateImageToPDFTask' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageFaces' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Sources', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'Rotate' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], - 'minItems' => 1, - ], - ], - [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], - ], - [ - 'name' => 'Tags', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], - ], - [ - 'name' => 'Notification', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'CreateImageSplicingTask' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageLabels' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7231,158 +4434,29 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Sources', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'Rotate' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], - 'minItems' => 1, - ], - ], - [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ImageFormat', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Quality', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'Direction', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ScaleType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Align', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'Padding', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'Margin', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'BackgroundColor', + 'name' => 'Threshold', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], - ], - [ - 'name' => 'Tags', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], - ], - [ - 'name' => 'Notification', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'CompareImageFaces' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageScore' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7393,50 +4467,24 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'SourceURI', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Source', + 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI1' => [ - 'type' => 'string', - 'required' => false, - ], - 'URI2' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'DetectImageBodies' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectImageTexts' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7447,48 +4495,24 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Sensitivity', - 'in' => 'query', - 'schema' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'DetectImageCars' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectMediaMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7499,82 +4523,45 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'DetectImageTexts' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectTextAnomaly' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'CredentialConfig', + 'name' => 'Content', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateMediaConvertTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'EncodeBlindWatermark' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7585,202 +4572,38 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Sources', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'StartTime' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'Subtitles' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'TimeOffset' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'Language' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - 'Attached' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'AlignMode' => [ - 'type' => 'string', - 'required' => false, - ], - 'DisableVideo' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'DisableAudio' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - ], - ], - ], - [ - 'name' => 'Targets', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'Container' => [ - 'type' => 'string', - 'required' => false, - ], - 'Speed' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], - 'Segment' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Format' => [ - 'type' => 'string', - 'required' => false, - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'double', - 'required' => false, - ], - 'StartNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], - 'Video' => [ - '$ref' => '#/components/schemas/TargetVideo', - 'required' => false, - ], - 'Audio' => [ - '$ref' => '#/components/schemas/TargetAudio', - 'required' => false, - ], - 'Subtitle' => [ - '$ref' => '#/components/schemas/TargetSubtitle', - 'required' => false, - ], - 'Image' => [ - '$ref' => '#/components/schemas/TargetImage', - 'required' => false, - ], - 'StripMetadata' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tags', + 'name' => 'TargetURI', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'Content', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'StrengthLevel', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AlignmentIndex', + 'name' => 'ImageQuality', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'DetectMediaMeta' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ExtractDocumentText' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7791,39 +4614,29 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SourceType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'CreateVideoLabelClassificationTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'FuzzyQuery' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7832,109 +4645,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceURI', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tags', + 'name' => 'DatasetName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'Query', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Notification', + 'name' => 'Sort', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], - ], - ], - ], - 'GetVideoLabelClassificationResult' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TaskType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TaskId', + 'name' => 'WithFields', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'GenerateVideoPlaylist' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -7945,44 +4704,27 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceStartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'SourceDuration', 'in' => 'query', - 'schema' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'SourceSubtitles', @@ -7995,14 +4737,8 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => true, - ], - 'Language' => [ - 'type' => 'string', - 'required' => false, - ], + 'URI' => ['type' => 'string', 'required' => true], + 'Language' => ['type' => 'string', 'required' => false], ], ], ], @@ -8010,10 +4746,7 @@ [ 'name' => 'MasterURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Targets', @@ -8026,52 +4759,22 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'Video' => [ - '$ref' => '#/components/schemas/TargetVideo', - 'required' => false, - ], - 'Audio' => [ - '$ref' => '#/components/schemas/TargetAudio', - 'required' => false, - ], - 'Subtitle' => [ - '$ref' => '#/components/schemas/TargetSubtitle', - 'required' => false, - ], - 'TranscodeAhead' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - 'Duration' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], - 'InitialTranscode' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'URI' => ['type' => 'string', 'required' => false], + 'Video' => ['$ref' => '#/components/schemas/TargetVideo', 'required' => false], + 'Audio' => ['$ref' => '#/components/schemas/TargetAudio', 'required' => false], + 'Subtitle' => ['$ref' => '#/components/schemas/TargetSubtitle', 'required' => false], + 'TranscodeAhead' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + 'Duration' => ['type' => 'number', 'format' => 'float', 'required' => false], + 'InitialTranscode' => ['type' => 'number', 'format' => 'float', 'required' => false], 'InitialSegments' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - ], + 'items' => ['type' => 'number', 'format' => 'float', 'required' => false], ], 'Tags' => [ 'type' => 'object', 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], + 'additionalProperties' => ['type' => 'string'], ], ], ], @@ -8084,48 +4787,31 @@ 'schema' => [ 'type' => 'object', 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], + 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], [ 'name' => 'OverwritePolicy', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GenerateWebofficeToken' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8136,148 +4822,93 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Filename', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CachePreview', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Referer', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PreviewPages', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Password', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ExternalUploaded', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NotifyTopicName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Hidecmb', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Permission', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/WebofficePermission', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/WebofficePermission', 'required' => false], ], [ 'name' => 'User', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/WebofficeUser', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/WebofficeUser', 'required' => false], ], [ 'name' => 'Watermark', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/WebofficeWatermark', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/WebofficeWatermark', 'required' => false], ], [ 'name' => 'CredentialConfig', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'RefreshWebofficeToken' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetBatch' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8288,350 +4919,285 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AccessToken', + 'name' => 'Id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetBinding' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'RefreshToken', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'DatasetName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'URI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateOfficeConversionTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetDataset' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceURI', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Sources', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'Rotate' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], - ], + 'name' => 'WithStatistics', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'GetDecodeBlindWatermarkResult' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'TargetURI', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'TargetURIPrefix', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceType', + 'name' => 'TaskType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TargetType', + 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetFigureCluster' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'UserData', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Tags', + 'name' => 'ProjectName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'StartPage', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndPage', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Password', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'parameters' => [ [ - 'name' => 'ScalePercentage', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Quality', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Pages', + 'name' => 'URI', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxSheetRow', + 'name' => 'WithFields', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], + ], + ], + 'GetImageModerationResult' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'MaxSheetColumn', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'SheetCount', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SheetIndex', + 'name' => 'TaskType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FitToWidth', + 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetOSSBucketAttachment' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'FitToHeight', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'FirstPage', + 'name' => 'OSSBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'PaperSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'parameters' => [ [ - 'name' => 'PaperHorizontal', + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TrimPolicy', + 'name' => 'WithStatistics', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TrimPolicy', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], + ], + ], + 'GetStory' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'ShowComments', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'LongPicture', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ImageDPI', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetTask' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'LongText', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'HoldLineFeed', + 'name' => 'TaskType', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'TaskId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Notification', + 'name' => 'RequestDefinition', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'ExtractDocumentText' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetTrigger' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8642,47 +5208,45 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceURI', + 'name' => 'Id', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetVideoLabelClassificationResult' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'SourceType', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'TaskType', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateFileCompressionTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetVideoModerationResult' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8693,99 +5257,88 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Sources', + 'name' => 'TaskType', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URI' => [ - 'type' => 'string', - 'required' => false, - ], - 'Alias' => [ - 'type' => 'string', - 'required' => false, - ], - 'Mode' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'TaskId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'IndexFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'SourceManifestURI', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TargetURI', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CompressedFormat', + 'name' => 'File', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/InputFile', 'required' => true], ], [ 'name' => 'UserData', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Notification', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Notification', 'required' => false], ], ], ], - 'CreateArchiveFileInspectionTask' => [ - 'methods' => [ - 'get', - 'post', + 'ListAttachedOSSBuckets' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'http', - 'https', + 'parameters' => [ + [ + 'name' => 'ProjectName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'ListBatches' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8796,153 +5349,110 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'State', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Password', + 'name' => 'Sort', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SourceURI', + 'name' => 'TagSelector', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'NextToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'deprecated' => false, - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'CreateFileUncompressionTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListBindings' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CredentialConfig', + 'name' => 'DatasetName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Password', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SelectedFiles', + 'name' => 'Name', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'ListDatasets' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'SourceURI', + 'AK' => [], + ], + ], + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Notification', + 'name' => 'MaxResults', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TargetURI', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Prefix', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateCompressPointCloudTask' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListProjects' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -8951,162 +5461,181 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SourceURI', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TargetURI', + 'name' => 'Prefix', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PointCloudFileFormat', + 'name' => 'Tag', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, - 'enum' => [ - 'pcd', + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], + ], ], + 'maxItems' => 20, ], ], + ], + ], + 'ListRegions' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'CompressMethod', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AcceptLanguage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'enum' => [ - 'octree', - 'kdtree', - ], - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'ListTasks' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'PointCloudFields', + 'name' => 'ProjectName', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'KdtreeOption', + 'name' => 'TaskTypes', 'in' => 'query', 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/KdtreeOption', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'OctreeOption', + 'name' => 'NextToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/OctreeOption', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'UserData', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Tags', + 'name' => 'TagSelector', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CredentialConfig', + 'name' => 'Sort', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Status', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'StartTimeRange', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'EndTimeRange', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], + ], + [ + 'name' => 'RequestDefinition', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'DetectTextAnomaly' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListTriggers' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Content', + 'name' => 'State', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'TagSelector', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'CreateImageModerationTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryFigureClusters' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9117,96 +5646,60 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceURI', + 'name' => 'Sort', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tags', + 'name' => 'Order', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CredentialConfig', + 'name' => 'CustomLabels', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Scenes', + 'name' => 'MaxResults', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Interval', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxFrames', + 'name' => 'CreateTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'UpdateTimeRange', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], + ], + [ + 'name' => 'WithTotalCount', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'CreateVideoModerationTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryLocationDateClusters' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9217,138 +5710,93 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'UserData', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceURI', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tags', + 'name' => 'Title', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CredentialConfig', + 'name' => 'Address', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/CredentialConfig', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Address', 'required' => false], ], [ - 'name' => 'Scenes', + 'name' => 'LocationDateClusterLevels', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'Interval', + 'name' => 'LocationDateClusterStartTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], [ - 'name' => 'MaxFrames', + 'name' => 'LocationDateClusterEndTimeRange', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], [ - 'name' => 'Notification', + 'name' => 'CreateTimeRange', 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Notification', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], - ], - ], - 'GetImageModerationResult' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'UpdateTimeRange', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TaskType', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'TaskId', + 'name' => 'CustomLabels', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetVideoModerationResult' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QuerySimilarImageClusters' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9359,38 +5807,43 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TaskType', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TaskId', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'CustomLabels', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Sort', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetTask' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryStories' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9401,159 +5854,129 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TaskType', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TaskId', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RequestDefinition', + 'name' => 'StoryName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], - ], - ], - 'ListTasks' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'StoryType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'StorySubType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TaskTypes', + 'name' => 'FigureClusterIds', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ + 'name' => 'CreateTimeRange', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], + ], + [ + 'name' => 'StoryStartTimeRange', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], + ], + [ + 'name' => 'StoryEndTimeRange', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/TimeRange', 'required' => false], + ], + [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TagSelector', + 'name' => 'CustomLabels', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WithEmptyStories', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Sort', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'RefreshWebofficeToken' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'Status', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'StartTimeRange', + 'name' => 'AccessToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'EndTimeRange', + 'name' => 'RefreshToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/TimeRange', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'RequestDefinition', + 'name' => 'CredentialConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'CreateTrigger' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RemoveStoryFiles' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9564,22 +5987,20 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', + 'name' => 'DatasetName', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Input', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Actions', + 'name' => 'ObjectId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Files', 'in' => 'formData', 'style' => 'json', 'schema' => [ @@ -9589,68 +6010,16 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Name' => [ - 'type' => 'string', - 'required' => true, - ], - 'Parameters' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'FastFailPolicy' => [ - '$ref' => '#/components/schemas/FastFailPolicy', - 'required' => false, - ], - ], - ], - ], - ], - [ - 'name' => 'Notification', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'MNS' => [ - '$ref' => '#/components/schemas/MNS', - 'required' => false, + 'URI' => ['type' => 'string', 'required' => false], ], ], ], ], - [ - 'name' => 'Tags', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], - ], - [ - 'name' => 'ServiceRole', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], ], ], - 'SuspendTrigger' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ResumeBatch' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9661,29 +6030,18 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ResumeTrigger' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9694,29 +6052,18 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'UpdateTrigger' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SearchImageFigureCluster' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9726,76 +6073,30 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Id', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Input', - 'required' => false, - ], + 'name' => 'DatasetName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Actions', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Name' => [ - 'type' => 'string', - 'required' => false, - ], - 'Parameters' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - ], + 'name' => 'SourceURI', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tags', - 'in' => 'formData', + 'name' => 'CredentialConfig', + 'in' => 'query', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/CredentialConfig', 'required' => false], ], ], ], - 'GetTrigger' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SemanticQuery' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9804,106 +6105,60 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectName', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Id', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'ListTriggers' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'State', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Sort', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Order', + 'name' => 'Query', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TagSelector', + 'name' => 'WithFields', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'NextToken', + 'name' => 'MediaTypes', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'MaxResults', + 'name' => 'SourceURI', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteTrigger' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SimpleQuery' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -9912,128 +6167,78 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Id', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], - ], - ], - 'CreateBatch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], + 'name' => 'ProjectName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'ProjectName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'DatasetName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Input', - 'in' => 'formData', + 'name' => 'Query', + 'in' => 'query', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Input', - 'required' => true, - ], + 'schema' => ['$ref' => '#/components/schemas/SimpleQuery', 'required' => false], ], [ - 'name' => 'Actions', - 'in' => 'formData', + 'name' => 'Sort', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Aggregations', + 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => true, + 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'Name' => [ - 'type' => 'string', - 'required' => true, - ], - 'Parameters' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'FastFailPolicy' => [ - '$ref' => '#/components/schemas/FastFailPolicy', - 'required' => false, - ], + 'Field' => ['type' => 'string', 'required' => false], + 'Operation' => ['type' => 'string', 'required' => false], ], ], ], ], [ - 'name' => 'Notification', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'MNS' => [ - '$ref' => '#/components/schemas/MNS', - 'required' => false, - ], - ], - ], - ], - [ - 'name' => 'Tags', - 'in' => 'formData', + 'name' => 'WithFields', + 'in' => 'query', 'style' => 'json', 'schema' => [ - 'type' => 'object', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'ServiceRole', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'WithoutTotalHits', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SuspendBatch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10044,29 +6249,18 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'ResumeBatch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SuspendTrigger' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10077,29 +6271,18 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateBatch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10110,27 +6293,18 @@ [ 'name' => 'ProjectName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Id', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Input', 'in' => 'formData', 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/Input', - 'required' => false, - ], + 'schema' => ['$ref' => '#/components/schemas/Input', 'required' => false], ], [ 'name' => 'Actions', @@ -10143,17 +6317,11 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Name' => [ - 'type' => 'string', - 'required' => false, - ], + 'Name' => ['type' => 'string', 'required' => false], 'Parameters' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], ], @@ -10163,22 +6331,13 @@ 'name' => 'Tags', 'in' => 'formData', 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], + 'schema' => ['type' => 'object', 'required' => false], ], ], ], - 'ListBatches' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateDataset' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10189,71 +6348,64 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'State', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Sort', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Order', + 'name' => 'TemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TagSelector', + 'name' => 'DatasetMaxBindCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'DatasetMaxFileCount', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'DatasetMaxEntityCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxRelationCount', 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxTotalFileSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkflowParameters', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'array', + 'deprecated' => true, 'required' => false, + 'items' => ['$ref' => '#/components/schemas/WorkflowParameter', 'required' => false], ], ], ], ], - 'GetBatch' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateFigureCluster' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10264,29 +6416,24 @@ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Id', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'FigureCluster', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/FigureClusterForReq', 'required' => true], ], ], ], - 'DeleteBatch' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateFileMeta' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10296,124 +6443,146 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Id', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'DatasetName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'File', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/InputFile', 'required' => true], ], ], ], - 'ListAttachedOSSBuckets' => [ - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'UpdateLocationDateCluster' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], + 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'DatasetName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', + 'name' => 'ObjectId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Title', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomLabels', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], ], ], - 'ContextualAnswer' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - 'sse', - ], + 'UpdateProject' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, 'parameters' => [ [ 'name' => 'ProjectName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Messages', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/ContextualMessage', - 'required' => false, - ], - ], + 'name' => 'ServiceRole', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Files', - 'in' => 'formData', + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'TemplateId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ProjectMaxDatasetCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxBindCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxFileCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxEntityCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxRelationCount', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'DatasetMaxTotalFileSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Tag', + 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ - '$ref' => '#/components/schemas/ContextualFile', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Key' => ['type' => 'string', 'required' => false], + 'Value' => ['type' => 'string', 'required' => false], + ], ], ], ], ], ], - 'ContextualRetrieval' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'UpdateStory' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -10423,137 +6592,124 @@ 'parameters' => [ [ 'name' => 'ProjectName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DatasetName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Messages', + 'name' => 'ObjectId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'StoryName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Cover', 'in' => 'formData', 'style' => 'json', 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/ContextualMessage', - 'required' => false, + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URI' => ['type' => 'string', 'required' => false], ], ], ], [ - 'name' => 'RecallOnly', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'name' => 'CustomLabels', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], ], [ - 'name' => 'SmartClusterIds', + 'name' => 'CustomId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'UpdateTrigger' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ProjectName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Id', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Input', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/Input', 'required' => false], + ], + [ + 'name' => 'Actions', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'Name' => ['type' => 'string', 'required' => false], + 'Parameters' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + ], ], ], ], + [ + 'name' => 'Tags', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['type' => 'object', 'required' => false], + ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'imm-vpc.cn-beijing-gov-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'imm.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'imm.cn-zhangjiakou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'imm.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'imm.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'imm.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'imm.cn-north-2-gov-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'imm.eu-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'imm.eu-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'imm.cn-qingdao.aliyuncs.com', - ], - [ - 'regionId' => 'cn-guangzhou', - 'endpoint' => 'imm.cn-guangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'imm.cn-chengdu.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'imm.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'imm.ap-southeast-5.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'imm.us-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'imm.us-west-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'imm.cn-hongkong.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'imm.ap-south-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'imm.ap-southeast-2.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'imm.cn-wulanchabu.aliyuncs.com', - ], + ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-shenzhen.aliyuncs.com', 'endpoint' => 'imm.cn-shenzhen.aliyuncs.com', 'vpc' => 'imm-vpc.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'cn-wulanchabu', 'regionName' => '华北6(乌兰察布)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-wulanchabu.aliyuncs.com', 'endpoint' => 'imm.cn-wulanchabu.aliyuncs.com', 'vpc' => 'imm-vpc.cn-wulanchabu.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-beijing.aliyuncs.com', 'endpoint' => 'imm.cn-beijing.aliyuncs.com', 'vpc' => 'imm-vpc.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'regionName' => '西南1(成都)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-chengdu.aliyuncs.com', 'endpoint' => 'imm.cn-chengdu.aliyuncs.com', 'vpc' => 'imm-vpc.cn-chengdu.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'regionName' => '华北1(青岛)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-qingdao.aliyuncs.com', 'endpoint' => 'imm.cn-qingdao.aliyuncs.com', 'vpc' => 'imm-vpc.cn-qingdao.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-shanghai.aliyuncs.com', 'endpoint' => 'imm.cn-shanghai.aliyuncs.com', 'vpc' => 'imm-vpc.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-guangzhou', 'regionName' => '华南3(广州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-guangzhou.aliyuncs.com', 'endpoint' => 'imm.cn-guangzhou.aliyuncs.com', 'vpc' => 'imm-vpc.cn-guangzhou.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-hongkong.aliyuncs.com', 'endpoint' => 'imm.cn-hongkong.aliyuncs.com', 'vpc' => 'imm-vpc.cn-hongkong.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.ap-southeast-1.aliyuncs.com', 'endpoint' => 'imm.ap-southeast-1.aliyuncs.com', 'vpc' => 'imm-vpc.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'regionName' => '澳大利亚(悉尼)已关停', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.ap-southeast-2.aliyuncs.com', 'endpoint' => 'imm.ap-southeast-2.aliyuncs.com', 'vpc' => 'imm-vpc.ap-southeast-2.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'regionName' => '印度尼西亚(雅加达)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.ap-southeast-5.aliyuncs.com', 'endpoint' => 'imm.ap-southeast-5.aliyuncs.com', 'vpc' => 'imm-vpc.ap-southeast-5.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'imm.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'imm-vpc.cn-zhangjiakou.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imm.cn-hangzhou.aliyuncs.com', 'endpoint' => 'imm.cn-hangzhou.aliyuncs.com', 'vpc' => 'imm-vpc.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'imm.us-west-1.aliyuncs.com', 'endpoint' => 'imm.us-west-1.aliyuncs.com', 'vpc' => 'imm-vpc.us-west-1.aliyuncs.com'], + ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'imm.us-east-1.aliyuncs.com', 'endpoint' => 'imm.us-east-1.aliyuncs.com', 'vpc' => 'imm-vpc.us-east-1.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'regionName' => '德国(法兰克福)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'imm.eu-central-1.aliyuncs.com', 'endpoint' => 'imm.eu-central-1.aliyuncs.com', 'vpc' => 'imm-vpc.eu-central-1.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'regionName' => '英国(伦敦)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'imm.eu-west-1.aliyuncs.com', 'endpoint' => 'imm.eu-west-1.aliyuncs.com', 'vpc' => 'imm-vpc.eu-west-1.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'regionName' => '印度(孟买)已关停', 'areaId' => 'middleEast', 'areaName' => '中东', 'public' => 'imm.ap-south-1.aliyuncs.com', 'endpoint' => 'imm.ap-south-1.aliyuncs.com', 'vpc' => 'imm-vpc.ap-south-1.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'regionName' => '北京政务云', 'areaId' => 'industryCloud', 'areaName' => '行业云', 'public' => 'imm.cn-north-2-gov-1.aliyuncs.com', 'endpoint' => 'imm.cn-north-2-gov-1.aliyuncs.com', 'vpc' => 'imm-vpc.cn-north-2-gov-1.aliyuncs.com'], ], ]; |
