tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
112
112
  "output": "CreateRocketMQTopicResponse",
113
113
  "status": "online"
114
114
  },
115
+ "CreateRocketMQVipInstance": {
116
+ "document": "创建RocketMQ专享实例",
117
+ "input": "CreateRocketMQVipInstanceRequest",
118
+ "name": "创建RocketMQ专享实例",
119
+ "output": "CreateRocketMQVipInstanceResponse",
120
+ "status": "online"
121
+ },
115
122
  "CreateRole": {
116
123
  "document": "创建角色",
117
124
  "input": "CreateRoleRequest",
@@ -3487,6 +3494,97 @@
3487
3494
  ],
3488
3495
  "type": "object"
3489
3496
  },
3497
+ "CreateRocketMQVipInstanceRequest": {
3498
+ "document": "CreateRocketMQVipInstance请求参数结构体",
3499
+ "members": [
3500
+ {
3501
+ "disabled": false,
3502
+ "document": "实例名称",
3503
+ "example": "无",
3504
+ "member": "string",
3505
+ "name": "Name",
3506
+ "required": true,
3507
+ "type": "string"
3508
+ },
3509
+ {
3510
+ "disabled": false,
3511
+ "document": "实例规格:\n基础型,rocket-vip-basic-1\n标准型,rocket-vip-basic-2\n高阶Ⅰ型,rocket-vip-basic-3\n高阶Ⅱ型,rocket-vip-basic-4",
3512
+ "example": "无",
3513
+ "member": "string",
3514
+ "name": "Spec",
3515
+ "required": true,
3516
+ "type": "string"
3517
+ },
3518
+ {
3519
+ "disabled": false,
3520
+ "document": "节点数量,最小2,最大20",
3521
+ "example": "无",
3522
+ "member": "int64",
3523
+ "name": "NodeCount",
3524
+ "required": true,
3525
+ "type": "int"
3526
+ },
3527
+ {
3528
+ "disabled": false,
3529
+ "document": "单节点存储空间,GB为单位,最低200GB",
3530
+ "example": "无",
3531
+ "member": "int64",
3532
+ "name": "StorageSize",
3533
+ "required": true,
3534
+ "type": "int"
3535
+ },
3536
+ {
3537
+ "disabled": false,
3538
+ "document": "节点部署的区域ID列表,如广州一区,则是100001,具体可查询腾讯云官网",
3539
+ "example": "无",
3540
+ "member": "string",
3541
+ "name": "ZoneIds",
3542
+ "required": true,
3543
+ "type": "list"
3544
+ },
3545
+ {
3546
+ "disabled": false,
3547
+ "document": "VPC信息",
3548
+ "example": "无",
3549
+ "member": "VpcInfo",
3550
+ "name": "VpcInfo",
3551
+ "required": true,
3552
+ "type": "object"
3553
+ },
3554
+ {
3555
+ "disabled": false,
3556
+ "document": "购买时长,月为单位",
3557
+ "example": "无",
3558
+ "member": "int64",
3559
+ "name": "TimeSpan",
3560
+ "required": true,
3561
+ "type": "int"
3562
+ }
3563
+ ],
3564
+ "type": "object"
3565
+ },
3566
+ "CreateRocketMQVipInstanceResponse": {
3567
+ "document": "CreateRocketMQVipInstance返回参数结构体",
3568
+ "members": [
3569
+ {
3570
+ "disabled": false,
3571
+ "document": "集群ID",
3572
+ "example": "无",
3573
+ "member": "string",
3574
+ "name": "ClusterId",
3575
+ "output_required": true,
3576
+ "type": "string",
3577
+ "value_allowed_null": false
3578
+ },
3579
+ {
3580
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3581
+ "member": "string",
3582
+ "name": "RequestId",
3583
+ "type": "string"
3584
+ }
3585
+ ],
3586
+ "type": "object"
3587
+ },
3490
3588
  "CreateRoleRequest": {
3491
3589
  "document": "CreateRole请求参数结构体",
3492
3590
  "members": [
@@ -13986,6 +14084,34 @@
13986
14084
  }
13987
14085
  ],
13988
14086
  "usage": "both"
14087
+ },
14088
+ "VpcInfo": {
14089
+ "document": "vpc信息(由UniqVpcId和UniqSubnetId组成)",
14090
+ "members": [
14091
+ {
14092
+ "default": "",
14093
+ "disabled": false,
14094
+ "document": "vpc信息",
14095
+ "example": "vpc-9dlrd5h1",
14096
+ "member": "string",
14097
+ "name": "VpcId",
14098
+ "required": true,
14099
+ "type": "string",
14100
+ "value_allowed_null": false
14101
+ },
14102
+ {
14103
+ "default": "",
14104
+ "disabled": false,
14105
+ "document": "子网信息",
14106
+ "example": "subnet-jadmas",
14107
+ "member": "string",
14108
+ "name": "SubnetId",
14109
+ "required": true,
14110
+ "type": "string",
14111
+ "value_allowed_null": false
14112
+ }
14113
+ ],
14114
+ "usage": "both"
13989
14115
  }
13990
14116
  },
13991
14117
  "version": "1.0"
@@ -140,6 +140,14 @@
140
140
  "title": "创建主题"
141
141
  }
142
142
  ],
143
+ "CreateRocketMQVipInstance": [
144
+ {
145
+ "document": "购买RocketMQ专享实例",
146
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRocketMQVipInstance\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"Spec\": \"rocket-vip-basic-1\",\n \"NodeCount\": 1,\n \"StorageSize\": 0,\n \"ZoneIds\": [\n \"100001\"\n ],\n \"VpcInfo\": {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\"\n },\n \"TimeSpan\": 1\n}",
147
+ "output": "{\n \"Response\": {\n \"ClusterId\": \"rocketmq-xxxx\",\n \"RequestId\": \"abc\"\n }\n}",
148
+ "title": "购买RocketMQ专享实例"
149
+ }
150
+ ],
143
151
  "CreateRole": [
144
152
  {
145
153
  "document": "创建角色",
@@ -1244,7 +1244,7 @@
1244
1244
  "example": "zone-xxx",
1245
1245
  "member": "string",
1246
1246
  "name": "ZoneId",
1247
- "required": true,
1247
+ "output_required": true,
1248
1248
  "type": "string",
1249
1249
  "value_allowed_null": false
1250
1250
  },
@@ -1254,7 +1254,7 @@
1254
1254
  "example": "123.com",
1255
1255
  "member": "string",
1256
1256
  "name": "ZoneName",
1257
- "required": true,
1257
+ "output_required": true,
1258
1258
  "type": "string",
1259
1259
  "value_allowed_null": false
1260
1260
  },
@@ -1264,7 +1264,7 @@
1264
1264
  "example": "proxy-xxx",
1265
1265
  "member": "string",
1266
1266
  "name": "ProxyId",
1267
- "required": false,
1267
+ "output_required": true,
1268
1268
  "type": "string",
1269
1269
  "value_allowed_null": false
1270
1270
  },
@@ -1274,7 +1274,7 @@
1274
1274
  "example": "a proxy",
1275
1275
  "member": "string",
1276
1276
  "name": "ProxyName",
1277
- "required": true,
1277
+ "output_required": true,
1278
1278
  "type": "string",
1279
1279
  "value_allowed_null": false
1280
1280
  },
@@ -1284,7 +1284,7 @@
1284
1284
  "example": "hostname",
1285
1285
  "member": "string",
1286
1286
  "name": "ProxyType",
1287
- "required": true,
1287
+ "output_required": true,
1288
1288
  "type": "string",
1289
1289
  "value_allowed_null": false
1290
1290
  },
@@ -1294,7 +1294,7 @@
1294
1294
  "example": "ip",
1295
1295
  "member": "string",
1296
1296
  "name": "PlatType",
1297
- "required": true,
1297
+ "output_required": true,
1298
1298
  "type": "string",
1299
1299
  "value_allowed_null": false
1300
1300
  },
@@ -1304,7 +1304,7 @@
1304
1304
  "example": "mainland",
1305
1305
  "member": "string",
1306
1306
  "name": "Area",
1307
- "required": true,
1307
+ "output_required": true,
1308
1308
  "type": "string",
1309
1309
  "value_allowed_null": false
1310
1310
  },
@@ -1314,7 +1314,7 @@
1314
1314
  "example": "1",
1315
1315
  "member": "int64",
1316
1316
  "name": "SecurityType",
1317
- "required": true,
1317
+ "output_required": true,
1318
1318
  "type": "int",
1319
1319
  "value_allowed_null": false
1320
1320
  },
@@ -1324,7 +1324,7 @@
1324
1324
  "example": "1",
1325
1325
  "member": "int64",
1326
1326
  "name": "AccelerateType",
1327
- "required": true,
1327
+ "output_required": true,
1328
1328
  "type": "int",
1329
1329
  "value_allowed_null": false
1330
1330
  },
@@ -1334,7 +1334,7 @@
1334
1334
  "example": "3600",
1335
1335
  "member": "uint64",
1336
1336
  "name": "SessionPersistTime",
1337
- "required": true,
1337
+ "output_required": true,
1338
1338
  "type": "int",
1339
1339
  "value_allowed_null": false
1340
1340
  },
@@ -1344,7 +1344,7 @@
1344
1344
  "example": "online",
1345
1345
  "member": "string",
1346
1346
  "name": "Status",
1347
- "required": true,
1347
+ "output_required": true,
1348
1348
  "type": "string",
1349
1349
  "value_allowed_null": false
1350
1350
  },
@@ -1354,7 +1354,7 @@
1354
1354
  "example": "recover",
1355
1355
  "member": "string",
1356
1356
  "name": "BanStatus",
1357
- "required": true,
1357
+ "output_required": true,
1358
1358
  "type": "string",
1359
1359
  "value_allowed_null": false
1360
1360
  },
@@ -1364,7 +1364,7 @@
1364
1364
  "example": "[]",
1365
1365
  "member": "string",
1366
1366
  "name": "ScheduleValue",
1367
- "required": true,
1367
+ "output_required": true,
1368
1368
  "type": "list",
1369
1369
  "value_allowed_null": false
1370
1370
  },
@@ -1374,7 +1374,7 @@
1374
1374
  "example": "edge-xxx",
1375
1375
  "member": "string",
1376
1376
  "name": "HostId",
1377
- "required": true,
1377
+ "output_required": true,
1378
1378
  "type": "string",
1379
1379
  "value_allowed_null": false
1380
1380
  },
@@ -1384,7 +1384,7 @@
1384
1384
  "example": "无",
1385
1385
  "member": "Ipv6",
1386
1386
  "name": "Ipv6",
1387
- "required": true,
1387
+ "output_required": true,
1388
1388
  "type": "object",
1389
1389
  "value_allowed_null": false
1390
1390
  },
@@ -1394,7 +1394,7 @@
1394
1394
  "example": "2014-08-03T12:00:00+08:00",
1395
1395
  "member": "datetime_iso",
1396
1396
  "name": "UpdateTime",
1397
- "required": true,
1397
+ "output_required": true,
1398
1398
  "type": "string",
1399
1399
  "value_allowed_null": false
1400
1400
  },
@@ -1404,7 +1404,7 @@
1404
1404
  "example": "无",
1405
1405
  "member": "ApplicationProxyRule",
1406
1406
  "name": "ApplicationProxyRules",
1407
- "required": true,
1407
+ "output_required": true,
1408
1408
  "type": "list",
1409
1409
  "value_allowed_null": false
1410
1410
  },
@@ -1414,7 +1414,7 @@
1414
1414
  "example": "无",
1415
1415
  "member": "AccelerateMainland",
1416
1416
  "name": "AccelerateMainland",
1417
- "required": false,
1417
+ "output_required": true,
1418
1418
  "type": "object",
1419
1419
  "value_allowed_null": false
1420
1420
  }