tccli 3.0.1291.1__py2.py3-none-any.whl → 3.0.1293.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.
Files changed (78) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/antiddos/antiddos_client.py +7 -113
  6. tccli/services/antiddos/v20200309/api.json +41 -401
  7. tccli/services/antiddos/v20200309/examples.json +1 -17
  8. tccli/services/apm/v20210622/api.json +44 -44
  9. tccli/services/apm/v20210622/examples.json +5 -5
  10. tccli/services/batch/v20170312/api.json +165 -165
  11. tccli/services/batch/v20170312/examples.json +1 -1
  12. tccli/services/cam/v20190116/api.json +18 -18
  13. tccli/services/cdwch/v20200915/api.json +303 -219
  14. tccli/services/cdwch/v20200915/examples.json +18 -18
  15. tccli/services/cdwpg/v20201230/api.json +135 -128
  16. tccli/services/cdwpg/v20201230/examples.json +5 -5
  17. tccli/services/chc/__init__.py +4 -0
  18. tccli/services/chc/chc_client.py +2062 -0
  19. tccli/services/chc/v20230418/api.json +5728 -0
  20. tccli/services/chc/v20230418/examples.json +293 -0
  21. tccli/services/ckafka/v20190819/api.json +1049 -1039
  22. tccli/services/ckafka/v20190819/examples.json +1 -1
  23. tccli/services/cls/v20201016/api.json +310 -310
  24. tccli/services/cls/v20201016/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +7 -7
  27. tccli/services/dbbrain/v20210527/api.json +487 -15
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/domain/v20180808/api.json +2 -2
  30. tccli/services/ecdn/ecdn_client.py +7 -431
  31. tccli/services/ecdn/v20191012/api.json +0 -574
  32. tccli/services/ecdn/v20191012/examples.json +0 -64
  33. tccli/services/emr/v20190103/api.json +249 -13
  34. tccli/services/emr/v20190103/examples.json +2 -2
  35. tccli/services/ess/v20201111/api.json +12 -3
  36. tccli/services/essbasic/v20210526/api.json +9 -0
  37. tccli/services/gs/gs_client.py +1778 -29
  38. tccli/services/gs/v20191118/api.json +2618 -163
  39. tccli/services/gs/v20191118/examples.json +264 -0
  40. tccli/services/hai/v20230812/api.json +22 -22
  41. tccli/services/hunyuan/v20230901/api.json +13 -2
  42. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  43. tccli/services/iotexplorer/v20190423/api.json +72 -0
  44. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  45. tccli/services/iotvideoindustry/v20201201/api.json +75 -75
  46. tccli/services/iotvideoindustry/v20201201/examples.json +1 -1
  47. tccli/services/lke/lke_client.py +0 -53
  48. tccli/services/lke/v20231130/api.json +14 -57
  49. tccli/services/lke/v20231130/examples.json +2 -10
  50. tccli/services/lkeap/v20240522/api.json +1 -1
  51. tccli/services/memcached/v20190318/api.json +1 -1
  52. tccli/services/mmps/v20200710/api.json +12 -12
  53. tccli/services/monitor/monitor_client.py +57 -4
  54. tccli/services/monitor/v20180724/api.json +249 -0
  55. tccli/services/monitor/v20180724/examples.json +8 -0
  56. tccli/services/mqtt/v20240516/api.json +13 -13
  57. tccli/services/mqtt/v20240516/examples.json +1 -1
  58. tccli/services/redis/v20180412/api.json +2 -2
  59. tccli/services/svp/v20240125/api.json +3 -3
  60. tccli/services/svp/v20240125/examples.json +1 -1
  61. tccli/services/tchd/v20230306/api.json +5 -5
  62. tccli/services/tcr/v20190924/api.json +22 -22
  63. tccli/services/tdmq/v20200217/api.json +267 -267
  64. tccli/services/teo/teo_client.py +53 -0
  65. tccli/services/teo/v20220901/api.json +50 -7
  66. tccli/services/teo/v20220901/examples.json +8 -0
  67. tccli/services/thpc/v20220401/api.json +9 -9
  68. tccli/services/thpc/v20230321/api.json +59 -47
  69. tccli/services/tione/v20211111/api.json +40 -1
  70. tccli/services/tke/v20180525/api.json +29 -29
  71. tccli/services/vpc/v20170312/api.json +1 -1
  72. tccli/services/wedata/v20210820/api.json +227 -13
  73. tccli/services/wedata/v20210820/examples.json +2 -8
  74. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/RECORD +78 -74
  76. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/WHEEL +0 -0
  77. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/entry_points.txt +0 -0
  78. {tccli-3.0.1291.1.dist-info → tccli-3.0.1293.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "document": "",
86
86
  "input": "https://batch.tencentcloudapi.com/?Action=DescribeComputeEnvCreateInfo\n&EnvId=env-lcpcej85\n&<公共请求参数>",
87
- "output": "{\n \"Response\": {\n \"EnvId\": \"env-qleawxzt\",\n \"EnvType\": \"MANAGED\",\n \"DesiredComputeNodeCount\": 2,\n \"MountDataDisks\": [\n {\n \"FileSystemType\": \"xx\",\n \"LocalPath\": \"xx\"\n }\n ],\n \"EnvName\": \"test compute env\",\n \"EnvDescription\": \"test compute env\",\n \"InputMappings\": [\n {\n \"SourcePath\": \"cos://bucket-appid.cos.ap-hongkong.myqcloud.com/\",\n \"DestinationPath\": \"/mnt/disk/\"\n },\n {\n \"SourcePath\": \"cos://bucket-appid.cos.ap-hongkong.myqcloud.com/test/\",\n \"DestinationPath\": \"/mnt/input/\"\n }\n ],\n \"Notifications\": [\n {\n \"TopicName\": \"topic name\",\n \"EventConfigs\": [\n {\n \"EventName\": \"ComputeEnvCreated\",\n \"EventVars\": [\n {\n \"Name\": \"name1\",\n \"Value\": \"value1\"\n },\n {\n \"Name\": \"name2\",\n \"Value\": \"value2\"\n }\n ]\n }\n ]\n }\n ],\n \"EnvData\": {\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-8axej2jc\",\n \"VpcId\": \"vpc-cg18la4l\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_BASIC\"\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": \"TRUE\",\n \"InternetMaxBandwidthOut\": 50\n },\n \"ImageId\": \"img-bd78fy2t\",\n \"InstanceType\": \"S1.SMALL2\",\n \"DataDisks\": [\n {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_BASIC\"\n }\n ]\n },\n \"Tags\": [\n {\n \"Key\": \"batch-test-tag-env-key\",\n \"Value\": \"batch-test-tag-env-value1\"\n }\n ],\n \"Authentications\": [\n {\n \"SecretKey\": \"xx\",\n \"SecretId\": \"xx\",\n \"Scene\": \"xx\"\n }\n ],\n \"RequestId\": \"578f3fae-6908-4521-ac07-17c2cffcd5ae\"\n }\n}",
87
+ "output": "{\n \"Response\": {\n \"RequestId\": \"578f3fae-6908-4521-ac07-17c2cffcd5ae\",\n \"EnvId\": \"env-lcx7qbbr\",\n \"Notifications\": [\n {\n \"EventConfigs\": [\n {\n \"EventName\": \"COMPUTE_ENV_CREATED_SUCCESS\",\n \"EventVars\": [\n {\n \"Name\": \"COMPUTE_ENV_CREATED_SUCCESS\",\n \"Value\": \"COMPUTE_ENV_CREATED_SUCCESS\"\n }\n ]\n }\n ],\n \"TopicName\": \"compute-env-topic\"\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"demo-tag\",\n \"Key\": \"demo-env1\"\n }\n ],\n \"Authentications\": [\n {\n \"SecretKey\": \"AKIDUdi1************9ThAzpuXIjNx\",\n \"SecretId\": \"Udi16***********Q9ThAzpuXIjN\",\n \"Scene\": \"COS\"\n }\n ],\n \"EnvData\": {\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-23syenxk\",\n \"AsVpcGateway\": true,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-1xnwrxw2\",\n \"PrivateIpAddresses\": [\n \"10.10.2.29\"\n ]\n },\n \"LoginSettings\": {\n \"Password\": \"Aa12**5678\",\n \"KeepImageLogin\": \"True\",\n \"KeyIds\": [\n \"Qa123\"\n ]\n },\n \"InstanceMarketOptions\": {\n \"SpotOptions\": {\n \"SpotInstanceType\": \"one-time\",\n \"MaxPrice\": \"1\"\n },\n \"MarketType\": \"spot\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 0,\n \"CdcId\": \"1\",\n \"DiskId\": \"disk-sdfk23nw\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"InstanceTypes\": [\n \"S5.SMALL2\"\n ],\n \"Zones\": [\n \"ap-guangzhou-2\"\n ],\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n },\n \"AutomationService\": {\n \"Enabled\": true\n }\n },\n \"SecurityGroupIds\": [\n \"sg-1234t1\"\n ],\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"POSTPAID_BY_HOUR\",\n \"BandwidthPackageId\": \"dcaew\",\n \"InternetMaxBandwidthOut\": 0\n },\n \"VirtualPrivateClouds\": [\n {\n \"SubnetId\": \"subnet-23syenxk\",\n \"AsVpcGateway\": true,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-1xnwrxw2\",\n \"PrivateIpAddresses\": [\n \"10.10.2.29\"\n ]\n }\n ],\n \"ImageId\": \"img-3sdke3x2\",\n \"InstanceName\": \"test-env\",\n \"InstanceType\": \"S5.SMALL2\",\n \"InstanceTypeOptions\": {\n \"Memory\": 1,\n \"CPU\": 1,\n \"InstanceCategories\": [\n \"ALL\"\n ]\n },\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"2\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": \"kms-213k73kx\",\n \"DiskSize\": 0,\n \"SnapshotId\": \"snap-fsdekxe2\",\n \"DiskId\": \"disk-ecqwbck\"\n }\n ]\n },\n \"EnvDescription\": \"test-env\",\n \"MountDataDisks\": [\n {\n \"FileSystemType\": \"EXT4\",\n \"LocalPath\": \"/mnt\"\n }\n ],\n \"DesiredComputeNodeCount\": 1,\n \"EnvName\": \"test-env\",\n \"InputMappings\": [\n {\n \"SourcePath\": \"cos://test-1111123424.cos.ap-guangzhou.myqcloud.com/batchtest/input/\",\n \"DestinationPath\": \"/opt/data\",\n \"MountOptionParameter\": \"\"\n }\n ],\n \"EnvType\": \"MANAGED\"\n }\n}",
88
88
  "title": "查看计算环境的创建信息"
89
89
  }
90
90
  ],
@@ -1323,90 +1323,90 @@
1323
1323
  {
1324
1324
  "disabled": false,
1325
1325
  "document": "策略ID",
1326
- "example": "",
1326
+ "example": "219064",
1327
1327
  "member": "string",
1328
1328
  "name": "PolicyId",
1329
- "required": true,
1329
+ "output_required": true,
1330
1330
  "type": "string",
1331
1331
  "value_allowed_null": false
1332
1332
  },
1333
1333
  {
1334
1334
  "disabled": false,
1335
1335
  "document": "策略名",
1336
- "example": "",
1336
+ "example": "QcloudSMSFullAccess",
1337
1337
  "member": "string",
1338
1338
  "name": "PolicyName",
1339
- "required": true,
1339
+ "output_required": true,
1340
1340
  "type": "string",
1341
1341
  "value_allowed_null": false
1342
1342
  },
1343
1343
  {
1344
1344
  "disabled": false,
1345
1345
  "document": "策略描述",
1346
- "example": "",
1346
+ "example": "短信(SMS)全读写访问权限",
1347
1347
  "member": "string",
1348
1348
  "name": "Description",
1349
- "required": true,
1349
+ "output_required": true,
1350
1350
  "type": "string",
1351
1351
  "value_allowed_null": false
1352
1352
  },
1353
1353
  {
1354
1354
  "disabled": false,
1355
1355
  "document": "创建时间",
1356
- "example": "",
1356
+ "example": "2020-01-16 15:09:27",
1357
1357
  "member": "string",
1358
1358
  "name": "AddTime",
1359
- "required": true,
1359
+ "output_required": true,
1360
1360
  "type": "string",
1361
1361
  "value_allowed_null": false
1362
1362
  },
1363
1363
  {
1364
1364
  "disabled": false,
1365
1365
  "document": "策略类型(1表示自定义策略,2表示预设策略)",
1366
- "example": "",
1366
+ "example": "2",
1367
1367
  "member": "string",
1368
1368
  "name": "StrategyType",
1369
- "required": true,
1369
+ "output_required": true,
1370
1370
  "type": "string",
1371
1371
  "value_allowed_null": false
1372
1372
  },
1373
1373
  {
1374
1374
  "disabled": false,
1375
1375
  "document": "创建模式(1表示按产品或项目权限创建的策略,其他表示策略语法创建的策略)",
1376
- "example": "",
1376
+ "example": "2",
1377
1377
  "member": "string",
1378
1378
  "name": "CreateMode",
1379
- "required": true,
1379
+ "output_required": true,
1380
1380
  "type": "string",
1381
1381
  "value_allowed_null": false
1382
1382
  },
1383
1383
  {
1384
1384
  "disabled": false,
1385
1385
  "document": "随组关联信息\n注意:此字段可能返回 null,表示取不到有效值。",
1386
- "example": "",
1386
+ "example": "[{\"GroupId\":93878,\"GroupName\":\"系统运维\"}]",
1387
1387
  "member": "AttachedUserPolicyGroupInfo",
1388
1388
  "name": "Groups",
1389
- "required": true,
1389
+ "output_required": true,
1390
1390
  "type": "list",
1391
1391
  "value_allowed_null": true
1392
1392
  },
1393
1393
  {
1394
1394
  "disabled": false,
1395
1395
  "document": "是否已下线(0:否 1:是)\n注意:此字段可能返回 null,表示取不到有效值。",
1396
- "example": "",
1396
+ "example": "1",
1397
1397
  "member": "uint64",
1398
1398
  "name": "Deactived",
1399
- "required": true,
1399
+ "output_required": true,
1400
1400
  "type": "int",
1401
1401
  "value_allowed_null": true
1402
1402
  },
1403
1403
  {
1404
1404
  "disabled": false,
1405
1405
  "document": "已下线的产品列表\n注意:此字段可能返回 null,表示取不到有效值。",
1406
- "example": "",
1406
+ "example": "[\"consolesms\"]",
1407
1407
  "member": "string",
1408
1408
  "name": "DeactivedDetail",
1409
- "required": true,
1409
+ "output_required": true,
1410
1410
  "type": "list",
1411
1411
  "value_allowed_null": true
1412
1412
  }