tccli 3.0.1208.1__py2.py3-none-any.whl → 3.0.1210.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/batch/v20170312/api.json +20 -2
- tccli/services/bma/v20221115/api.json +26 -1
- tccli/services/bma/v20221115/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +38 -30
- tccli/services/cam/v20190116/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +28 -1
- tccli/services/cdwdoris/v20211228/api.json +20 -1
- tccli/services/cfg/v20210820/api.json +21 -1
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +497 -11
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cynosdb/v20190107/api.json +30 -9
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dasb/v20191018/api.json +19 -10
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/dc/dc_client.py +126 -73
- tccli/services/dc/v20180410/api.json +300 -0
- tccli/services/dc/v20180410/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +3 -1
- tccli/services/emr/emr_client.py +238 -26
- tccli/services/emr/v20190103/api.json +1012 -116
- tccli/services/emr/v20190103/examples.json +32 -0
- tccli/services/es/v20180416/api.json +144 -2
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +10 -10
- tccli/services/essbasic/v20210526/api.json +15 -6
- tccli/services/faceid/v20180301/api.json +10 -0
- tccli/services/gwlb/__init__.py +4 -0
- tccli/services/gwlb/gwlb_client.py +1096 -0
- tccli/services/gwlb/v20240906/api.json +1807 -0
- tccli/services/gwlb/v20240906/examples.json +155 -0
- tccli/services/hunyuan/v20230901/api.json +85 -9
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iss/v20230517/api.json +62 -14
- tccli/services/iss/v20230517/examples.json +19 -13
- tccli/services/oceanus/v20190422/api.json +4 -4
- tccli/services/privatedns/privatedns_client.py +57 -4
- tccli/services/privatedns/v20201028/api.json +101 -0
- tccli/services/privatedns/v20201028/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/sms/v20210111/api.json +3 -3
- tccli/services/sms/v20210111/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +32 -11
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +11 -10
- tccli/services/sts/v20180813/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +136 -19
- tccli/services/teo/v20220901/api.json +23 -23
- tccli/services/teo/v20220901/examples.json +4 -58
- tccli/services/tke/tke_client.py +118 -12
- tccli/services/tke/v20180525/api.json +154 -2
- tccli/services/tke/v20180525/examples.json +16 -0
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +59 -43
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +9 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/RECORD +63 -59
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1208.1.dist-info → tccli-3.0.1210.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1210.1'
|
tccli/services/__init__.py
CHANGED
@@ -5391,6 +5391,7 @@
|
|
5391
5391
|
"example": "无",
|
5392
5392
|
"member": "Application",
|
5393
5393
|
"name": "Application",
|
5394
|
+
"output_required": true,
|
5394
5395
|
"required": true,
|
5395
5396
|
"type": "object",
|
5396
5397
|
"value_allowed_null": false
|
@@ -5401,16 +5402,18 @@
|
|
5401
5402
|
"example": "test-task",
|
5402
5403
|
"member": "string",
|
5403
5404
|
"name": "TaskName",
|
5405
|
+
"output_required": true,
|
5404
5406
|
"required": false,
|
5405
5407
|
"type": "string",
|
5406
5408
|
"value_allowed_null": false
|
5407
5409
|
},
|
5408
5410
|
{
|
5409
5411
|
"disabled": false,
|
5410
|
-
"document": "
|
5412
|
+
"document": "任务实例运行个数,默认为1",
|
5411
5413
|
"example": "1",
|
5412
5414
|
"member": "uint64",
|
5413
5415
|
"name": "TaskInstanceNum",
|
5416
|
+
"output_required": true,
|
5414
5417
|
"required": false,
|
5415
5418
|
"type": "int",
|
5416
5419
|
"value_allowed_null": false
|
@@ -5421,6 +5424,7 @@
|
|
5421
5424
|
"example": "无",
|
5422
5425
|
"member": "AnonymousComputeEnv",
|
5423
5426
|
"name": "ComputeEnv",
|
5427
|
+
"output_required": true,
|
5424
5428
|
"required": false,
|
5425
5429
|
"type": "object",
|
5426
5430
|
"value_allowed_null": false
|
@@ -5431,6 +5435,7 @@
|
|
5431
5435
|
"example": "env_238swek2",
|
5432
5436
|
"member": "string",
|
5433
5437
|
"name": "EnvId",
|
5438
|
+
"output_required": true,
|
5434
5439
|
"required": false,
|
5435
5440
|
"type": "string",
|
5436
5441
|
"value_allowed_null": false
|
@@ -5441,6 +5446,7 @@
|
|
5441
5446
|
"example": "无",
|
5442
5447
|
"member": "RedirectInfo",
|
5443
5448
|
"name": "RedirectInfo",
|
5449
|
+
"output_required": true,
|
5444
5450
|
"required": false,
|
5445
5451
|
"type": "object",
|
5446
5452
|
"value_allowed_null": false
|
@@ -5451,6 +5457,7 @@
|
|
5451
5457
|
"example": "无",
|
5452
5458
|
"member": "RedirectLocalInfo",
|
5453
5459
|
"name": "RedirectLocalInfo",
|
5460
|
+
"output_required": true,
|
5454
5461
|
"required": false,
|
5455
5462
|
"type": "object",
|
5456
5463
|
"value_allowed_null": false
|
@@ -5461,6 +5468,7 @@
|
|
5461
5468
|
"example": "无",
|
5462
5469
|
"member": "InputMapping",
|
5463
5470
|
"name": "InputMappings",
|
5471
|
+
"output_required": true,
|
5464
5472
|
"required": false,
|
5465
5473
|
"type": "list",
|
5466
5474
|
"value_allowed_null": false
|
@@ -5471,6 +5479,7 @@
|
|
5471
5479
|
"example": "无",
|
5472
5480
|
"member": "OutputMapping",
|
5473
5481
|
"name": "OutputMappings",
|
5482
|
+
"output_required": true,
|
5474
5483
|
"required": false,
|
5475
5484
|
"type": "list",
|
5476
5485
|
"value_allowed_null": false
|
@@ -5481,6 +5490,7 @@
|
|
5481
5490
|
"example": "无",
|
5482
5491
|
"member": "OutputMappingConfig",
|
5483
5492
|
"name": "OutputMappingConfigs",
|
5493
|
+
"output_required": true,
|
5484
5494
|
"required": false,
|
5485
5495
|
"type": "list",
|
5486
5496
|
"value_allowed_null": false
|
@@ -5491,6 +5501,7 @@
|
|
5491
5501
|
"example": "无",
|
5492
5502
|
"member": "EnvVar",
|
5493
5503
|
"name": "EnvVars",
|
5504
|
+
"output_required": true,
|
5494
5505
|
"required": false,
|
5495
5506
|
"type": "list",
|
5496
5507
|
"value_allowed_null": false
|
@@ -5501,6 +5512,7 @@
|
|
5501
5512
|
"example": "无",
|
5502
5513
|
"member": "Authentication",
|
5503
5514
|
"name": "Authentications",
|
5515
|
+
"output_required": true,
|
5504
5516
|
"required": false,
|
5505
5517
|
"type": "list",
|
5506
5518
|
"value_allowed_null": false
|
@@ -5511,6 +5523,7 @@
|
|
5511
5523
|
"example": "TERMINATE",
|
5512
5524
|
"member": "string",
|
5513
5525
|
"name": "FailedAction",
|
5526
|
+
"output_required": true,
|
5514
5527
|
"required": false,
|
5515
5528
|
"type": "string",
|
5516
5529
|
"value_allowed_null": false
|
@@ -5521,6 +5534,7 @@
|
|
5521
5534
|
"example": "0",
|
5522
5535
|
"member": "uint64",
|
5523
5536
|
"name": "MaxRetryCount",
|
5537
|
+
"output_required": true,
|
5524
5538
|
"required": false,
|
5525
5539
|
"type": "int",
|
5526
5540
|
"value_allowed_null": false
|
@@ -5531,6 +5545,7 @@
|
|
5531
5545
|
"example": "86400",
|
5532
5546
|
"member": "uint64",
|
5533
5547
|
"name": "Timeout",
|
5548
|
+
"output_required": true,
|
5534
5549
|
"required": false,
|
5535
5550
|
"type": "int",
|
5536
5551
|
"value_allowed_null": false
|
@@ -5541,6 +5556,7 @@
|
|
5541
5556
|
"example": "100",
|
5542
5557
|
"member": "uint64",
|
5543
5558
|
"name": "MaxConcurrentNum",
|
5559
|
+
"output_required": true,
|
5544
5560
|
"required": false,
|
5545
5561
|
"type": "int",
|
5546
5562
|
"value_allowed_null": false
|
@@ -5551,16 +5567,18 @@
|
|
5551
5567
|
"example": "false",
|
5552
5568
|
"member": "bool",
|
5553
5569
|
"name": "RestartComputeNode",
|
5570
|
+
"output_required": true,
|
5554
5571
|
"required": false,
|
5555
5572
|
"type": "bool",
|
5556
5573
|
"value_allowed_null": false
|
5557
5574
|
},
|
5558
5575
|
{
|
5559
5576
|
"disabled": false,
|
5560
|
-
"document": "启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100
|
5577
|
+
"document": "启动任务过程中,创建计算资源如CVM失败后的最大重试次数,默认为0。最大值100。\n计算资源创建重试的等待时间间隔策略设置如下:\n[1, 3]: 等待600 s发起重试;\n[4, 10]: 等待900 s发起重试;\n[11, 50]: 等待1800 s发起重试;\n[51, 100]: 等待3600 s发起重试;\n[a, b]表示重试次数区间,每次重试的等待时间随着重试次数的增加而递增。\n例如,计算资源创建重试8次的耗时为:3*600 + 5*900 = 6300 s",
|
5561
5578
|
"example": "1",
|
5562
5579
|
"member": "uint64",
|
5563
5580
|
"name": "ResourceMaxRetryCount",
|
5581
|
+
"output_required": true,
|
5564
5582
|
"required": false,
|
5565
5583
|
"type": "int",
|
5566
5584
|
"value_allowed_null": false
|
@@ -381,6 +381,7 @@
|
|
381
381
|
"example": "123",
|
382
382
|
"member": "int64",
|
383
383
|
"name": "CompanyId",
|
384
|
+
"output_required": true,
|
384
385
|
"type": "int",
|
385
386
|
"value_allowed_null": false
|
386
387
|
},
|
@@ -501,6 +502,16 @@
|
|
501
502
|
"CreateBPFakeAPPResponse": {
|
502
503
|
"document": "CreateBPFakeAPP返回参数结构体",
|
503
504
|
"members": [
|
505
|
+
{
|
506
|
+
"disabled": false,
|
507
|
+
"document": "FakeAPPId",
|
508
|
+
"example": "无",
|
509
|
+
"member": "int64",
|
510
|
+
"name": "FakeAPPId",
|
511
|
+
"output_required": true,
|
512
|
+
"type": "int",
|
513
|
+
"value_allowed_null": false
|
514
|
+
},
|
504
515
|
{
|
505
516
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
506
517
|
"member": "string",
|
@@ -555,6 +566,16 @@
|
|
555
566
|
"CreateBPFakeURLResponse": {
|
556
567
|
"document": "CreateBPFakeURL返回参数结构体",
|
557
568
|
"members": [
|
569
|
+
{
|
570
|
+
"disabled": false,
|
571
|
+
"document": "FakeURLId",
|
572
|
+
"example": "无",
|
573
|
+
"member": "int64",
|
574
|
+
"name": "FakeURLId",
|
575
|
+
"output_required": true,
|
576
|
+
"type": "int",
|
577
|
+
"value_allowed_null": false
|
578
|
+
},
|
558
579
|
{
|
559
580
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
560
581
|
"member": "string",
|
@@ -686,15 +707,17 @@
|
|
686
707
|
"example": "无",
|
687
708
|
"member": "BrandData",
|
688
709
|
"name": "Brands",
|
710
|
+
"output_required": true,
|
689
711
|
"type": "list",
|
690
712
|
"value_allowed_null": false
|
691
713
|
},
|
692
714
|
{
|
693
715
|
"disabled": false,
|
694
716
|
"document": "品牌审核通知栏状态:0 不显示 1 显示",
|
695
|
-
"example": "
|
717
|
+
"example": "1",
|
696
718
|
"member": "int64",
|
697
719
|
"name": "NoticeStatus",
|
720
|
+
"output_required": true,
|
698
721
|
"type": "int",
|
699
722
|
"value_allowed_null": false
|
700
723
|
},
|
@@ -749,6 +772,7 @@
|
|
749
772
|
"example": "无",
|
750
773
|
"member": "FakeAPPData",
|
751
774
|
"name": "FakeAPPList",
|
775
|
+
"output_required": true,
|
752
776
|
"type": "list",
|
753
777
|
"value_allowed_null": false
|
754
778
|
},
|
@@ -758,6 +782,7 @@
|
|
758
782
|
"example": "无",
|
759
783
|
"member": "int64",
|
760
784
|
"name": "TotalCount",
|
785
|
+
"output_required": true,
|
761
786
|
"type": "int",
|
762
787
|
"value_allowed_null": false
|
763
788
|
},
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"CreateBPFakeAPP": [
|
12
12
|
{
|
13
13
|
"document": "仿冒应用举报",
|
14
|
-
"input": "{\n
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBPFakeAPP\n<公共请求参数>\n\n{\n \"CompanyId\": 123,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"APPChan\": \"仿冒来源\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"FakeAPPSnapshots\": [\n \"仿冒截图\"\n ],\n \"Note\": \"备注\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"FakeAPPId\": 12,\n \"RequestId\": \"xxx\"\n }\n}",
|
16
16
|
"title": "仿冒应用举报"
|
17
17
|
}
|
18
18
|
],
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"CreateBPFakeURL": [
|
28
28
|
{
|
29
29
|
"document": "仿冒网址举报",
|
30
|
-
"input": "{\n
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBPFakeURL\n<公共请求参数>\n\n{\n \"CompanyId\": 123,\n \"FakeURL\": \"举报网址\",\n \"FakeURLSnapshots\": [\n \"仿冒截图\"\n ],\n \"Note\": \"备注\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"FakeURLId\": 1,\n \"RequestId\": \"xxx\"\n }\n}",
|
32
32
|
"title": "仿冒网址举报"
|
33
33
|
}
|
34
34
|
],
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"DeleteBPWhiteList": [
|
52
52
|
{
|
53
53
|
"document": "删除白名单",
|
54
|
-
"input": "{\n
|
54
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBPWhiteList\n<公共请求参数>\n\n{\n \"WhiteListId\": 123\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"xxx\"\n }\n}",
|
56
56
|
"title": "删除白名单"
|
57
57
|
}
|
@@ -67,8 +67,8 @@
|
|
67
67
|
"DescribeBPFakeAPPList": [
|
68
68
|
{
|
69
69
|
"document": "查询仿冒应用列表",
|
70
|
-
"input": "{\n
|
71
|
-
"output": "{\n \"Response\": {\n \"FakeAPPList\": [\n {\n \"FakeAPPId\": 123,\n \"BrandName\": \"品牌名称\",\n \"Origin\": 0,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"Heat\": 100,\n \"BlockStatus\": 0,\n \"BlockNote\": \"协助处置状态说明\",\n \"OfflineStatus\": 0,\n \"OfflineNote\": \"下架状态说明\",\n \"DownloadWay\": \"app来源\",\n \"InsertTime\": \"2022-10-01 00:00:00\",\n \"DownloadCosURL\": \"cos下载链接\"\n }\n ],\n \"TotalCount\": 100,\n \"RequestId\": \"xxx\"\n }\n}",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: bma.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBPFakeAPPList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"BrandName\",\n \"Value\": \"品牌名称\"\n },\n {\n \"Name\": \"Origin\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"BlockStatus\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"OfflineStatus\",\n \"Value\": \"0\"\n },\n {\n \"Name\": \"FakeAPP\",\n \"Value\": \"xxx\"\n },\n {\n \"Name\": \"StartTime\",\n \"Value\": \"2022-10-01 00:00:00\"\n },\n {\n \"Name\": \"EndTime\",\n \"Value\": \"2022-10-01 23:59:59\"\n }\n ],\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"FakeAPPList\": [\n {\n \"FakeAPPId\": 123,\n \"BrandName\": \"品牌名称\",\n \"Origin\": 0,\n \"FakeAPPName\": \"仿冒应用名称\",\n \"FakeAPPPackageName\": \"仿冒应用包名\",\n \"FakeAPPCert\": \"仿冒应用证书\",\n \"FakeAPPSize\": \"仿冒应用大小\",\n \"Heat\": 100,\n \"BlockStatus\": 0,\n \"BlockNote\": \"协助处置状态说明\",\n \"OfflineStatus\": 0,\n \"OfflineNote\": \"下架状态说明\",\n \"DownloadWay\": \"app来源\",\n \"InsertTime\": \"2022-10-01 00:00:00\",\n \"DownloadCosURL\": \"cos下载链接\",\n \"CertificationStatus\": 0\n }\n ],\n \"TotalCount\": 100,\n \"RequestId\": \"xxx\"\n }\n}",
|
72
72
|
"title": "查询仿冒应用列表"
|
73
73
|
}
|
74
74
|
],
|
@@ -3506,8 +3506,8 @@
|
|
3506
3506
|
"members": [
|
3507
3507
|
{
|
3508
3508
|
"disabled": false,
|
3509
|
-
"document": "策略Id",
|
3510
|
-
"example": "",
|
3509
|
+
"document": "策略Id。",
|
3510
|
+
"example": "17698703",
|
3511
3511
|
"member": "uint64",
|
3512
3512
|
"name": "PolicyId",
|
3513
3513
|
"required": true,
|
@@ -3521,73 +3521,81 @@
|
|
3521
3521
|
"members": [
|
3522
3522
|
{
|
3523
3523
|
"disabled": false,
|
3524
|
-
"document": "
|
3525
|
-
"example": "",
|
3524
|
+
"document": "策略名。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3525
|
+
"example": "testPolicy",
|
3526
3526
|
"member": "string",
|
3527
3527
|
"name": "PolicyName",
|
3528
|
+
"output_required": true,
|
3528
3529
|
"type": "string",
|
3529
3530
|
"value_allowed_null": true
|
3530
3531
|
},
|
3531
3532
|
{
|
3532
3533
|
"disabled": false,
|
3533
|
-
"document": "
|
3534
|
-
"example": "",
|
3534
|
+
"document": "策略描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3535
|
+
"example": "测试策略",
|
3535
3536
|
"member": "string",
|
3536
3537
|
"name": "Description",
|
3538
|
+
"output_required": true,
|
3537
3539
|
"type": "string",
|
3538
3540
|
"value_allowed_null": true
|
3539
3541
|
},
|
3540
3542
|
{
|
3541
3543
|
"disabled": false,
|
3542
|
-
"document": "1 表示自定义策略,2
|
3543
|
-
"example": "",
|
3544
|
+
"document": "1 表示自定义策略,2 表示预设策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3545
|
+
"example": "1",
|
3544
3546
|
"member": "uint64",
|
3545
3547
|
"name": "Type",
|
3548
|
+
"output_required": true,
|
3546
3549
|
"type": "int",
|
3547
3550
|
"value_allowed_null": true
|
3548
3551
|
},
|
3549
3552
|
{
|
3550
3553
|
"disabled": false,
|
3551
|
-
"document": "
|
3552
|
-
"example": "",
|
3554
|
+
"document": "策略创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3555
|
+
"example": "2019-04-29 21:18:28",
|
3553
3556
|
"member": "datetime",
|
3554
3557
|
"name": "AddTime",
|
3558
|
+
"output_required": true,
|
3555
3559
|
"type": "string",
|
3556
3560
|
"value_allowed_null": true
|
3557
3561
|
},
|
3558
3562
|
{
|
3559
3563
|
"disabled": false,
|
3560
|
-
"document": "
|
3561
|
-
"example": "",
|
3564
|
+
"document": "策略最近更新时间。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3565
|
+
"example": "2019-04-29 21:28:32",
|
3562
3566
|
"member": "datetime",
|
3563
3567
|
"name": "UpdateTime",
|
3568
|
+
"output_required": true,
|
3564
3569
|
"type": "string",
|
3565
3570
|
"value_allowed_null": true
|
3566
3571
|
},
|
3567
3572
|
{
|
3568
3573
|
"disabled": false,
|
3569
|
-
"document": "
|
3570
|
-
"example": "",
|
3574
|
+
"document": "策略文档。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3575
|
+
"example": "{\\\"version\\\":\\\"2.0\\\",\\\"statement\\\":[{\\\"effect\\\":\\\"allow\\\",\\\"action\\\":[\\\"name\\\\/cos:*\\\"],\\\"resource\\\":[\\\"*\\\"]}]}",
|
3571
3576
|
"member": "string",
|
3572
3577
|
"name": "PolicyDocument",
|
3578
|
+
"output_required": true,
|
3573
3579
|
"type": "string",
|
3574
3580
|
"value_allowed_null": true
|
3575
3581
|
},
|
3576
3582
|
{
|
3577
3583
|
"disabled": false,
|
3578
|
-
"document": "
|
3579
|
-
"example": "",
|
3584
|
+
"document": "备注。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3585
|
+
"example": "备注",
|
3580
3586
|
"member": "string",
|
3581
3587
|
"name": "PresetAlias",
|
3588
|
+
"output_required": true,
|
3582
3589
|
"type": "string",
|
3583
3590
|
"value_allowed_null": true
|
3584
3591
|
},
|
3585
3592
|
{
|
3586
3593
|
"disabled": false,
|
3587
|
-
"document": "
|
3588
|
-
"example": "",
|
3594
|
+
"document": "是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3595
|
+
"example": "1",
|
3589
3596
|
"member": "uint64",
|
3590
3597
|
"name": "IsServiceLinkedRolePolicy",
|
3598
|
+
"output_required": true,
|
3591
3599
|
"type": "int",
|
3592
3600
|
"value_allowed_null": true
|
3593
3601
|
},
|
@@ -4580,8 +4588,8 @@
|
|
4580
4588
|
"members": [
|
4581
4589
|
{
|
4582
4590
|
"disabled": false,
|
4583
|
-
"document": "目标用户
|
4584
|
-
"example": "
|
4591
|
+
"document": "目标用户Uin",
|
4592
|
+
"example": "100020328651",
|
4585
4593
|
"member": "uint64",
|
4586
4594
|
"name": "TargetUin",
|
4587
4595
|
"required": true,
|
@@ -4589,7 +4597,7 @@
|
|
4589
4597
|
},
|
4590
4598
|
{
|
4591
4599
|
"disabled": false,
|
4592
|
-
"document": "每页数量,必须大于 0
|
4600
|
+
"document": "每页数量,必须大于 0 且小于等于 200。",
|
4593
4601
|
"example": "1",
|
4594
4602
|
"member": "uint64",
|
4595
4603
|
"name": "Rp",
|
@@ -4598,7 +4606,7 @@
|
|
4598
4606
|
},
|
4599
4607
|
{
|
4600
4608
|
"disabled": false,
|
4601
|
-
"document": "页码,从 1开始,不能大于 200",
|
4609
|
+
"document": "页码,从 1开始,不能大于 200。",
|
4602
4610
|
"example": "10",
|
4603
4611
|
"member": "uint64",
|
4604
4612
|
"name": "Page",
|
@@ -4607,7 +4615,7 @@
|
|
4607
4615
|
},
|
4608
4616
|
{
|
4609
4617
|
"disabled": false,
|
4610
|
-
"document": "0:返回直接关联和随组关联策略,1:只返回直接关联策略,2
|
4618
|
+
"document": "关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。",
|
4611
4619
|
"example": "1",
|
4612
4620
|
"member": "uint64",
|
4613
4621
|
"name": "AttachType",
|
@@ -4616,7 +4624,7 @@
|
|
4616
4624
|
},
|
4617
4625
|
{
|
4618
4626
|
"disabled": false,
|
4619
|
-
"document": "
|
4627
|
+
"document": "策略类型。1表示自定义策略,2表示预设策略。",
|
4620
4628
|
"example": "1",
|
4621
4629
|
"member": "uint64",
|
4622
4630
|
"name": "StrategyType",
|
@@ -4640,21 +4648,21 @@
|
|
4640
4648
|
"members": [
|
4641
4649
|
{
|
4642
4650
|
"disabled": false,
|
4643
|
-
"document": "
|
4644
|
-
"example": "
|
4651
|
+
"document": "策略列表数据。",
|
4652
|
+
"example": "[{\"AddTime\":\"2020-01-16 15:09:27\",\"CreateMode\":\"2\",\"Deactived\":1,\"DeactivedDetail\":[\"consolesms\"],\"Description\":\"短信(SMS)全读写访问权限\",\"Groups\":[{\"GroupId\":93878,\"GroupName\":\"系统运维\"}],\"PolicyId\":\"219064\",\"PolicyName\":\"QcloudSMSFullAccess\",\"StrategyType\":\"2\"}]",
|
4645
4653
|
"member": "AttachedUserPolicy",
|
4646
4654
|
"name": "PolicyList",
|
4647
|
-
"
|
4655
|
+
"output_required": true,
|
4648
4656
|
"type": "list",
|
4649
4657
|
"value_allowed_null": false
|
4650
4658
|
},
|
4651
4659
|
{
|
4652
4660
|
"disabled": false,
|
4653
|
-
"document": "
|
4654
|
-
"example": "
|
4661
|
+
"document": "策略总数。",
|
4662
|
+
"example": "1",
|
4655
4663
|
"member": "uint64",
|
4656
4664
|
"name": "TotalNum",
|
4657
|
-
"
|
4665
|
+
"output_required": true,
|
4658
4666
|
"type": "int",
|
4659
4667
|
"value_allowed_null": false
|
4660
4668
|
},
|
@@ -473,8 +473,8 @@
|
|
473
473
|
"ListAttachedUserAllPolicies": [
|
474
474
|
{
|
475
475
|
"document": "",
|
476
|
-
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedUserAllPolicies\n&Rp=1\n&Page=10\n&AttachType=1\n&TargetUin=
|
477
|
-
"output": "{\n \"Response\": {\n \"TotalNum\":
|
476
|
+
"input": "https://cam.tencentcloudapi.com/?Action=ListAttachedUserAllPolicies\n&Rp=1\n&Page=10\n&AttachType=1\n&TargetUin=100020328651\n&<公共请求参数>",
|
477
|
+
"output": "{\n \"Response\": {\n \"TotalNum\": 1,\n \"PolicyList\": [\n {\n \"AddTime\": \"2020-01-16 15:09:27\",\n \"CreateMode\": \"2\",\n \"Deactived\": 1,\n \"DeactivedDetail\": [\n \"consolesms\"\n ],\n \"Description\": \"短信(SMS)全读写访问权限\",\n \"Groups\": [\n {\n \"GroupId\": 93878,\n \"GroupName\": \"系统运维\"\n }\n ],\n \"PolicyId\": \"219064\",\n \"PolicyName\": \"QcloudSMSFullAccess\",\n \"StrategyType\": \"2\"\n }\n ],\n \"RequestId\": \"d369dabb-ebc9-4598-baae-e1177e9e3868\"\n }\n}",
|
478
478
|
"title": "列出用户关联的策略(包括随组关联)"
|
479
479
|
}
|
480
480
|
],
|
@@ -1516,7 +1516,7 @@
|
|
1516
1516
|
"example": "ZhiMei",
|
1517
1517
|
"member": "string",
|
1518
1518
|
"name": "VoiceType",
|
1519
|
-
"required":
|
1519
|
+
"required": false,
|
1520
1520
|
"type": "string"
|
1521
1521
|
},
|
1522
1522
|
{
|
@@ -1599,6 +1599,33 @@
|
|
1599
1599
|
"name": "EndFunctionDesc",
|
1600
1600
|
"required": false,
|
1601
1601
|
"type": "string"
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"disabled": false,
|
1605
|
+
"document": "用户多久没说话提示时长,最小10秒,默认10秒",
|
1606
|
+
"example": "10000",
|
1607
|
+
"member": "int64",
|
1608
|
+
"name": "NotifyDuration",
|
1609
|
+
"required": false,
|
1610
|
+
"type": "int"
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"disabled": false,
|
1614
|
+
"document": "用户NotifyDuration没说话,ai提示的语句,默认是\"抱歉,我没听清。您可以重复下吗?\"",
|
1615
|
+
"example": "抱歉,我没听清。您可以重复下吗?",
|
1616
|
+
"member": "string",
|
1617
|
+
"name": "NotifyMessage",
|
1618
|
+
"required": false,
|
1619
|
+
"type": "string"
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"disabled": false,
|
1623
|
+
"document": "和voiceType字段需要选填一个,这里是使用自己自定义的TTS,voiceType是系统内置的一些音色\n\ntencent TTS:\n{ \n \"TTSType\": \"tencent\", // String TTS类型, 目前支持\"tencent\" 和 “minixmax”, 其他的厂商支持中\n \"AppId\": \"您的应用ID\", // String 必填\n \"SecretId\": \"您的密钥ID\", // String 必填\n \"SecretKey\": \"您的密钥Key\", // String 必填\n \"VoiceType\": 101001, // Integer 必填,音色 ID,包括标准音色与精品音色,精品音色拟真度更高,价格不同于标准音色,请参见语音合成计费概述。完整的音色 ID 列表请参见语音合成音色列表。\n \"Speed\": 1.25, // Integer 非必填,语速,范围:[-2,6],分别对应不同语速: -2: 代表0.6倍 -1: 代表0.8倍 0: 代表1.0倍(默认) 1: 代表1.2倍 2: 代表1.5倍 6: 代表2.5倍 如果需要更细化的语速,可以保留小数点后 2 位,例如0.5/1.25/2.81等。 参数值与实际语速转换,可参考 语速转换\n \"Volume\": 5, // Integer 非必填,音量大小,范围:[0,10],分别对应11个等级的音量,默认值为0,代表正常音量。\n \"PrimaryLanguage\": 1, // Integer 可选 主要语言 1-中文(默认) 2-英文 3-日文\n \"FastVoiceType\": \"xxxx\" // 可选参数, 快速声音复刻的参数 \n }\n\n参考:https://cloud.tencent.com/document/product/1073/92668#55924b56-1a73-4663-a7a1-a8dd82d6e823 \n\nminimax TTS\n{\n \"TTSType\": \"minimax\", // String TTS类型, \n \"Model\": \"speech-01-turbo\",\n \"APIUrl\": \"https://api.minimax.chat/v1/t2a_v2\",\n \"APIKey\": \"eyxxxx\",\n \"GroupId\": \"181000000000000\",\n \"VoiceType\":\"female-tianmei-jingpin\",\n \"Speed\": 1.2\n}\n\n参考:https://platform.minimaxi.com/document/T2A%20V2?key=66719005a427f0c8a5701643 \n限频参考:https://platform.minimaxi.com/document/Rate%20limits?key=66b19417290299a26b234572 可能会导致回答卡顿\n\n\n\nvolcengine TTS\n{\n \"TTSType\": \"volcengine\", // 必填:String TTS类型\n \"AppId\" : \"xxxxxxxx\", // 必填:String 火山引擎分配的Appid\n \"Token\" : \"TY9d4sQXHxxxxxxx\", // 必填: String类型 火山引擎的访问token\n \"Speed\" : 1.0, // 可选参数 语速,默认为1.0\n \"Volume\": 1.0, // 可选参数, 音量大小, 默认为1.0\n \"Cluster\" : \"volcano_tts\", // 可选参数,业务集群, 默认是 volcano_tts\n \"VoiceType\" : \"zh_male_aojiaobazong_moon_bigtts\" // 音色类型, 默认为大模型语音合成的音色。 如果使用普通语音合成,则需要填写对应的音色类型。 音色类型填写错误会导致没有声音。\n}\n\n\n\n火山引擎音色类型参考:\nhttps://www.volcengine.com/docs/6561/162929 \n语音合成音色列表--语音技术-火山引擎\n大模型语音合成音色列表--语音技术-火山引擎\n\n\nAzure TTS\n{\n \"TTSType\": \"azure\", // 必填:String TTS类型\n \"SubscriptionKey\": \"xxxxxxxx\", // 必填:String 订阅的Key\n \"Region\": \"chinanorth3\", // 必填:String 订阅的地区\n \"VoiceName\": \"zh-CN-XiaoxiaoNeural\", // 必填:String 音色名必填\n \"Language\": \"zh-CN\", // 必填:String 合成的语言 \n \"Rate\": 1 // 选填:float 语速 0.5~2 默认为 1\n}\n\n参考:\nhttps://docs.azure.cn/zh-cn/ai-services/speech-service/speech-synthesis-markup-voice \n\n\n自定义 TTS \n{\n \"TTSType\": \"custom\", // String 必填\n \"APIKey\": \"ApiKey\", // String 必填 用来鉴权\n \"APIUrl\": \"http://0.0.0.0:8080/stream-audio\" // String,必填,TTS API URL\n \"AudioFormat\": \"wav\", // String, 非必填,期望输出的音频格式,如mp3, ogg_opus,pcm,wav,默认为 wav,目前只支持pcm和wav,\n \"SampleRate\": 16000, // Integer,非必填,音频采样率,默认为16000(16k),推荐值为16000\n \"AudioChannel\": 1, // Integer,非必填,音频通道数,取值:1 或 2 默认为1 \n}\n\n\n具体协议规范: \nhttps://doc.weixin.qq.com/doc/w3_ANQAiAbdAFwHILbJBmtSqSbV1WZ3L?scode=AJEAIQdfAAo5a1xajYANQAiAbdAFw \n\n\n",
|
1624
|
+
"example": "{ \t\"TTSType\": \"azure\", \t\"SubscriptionKey\": \"xxxxxxxx\", \t\"Region\": \"chinanorth3\", \t\"VoiceName\": \"zh-CN-XiaoxiaoNeural\", \t\"Language\": \"zh-CN\", \t\"Rate\": 1 }",
|
1625
|
+
"member": "string",
|
1626
|
+
"name": "CustomTTSConfig",
|
1627
|
+
"required": false,
|
1628
|
+
"type": "string"
|
1602
1629
|
}
|
1603
1630
|
],
|
1604
1631
|
"type": "object"
|
@@ -2371,6 +2371,15 @@
|
|
2371
2371
|
"required": true,
|
2372
2372
|
"type": "string"
|
2373
2373
|
},
|
2374
|
+
{
|
2375
|
+
"disabled": false,
|
2376
|
+
"document": "任务类型:\n0-不限制,或使用TypeFilters过滤;\n1-备份恢复(包括周期备份和一次性备份);\n2-数据迁移(包括跨集群迁移和cos迁移)\t",
|
2377
|
+
"example": "1",
|
2378
|
+
"member": "int64",
|
2379
|
+
"name": "ApplicationType",
|
2380
|
+
"required": false,
|
2381
|
+
"type": "int"
|
2382
|
+
},
|
2374
2383
|
{
|
2375
2384
|
"disabled": false,
|
2376
2385
|
"document": "分页大小",
|
@@ -2443,7 +2452,17 @@
|
|
2443
2452
|
},
|
2444
2453
|
"DescribeBackUpSchedulesRequest": {
|
2445
2454
|
"document": "DescribeBackUpSchedules请求参数结构体",
|
2446
|
-
"members": [
|
2455
|
+
"members": [
|
2456
|
+
{
|
2457
|
+
"disabled": false,
|
2458
|
+
"document": "任务类型\n0-不限制,或使用TypeFilters过滤;\n1-备份恢复(包括周期备份和一次性备份);\n2-数据迁移(包括跨集群迁移和cos迁移)",
|
2459
|
+
"example": "1",
|
2460
|
+
"member": "int64",
|
2461
|
+
"name": "ApplicationType",
|
2462
|
+
"required": false,
|
2463
|
+
"type": "int"
|
2464
|
+
}
|
2465
|
+
],
|
2447
2466
|
"type": "object"
|
2448
2467
|
},
|
2449
2468
|
"DescribeBackUpSchedulesResponse": {
|
@@ -470,6 +470,16 @@
|
|
470
470
|
"output_required": false,
|
471
471
|
"type": "bool",
|
472
472
|
"value_allowed_null": true
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"disabled": false,
|
476
|
+
"document": "对象类型ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
+
"example": "6",
|
478
|
+
"member": "int64",
|
479
|
+
"name": "ObjectTypeId",
|
480
|
+
"output_required": false,
|
481
|
+
"type": "int",
|
482
|
+
"value_allowed_null": true
|
473
483
|
}
|
474
484
|
],
|
475
485
|
"usage": "out"
|
@@ -3292,7 +3302,7 @@
|
|
3292
3302
|
{
|
3293
3303
|
"disabled": false,
|
3294
3304
|
"document": "0--未开始,1--正在归档,2--归档成功,3--归档失败",
|
3295
|
-
"example": "
|
3305
|
+
"example": "2",
|
3296
3306
|
"member": "int64",
|
3297
3307
|
"name": "ArchiveStage",
|
3298
3308
|
"output_required": false,
|
@@ -3308,6 +3318,16 @@
|
|
3308
3318
|
"output_required": false,
|
3309
3319
|
"type": "string",
|
3310
3320
|
"value_allowed_null": false
|
3321
|
+
},
|
3322
|
+
{
|
3323
|
+
"disabled": false,
|
3324
|
+
"document": "归档ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3325
|
+
"example": "cfg-uixxx",
|
3326
|
+
"member": "string",
|
3327
|
+
"name": "ArchiveUuid",
|
3328
|
+
"output_required": false,
|
3329
|
+
"type": "string",
|
3330
|
+
"value_allowed_null": true
|
3311
3331
|
}
|
3312
3332
|
],
|
3313
3333
|
"usage": "out"
|