tccli 3.0.1319.1__py2.py3-none-any.whl → 3.0.1321.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 (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdwdoris/v20211228/api.json +27 -0
  3. tccli/services/cfs/v20190719/api.json +8 -8
  4. tccli/services/cfw/v20190904/api.json +7 -7
  5. tccli/services/cfw/v20190904/examples.json +2 -2
  6. tccli/services/chc/v20230418/api.json +33 -2
  7. tccli/services/ckafka/v20190819/api.json +19 -10
  8. tccli/services/clb/v20180317/api.json +2 -2
  9. tccli/services/cme/v20191029/api.json +1 -1
  10. tccli/services/csip/v20221121/api.json +9 -9
  11. tccli/services/dnspod/v20210323/api.json +1 -28
  12. tccli/services/dts/v20211206/api.json +2 -2
  13. tccli/services/emr/emr_client.py +262 -50
  14. tccli/services/emr/v20190103/api.json +331 -6
  15. tccli/services/emr/v20190103/examples.json +39 -7
  16. tccli/services/es/v20180416/api.json +2 -2
  17. tccli/services/ess/v20201111/api.json +6 -6
  18. tccli/services/essbasic/v20210526/api.json +15 -6
  19. tccli/services/faceid/v20180301/api.json +60 -22
  20. tccli/services/gs/v20191118/api.json +18 -0
  21. tccli/services/lkeap/v20240522/api.json +1 -1
  22. tccli/services/monitor/v20180724/api.json +4 -4
  23. tccli/services/ocr/v20181119/api.json +10 -0
  24. tccli/services/redis/v20180412/api.json +1 -1
  25. tccli/services/rum/v20210622/api.json +9 -0
  26. tccli/services/tbaas/v20180416/api.json +5 -5
  27. tccli/services/tione/v20211111/api.json +10 -0
  28. tccli/services/trtc/v20190722/api.json +9 -0
  29. tccli/services/vod/v20180717/api.json +3 -3
  30. tccli/services/wedata/v20210820/api.json +191 -0
  31. tccli/services/wedata/v20210820/examples.json +8 -0
  32. tccli/services/wedata/wedata_client.py +57 -4
  33. {tccli-3.0.1319.1.dist-info → tccli-3.0.1321.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1319.1.dist-info → tccli-3.0.1321.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1319.1.dist-info → tccli-3.0.1321.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1319.1.dist-info → tccli-3.0.1321.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1319.1.dist-info → tccli-3.0.1321.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
42
42
  "output": "CreateClusterResponse",
43
43
  "status": "online"
44
44
  },
45
+ "CreateGroupsSTD": {
46
+ "document": "用户管理-批量创建用户组",
47
+ "input": "CreateGroupsSTDRequest",
48
+ "name": "用户管理-批量创建用户组",
49
+ "output": "CreateGroupsSTDResponse",
50
+ "status": "online"
51
+ },
45
52
  "CreateInstance": {
46
53
  "document": "创建EMR集群实例",
47
54
  "input": "CreateInstanceRequest",
@@ -63,6 +70,13 @@
63
70
  "output": "DeleteAutoScaleStrategyResponse",
64
71
  "status": "online"
65
72
  },
73
+ "DeleteGroupsSTD": {
74
+ "document": "批量删除用户组",
75
+ "input": "DeleteGroupsSTDRequest",
76
+ "name": "用户管理-批量删除用户组",
77
+ "output": "DeleteGroupsSTDResponse",
78
+ "status": "online"
79
+ },
66
80
  "DeleteNodeResourceConfig": {
67
81
  "document": "删除当前集群的节点规格配置",
68
82
  "input": "DeleteNodeResourceConfigRequest",
@@ -455,6 +469,13 @@
455
469
  "output": "ModifySLInstanceBasicResponse",
456
470
  "status": "online"
457
471
  },
472
+ "ModifyUserGroup": {
473
+ "document": "用户管理-修改用户组",
474
+ "input": "ModifyUserGroupRequest",
475
+ "name": "用户管理-修改用户组",
476
+ "output": "ModifyUserGroupResponse",
477
+ "status": "online"
478
+ },
458
479
  "ModifyUserManagerPwd": {
459
480
  "document": "修改用户密码(用户管理)",
460
481
  "input": "ModifyUserManagerPwdRequest",
@@ -462,6 +483,13 @@
462
483
  "output": "ModifyUserManagerPwdResponse",
463
484
  "status": "online"
464
485
  },
486
+ "ModifyUsersOfGroupSTD": {
487
+ "document": "变更用户组用户信息",
488
+ "input": "ModifyUsersOfGroupSTDRequest",
489
+ "name": "用户管理-变更用户组用户信息",
490
+ "output": "ModifyUsersOfGroupSTDResponse",
491
+ "status": "online"
492
+ },
465
493
  "ModifyYarnDeploy": {
466
494
  "document": "部署生效。已废弃,请使用`DeployYarnConf`接口进行部署生效",
467
495
  "input": "ModifyYarnDeployRequest",
@@ -736,7 +764,7 @@
736
764
  {
737
765
  "disabled": false,
738
766
  "document": "集群字符串ID",
739
- "example": "emr-xxx",
767
+ "example": "emr-o88f3whr",
740
768
  "member": "string",
741
769
  "name": "InstanceId",
742
770
  "required": true,
@@ -745,7 +773,7 @@
745
773
  {
746
774
  "disabled": false,
747
775
  "document": "用户信息列表",
748
- "example": "[{\"UserName\":\"user1\",\"UserGroup\":\"group1\",\"PassWord\":\"123456\"}]",
776
+ "example": "",
749
777
  "member": "UserInfoForUserManager",
750
778
  "name": "UserManagerUserList",
751
779
  "required": true,
@@ -760,7 +788,7 @@
760
788
  {
761
789
  "disabled": false,
762
790
  "document": "添加成功的用户列表\n注意:此字段可能返回 null,表示取不到有效值。",
763
- "example": "[\"123\"]",
791
+ "example": "[\"user1\"]",
764
792
  "member": "string",
765
793
  "name": "SuccessUserList",
766
794
  "output_required": true,
@@ -770,7 +798,7 @@
770
798
  {
771
799
  "disabled": false,
772
800
  "document": "添加失败的用户列表\n注意:此字段可能返回 null,表示取不到有效值。",
773
- "example": "[\"123\"]",
801
+ "example": "",
774
802
  "member": "string",
775
803
  "name": "FailedUserList",
776
804
  "output_required": true,
@@ -3301,6 +3329,52 @@
3301
3329
  ],
3302
3330
  "type": "object"
3303
3331
  },
3332
+ "CreateGroupsSTDRequest": {
3333
+ "document": "CreateGroupsSTD请求参数结构体",
3334
+ "members": [
3335
+ {
3336
+ "disabled": false,
3337
+ "document": "集群名称",
3338
+ "example": "emr-o88f3whr",
3339
+ "member": "string",
3340
+ "name": "InstanceId",
3341
+ "required": true,
3342
+ "type": "string"
3343
+ },
3344
+ {
3345
+ "disabled": false,
3346
+ "document": "批量用户组信息",
3347
+ "example": "无",
3348
+ "member": "GroupInfo",
3349
+ "name": "Groups",
3350
+ "required": true,
3351
+ "type": "list"
3352
+ }
3353
+ ],
3354
+ "type": "object"
3355
+ },
3356
+ "CreateGroupsSTDResponse": {
3357
+ "document": "CreateGroupsSTD返回参数结构体",
3358
+ "members": [
3359
+ {
3360
+ "disabled": false,
3361
+ "document": "每个用户组的输出结果",
3362
+ "example": "无",
3363
+ "member": "ResultItem",
3364
+ "name": "Data",
3365
+ "output_required": false,
3366
+ "type": "list",
3367
+ "value_allowed_null": false
3368
+ },
3369
+ {
3370
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3371
+ "member": "string",
3372
+ "name": "RequestId",
3373
+ "type": "string"
3374
+ }
3375
+ ],
3376
+ "type": "object"
3377
+ },
3304
3378
  "CreateInstanceRequest": {
3305
3379
  "document": "CreateInstance请求参数结构体",
3306
3380
  "members": [
@@ -4028,6 +4102,52 @@
4028
4102
  ],
4029
4103
  "type": "object"
4030
4104
  },
4105
+ "DeleteGroupsSTDRequest": {
4106
+ "document": "DeleteGroupsSTD请求参数结构体",
4107
+ "members": [
4108
+ {
4109
+ "disabled": false,
4110
+ "document": "集群名称",
4111
+ "example": "emr-o88f3whr",
4112
+ "member": "string",
4113
+ "name": "InstanceId",
4114
+ "required": true,
4115
+ "type": "string"
4116
+ },
4117
+ {
4118
+ "disabled": false,
4119
+ "document": "用户组名称数组",
4120
+ "example": "[\"group1\",\"group2\"]",
4121
+ "member": "string",
4122
+ "name": "GroupNames",
4123
+ "required": true,
4124
+ "type": "list"
4125
+ }
4126
+ ],
4127
+ "type": "object"
4128
+ },
4129
+ "DeleteGroupsSTDResponse": {
4130
+ "document": "DeleteGroupsSTD返回参数结构体",
4131
+ "members": [
4132
+ {
4133
+ "disabled": false,
4134
+ "document": "删除返回结果",
4135
+ "example": "无",
4136
+ "member": "ResultItem",
4137
+ "name": "Data",
4138
+ "output_required": false,
4139
+ "type": "list",
4140
+ "value_allowed_null": false
4141
+ },
4142
+ {
4143
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4144
+ "member": "string",
4145
+ "name": "RequestId",
4146
+ "type": "string"
4147
+ }
4148
+ ],
4149
+ "type": "object"
4150
+ },
4031
4151
  "DeleteNodeResourceConfigRequest": {
4032
4152
  "document": "DeleteNodeResourceConfig请求参数结构体",
4033
4153
  "members": [
@@ -4097,7 +4217,7 @@
4097
4217
  {
4098
4218
  "disabled": false,
4099
4219
  "document": "集群实例ID",
4100
- "example": "emr-xxx",
4220
+ "example": "emr-o88f3whr",
4101
4221
  "member": "string",
4102
4222
  "name": "InstanceId",
4103
4223
  "required": true,
@@ -4106,7 +4226,7 @@
4106
4226
  {
4107
4227
  "disabled": false,
4108
4228
  "document": "集群用户名列表",
4109
- "example": "[\"emr\", \"es\"]",
4229
+ "example": "[\"user1\"]",
4110
4230
  "member": "string",
4111
4231
  "name": "UserNameList",
4112
4232
  "required": false,
@@ -8965,6 +9085,45 @@
8965
9085
  ],
8966
9086
  "usage": "both"
8967
9087
  },
9088
+ "GroupInfo": {
9089
+ "document": "用户组信息",
9090
+ "members": [
9091
+ {
9092
+ "disabled": false,
9093
+ "document": "组名",
9094
+ "example": "groupTest",
9095
+ "member": "string",
9096
+ "name": "GroupName",
9097
+ "output_required": false,
9098
+ "required": false,
9099
+ "type": "string",
9100
+ "value_allowed_null": false
9101
+ },
9102
+ {
9103
+ "disabled": false,
9104
+ "document": "备注",
9105
+ "example": "userGroup",
9106
+ "member": "string",
9107
+ "name": "Description",
9108
+ "output_required": false,
9109
+ "required": false,
9110
+ "type": "string",
9111
+ "value_allowed_null": false
9112
+ },
9113
+ {
9114
+ "disabled": false,
9115
+ "document": "用户列表",
9116
+ "example": "无",
9117
+ "member": "string",
9118
+ "name": "Users",
9119
+ "output_required": false,
9120
+ "required": false,
9121
+ "type": "list",
9122
+ "value_allowed_null": false
9123
+ }
9124
+ ],
9125
+ "usage": "both"
9126
+ },
8968
9127
  "HealthStatus": {
8969
9128
  "document": "进程健康状态",
8970
9129
  "members": [
@@ -12215,6 +12374,60 @@
12215
12374
  ],
12216
12375
  "type": "object"
12217
12376
  },
12377
+ "ModifyUserGroupRequest": {
12378
+ "document": "ModifyUserGroup请求参数结构体",
12379
+ "members": [
12380
+ {
12381
+ "disabled": false,
12382
+ "document": "用户信息列表",
12383
+ "example": "[\"user1\"]",
12384
+ "member": "string",
12385
+ "name": "Users",
12386
+ "required": true,
12387
+ "type": "list"
12388
+ },
12389
+ {
12390
+ "disabled": false,
12391
+ "document": "用户主组,cvm集群为必填参数,tke集群选填",
12392
+ "example": "group4",
12393
+ "member": "string",
12394
+ "name": "UserGroup",
12395
+ "required": false,
12396
+ "type": "string"
12397
+ },
12398
+ {
12399
+ "disabled": false,
12400
+ "document": "用户副组",
12401
+ "example": "[\"group4\"]",
12402
+ "member": "string",
12403
+ "name": "Groups",
12404
+ "required": false,
12405
+ "type": "list"
12406
+ },
12407
+ {
12408
+ "disabled": false,
12409
+ "document": "备注",
12410
+ "example": "modify",
12411
+ "member": "string",
12412
+ "name": "Remark",
12413
+ "required": false,
12414
+ "type": "string"
12415
+ }
12416
+ ],
12417
+ "type": "object"
12418
+ },
12419
+ "ModifyUserGroupResponse": {
12420
+ "document": "ModifyUserGroup返回参数结构体",
12421
+ "members": [
12422
+ {
12423
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12424
+ "member": "string",
12425
+ "name": "RequestId",
12426
+ "type": "string"
12427
+ }
12428
+ ],
12429
+ "type": "object"
12430
+ },
12218
12431
  "ModifyUserManagerPwdRequest": {
12219
12432
  "document": "ModifyUserManagerPwd请求参数结构体",
12220
12433
  "members": [
@@ -12260,6 +12473,79 @@
12260
12473
  ],
12261
12474
  "type": "object"
12262
12475
  },
12476
+ "ModifyUsersOfGroupSTDRequest": {
12477
+ "document": "ModifyUsersOfGroupSTD请求参数结构体",
12478
+ "members": [
12479
+ {
12480
+ "disabled": false,
12481
+ "document": "集群名称",
12482
+ "example": "emr-o88f3whr",
12483
+ "member": "string",
12484
+ "name": "InstanceId",
12485
+ "required": true,
12486
+ "type": "string"
12487
+ },
12488
+ {
12489
+ "disabled": false,
12490
+ "document": "用户组名",
12491
+ "example": "group3",
12492
+ "member": "string",
12493
+ "name": "Group",
12494
+ "required": true,
12495
+ "type": "string"
12496
+ },
12497
+ {
12498
+ "disabled": false,
12499
+ "document": "用户列表",
12500
+ "example": "[\"user1\"]",
12501
+ "member": "string",
12502
+ "name": "Users",
12503
+ "required": false,
12504
+ "type": "list"
12505
+ },
12506
+ {
12507
+ "disabled": false,
12508
+ "document": "用户组描述",
12509
+ "example": "modify",
12510
+ "member": "string",
12511
+ "name": "Description",
12512
+ "required": false,
12513
+ "type": "string"
12514
+ },
12515
+ {
12516
+ "disabled": false,
12517
+ "document": "枚举类, ADD, DELETE, SYNC\n\n\n枚举类说明:\n- ADD: 新增的批量用户, 多次新增相同的用户不会报错\n- DELETE: 从用户组里删除的批量用户, 删除不存在的用户不会报错\n- SYNC: 用于同步整个用户组, 当列表为空时代表清空整个用户组\n默认为SYNC\n",
12518
+ "example": "SYNC",
12519
+ "member": "string",
12520
+ "name": "OperateAction",
12521
+ "required": false,
12522
+ "type": "string"
12523
+ }
12524
+ ],
12525
+ "type": "object"
12526
+ },
12527
+ "ModifyUsersOfGroupSTDResponse": {
12528
+ "document": "ModifyUsersOfGroupSTD返回参数结构体",
12529
+ "members": [
12530
+ {
12531
+ "disabled": false,
12532
+ "document": "是否修改成功",
12533
+ "example": "true",
12534
+ "member": "bool",
12535
+ "name": "Data",
12536
+ "output_required": false,
12537
+ "type": "bool",
12538
+ "value_allowed_null": false
12539
+ },
12540
+ {
12541
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
12542
+ "member": "string",
12543
+ "name": "RequestId",
12544
+ "type": "string"
12545
+ }
12546
+ ],
12547
+ "type": "object"
12548
+ },
12263
12549
  "ModifyYarnDeployRequest": {
12264
12550
  "document": "ModifyYarnDeploy请求参数结构体",
12265
12551
  "members": [
@@ -15674,6 +15960,45 @@
15674
15960
  ],
15675
15961
  "usage": "out"
15676
15962
  },
15963
+ "ResultItem": {
15964
+ "document": "用户组的输出结果",
15965
+ "members": [
15966
+ {
15967
+ "disabled": false,
15968
+ "document": "此处为用户组名",
15969
+ "example": "groupTest",
15970
+ "member": "string",
15971
+ "name": "Item",
15972
+ "output_required": false,
15973
+ "required": false,
15974
+ "type": "string",
15975
+ "value_allowed_null": false
15976
+ },
15977
+ {
15978
+ "disabled": false,
15979
+ "document": "创建用户组是否成功",
15980
+ "example": "true",
15981
+ "member": "bool",
15982
+ "name": "Result",
15983
+ "output_required": false,
15984
+ "required": false,
15985
+ "type": "bool",
15986
+ "value_allowed_null": false
15987
+ },
15988
+ {
15989
+ "disabled": false,
15990
+ "document": "若是创建失败, 提供失败原因",
15991
+ "example": "用户组已存在",
15992
+ "member": "string",
15993
+ "name": "Reason",
15994
+ "output_required": false,
15995
+ "required": false,
15996
+ "type": "string",
15997
+ "value_allowed_null": false
15998
+ }
15999
+ ],
16000
+ "usage": "both"
16001
+ },
15677
16002
  "RunJobFlowRequest": {
15678
16003
  "document": "RunJobFlow请求参数结构体",
15679
16004
  "members": [
@@ -19,9 +19,9 @@
19
19
  "AddUsersForUserManager": [
20
20
  {
21
21
  "document": "",
22
- "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddUsersForUserManager\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-dadda\",\n \"UserManagerUserList\": [\n {\n \"UserName\": \"test1\",\n \"UserGroup\": \"test1\",\n \"PassWord\": \"test1\",\n \"ReMark\": \"test1\"\n },\n {\n \"UserName\": \"test2\",\n \"UserGroup\": \"test2\",\n \"PassWord\": \"test2\",\n \"ReMark\": \"test2\"\n },\n {\n \"UserName\": \"test3\",\n \"UserGroup\": \"test3\",\n \"PassWord\": \"test3\",\n \"ReMark\": \"test3\"\n },\n {\n \"UserName\": \"test4\",\n \"UserGroup\": \"test4\",\n \"PassWord\": \"test4\",\n \"ReMark\": \"test4\"\n }\n ]\n}",
23
- "output": "{\n \"Response\": {\n \"FailedUserList\": [],\n \"RequestId\": \"782d3570-9f82-4bff-974a-17cf684fdfe9\",\n \"SuccessUserList\": [\n \"test1\",\n \"test2\",\n \"test3\",\n \"test4\"\n ]\n }\n}",
24
- "title": "test"
22
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddUsersForUserManager\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"UserManagerUserList\": [\n {\n \"UserName\": \"user1\",\n \"UserGroup\": \"group1\",\n \"PassWord\": \"ceshi123\",\n \"ReMark\": \"ceshi\",\n \"Groups\": [\n \"group1\"\n ]\n }\n ]\n}",
23
+ "output": "{\n \"Response\": {\n \"FailedUserList\": [],\n \"RequestId\": \"69048737-8f4f-4825-b4f6-a67dbf3f198c\",\n \"SuccessUserList\": [\n \"user1\"\n ]\n }\n}",
24
+ "title": "新增用户"
25
25
  }
26
26
  ],
27
27
  "AttachDisks": [
@@ -48,6 +48,14 @@
48
48
  "title": "创建EMR集群实例"
49
49
  }
50
50
  ],
51
+ "CreateGroupsSTD": [
52
+ {
53
+ "document": "",
54
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroupsSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"Groups\": [\n {\n \"GroupName\": \"group4\",\n \"Description\": \"ceshi\"\n }\n ]\n}",
55
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Item\": \"group4\",\n \"Reason\": \"\",\n \"Result\": true\n }\n ],\n \"RequestId\": \"ceff5822-18bb-43d7-8c63-199597aa50de\"\n }\n}",
56
+ "title": "增加用户组"
57
+ }
58
+ ],
51
59
  "CreateInstance": [
52
60
  {
53
61
  "document": "",
@@ -72,6 +80,14 @@
72
80
  "title": "删除弹性扩缩容规则示例"
73
81
  }
74
82
  ],
83
+ "DeleteGroupsSTD": [
84
+ {
85
+ "document": "",
86
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGroupsSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"GroupNames\": [\n \"group1\",\n \"group2\"\n ]\n}",
87
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Item\": \"group1\",\n \"Reason\": \"\",\n \"Result\": true\n },\n {\n \"Item\": \"group2\",\n \"Reason\": \"Group group2 not found or being processed\",\n \"Result\": false\n }\n ],\n \"RequestId\": \"24b928fe-29f4-4c15-8a4c-700eb86c713a\"\n }\n}",
88
+ "title": "删除用户组"
89
+ }
90
+ ],
75
91
  "DeleteNodeResourceConfig": [
76
92
  {
77
93
  "document": "",
@@ -82,10 +98,10 @@
82
98
  ],
83
99
  "DeleteUserManagerUserList": [
84
100
  {
85
- "document": "test",
86
- "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserManagerUserList\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-test\",\n \"UserNameList\": [\n \"userTest\"\n ]\n}",
87
- "output": "{\n \"Response\": {\n \"RequestId\": \"782d3570-9f82-4bff-974a-17cf684fdfx9\"\n }\n}",
88
- "title": "test"
101
+ "document": "",
102
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteUserManagerUserList\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"UserNameList\": [\n \"user1\"\n ],\n \"DeleteHomeDir\": true\n}",
103
+ "output": "{\n \"Response\": {\n \"RequestId\": \"49bcbf5a-f2e6-44fb-9aac-8bef6b107366\"\n }\n}",
104
+ "title": "删除用户"
89
105
  }
90
106
  ],
91
107
  "DeployYarnConf": [
@@ -520,6 +536,14 @@
520
536
  "title": "serverless hbase修改实例名称"
521
537
  }
522
538
  ],
539
+ "ModifyUserGroup": [
540
+ {
541
+ "document": "",
542
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserGroup\n<公共请求参数>\n\n{\n \"Users\": [\n \"user1\"\n ],\n \"UserGroup\": \"group4\",\n \"Groups\": [\n \"group4\"\n ],\n \"Remark\": \"modify\"\n}",
543
+ "output": "{\n \"Response\": {\n \"RequestId\": \"43d2a958-6cdf-422b-903e-0bbf2aaa2619\"\n }\n}",
544
+ "title": "修改用户的用户组"
545
+ }
546
+ ],
523
547
  "ModifyUserManagerPwd": [
524
548
  {
525
549
  "document": "test",
@@ -528,6 +552,14 @@
528
552
  "title": "test"
529
553
  }
530
554
  ],
555
+ "ModifyUsersOfGroupSTD": [
556
+ {
557
+ "document": "",
558
+ "input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUsersOfGroupSTD\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-o88f3whr\",\n \"Group\": \"group3\",\n \"Users\": [\n \"user1\"\n ],\n \"Description\": \"modify\"\n}",
559
+ "output": "{\n \"Response\": {\n \"Data\": true,\n \"RequestId\": \"554a474b-c1dd-4627-9b80-42b4b9e95add\"\n }\n}",
560
+ "title": "修改用户组内用户"
561
+ }
562
+ ],
531
563
  "ModifyYarnDeploy": [
532
564
  {
533
565
  "document": "",
@@ -11726,14 +11726,14 @@
11726
11726
  },
11727
11727
  {
11728
11728
  "disabled": false,
11729
- "document": "是否为隐藏可用区\n注意:此字段可能返回 null,表示取不到有效值。",
11729
+ "document": "是否为隐藏可用区",
11730
11730
  "example": "false",
11731
11731
  "member": "bool",
11732
11732
  "name": "Hidden",
11733
11733
  "output_required": false,
11734
11734
  "required": false,
11735
11735
  "type": "bool",
11736
- "value_allowed_null": true
11736
+ "value_allowed_null": false
11737
11737
  }
11738
11738
  ],
11739
11739
  "usage": "both"
@@ -876,7 +876,7 @@
876
876
  },
877
877
  {
878
878
  "disabled": false,
879
- "document": "【在用文件发起合同场景下才有效,模板发起场景下需要在模板中配置】合同中的该名签署方的签署控件列表,列表中可支持下列多种签署控件,控件的详细定义参考开发者中心的Component结构体\n<ul><li> 个人签名/印章</li>\n<li> 企业印章</li>\n<li> 骑缝章等签署控件</li></ul>",
879
+ "document": "【在用文件发起合同场景下才有效,模板发起场景下需要在模板中配置】合同中的该名签署方的签署控件列表,列表中可支持下列多种签署控件,控件的详细定义参考开发者中心的Component结构体\n<ul><li> 个人签名/印章</li>\n<li> 企业印章</li>\n<li> 骑缝章等签署控件</li></ul>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/91757a7f9188ccf3057a4a8979cf3f93.png)",
880
880
  "example": "无",
881
881
  "member": "Component",
882
882
  "name": "SignComponents",
@@ -1038,7 +1038,7 @@
1038
1038
  },
1039
1039
  {
1040
1040
  "disabled": false,
1041
- "document": "【在用文件发起合同场景下才有效,模板发起场景下需要在模板中配置】签署人在合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体\n<ul><li>单行文本控件</li>\n<li>多行文本控件</li>\n<li>勾选框控件</li>\n<li>数字控件</li>\n<li>图片控件</li>\n</ul>\n\n具体使用说明可参考[为签署方指定填写控件](https://qian.tencent.cn/developers/company/createFlowByFiles/#指定签署方填写控件)\n\n注:`此参数仅在通过文件发起合同或者合同组时生效`",
1041
+ "document": "【在用文件发起合同场景下才有效,模板发起场景下需要在模板中配置】签署人在合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体\n<ul><li>单行文本控件</li>\n<li>多行文本控件</li>\n<li>勾选框控件</li>\n<li>数字控件</li>\n<li>图片控件</li>\n</ul>\n\n具体使用说明可参考[为签署方指定填写控件](https://qian.tencent.cn/developers/company/createFlowByFiles/#指定签署方填写控件)\n\n注:`此参数仅在通过文件发起合同或者合同组时生效`\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/e004195ee4cb98a7f9bc12eb4a0a0b77.png)",
1042
1042
  "example": "无",
1043
1043
  "member": "Component",
1044
1044
  "name": "Components",
@@ -1440,7 +1440,7 @@
1440
1440
  },
1441
1441
  {
1442
1442
  "disabled": false,
1443
- "document": "是否回调证书信息:\n<ul><li>**false**: 不需要(默认)</li>\n<li>**true**:需要</li></ul>",
1443
+ "document": "是否回调证书信息:\n<ul><li>**false**: 不需要(默认)</li>\n<li>**true**:需要</li></ul>\n\n注:`该字段已经失效,请勿设置此参数。`",
1444
1444
  "example": "false",
1445
1445
  "member": "bool",
1446
1446
  "name": "CertInfoCallback",
@@ -1476,7 +1476,7 @@
1476
1476
  },
1477
1477
  {
1478
1478
  "disabled": false,
1479
- "document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸认别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>\n<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>",
1479
+ "document": "开通时候的身份验证方式, 取值为:\n<ul><li>**WEIXINAPP** : 微信人脸识别</li>\n<li>**INSIGHT** : 慧眼人脸识别</li>\n<li>**TELECOM** : 运营商三要素验证</li></ul>\n注:\n<ul><li>如果是小程序开通链接,支持传 WEIXINAPP / TELECOM。为空默认 WEIXINAPP</li>\n<li>如果是 H5 开通链接,支持传 INSIGHT / TELECOM。为空默认 INSIGHT </li></ul>",
1480
1480
  "example": "[\"WEIXINAPP\"]",
1481
1481
  "member": "string",
1482
1482
  "name": "VerifyChannels",
@@ -1485,7 +1485,7 @@
1485
1485
  },
1486
1486
  {
1487
1487
  "disabled": false,
1488
- "document": "设置用户自动签合同的扣费方式。\n\n<ul><li><b>1</b>: (默认)使用合同份额进行扣减</li></ul>",
1488
+ "document": "设置用户自动签合同的扣费方式。\n\n<ul><li><b>1</b>: (默认)使用合同份额进行扣减</li></ul>\n\n注:`该字段已经失效,请勿设置此参数。`",
1489
1489
  "example": "1",
1490
1490
  "member": "int64",
1491
1491
  "name": "LicenseType",
@@ -3925,7 +3925,7 @@
3925
3925
  },
3926
3926
  {
3927
3927
  "disabled": false,
3928
- "document": "发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)\n<ul><li> 单行文本控件 </li>\n<li> 多行文本控件 </li>\n<li> 勾选框控件 </li>\n<li> 数字控件 </li>\n<li> 图片控件 </li>\n<li> 水印控件等 </li>\n</ul>",
3928
+ "document": "发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)\n<ul><li> 单行文本控件 </li>\n<li> 多行文本控件 </li>\n<li> 勾选框控件 </li>\n<li> 数字控件 </li>\n<li> 图片控件 </li>\n<li> 水印控件等 </li>\n</ul>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/e004195ee4cb98a7f9bc12eb4a0a0b77.png)",
3929
3929
  "example": "无",
3930
3930
  "member": "Component",
3931
3931
  "name": "Components",