tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.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/examples/apigateway/v20180808/DescribeService.md +1 -0
- tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
- tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
- tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
- tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
- tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
- tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
- tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
- tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
- tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
- tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
- tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
- tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
- tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
- tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
- tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
- tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
- tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
- tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
- tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
- tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
- tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
- tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
- tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
- tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
- tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
- tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
- tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
- tccli/examples/waf/v20180125/DescribeSession.md +51 -0
- tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
- tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
- tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
- tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
- tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
- tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
- tccli/examples/waf/v20180125/UpsertSession.md +25 -0
- tccli/services/apigateway/v20180808/api.json +22 -2
- tccli/services/apigateway/v20180808/examples.json +1 -1
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bma/v20221115/api.json +27 -6
- tccli/services/bma/v20221115/examples.json +2 -2
- tccli/services/cdwch/cdwch_client.py +278 -66
- tccli/services/cdwch/v20200915/api.json +314 -1
- tccli/services/cdwch/v20200915/examples.json +33 -1
- tccli/services/cfw/v20190904/api.json +3 -0
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +83 -15
- tccli/services/csip/v20221121/api.json +24 -12
- tccli/services/csip/v20221121/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +4 -4
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +20 -2
- tccli/services/cynosdb/v20190107/api.json +3 -3
- tccli/services/dbbrain/v20210527/api.json +53 -33
- tccli/services/dsgc/dsgc_client.py +106 -0
- tccli/services/dsgc/v20190723/api.json +414 -46
- tccli/services/dsgc/v20190723/examples.json +18 -2
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +26 -7
- tccli/services/faceid/v20180301/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -0
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +122 -36
- tccli/services/trtc/v20190722/api.json +3 -3
- tccli/services/tsf/v20180326/api.json +26 -8
- tccli/services/vod/v20180717/api.json +57 -11
- tccli/services/vpc/v20170312/api.json +155 -18
- tccli/services/vpc/v20170312/examples.json +19 -3
- tccli/services/vpc/vpc_client.py +195 -89
- tccli/services/waf/v20180125/api.json +2671 -582
- tccli/services/waf/v20180125/examples.json +202 -0
- tccli/services/waf/waf_client.py +1365 -305
- tccli/services/wedata/v20210820/api.json +40 -30
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
@@ -9263,7 +9263,7 @@
|
|
9263
9263
|
"example": "无",
|
9264
9264
|
"member": "string",
|
9265
9265
|
"name": "DatabaseName",
|
9266
|
-
"
|
9266
|
+
"output_required": true,
|
9267
9267
|
"type": "string",
|
9268
9268
|
"value_allowed_null": true
|
9269
9269
|
},
|
@@ -9273,7 +9273,7 @@
|
|
9273
9273
|
"example": "Desc",
|
9274
9274
|
"member": "string",
|
9275
9275
|
"name": "Description",
|
9276
|
-
"
|
9276
|
+
"output_required": true,
|
9277
9277
|
"type": "string",
|
9278
9278
|
"value_allowed_null": true
|
9279
9279
|
},
|
@@ -9283,7 +9283,7 @@
|
|
9283
9283
|
"example": "1",
|
9284
9284
|
"member": "uint64",
|
9285
9285
|
"name": "ID",
|
9286
|
-
"
|
9286
|
+
"output_required": true,
|
9287
9287
|
"type": "int",
|
9288
9288
|
"value_allowed_null": true
|
9289
9289
|
},
|
@@ -9293,7 +9293,7 @@
|
|
9293
9293
|
"example": "uuid",
|
9294
9294
|
"member": "string",
|
9295
9295
|
"name": "Instance",
|
9296
|
-
"
|
9296
|
+
"output_required": true,
|
9297
9297
|
"type": "string",
|
9298
9298
|
"value_allowed_null": true
|
9299
9299
|
},
|
@@ -9303,7 +9303,7 @@
|
|
9303
9303
|
"example": "test",
|
9304
9304
|
"member": "string",
|
9305
9305
|
"name": "Name",
|
9306
|
-
"
|
9306
|
+
"output_required": true,
|
9307
9307
|
"type": "string",
|
9308
9308
|
"value_allowed_null": true
|
9309
9309
|
},
|
@@ -9313,7 +9313,7 @@
|
|
9313
9313
|
"example": "beijing",
|
9314
9314
|
"member": "string",
|
9315
9315
|
"name": "Region",
|
9316
|
-
"
|
9316
|
+
"output_required": true,
|
9317
9317
|
"type": "string",
|
9318
9318
|
"value_allowed_null": true
|
9319
9319
|
},
|
@@ -9323,7 +9323,7 @@
|
|
9323
9323
|
"example": "MYSQL",
|
9324
9324
|
"member": "string",
|
9325
9325
|
"name": "Type",
|
9326
|
-
"
|
9326
|
+
"output_required": true,
|
9327
9327
|
"type": "string",
|
9328
9328
|
"value_allowed_null": true
|
9329
9329
|
},
|
@@ -9333,7 +9333,7 @@
|
|
9333
9333
|
"example": "1",
|
9334
9334
|
"member": "string",
|
9335
9335
|
"name": "ClusterId",
|
9336
|
-
"
|
9336
|
+
"output_required": true,
|
9337
9337
|
"type": "string",
|
9338
9338
|
"value_allowed_null": true
|
9339
9339
|
},
|
@@ -9343,7 +9343,7 @@
|
|
9343
9343
|
"example": "87654321345678",
|
9344
9344
|
"member": "uint64",
|
9345
9345
|
"name": "AppId",
|
9346
|
-
"
|
9346
|
+
"output_required": true,
|
9347
9347
|
"type": "int",
|
9348
9348
|
"value_allowed_null": true
|
9349
9349
|
},
|
@@ -9353,7 +9353,7 @@
|
|
9353
9353
|
"example": "{\"key\":\"value\"}",
|
9354
9354
|
"member": "string",
|
9355
9355
|
"name": "BizParams",
|
9356
|
-
"
|
9356
|
+
"output_required": true,
|
9357
9357
|
"type": "string",
|
9358
9358
|
"value_allowed_null": true
|
9359
9359
|
},
|
@@ -9363,7 +9363,7 @@
|
|
9363
9363
|
"example": "DB",
|
9364
9364
|
"member": "string",
|
9365
9365
|
"name": "Category",
|
9366
|
-
"
|
9366
|
+
"output_required": true,
|
9367
9367
|
"type": "string",
|
9368
9368
|
"value_allowed_null": true
|
9369
9369
|
},
|
@@ -9373,7 +9373,7 @@
|
|
9373
9373
|
"example": "test",
|
9374
9374
|
"member": "string",
|
9375
9375
|
"name": "Display",
|
9376
|
-
"
|
9376
|
+
"output_required": true,
|
9377
9377
|
"type": "string",
|
9378
9378
|
"value_allowed_null": true
|
9379
9379
|
},
|
@@ -9383,7 +9383,7 @@
|
|
9383
9383
|
"example": "1",
|
9384
9384
|
"member": "string",
|
9385
9385
|
"name": "OwnerAccount",
|
9386
|
-
"
|
9386
|
+
"output_required": true,
|
9387
9387
|
"type": "string",
|
9388
9388
|
"value_allowed_null": true
|
9389
9389
|
},
|
@@ -9393,7 +9393,7 @@
|
|
9393
9393
|
"example": "{\"key\":\"value\"}",
|
9394
9394
|
"member": "string",
|
9395
9395
|
"name": "Params",
|
9396
|
-
"
|
9396
|
+
"output_required": true,
|
9397
9397
|
"type": "string",
|
9398
9398
|
"value_allowed_null": true
|
9399
9399
|
},
|
@@ -9403,7 +9403,7 @@
|
|
9403
9403
|
"example": "1",
|
9404
9404
|
"member": "uint64",
|
9405
9405
|
"name": "Status",
|
9406
|
-
"
|
9406
|
+
"output_required": true,
|
9407
9407
|
"type": "int",
|
9408
9408
|
"value_allowed_null": true
|
9409
9409
|
},
|
@@ -9413,7 +9413,7 @@
|
|
9413
9413
|
"example": "admin",
|
9414
9414
|
"member": "string",
|
9415
9415
|
"name": "OwnerAccountName",
|
9416
|
-
"
|
9416
|
+
"output_required": true,
|
9417
9417
|
"type": "string",
|
9418
9418
|
"value_allowed_null": true
|
9419
9419
|
},
|
@@ -9423,7 +9423,7 @@
|
|
9423
9423
|
"example": "emr-7ih89qvf",
|
9424
9424
|
"member": "string",
|
9425
9425
|
"name": "ClusterName",
|
9426
|
-
"
|
9426
|
+
"output_required": true,
|
9427
9427
|
"type": "string",
|
9428
9428
|
"value_allowed_null": true
|
9429
9429
|
},
|
@@ -9433,7 +9433,7 @@
|
|
9433
9433
|
"example": "1",
|
9434
9434
|
"member": "string",
|
9435
9435
|
"name": "OwnerProjectId",
|
9436
|
-
"
|
9436
|
+
"output_required": true,
|
9437
9437
|
"type": "string",
|
9438
9438
|
"value_allowed_null": true
|
9439
9439
|
},
|
@@ -9443,7 +9443,7 @@
|
|
9443
9443
|
"example": "test",
|
9444
9444
|
"member": "string",
|
9445
9445
|
"name": "OwnerProjectName",
|
9446
|
-
"
|
9446
|
+
"output_required": true,
|
9447
9447
|
"type": "string",
|
9448
9448
|
"value_allowed_null": true
|
9449
9449
|
},
|
@@ -9453,7 +9453,7 @@
|
|
9453
9453
|
"example": "test_ident",
|
9454
9454
|
"member": "string",
|
9455
9455
|
"name": "OwnerProjectIdent",
|
9456
|
-
"
|
9456
|
+
"output_required": true,
|
9457
9457
|
"type": "string",
|
9458
9458
|
"value_allowed_null": true
|
9459
9459
|
},
|
@@ -9463,7 +9463,7 @@
|
|
9463
9463
|
"example": "test",
|
9464
9464
|
"member": "string",
|
9465
9465
|
"name": "AuthorityProjectName",
|
9466
|
-
"
|
9466
|
+
"output_required": true,
|
9467
9467
|
"type": "string",
|
9468
9468
|
"value_allowed_null": true
|
9469
9469
|
},
|
@@ -9473,7 +9473,7 @@
|
|
9473
9473
|
"example": "a",
|
9474
9474
|
"member": "string",
|
9475
9475
|
"name": "AuthorityUserName",
|
9476
|
-
"
|
9476
|
+
"output_required": true,
|
9477
9477
|
"type": "string",
|
9478
9478
|
"value_allowed_null": true
|
9479
9479
|
},
|
@@ -9483,7 +9483,7 @@
|
|
9483
9483
|
"example": "true",
|
9484
9484
|
"member": "bool",
|
9485
9485
|
"name": "Edit",
|
9486
|
-
"
|
9486
|
+
"output_required": true,
|
9487
9487
|
"type": "bool",
|
9488
9488
|
"value_allowed_null": true
|
9489
9489
|
},
|
@@ -9493,7 +9493,7 @@
|
|
9493
9493
|
"example": "true",
|
9494
9494
|
"member": "bool",
|
9495
9495
|
"name": "Author",
|
9496
|
-
"
|
9496
|
+
"output_required": true,
|
9497
9497
|
"type": "bool",
|
9498
9498
|
"value_allowed_null": true
|
9499
9499
|
},
|
@@ -9503,7 +9503,7 @@
|
|
9503
9503
|
"example": "true",
|
9504
9504
|
"member": "bool",
|
9505
9505
|
"name": "Deliver",
|
9506
|
-
"
|
9506
|
+
"output_required": true,
|
9507
9507
|
"type": "bool",
|
9508
9508
|
"value_allowed_null": true
|
9509
9509
|
},
|
@@ -9513,7 +9513,7 @@
|
|
9513
9513
|
"example": "Available",
|
9514
9514
|
"member": "string",
|
9515
9515
|
"name": "DataSourceStatus",
|
9516
|
-
"
|
9516
|
+
"output_required": true,
|
9517
9517
|
"type": "string",
|
9518
9518
|
"value_allowed_null": true
|
9519
9519
|
},
|
@@ -9523,7 +9523,7 @@
|
|
9523
9523
|
"example": "123",
|
9524
9524
|
"member": "int64",
|
9525
9525
|
"name": "CreateTime",
|
9526
|
-
"
|
9526
|
+
"output_required": true,
|
9527
9527
|
"type": "int",
|
9528
9528
|
"value_allowed_null": true
|
9529
9529
|
},
|
@@ -9533,7 +9533,7 @@
|
|
9533
9533
|
"example": "123",
|
9534
9534
|
"member": "string",
|
9535
9535
|
"name": "ParamsString",
|
9536
|
-
"
|
9536
|
+
"output_required": true,
|
9537
9537
|
"type": "string",
|
9538
9538
|
"value_allowed_null": true
|
9539
9539
|
},
|
@@ -9543,7 +9543,7 @@
|
|
9543
9543
|
"example": "123",
|
9544
9544
|
"member": "string",
|
9545
9545
|
"name": "BizParamsString",
|
9546
|
-
"
|
9546
|
+
"output_required": true,
|
9547
9547
|
"type": "string",
|
9548
9548
|
"value_allowed_null": true
|
9549
9549
|
},
|
@@ -9553,9 +9553,19 @@
|
|
9553
9553
|
"example": "123",
|
9554
9554
|
"member": "int64",
|
9555
9555
|
"name": "ModifiedTime",
|
9556
|
-
"
|
9556
|
+
"output_required": true,
|
9557
9557
|
"type": "int",
|
9558
9558
|
"value_allowed_null": true
|
9559
|
+
},
|
9560
|
+
{
|
9561
|
+
"disabled": false,
|
9562
|
+
"document": "数据源页面展示类型,与Type对应\n注意:此字段可能返回 null,表示取不到有效值。",
|
9563
|
+
"example": "MYSQL",
|
9564
|
+
"member": "string",
|
9565
|
+
"name": "ShowType",
|
9566
|
+
"output_required": true,
|
9567
|
+
"type": "string",
|
9568
|
+
"value_allowed_null": true
|
9559
9569
|
}
|
9560
9570
|
],
|
9561
9571
|
"usage": "out"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.949.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.949
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|