tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -1,539 +1,38 @@
1
1
  {
2
2
  "actions": {
3
- "ClearQueue": {
4
- "document": "This API is used to clear all messages in a queue.",
5
- "input": "ClearQueueRequest",
6
- "name": "Clears all messages in queue",
7
- "output": "ClearQueueResponse",
8
- "status": "online"
9
- },
10
- "ClearSubscriptionFilterTags": {
11
- "document": "This API is used to clear the message tags of a subscriber.",
12
- "input": "ClearSubscriptionFilterTagsRequest",
13
- "name": "Clears the message tags of subscriber",
14
- "output": "ClearSubscriptionFilterTagsResponse",
15
- "status": "online"
16
- },
17
- "CreateQueue": {
18
- "document": "This API is used to create a queue.",
19
- "input": "CreateQueueRequest",
20
- "name": "Creates queue",
21
- "output": "CreateQueueResponse",
22
- "status": "online"
23
- },
24
- "CreateSubscribe": {
25
- "document": "This API is used to create a subscription.",
26
- "input": "CreateSubscribeRequest",
27
- "name": "Creates subscription",
28
- "output": "CreateSubscribeResponse",
29
- "status": "online"
30
- },
31
- "CreateTopic": {
32
- "document": "This API is used to create a topic.",
33
- "input": "CreateTopicRequest",
34
- "name": "Creates topic",
35
- "output": "CreateTopicResponse",
36
- "status": "online"
37
- },
38
- "DeleteQueue": {
39
- "document": "This API is used to delete a queue.",
40
- "input": "DeleteQueueRequest",
41
- "name": "Deletes queue",
42
- "output": "DeleteQueueResponse",
43
- "status": "online"
44
- },
45
- "DeleteSubscribe": {
46
- "document": "This API is used to delete a subscription.",
47
- "input": "DeleteSubscribeRequest",
48
- "name": "Deletes subscription",
49
- "output": "DeleteSubscribeResponse",
50
- "status": "online"
51
- },
52
- "DeleteTopic": {
53
- "document": "This API is used to delete a topic.",
54
- "input": "DeleteTopicRequest",
55
- "name": "Deletes topic",
56
- "output": "DeleteTopicResponse",
57
- "status": "online"
58
- },
59
- "DescribeDeadLetterSourceQueues": {
60
- "document": "This API is used to enumerate the source queues of a dead letter queue.",
61
- "input": "DescribeDeadLetterSourceQueuesRequest",
62
- "name": "Enumerates the source queues of dead letter queue",
63
- "output": "DescribeDeadLetterSourceQueuesResponse",
64
- "status": "online"
65
- },
66
- "DescribeQueueDetail": {
67
- "document": "This API is used to enumerate queues.",
68
- "input": "DescribeQueueDetailRequest",
69
- "name": "Enumerates queues",
70
- "output": "DescribeQueueDetailResponse",
71
- "status": "online"
72
- },
73
- "DescribeSubscriptionDetail": {
74
- "document": "This API is used to query subscription details.",
75
- "input": "DescribeSubscriptionDetailRequest",
76
- "name": "Queries subscription details",
77
- "output": "DescribeSubscriptionDetailResponse",
78
- "status": "online"
79
- },
80
- "DescribeTopicDetail": {
81
- "document": "This API is used to query topic details.",
82
- "input": "DescribeTopicDetailRequest",
83
- "name": "Queries topic details",
84
- "output": "DescribeTopicDetailResponse",
85
- "status": "online"
86
- },
87
- "ModifyQueueAttribute": {
88
- "document": "This API is used to modify queue attributes.",
89
- "input": "ModifyQueueAttributeRequest",
90
- "name": "Modifies queue attributes",
91
- "output": "ModifyQueueAttributeResponse",
92
- "status": "online"
93
- },
94
- "ModifySubscriptionAttribute": {
95
- "document": "This API is used to modify subscription attributes.",
96
- "input": "ModifySubscriptionAttributeRequest",
97
- "name": "Modifies subscription attributes",
98
- "output": "ModifySubscriptionAttributeResponse",
99
- "status": "online"
100
- },
101
- "ModifyTopicAttribute": {
102
- "document": "This API is used to modify topic attributes.",
103
- "input": "ModifyTopicAttributeRequest",
104
- "name": "Modifies topic attributes",
105
- "output": "ModifyTopicAttributeResponse",
106
- "status": "online"
107
- },
108
- "RewindQueue": {
109
- "document": "This API is used to rewind a queue.",
110
- "input": "RewindQueueRequest",
111
- "name": "Rewinds queue",
112
- "output": "RewindQueueResponse",
113
- "status": "online"
114
- },
115
- "UnbindDeadLetter": {
116
- "document": "This API is used to unbind a dead letter queue.",
117
- "input": "UnbindDeadLetterRequest",
118
- "name": "Unbinds dead letter queue",
119
- "output": "UnbindDeadLetterResponse",
120
- "status": "online"
121
- }
122
- },
123
- "metadata": {
124
- "apiVersion": "2019-03-04",
125
- "serviceNameCN": "消息队列 CMQ",
126
- "serviceShortName": "cmq"
127
- },
128
- "objects": {
129
- "ClearQueueRequest": {
130
- "document": "ClearQueue request structure.",
131
- "members": [
132
- {
133
- "disabled": false,
134
- "document": "Queue name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
135
- "example": "",
136
- "member": "string",
137
- "name": "QueueName",
138
- "required": true,
139
- "type": "string"
140
- }
141
- ],
142
- "type": "object"
143
- },
144
- "ClearQueueResponse": {
145
- "document": "ClearQueue response structure.",
146
- "members": [
147
- {
148
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
149
- "member": "string",
150
- "name": "RequestId",
151
- "type": "string"
152
- }
153
- ],
154
- "type": "object"
155
- },
156
- "ClearSubscriptionFilterTagsRequest": {
157
- "document": "ClearSubscriptionFilterTags request structure.",
158
- "members": [
159
- {
160
- "disabled": false,
161
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
162
- "example": "",
163
- "member": "string",
164
- "name": "TopicName",
165
- "required": true,
166
- "type": "string"
167
- },
168
- {
169
- "disabled": false,
170
- "document": "Subscription name, which is unique in the same topic under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
171
- "example": "",
172
- "member": "string",
173
- "name": "SubscriptionName",
174
- "required": true,
175
- "type": "string"
176
- }
177
- ],
178
- "type": "object"
179
- },
180
- "ClearSubscriptionFilterTagsResponse": {
181
- "document": "ClearSubscriptionFilterTags response structure.",
182
- "members": [
183
- {
184
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
185
- "member": "string",
186
- "name": "RequestId",
187
- "type": "string"
188
- }
189
- ],
190
- "type": "object"
191
- },
192
- "CreateQueueRequest": {
193
- "document": "CreateQueue request structure.",
194
- "members": [
195
- {
196
- "disabled": false,
197
- "document": "Queue name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
198
- "example": "",
199
- "member": "string",
200
- "name": "QueueName",
201
- "required": true,
202
- "type": "string"
203
- },
204
- {
205
- "disabled": false,
206
- "document": "Maximum number of heaped messages. The value range is 1,000,000-10,000,000 during the beta test and can be 1,000,000-1,000,000,000 after the product is officially released. The default value is 10,000,000 during the beta test and will be 100,000,000 after the product is officially released.",
207
- "example": "",
208
- "member": "uint64",
209
- "name": "MaxMsgHeapNum",
210
- "required": false,
211
- "type": "int"
212
- },
213
- {
214
- "disabled": false,
215
- "document": "Long polling wait time for message reception. Value range: 0-30 seconds. Default value: 0.",
216
- "example": "",
217
- "member": "uint64",
218
- "name": "PollingWaitSeconds",
219
- "required": false,
220
- "type": "int"
221
- },
222
- {
223
- "disabled": false,
224
- "document": "Message visibility timeout period. Value range: 1-43200 seconds (i.e., 12 hours). Default value: 30.",
225
- "example": "",
226
- "member": "uint64",
227
- "name": "VisibilityTimeout",
228
- "required": false,
229
- "type": "int"
230
- },
231
- {
232
- "disabled": false,
233
- "document": "Maximum message length. Value range: 1024-65536 bytes (i.e., 1-64 KB). Default value: 65536.",
234
- "example": "",
235
- "member": "uint64",
236
- "name": "MaxMsgSize",
237
- "required": false,
238
- "type": "int"
239
- },
240
- {
241
- "disabled": false,
242
- "document": "Message retention period. Value range: 60-1296000 seconds (i.e., 1 minute-15 days). Default value: 345600 (i.e., 4 days).",
243
- "example": "",
244
- "member": "uint64",
245
- "name": "MsgRetentionSeconds",
246
- "required": false,
247
- "type": "int"
248
- },
249
- {
250
- "disabled": false,
251
- "document": "Whether to enable the message rewinding feature for a queue. Value range: 0-msgRetentionSeconds, where 0 means not to enable this feature, while `msgRetentionSeconds` indicates that the maximum rewindable period is the message retention period of the queue.",
252
- "example": "",
253
- "member": "uint64",
254
- "name": "RewindSeconds",
255
- "required": false,
256
- "type": "int"
257
- },
258
- {
259
- "disabled": false,
260
- "document": "1: transaction queue, 0: general queue",
261
- "example": "",
262
- "member": "uint64",
263
- "name": "Transaction",
264
- "required": false,
265
- "type": "int"
266
- },
267
- {
268
- "disabled": false,
269
- "document": "First lookback interval",
270
- "example": "",
271
- "member": "uint64",
272
- "name": "FirstQueryInterval",
273
- "required": false,
274
- "type": "int"
275
- },
276
- {
277
- "disabled": false,
278
- "document": "Maximum number of lookbacks",
279
- "example": "",
280
- "member": "uint64",
281
- "name": "MaxQueryCount",
282
- "required": false,
283
- "type": "int"
284
- },
285
- {
286
- "disabled": false,
287
- "document": "Dead letter queue name",
288
- "example": "",
289
- "member": "string",
290
- "name": "DeadLetterQueueName",
291
- "required": false,
292
- "type": "string"
293
- },
294
- {
295
- "disabled": false,
296
- "document": "Dead letter policy. 0: message has been consumed multiple times but not deleted, 1: `Time-To-Live` has elapsed",
297
- "example": "",
298
- "member": "uint64",
299
- "name": "Policy",
300
- "required": false,
301
- "type": "int"
302
- },
303
- {
304
- "disabled": false,
305
- "document": "Maximum receipt times. Value range: 1-1000",
306
- "example": "",
307
- "member": "uint64",
308
- "name": "MaxReceiveCount",
309
- "required": false,
310
- "type": "int"
311
- },
312
- {
313
- "disabled": false,
314
- "document": "Maximum period in seconds before an unconsumed message expires, which is required if `policy` is 1. Value range: 300-43200. This value should be smaller than `msgRetentionSeconds` (maximum message retention period)",
315
- "example": "",
316
- "member": "uint64",
317
- "name": "MaxTimeToLive",
318
- "required": false,
319
- "type": "int"
320
- },
321
- {
322
- "disabled": false,
323
- "document": "Whether to enable message trace. true: yes, false: no. If this field is not set, the feature will not be enabled",
324
- "example": "",
325
- "member": "bool",
326
- "name": "Trace",
327
- "required": false,
328
- "type": "bool"
329
- }
330
- ],
331
- "type": "object"
332
- },
333
- "CreateQueueResponse": {
334
- "document": "CreateQueue response structure.",
335
- "members": [
336
- {
337
- "disabled": false,
338
- "document": "\"queueId\" of a successfully created queue",
339
- "example": "",
340
- "member": "string",
341
- "name": "QueueId",
342
- "type": "string",
343
- "value_allowed_null": false
344
- },
345
- {
346
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
347
- "member": "string",
348
- "name": "RequestId",
349
- "type": "string"
350
- }
351
- ],
352
- "type": "object"
353
- },
354
- "CreateSubscribeRequest": {
355
- "document": "CreateSubscribe request structure.",
356
- "members": [
357
- {
358
- "disabled": false,
359
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
360
- "example": "",
361
- "member": "string",
362
- "name": "TopicName",
363
- "required": true,
364
- "type": "string"
365
- },
366
- {
367
- "disabled": false,
368
- "document": "Subscription name, which is unique in the same topic under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
369
- "example": "",
370
- "member": "string",
371
- "name": "SubscriptionName",
372
- "required": true,
373
- "type": "string"
374
- },
375
- {
376
- "disabled": false,
377
- "document": "Subscription protocol. Currently, two protocols are supported: http and queue. To use the `http` protocol, you need to build your own web server to receive messages. With the `queue` protocol, messages are automatically pushed to a CMQ queue and you can pull them concurrently.",
378
- "example": "",
379
- "member": "string",
380
- "name": "Protocol",
381
- "required": true,
382
- "type": "string"
383
- },
384
- {
385
- "disabled": false,
386
- "document": "`Endpoint` for notification receipt, which is distinguished by `Protocol`. For `http`, `Endpoint` must begin with `http://` and `host` can be a domain name or IP. For `Queue`, enter `QueueName`. Please note that currently the push service cannot push messages to a VPC; therefore, if a VPC domain name or address is entered for `Endpoint`, pushed messages will not be received. Currently, messages can be pushed only to the public network and basic network.",
387
- "example": "",
388
- "member": "string",
389
- "name": "Endpoint",
390
- "required": true,
391
- "type": "string"
392
- },
393
- {
394
- "disabled": false,
395
- "document": "CMQ push server retry policy in case an error occurs while pushing a message to `Endpoint`. Valid values: 1. BACKOFF_RETRY: backoff retry, which is to retry at a fixed interval, discard the message after a certain number of retries, and continue to push the next message; 2. EXPONENTIAL_DECAY_RETRY: exponential decay retry, which is to retry at an exponentially increasing interval, such as 1s, 2s, 4s, 8s, and so on. As a message can be retained in a topic for one day, failed messages will be discarded at most after one day of retry. Default value: EXPONENTIAL_DECAY_RETRY.",
396
- "example": "",
397
- "member": "string",
398
- "name": "NotifyStrategy",
399
- "required": false,
400
- "type": "string"
401
- },
402
- {
403
- "disabled": false,
404
- "document": "Message body tag (used for message filtering). The number of tags cannot exceed 5, and each tag can contain up to 16 characters. It is used in conjunction with the `MsgTag` parameter of `(Batch)PublishMessage`. Rules: 1. If `FilterTag` is not set, no matter whether `MsgTag` is set, the subscription will receive all messages published to the topic; 2. If the `FilterTag` array has a value, only when at least one of the values in the array also exists in the `MsgTag` array (i.e., `FilterTag` and `MsgTag` have an intersection) can the subscription receive messages published to the topic; 3. If the `FilterTag` array has a value, but `MsgTag` is not set, then no message published to the topic will be received, which can be considered as a special case of rule 2 as `FilterTag` and `MsgTag` do not intersect in this case. The overall design idea of rules is based on the intention of the subscriber.",
405
- "example": "",
406
- "member": "string",
407
- "name": "FilterTag",
408
- "required": false,
409
- "type": "list"
410
- },
411
- {
412
- "disabled": false,
413
- "document": "The number of `BindingKey` cannot exceed 5, and the length of each `BindingKey` cannot exceed 64 bytes. This field indicates the filtering policy for subscribing to and receiving messages. Each `BindingKey` can contain up to 15 `.`, i.e., up to 16 phrases.",
414
- "example": "",
415
- "member": "string",
416
- "name": "BindingKey",
417
- "required": false,
418
- "type": "list"
419
- },
420
- {
421
- "disabled": false,
422
- "document": "Push content format. Valid values: 1. JSON, 2. SIMPLIFIED, i.e., the raw format. If `Protocol` is `queue`, this value must be `SIMPLIFIED`. If `Protocol` is `http`, both options are acceptable, and the default value is `JSON`.",
423
- "example": "",
424
- "member": "string",
425
- "name": "NotifyContentFormat",
426
- "required": false,
427
- "type": "string"
428
- }
429
- ],
430
- "type": "object"
431
- },
432
- "CreateSubscribeResponse": {
433
- "document": "CreateSubscribe response structure.",
434
- "members": [
435
- {
436
- "disabled": false,
437
- "document": "SubscriptionId",
438
- "example": "",
439
- "member": "string",
440
- "name": "SubscriptionId",
441
- "type": "string",
442
- "value_allowed_null": false
443
- },
444
- {
445
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
446
- "member": "string",
447
- "name": "RequestId",
448
- "type": "string"
449
- }
450
- ],
451
- "type": "object"
452
- },
453
- "CreateTopicRequest": {
454
- "document": "CreateTopic request structure.",
455
- "members": [
456
- {
457
- "disabled": false,
458
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
459
- "example": "",
460
- "member": "string",
461
- "name": "TopicName",
462
- "required": true,
463
- "type": "string"
464
- },
465
- {
466
- "disabled": false,
467
- "document": "Maximum message length. Value range: 1024-65536 bytes (i.e., 1-64 KB). Default value: 65536.",
468
- "example": "",
469
- "member": "uint64",
470
- "name": "MaxMsgSize",
471
- "required": false,
472
- "type": "int"
473
- },
474
- {
475
- "disabled": false,
476
- "document": "Message match policy for a specified topic.",
477
- "example": "",
478
- "member": "uint64",
479
- "name": "FilterType",
480
- "required": false,
481
- "type": "int"
482
- },
483
- {
484
- "disabled": false,
485
- "document": "Message retention period. Value range: 60-86400 seconds (i.e., 1 minute-1 day). Default value: 86400.",
486
- "example": "",
487
- "member": "uint64",
488
- "name": "MsgRetentionSeconds",
489
- "required": false,
490
- "type": "int"
491
- },
492
- {
493
- "disabled": false,
494
- "document": "Whether to enable message trace. true: yes, false: no. If this field is left empty, the feature will not be enabled.",
495
- "example": "",
496
- "member": "bool",
497
- "name": "Trace",
498
- "required": false,
499
- "type": "bool"
500
- }
501
- ],
502
- "type": "object"
503
- },
504
- "CreateTopicResponse": {
505
- "document": "CreateTopic response structure.",
506
- "members": [
507
- {
508
- "disabled": false,
509
- "document": "TopicName",
510
- "example": "",
511
- "member": "string",
512
- "name": "TopicId",
513
- "type": "string",
514
- "value_allowed_null": false
515
- },
516
- {
517
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
518
- "member": "string",
519
- "name": "RequestId",
520
- "type": "string"
521
- }
522
- ],
523
- "type": "object"
3
+ "DescribeQueueDetail": {
4
+ "document": "This API is used to enumerate queues.",
5
+ "input": "DescribeQueueDetailRequest",
6
+ "name": "Enumerates queues",
7
+ "output": "DescribeQueueDetailResponse",
8
+ "status": "online"
524
9
  },
10
+ "DescribeTopicDetail": {
11
+ "document": "This API is used to query topic details.",
12
+ "input": "DescribeTopicDetailRequest",
13
+ "name": "Queries topic details",
14
+ "output": "DescribeTopicDetailResponse",
15
+ "status": "online"
16
+ }
17
+ },
18
+ "metadata": {
19
+ "apiVersion": "2019-03-04",
20
+ "serviceNameCN": "消息队列 CMQ",
21
+ "serviceShortName": "cmq"
22
+ },
23
+ "objects": {
525
24
  "DeadLetterPolicy": {
526
25
  "document": "DeadLetterPolicy",
527
26
  "members": [
528
27
  {
529
28
  "disabled": false,
530
29
  "document": "DeadLetterQueueName\nNote: this field may return null, indicating that no valid values can be obtained.",
531
- "example": "test",
30
+ "example": "deadletterQueue",
532
31
  "member": "string",
533
32
  "name": "DeadLetterQueueName",
534
- "required": true,
33
+ "output_required": true,
535
34
  "type": "string",
536
- "value_allowed_null": true
35
+ "value_allowed_null": false
537
36
  },
538
37
  {
539
38
  "disabled": false,
@@ -541,9 +40,9 @@
541
40
  "example": "queue-xxxxx",
542
41
  "member": "string",
543
42
  "name": "DeadLetterQueue",
544
- "required": true,
43
+ "output_required": true,
545
44
  "type": "string",
546
- "value_allowed_null": true
45
+ "value_allowed_null": false
547
46
  },
548
47
  {
549
48
  "disabled": false,
@@ -551,9 +50,9 @@
551
50
  "example": "1",
552
51
  "member": "uint64",
553
52
  "name": "Policy",
554
- "required": true,
53
+ "output_required": true,
555
54
  "type": "int",
556
- "value_allowed_null": true
55
+ "value_allowed_null": false
557
56
  },
558
57
  {
559
58
  "disabled": false,
@@ -561,9 +60,9 @@
561
60
  "example": "300",
562
61
  "member": "uint64",
563
62
  "name": "MaxTimeToLive",
564
- "required": true,
63
+ "output_required": true,
565
64
  "type": "int",
566
- "value_allowed_null": true
65
+ "value_allowed_null": false
567
66
  },
568
67
  {
569
68
  "disabled": false,
@@ -571,9 +70,9 @@
571
70
  "example": "1",
572
71
  "member": "uint64",
573
72
  "name": "MaxReceiveCount",
574
- "required": true,
73
+ "output_required": true,
575
74
  "type": "int",
576
- "value_allowed_null": true
75
+ "value_allowed_null": false
577
76
  }
578
77
  ],
579
78
  "usage": "out"
@@ -587,284 +86,30 @@
587
86
  "example": "queue-xxxxxxx",
588
87
  "member": "string",
589
88
  "name": "QueueId",
590
- "required": true,
591
- "type": "string",
592
- "value_allowed_null": true
593
- },
594
- {
595
- "disabled": false,
596
- "document": "QueueName\nNote: this field may return null, indicating that no valid values can be obtained.",
597
- "example": "test",
598
- "member": "string",
599
- "name": "QueueName",
600
- "required": true,
601
- "type": "string",
602
- "value_allowed_null": true
603
- }
604
- ],
605
- "usage": "out"
606
- },
607
- "DeleteQueueRequest": {
608
- "document": "DeleteQueue request structure.",
609
- "members": [
610
- {
611
- "disabled": false,
612
- "document": "Queue name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
613
- "example": "",
614
- "member": "string",
615
- "name": "QueueName",
616
- "required": true,
617
- "type": "string"
618
- }
619
- ],
620
- "type": "object"
621
- },
622
- "DeleteQueueResponse": {
623
- "document": "DeleteQueue response structure.",
624
- "members": [
625
- {
626
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
627
- "member": "string",
628
- "name": "RequestId",
629
- "type": "string"
630
- }
631
- ],
632
- "type": "object"
633
- },
634
- "DeleteSubscribeRequest": {
635
- "document": "DeleteSubscribe request structure.",
636
- "members": [
637
- {
638
- "disabled": false,
639
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
640
- "example": "",
641
- "member": "string",
642
- "name": "TopicName",
643
- "required": true,
644
- "type": "string"
645
- },
646
- {
647
- "disabled": false,
648
- "document": "Subscription name, which is unique in the same topic under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
649
- "example": "",
650
- "member": "string",
651
- "name": "SubscriptionName",
652
- "required": true,
653
- "type": "string"
654
- }
655
- ],
656
- "type": "object"
657
- },
658
- "DeleteSubscribeResponse": {
659
- "document": "DeleteSubscribe response structure.",
660
- "members": [
661
- {
662
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
663
- "member": "string",
664
- "name": "RequestId",
665
- "type": "string"
666
- }
667
- ],
668
- "type": "object"
669
- },
670
- "DeleteTopicRequest": {
671
- "document": "DeleteTopic request structure.",
672
- "members": [
673
- {
674
- "disabled": false,
675
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
676
- "example": "",
677
- "member": "string",
678
- "name": "TopicName",
679
- "required": true,
680
- "type": "string"
681
- }
682
- ],
683
- "type": "object"
684
- },
685
- "DeleteTopicResponse": {
686
- "document": "DeleteTopic response structure.",
687
- "members": [
688
- {
689
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
690
- "member": "string",
691
- "name": "RequestId",
692
- "type": "string"
693
- }
694
- ],
695
- "type": "object"
696
- },
697
- "DescribeDeadLetterSourceQueuesRequest": {
698
- "document": "DescribeDeadLetterSourceQueues request structure.",
699
- "members": [
700
- {
701
- "disabled": false,
702
- "document": "Dead letter queue name",
703
- "example": "",
704
- "member": "string",
705
- "name": "DeadLetterQueueName",
706
- "required": true,
707
- "type": "string"
708
- },
709
- {
710
- "disabled": false,
711
- "document": "Starting position of topic list to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by default.",
712
- "example": "",
713
- "member": "uint64",
714
- "name": "Limit",
715
- "required": false,
716
- "type": "int"
717
- },
718
- {
719
- "disabled": false,
720
- "document": "Number of topics to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.",
721
- "example": "",
722
- "member": "uint64",
723
- "name": "Offset",
724
- "required": false,
725
- "type": "int"
726
- },
727
- {
728
- "disabled": false,
729
- "document": "Filters source queue name of dead letter queue. Currently, only filtering by `SourceQueueName` is supported",
730
- "example": "",
731
- "member": "Filter",
732
- "name": "Filters",
733
- "required": false,
734
- "type": "list"
735
- }
736
- ],
737
- "type": "object"
738
- },
739
- "DescribeDeadLetterSourceQueuesResponse": {
740
- "document": "DescribeDeadLetterSourceQueues response structure.",
741
- "members": [
742
- {
743
- "disabled": false,
744
- "document": "Number of eligible queues",
745
- "example": "",
746
- "member": "uint64",
747
- "name": "TotalCount",
748
- "type": "int",
749
- "value_allowed_null": false
750
- },
751
- {
752
- "disabled": false,
753
- "document": "Source queues of dead letter queue",
754
- "example": "",
755
- "member": "DeadLetterSource",
756
- "name": "QueueSet",
757
- "type": "list",
758
- "value_allowed_null": false
759
- },
760
- {
761
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
762
- "member": "string",
763
- "name": "RequestId",
764
- "type": "string"
765
- }
766
- ],
767
- "type": "object"
768
- },
769
- "DescribeQueueDetailRequest": {
770
- "document": "DescribeQueueDetail request structure.",
771
- "members": [
772
- {
773
- "disabled": false,
774
- "document": "Starting position of queue list to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by default",
775
- "example": "20",
776
- "member": "uint64",
777
- "name": "Offset",
778
- "required": false,
779
- "type": "int"
780
- },
781
- {
782
- "disabled": false,
783
- "document": "Number of queues to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.",
784
- "example": "20",
785
- "member": "uint64",
786
- "name": "Limit",
787
- "required": false,
788
- "type": "int"
789
- },
790
- {
791
- "disabled": false,
792
- "document": "Filter parameter. Currently, filtering by `QueueName` is supported, and only one keyword is allowed",
793
- "example": "name",
794
- "member": "Filter",
795
- "name": "Filters",
796
- "required": false,
797
- "type": "list"
798
- },
799
- {
800
- "disabled": false,
801
- "document": "Tag search",
802
- "example": "tag",
803
- "member": "string",
804
- "name": "TagKey",
805
- "required": false,
806
- "type": "string"
807
- },
808
- {
809
- "disabled": false,
810
- "document": "Exact match by `QueueName`",
811
- "example": "test",
812
- "member": "string",
813
- "name": "QueueName",
814
- "required": false,
815
- "type": "string"
816
- }
817
- ],
818
- "type": "object"
819
- },
820
- "DescribeQueueDetailResponse": {
821
- "document": "DescribeQueueDetail response structure.",
822
- "members": [
823
- {
824
- "disabled": false,
825
- "document": "Total number of queues",
826
- "example": "20",
827
- "member": "uint64",
828
- "name": "TotalCount",
829
89
  "output_required": true,
830
- "type": "int",
90
+ "type": "string",
831
91
  "value_allowed_null": false
832
92
  },
833
93
  {
834
94
  "disabled": false,
835
- "document": "Queue list",
836
- "example": "[]",
837
- "member": "QueueSet",
838
- "name": "QueueSet",
839
- "output_required": true,
840
- "type": "list",
841
- "value_allowed_null": false
842
- },
843
- {
844
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
845
- "member": "string",
846
- "name": "RequestId",
847
- "type": "string"
95
+ "document": "QueueName\nNote: this field may return null, indicating that no valid values can be obtained.",
96
+ "example": "testqueue",
97
+ "member": "string",
98
+ "name": "QueueName",
99
+ "output_required": true,
100
+ "type": "string",
101
+ "value_allowed_null": false
848
102
  }
849
103
  ],
850
- "type": "object"
104
+ "usage": "out"
851
105
  },
852
- "DescribeSubscriptionDetailRequest": {
853
- "document": "DescribeSubscriptionDetail request structure.",
106
+ "DescribeQueueDetailRequest": {
107
+ "document": "DescribeQueueDetail request structure.",
854
108
  "members": [
855
109
  {
856
110
  "disabled": false,
857
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
858
- "example": "",
859
- "member": "string",
860
- "name": "TopicName",
861
- "required": true,
862
- "type": "string"
863
- },
864
- {
865
- "disabled": false,
866
- "document": "Starting position of topic list to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by default",
867
- "example": "",
111
+ "document": "Starting position of queue list to be returned on the current page in case of paginated return. If a value is entered, `limit` is required. If this parameter is left empty, 0 will be used by default",
112
+ "example": "20",
868
113
  "member": "uint64",
869
114
  "name": "Offset",
870
115
  "required": false,
@@ -872,8 +117,8 @@
872
117
  },
873
118
  {
874
119
  "disabled": false,
875
- "document": "Number of topics to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.",
876
- "example": "",
120
+ "document": "Number of queues to be returned per page in case of paginated return. If this parameter is not passed in, 20 will be used by default. Maximum value: 50.",
121
+ "example": "20",
877
122
  "member": "uint64",
878
123
  "name": "Limit",
879
124
  "required": false,
@@ -881,36 +126,56 @@
881
126
  },
882
127
  {
883
128
  "disabled": false,
884
- "document": "Filter parameter. Currently, only filtering by `SubscriptionName` is supported, and only one keyword is allowed.",
885
- "example": "",
129
+ "document": "Filter parameter. Currently, filtering by `QueueName` is supported, and only one keyword is allowed",
130
+ "example": "name",
886
131
  "member": "Filter",
887
132
  "name": "Filters",
888
133
  "required": false,
889
134
  "type": "list"
135
+ },
136
+ {
137
+ "disabled": false,
138
+ "document": "Tag search",
139
+ "example": "tag",
140
+ "member": "string",
141
+ "name": "TagKey",
142
+ "required": false,
143
+ "type": "string"
144
+ },
145
+ {
146
+ "disabled": false,
147
+ "document": "Exact match by `QueueName`",
148
+ "example": "testQueue",
149
+ "member": "string",
150
+ "name": "QueueName",
151
+ "required": false,
152
+ "type": "string"
890
153
  }
891
154
  ],
892
155
  "type": "object"
893
156
  },
894
- "DescribeSubscriptionDetailResponse": {
895
- "document": "DescribeSubscriptionDetail response structure.",
157
+ "DescribeQueueDetailResponse": {
158
+ "document": "DescribeQueueDetail response structure.",
896
159
  "members": [
897
160
  {
898
161
  "disabled": false,
899
- "document": "Total number",
900
- "example": "",
162
+ "document": "Total number of queues",
163
+ "example": "20",
901
164
  "member": "uint64",
902
165
  "name": "TotalCount",
166
+ "output_required": true,
903
167
  "type": "int",
904
168
  "value_allowed_null": false
905
169
  },
906
170
  {
907
171
  "disabled": false,
908
- "document": "Subscription attribute set\nNote: this field may return null, indicating that no valid values can be obtained.",
909
- "example": "",
910
- "member": "Subscription",
911
- "name": "SubscriptionSet",
172
+ "document": "Queue list",
173
+ "example": "",
174
+ "member": "QueueSet",
175
+ "name": "QueueSet",
176
+ "output_required": true,
912
177
  "type": "list",
913
- "value_allowed_null": true
178
+ "value_allowed_null": false
914
179
  },
915
180
  {
916
181
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
@@ -945,7 +210,7 @@
945
210
  {
946
211
  "disabled": false,
947
212
  "document": "Currently, only filtering by `TopicName` is supported, and only one filter value can be entered",
948
- "example": "[]",
213
+ "example": "[{\"Values\":[\"testtopic\"],\"Name\":\"topicName\"}]",
949
214
  "member": "Filter",
950
215
  "name": "Filters",
951
216
  "required": false,
@@ -954,7 +219,7 @@
954
219
  {
955
220
  "disabled": false,
956
221
  "document": "Tag match",
957
- "example": "aa",
222
+ "example": "key1",
958
223
  "member": "string",
959
224
  "name": "TagKey",
960
225
  "required": false,
@@ -988,7 +253,7 @@
988
253
  {
989
254
  "disabled": false,
990
255
  "document": "TopicSet",
991
- "example": "[]",
256
+ "example": "",
992
257
  "member": "TopicSet",
993
258
  "name": "TopicSet",
994
259
  "output_required": true,
@@ -1013,292 +278,22 @@
1013
278
  "example": "InstanceId",
1014
279
  "member": "string",
1015
280
  "name": "Name",
1016
- "required": false,
1017
- "type": "string",
1018
- "value_allowed_null": false
1019
- },
1020
- {
1021
- "disabled": false,
1022
- "document": "Value",
1023
- "example": "[\"test_queue\", \"queue_sync_test\"]",
1024
- "member": "string",
1025
- "name": "Values",
1026
- "required": false,
1027
- "type": "list",
1028
- "value_allowed_null": false
1029
- }
1030
- ],
1031
- "usage": "in"
1032
- },
1033
- "ModifyQueueAttributeRequest": {
1034
- "document": "ModifyQueueAttribute request structure.",
1035
- "members": [
1036
- {
1037
- "disabled": false,
1038
- "document": "Queue name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
1039
- "example": "",
1040
- "member": "string",
1041
- "name": "QueueName",
1042
- "required": true,
1043
- "type": "string"
1044
- },
1045
- {
1046
- "disabled": false,
1047
- "document": "Maximum number of heaped messages. The value range is 1,000,000-10,000,000 during the beta test and can be 1,000,000-1,000,000,000 after the product is officially released. The default value is 10,000,000 during the beta test and will be 100,000,000 after the product is officially released.",
1048
- "example": "",
1049
- "member": "uint64",
1050
- "name": "MaxMsgHeapNum",
1051
- "required": false,
1052
- "type": "int"
1053
- },
1054
- {
1055
- "disabled": false,
1056
- "document": "Long polling wait time for message reception. Value range: 0-30 seconds. Default value: 0.",
1057
- "example": "",
1058
- "member": "uint64",
1059
- "name": "PollingWaitSeconds",
1060
- "required": false,
1061
- "type": "int"
1062
- },
1063
- {
1064
- "disabled": false,
1065
- "document": "Message visibility timeout period. Value range: 1-43200 seconds (i.e., 12 hours). Default value: 30.",
1066
- "example": "",
1067
- "member": "uint64",
1068
- "name": "VisibilityTimeout",
1069
- "required": false,
1070
- "type": "int"
1071
- },
1072
- {
1073
- "disabled": false,
1074
- "document": "Maximum message length. Value range: 1024-65536 bytes (i.e., 1-64 KB). Default value: 65536.",
1075
- "example": "",
1076
- "member": "uint64",
1077
- "name": "MaxMsgSize",
1078
- "required": false,
1079
- "type": "int"
1080
- },
1081
- {
1082
- "disabled": false,
1083
- "document": "Message retention period. Value range: 60-1296000 seconds (i.e., 1 minute-15 days). Default value: 345600 (i.e., 4 days).",
1084
- "example": "",
1085
- "member": "uint64",
1086
- "name": "MsgRetentionSeconds",
1087
- "required": false,
1088
- "type": "int"
1089
- },
1090
- {
1091
- "disabled": false,
1092
- "document": "Maximum message rewindable period. Value range: 0-msgRetentionSeconds (maximum message retention period of a queue). 0 means not to enable message rewinding.",
1093
- "example": "",
1094
- "member": "uint64",
1095
- "name": "RewindSeconds",
1096
- "required": false,
1097
- "type": "int"
1098
- },
1099
- {
1100
- "disabled": false,
1101
- "document": "First query time",
1102
- "example": "",
1103
- "member": "uint64",
1104
- "name": "FirstQueryInterval",
1105
- "required": false,
1106
- "type": "int"
1107
- },
1108
- {
1109
- "disabled": false,
1110
- "document": "Maximum number of queries",
1111
- "example": "",
1112
- "member": "uint64",
1113
- "name": "MaxQueryCount",
1114
- "required": false,
1115
- "type": "int"
1116
- },
1117
- {
1118
- "disabled": false,
1119
- "document": "Dead letter queue name",
1120
- "example": "",
1121
- "member": "string",
1122
- "name": "DeadLetterQueueName",
1123
- "required": false,
1124
- "type": "string"
1125
- },
1126
- {
1127
- "disabled": false,
1128
- "document": "Maximum period in seconds before an unconsumed message expires, which is required if `MaxTimeToLivepolicy` is 1. Value range: 300-43200. This value should be smaller than `MsgRetentionSeconds` (maximum message retention period)",
1129
- "example": "",
1130
- "member": "uint64",
1131
- "name": "MaxTimeToLive",
1132
- "required": false,
1133
- "type": "int"
1134
- },
1135
- {
1136
- "disabled": false,
1137
- "document": "Maximum number of receipts",
1138
- "example": "",
1139
- "member": "uint64",
1140
- "name": "MaxReceiveCount",
1141
- "required": false,
1142
- "type": "int"
1143
- },
1144
- {
1145
- "disabled": false,
1146
- "document": "Dead letter queue policy",
1147
- "example": "",
1148
- "member": "uint64",
1149
- "name": "Policy",
1150
- "required": false,
1151
- "type": "int"
1152
- },
1153
- {
1154
- "disabled": false,
1155
- "document": "Whether to enable message trace. true: yes, false: no. If this field is left empty, the feature will not be enabled.",
1156
- "example": "",
1157
- "member": "bool",
1158
- "name": "Trace",
1159
- "required": false,
1160
- "type": "bool"
1161
- }
1162
- ],
1163
- "type": "object"
1164
- },
1165
- "ModifyQueueAttributeResponse": {
1166
- "document": "ModifyQueueAttribute response structure.",
1167
- "members": [
1168
- {
1169
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1170
- "member": "string",
1171
- "name": "RequestId",
1172
- "type": "string"
1173
- }
1174
- ],
1175
- "type": "object"
1176
- },
1177
- "ModifySubscriptionAttributeRequest": {
1178
- "document": "ModifySubscriptionAttribute request structure.",
1179
- "members": [
1180
- {
1181
- "disabled": false,
1182
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
1183
- "example": "",
1184
- "member": "string",
1185
- "name": "TopicName",
1186
- "required": true,
1187
- "type": "string"
1188
- },
1189
- {
1190
- "disabled": false,
1191
- "document": "Subscription name, which is unique in the same topic under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
1192
- "example": "",
1193
- "member": "string",
1194
- "name": "SubscriptionName",
1195
- "required": true,
1196
- "type": "string"
1197
- },
1198
- {
1199
- "disabled": false,
1200
- "document": "CMQ push server retry policy in case an error occurs while pushing a message to `Endpoint`. Valid values:\n1. BACKOFF_RETRY: backoff retry, which is to retry at a fixed interval, discard the message after a certain number of retries, and continue to push the next message.\n2. EXPONENTIAL_DECAY_RETRY: exponential decay retry, which is to retry at an exponentially increasing interval, such as 1s, 2s, 4s, 8s, and so on. As a message can be retained in a topic for one day, failed messages will be discarded at most after one day of retry. Default value: EXPONENTIAL_DECAY_RETRY.",
1201
- "example": "",
1202
- "member": "string",
1203
- "name": "NotifyStrategy",
1204
- "required": false,
1205
- "type": "string"
1206
- },
1207
- {
1208
- "disabled": false,
1209
- "document": "Push content format. Valid values: 1. JSON, 2. SIMPLIFIED, i.e., the raw format. If `Protocol` is `queue`, this value must be `SIMPLIFIED`. If `Protocol` is `HTTP`, both options are acceptable, and the default value is `JSON`.",
1210
- "example": "",
1211
- "member": "string",
1212
- "name": "NotifyContentFormat",
1213
- "required": false,
1214
- "type": "string"
1215
- },
1216
- {
1217
- "disabled": false,
1218
- "document": "Message body tag (used for message filtering). The number of tags cannot exceed 5, and each tag can contain up to 16 characters. It is used in conjunction with the `MsgTag` parameter of `(Batch)PublishMessage`. Rules: 1. If `FilterTag` is not set, no matter whether `MsgTag` is set, the subscription will receive all messages published to the topic; 2. If the `FilterTag` array has a value, only when at least one of the values in the array also exists in the `MsgTag` array (i.e., `FilterTag` and `MsgTag` have an intersection) can the subscription receive messages published to the topic; 3. If the `FilterTag` array has a value, but `MsgTag` is not set, then no message published to the topic will be received, which can be considered as a special case of rule 2 as `FilterTag` and `MsgTag` do not intersect in this case. The overall design idea of rules is based on the intention of the subscriber.",
1219
- "example": "",
1220
- "member": "string",
1221
- "name": "FilterTags",
1222
- "required": false,
1223
- "type": "list"
1224
- },
1225
- {
1226
- "disabled": false,
1227
- "document": "The number of `BindingKey` cannot exceed 5, and the length of each `BindingKey` cannot exceed 64 bytes. This field indicates the filtering policy for subscribing to and receiving messages. Each `BindingKey` can contain up to 15 `.`, i.e., up to 16 phrases.",
1228
- "example": "",
1229
- "member": "string",
1230
- "name": "BindingKey",
1231
- "required": false,
1232
- "type": "list"
1233
- }
1234
- ],
1235
- "type": "object"
1236
- },
1237
- "ModifySubscriptionAttributeResponse": {
1238
- "document": "ModifySubscriptionAttribute response structure.",
1239
- "members": [
1240
- {
1241
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1242
- "member": "string",
1243
- "name": "RequestId",
1244
- "type": "string"
1245
- }
1246
- ],
1247
- "type": "object"
1248
- },
1249
- "ModifyTopicAttributeRequest": {
1250
- "document": "ModifyTopicAttribute request structure.",
1251
- "members": [
1252
- {
1253
- "disabled": false,
1254
- "document": "Topic name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
1255
- "example": "",
1256
- "member": "string",
1257
- "name": "TopicName",
1258
- "required": true,
1259
- "type": "string"
1260
- },
1261
- {
1262
- "disabled": false,
1263
- "document": "Maximum message length. Value range: 1024-65536 bytes (i.e., 1-64 KB). Default value: 65536.",
1264
- "example": "",
1265
- "member": "uint64",
1266
- "name": "MaxMsgSize",
1267
- "required": false,
1268
- "type": "int"
1269
- },
1270
- {
1271
- "disabled": false,
1272
- "document": "Message retention period. Value range: 60-86400 seconds (i.e., 1 minute-1 day). Default value: 86400.",
1273
- "example": "",
1274
- "member": "uint64",
1275
- "name": "MsgRetentionSeconds",
1276
- "required": false,
1277
- "type": "int"
1278
- },
1279
- {
1280
- "disabled": false,
1281
- "document": "Whether to enable message trace. true: yes, false: no. If this field is left empty, the feature will not be enabled.",
1282
- "example": "",
1283
- "member": "bool",
1284
- "name": "Trace",
1285
- "required": false,
1286
- "type": "bool"
1287
- }
1288
- ],
1289
- "type": "object"
1290
- },
1291
- "ModifyTopicAttributeResponse": {
1292
- "document": "ModifyTopicAttribute response structure.",
1293
- "members": [
281
+ "required": false,
282
+ "type": "string",
283
+ "value_allowed_null": false
284
+ },
1294
285
  {
1295
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
286
+ "disabled": false,
287
+ "document": "Value",
288
+ "example": "[\"test_queue\", \"queue_sync_test\"]",
1296
289
  "member": "string",
1297
- "name": "RequestId",
1298
- "type": "string"
290
+ "name": "Values",
291
+ "required": false,
292
+ "type": "list",
293
+ "value_allowed_null": false
1299
294
  }
1300
295
  ],
1301
- "type": "object"
296
+ "usage": "in"
1302
297
  },
1303
298
  "QueueSet": {
1304
299
  "document": "Batch queue attribute information",
@@ -1309,17 +304,17 @@
1309
304
  "example": "queue-xxxxxxxx",
1310
305
  "member": "string",
1311
306
  "name": "QueueId",
1312
- "required": true,
307
+ "output_required": true,
1313
308
  "type": "string",
1314
309
  "value_allowed_null": false
1315
310
  },
1316
311
  {
1317
312
  "disabled": false,
1318
313
  "document": "QueueName",
1319
- "example": "test",
314
+ "example": "testqueue",
1320
315
  "member": "string",
1321
316
  "name": "QueueName",
1322
- "required": true,
317
+ "output_required": true,
1323
318
  "type": "string",
1324
319
  "value_allowed_null": false
1325
320
  },
@@ -1329,9 +324,9 @@
1329
324
  "example": "5000",
1330
325
  "member": "uint64",
1331
326
  "name": "Qps",
1332
- "required": true,
327
+ "output_required": true,
1333
328
  "type": "int",
1334
- "value_allowed_null": true
329
+ "value_allowed_null": false
1335
330
  },
1336
331
  {
1337
332
  "disabled": false,
@@ -1339,9 +334,9 @@
1339
334
  "example": "5000",
1340
335
  "member": "uint64",
1341
336
  "name": "Bps",
1342
- "required": true,
337
+ "output_required": true,
1343
338
  "type": "int",
1344
- "value_allowed_null": true
339
+ "value_allowed_null": false
1345
340
  },
1346
341
  {
1347
342
  "disabled": false,
@@ -1349,9 +344,9 @@
1349
344
  "example": "10",
1350
345
  "member": "uint64",
1351
346
  "name": "MaxDelaySeconds",
1352
- "required": true,
347
+ "output_required": true,
1353
348
  "type": "int",
1354
- "value_allowed_null": true
349
+ "value_allowed_null": false
1355
350
  },
1356
351
  {
1357
352
  "disabled": false,
@@ -1359,9 +354,9 @@
1359
354
  "example": "10000000000",
1360
355
  "member": "uint64",
1361
356
  "name": "MaxMsgHeapNum",
1362
- "required": true,
357
+ "output_required": true,
1363
358
  "type": "int",
1364
- "value_allowed_null": true
359
+ "value_allowed_null": false
1365
360
  },
1366
361
  {
1367
362
  "disabled": false,
@@ -1369,9 +364,9 @@
1369
364
  "example": "1",
1370
365
  "member": "uint64",
1371
366
  "name": "PollingWaitSeconds",
1372
- "required": true,
367
+ "output_required": true,
1373
368
  "type": "int",
1374
- "value_allowed_null": true
369
+ "value_allowed_null": false
1375
370
  },
1376
371
  {
1377
372
  "disabled": false,
@@ -1379,9 +374,9 @@
1379
374
  "example": "60",
1380
375
  "member": "uint64",
1381
376
  "name": "MsgRetentionSeconds",
1382
- "required": true,
377
+ "output_required": true,
1383
378
  "type": "int",
1384
- "value_allowed_null": true
379
+ "value_allowed_null": false
1385
380
  },
1386
381
  {
1387
382
  "disabled": false,
@@ -1389,9 +384,9 @@
1389
384
  "example": "30",
1390
385
  "member": "uint64",
1391
386
  "name": "VisibilityTimeout",
1392
- "required": true,
387
+ "output_required": true,
1393
388
  "type": "int",
1394
- "value_allowed_null": true
389
+ "value_allowed_null": false
1395
390
  },
1396
391
  {
1397
392
  "disabled": false,
@@ -1399,9 +394,9 @@
1399
394
  "example": "1",
1400
395
  "member": "uint64",
1401
396
  "name": "MaxMsgSize",
1402
- "required": true,
397
+ "output_required": true,
1403
398
  "type": "int",
1404
- "value_allowed_null": true
399
+ "value_allowed_null": false
1405
400
  },
1406
401
  {
1407
402
  "disabled": false,
@@ -1409,9 +404,9 @@
1409
404
  "example": "10",
1410
405
  "member": "uint64",
1411
406
  "name": "RewindSeconds",
1412
- "required": true,
407
+ "output_required": true,
1413
408
  "type": "int",
1414
- "value_allowed_null": true
409
+ "value_allowed_null": false
1415
410
  },
1416
411
  {
1417
412
  "disabled": false,
@@ -1419,9 +414,9 @@
1419
414
  "example": "1645087331",
1420
415
  "member": "uint64",
1421
416
  "name": "CreateTime",
1422
- "required": true,
417
+ "output_required": true,
1423
418
  "type": "int",
1424
- "value_allowed_null": true
419
+ "value_allowed_null": false
1425
420
  },
1426
421
  {
1427
422
  "disabled": false,
@@ -1429,9 +424,9 @@
1429
424
  "example": "1645087331",
1430
425
  "member": "uint64",
1431
426
  "name": "LastModifyTime",
1432
- "required": true,
427
+ "output_required": true,
1433
428
  "type": "int",
1434
- "value_allowed_null": true
429
+ "value_allowed_null": false
1435
430
  },
1436
431
  {
1437
432
  "disabled": false,
@@ -1439,9 +434,9 @@
1439
434
  "example": "1",
1440
435
  "member": "uint64",
1441
436
  "name": "ActiveMsgNum",
1442
- "required": true,
437
+ "output_required": true,
1443
438
  "type": "int",
1444
- "value_allowed_null": true
439
+ "value_allowed_null": false
1445
440
  },
1446
441
  {
1447
442
  "disabled": false,
@@ -1449,9 +444,9 @@
1449
444
  "example": "1",
1450
445
  "member": "uint64",
1451
446
  "name": "InactiveMsgNum",
1452
- "required": true,
447
+ "output_required": true,
1453
448
  "type": "int",
1454
- "value_allowed_null": true
449
+ "value_allowed_null": false
1455
450
  },
1456
451
  {
1457
452
  "disabled": false,
@@ -1459,9 +454,9 @@
1459
454
  "example": "1",
1460
455
  "member": "uint64",
1461
456
  "name": "DelayMsgNum",
1462
- "required": true,
457
+ "output_required": true,
1463
458
  "type": "int",
1464
- "value_allowed_null": true
459
+ "value_allowed_null": false
1465
460
  },
1466
461
  {
1467
462
  "disabled": false,
@@ -1469,9 +464,9 @@
1469
464
  "example": "10",
1470
465
  "member": "uint64",
1471
466
  "name": "RewindMsgNum",
1472
- "required": true,
467
+ "output_required": true,
1473
468
  "type": "int",
1474
- "value_allowed_null": true
469
+ "value_allowed_null": false
1475
470
  },
1476
471
  {
1477
472
  "disabled": false,
@@ -1479,9 +474,9 @@
1479
474
  "example": "1645087331",
1480
475
  "member": "uint64",
1481
476
  "name": "MinMsgTime",
1482
- "required": true,
477
+ "output_required": true,
1483
478
  "type": "int",
1484
- "value_allowed_null": true
479
+ "value_allowed_null": false
1485
480
  },
1486
481
  {
1487
482
  "disabled": false,
@@ -1489,7 +484,7 @@
1489
484
  "example": "false",
1490
485
  "member": "bool",
1491
486
  "name": "Transaction",
1492
- "required": true,
487
+ "output_required": true,
1493
488
  "type": "bool",
1494
489
  "value_allowed_null": true
1495
490
  },
@@ -1499,9 +494,9 @@
1499
494
  "example": "1",
1500
495
  "member": "DeadLetterSource",
1501
496
  "name": "DeadLetterSource",
1502
- "required": true,
497
+ "output_required": true,
1503
498
  "type": "list",
1504
- "value_allowed_null": true
499
+ "value_allowed_null": false
1505
500
  },
1506
501
  {
1507
502
  "disabled": false,
@@ -1509,7 +504,7 @@
1509
504
  "example": "1",
1510
505
  "member": "DeadLetterPolicy",
1511
506
  "name": "DeadLetterPolicy",
1512
- "required": true,
507
+ "output_required": true,
1513
508
  "type": "object",
1514
509
  "value_allowed_null": true
1515
510
  },
@@ -1519,7 +514,7 @@
1519
514
  "example": "1",
1520
515
  "member": "TransactionPolicy",
1521
516
  "name": "TransactionPolicy",
1522
- "required": true,
517
+ "output_required": true,
1523
518
  "type": "object",
1524
519
  "value_allowed_null": true
1525
520
  },
@@ -1529,9 +524,9 @@
1529
524
  "example": "100000004332",
1530
525
  "member": "uint64",
1531
526
  "name": "CreateUin",
1532
- "required": true,
527
+ "output_required": true,
1533
528
  "type": "int",
1534
- "value_allowed_null": true
529
+ "value_allowed_null": false
1535
530
  },
1536
531
  {
1537
532
  "disabled": false,
@@ -1539,9 +534,9 @@
1539
534
  "example": "{\"key\":\"value\"}",
1540
535
  "member": "Tag",
1541
536
  "name": "Tags",
1542
- "required": true,
537
+ "output_required": true,
1543
538
  "type": "list",
1544
- "value_allowed_null": true
539
+ "value_allowed_null": false
1545
540
  },
1546
541
  {
1547
542
  "disabled": false,
@@ -1549,171 +544,9 @@
1549
544
  "example": "false",
1550
545
  "member": "bool",
1551
546
  "name": "Trace",
1552
- "required": true,
547
+ "output_required": true,
1553
548
  "type": "bool",
1554
- "value_allowed_null": true
1555
- }
1556
- ],
1557
- "usage": "out"
1558
- },
1559
- "RewindQueueRequest": {
1560
- "document": "RewindQueue request structure.",
1561
- "members": [
1562
- {
1563
- "disabled": false,
1564
- "document": "Queue name, which is unique under the same account in an individual region. It is a string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (`-`).",
1565
- "example": "",
1566
- "member": "string",
1567
- "name": "QueueName",
1568
- "required": true,
1569
- "type": "string"
1570
- },
1571
- {
1572
- "disabled": false,
1573
- "document": "After this time is set, the `(Batch)receiveMessage` API will consume the messages received after this timestamp in the order in which they are produced.",
1574
- "example": "",
1575
- "member": "uint64",
1576
- "name": "StartConsumeTime",
1577
- "required": true,
1578
- "type": "int"
1579
- }
1580
- ],
1581
- "type": "object"
1582
- },
1583
- "RewindQueueResponse": {
1584
- "document": "RewindQueue response structure.",
1585
- "members": [
1586
- {
1587
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1588
- "member": "string",
1589
- "name": "RequestId",
1590
- "type": "string"
1591
- }
1592
- ],
1593
- "type": "object"
1594
- },
1595
- "Subscription": {
1596
- "document": "Subscription response parameter",
1597
- "members": [
1598
- {
1599
- "disabled": false,
1600
- "document": "SubscriptionName\nNote: this field may return null, indicating that no valid values can be obtained.",
1601
- "example": "",
1602
- "member": "string",
1603
- "name": "SubscriptionName",
1604
- "required": true,
1605
- "type": "string",
1606
- "value_allowed_null": true
1607
- },
1608
- {
1609
- "disabled": false,
1610
- "document": "SubscriptionId\nNote: this field may return null, indicating that no valid values can be obtained.",
1611
- "example": "",
1612
- "member": "string",
1613
- "name": "SubscriptionId",
1614
- "required": true,
1615
- "type": "string",
1616
- "value_allowed_null": true
1617
- },
1618
- {
1619
- "disabled": false,
1620
- "document": "TopicOwner\nNote: this field may return null, indicating that no valid values can be obtained.",
1621
- "example": "",
1622
- "member": "uint64",
1623
- "name": "TopicOwner",
1624
- "required": true,
1625
- "type": "int",
1626
- "value_allowed_null": true
1627
- },
1628
- {
1629
- "disabled": false,
1630
- "document": "MsgCount\nNote: this field may return null, indicating that no valid values can be obtained.",
1631
- "example": "",
1632
- "member": "uint64",
1633
- "name": "MsgCount",
1634
- "required": true,
1635
- "type": "int",
1636
- "value_allowed_null": true
1637
- },
1638
- {
1639
- "disabled": false,
1640
- "document": "LastModifyTime\nNote: this field may return null, indicating that no valid values can be obtained.",
1641
- "example": "",
1642
- "member": "uint64",
1643
- "name": "LastModifyTime",
1644
- "required": true,
1645
- "type": "int",
1646
- "value_allowed_null": true
1647
- },
1648
- {
1649
- "disabled": false,
1650
- "document": "CreateTime\nNote: this field may return null, indicating that no valid values can be obtained.",
1651
- "example": "",
1652
- "member": "uint64",
1653
- "name": "CreateTime",
1654
- "required": true,
1655
- "type": "int",
1656
- "value_allowed_null": true
1657
- },
1658
- {
1659
- "disabled": false,
1660
- "document": "BindingKey\nNote: this field may return null, indicating that no valid values can be obtained.",
1661
- "example": "",
1662
- "member": "string",
1663
- "name": "BindingKey",
1664
- "required": true,
1665
- "type": "list",
1666
- "value_allowed_null": true
1667
- },
1668
- {
1669
- "disabled": false,
1670
- "document": "Endpoint\nNote: this field may return null, indicating that no valid values can be obtained.",
1671
- "example": "",
1672
- "member": "string",
1673
- "name": "Endpoint",
1674
- "required": true,
1675
- "type": "string",
1676
- "value_allowed_null": true
1677
- },
1678
- {
1679
- "disabled": false,
1680
- "document": "FilterTags\nNote: this field may return null, indicating that no valid values can be obtained.",
1681
- "example": "",
1682
- "member": "string",
1683
- "name": "FilterTags",
1684
- "required": true,
1685
- "type": "list",
1686
- "value_allowed_null": true
1687
- },
1688
- {
1689
- "disabled": false,
1690
- "document": "Protocol\nNote: this field may return null, indicating that no valid values can be obtained.",
1691
- "example": "",
1692
- "member": "string",
1693
- "name": "Protocol",
1694
- "required": true,
1695
- "type": "string",
1696
- "value_allowed_null": true
1697
- },
1698
- {
1699
- "disabled": false,
1700
- "document": "NotifyStrategy\nNote: this field may return null, indicating that no valid values can be obtained.",
1701
- "example": "",
1702
- "member": "string",
1703
- "name": "NotifyStrategy",
1704
- "required": true,
1705
- "type": "string",
1706
- "value_allowed_null": true
1707
- },
1708
- {
1709
- "disabled": false,
1710
- "document": "NotifyContentFormat\nNote: this field may return null, indicating that no valid values can be obtained.",
1711
- "example": "",
1712
- "member": "string",
1713
- "name": "NotifyContentFormat",
1714
- "required": true,
1715
- "type": "string",
1716
- "value_allowed_null": true
549
+ "value_allowed_null": false
1717
550
  }
1718
551
  ],
1719
552
  "usage": "out"
@@ -1724,22 +557,22 @@
1724
557
  {
1725
558
  "disabled": false,
1726
559
  "document": "Tag key\nNote: this field may return null, indicating that no valid values can be obtained.",
1727
- "example": "test",
560
+ "example": "testKey",
1728
561
  "member": "string",
1729
562
  "name": "TagKey",
1730
- "required": true,
563
+ "output_required": true,
1731
564
  "type": "string",
1732
- "value_allowed_null": true
565
+ "value_allowed_null": false
1733
566
  },
1734
567
  {
1735
568
  "disabled": false,
1736
569
  "document": "Tag value\nNote: this field may return null, indicating that no valid values can be obtained.",
1737
- "example": "test",
570
+ "example": "testvalue",
1738
571
  "member": "string",
1739
572
  "name": "TagValue",
1740
- "required": true,
573
+ "output_required": true,
1741
574
  "type": "string",
1742
- "value_allowed_null": true
575
+ "value_allowed_null": false
1743
576
  }
1744
577
  ],
1745
578
  "usage": "out"
@@ -1753,19 +586,19 @@
1753
586
  "example": "topic-xxxxxxxx",
1754
587
  "member": "string",
1755
588
  "name": "TopicId",
1756
- "required": true,
589
+ "output_required": true,
1757
590
  "type": "string",
1758
- "value_allowed_null": true
591
+ "value_allowed_null": false
1759
592
  },
1760
593
  {
1761
594
  "disabled": false,
1762
595
  "document": "TopicName\nNote: this field may return null, indicating that no valid values can be obtained.",
1763
- "example": "test",
596
+ "example": "testTopic",
1764
597
  "member": "string",
1765
598
  "name": "TopicName",
1766
- "required": true,
599
+ "output_required": true,
1767
600
  "type": "string",
1768
- "value_allowed_null": true
601
+ "value_allowed_null": false
1769
602
  },
1770
603
  {
1771
604
  "disabled": false,
@@ -1773,9 +606,9 @@
1773
606
  "example": "86400",
1774
607
  "member": "uint64",
1775
608
  "name": "MsgRetentionSeconds",
1776
- "required": true,
609
+ "output_required": true,
1777
610
  "type": "int",
1778
- "value_allowed_null": true
611
+ "value_allowed_null": false
1779
612
  },
1780
613
  {
1781
614
  "disabled": false,
@@ -1783,9 +616,9 @@
1783
616
  "example": "1024",
1784
617
  "member": "uint64",
1785
618
  "name": "MaxMsgSize",
1786
- "required": true,
619
+ "output_required": true,
1787
620
  "type": "int",
1788
- "value_allowed_null": true
621
+ "value_allowed_null": false
1789
622
  },
1790
623
  {
1791
624
  "disabled": false,
@@ -1793,9 +626,9 @@
1793
626
  "example": "5000",
1794
627
  "member": "uint64",
1795
628
  "name": "Qps",
1796
- "required": true,
629
+ "output_required": true,
1797
630
  "type": "int",
1798
- "value_allowed_null": true
631
+ "value_allowed_null": false
1799
632
  },
1800
633
  {
1801
634
  "disabled": false,
@@ -1803,9 +636,9 @@
1803
636
  "example": "1",
1804
637
  "member": "uint64",
1805
638
  "name": "FilterType",
1806
- "required": true,
639
+ "output_required": true,
1807
640
  "type": "int",
1808
- "value_allowed_null": true
641
+ "value_allowed_null": false
1809
642
  },
1810
643
  {
1811
644
  "disabled": false,
@@ -1813,9 +646,9 @@
1813
646
  "example": "1645087331",
1814
647
  "member": "uint64",
1815
648
  "name": "CreateTime",
1816
- "required": true,
649
+ "output_required": true,
1817
650
  "type": "int",
1818
- "value_allowed_null": true
651
+ "value_allowed_null": false
1819
652
  },
1820
653
  {
1821
654
  "disabled": false,
@@ -1823,9 +656,9 @@
1823
656
  "example": "1645087331",
1824
657
  "member": "uint64",
1825
658
  "name": "LastModifyTime",
1826
- "required": true,
659
+ "output_required": true,
1827
660
  "type": "int",
1828
- "value_allowed_null": true
661
+ "value_allowed_null": false
1829
662
  },
1830
663
  {
1831
664
  "disabled": false,
@@ -1833,9 +666,9 @@
1833
666
  "example": "12",
1834
667
  "member": "uint64",
1835
668
  "name": "MsgCount",
1836
- "required": true,
669
+ "output_required": true,
1837
670
  "type": "int",
1838
- "value_allowed_null": true
671
+ "value_allowed_null": false
1839
672
  },
1840
673
  {
1841
674
  "disabled": false,
@@ -1843,9 +676,9 @@
1843
676
  "example": "10000004321",
1844
677
  "member": "uint64",
1845
678
  "name": "CreateUin",
1846
- "required": true,
679
+ "output_required": true,
1847
680
  "type": "int",
1848
- "value_allowed_null": true
681
+ "value_allowed_null": false
1849
682
  },
1850
683
  {
1851
684
  "disabled": false,
@@ -1853,9 +686,9 @@
1853
686
  "example": "{\"key\":\"value\"}",
1854
687
  "member": "Tag",
1855
688
  "name": "Tags",
1856
- "required": true,
689
+ "output_required": true,
1857
690
  "type": "list",
1858
- "value_allowed_null": true
691
+ "value_allowed_null": false
1859
692
  },
1860
693
  {
1861
694
  "disabled": false,
@@ -1863,9 +696,9 @@
1863
696
  "example": "0",
1864
697
  "member": "bool",
1865
698
  "name": "Trace",
1866
- "required": true,
699
+ "output_required": true,
1867
700
  "type": "bool",
1868
- "value_allowed_null": true
701
+ "value_allowed_null": false
1869
702
  }
1870
703
  ],
1871
704
  "usage": "out"
@@ -1879,9 +712,9 @@
1879
712
  "example": "1",
1880
713
  "member": "uint64",
1881
714
  "name": "FirstQueryInterval",
1882
- "required": true,
715
+ "output_required": true,
1883
716
  "type": "int",
1884
- "value_allowed_null": true
717
+ "value_allowed_null": false
1885
718
  },
1886
719
  {
1887
720
  "disabled": false,
@@ -1889,39 +722,12 @@
1889
722
  "example": "1",
1890
723
  "member": "uint64",
1891
724
  "name": "MaxQueryCount",
1892
- "required": true,
725
+ "output_required": true,
1893
726
  "type": "int",
1894
- "value_allowed_null": true
727
+ "value_allowed_null": false
1895
728
  }
1896
729
  ],
1897
730
  "usage": "out"
1898
- },
1899
- "UnbindDeadLetterRequest": {
1900
- "document": "UnbindDeadLetter request structure.",
1901
- "members": [
1902
- {
1903
- "disabled": false,
1904
- "document": "Source queue name of dead letter policy. Calling this API will clear the dead letter queue policy of this queue.",
1905
- "example": "",
1906
- "member": "string",
1907
- "name": "QueueName",
1908
- "required": true,
1909
- "type": "string"
1910
- }
1911
- ],
1912
- "type": "object"
1913
- },
1914
- "UnbindDeadLetterResponse": {
1915
- "document": "UnbindDeadLetter response structure.",
1916
- "members": [
1917
- {
1918
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1919
- "member": "string",
1920
- "name": "RequestId",
1921
- "type": "string"
1922
- }
1923
- ],
1924
- "type": "object"
1925
731
  }
1926
732
  },
1927
733
  "version": "1.0"