tccli 3.0.1292.1__py2.py3-none-any.whl → 3.0.1294.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 (84) 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/batch/v20170312/api.json +4 -4
  6. tccli/services/bh/v20230418/api.json +35 -17
  7. tccli/services/bh/v20230418/examples.json +1 -1
  8. tccli/services/cam/v20190116/api.json +19 -19
  9. tccli/services/cam/v20190116/examples.json +5 -5
  10. tccli/services/cdwdoris/v20211228/api.json +191 -0
  11. tccli/services/cdwpg/v20201230/api.json +375 -333
  12. tccli/services/cdwpg/v20201230/examples.json +36 -36
  13. tccli/services/chc/__init__.py +4 -0
  14. tccli/services/chc/chc_client.py +2062 -0
  15. tccli/services/chc/v20230418/api.json +5728 -0
  16. tccli/services/chc/v20230418/examples.json +293 -0
  17. tccli/services/ckafka/v20190819/api.json +34 -34
  18. tccli/services/ckafka/v20190819/examples.json +1 -1
  19. tccli/services/clb/v20180317/api.json +39 -20
  20. tccli/services/cloudaudit/v20190319/api.json +38 -23
  21. tccli/services/cls/v20201016/api.json +198 -198
  22. tccli/services/cls/v20201016/examples.json +1 -1
  23. tccli/services/controlcenter/v20230110/api.json +2 -2
  24. tccli/services/controlcenter/v20230110/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +5 -5
  27. tccli/services/dbbrain/v20210527/api.json +481 -18
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/dcdb/v20180411/api.json +66 -66
  30. tccli/services/dcdb/v20180411/examples.json +7 -7
  31. tccli/services/domain/v20180808/api.json +2 -2
  32. tccli/services/ecdn/ecdn_client.py +7 -431
  33. tccli/services/ecdn/v20191012/api.json +0 -574
  34. tccli/services/ecdn/v20191012/examples.json +0 -64
  35. tccli/services/emr/v20190103/api.json +89 -89
  36. tccli/services/emr/v20190103/examples.json +1 -1
  37. tccli/services/ess/v20201111/api.json +12 -3
  38. tccli/services/ess/v20201111/examples.json +3 -3
  39. tccli/services/essbasic/v20210526/api.json +9 -0
  40. tccli/services/essbasic/v20210526/examples.json +1 -1
  41. tccli/services/gs/gs_client.py +1778 -29
  42. tccli/services/gs/v20191118/api.json +2597 -144
  43. tccli/services/gs/v20191118/examples.json +264 -0
  44. tccli/services/hai/v20230812/api.json +67 -67
  45. tccli/services/iap/v20240713/api.json +13 -13
  46. tccli/services/iap/v20240713/examples.json +3 -3
  47. tccli/services/iotexplorer/v20190423/api.json +1 -1
  48. tccli/services/iotvideo/v20211125/api.json +1 -1
  49. tccli/services/iotvideoindustry/v20201201/api.json +38 -35
  50. tccli/services/lcic/v20220817/api.json +46 -44
  51. tccli/services/lcic/v20220817/examples.json +1 -1
  52. tccli/services/lke/v20231130/api.json +14 -14
  53. tccli/services/lke/v20231130/examples.json +2 -2
  54. tccli/services/lkeap/v20240522/api.json +1 -1
  55. tccli/services/mariadb/v20170312/api.json +71 -71
  56. tccli/services/mariadb/v20170312/examples.json +5 -5
  57. tccli/services/mmps/v20200710/api.json +12 -12
  58. tccli/services/mqtt/v20240516/api.json +138 -138
  59. tccli/services/mqtt/v20240516/examples.json +6 -12
  60. tccli/services/organization/v20210331/api.json +61 -43
  61. tccli/services/organization/v20210331/examples.json +25 -25
  62. tccli/services/region/v20220627/examples.json +1 -1
  63. tccli/services/tbaas/v20180416/api.json +53 -48
  64. tccli/services/tchd/v20230306/api.json +5 -5
  65. tccli/services/tcr/v20190924/api.json +190 -187
  66. tccli/services/tcr/v20190924/examples.json +1 -1
  67. tccli/services/tdmq/v20200217/api.json +15 -15
  68. tccli/services/thpc/v20220401/api.json +3 -3
  69. tccli/services/thpc/v20230321/api.json +54 -33
  70. tccli/services/tione/v20211111/api.json +40 -1
  71. tccli/services/tke/v20180525/api.json +104 -104
  72. tccli/services/trocket/v20230308/api.json +24 -24
  73. tccli/services/tsf/v20180326/api.json +307 -186
  74. tccli/services/vcube/v20220410/api.json +382 -327
  75. tccli/services/vcube/v20220410/examples.json +56 -56
  76. tccli/services/vod/v20180717/api.json +145 -141
  77. tccli/services/vpc/v20170312/api.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +71 -1
  79. tccli/services/wedata/v20210820/examples.json +2 -8
  80. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/RECORD +84 -80
  82. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/license_files/LICENSE +0 -0
@@ -457,6 +457,24 @@
457
457
  "name": "UserPrivilege",
458
458
  "required": false,
459
459
  "type": "int"
460
+ },
461
+ {
462
+ "disabled": false,
463
+ "document": "计算组列表",
464
+ "example": "[\"cp1\"]",
465
+ "member": "string",
466
+ "name": "ComputeGroups",
467
+ "required": false,
468
+ "type": "list"
469
+ },
470
+ {
471
+ "disabled": false,
472
+ "document": "集群ID",
473
+ "example": "cdwdoris-xxx",
474
+ "member": "string",
475
+ "name": "InstanceId",
476
+ "required": false,
477
+ "type": "string"
460
478
  }
461
479
  ],
462
480
  "type": "object"
@@ -1221,6 +1239,16 @@
1221
1239
  "ClusterConfigsInfoFromEMR": {
1222
1240
  "document": "用于返回XML格式的配置文件和内容以及其他配置文件有关的信息",
1223
1241
  "members": [
1242
+ {
1243
+ "disabled": false,
1244
+ "document": "计算组id",
1245
+ "example": "tchd-lb3twoq7-r8q3poye",
1246
+ "member": "string",
1247
+ "name": "ComputeGroupId",
1248
+ "output_required": false,
1249
+ "type": "string",
1250
+ "value_allowed_null": false
1251
+ },
1224
1252
  {
1225
1253
  "disabled": false,
1226
1254
  "document": "配置文件名称",
@@ -2243,6 +2271,16 @@
2243
2271
  "output_required": false,
2244
2272
  "type": "bool",
2245
2273
  "value_allowed_null": false
2274
+ },
2275
+ {
2276
+ "disabled": false,
2277
+ "document": "计算组",
2278
+ "example": "tchd-xasdfa-xqexasdf",
2279
+ "member": "string",
2280
+ "name": "ComputeGroup",
2281
+ "output_required": false,
2282
+ "type": "string",
2283
+ "value_allowed_null": false
2246
2284
  }
2247
2285
  ],
2248
2286
  "usage": "out"
@@ -3259,6 +3297,15 @@
3259
3297
  "name": "IsQuery",
3260
3298
  "required": false,
3261
3299
  "type": "list"
3300
+ },
3301
+ {
3302
+ "disabled": false,
3303
+ "document": "计算组列表",
3304
+ "example": "[\"cg1\",\"cg2\"]",
3305
+ "member": "string",
3306
+ "name": "ComputeGroups",
3307
+ "required": false,
3308
+ "type": "list"
3262
3309
  }
3263
3310
  ],
3264
3311
  "type": "object"
@@ -3422,6 +3469,15 @@
3422
3469
  "name": "IsQuery",
3423
3470
  "required": false,
3424
3471
  "type": "list"
3472
+ },
3473
+ {
3474
+ "disabled": false,
3475
+ "document": "计算组列表",
3476
+ "example": "[\"cg1\",\"cg2\"]",
3477
+ "member": "string",
3478
+ "name": "ComputeGroups",
3479
+ "required": false,
3480
+ "type": "list"
3425
3481
  }
3426
3482
  ],
3427
3483
  "type": "object"
@@ -3761,6 +3817,15 @@
3761
3817
  "name": "EndTime",
3762
3818
  "required": false,
3763
3819
  "type": "string"
3820
+ },
3821
+ {
3822
+ "disabled": false,
3823
+ "document": "计算组ID",
3824
+ "example": "cg-1",
3825
+ "member": "string",
3826
+ "name": "ComputeGroupId",
3827
+ "required": false,
3828
+ "type": "string"
3764
3829
  }
3765
3830
  ],
3766
3831
  "type": "object"
@@ -4061,6 +4126,15 @@
4061
4126
  "name": "SearchTags",
4062
4127
  "required": false,
4063
4128
  "type": "list"
4129
+ },
4130
+ {
4131
+ "disabled": false,
4132
+ "document": "0 : 存算一体,1:存算分离,2:ALL",
4133
+ "example": "1",
4134
+ "member": "int64",
4135
+ "name": "InstanceType",
4136
+ "required": false,
4137
+ "type": "int"
4064
4138
  }
4065
4139
  ],
4066
4140
  "type": "object"
@@ -4290,6 +4364,15 @@
4290
4364
  "name": "UserName",
4291
4365
  "required": false,
4292
4366
  "type": "string"
4367
+ },
4368
+ {
4369
+ "disabled": false,
4370
+ "document": "计算组列表",
4371
+ "example": "[\"cg1\",\"cg2\"]",
4372
+ "member": "string",
4373
+ "name": "ComputeGroups",
4374
+ "required": false,
4375
+ "type": "list"
4293
4376
  }
4294
4377
  ],
4295
4378
  "type": "object"
@@ -4471,6 +4554,15 @@
4471
4554
  "name": "UserName",
4472
4555
  "required": false,
4473
4556
  "type": "string"
4557
+ },
4558
+ {
4559
+ "disabled": false,
4560
+ "document": "计算组列表",
4561
+ "example": "[\"cg1\",\"cg2\"]",
4562
+ "member": "string",
4563
+ "name": "ComputeGroups",
4564
+ "required": false,
4565
+ "type": "list"
4474
4566
  }
4475
4567
  ],
4476
4568
  "type": "object"
@@ -4565,6 +4657,15 @@
4565
4657
  "name": "SpecName",
4566
4658
  "required": false,
4567
4659
  "type": "string"
4660
+ },
4661
+ {
4662
+ "disabled": false,
4663
+ "document": "是否存算分离",
4664
+ "example": "false",
4665
+ "member": "bool",
4666
+ "name": "IsSSC",
4667
+ "required": false,
4668
+ "type": "bool"
4568
4669
  }
4569
4670
  ],
4570
4671
  "type": "object"
@@ -5685,6 +5786,16 @@
5685
5786
  "output_required": false,
5686
5787
  "type": "object",
5687
5788
  "value_allowed_null": false
5789
+ },
5790
+ {
5791
+ "disabled": false,
5792
+ "document": "计算组个数",
5793
+ "example": "1",
5794
+ "member": "int64",
5795
+ "name": "ComputeGroupCount",
5796
+ "output_required": false,
5797
+ "type": "int",
5798
+ "value_allowed_null": false
5688
5799
  }
5689
5800
  ],
5690
5801
  "usage": "out"
@@ -5821,6 +5932,16 @@
5821
5932
  "output_required": false,
5822
5933
  "type": "string",
5823
5934
  "value_allowed_null": false
5935
+ },
5936
+ {
5937
+ "disabled": false,
5938
+ "document": "计算组ID",
5939
+ "example": "tchd-26twtz8s-cer39jcb",
5940
+ "member": "string",
5941
+ "name": "ComputeGroupId",
5942
+ "output_required": false,
5943
+ "type": "string",
5944
+ "value_allowed_null": false
5824
5945
  }
5825
5946
  ],
5826
5947
  "usage": "out"
@@ -5937,6 +6058,16 @@
5937
6058
  "output_required": false,
5938
6059
  "type": "string",
5939
6060
  "value_allowed_null": false
6061
+ },
6062
+ {
6063
+ "disabled": false,
6064
+ "document": "计算组id",
6065
+ "example": "tchd-1234-4321",
6066
+ "member": "string",
6067
+ "name": "ComputerGroupId",
6068
+ "output_required": false,
6069
+ "type": "string",
6070
+ "value_allowed_null": false
5940
6071
  }
5941
6072
  ],
5942
6073
  "usage": "out"
@@ -6456,6 +6587,24 @@
6456
6587
  "name": "WhiteHost",
6457
6588
  "required": false,
6458
6589
  "type": "string"
6590
+ },
6591
+ {
6592
+ "disabled": false,
6593
+ "document": "更新类型,默认0,1为更新绑定计算组",
6594
+ "example": "0",
6595
+ "member": "int64",
6596
+ "name": "UpdateType",
6597
+ "required": false,
6598
+ "type": "int"
6599
+ },
6600
+ {
6601
+ "disabled": false,
6602
+ "document": "需绑定计算组列表",
6603
+ "example": "[\"cp1\"]",
6604
+ "member": "string",
6605
+ "name": "UpdateComputeGroups",
6606
+ "required": false,
6607
+ "type": "list"
6459
6608
  }
6460
6609
  ],
6461
6610
  "type": "object"
@@ -6810,6 +6959,28 @@
6810
6959
  "required": false,
6811
6960
  "type": "string",
6812
6961
  "value_allowed_null": false
6962
+ },
6963
+ {
6964
+ "disabled": false,
6965
+ "document": "计算组id",
6966
+ "example": "cg-123",
6967
+ "member": "string",
6968
+ "name": "ComputeGroupId",
6969
+ "output_required": false,
6970
+ "required": false,
6971
+ "type": "string",
6972
+ "value_allowed_null": false
6973
+ },
6974
+ {
6975
+ "disabled": false,
6976
+ "document": "rip",
6977
+ "example": "1.2.3.4",
6978
+ "member": "string",
6979
+ "name": "RIp",
6980
+ "output_required": false,
6981
+ "required": false,
6982
+ "type": "string",
6983
+ "value_allowed_null": false
6813
6984
  }
6814
6985
  ],
6815
6986
  "usage": "both"
@@ -8495,6 +8666,16 @@
8495
8666
  "output_required": false,
8496
8667
  "type": "int",
8497
8668
  "value_allowed_null": false
8669
+ },
8670
+ {
8671
+ "disabled": false,
8672
+ "document": "计算组",
8673
+ "example": "tchd-asdfqx-asdfd2",
8674
+ "member": "string",
8675
+ "name": "ComputeGroup",
8676
+ "output_required": false,
8677
+ "type": "string",
8678
+ "value_allowed_null": false
8498
8679
  }
8499
8680
  ],
8500
8681
  "usage": "out"
@@ -8823,6 +9004,16 @@
8823
9004
  "output_required": false,
8824
9005
  "type": "bool",
8825
9006
  "value_allowed_null": false
9007
+ },
9008
+ {
9009
+ "disabled": false,
9010
+ "document": "0表示未开通容器化,1表示已开通容器化",
9011
+ "example": "0",
9012
+ "member": "int64",
9013
+ "name": "ContainerEnabled",
9014
+ "output_required": false,
9015
+ "type": "int",
9016
+ "value_allowed_null": false
8826
9017
  }
8827
9018
  ],
8828
9019
  "usage": "out"