tccli 3.0.1138.1__py2.py3-none-any.whl → 3.0.1140.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/cbs/v20170312/api.json +5 -8
- tccli/services/cls/v20201016/api.json +20 -0
- tccli/services/cwp/cwp_client.py +61 -114
- tccli/services/cwp/v20180228/api.json +0 -70
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +543 -15
- tccli/services/emr/v20190103/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +13 -13
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +14 -14
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +132 -92
- tccli/services/iotexplorer/v20190423/api.json +49 -0
- tccli/services/iss/iss_client.py +114 -8
- tccli/services/iss/v20230517/api.json +221 -0
- tccli/services/iss/v20230517/examples.json +16 -0
- tccli/services/mps/v20190612/api.json +163 -115
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +19 -0
- tccli/services/rum/v20210622/api.json +1 -0
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ses/ses_client.py +228 -16
- tccli/services/ses/v20201002/api.json +266 -0
- tccli/services/ses/v20201002/examples.json +32 -0
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +93 -3
- tccli/services/ssl/v20191205/examples.json +9 -1
- tccli/services/tcr/v20190924/api.json +5 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +166 -19
- tccli/services/tdmq/v20200217/examples.json +6 -6
- tccli/services/vclm/__init__.py +4 -0
- tccli/services/vclm/v20240523/api.json +695 -0
- tccli/services/vclm/v20240523/examples.json +73 -0
- tccli/services/vclm/vclm_client.py +513 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- tccli/services/vpc/v20170312/api.json +5 -5
- tccli/services/vpc/v20170312/examples.json +1 -1
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/RECORD +49 -45
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1138.1.dist-info → tccli-3.0.1140.1.dist-info}/license_files/LICENSE +0 -0
| @@ -382,13 +382,13 @@ | |
| 382 382 | 
             
                  {
         | 
| 383 383 | 
             
                    "document": "获取序号从 0 开始,总共 10 个视频内容识别模板。",
         | 
| 384 384 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeAIRecognitionTemplates\n&Offset=0\n&Limit=10\n&<公共请求参数>",
         | 
| 385 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"AIRecognitionTemplateSet\": [\n            {\n                \"Definition\":  | 
| 385 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"AIRecognitionTemplateSet\": [\n            {\n                \"Definition\": 0,\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"FaceConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"Score\": 0,\n                    \"DefaultLibraryLabelSet\": [\n                        \"abc\"\n                    ],\n                    \"UserDefineLibraryLabelSet\": [\n                        \"abc\"\n                    ],\n                    \"FaceLibrary\": \"abc\"\n                },\n                \"OcrFullTextConfigure\": {\n                    \"Switch\": \"abc\"\n                },\n                \"OcrWordsConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"LabelSet\": [\n                        \"abc\"\n                    ]\n                },\n                \"AsrFullTextConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"SubtitleFormat\": \"abc\",\n                    \"SourceLanguage\": \"abc\"\n                },\n                \"AsrWordsConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"LabelSet\": [\n                        \"abc\"\n                    ]\n                },\n                \"TranslateConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"SourceLanguage\": \"abc\",\n                    \"DestinationLanguage\": \"abc\"\n                },\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"Type\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 386 386 | 
             
                    "title": "获取指定个数的视频内容识别模板"
         | 
| 387 387 | 
             
                  },
         | 
| 388 388 | 
             
                  {
         | 
| 389 389 | 
             
                    "document": "",
         | 
| 390 390 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeAIRecognitionTemplates\n&Definitions.0=30\n&<公共请求参数>",
         | 
| 391 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"AIRecognitionTemplateSet\": [\n            {\n                \"Definition\":  | 
| 391 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"AIRecognitionTemplateSet\": [\n            {\n                \"Definition\": 0,\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"FaceConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"Score\": 0,\n                    \"DefaultLibraryLabelSet\": [\n                        \"abc\"\n                    ],\n                    \"UserDefineLibraryLabelSet\": [\n                        \"abc\"\n                    ],\n                    \"FaceLibrary\": \"abc\"\n                },\n                \"OcrFullTextConfigure\": {\n                    \"Switch\": \"abc\"\n                },\n                \"OcrWordsConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"LabelSet\": [\n                        \"abc\"\n                    ]\n                },\n                \"AsrFullTextConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"SubtitleFormat\": \"abc\",\n                    \"SourceLanguage\": \"abc\"\n                },\n                \"AsrWordsConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"LabelSet\": [\n                        \"abc\"\n                    ]\n                },\n                \"TranslateConfigure\": {\n                    \"Switch\": \"abc\",\n                    \"SourceLanguage\": \"abc\",\n                    \"DestinationLanguage\": \"abc\"\n                },\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"Type\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 392 392 | 
             
                    "title": "获取模板 ID 为 30 的视频内容识别模板"
         | 
| 393 393 | 
             
                  }
         | 
| 394 394 | 
             
                ],
         | 
| @@ -412,13 +412,13 @@ | |
| 412 412 | 
             
                  {
         | 
| 413 413 | 
             
                    "document": "从序号 0 开始,获取 10 个智能审核模板,包括系统默认智能审核模板。",
         | 
| 414 414 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeContentReviewTemplates\n&Offset=0\n&Limit=10\n&<公共请求参数>",
         | 
| 415 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\":  | 
| 415 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"ContentReviewTemplateSet\": [\n            {\n                \"Definition\": 0,\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"PornConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"TerrorismConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"PoliticalConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"ProhibitedConfigure\": {\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"UserDefineConfigure\": {\n                    \"FaceReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"Type\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 416 416 | 
             
                    "title": "获取指定个数的智能审核模板"
         | 
| 417 417 | 
             
                  },
         | 
| 418 418 | 
             
                  {
         | 
| 419 419 | 
             
                    "document": "",
         | 
| 420 420 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeContentReviewTemplates\n&Definitions.0=30\n&<公共请求参数>",
         | 
| 421 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"ContentReviewTemplateSet\": [\n            {\n                \"Definition\":  | 
| 421 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"ContentReviewTemplateSet\": [\n            {\n                \"Definition\": 0,\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"PornConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"TerrorismConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"PoliticalConfigure\": {\n                    \"ImgReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"ProhibitedConfigure\": {\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"UserDefineConfigure\": {\n                    \"FaceReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"AsrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    },\n                    \"OcrReviewInfo\": {\n                        \"Switch\": \"abc\",\n                        \"LabelSet\": [\n                            \"abc\"\n                        ],\n                        \"BlockConfidence\": 0,\n                        \"ReviewConfidence\": 0\n                    }\n                },\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"Type\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 422 422 | 
             
                    "title": "获取模板 ID 为 30 的智能审核模板"
         | 
| 423 423 | 
             
                  }
         | 
| 424 424 | 
             
                ],
         | 
| @@ -426,7 +426,7 @@ | |
| 426 426 | 
             
                  {
         | 
| 427 427 | 
             
                    "document": "",
         | 
| 428 428 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeImageSpriteTemplates\n&Definitions.0=10001\n&<公共请求参数>",
         | 
| 429 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"ImageSpriteTemplateSet\": [\n            {\n                \"Definition\":  | 
| 429 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"ImageSpriteTemplateSet\": [\n            {\n                \"Definition\": 1,\n                \"Type\": \"abc\",\n                \"Name\": \"abc\",\n                \"Width\": 1,\n                \"Height\": 1,\n                \"ResolutionAdaptive\": \"abc\",\n                \"SampleType\": \"abc\",\n                \"SampleInterval\": 1,\n                \"RowCount\": 1,\n                \"ColumnCount\": 1,\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"FillType\": \"abc\",\n                \"Comment\": \"abc\",\n                \"Format\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 430 430 | 
             
                    "title": "获取雪碧图模板列表"
         | 
| 431 431 | 
             
                  }
         | 
| 432 432 | 
             
                ],
         | 
| @@ -434,7 +434,7 @@ | |
| 434 434 | 
             
                  {
         | 
| 435 435 | 
             
                    "document": "",
         | 
| 436 436 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeMediaMetaData\n&InputInfo.Type=COS\n&InputInfo.CosInputInfo.Bucket=TopRankVideo-125xxx88\n&InputInfo.CosInputInfo.Region=ap-chongqing\n&InputInfo.CosInputInfo.Object=/movie/201907/WildAnimal.mov\n&<公共请求参数>",
         | 
| 437 | 
            -
                    "output": "{\n    \"Response\": {\n        \"MetaData\": {\n            \"AudioDuration\": 380.9465637207031,\n            \"AudioStreamSet\": [\n                {\n                    \"Bitrate\": 95999,\n                    \"Codec\": \"aac\",\n                    \"SamplingRate\": 44100\n                }\n            ],\n            \"Bitrate\": 409657,\n            \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n            \"Duration\": 380.9465637207031,\n            \"Height\": 360,\n            \"Rotate\": 0,\n            \"Size\": 19626862,\n            \"VideoDuration\": 380.8804931640625,\n            \"VideoStreamSet\": [\n                {\n                    \"Bitrate\": 313658,\n                    \"Codec\": \"h264\",\n                    \"Fps\": 29,\n                    \"Height\": 360,\n                    \"Width\": 480\n                }\n            ],\n            \"Width\": 480\n        },\n        \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-5594145287e1\"\n    }\n}",
         | 
| 437 | 
            +
                    "output": "{\n    \"Response\": {\n        \"MetaData\": {\n            \"AudioDuration\": 380.9465637207031,\n            \"AudioStreamSet\": [\n                {\n                    \"Bitrate\": 95999,\n                    \"Codec\": \"aac\",\n                    \"Codecs\": \"abc\",\n                    \"Loudness\": 0,\n                    \"Channel\": 2,\n                    \"SamplingRate\": 44100\n                }\n            ],\n            \"Bitrate\": 409657,\n            \"Container\": \"mov,mp4,m4a,3gp,3g2,mj2\",\n            \"Duration\": 380.9465637207031,\n            \"Height\": 360,\n            \"Rotate\": 0,\n            \"Size\": 19626862,\n            \"VideoDuration\": 380.8804931640625,\n            \"VideoStreamSet\": [\n                {\n                    \"Bitrate\": 313658,\n                    \"Codec\": \"h264\",\n                    \"Codecs\": \"abc\",\n                    \"ColorPrimaries\": \"\",\n                    \"ColorSpace\": \"\",\n                    \"ColorTransfer\": \"\",\n                    \"HdrType\": \"\",\n                    \"Fps\": 29,\n                    \"Height\": 360,\n                    \"Width\": 480\n                }\n            ],\n            \"Width\": 480\n        },\n        \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-5594145287e1\"\n    }\n}",
         | 
| 438 438 | 
             
                    "title": "获取视频信息"
         | 
| 439 439 | 
             
                  }
         | 
| 440 440 | 
             
                ],
         | 
| @@ -450,7 +450,7 @@ | |
| 450 450 | 
             
                  {
         | 
| 451 451 | 
             
                    "document": "",
         | 
| 452 452 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeSampleSnapshotTemplates\n&Definitions.0=10001\n&<公共请求参数>",
         | 
| 453 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"SampleSnapshotTemplateSet\": [\n            {\n                \"Definition\":  | 
| 453 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"SampleSnapshotTemplateSet\": [\n            {\n                \"Definition\": 1,\n                \"Type\": \"abc\",\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"Width\": 1,\n                \"Height\": 1,\n                \"ResolutionAdaptive\": \"abc\",\n                \"Format\": \"abc\",\n                \"SampleType\": \"abc\",\n                \"SampleInterval\": 1,\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"FillType\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 454 454 | 
             
                    "title": "查询采样截图模板列表"
         | 
| 455 455 | 
             
                  }
         | 
| 456 456 | 
             
                ],
         | 
| @@ -466,7 +466,7 @@ | |
| 466 466 | 
             
                  {
         | 
| 467 467 | 
             
                    "document": "",
         | 
| 468 468 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeSnapshotByTimeOffsetTemplates\n&Definitions.0=10001\n&<公共请求参数>",
         | 
| 469 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"SnapshotByTimeOffsetTemplateSet\": [\n            {\n                \"Definition\":  | 
| 469 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"SnapshotByTimeOffsetTemplateSet\": [\n            {\n                \"Definition\": 1,\n                \"Type\": \"abc\",\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"Width\": 1,\n                \"Height\": 1,\n                \"ResolutionAdaptive\": \"abc\",\n                \"Format\": \"abc\",\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"FillType\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 470 470 | 
             
                    "title": "获取指定时间点截图模板列表"
         | 
| 471 471 | 
             
                  }
         | 
| 472 472 | 
             
                ],
         | 
| @@ -598,7 +598,7 @@ | |
| 598 598 | 
             
                  {
         | 
| 599 599 | 
             
                    "document": "获取转码模板",
         | 
| 600 600 | 
             
                    "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTranscodeTemplates\n<公共请求参数>\n\n{\n    \"Definitions\": [\n        \"10\"\n    ]\n}",
         | 
| 601 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"TranscodeTemplateSet\": [\n            {\n                \"Definition\": \" | 
| 601 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"TranscodeTemplateSet\": [\n            {\n                \"Definition\": \"abc\",\n                \"Container\": \"abc\",\n                \"Name\": \"abc\",\n                \"Comment\": \"abc\",\n                \"Type\": \"abc\",\n                \"RemoveVideo\": 0,\n                \"RemoveAudio\": 0,\n                \"VideoTemplate\": {\n                    \"Codec\": \"abc\",\n                    \"Fps\": 0,\n                    \"Bitrate\": 0,\n                    \"ResolutionAdaptive\": \"abc\",\n                    \"Width\": 1,\n                    \"Height\": 1,\n                    \"Gop\": 1,\n                    \"FillType\": \"abc\",\n                    \"Vcrf\": 1,\n                    \"SegmentType\": 0\n                },\n                \"AudioTemplate\": {\n                    \"Codec\": \"abc\",\n                    \"Bitrate\": 0,\n                    \"SampleRate\": 1,\n                    \"AudioChannel\": 0\n                },\n                \"TEHDConfig\": {\n                    \"Type\": \"abc\",\n                    \"MaxVideoBitrate\": 0\n                },\n                \"ContainerType\": \"abc\",\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\",\n                \"EnhanceConfig\": {\n                    \"VideoEnhance\": {\n                        \"FrameRate\": {\n                            \"Switch\": \"abc\",\n                            \"Fps\": 1\n                        },\n                        \"SuperResolution\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\",\n                            \"Size\": 0\n                        },\n                        \"Hdr\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"Denoise\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"ImageQualityEnhance\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"ColorEnhance\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"SharpEnhance\": {\n                            \"Switch\": \"abc\",\n                            \"Intensity\": 0\n                        },\n                        \"FaceEnhance\": {\n                            \"Switch\": \"abc\",\n                            \"Intensity\": 0\n                        },\n                        \"LowLightEnhance\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"ScratchRepair\": {\n                            \"Switch\": \"abc\",\n                            \"Intensity\": 0\n                        },\n                        \"ArtifactRepair\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        }\n                    },\n                    \"AudioEnhance\": {\n                        \"Denoise\": {\n                            \"Switch\": \"abc\"\n                        },\n                        \"Separate\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\",\n                            \"Track\": \"abc\"\n                        },\n                        \"VolumeBalance\": {\n                            \"Switch\": \"abc\",\n                            \"Type\": \"abc\"\n                        },\n                        \"Beautify\": {\n                            \"Switch\": \"abc\",\n                            \"Types\": [\n                                \"abc\"\n                            ]\n                        }\n                    }\n                }\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 602 602 | 
             
                    "title": "获取转码模板"
         | 
| 603 603 | 
             
                  }
         | 
| 604 604 | 
             
                ],
         | 
| @@ -628,7 +628,7 @@ | |
| 628 628 | 
             
                  {
         | 
| 629 629 | 
             
                    "document": "查询 ID 为78459的工作流。",
         | 
| 630 630 | 
             
                    "input": "https://mps.tencentcloudapi.com/?Action=DescribeWorkflows\n&WorkflowIds.0=78459\n&<公共请求参数>",
         | 
| 631 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n        \"TotalCount\": 1,\n        \"WorkflowInfoSet\": [\n            {\n                \"WorkflowId\": 78459,\n                \"WorkflowName\": \"transcode-10\",\n                \"Status\": \"Enabled\",\n                \"Trigger\": {\n                    \"Type\": \"CosFileUpload\",\n                    \"CosFileUploadTrigger\": {\n                        \"Bucket\": \"TopRankVideo-125xxx88\",\n                        \"Region\": \"ap-chongqing\",\n                        \"Dir\": \"/movie/201907/\"\n                    }\n                },\n                \"OutputStorage\": {\n                    \"Type\": \"COS\",\n                    \"CosOutputStorage\": {\n                        \"Bucket\": \"TopRankVideo-125xxx88\",\n                        \"Region\": \"ap-chongqing\"\n                    }\n                },\n                \"MediaProcessTask\": {\n                    \"TranscodeTaskSet\": [\n                        {\n                            \"Definition\": 10,\n                            \"WatermarkSet\": []\n                        }\n                    ]\n                },\n                \"OutputDir\": \"/movie/201907/\",\n                \"AiContentReviewTask\": null,\n                \"AiRecognitionTask\": null,\n                \"AiAnalysisTask\": null,\n                \"TaskNotifyConfig\": null,\n                \"TaskPriority\": 0,\n                \"CreateTime\": \"2019-07-18T10:00:00Z\",\n                \"UpdateTime\": \"2019-07-18T11:00:03Z\"\n            }\n        ]\n    }\n}",
         | 
| 631 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"WorkflowInfoSet\": [\n            {\n                \"WorkflowId\": 0,\n                \"WorkflowName\": \"abc\",\n                \"Status\": \"abc\",\n                \"Trigger\": {\n                    \"Type\": \"abc\",\n                    \"CosFileUploadTrigger\": {\n                        \"Bucket\": \"abc\",\n                        \"Region\": \"abc\",\n                        \"Dir\": \"abc\",\n                        \"Formats\": [\n                            \"abc\"\n                        ]\n                    },\n                    \"AwsS3FileUploadTrigger\": {\n                        \"S3Bucket\": \"abc\",\n                        \"S3Region\": \"abc\",\n                        \"Dir\": \"abc\",\n                        \"Formats\": [\n                            \"abc\"\n                        ],\n                        \"S3SecretId\": \"abc\",\n                        \"S3SecretKey\": \"abc\",\n                        \"AwsSQS\": {\n                            \"SQSRegion\": \"abc\",\n                            \"SQSQueueName\": \"abc\",\n                            \"S3SecretId\": \"abc\",\n                            \"S3SecretKey\": \"abc\"\n                        }\n                    }\n                },\n                \"OutputStorage\": {\n                    \"Type\": \"abc\",\n                    \"CosOutputStorage\": {\n                        \"Bucket\": \"abc\",\n                        \"Region\": \"abc\"\n                    },\n                    \"S3OutputStorage\": {\n                        \"S3Bucket\": \"abc\",\n                        \"S3Region\": \"abc\",\n                        \"S3SecretId\": \"abc\",\n                        \"S3SecretKey\": \"abc\"\n                    }\n                },\n                \"MediaProcessTask\": {\n                    \"TranscodeTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"RawParameter\": {\n                                \"Container\": \"abc\",\n                                \"RemoveVideo\": 0,\n                                \"RemoveAudio\": 0,\n                                \"VideoTemplate\": {\n                                    \"Codec\": \"abc\",\n                                    \"Fps\": 0,\n                                    \"Bitrate\": 0,\n                                    \"ResolutionAdaptive\": \"abc\",\n                                    \"Width\": 1,\n                                    \"Height\": 1,\n                                    \"Gop\": 1,\n                                    \"FillType\": \"abc\",\n                                    \"Vcrf\": 1,\n                                    \"SegmentType\": 0\n                                },\n                                \"AudioTemplate\": {\n                                    \"Codec\": \"abc\",\n                                    \"Bitrate\": 0,\n                                    \"SampleRate\": 1,\n                                    \"AudioChannel\": 0\n                                },\n                                \"TEHDConfig\": {\n                                    \"Type\": \"abc\",\n                                    \"MaxVideoBitrate\": 0\n                                }\n                            },\n                            \"OverrideParameter\": {\n                                \"Container\": \"abc\",\n                                \"RemoveVideo\": 1,\n                                \"RemoveAudio\": 1,\n                                \"VideoTemplate\": {\n                                    \"Codec\": \"abc\",\n                                    \"Fps\": 0,\n                                    \"Bitrate\": 0,\n                                    \"ResolutionAdaptive\": \"abc\",\n                                    \"Width\": 1,\n                                    \"Height\": 1,\n                                    \"Gop\": 1,\n                                    \"FillType\": \"abc\",\n                                    \"Vcrf\": 1,\n                                    \"ContentAdaptStream\": 1,\n                                    \"SegmentType\": 0\n                                },\n                                \"AudioTemplate\": {\n                                    \"Codec\": \"abc\",\n                                    \"Bitrate\": 0,\n                                    \"SampleRate\": 1,\n                                    \"AudioChannel\": 0,\n                                    \"StreamSelects\": [\n                                        0\n                                    ]\n                                },\n                                \"TEHDConfig\": {\n                                    \"Type\": \"abc\",\n                                    \"MaxVideoBitrate\": 0\n                                },\n                                \"SubtitleTemplate\": {\n                                    \"Path\": \"abc\",\n                                    \"StreamIndex\": 0,\n                                    \"FontType\": \"abc\",\n                                    \"FontSize\": \"abc\",\n                                    \"FontColor\": \"abc\",\n                                    \"FontAlpha\": 0\n                                },\n                                \"AddonAudioStream\": [\n                                    {\n                                        \"Type\": \"abc\",\n                                        \"CosInputInfo\": {\n                                            \"Bucket\": \"abc\",\n                                            \"Region\": \"abc\",\n                                            \"Object\": \"abc\"\n                                        },\n                                        \"UrlInputInfo\": {\n                                            \"Url\": \"abc\"\n                                        },\n                                        \"S3InputInfo\": {\n                                            \"S3Bucket\": \"abc\",\n                                            \"S3Region\": \"abc\",\n                                            \"S3Object\": \"abc\",\n                                            \"S3SecretId\": \"abc\",\n                                            \"S3SecretKey\": \"abc\"\n                                        }\n                                    }\n                                ],\n                                \"StdExtInfo\": \"abc\",\n                                \"AddOnSubtitles\": [\n                                    {\n                                        \"Type\": \"abc\",\n                                        \"Subtitle\": {\n                                            \"Type\": \"abc\",\n                                            \"CosInputInfo\": {\n                                                \"Bucket\": \"abc\",\n                                                \"Region\": \"abc\",\n                                                \"Object\": \"abc\"\n                                            },\n                                            \"UrlInputInfo\": {\n                                                \"Url\": \"abc\"\n                                            },\n                                            \"S3InputInfo\": {\n                                                \"S3Bucket\": \"abc\",\n                                                \"S3Region\": \"abc\",\n                                                \"S3Object\": \"abc\",\n                                                \"S3SecretId\": \"abc\",\n                                                \"S3SecretKey\": \"abc\"\n                                            }\n                                        }\n                                    }\n                                ]\n                            },\n                            \"WatermarkSet\": [\n                                {\n                                    \"Definition\": 1,\n                                    \"RawParameter\": {\n                                        \"Type\": \"abc\",\n                                        \"CoordinateOrigin\": \"abc\",\n                                        \"XPos\": \"abc\",\n                                        \"YPos\": \"abc\",\n                                        \"ImageTemplate\": {\n                                            \"ImageContent\": {\n                                                \"Type\": \"abc\",\n                                                \"CosInputInfo\": {\n                                                    \"Bucket\": \"abc\",\n                                                    \"Region\": \"abc\",\n                                                    \"Object\": \"abc\"\n                                                },\n                                                \"UrlInputInfo\": {\n                                                    \"Url\": \"abc\"\n                                                },\n                                                \"S3InputInfo\": {\n                                                    \"S3Bucket\": \"abc\",\n                                                    \"S3Region\": \"abc\",\n                                                    \"S3Object\": \"abc\",\n                                                    \"S3SecretId\": \"abc\",\n                                                    \"S3SecretKey\": \"abc\"\n                                                }\n                                            },\n                                            \"Width\": \"abc\",\n                                            \"Height\": \"abc\",\n                                            \"RepeatType\": \"abc\"\n                                        }\n                                    },\n                                    \"TextContent\": \"abc\",\n                                    \"SvgContent\": \"abc\",\n                                    \"StartTimeOffset\": 0,\n                                    \"EndTimeOffset\": 0\n                                }\n                            ],\n                            \"MosaicSet\": [\n                                {\n                                    \"CoordinateOrigin\": \"abc\",\n                                    \"XPos\": \"abc\",\n                                    \"YPos\": \"abc\",\n                                    \"Width\": \"abc\",\n                                    \"Height\": \"abc\",\n                                    \"StartTimeOffset\": 0,\n                                    \"EndTimeOffset\": 0\n                                }\n                            ],\n                            \"StartTimeOffset\": 0,\n                            \"EndTimeOffset\": 0,\n                            \"OutputStorage\": {\n                                \"Type\": \"abc\",\n                                \"CosOutputStorage\": {\n                                    \"Bucket\": \"abc\",\n                                    \"Region\": \"abc\"\n                                },\n                                \"S3OutputStorage\": {\n                                    \"S3Bucket\": \"abc\",\n                                    \"S3Region\": \"abc\",\n                                    \"S3SecretId\": \"abc\",\n                                    \"S3SecretKey\": \"abc\"\n                                }\n                            },\n                            \"OutputObjectPath\": \"abc\",\n                            \"SegmentObjectName\": \"abc\",\n                            \"ObjectNumberFormat\": {\n                                \"InitialValue\": 1,\n                                \"Increment\": 1,\n                                \"MinLength\": 1,\n                                \"PlaceHolder\": \"abc\"\n                            },\n                            \"HeadTailParameter\": {}\n                        }\n                    ],\n                    \"AnimatedGraphicTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"StartTimeOffset\": 0,\n                            \"EndTimeOffset\": 0,\n                            \"OutputStorage\": {\n                                \"Type\": \"abc\",\n                                \"CosOutputStorage\": {\n                                    \"Bucket\": \"abc\",\n                                    \"Region\": \"abc\"\n                                },\n                                \"S3OutputStorage\": {\n                                    \"S3Bucket\": \"abc\",\n                                    \"S3Region\": \"abc\",\n                                    \"S3SecretId\": \"abc\",\n                                    \"S3SecretKey\": \"abc\"\n                                }\n                            },\n                            \"OutputObjectPath\": \"abc\"\n                        }\n                    ],\n                    \"SnapshotByTimeOffsetTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"OutputStorage\": {\n                                \"Type\": \"abc\",\n                                \"CosOutputStorage\": {\n                                    \"Bucket\": \"abc\",\n                                    \"Region\": \"abc\"\n                                },\n                                \"S3OutputStorage\": {\n                                    \"S3Bucket\": \"abc\",\n                                    \"S3Region\": \"abc\",\n                                    \"S3SecretId\": \"abc\",\n                                    \"S3SecretKey\": \"abc\"\n                                }\n                            },\n                            \"ExtTimeOffsetSet\": [\n                                \"abc\"\n                            ],\n                            \"TimeOffsetSet\": [\n                                0\n                            ],\n                            \"WatermarkSet\": [\n                                {\n                                    \"Definition\": 1,\n                                    \"RawParameter\": {\n                                        \"Type\": \"abc\",\n                                        \"CoordinateOrigin\": \"abc\",\n                                        \"XPos\": \"abc\",\n                                        \"YPos\": \"abc\",\n                                        \"ImageTemplate\": {\n                                            \"Width\": \"abc\",\n                                            \"Height\": \"abc\",\n                                            \"RepeatType\": \"abc\"\n                                        }\n                                    },\n                                    \"TextContent\": \"abc\",\n                                    \"SvgContent\": \"abc\",\n                                    \"StartTimeOffset\": 0,\n                                    \"EndTimeOffset\": 0\n                                }\n                            ],\n                            \"OutputObjectPath\": \"abc\",\n                            \"ObjectNumberFormat\": {\n                                \"InitialValue\": 1,\n                                \"Increment\": 1,\n                                \"MinLength\": 1,\n                                \"PlaceHolder\": \"abc\"\n                            }\n                        }\n                    ],\n                    \"SampleSnapshotTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"OutputStorage\": {\n                                \"Type\": \"abc\",\n                                \"CosOutputStorage\": {\n                                    \"Bucket\": \"abc\",\n                                    \"Region\": \"abc\"\n                                },\n                                \"S3OutputStorage\": {\n                                    \"S3Bucket\": \"abc\",\n                                    \"S3Region\": \"abc\",\n                                    \"S3SecretId\": \"abc\",\n                                    \"S3SecretKey\": \"abc\"\n                                }\n                            },\n                            \"WatermarkSet\": [\n                                {\n                                    \"Definition\": 1,\n                                    \"RawParameter\": {\n                                        \"Type\": \"abc\",\n                                        \"CoordinateOrigin\": \"abc\",\n                                        \"XPos\": \"abc\",\n                                        \"YPos\": \"abc\",\n                                        \"ImageTemplate\": {\n                                            \"Width\": \"abc\",\n                                            \"Height\": \"abc\",\n                                            \"RepeatType\": \"abc\"\n                                        }\n                                    },\n                                    \"TextContent\": \"abc\",\n                                    \"SvgContent\": \"abc\",\n                                    \"StartTimeOffset\": 0,\n                                    \"EndTimeOffset\": 0\n                                }\n                            ],\n                            \"OutputObjectPath\": \"abc\",\n                            \"ObjectNumberFormat\": {\n                                \"InitialValue\": 1,\n                                \"Increment\": 1,\n                                \"MinLength\": 1,\n                                \"PlaceHolder\": \"abc\"\n                            }\n                        }\n                    ],\n                    \"ImageSpriteTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"OutputObjectPath\": \"abc\",\n                            \"WebVttObjectName\": \"abc\"\n                        }\n                    ],\n                    \"AdaptiveDynamicStreamingTaskSet\": [\n                        {\n                            \"Definition\": 1,\n                            \"WatermarkSet\": [\n                                {\n                                    \"Definition\": 1,\n                                    \"RawParameter\": {\n                                        \"Type\": \"abc\",\n                                        \"CoordinateOrigin\": \"abc\",\n                                        \"XPos\": \"abc\",\n                                        \"YPos\": \"abc\",\n                                        \"ImageTemplate\": {\n                                            \"ImageContent\": {\n                                                \"Type\": \"abc\",\n                                                \"CosInputInfo\": {\n                                                    \"Bucket\": \"abc\",\n                                                    \"Region\": \"abc\",\n                                                    \"Object\": \"abc\"\n                                                },\n                                                \"UrlInputInfo\": {\n                                                    \"Url\": \"abc\"\n                                                },\n                                                \"S3InputInfo\": {\n                                                    \"S3Bucket\": \"abc\",\n                                                    \"S3Region\": \"abc\",\n                                                    \"S3Object\": \"abc\",\n                                                    \"S3SecretId\": \"abc\",\n                                                    \"S3SecretKey\": \"abc\"\n                                                }\n                                            },\n                                            \"Width\": \"abc\",\n                                            \"Height\": \"abc\",\n                                            \"RepeatType\": \"abc\"\n                                        }\n                                    },\n                                    \"TextContent\": \"abc\",\n                                    \"SvgContent\": \"abc\",\n                                    \"StartTimeOffset\": 0,\n                                    \"EndTimeOffset\": 0\n                                }\n                            ],\n                            \"OutputStorage\": {\n                                \"Type\": \"abc\",\n                                \"CosOutputStorage\": {\n                                    \"Bucket\": \"abc\",\n                                    \"Region\": \"abc\"\n                                },\n                                \"S3OutputStorage\": {\n                                    \"S3Bucket\": \"abc\",\n                                    \"S3Region\": \"abc\",\n                                    \"S3SecretId\": \"abc\",\n                                    \"S3SecretKey\": \"abc\"\n                                }\n                            },\n                            \"OutputObjectPath\": \"abc\",\n                            \"SubStreamObjectName\": \"abc\",\n                            \"SegmentObjectName\": \"abc\",\n                            \"AddOnSubtitles\": [\n                                {\n                                    \"Type\": \"abc\"\n                                }\n                            ],\n                            \"DrmInfo\": {\n                                \"Type\": \"abc\",\n                                \"SimpleAesDrm\": {\n                                    \"Uri\": \"abc\",\n                                    \"Key\": \"abc\",\n                                    \"Vector\": \"abc\"\n                                }\n                            },\n                            \"DefinitionType\": \"abc\"\n                        }\n                    ]\n                },\n                \"AiContentReviewTask\": {\n                    \"Definition\": 1\n                },\n                \"AiAnalysisTask\": {\n                    \"Definition\": 1,\n                    \"ExtendedParameter\": \"abc\"\n                },\n                \"AiRecognitionTask\": {\n                    \"Definition\": 1\n                },\n                \"TaskNotifyConfig\": {\n                    \"NotifyType\": \"abc\",\n                    \"NotifyMode\": \"abc\",\n                    \"NotifyUrl\": \"abc\",\n                    \"CmqModel\": \"abc\",\n                    \"CmqRegion\": \"abc\",\n                    \"TopicName\": \"abc\",\n                    \"QueueName\": \"abc\",\n                    \"AwsSQS\": {\n                        \"SQSRegion\": \"abc\",\n                        \"SQSQueueName\": \"abc\",\n                        \"S3SecretId\": \"abc\",\n                        \"S3SecretKey\": \"abc\"\n                    },\n                    \"NotifyKey\": \"abc\"\n                },\n                \"TaskPriority\": 0,\n                \"OutputDir\": \"abc\",\n                \"CreateTime\": \"abc\",\n                \"UpdateTime\": \"abc\"\n            }\n        ],\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 632 632 | 
             
                    "title": "查询特定工作流"
         | 
| 633 633 | 
             
                  }
         | 
| 634 634 | 
             
                ],
         | 
| @@ -845,7 +845,7 @@ | |
| 845 845 | 
             
                "ModifyTranscodeTemplate": [
         | 
| 846 846 | 
             
                  {
         | 
| 847 847 | 
             
                    "document": "",
         | 
| 848 | 
            -
                    "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTranscodeTemplate\n<公共请求参数>\n\n{\n    \"Definition\": 1008,\n    \"Container\": \"mp4\",\n    \"VideoTemplate\": {\n        \"Codec\": \" | 
| 848 | 
            +
                    "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTranscodeTemplate\n<公共请求参数>\n\n{\n    \"Definition\": 1008,\n    \"Container\": \"mp4\",\n    \"VideoTemplate\": {\n        \"Codec\": \"h264\",\n        \"Bitrate\": 256,\n        \"Fps\": 60\n    },\n    \"AudioTemplate\": {\n        \"SampleRate\": 48000,\n        \"Codec\": \"aac\",\n        \"Bitrate\": 200\n    }\n}",
         | 
| 849 849 | 
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"12ae8d8e-dce3-4151-9d4b-5594145287e1\"\n    }\n}",
         | 
| 850 850 | 
             
                    "title": "修改转码模板"
         | 
| 851 851 | 
             
                  }
         | 
| @@ -1621,6 +1621,15 @@ | |
| 1621 1621 | 
             
                      "name": "EnableCopyWarn",
         | 
| 1622 1622 | 
             
                      "required": false,
         | 
| 1623 1623 | 
             
                      "type": "bool"
         | 
| 1624 | 
            +
                    },
         | 
| 1625 | 
            +
                    {
         | 
| 1626 | 
            +
                      "disabled": false,
         | 
| 1627 | 
            +
                      "document": "是否返回自动拼接的有效期,默认为true",
         | 
| 1628 | 
            +
                      "example": "无",
         | 
| 1629 | 
            +
                      "member": "bool",
         | 
| 1630 | 
            +
                      "name": "EnablePeriodComplete",
         | 
| 1631 | 
            +
                      "required": false,
         | 
| 1632 | 
            +
                      "type": "bool"
         | 
| 1624 1633 | 
             
                    }
         | 
| 1625 1634 | 
             
                  ],
         | 
| 1626 1635 | 
             
                  "type": "object"
         | 
| @@ -17186,6 +17195,16 @@ | |
| 17186 17195 | 
             
                      "output_required": true,
         | 
| 17187 17196 | 
             
                      "type": "int",
         | 
| 17188 17197 | 
             
                      "value_allowed_null": false
         | 
| 17198 | 
            +
                    },
         | 
| 17199 | 
            +
                    {
         | 
| 17200 | 
            +
                      "disabled": false,
         | 
| 17201 | 
            +
                      "document": "是否有改签费标识(0:没有,1:有)",
         | 
| 17202 | 
            +
                      "example": "无",
         | 
| 17203 | 
            +
                      "member": "int64",
         | 
| 17204 | 
            +
                      "name": "TicketChangeMark",
         | 
| 17205 | 
            +
                      "output_required": true,
         | 
| 17206 | 
            +
                      "type": "int",
         | 
| 17207 | 
            +
                      "value_allowed_null": false
         | 
| 17189 17208 | 
             
                    }
         | 
| 17190 17209 | 
             
                  ],
         | 
| 17191 17210 | 
             
                  "usage": "out"
         | 
| @@ -51,7 +51,7 @@ | |
| 51 51 | 
             
                "DeleteFunction": [
         | 
| 52 52 | 
             
                  {
         | 
| 53 53 | 
             
                    "document": "用户删除函数时需要使用,可指定版本与命名空间。",
         | 
| 54 | 
            -
                    "input": " | 
| 54 | 
            +
                    "input": "POST / HTTP/1.1\nHost: scf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteFunction\n<公共请求参数>\n\n{\n    \"FunctionName\": \"<FunctionName>\"\n}",
         | 
| 55 55 | 
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n    }\n}",
         | 
| 56 56 | 
             
                    "title": "删除函数"
         | 
| 57 57 | 
             
                  }
         |