tccli 3.0.1133.1__py2.py3-none-any.whl → 3.0.1134.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/asr/v20190614/api.json +2 -2
- tccli/services/billing/v20180709/api.json +10 -0
- tccli/services/cam/v20190116/api.json +41 -12
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cmq/v20190304/api.json +53 -49
- tccli/services/cmq/v20190304/examples.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +57 -4
- tccli/services/cynosdb/v20190107/api.json +111 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +149 -2
- tccli/services/dlc/v20210125/examples.json +9 -1
- tccli/services/dsgc/v20190723/api.json +45 -40
- tccli/services/dts/dts_client.py +0 -53
- tccli/services/dts/v20180330/api.json +0 -98
- tccli/services/dts/v20180330/examples.json +0 -8
- tccli/services/emr/v20190103/api.json +4 -4
- tccli/services/ess/ess_client.py +411 -305
- tccli/services/ess/v20201111/api.json +144 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/essbasic_client.py +110 -4
- tccli/services/essbasic/v20210526/api.json +137 -2
- tccli/services/essbasic/v20210526/examples.json +16 -0
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +96 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +57 -7
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +373 -3
- tccli/services/organization/organization_client.py +118 -12
- tccli/services/organization/v20210331/api.json +68 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/tdmq/tdmq_client.py +443 -19
- tccli/services/tdmq/v20200217/api.json +570 -0
- tccli/services/tdmq/v20200217/examples.json +64 -0
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tsf/v20180326/api.json +37 -27
- tccli/services/tsf/v20180326/examples.json +1 -1
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1133.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -98,6 +98,13 @@
|
|
98
98
|
"output": "CreateRocketMQClusterResponse",
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
|
+
"CreateRocketMQEnvironmentRole": {
|
102
|
+
"document": "创建环境角色授权",
|
103
|
+
"input": "CreateRocketMQEnvironmentRoleRequest",
|
104
|
+
"name": "创建RocketMQ环境角色授权",
|
105
|
+
"output": "CreateRocketMQEnvironmentRoleResponse",
|
106
|
+
"status": "online"
|
107
|
+
},
|
101
108
|
"CreateRocketMQGroup": {
|
102
109
|
"document": "创建RocketMQ消费组",
|
103
110
|
"input": "CreateRocketMQGroupRequest",
|
@@ -112,6 +119,13 @@
|
|
112
119
|
"output": "CreateRocketMQNamespaceResponse",
|
113
120
|
"status": "online"
|
114
121
|
},
|
122
|
+
"CreateRocketMQRole": {
|
123
|
+
"document": "创建角色",
|
124
|
+
"input": "CreateRocketMQRoleRequest",
|
125
|
+
"name": "创建RocketMQ角色",
|
126
|
+
"output": "CreateRocketMQRoleResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
115
129
|
"CreateRocketMQTopic": {
|
116
130
|
"document": "创建RocketMQ主题",
|
117
131
|
"input": "CreateRocketMQTopicRequest",
|
@@ -224,6 +238,13 @@
|
|
224
238
|
"output": "DeleteRocketMQClusterResponse",
|
225
239
|
"status": "online"
|
226
240
|
},
|
241
|
+
"DeleteRocketMQEnvironmentRoles": {
|
242
|
+
"document": "删除环境角色授权。",
|
243
|
+
"input": "DeleteRocketMQEnvironmentRolesRequest",
|
244
|
+
"name": "批量删除RocketMQ环境角色授权",
|
245
|
+
"output": "DeleteRocketMQEnvironmentRolesResponse",
|
246
|
+
"status": "online"
|
247
|
+
},
|
227
248
|
"DeleteRocketMQGroup": {
|
228
249
|
"document": "删除RocketMQ消费组",
|
229
250
|
"input": "DeleteRocketMQGroupRequest",
|
@@ -238,6 +259,13 @@
|
|
238
259
|
"output": "DeleteRocketMQNamespaceResponse",
|
239
260
|
"status": "online"
|
240
261
|
},
|
262
|
+
"DeleteRocketMQRoles": {
|
263
|
+
"document": "删除角色,支持批量。",
|
264
|
+
"input": "DeleteRocketMQRolesRequest",
|
265
|
+
"name": "批量删除RocketMQ角色",
|
266
|
+
"output": "DeleteRocketMQRolesResponse",
|
267
|
+
"status": "online"
|
268
|
+
},
|
241
269
|
"DeleteRocketMQTopic": {
|
242
270
|
"document": "删除RocketMQ主题",
|
243
271
|
"input": "DeleteRocketMQTopicRequest",
|
@@ -532,6 +560,13 @@
|
|
532
560
|
"output": "DescribeRocketMQConsumerConnectionsResponse",
|
533
561
|
"status": "online"
|
534
562
|
},
|
563
|
+
"DescribeRocketMQEnvironmentRoles": {
|
564
|
+
"document": "获取命名空间角色列表",
|
565
|
+
"input": "DescribeRocketMQEnvironmentRolesRequest",
|
566
|
+
"name": "获取RocketMQ命名空间角色列表",
|
567
|
+
"output": "DescribeRocketMQEnvironmentRolesResponse",
|
568
|
+
"status": "online"
|
569
|
+
},
|
535
570
|
"DescribeRocketMQGroups": {
|
536
571
|
"document": "获取RocketMQ消费组列表",
|
537
572
|
"input": "DescribeRocketMQGroupsRequest",
|
@@ -581,6 +616,13 @@
|
|
581
616
|
"output": "DescribeRocketMQPublicAccessPointResponse",
|
582
617
|
"status": "online"
|
583
618
|
},
|
619
|
+
"DescribeRocketMQRoles": {
|
620
|
+
"document": "获取角色列表",
|
621
|
+
"input": "DescribeRocketMQRolesRequest",
|
622
|
+
"name": "获取RocketMQ角色列表",
|
623
|
+
"output": "DescribeRocketMQRolesResponse",
|
624
|
+
"status": "online"
|
625
|
+
},
|
584
626
|
"DescribeRocketMQSmoothMigrationTask": {
|
585
627
|
"document": "用于获取RocketMQ平滑迁移任务详情",
|
586
628
|
"input": "DescribeRocketMQSmoothMigrationTaskRequest",
|
@@ -777,6 +819,13 @@
|
|
777
819
|
"output": "ModifyRocketMQClusterResponse",
|
778
820
|
"status": "online"
|
779
821
|
},
|
822
|
+
"ModifyRocketMQEnvironmentRole": {
|
823
|
+
"document": "修改环境角色授权。",
|
824
|
+
"input": "ModifyRocketMQEnvironmentRoleRequest",
|
825
|
+
"name": "修改RocketMQ环境角色授权",
|
826
|
+
"output": "ModifyRocketMQEnvironmentRoleResponse",
|
827
|
+
"status": "online"
|
828
|
+
},
|
780
829
|
"ModifyRocketMQGroup": {
|
781
830
|
"document": "更新RocketMQ消费组信息",
|
782
831
|
"input": "ModifyRocketMQGroupRequest",
|
@@ -798,6 +847,13 @@
|
|
798
847
|
"output": "ModifyRocketMQNamespaceResponse",
|
799
848
|
"status": "online"
|
800
849
|
},
|
850
|
+
"ModifyRocketMQRole": {
|
851
|
+
"document": "角色修改",
|
852
|
+
"input": "ModifyRocketMQRoleRequest",
|
853
|
+
"name": "RocketMQ角色修改",
|
854
|
+
"output": "ModifyRocketMQRoleResponse",
|
855
|
+
"status": "online"
|
856
|
+
},
|
801
857
|
"ModifyRocketMQTopic": {
|
802
858
|
"document": "更新RocketMQ主题信息",
|
803
859
|
"input": "ModifyRocketMQTopicRequest",
|
@@ -3696,6 +3752,60 @@
|
|
3696
3752
|
],
|
3697
3753
|
"type": "object"
|
3698
3754
|
},
|
3755
|
+
"CreateRocketMQEnvironmentRoleRequest": {
|
3756
|
+
"document": "CreateRocketMQEnvironmentRole请求参数结构体",
|
3757
|
+
"members": [
|
3758
|
+
{
|
3759
|
+
"disabled": false,
|
3760
|
+
"document": "环境(命名空间)名称。",
|
3761
|
+
"example": "default",
|
3762
|
+
"member": "string",
|
3763
|
+
"name": "EnvironmentId",
|
3764
|
+
"required": true,
|
3765
|
+
"type": "string"
|
3766
|
+
},
|
3767
|
+
{
|
3768
|
+
"disabled": false,
|
3769
|
+
"document": "角色名称。",
|
3770
|
+
"example": "test_role_1",
|
3771
|
+
"member": "string",
|
3772
|
+
"name": "RoleName",
|
3773
|
+
"required": true,
|
3774
|
+
"type": "string"
|
3775
|
+
},
|
3776
|
+
{
|
3777
|
+
"disabled": false,
|
3778
|
+
"document": "授权项,最多只能包含produce、consume两项的非空字符串数组。",
|
3779
|
+
"example": "无",
|
3780
|
+
"member": "string",
|
3781
|
+
"name": "Permissions",
|
3782
|
+
"required": true,
|
3783
|
+
"type": "list"
|
3784
|
+
},
|
3785
|
+
{
|
3786
|
+
"disabled": false,
|
3787
|
+
"document": "必填字段,集群的ID",
|
3788
|
+
"example": "xxx",
|
3789
|
+
"member": "string",
|
3790
|
+
"name": "ClusterId",
|
3791
|
+
"required": true,
|
3792
|
+
"type": "string"
|
3793
|
+
}
|
3794
|
+
],
|
3795
|
+
"type": "object"
|
3796
|
+
},
|
3797
|
+
"CreateRocketMQEnvironmentRoleResponse": {
|
3798
|
+
"document": "CreateRocketMQEnvironmentRole返回参数结构体",
|
3799
|
+
"members": [
|
3800
|
+
{
|
3801
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3802
|
+
"member": "string",
|
3803
|
+
"name": "RequestId",
|
3804
|
+
"type": "string"
|
3805
|
+
}
|
3806
|
+
],
|
3807
|
+
"type": "object"
|
3808
|
+
},
|
3699
3809
|
"CreateRocketMQGroupRequest": {
|
3700
3810
|
"document": "CreateRocketMQGroup请求参数结构体",
|
3701
3811
|
"members": [
|
@@ -3849,6 +3959,81 @@
|
|
3849
3959
|
],
|
3850
3960
|
"type": "object"
|
3851
3961
|
},
|
3962
|
+
"CreateRocketMQRoleRequest": {
|
3963
|
+
"document": "CreateRocketMQRole请求参数结构体",
|
3964
|
+
"members": [
|
3965
|
+
{
|
3966
|
+
"disabled": false,
|
3967
|
+
"document": "角色名称,不支持中字以及除了短线和下划线外的特殊字符且长度必须大于0且小等于32。",
|
3968
|
+
"example": "test_role_123",
|
3969
|
+
"member": "string",
|
3970
|
+
"name": "RoleName",
|
3971
|
+
"required": true,
|
3972
|
+
"type": "string"
|
3973
|
+
},
|
3974
|
+
{
|
3975
|
+
"disabled": false,
|
3976
|
+
"document": "必填字段,集群Id",
|
3977
|
+
"example": "pulsar-xxxx",
|
3978
|
+
"member": "string",
|
3979
|
+
"name": "ClusterId",
|
3980
|
+
"required": true,
|
3981
|
+
"type": "string"
|
3982
|
+
},
|
3983
|
+
{
|
3984
|
+
"disabled": false,
|
3985
|
+
"document": "备注说明,长度必须大等于0且小等于128。",
|
3986
|
+
"example": "创建角色",
|
3987
|
+
"member": "string",
|
3988
|
+
"name": "Remark",
|
3989
|
+
"required": false,
|
3990
|
+
"type": "string"
|
3991
|
+
}
|
3992
|
+
],
|
3993
|
+
"type": "object"
|
3994
|
+
},
|
3995
|
+
"CreateRocketMQRoleResponse": {
|
3996
|
+
"document": "CreateRocketMQRole返回参数结构体",
|
3997
|
+
"members": [
|
3998
|
+
{
|
3999
|
+
"disabled": false,
|
4000
|
+
"document": "角色名称",
|
4001
|
+
"example": "test_role_123",
|
4002
|
+
"member": "string",
|
4003
|
+
"name": "RoleName",
|
4004
|
+
"output_required": true,
|
4005
|
+
"type": "string",
|
4006
|
+
"value_allowed_null": false
|
4007
|
+
},
|
4008
|
+
{
|
4009
|
+
"disabled": false,
|
4010
|
+
"document": "角色token",
|
4011
|
+
"example": "eyJrZXlJZCI6InN1bmdvxxxxx0X3JvbGVfMyJ9.dbHR8m6gc4L4vZUrodhW_O9bDulZQ6lraNswNLtcUcY",
|
4012
|
+
"member": "string",
|
4013
|
+
"name": "Token",
|
4014
|
+
"output_required": true,
|
4015
|
+
"type": "string",
|
4016
|
+
"value_allowed_null": false
|
4017
|
+
},
|
4018
|
+
{
|
4019
|
+
"disabled": false,
|
4020
|
+
"document": "备注说明\n注意:此字段可能返回 null,表示取不到有效值。",
|
4021
|
+
"example": "创建角色",
|
4022
|
+
"member": "string",
|
4023
|
+
"name": "Remark",
|
4024
|
+
"output_required": true,
|
4025
|
+
"type": "string",
|
4026
|
+
"value_allowed_null": true
|
4027
|
+
},
|
4028
|
+
{
|
4029
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4030
|
+
"member": "string",
|
4031
|
+
"name": "RequestId",
|
4032
|
+
"type": "string"
|
4033
|
+
}
|
4034
|
+
],
|
4035
|
+
"type": "object"
|
4036
|
+
},
|
3852
4037
|
"CreateRocketMQTopicRequest": {
|
3853
4038
|
"document": "CreateRocketMQTopic请求参数结构体",
|
3854
4039
|
"members": [
|
@@ -4783,6 +4968,51 @@
|
|
4783
4968
|
],
|
4784
4969
|
"type": "object"
|
4785
4970
|
},
|
4971
|
+
"DeleteRocketMQEnvironmentRolesRequest": {
|
4972
|
+
"document": "DeleteRocketMQEnvironmentRoles请求参数结构体",
|
4973
|
+
"members": [
|
4974
|
+
{
|
4975
|
+
"disabled": false,
|
4976
|
+
"document": "环境(命名空间)名称。",
|
4977
|
+
"example": "default",
|
4978
|
+
"member": "string",
|
4979
|
+
"name": "EnvironmentId",
|
4980
|
+
"required": true,
|
4981
|
+
"type": "string"
|
4982
|
+
},
|
4983
|
+
{
|
4984
|
+
"disabled": false,
|
4985
|
+
"document": "角色名称数组。",
|
4986
|
+
"example": "[\"test_role\\n\"]",
|
4987
|
+
"member": "string",
|
4988
|
+
"name": "RoleNames",
|
4989
|
+
"required": true,
|
4990
|
+
"type": "list"
|
4991
|
+
},
|
4992
|
+
{
|
4993
|
+
"disabled": false,
|
4994
|
+
"document": "必填字段,集群的ID",
|
4995
|
+
"example": "rocketmq-xxxxx",
|
4996
|
+
"member": "string",
|
4997
|
+
"name": "ClusterId",
|
4998
|
+
"required": true,
|
4999
|
+
"type": "string"
|
5000
|
+
}
|
5001
|
+
],
|
5002
|
+
"type": "object"
|
5003
|
+
},
|
5004
|
+
"DeleteRocketMQEnvironmentRolesResponse": {
|
5005
|
+
"document": "DeleteRocketMQEnvironmentRoles返回参数结构体",
|
5006
|
+
"members": [
|
5007
|
+
{
|
5008
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5009
|
+
"member": "string",
|
5010
|
+
"name": "RequestId",
|
5011
|
+
"type": "string"
|
5012
|
+
}
|
5013
|
+
],
|
5014
|
+
"type": "object"
|
5015
|
+
},
|
4786
5016
|
"DeleteRocketMQGroupRequest": {
|
4787
5017
|
"document": "DeleteRocketMQGroup请求参数结构体",
|
4788
5018
|
"members": [
|
@@ -4864,6 +5094,52 @@
|
|
4864
5094
|
],
|
4865
5095
|
"type": "object"
|
4866
5096
|
},
|
5097
|
+
"DeleteRocketMQRolesRequest": {
|
5098
|
+
"document": "DeleteRocketMQRoles请求参数结构体",
|
5099
|
+
"members": [
|
5100
|
+
{
|
5101
|
+
"disabled": false,
|
5102
|
+
"document": "角色名称数组。",
|
5103
|
+
"example": "[\"test_role_1\\n\",\"test_role_2\\n\"]",
|
5104
|
+
"member": "string",
|
5105
|
+
"name": "RoleNames",
|
5106
|
+
"required": true,
|
5107
|
+
"type": "list"
|
5108
|
+
},
|
5109
|
+
{
|
5110
|
+
"disabled": false,
|
5111
|
+
"document": "必填字段,集群Id",
|
5112
|
+
"example": "pulsar-xxxx",
|
5113
|
+
"member": "string",
|
5114
|
+
"name": "ClusterId",
|
5115
|
+
"required": true,
|
5116
|
+
"type": "string"
|
5117
|
+
}
|
5118
|
+
],
|
5119
|
+
"type": "object"
|
5120
|
+
},
|
5121
|
+
"DeleteRocketMQRolesResponse": {
|
5122
|
+
"document": "DeleteRocketMQRoles返回参数结构体",
|
5123
|
+
"members": [
|
5124
|
+
{
|
5125
|
+
"disabled": false,
|
5126
|
+
"document": "成功删除的角色名称数组。",
|
5127
|
+
"example": "[\"test_role_1\",\"test_role_2\"]",
|
5128
|
+
"member": "string",
|
5129
|
+
"name": "RoleNames",
|
5130
|
+
"output_required": true,
|
5131
|
+
"type": "list",
|
5132
|
+
"value_allowed_null": false
|
5133
|
+
},
|
5134
|
+
{
|
5135
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5136
|
+
"member": "string",
|
5137
|
+
"name": "RequestId",
|
5138
|
+
"type": "string"
|
5139
|
+
}
|
5140
|
+
],
|
5141
|
+
"type": "object"
|
5142
|
+
},
|
4867
5143
|
"DeleteRocketMQTopicRequest": {
|
4868
5144
|
"document": "DeleteRocketMQTopic请求参数结构体",
|
4869
5145
|
"members": [
|
@@ -8444,6 +8720,98 @@
|
|
8444
8720
|
],
|
8445
8721
|
"type": "object"
|
8446
8722
|
},
|
8723
|
+
"DescribeRocketMQEnvironmentRolesRequest": {
|
8724
|
+
"document": "DescribeRocketMQEnvironmentRoles请求参数结构体",
|
8725
|
+
"members": [
|
8726
|
+
{
|
8727
|
+
"disabled": false,
|
8728
|
+
"document": "必填字段,RocketMQ集群的ID",
|
8729
|
+
"example": "rocketmq-ge3n43v3wj",
|
8730
|
+
"member": "string",
|
8731
|
+
"name": "ClusterId",
|
8732
|
+
"required": true,
|
8733
|
+
"type": "string"
|
8734
|
+
},
|
8735
|
+
{
|
8736
|
+
"disabled": false,
|
8737
|
+
"document": "环境(命名空间)名称。",
|
8738
|
+
"example": "default",
|
8739
|
+
"member": "string",
|
8740
|
+
"name": "EnvironmentId",
|
8741
|
+
"required": false,
|
8742
|
+
"type": "string"
|
8743
|
+
},
|
8744
|
+
{
|
8745
|
+
"disabled": false,
|
8746
|
+
"document": "起始下标,不填默认为0。",
|
8747
|
+
"example": "0",
|
8748
|
+
"member": "int64",
|
8749
|
+
"name": "Offset",
|
8750
|
+
"required": false,
|
8751
|
+
"type": "int"
|
8752
|
+
},
|
8753
|
+
{
|
8754
|
+
"disabled": false,
|
8755
|
+
"document": "返回数量,不填则默认为10,最大值为20。",
|
8756
|
+
"example": "10",
|
8757
|
+
"member": "int64",
|
8758
|
+
"name": "Limit",
|
8759
|
+
"required": false,
|
8760
|
+
"type": "int"
|
8761
|
+
},
|
8762
|
+
{
|
8763
|
+
"disabled": false,
|
8764
|
+
"document": "角色名称",
|
8765
|
+
"example": "role",
|
8766
|
+
"member": "string",
|
8767
|
+
"name": "RoleName",
|
8768
|
+
"required": false,
|
8769
|
+
"type": "string"
|
8770
|
+
},
|
8771
|
+
{
|
8772
|
+
"disabled": false,
|
8773
|
+
"document": "* RoleName\n按照角色名进行过滤,精确查询。\n类型:String\n必选:否",
|
8774
|
+
"example": "无",
|
8775
|
+
"member": "Filter",
|
8776
|
+
"name": "Filters",
|
8777
|
+
"required": false,
|
8778
|
+
"type": "list"
|
8779
|
+
}
|
8780
|
+
],
|
8781
|
+
"type": "object"
|
8782
|
+
},
|
8783
|
+
"DescribeRocketMQEnvironmentRolesResponse": {
|
8784
|
+
"document": "DescribeRocketMQEnvironmentRoles返回参数结构体",
|
8785
|
+
"members": [
|
8786
|
+
{
|
8787
|
+
"disabled": false,
|
8788
|
+
"document": "记录数。",
|
8789
|
+
"example": "1",
|
8790
|
+
"member": "int64",
|
8791
|
+
"name": "TotalCount",
|
8792
|
+
"output_required": true,
|
8793
|
+
"type": "int",
|
8794
|
+
"value_allowed_null": false
|
8795
|
+
},
|
8796
|
+
{
|
8797
|
+
"disabled": false,
|
8798
|
+
"document": "命名空间角色集合。",
|
8799
|
+
"example": "[]",
|
8800
|
+
"member": "EnvironmentRole",
|
8801
|
+
"name": "EnvironmentRoleSets",
|
8802
|
+
"output_required": true,
|
8803
|
+
"type": "list",
|
8804
|
+
"value_allowed_null": false
|
8805
|
+
},
|
8806
|
+
{
|
8807
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8808
|
+
"member": "string",
|
8809
|
+
"name": "RequestId",
|
8810
|
+
"type": "string"
|
8811
|
+
}
|
8812
|
+
],
|
8813
|
+
"type": "object"
|
8814
|
+
},
|
8447
8815
|
"DescribeRocketMQGroupsRequest": {
|
8448
8816
|
"document": "DescribeRocketMQGroups请求参数结构体",
|
8449
8817
|
"members": [
|
@@ -9217,6 +9585,89 @@
|
|
9217
9585
|
],
|
9218
9586
|
"type": "object"
|
9219
9587
|
},
|
9588
|
+
"DescribeRocketMQRolesRequest": {
|
9589
|
+
"document": "DescribeRocketMQRoles请求参数结构体",
|
9590
|
+
"members": [
|
9591
|
+
{
|
9592
|
+
"disabled": false,
|
9593
|
+
"document": "起始下标,不填默认为0。",
|
9594
|
+
"example": "0",
|
9595
|
+
"member": "int64",
|
9596
|
+
"name": "Offset",
|
9597
|
+
"required": true,
|
9598
|
+
"type": "int"
|
9599
|
+
},
|
9600
|
+
{
|
9601
|
+
"disabled": false,
|
9602
|
+
"document": "返回数量,不填则默认为10,最大值为20。",
|
9603
|
+
"example": "10",
|
9604
|
+
"member": "int64",
|
9605
|
+
"name": "Limit",
|
9606
|
+
"required": true,
|
9607
|
+
"type": "int"
|
9608
|
+
},
|
9609
|
+
{
|
9610
|
+
"disabled": false,
|
9611
|
+
"document": "必填字段,集群Id",
|
9612
|
+
"example": "test",
|
9613
|
+
"member": "string",
|
9614
|
+
"name": "ClusterId",
|
9615
|
+
"required": true,
|
9616
|
+
"type": "string"
|
9617
|
+
},
|
9618
|
+
{
|
9619
|
+
"disabled": false,
|
9620
|
+
"document": "角色名称,模糊查询",
|
9621
|
+
"example": "test",
|
9622
|
+
"member": "string",
|
9623
|
+
"name": "RoleName",
|
9624
|
+
"required": false,
|
9625
|
+
"type": "string"
|
9626
|
+
},
|
9627
|
+
{
|
9628
|
+
"disabled": false,
|
9629
|
+
"document": "* RoleName\n按照角色名进行过滤,精确查询。\n类型:String\n必选:否",
|
9630
|
+
"example": "无",
|
9631
|
+
"member": "Filter",
|
9632
|
+
"name": "Filters",
|
9633
|
+
"required": false,
|
9634
|
+
"type": "list"
|
9635
|
+
}
|
9636
|
+
],
|
9637
|
+
"type": "object"
|
9638
|
+
},
|
9639
|
+
"DescribeRocketMQRolesResponse": {
|
9640
|
+
"document": "DescribeRocketMQRoles返回参数结构体",
|
9641
|
+
"members": [
|
9642
|
+
{
|
9643
|
+
"disabled": false,
|
9644
|
+
"document": "记录数。",
|
9645
|
+
"example": "4",
|
9646
|
+
"member": "int64",
|
9647
|
+
"name": "TotalCount",
|
9648
|
+
"output_required": true,
|
9649
|
+
"type": "int",
|
9650
|
+
"value_allowed_null": false
|
9651
|
+
},
|
9652
|
+
{
|
9653
|
+
"disabled": false,
|
9654
|
+
"document": "角色数组。",
|
9655
|
+
"example": "无",
|
9656
|
+
"member": "Role",
|
9657
|
+
"name": "RoleSets",
|
9658
|
+
"output_required": true,
|
9659
|
+
"type": "list",
|
9660
|
+
"value_allowed_null": false
|
9661
|
+
},
|
9662
|
+
{
|
9663
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9664
|
+
"member": "string",
|
9665
|
+
"name": "RequestId",
|
9666
|
+
"type": "string"
|
9667
|
+
}
|
9668
|
+
],
|
9669
|
+
"type": "object"
|
9670
|
+
},
|
9220
9671
|
"DescribeRocketMQSmoothMigrationTaskListRequest": {
|
9221
9672
|
"document": "DescribeRocketMQSmoothMigrationTaskList请求参数结构体",
|
9222
9673
|
"members": [
|
@@ -12223,6 +12674,60 @@
|
|
12223
12674
|
],
|
12224
12675
|
"type": "object"
|
12225
12676
|
},
|
12677
|
+
"ModifyRocketMQEnvironmentRoleRequest": {
|
12678
|
+
"document": "ModifyRocketMQEnvironmentRole请求参数结构体",
|
12679
|
+
"members": [
|
12680
|
+
{
|
12681
|
+
"disabled": false,
|
12682
|
+
"document": "环境(命名空间)名称。",
|
12683
|
+
"example": "default",
|
12684
|
+
"member": "string",
|
12685
|
+
"name": "EnvironmentId",
|
12686
|
+
"required": true,
|
12687
|
+
"type": "string"
|
12688
|
+
},
|
12689
|
+
{
|
12690
|
+
"disabled": false,
|
12691
|
+
"document": "角色名称。",
|
12692
|
+
"example": "test_role",
|
12693
|
+
"member": "string",
|
12694
|
+
"name": "RoleName",
|
12695
|
+
"required": true,
|
12696
|
+
"type": "string"
|
12697
|
+
},
|
12698
|
+
{
|
12699
|
+
"disabled": false,
|
12700
|
+
"document": "授权项,最多只能包含produce、consume两项的非空字符串数组。",
|
12701
|
+
"example": "无",
|
12702
|
+
"member": "string",
|
12703
|
+
"name": "Permissions",
|
12704
|
+
"required": true,
|
12705
|
+
"type": "list"
|
12706
|
+
},
|
12707
|
+
{
|
12708
|
+
"disabled": false,
|
12709
|
+
"document": "必填字段,集群的ID",
|
12710
|
+
"example": "pulsar-xxxx",
|
12711
|
+
"member": "string",
|
12712
|
+
"name": "ClusterId",
|
12713
|
+
"required": true,
|
12714
|
+
"type": "string"
|
12715
|
+
}
|
12716
|
+
],
|
12717
|
+
"type": "object"
|
12718
|
+
},
|
12719
|
+
"ModifyRocketMQEnvironmentRoleResponse": {
|
12720
|
+
"document": "ModifyRocketMQEnvironmentRole返回参数结构体",
|
12721
|
+
"members": [
|
12722
|
+
{
|
12723
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
12724
|
+
"member": "string",
|
12725
|
+
"name": "RequestId",
|
12726
|
+
"type": "string"
|
12727
|
+
}
|
12728
|
+
],
|
12729
|
+
"type": "object"
|
12730
|
+
},
|
12226
12731
|
"ModifyRocketMQGroupRequest": {
|
12227
12732
|
"document": "ModifyRocketMQGroup请求参数结构体",
|
12228
12733
|
"members": [
|
@@ -12439,6 +12944,71 @@
|
|
12439
12944
|
],
|
12440
12945
|
"type": "object"
|
12441
12946
|
},
|
12947
|
+
"ModifyRocketMQRoleRequest": {
|
12948
|
+
"document": "ModifyRocketMQRole请求参数结构体",
|
12949
|
+
"members": [
|
12950
|
+
{
|
12951
|
+
"disabled": false,
|
12952
|
+
"document": "角色名称,不支持中字以及除了短线和下划线外的特殊字符且长度必须大于0且小等于32。",
|
12953
|
+
"example": "test_role",
|
12954
|
+
"member": "string",
|
12955
|
+
"name": "RoleName",
|
12956
|
+
"required": true,
|
12957
|
+
"type": "string"
|
12958
|
+
},
|
12959
|
+
{
|
12960
|
+
"disabled": false,
|
12961
|
+
"document": "必填字段,集群Id",
|
12962
|
+
"example": "pulsar-xxxx",
|
12963
|
+
"member": "string",
|
12964
|
+
"name": "ClusterId",
|
12965
|
+
"required": true,
|
12966
|
+
"type": "string"
|
12967
|
+
},
|
12968
|
+
{
|
12969
|
+
"disabled": false,
|
12970
|
+
"document": "备注说明,长度必须大等于0且小等于128。",
|
12971
|
+
"example": "更新角色",
|
12972
|
+
"member": "string",
|
12973
|
+
"name": "Remark",
|
12974
|
+
"required": false,
|
12975
|
+
"type": "string"
|
12976
|
+
}
|
12977
|
+
],
|
12978
|
+
"type": "object"
|
12979
|
+
},
|
12980
|
+
"ModifyRocketMQRoleResponse": {
|
12981
|
+
"document": "ModifyRocketMQRole返回参数结构体",
|
12982
|
+
"members": [
|
12983
|
+
{
|
12984
|
+
"disabled": false,
|
12985
|
+
"document": "角色名称",
|
12986
|
+
"example": "test_role",
|
12987
|
+
"member": "string",
|
12988
|
+
"name": "RoleName",
|
12989
|
+
"output_required": true,
|
12990
|
+
"type": "string",
|
12991
|
+
"value_allowed_null": false
|
12992
|
+
},
|
12993
|
+
{
|
12994
|
+
"disabled": false,
|
12995
|
+
"document": "备注说明",
|
12996
|
+
"example": "Remark1",
|
12997
|
+
"member": "string",
|
12998
|
+
"name": "Remark",
|
12999
|
+
"output_required": true,
|
13000
|
+
"type": "string",
|
13001
|
+
"value_allowed_null": false
|
13002
|
+
},
|
13003
|
+
{
|
13004
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
13005
|
+
"member": "string",
|
13006
|
+
"name": "RequestId",
|
13007
|
+
"type": "string"
|
13008
|
+
}
|
13009
|
+
],
|
13010
|
+
"type": "object"
|
13011
|
+
},
|
12442
13012
|
"ModifyRocketMQTopicRequest": {
|
12443
13013
|
"document": "ModifyRocketMQTopic请求参数结构体",
|
12444
13014
|
"members": [
|