tccli 3.0.1339.1__py2.py3-none-any.whl → 3.0.1341.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 (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bh/bh_client.py +326 -8
  3. tccli/services/bh/v20230418/api.json +547 -0
  4. tccli/services/bh/v20230418/examples.json +48 -0
  5. tccli/services/ccc/v20200210/api.json +1 -1
  6. tccli/services/cdb/v20170320/api.json +144 -144
  7. tccli/services/cdb/v20170320/examples.json +19 -19
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/csip/v20221121/api.json +48 -10
  10. tccli/services/csip/v20221121/examples.json +11 -11
  11. tccli/services/cvm/v20170312/api.json +9 -0
  12. tccli/services/cwp/v20180228/api.json +106 -2
  13. tccli/services/cwp/v20180228/examples.json +12 -0
  14. tccli/services/cynosdb/v20190107/api.json +29 -2
  15. tccli/services/cynosdb/v20190107/examples.json +1 -1
  16. tccli/services/dsgc/v20190723/api.json +215 -17
  17. tccli/services/emr/emr_client.py +363 -310
  18. tccli/services/emr/v20190103/api.json +299 -0
  19. tccli/services/emr/v20190103/examples.json +8 -0
  20. tccli/services/ess/v20201111/api.json +16 -5
  21. tccli/services/essbasic/v20210526/api.json +1 -1
  22. tccli/services/gs/v20191118/api.json +10 -1
  23. tccli/services/ims/v20200713/api.json +1 -1
  24. tccli/services/ims/v20200713/examples.json +1 -1
  25. tccli/services/kms/kms_client.py +915 -120
  26. tccli/services/kms/v20190118/api.json +1104 -27
  27. tccli/services/kms/v20190118/examples.json +126 -0
  28. tccli/services/live/v20180801/api.json +9 -0
  29. tccli/services/live/v20180801/examples.json +4 -4
  30. tccli/services/lke/lke_client.py +228 -16
  31. tccli/services/lke/v20231130/api.json +1490 -217
  32. tccli/services/lke/v20231130/examples.json +33 -1
  33. tccli/services/mqtt/v20240516/api.json +80 -0
  34. tccli/services/mqtt/v20240516/examples.json +6 -0
  35. tccli/services/organization/v20210331/api.json +11 -0
  36. tccli/services/organization/v20210331/examples.json +1 -1
  37. tccli/services/partners/v20180321/api.json +2 -2
  38. tccli/services/postgres/v20170312/api.json +4 -4
  39. tccli/services/ses/v20201002/api.json +8 -8
  40. tccli/services/tcss/v20201101/api.json +10 -0
  41. tccli/services/thpc/v20230321/api.json +32 -2
  42. tccli/services/tione/v20211111/api.json +11 -0
  43. tccli/services/trocket/trocket_client.py +53 -0
  44. tccli/services/trocket/v20230308/api.json +233 -143
  45. tccli/services/trocket/v20230308/examples.json +14 -6
  46. tccli/services/vpc/v20170312/api.json +9 -0
  47. tccli/services/waf/v20180125/api.json +59 -21
  48. tccli/services/wedata/v20210820/api.json +432 -10
  49. tccli/services/wedata/v20210820/examples.json +17 -1
  50. tccli/services/wedata/wedata_client.py +114 -8
  51. {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1339.1.dist-info → tccli-3.0.1341.1.dist-info}/license_files/LICENSE +0 -0
@@ -48,6 +48,14 @@
48
48
  "title": "修改资产绑定的堡垒机服务"
49
49
  }
50
50
  ],
51
+ "CheckLDAPConnection": [
52
+ {
53
+ "document": "测试LDAP连接",
54
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckLDAPConnection\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminPassword\": \"pwd\",\n \"Ip\": \"10.10.1.10\",\n \"BaseDN\": \"bh-test-DN\",\n \"EnableSSL\": true,\n \"IpBackup\": \"\",\n \"AdminAccount\": \"admin\",\n \"Port\": 80\n}",
55
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
56
+ "title": "测试LDAP连接"
57
+ }
58
+ ],
51
59
  "CreateAccessWhiteListRule": [
52
60
  {
53
61
  "document": "新建访问白名单规则",
@@ -352,6 +360,14 @@
352
360
  "title": "查询网络域"
353
361
  }
354
362
  ],
363
+ "DescribeLDAPUnitSet": [
364
+ {
365
+ "document": "获取LDAP ou 列表",
366
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLDAPUnitSet\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminPassword\": \"pwd\",\n \"Ip\": \"192.168.0.1\",\n \"BaseDN\": \"bh-base-dn\",\n \"EnableSSL\": true,\n \"IpBackup\": \"\",\n \"AttributeUserName\": \"attr-user\",\n \"AdminAccount\": \"admin\",\n \"AttributeUnit\": \"attr-uint\",\n \"Port\": 22\n}",
367
+ "output": "{\n \"Response\": {\n \"UnitSet\": [\n \"bh-test-uint\"\n ],\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
368
+ "title": "获取LDAP ou 列表"
369
+ }
370
+ ],
355
371
  "DescribeLoginEvent": [
356
372
  {
357
373
  "document": "",
@@ -462,6 +478,14 @@
462
478
  "title": "修改资产组"
463
479
  }
464
480
  ],
481
+ "ModifyLDAPSetting": [
482
+ {
483
+ "document": "修改LDAP配置信息",
484
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLDAPSetting\n<公共请求参数>\n\n{\n \"Enable\": true,\n \"AdminAccount\": \"admin\",\n \"AttributeEmail\": \"bhtets@email.com\",\n \"AdminPassword\": \"password\",\n \"AutoSync\": true,\n \"Ip\": \"172.168.0.1\",\n \"BaseDN\": \"bhtest-dn\",\n \"SyncPeriod\": 1,\n \"SyncAll\": true,\n \"EnableSSL\": true,\n \"AttributeRealName\": \"attrRealName\",\n \"SyncUnitSet\": [\n \"\"\n ],\n \"IpBackup\": \"\",\n \"AttributeUser\": \"user\",\n \"AttributeUserName\": \"testusername\",\n \"AttributePhone\": \"phone\",\n \"AttributeUnit\": \"unit\",\n \"Port\": 1,\n \"Overwrite\": true\n}",
485
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9e5a83b7-564a-4831-8111-28a4ec740c61\"\n }\n}",
486
+ "title": "修改LDAP配置信息"
487
+ }
488
+ ],
465
489
  "ModifyOAuthSetting": [
466
490
  {
467
491
  "document": "",
@@ -502,6 +526,14 @@
502
526
  "title": "新建主机成功"
503
527
  }
504
528
  ],
529
+ "ReplaySession": [
530
+ {
531
+ "document": "会话回放",
532
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReplaySession\n<公共请求参数>\n\n{\n \"Sid\": \"1weqr234131qw\"\n}",
533
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
534
+ "title": "会话回放"
535
+ }
536
+ ],
505
537
  "ResetDeviceAccountPassword": [
506
538
  {
507
539
  "document": "清除设备账号绑定密码",
@@ -613,6 +645,22 @@
613
645
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c241022e-c50d-47b2-9748-691a09c143c4\",\n \"TaskResult\": [\n {\n \"UserName\": \"nick\",\n \"Status\": 0,\n \"Name\": \"nic\",\n \"FromIp\": \"192.168.0.1\",\n \"StartTime\": \"2020-09-22T00:00:00+08:00\",\n \"EndTime\": \"2020-09-22T00:00:00+08:00\",\n \"Id\": \"1\",\n \"RealName\": \"tom\",\n \"OperationId\": \"ops-adexdea\"\n }\n ]\n }\n}",
614
646
  "title": "搜索运维任务执行结果"
615
647
  }
648
+ ],
649
+ "SetLDAPSyncFlag": [
650
+ {
651
+ "document": "设置LDAP 立即同步标记",
652
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLDAPSyncFlag\n<公共请求参数>\n\n{}",
653
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
654
+ "title": "设置LDAP 立即同步标记"
655
+ }
656
+ ],
657
+ "UnlockUser": [
658
+ {
659
+ "document": "",
660
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockUser\n<公共请求参数>\n\n{\n \"IdSet\": [\n 1\n ]\n}",
661
+ "output": "{\n \"Response\": {\n \"RequestId\": \"sdfsadf-sdfasd-sdfsad-sdf2222\"\n }\n}",
662
+ "title": "解锁用户"
663
+ }
616
664
  ]
617
665
  },
618
666
  "version": "1.0"
@@ -2212,7 +2212,7 @@
2212
2212
  },
2213
2213
  {
2214
2214
  "disabled": false,
2215
- "document": "0: 默认可打断, 1:高优先不可打断",
2215
+ "document": "0: 默认可打断, 2:高优先不可打断",
2216
2216
  "example": "0",
2217
2217
  "member": "int64",
2218
2218
  "name": "WelcomeMessagePriority",