tccli 3.0.1100.1__py2.py3-none-any.whl → 3.0.1102.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 (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdb/v20170320/CloseSSL.md +21 -0
  3. tccli/examples/cdb/v20170320/DescribeSSLStatus.md +22 -0
  4. tccli/examples/cdb/v20170320/OpenSSL.md +21 -0
  5. tccli/examples/cls/v20201016/DeleteConfigExtra.md +1 -1
  6. tccli/examples/cls/v20201016/DeleteDataTransform.md +1 -1
  7. tccli/examples/cls/v20201016/ModifyConfigExtra.md +2 -2
  8. tccli/examples/csip/v20221121/CreateRiskCenterScanTask.md +1 -0
  9. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewCFGRiskList.md +1 -0
  10. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewPortRiskList.md +1 -0
  11. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewVULRiskList.md +1 -0
  12. tccli/examples/csip/v20221121/DescribeRiskCenterAssetViewWeakPasswordRiskList.md +1 -0
  13. tccli/examples/csip/v20221121/DescribeRiskCenterPortViewPortRiskList.md +1 -0
  14. tccli/examples/csip/v20221121/DescribeRiskCenterServerRiskList.md +1 -0
  15. tccli/examples/csip/v20221121/DescribeRiskCenterVULViewVULRiskList.md +1 -0
  16. tccli/examples/csip/v20221121/DescribeRiskCenterWebsiteRiskList.md +1 -0
  17. tccli/examples/csip/v20221121/DescribeScanTaskList.md +1 -0
  18. tccli/examples/csip/v20221121/DescribeTaskLogURL.md +1 -0
  19. tccli/examples/csip/v20221121/ModifyRiskCenterRiskStatus.md +1 -0
  20. tccli/examples/csip/v20221121/ModifyRiskCenterScanTask.md +1 -0
  21. tccli/examples/postgres/v20170312/ModifyAccountRemark.md +1 -1
  22. tccli/examples/rum/v20210622/DescribeError.md +1 -1
  23. tccli/examples/rum/v20210622/ModifyProject.md +1 -1
  24. tccli/examples/teo/v20220901/DescribeRulesSetting.md +6 -159
  25. tccli/examples/teo/v20220901/DescribeSecurityIPGroup.md +30 -0
  26. tccli/examples/trtc/v20190722/CreateCloudRecording.md +2 -2
  27. tccli/examples/tsf/v20180326/CreateCluster.md +2 -2
  28. tccli/examples/vpc/v20170312/DeleteVpnGateway.md +1 -2
  29. tccli/examples/vpc/v20170312/DescribeVpnGatewaySslServers.md +23 -33
  30. tccli/examples/vpc/v20170312/InquiryPriceCreateVpnGateway.md +11 -3
  31. tccli/examples/vpc/v20170312/InquiryPriceResetVpnGatewayInternetMaxBandwidth.md +14 -7
  32. tccli/examples/vpc/v20170312/ModifyVpnGatewayCcnRoutes.md +1 -1
  33. tccli/examples/wedata/v20210820/DescribeProject.md +58 -1
  34. tccli/services/cdb/cdb_client.py +163 -4
  35. tccli/services/cdb/v20170320/api.json +169 -0
  36. tccli/services/cdb/v20170320/examples.json +24 -0
  37. tccli/services/cdn/v20180606/api.json +1 -1
  38. tccli/services/clb/v20180317/api.json +18 -0
  39. tccli/services/cls/v20201016/api.json +97 -75
  40. tccli/services/cls/v20201016/examples.json +3 -3
  41. tccli/services/csip/v20221121/api.json +157 -4
  42. tccli/services/csip/v20221121/examples.json +13 -13
  43. tccli/services/cvm/v20170312/api.json +5 -3
  44. tccli/services/cwp/cwp_client.py +0 -53
  45. tccli/services/cwp/v20180228/api.json +0 -194
  46. tccli/services/cwp/v20180228/examples.json +0 -8
  47. tccli/services/cynosdb/v20190107/api.json +1 -1
  48. tccli/services/ess/v20201111/api.json +9 -0
  49. tccli/services/essbasic/v20210526/api.json +19 -1
  50. tccli/services/hunyuan/v20230901/api.json +2 -2
  51. tccli/services/monitor/v20180724/api.json +39 -39
  52. tccli/services/nlp/v20190408/api.json +13 -0
  53. tccli/services/ocr/v20181119/api.json +1 -1
  54. tccli/services/postgres/v20170312/examples.json +1 -1
  55. tccli/services/rum/v20210622/api.json +34 -19
  56. tccli/services/rum/v20210622/examples.json +16 -16
  57. tccli/services/ssl/v20191205/api.json +2 -2
  58. tccli/services/tdmq/v20200217/api.json +111 -1
  59. tccli/services/teo/teo_client.py +53 -0
  60. tccli/services/teo/v20220901/api.json +56 -3
  61. tccli/services/teo/v20220901/examples.json +9 -1
  62. tccli/services/trtc/v20190722/api.json +24 -6
  63. tccli/services/trtc/v20190722/examples.json +1 -1
  64. tccli/services/tsf/v20180326/api.json +80 -42
  65. tccli/services/tsf/v20180326/examples.json +1 -1
  66. tccli/services/vod/v20180717/api.json +2 -2
  67. tccli/services/vpc/v20170312/api.json +36 -23
  68. tccli/services/vpc/v20170312/examples.json +11 -11
  69. tccli/services/wedata/v20210820/api.json +465 -0
  70. tccli/services/wedata/v20210820/examples.json +1 -1
  71. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/METADATA +2 -2
  72. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/RECORD +75 -71
  73. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/WHEEL +0 -0
  74. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/entry_points.txt +0 -0
  75. {tccli-3.0.1100.1.dist-info → tccli-3.0.1102.1.dist-info}/license_files/LICENSE +0 -0
@@ -15779,20 +15779,20 @@
15779
15779
  "members": [
15780
15780
  {
15781
15781
  "disabled": false,
15782
- "document": "实例名称",
15783
- "example": "my-prom-gg",
15782
+ "document": "实例 ID",
15783
+ "example": "prom-2rsas2",
15784
15784
  "member": "string",
15785
- "name": "InstanceName",
15785
+ "name": "InstanceId",
15786
15786
  "required": true,
15787
15787
  "type": "string"
15788
15788
  },
15789
15789
  {
15790
15790
  "disabled": false,
15791
- "document": "实例 ID",
15792
- "example": "prom-2rsas2",
15791
+ "document": "实例名称",
15792
+ "example": "my-prom-gg",
15793
15793
  "member": "string",
15794
- "name": "InstanceId",
15795
- "required": true,
15794
+ "name": "InstanceName",
15795
+ "required": false,
15796
15796
  "type": "string"
15797
15797
  },
15798
15798
  {
@@ -17144,7 +17144,7 @@
17144
17144
  },
17145
17145
  {
17146
17146
  "disabled": false,
17147
- "document": "集群类型",
17147
+ "document": "集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群",
17148
17148
  "example": "tke",
17149
17149
  "member": "string",
17150
17150
  "name": "ClusterType",
@@ -17430,7 +17430,7 @@
17430
17430
  "example": "prom-123456",
17431
17431
  "member": "string",
17432
17432
  "name": "InstanceId",
17433
- "required": true,
17433
+ "output_required": true,
17434
17434
  "type": "string",
17435
17435
  "value_allowed_null": false
17436
17436
  },
@@ -17440,7 +17440,7 @@
17440
17440
  "example": "test",
17441
17441
  "member": "string",
17442
17442
  "name": "InstanceName",
17443
- "required": true,
17443
+ "output_required": true,
17444
17444
  "type": "string",
17445
17445
  "value_allowed_null": false
17446
17446
  },
@@ -17450,7 +17450,7 @@
17450
17450
  "example": "2",
17451
17451
  "member": "int64",
17452
17452
  "name": "InstanceChargeType",
17453
- "required": true,
17453
+ "output_required": true,
17454
17454
  "type": "int",
17455
17455
  "value_allowed_null": false
17456
17456
  },
@@ -17460,7 +17460,7 @@
17460
17460
  "example": "1",
17461
17461
  "member": "int64",
17462
17462
  "name": "RegionId",
17463
- "required": true,
17463
+ "output_required": true,
17464
17464
  "type": "int",
17465
17465
  "value_allowed_null": false
17466
17466
  },
@@ -17470,7 +17470,7 @@
17470
17470
  "example": "ap-guangzhou-1",
17471
17471
  "member": "string",
17472
17472
  "name": "Zone",
17473
- "required": true,
17473
+ "output_required": true,
17474
17474
  "type": "string",
17475
17475
  "value_allowed_null": false
17476
17476
  },
@@ -17480,7 +17480,7 @@
17480
17480
  "example": "vpc-123456",
17481
17481
  "member": "string",
17482
17482
  "name": "VpcId",
17483
- "required": true,
17483
+ "output_required": true,
17484
17484
  "type": "string",
17485
17485
  "value_allowed_null": false
17486
17486
  },
@@ -17490,7 +17490,7 @@
17490
17490
  "example": "subnet-123456",
17491
17491
  "member": "string",
17492
17492
  "name": "SubnetId",
17493
- "required": true,
17493
+ "output_required": true,
17494
17494
  "type": "string",
17495
17495
  "value_allowed_null": false
17496
17496
  },
@@ -17500,7 +17500,7 @@
17500
17500
  "example": "15",
17501
17501
  "member": "int64",
17502
17502
  "name": "DataRetentionTime",
17503
- "required": true,
17503
+ "output_required": true,
17504
17504
  "type": "int",
17505
17505
  "value_allowed_null": true
17506
17506
  },
@@ -17510,7 +17510,7 @@
17510
17510
  "example": "2",
17511
17511
  "member": "int64",
17512
17512
  "name": "InstanceStatus",
17513
- "required": true,
17513
+ "output_required": true,
17514
17514
  "type": "int",
17515
17515
  "value_allowed_null": false
17516
17516
  },
@@ -17520,7 +17520,7 @@
17520
17520
  "example": "https://url",
17521
17521
  "member": "string",
17522
17522
  "name": "GrafanaURL",
17523
- "required": true,
17523
+ "output_required": true,
17524
17524
  "type": "string",
17525
17525
  "value_allowed_null": true
17526
17526
  },
@@ -17530,7 +17530,7 @@
17530
17530
  "example": "2021-01-01 00:00:00",
17531
17531
  "member": "string",
17532
17532
  "name": "CreatedAt",
17533
- "required": true,
17533
+ "output_required": true,
17534
17534
  "type": "string",
17535
17535
  "value_allowed_null": false
17536
17536
  },
@@ -17540,7 +17540,7 @@
17540
17540
  "example": "1",
17541
17541
  "member": "int64",
17542
17542
  "name": "EnableGrafana",
17543
- "required": true,
17543
+ "output_required": true,
17544
17544
  "type": "int",
17545
17545
  "value_allowed_null": false
17546
17546
  },
@@ -17550,7 +17550,7 @@
17550
17550
  "example": "192.168.1.2",
17551
17551
  "member": "string",
17552
17552
  "name": "IPv4Address",
17553
- "required": true,
17553
+ "output_required": true,
17554
17554
  "type": "string",
17555
17555
  "value_allowed_null": true
17556
17556
  },
@@ -17560,7 +17560,7 @@
17560
17560
  "example": "null",
17561
17561
  "member": "PrometheusTag",
17562
17562
  "name": "TagSpecification",
17563
- "required": true,
17563
+ "output_required": true,
17564
17564
  "type": "list",
17565
17565
  "value_allowed_null": true
17566
17566
  },
@@ -17570,7 +17570,7 @@
17570
17570
  "example": "2021-01-01 00:00:00",
17571
17571
  "member": "string",
17572
17572
  "name": "ExpireTime",
17573
- "required": true,
17573
+ "output_required": true,
17574
17574
  "type": "string",
17575
17575
  "value_allowed_null": true
17576
17576
  },
@@ -17580,7 +17580,7 @@
17580
17580
  "example": "1",
17581
17581
  "member": "int64",
17582
17582
  "name": "ChargeStatus",
17583
- "required": true,
17583
+ "output_required": true,
17584
17584
  "type": "int",
17585
17585
  "value_allowed_null": true
17586
17586
  },
@@ -17590,17 +17590,17 @@
17590
17590
  "example": "基础1",
17591
17591
  "member": "string",
17592
17592
  "name": "SpecName",
17593
- "required": true,
17593
+ "output_required": true,
17594
17594
  "type": "string",
17595
17595
  "value_allowed_null": true
17596
17596
  },
17597
17597
  {
17598
17598
  "disabled": false,
17599
- "document": "自动续费标记\n<ul>\n<li>0:不自动续费</li>\n<li>1:开启自动续费</li>\n<li>2:禁止自动续费</li>\n<li>-1:无效</ii>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
17599
+ "document": "自动续费标记\n<ul>\n<li>0:不自动续费</li>\n<li>1:开启自动续费</li>\n<li>2:禁止自动续费</li>\n<li>-1:无效</li>\n</ul>\n注意:此字段可能返回 null,表示取不到有效值。",
17600
17600
  "example": "1",
17601
17601
  "member": "int64",
17602
17602
  "name": "AutoRenewFlag",
17603
- "required": true,
17603
+ "output_required": true,
17604
17604
  "type": "int",
17605
17605
  "value_allowed_null": true
17606
17606
  },
@@ -17610,7 +17610,7 @@
17610
17610
  "example": "0",
17611
17611
  "member": "int64",
17612
17612
  "name": "IsNearExpire",
17613
- "required": true,
17613
+ "output_required": true,
17614
17614
  "type": "int",
17615
17615
  "value_allowed_null": true
17616
17616
  },
@@ -17620,7 +17620,7 @@
17620
17620
  "example": "token",
17621
17621
  "member": "string",
17622
17622
  "name": "AuthToken",
17623
- "required": true,
17623
+ "output_required": true,
17624
17624
  "type": "string",
17625
17625
  "value_allowed_null": true
17626
17626
  },
@@ -17630,7 +17630,7 @@
17630
17630
  "example": "http://url",
17631
17631
  "member": "string",
17632
17632
  "name": "RemoteWrite",
17633
- "required": true,
17633
+ "output_required": true,
17634
17634
  "type": "string",
17635
17635
  "value_allowed_null": true
17636
17636
  },
@@ -17640,7 +17640,7 @@
17640
17640
  "example": "http://url",
17641
17641
  "member": "string",
17642
17642
  "name": "ApiRootPath",
17643
- "required": true,
17643
+ "output_required": true,
17644
17644
  "type": "string",
17645
17645
  "value_allowed_null": true
17646
17646
  },
@@ -17650,7 +17650,7 @@
17650
17650
  "example": "http://url",
17651
17651
  "member": "string",
17652
17652
  "name": "ProxyAddress",
17653
- "required": true,
17653
+ "output_required": true,
17654
17654
  "type": "string",
17655
17655
  "value_allowed_null": true
17656
17656
  },
@@ -17660,7 +17660,7 @@
17660
17660
  "example": "2",
17661
17661
  "member": "int64",
17662
17662
  "name": "GrafanaStatus",
17663
- "required": true,
17663
+ "output_required": true,
17664
17664
  "type": "int",
17665
17665
  "value_allowed_null": true
17666
17666
  },
@@ -17670,7 +17670,7 @@
17670
17670
  "example": "192.168.1.2",
17671
17671
  "member": "string",
17672
17672
  "name": "GrafanaIpWhiteList",
17673
- "required": true,
17673
+ "output_required": true,
17674
17674
  "type": "string",
17675
17675
  "value_allowed_null": true
17676
17676
  },
@@ -17680,7 +17680,7 @@
17680
17680
  "example": "null",
17681
17681
  "member": "PrometheusInstanceGrantInfo",
17682
17682
  "name": "Grant",
17683
- "required": true,
17683
+ "output_required": true,
17684
17684
  "type": "object",
17685
17685
  "value_allowed_null": true
17686
17686
  },
@@ -17690,7 +17690,7 @@
17690
17690
  "example": "grafana-xxxx",
17691
17691
  "member": "string",
17692
17692
  "name": "GrafanaInstanceId",
17693
- "required": true,
17693
+ "output_required": true,
17694
17694
  "type": "string",
17695
17695
  "value_allowed_null": true
17696
17696
  },
@@ -17700,7 +17700,7 @@
17700
17700
  "example": "150",
17701
17701
  "member": "int64",
17702
17702
  "name": "AlertRuleLimit",
17703
- "required": true,
17703
+ "output_required": true,
17704
17704
  "type": "int",
17705
17705
  "value_allowed_null": true
17706
17706
  },
@@ -17710,7 +17710,7 @@
17710
17710
  "example": "150",
17711
17711
  "member": "int64",
17712
17712
  "name": "RecordingRuleLimit",
17713
- "required": true,
17713
+ "output_required": true,
17714
17714
  "type": "int",
17715
17715
  "value_allowed_null": true
17716
17716
  },
@@ -17720,7 +17720,7 @@
17720
17720
  "example": "1",
17721
17721
  "member": "int64",
17722
17722
  "name": "MigrationType",
17723
- "required": true,
17723
+ "output_required": true,
17724
17724
  "type": "int",
17725
17725
  "value_allowed_null": true
17726
17726
  }
@@ -116,6 +116,7 @@
116
116
  "example": "无",
117
117
  "member": "float",
118
118
  "name": "Positive",
119
+ "output_required": true,
119
120
  "type": "float",
120
121
  "value_allowed_null": false
121
122
  },
@@ -125,6 +126,7 @@
125
126
  "example": "无",
126
127
  "member": "float",
127
128
  "name": "Neutral",
129
+ "output_required": true,
128
130
  "type": "float",
129
131
  "value_allowed_null": false
130
132
  },
@@ -134,6 +136,7 @@
134
136
  "example": "无",
135
137
  "member": "float",
136
138
  "name": "Negative",
139
+ "output_required": true,
137
140
  "type": "float",
138
141
  "value_allowed_null": false
139
142
  },
@@ -143,6 +146,7 @@
143
146
  "example": "无",
144
147
  "member": "string",
145
148
  "name": "Sentiment",
149
+ "output_required": true,
146
150
  "type": "string",
147
151
  "value_allowed_null": false
148
152
  },
@@ -346,6 +350,7 @@
346
350
  "example": "满园春色",
347
351
  "member": "string",
348
352
  "name": "TopScroll",
353
+ "output_required": true,
349
354
  "type": "string",
350
355
  "value_allowed_null": false
351
356
  },
@@ -355,6 +360,7 @@
355
360
  "example": "无",
356
361
  "member": "string",
357
362
  "name": "Content",
363
+ "output_required": true,
358
364
  "type": "list",
359
365
  "value_allowed_null": false
360
366
  },
@@ -364,6 +370,7 @@
364
370
  "example": "无",
365
371
  "member": "string",
366
372
  "name": "RandomCause",
373
+ "output_required": true,
367
374
  "type": "string",
368
375
  "value_allowed_null": false
369
376
  },
@@ -418,6 +425,7 @@
418
425
  "example": "阳光",
419
426
  "member": "string",
420
427
  "name": "Title",
428
+ "output_required": true,
421
429
  "type": "string",
422
430
  "value_allowed_null": false
423
431
  },
@@ -427,6 +435,7 @@
427
435
  "example": "无",
428
436
  "member": "string",
429
437
  "name": "Content",
438
+ "output_required": true,
430
439
  "type": "list",
431
440
  "value_allowed_null": false
432
441
  },
@@ -733,6 +742,7 @@
733
742
  "example": "无",
734
743
  "member": "float",
735
744
  "name": "Similarity",
745
+ "output_required": true,
736
746
  "type": "float",
737
747
  "value_allowed_null": false
738
748
  },
@@ -916,6 +926,7 @@
916
926
  "example": "无",
917
927
  "member": "string",
918
928
  "name": "WordList",
929
+ "output_required": true,
919
930
  "type": "list",
920
931
  "value_allowed_null": false
921
932
  },
@@ -1042,6 +1053,7 @@
1042
1053
  "example": "无",
1043
1054
  "member": "Embellish",
1044
1055
  "name": "EmbellishList",
1056
+ "output_required": true,
1045
1057
  "type": "list",
1046
1058
  "value_allowed_null": false
1047
1059
  },
@@ -1114,6 +1126,7 @@
1114
1126
  "example": "无",
1115
1127
  "member": "Writing",
1116
1128
  "name": "WritingList",
1129
+ "output_required": true,
1117
1130
  "type": "list",
1118
1131
  "value_allowed_null": false
1119
1132
  },
@@ -344,7 +344,7 @@
344
344
  "status": "online"
345
345
  },
346
346
  "RecognizeGeneralTextImageWarn": {
347
- "document": "本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。\n\n默认接口请求频率限制:10次/秒。",
347
+ "document": "本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。",
348
348
  "input": "RecognizeGeneralTextImageWarnRequest",
349
349
  "name": "通用文本图像告警",
350
350
  "output": "RecognizeGeneralTextImageWarnResponse",
@@ -549,7 +549,7 @@
549
549
  "document": "",
550
550
  "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountRemark\n<公共请求参数>\n\n{\n \"UserName\": \"test\",\n \"Remark\": \"testModifyRemark\",\n \"DBInstanceId\": \"postgres-6bwgamo3\"\n}",
551
551
  "output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
552
- "title": "修改帐号备注"
552
+ "title": "修改账号备注"
553
553
  }
554
554
  ],
555
555
  "ModifyBackupDownloadRestriction": [