tccli 3.0.1290.1__py2.py3-none-any.whl → 3.0.1291.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.
- tccli/__init__.py +1 -1
- tccli/services/antiddos/v20200309/api.json +132 -103
- tccli/services/antiddos/v20200309/examples.json +5 -5
- tccli/services/bi/v20220105/api.json +1 -1
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +39 -33
- tccli/services/cam/v20190116/examples.json +1 -1
- tccli/services/cbs/v20170312/api.json +24 -20
- tccli/services/cdwch/v20200915/api.json +204 -199
- tccli/services/cdwch/v20200915/examples.json +11 -11
- tccli/services/ckafka/v20190819/api.json +273 -268
- tccli/services/clb/v20180317/api.json +12 -8
- tccli/services/cls/cls_client.py +18 -230
- tccli/services/cls/v20201016/api.json +52 -486
- tccli/services/cls/v20201016/examples.json +0 -32
- tccli/services/cvm/v20170312/api.json +10 -0
- tccli/services/cynosdb/v20190107/api.json +95 -95
- tccli/services/dbbrain/v20191016/api.json +30 -30
- tccli/services/dbbrain/v20210527/api.json +103 -103
- tccli/services/dcdb/v20180411/api.json +48 -48
- tccli/services/dnspod/dnspod_client.py +466 -307
- tccli/services/dnspod/v20210323/api.json +391 -0
- tccli/services/dnspod/v20210323/examples.json +24 -0
- tccli/services/dsgc/dsgc_client.py +0 -53
- tccli/services/dsgc/v20190723/api.json +0 -24
- tccli/services/dsgc/v20190723/examples.json +0 -8
- tccli/services/iotvideoindustry/v20201201/api.json +542 -523
- tccli/services/iotvideoindustry/v20201201/examples.json +15 -15
- tccli/services/mariadb/v20170312/api.json +42 -42
- tccli/services/mariadb/v20170312/examples.json +12 -0
- tccli/services/mmps/v20200710/api.json +95 -95
- tccli/services/mps/v20190612/api.json +7 -7
- tccli/services/postgres/v20170312/api.json +308 -283
- tccli/services/svp/v20240125/api.json +66 -66
- tccli/services/svp/v20240125/examples.json +1 -1
- tccli/services/tcb/tcb_client.py +0 -53
- tccli/services/tcb/v20180608/api.json +0 -110
- tccli/services/tcb/v20180608/examples.json +0 -8
- tccli/services/tcss/tcss_client.py +224 -277
- tccli/services/tcss/v20201101/api.json +4618 -4329
- tccli/services/tcss/v20201101/examples.json +207 -221
- tccli/services/tdmq/tdmq_client.py +0 -53
- tccli/services/tdmq/v20200217/api.json +0 -89
- tccli/services/tdmq/v20200217/examples.json +0 -8
- tccli/services/teo/teo_client.py +53 -0
- tccli/services/teo/v20220901/api.json +82 -11
- tccli/services/teo/v20220901/examples.json +8 -0
- tccli/services/thpc/v20211109/api.json +8 -8
- tccli/services/thpc/v20220401/api.json +8 -8
- tccli/services/thpc/v20230321/api.json +11 -10
- tccli/services/tke/v20180525/api.json +60 -60
- tccli/services/tke/v20220501/api.json +34 -34
- tccli/services/vpc/v20170312/api.json +44 -44
- tccli/services/waf/v20180125/api.json +9 -0
- tccli/services/wedata/v20210820/api.json +19 -0
- {tccli-3.0.1290.1.dist-info → tccli-3.0.1291.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1290.1.dist-info → tccli-3.0.1291.1.dist-info}/RECORD +60 -60
- {tccli-3.0.1290.1.dist-info → tccli-3.0.1291.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1290.1.dist-info → tccli-3.0.1291.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1290.1.dist-info → tccli-3.0.1291.1.dist-info}/license_files/LICENSE +0 -0
@@ -3721,29 +3721,29 @@
|
|
3721
3721
|
"example": "1",
|
3722
3722
|
"member": "uint64",
|
3723
3723
|
"name": "AsyncRequestId",
|
3724
|
-
"
|
3724
|
+
"output_required": true,
|
3725
3725
|
"type": "int",
|
3726
3726
|
"value_allowed_null": false
|
3727
3727
|
},
|
3728
3728
|
{
|
3729
3729
|
"disabled": false,
|
3730
|
-
"document": "
|
3730
|
+
"document": "任务开始时间。",
|
3731
3731
|
"example": "2019-06-06 13:00:00",
|
3732
3732
|
"member": "datetime",
|
3733
3733
|
"name": "StartTime",
|
3734
|
-
"
|
3734
|
+
"output_required": true,
|
3735
3735
|
"type": "string",
|
3736
|
-
"value_allowed_null":
|
3736
|
+
"value_allowed_null": false
|
3737
3737
|
},
|
3738
3738
|
{
|
3739
3739
|
"disabled": false,
|
3740
|
-
"document": "
|
3740
|
+
"document": "任务结束时间。",
|
3741
3741
|
"example": "2019-06-06 13:00:02",
|
3742
3742
|
"member": "datetime",
|
3743
3743
|
"name": "EndTime",
|
3744
|
-
"
|
3744
|
+
"output_required": true,
|
3745
3745
|
"type": "string",
|
3746
|
-
"value_allowed_null":
|
3746
|
+
"value_allowed_null": false
|
3747
3747
|
},
|
3748
3748
|
{
|
3749
3749
|
"disabled": false,
|
@@ -3751,7 +3751,7 @@
|
|
3751
3751
|
"example": "2019-06-06 12:50:02",
|
3752
3752
|
"member": "datetime",
|
3753
3753
|
"name": "CreateTime",
|
3754
|
-
"
|
3754
|
+
"output_required": true,
|
3755
3755
|
"type": "string",
|
3756
3756
|
"value_allowed_null": false
|
3757
3757
|
},
|
@@ -3761,7 +3761,7 @@
|
|
3761
3761
|
"example": "finished",
|
3762
3762
|
"member": "string",
|
3763
3763
|
"name": "Status",
|
3764
|
-
"
|
3764
|
+
"output_required": true,
|
3765
3765
|
"type": "string",
|
3766
3766
|
"value_allowed_null": false
|
3767
3767
|
},
|
@@ -3771,49 +3771,49 @@
|
|
3771
3771
|
"example": "100",
|
3772
3772
|
"member": "uint64",
|
3773
3773
|
"name": "Progress",
|
3774
|
-
"
|
3774
|
+
"output_required": true,
|
3775
3775
|
"type": "int",
|
3776
3776
|
"value_allowed_null": false
|
3777
3777
|
},
|
3778
3778
|
{
|
3779
3779
|
"disabled": false,
|
3780
|
-
"document": "
|
3780
|
+
"document": "导出日志开始时间。",
|
3781
3781
|
"example": "2019-06-06 12:00:00",
|
3782
3782
|
"member": "datetime",
|
3783
3783
|
"name": "LogStartTime",
|
3784
|
-
"
|
3784
|
+
"output_required": true,
|
3785
3785
|
"type": "string",
|
3786
|
-
"value_allowed_null":
|
3786
|
+
"value_allowed_null": false
|
3787
3787
|
},
|
3788
3788
|
{
|
3789
3789
|
"disabled": false,
|
3790
|
-
"document": "
|
3790
|
+
"document": "导出日志结束时间。",
|
3791
3791
|
"example": "2019-06-06 13:00:00",
|
3792
3792
|
"member": "datetime",
|
3793
3793
|
"name": "LogEndTime",
|
3794
|
-
"
|
3794
|
+
"output_required": true,
|
3795
3795
|
"type": "string",
|
3796
|
-
"value_allowed_null":
|
3796
|
+
"value_allowed_null": false
|
3797
3797
|
},
|
3798
3798
|
{
|
3799
3799
|
"disabled": false,
|
3800
|
-
"document": "日志文件总大小,单位KB
|
3800
|
+
"document": "日志文件总大小,单位KB。",
|
3801
3801
|
"example": "100",
|
3802
3802
|
"member": "uint64",
|
3803
3803
|
"name": "TotalSize",
|
3804
|
-
"
|
3804
|
+
"output_required": true,
|
3805
3805
|
"type": "int",
|
3806
|
-
"value_allowed_null":
|
3806
|
+
"value_allowed_null": false
|
3807
3807
|
},
|
3808
3808
|
{
|
3809
3809
|
"disabled": false,
|
3810
|
-
"document": "风险等级列表。0 无风险;1 低风险;2 中风险;3
|
3810
|
+
"document": "风险等级列表。0 无风险;1 低风险;2 中风险;3 高风险。",
|
3811
3811
|
"example": "[1,2,3]",
|
3812
3812
|
"member": "uint64",
|
3813
3813
|
"name": "DangerLevels",
|
3814
|
-
"
|
3814
|
+
"output_required": true,
|
3815
3815
|
"type": "list",
|
3816
|
-
"value_allowed_null":
|
3816
|
+
"value_allowed_null": false
|
3817
3817
|
}
|
3818
3818
|
],
|
3819
3819
|
"usage": "out"
|
@@ -4329,43 +4329,43 @@
|
|
4329
4329
|
"members": [
|
4330
4330
|
{
|
4331
4331
|
"disabled": false,
|
4332
|
-
"document": "配置的id
|
4332
|
+
"document": "配置的id。",
|
4333
4333
|
"example": "1433288",
|
4334
4334
|
"member": "string",
|
4335
4335
|
"name": "ProfileId",
|
4336
4336
|
"output_required": true,
|
4337
4337
|
"type": "string",
|
4338
|
-
"value_allowed_null":
|
4338
|
+
"value_allowed_null": false
|
4339
4339
|
},
|
4340
4340
|
{
|
4341
4341
|
"disabled": false,
|
4342
|
-
"document": "
|
4342
|
+
"document": "配置类型。",
|
4343
4343
|
"example": "dbScan_mail_configuration",
|
4344
4344
|
"member": "string",
|
4345
4345
|
"name": "ProfileType",
|
4346
4346
|
"output_required": true,
|
4347
4347
|
"type": "string",
|
4348
|
-
"value_allowed_null":
|
4348
|
+
"value_allowed_null": false
|
4349
4349
|
},
|
4350
4350
|
{
|
4351
4351
|
"disabled": false,
|
4352
|
-
"document": "配置级别,\"User\"或\"Instance\"
|
4352
|
+
"document": "配置级别,\"User\"或\"Instance\"。",
|
4353
4353
|
"example": "User",
|
4354
4354
|
"member": "string",
|
4355
4355
|
"name": "ProfileLevel",
|
4356
4356
|
"output_required": true,
|
4357
4357
|
"type": "string",
|
4358
|
-
"value_allowed_null":
|
4358
|
+
"value_allowed_null": false
|
4359
4359
|
},
|
4360
4360
|
{
|
4361
4361
|
"disabled": false,
|
4362
|
-
"document": "
|
4362
|
+
"document": "配置名称。",
|
4363
4363
|
"example": "demoProfile",
|
4364
4364
|
"member": "string",
|
4365
4365
|
"name": "ProfileName",
|
4366
4366
|
"output_required": true,
|
4367
4367
|
"type": "string",
|
4368
|
-
"value_allowed_null":
|
4368
|
+
"value_allowed_null": false
|
4369
4369
|
},
|
4370
4370
|
{
|
4371
4371
|
"disabled": false,
|