tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.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 (174) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -76
  3. tccli/services/ai3d/__init__.py +4 -0
  4. tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
  5. tccli/services/ai3d/v20250513/api.json +239 -0
  6. tccli/services/ai3d/v20250513/examples.json +21 -0
  7. tccli/services/aiart/v20221229/api.json +3 -3
  8. tccli/services/autoscaling/v20180419/api.json +11 -0
  9. tccli/services/batch/v20170312/api.json +44 -0
  10. tccli/services/cdb/v20170320/api.json +8 -8
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +5 -5
  13. tccli/services/cdwdoris/v20211228/api.json +145 -7
  14. tccli/services/cfg/v20210820/api.json +20 -0
  15. tccli/services/cfs/v20190719/api.json +10 -10
  16. tccli/services/cfw/cfw_client.py +53 -0
  17. tccli/services/cfw/v20190904/api.json +272 -0
  18. tccli/services/cfw/v20190904/examples.json +8 -0
  19. tccli/services/csip/csip_client.py +833 -144
  20. tccli/services/csip/v20221121/api.json +3304 -1436
  21. tccli/services/csip/v20221121/examples.json +104 -0
  22. tccli/services/cvm/v20170312/api.json +64 -1
  23. tccli/services/cwp/v20180228/api.json +9 -0
  24. tccli/services/cwp/v20180228/examples.json +6 -0
  25. tccli/services/emr/v20190103/api.json +217 -2
  26. tccli/services/es/v20250101/api.json +22 -0
  27. tccli/services/ess/v20201111/api.json +10 -1
  28. tccli/services/essbasic/v20210526/api.json +3 -3
  29. tccli/services/gs/v20191118/api.json +38 -0
  30. tccli/services/igtm/igtm_client.py +159 -0
  31. tccli/services/igtm/v20231024/api.json +577 -0
  32. tccli/services/igtm/v20231024/examples.json +24 -0
  33. tccli/services/iotexplorer/v20190423/api.json +3 -3
  34. tccli/services/lcic/lcic_client.py +53 -0
  35. tccli/services/lcic/v20220817/api.json +53 -0
  36. tccli/services/lcic/v20220817/examples.json +8 -0
  37. tccli/services/live/v20180801/api.json +203 -1
  38. tccli/services/live/v20180801/examples.json +1 -1
  39. tccli/services/lke/v20231130/api.json +248 -2
  40. tccli/services/lke/v20231130/examples.json +1 -1
  41. tccli/services/lkeap/v20240522/api.json +1 -1
  42. tccli/services/mrs/v20200910/api.json +10 -0
  43. tccli/services/nlp/nlp_client.py +4 -322
  44. tccli/services/nlp/v20190408/api.json +0 -459
  45. tccli/services/nlp/v20190408/examples.json +0 -48
  46. tccli/services/ocr/v20181119/api.json +97 -11
  47. tccli/services/omics/v20221128/api.json +38 -0
  48. tccli/services/redis/v20180412/api.json +6 -6
  49. tccli/services/redis/v20180412/examples.json +1 -1
  50. tccli/services/ses/v20201002/api.json +100 -5
  51. tccli/services/tcb/v20180608/api.json +1 -1
  52. tccli/services/tcb/v20180608/examples.json +1 -1
  53. tccli/services/tdmq/v20200217/api.json +19 -0
  54. tccli/services/teo/teo_client.py +281 -16
  55. tccli/services/teo/v20220901/api.json +611 -6
  56. tccli/services/teo/v20220901/examples.json +48 -2
  57. tccli/services/tione/v20211111/api.json +16 -0
  58. tccli/services/tke/tke_client.py +57 -4
  59. tccli/services/tke/v20180525/api.json +24 -24
  60. tccli/services/tke/v20220501/api.json +52 -0
  61. tccli/services/tke/v20220501/examples.json +8 -0
  62. tccli/services/tmt/v20180321/api.json +4 -4
  63. tccli/services/tsf/v20180326/api.json +4 -4
  64. tccli/services/vclm/v20240523/api.json +3 -3
  65. tccli/services/vod/v20180717/api.json +5 -5
  66. tccli/services/vod/v20180717/examples.json +9 -9
  67. tccli/services/vpc/v20170312/api.json +1 -1
  68. tccli/services/vrs/v20200824/api.json +1 -1
  69. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
  71. tccli/services/cis/__init__.py +0 -4
  72. tccli/services/cis/cis_client.py +0 -525
  73. tccli/services/cis/v20180408/api.json +0 -737
  74. tccli/services/cis/v20180408/examples.json +0 -93
  75. tccli/services/dataintegration/__init__.py +0 -4
  76. tccli/services/dataintegration/dataintegration_client.py +0 -207
  77. tccli/services/dataintegration/v20220613/api.json +0 -87
  78. tccli/services/dataintegration/v20220613/examples.json +0 -13
  79. tccli/services/dtf/__init__.py +0 -4
  80. tccli/services/dtf/dtf_client.py +0 -207
  81. tccli/services/dtf/v20200506/api.json +0 -274
  82. tccli/services/dtf/v20200506/examples.json +0 -13
  83. tccli/services/gpm/__init__.py +0 -4
  84. tccli/services/gpm/gpm_client.py +0 -1108
  85. tccli/services/gpm/v20200820/api.json +0 -1959
  86. tccli/services/gpm/v20200820/examples.json +0 -149
  87. tccli/services/gse/__init__.py +0 -4
  88. tccli/services/gse/gse_client.py +0 -4076
  89. tccli/services/gse/v20191112/api.json +0 -7095
  90. tccli/services/gse/v20191112/examples.json +0 -615
  91. tccli/services/iecp/__init__.py +0 -4
  92. tccli/services/iecp/iecp_client.py +0 -4500
  93. tccli/services/iecp/v20210914/api.json +0 -9770
  94. tccli/services/iecp/v20210914/examples.json +0 -691
  95. tccli/services/iir/__init__.py +0 -4
  96. tccli/services/iir/iir_client.py +0 -207
  97. tccli/services/iir/v20200417/api.json +0 -204
  98. tccli/services/iir/v20200417/examples.json +0 -13
  99. tccli/services/iottid/__init__.py +0 -4
  100. tccli/services/iottid/iottid_client.py +0 -631
  101. tccli/services/iottid/v20190411/api.json +0 -553
  102. tccli/services/iottid/v20190411/examples.json +0 -95
  103. tccli/services/mgobe/__init__.py +0 -4
  104. tccli/services/mgobe/mgobe_client.py +0 -530
  105. tccli/services/mgobe/v20190929/api.json +0 -52
  106. tccli/services/mgobe/v20190929/examples.json +0 -13
  107. tccli/services/mgobe/v20201014/api.json +0 -671
  108. tccli/services/mgobe/v20201014/examples.json +0 -61
  109. tccli/services/mvj/__init__.py +0 -4
  110. tccli/services/mvj/mvj_client.py +0 -207
  111. tccli/services/mvj/v20190926/api.json +0 -123
  112. tccli/services/mvj/v20190926/examples.json +0 -19
  113. tccli/services/pds/__init__.py +0 -4
  114. tccli/services/pds/pds_client.py +0 -260
  115. tccli/services/pds/v20210701/api.json +0 -193
  116. tccli/services/pds/v20210701/examples.json +0 -21
  117. tccli/services/smpn/__init__.py +0 -4
  118. tccli/services/smpn/v20190822/api.json +0 -191
  119. tccli/services/smpn/v20190822/examples.json +0 -21
  120. tccli/services/solar/__init__.py +0 -4
  121. tccli/services/solar/solar_client.py +0 -1055
  122. tccli/services/solar/v20181011/api.json +0 -1760
  123. tccli/services/solar/v20181011/examples.json +0 -125
  124. tccli/services/tan/__init__.py +0 -4
  125. tccli/services/tan/tan_client.py +0 -207
  126. tccli/services/tan/v20220420/api.json +0 -65
  127. tccli/services/tan/v20220420/examples.json +0 -19
  128. tccli/services/tav/__init__.py +0 -4
  129. tccli/services/tav/tav_client.py +0 -366
  130. tccli/services/tav/v20190118/api.json +0 -262
  131. tccli/services/tav/v20190118/examples.json +0 -37
  132. tccli/services/tbm/__init__.py +0 -4
  133. tccli/services/tbm/tbm_client.py +0 -631
  134. tccli/services/tbm/v20180129/api.json +0 -1037
  135. tccli/services/tbm/v20180129/examples.json +0 -77
  136. tccli/services/tcex/__init__.py +0 -4
  137. tccli/services/tcex/tcex_client.py +0 -260
  138. tccli/services/tcex/v20200727/api.json +0 -158
  139. tccli/services/tcex/v20200727/examples.json +0 -21
  140. tccli/services/tci/__init__.py +0 -4
  141. tccli/services/tci/tci_client.py +0 -2327
  142. tccli/services/tci/v20190318/api.json +0 -4958
  143. tccli/services/tci/v20190318/examples.json +0 -333
  144. tccli/services/tic/__init__.py +0 -4
  145. tccli/services/tic/tic_client.py +0 -843
  146. tccli/services/tic/v20201117/api.json +0 -1067
  147. tccli/services/tic/v20201117/examples.json +0 -121
  148. tccli/services/ticm/__init__.py +0 -4
  149. tccli/services/ticm/ticm_client.py +0 -313
  150. tccli/services/ticm/v20181127/api.json +0 -1391
  151. tccli/services/ticm/v20181127/examples.json +0 -53
  152. tccli/services/tics/__init__.py +0 -4
  153. tccli/services/tics/tics_client.py +0 -366
  154. tccli/services/tics/v20181115/api.json +0 -694
  155. tccli/services/tics/v20181115/examples.json +0 -37
  156. tccli/services/tiems/__init__.py +0 -4
  157. tccli/services/tiems/tiems_client.py +0 -1479
  158. tccli/services/tiems/v20190416/api.json +0 -3144
  159. tccli/services/tiems/v20190416/examples.json +0 -217
  160. tccli/services/trdp/__init__.py +0 -4
  161. tccli/services/trdp/trdp_client.py +0 -207
  162. tccli/services/trdp/v20220726/api.json +0 -843
  163. tccli/services/trdp/v20220726/examples.json +0 -13
  164. tccli/services/ump/__init__.py +0 -4
  165. tccli/services/ump/ump_client.py +0 -1055
  166. tccli/services/ump/v20200918/api.json +0 -2168
  167. tccli/services/ump/v20200918/examples.json +0 -141
  168. tccli/services/youmall/__init__.py +0 -4
  169. tccli/services/youmall/v20180228/api.json +0 -3572
  170. tccli/services/youmall/v20180228/examples.json +0 -313
  171. tccli/services/youmall/youmall_client.py +0 -1797
  172. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
  173. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
  174. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,1067 +0,0 @@
1
- {
2
- "actions": {
3
- "ApplyStack": {
4
- "document": "本接口(ApplyStack)用于触发资源栈下某个版本的Apply事件。\n\n- 当版本处于PLAN_IN_PROGRESS或APPLY_IN_PROGRESS状态时,将无法再执行本操作\n- 当版本处于APPLY_COMPLETED状态时,本操作无法执行",
5
- "input": "ApplyStackRequest",
6
- "name": "执行Apply事件",
7
- "output": "ApplyStackResponse",
8
- "status": "online"
9
- },
10
- "CreateStack": {
11
- "document": "本接口(CreateStack)用于通过传递一个COS的terraform zip模版URL来创建一个资源栈。创建资源栈后仍需要用户调用对应的plan, apply, destory执行对应的事件。",
12
- "input": "CreateStackRequest",
13
- "name": "创建资源栈",
14
- "output": "CreateStackResponse",
15
- "status": "online"
16
- },
17
- "CreateStackVersion": {
18
- "document": "本接口(CreateStackVersion)用于给资源栈新增一个HCL模版版本,仅限COS链接,且为zip格式。",
19
- "input": "CreateStackVersionRequest",
20
- "name": "给资源栈新增一个版本",
21
- "output": "CreateStackVersionResponse",
22
- "status": "online"
23
- },
24
- "DeleteStack": {
25
- "document": "本接口(DeleteStack)用于删除一个资源栈(配置、版本、事件信息)。但不会销毁资源管理的云资源。如果需要销毁资源栈管理的云资源,请调用 DestoryStack 接口销毁云资源。",
26
- "input": "DeleteStackRequest",
27
- "name": "删除资源栈",
28
- "output": "DeleteStackResponse",
29
- "status": "online"
30
- },
31
- "DeleteStackVersion": {
32
- "document": "本接口(DeleteStackVersion)用于删除一个版本,处于PLAN_IN_PROGRESS和APPLY_IN_PROGRESS状态中的版本无法删除。",
33
- "input": "DeleteStackVersionRequest",
34
- "name": "删除一个版本",
35
- "output": "DeleteStackVersionResponse",
36
- "status": "online"
37
- },
38
- "DescribeStackEvent": {
39
- "document": "本接口(DescribeStackEvent)用于获取单个事件详情,尤其是可以得到事件的详细控制台输出文本。",
40
- "input": "DescribeStackEventRequest",
41
- "name": "获取单个事件详情",
42
- "output": "DescribeStackEventResponse",
43
- "status": "online"
44
- },
45
- "DescribeStackEvents": {
46
- "document": "本接口(DescribeStackEvents)用于查看一个或多个事件详细信息。\n\n- 可以根据事件ID过滤感兴趣的事件\n- 也可以根据版本ID,资源栈ID,事件类型,事件状态过滤事件,过滤信息详细请见过滤器Filter\n- 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的事件",
47
- "input": "DescribeStackEventsRequest",
48
- "name": "查询事件列表",
49
- "output": "DescribeStackEventsResponse",
50
- "status": "online"
51
- },
52
- "DescribeStackVersions": {
53
- "document": "本接口(DescribeStackVersions)用于查询一个或多个版本的详细信息。\n\n- 可以根据版本ID查询感兴趣的版本\n- 可以根据版本名字和状态来过滤版本,详见过滤器Filter\n- 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的版本",
54
- "input": "DescribeStackVersionsRequest",
55
- "name": "查询版本列表",
56
- "output": "DescribeStackVersionsResponse",
57
- "status": "online"
58
- },
59
- "DescribeStacks": {
60
- "document": "本接口(DescribeStacks)用于查询一个或多个资源栈的详细信息。\n\n- 可以根据资源栈ID来查询感兴趣的资源栈信息\n- 若参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的资源栈",
61
- "input": "DescribeStacksRequest",
62
- "name": "查询资源栈列表",
63
- "output": "DescribeStacksResponse",
64
- "status": "online"
65
- },
66
- "DestroyStack": {
67
- "document": "本接口(DestroyStack)用于删除资源栈下的某个版本所创建的资源。",
68
- "input": "DestroyStackRequest",
69
- "name": "执行Destroy事件",
70
- "output": "DestroyStackResponse",
71
- "status": "online"
72
- },
73
- "PlanStack": {
74
- "document": "本接口(PlanStack)用于触发资源栈下某个版本的PLAN事件。\n\n- 当版本处于PLAN_IN_PROGRESS或APPLY_IN_PROGRESS状态时,将无法再执行本操作\n- 当版本处于APPLY_COMPLETED状态时,本操作无法执行",
75
- "input": "PlanStackRequest",
76
- "name": "执行Plan事件",
77
- "output": "PlanStackResponse",
78
- "status": "online"
79
- },
80
- "UpdateStack": {
81
- "document": "本接口(UpdateStack)用于更新资源栈的名称和描述。",
82
- "input": "UpdateStackRequest",
83
- "name": "更新资源栈",
84
- "output": "UpdateStackResponse",
85
- "status": "online"
86
- },
87
- "UpdateStackVersion": {
88
- "document": "本接口(UpdateStackVersion)用于更新一个版本的模版内容,名称或描述,模版仅限COS URL,且为zip格式。",
89
- "input": "UpdateStackVersionRequest",
90
- "name": "更新资源栈版本的内容",
91
- "output": "UpdateStackVersionResponse",
92
- "status": "online"
93
- }
94
- },
95
- "metadata": {
96
- "apiVersion": "2020-11-17",
97
- "api_brief": "介绍如何使用API对资源栈进行操作,包括创建资源栈、创建资源栈版本、预览资源栈、发布资源栈、销毁资源栈以及删除资源栈等。",
98
- "serviceNameCN": "资源编排 TIC",
99
- "serviceShortName": "tic"
100
- },
101
- "objects": {
102
- "ApplyStackRequest": {
103
- "document": "ApplyStack请求参数结构体",
104
- "members": [
105
- {
106
- "disabled": false,
107
- "document": "资源栈ID",
108
- "example": "",
109
- "member": "string",
110
- "name": "StackId",
111
- "required": true,
112
- "type": "string"
113
- },
114
- {
115
- "disabled": false,
116
- "document": "待执行apply事件的版本ID",
117
- "example": "",
118
- "member": "string",
119
- "name": "VersionId",
120
- "required": true,
121
- "type": "string"
122
- }
123
- ],
124
- "type": "object"
125
- },
126
- "ApplyStackResponse": {
127
- "document": "ApplyStack返回参数结构体",
128
- "members": [
129
- {
130
- "disabled": false,
131
- "document": "执行的事件ID",
132
- "example": "",
133
- "member": "string",
134
- "name": "EventId",
135
- "type": "string",
136
- "value_allowed_null": false
137
- },
138
- {
139
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
140
- "member": "string",
141
- "name": "RequestId",
142
- "type": "string"
143
- }
144
- ],
145
- "type": "object"
146
- },
147
- "CreateStackRequest": {
148
- "document": "CreateStack请求参数结构体",
149
- "members": [
150
- {
151
- "disabled": false,
152
- "document": "资源栈名称,不得超过60个字符",
153
- "example": "",
154
- "member": "string",
155
- "name": "StackName",
156
- "required": true,
157
- "type": "string"
158
- },
159
- {
160
- "disabled": false,
161
- "document": "资源栈所在地域",
162
- "example": "",
163
- "member": "string",
164
- "name": "StackRegion",
165
- "required": true,
166
- "type": "string"
167
- },
168
- {
169
- "disabled": false,
170
- "document": "HCL模板URL,⽬前仅限 COS URL, ⽂件为zip压缩格式",
171
- "example": "",
172
- "member": "string",
173
- "name": "TemplateUrl",
174
- "required": true,
175
- "type": "string"
176
- },
177
- {
178
- "disabled": false,
179
- "document": "资源栈描述,不得超过200个字符",
180
- "example": "",
181
- "member": "string",
182
- "name": "Description",
183
- "required": false,
184
- "type": "string"
185
- }
186
- ],
187
- "type": "object"
188
- },
189
- "CreateStackResponse": {
190
- "document": "CreateStack返回参数结构体",
191
- "members": [
192
- {
193
- "disabled": false,
194
- "document": "创建得到的资源栈ID",
195
- "example": "",
196
- "member": "string",
197
- "name": "StackId",
198
- "type": "string",
199
- "value_allowed_null": false
200
- },
201
- {
202
- "disabled": false,
203
- "document": "资源栈版本ID",
204
- "example": "",
205
- "member": "string",
206
- "name": "VersionId",
207
- "type": "string",
208
- "value_allowed_null": false
209
- },
210
- {
211
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
212
- "member": "string",
213
- "name": "RequestId",
214
- "type": "string"
215
- }
216
- ],
217
- "type": "object"
218
- },
219
- "CreateStackVersionRequest": {
220
- "document": "CreateStackVersion请求参数结构体",
221
- "members": [
222
- {
223
- "disabled": false,
224
- "document": "待增加版本的资源栈ID",
225
- "example": "",
226
- "member": "string",
227
- "name": "StackId",
228
- "required": true,
229
- "type": "string"
230
- },
231
- {
232
- "disabled": false,
233
- "document": "模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式",
234
- "example": "",
235
- "member": "string",
236
- "name": "TemplateUrl",
237
- "required": true,
238
- "type": "string"
239
- },
240
- {
241
- "disabled": false,
242
- "document": "版本名称,不得超过60个字符",
243
- "example": "",
244
- "member": "string",
245
- "name": "VersionName",
246
- "required": false,
247
- "type": "string"
248
- },
249
- {
250
- "disabled": false,
251
- "document": "版本描述,不得超过200个字符",
252
- "example": "",
253
- "member": "string",
254
- "name": "Description",
255
- "required": false,
256
- "type": "string"
257
- }
258
- ],
259
- "type": "object"
260
- },
261
- "CreateStackVersionResponse": {
262
- "document": "CreateStackVersion返回参数结构体",
263
- "members": [
264
- {
265
- "disabled": false,
266
- "document": "新创建的版本ID",
267
- "example": "",
268
- "member": "string",
269
- "name": "VersionId",
270
- "type": "string",
271
- "value_allowed_null": false
272
- },
273
- {
274
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
275
- "member": "string",
276
- "name": "RequestId",
277
- "type": "string"
278
- }
279
- ],
280
- "type": "object"
281
- },
282
- "DeleteStackRequest": {
283
- "document": "DeleteStack请求参数结构体",
284
- "members": [
285
- {
286
- "disabled": false,
287
- "document": "待删除的资源栈ID",
288
- "example": "",
289
- "member": "string",
290
- "name": "StackId",
291
- "required": true,
292
- "type": "string"
293
- }
294
- ],
295
- "type": "object"
296
- },
297
- "DeleteStackResponse": {
298
- "document": "DeleteStack返回参数结构体",
299
- "members": [
300
- {
301
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
302
- "member": "string",
303
- "name": "RequestId",
304
- "type": "string"
305
- }
306
- ],
307
- "type": "object"
308
- },
309
- "DeleteStackVersionRequest": {
310
- "document": "DeleteStackVersion请求参数结构体",
311
- "members": [
312
- {
313
- "disabled": false,
314
- "document": "待删除的版本ID",
315
- "example": "",
316
- "member": "string",
317
- "name": "VersionId",
318
- "required": true,
319
- "type": "string"
320
- }
321
- ],
322
- "type": "object"
323
- },
324
- "DeleteStackVersionResponse": {
325
- "document": "DeleteStackVersion返回参数结构体",
326
- "members": [
327
- {
328
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
329
- "member": "string",
330
- "name": "RequestId",
331
- "type": "string"
332
- }
333
- ],
334
- "type": "object"
335
- },
336
- "DescribeStackEventRequest": {
337
- "document": "DescribeStackEvent请求参数结构体",
338
- "members": [
339
- {
340
- "disabled": false,
341
- "document": "事件ID",
342
- "example": "",
343
- "member": "string",
344
- "name": "EventId",
345
- "required": true,
346
- "type": "string"
347
- }
348
- ],
349
- "type": "object"
350
- },
351
- "DescribeStackEventResponse": {
352
- "document": "DescribeStackEvent返回参数结构体",
353
- "members": [
354
- {
355
- "disabled": false,
356
- "document": "事件ID",
357
- "example": "",
358
- "member": "string",
359
- "name": "EventId",
360
- "type": "string",
361
- "value_allowed_null": false
362
- },
363
- {
364
- "disabled": false,
365
- "document": "版本ID",
366
- "example": "",
367
- "member": "string",
368
- "name": "VersionId",
369
- "type": "string",
370
- "value_allowed_null": false
371
- },
372
- {
373
- "disabled": false,
374
- "document": "资源栈ID",
375
- "example": "",
376
- "member": "string",
377
- "name": "StackId",
378
- "type": "string",
379
- "value_allowed_null": false
380
- },
381
- {
382
- "disabled": false,
383
- "document": "事件类型",
384
- "example": "",
385
- "member": "string",
386
- "name": "Type",
387
- "type": "string",
388
- "value_allowed_null": false
389
- },
390
- {
391
- "disabled": false,
392
- "document": "事件状态",
393
- "example": "",
394
- "member": "string",
395
- "name": "Status",
396
- "type": "string",
397
- "value_allowed_null": false
398
- },
399
- {
400
- "disabled": false,
401
- "document": "状态信息",
402
- "example": "",
403
- "member": "string",
404
- "name": "EventMessage",
405
- "type": "string",
406
- "value_allowed_null": false
407
- },
408
- {
409
- "disabled": false,
410
- "document": "创建时间",
411
- "example": "",
412
- "member": "string",
413
- "name": "CreateTime",
414
- "type": "string",
415
- "value_allowed_null": false
416
- },
417
- {
418
- "disabled": false,
419
- "document": "控制台输出文本",
420
- "example": "",
421
- "member": "string",
422
- "name": "ConsoleLog",
423
- "type": "string",
424
- "value_allowed_null": false
425
- },
426
- {
427
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
428
- "member": "string",
429
- "name": "RequestId",
430
- "type": "string"
431
- }
432
- ],
433
- "type": "object"
434
- },
435
- "DescribeStackEventsRequest": {
436
- "document": "DescribeStackEvents请求参数结构体",
437
- "members": [
438
- {
439
- "disabled": false,
440
- "document": "按照⼀个或者多个事件ID查询",
441
- "example": "",
442
- "member": "string",
443
- "name": "EventIds",
444
- "required": false,
445
- "type": "list"
446
- },
447
- {
448
- "disabled": false,
449
- "document": "<li>**VersionId**</li>\n按照【**版本ID**】过滤,VersionId形如 `ver-kg8hn58h`\n类型:string\n\n<li>**StackId**</li>\n按照【**资源栈ID**】过滤,StackId形如 `stk-hz5vn3te`\n类型:string\n\n<li>**Type**</li>\n按照【**事件类型**】过滤,Type 形如 plan, apply, destroy\n类型:string\n\n<li>**Status**</li>\n按照【**事件状态**】过滤,Status形如 queueing, running, success, failed\n类型:string",
450
- "example": "",
451
- "member": "Filter",
452
- "name": "Filters",
453
- "required": false,
454
- "type": "list"
455
- },
456
- {
457
- "disabled": false,
458
- "document": "偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节",
459
- "example": "",
460
- "member": "int64",
461
- "name": "Offset",
462
- "required": false,
463
- "type": "int"
464
- },
465
- {
466
- "disabled": false,
467
- "document": "返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节",
468
- "example": "",
469
- "member": "int64",
470
- "name": "Limit",
471
- "required": false,
472
- "type": "int"
473
- }
474
- ],
475
- "type": "object"
476
- },
477
- "DescribeStackEventsResponse": {
478
- "document": "DescribeStackEvents返回参数结构体",
479
- "members": [
480
- {
481
- "disabled": false,
482
- "document": "符合条件的事件数量",
483
- "example": "",
484
- "member": "int64",
485
- "name": "TotalCount",
486
- "type": "int",
487
- "value_allowed_null": false
488
- },
489
- {
490
- "disabled": false,
491
- "document": "事件详细信息列表",
492
- "example": "",
493
- "member": "EventInfo",
494
- "name": "Events",
495
- "type": "list",
496
- "value_allowed_null": false
497
- },
498
- {
499
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
500
- "member": "string",
501
- "name": "RequestId",
502
- "type": "string"
503
- }
504
- ],
505
- "type": "object"
506
- },
507
- "DescribeStackVersionsRequest": {
508
- "document": "DescribeStackVersions请求参数结构体",
509
- "members": [
510
- {
511
- "disabled": false,
512
- "document": "按照⼀个或者多个版本ID查询",
513
- "example": "",
514
- "member": "string",
515
- "name": "VersionIds",
516
- "required": false,
517
- "type": "list"
518
- },
519
- {
520
- "disabled": false,
521
- "document": "偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节",
522
- "example": "",
523
- "member": "int64",
524
- "name": "Offset",
525
- "required": false,
526
- "type": "int"
527
- },
528
- {
529
- "disabled": false,
530
- "document": "返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节",
531
- "example": "",
532
- "member": "int64",
533
- "name": "Limit",
534
- "required": false,
535
- "type": "int"
536
- },
537
- {
538
- "disabled": false,
539
- "document": "<li>**Name**</li>\n按照【**版本名称**】进行过滤\n类型:string\n\n<li>**Status**</li>\n按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等\n类型:string\n\n<li>**StackId**</li>\n按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx`\n类型:string",
540
- "example": "",
541
- "member": "Filter",
542
- "name": "Filters",
543
- "required": false,
544
- "type": "list"
545
- }
546
- ],
547
- "type": "object"
548
- },
549
- "DescribeStackVersionsResponse": {
550
- "document": "DescribeStackVersions返回参数结构体",
551
- "members": [
552
- {
553
- "disabled": false,
554
- "document": "符合条件的版本数量",
555
- "example": "",
556
- "member": "int64",
557
- "name": "TotalCount",
558
- "type": "int",
559
- "value_allowed_null": false
560
- },
561
- {
562
- "disabled": false,
563
- "document": "版本详细信息列表",
564
- "example": "",
565
- "member": "VersionInfo",
566
- "name": "Versions",
567
- "type": "list",
568
- "value_allowed_null": false
569
- },
570
- {
571
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
572
- "member": "string",
573
- "name": "RequestId",
574
- "type": "string"
575
- }
576
- ],
577
- "type": "object"
578
- },
579
- "DescribeStacksRequest": {
580
- "document": "DescribeStacks请求参数结构体",
581
- "members": [
582
- {
583
- "disabled": false,
584
- "document": "按照⼀个或者多个资源栈ID查询",
585
- "example": "",
586
- "member": "string",
587
- "name": "StackIds",
588
- "required": false,
589
- "type": "list"
590
- },
591
- {
592
- "disabled": false,
593
- "document": "偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
594
- "example": "",
595
- "member": "int64",
596
- "name": "Offset",
597
- "required": false,
598
- "type": "int"
599
- },
600
- {
601
- "disabled": false,
602
- "document": "返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
603
- "example": "",
604
- "member": "int64",
605
- "name": "Limit",
606
- "required": false,
607
- "type": "int"
608
- }
609
- ],
610
- "type": "object"
611
- },
612
- "DescribeStacksResponse": {
613
- "document": "DescribeStacks返回参数结构体",
614
- "members": [
615
- {
616
- "disabled": false,
617
- "document": "符合条件的资源栈数量",
618
- "example": "",
619
- "member": "int64",
620
- "name": "TotalCount",
621
- "type": "int",
622
- "value_allowed_null": false
623
- },
624
- {
625
- "disabled": false,
626
- "document": "资源栈详细信息列表",
627
- "example": "",
628
- "member": "StackInfo",
629
- "name": "Stacks",
630
- "type": "list",
631
- "value_allowed_null": false
632
- },
633
- {
634
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
635
- "member": "string",
636
- "name": "RequestId",
637
- "type": "string"
638
- }
639
- ],
640
- "type": "object"
641
- },
642
- "DestroyStackRequest": {
643
- "document": "DestroyStack请求参数结构体",
644
- "members": [
645
- {
646
- "disabled": false,
647
- "document": "资源栈ID",
648
- "example": "",
649
- "member": "string",
650
- "name": "StackId",
651
- "required": true,
652
- "type": "string"
653
- },
654
- {
655
- "disabled": false,
656
- "document": "待执行destroy事件的版本ID",
657
- "example": "",
658
- "member": "string",
659
- "name": "VersionId",
660
- "required": true,
661
- "type": "string"
662
- }
663
- ],
664
- "type": "object"
665
- },
666
- "DestroyStackResponse": {
667
- "document": "DestroyStack返回参数结构体",
668
- "members": [
669
- {
670
- "disabled": false,
671
- "document": "事件ID",
672
- "example": "",
673
- "member": "string",
674
- "name": "EventId",
675
- "type": "string",
676
- "value_allowed_null": false
677
- },
678
- {
679
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
680
- "member": "string",
681
- "name": "RequestId",
682
- "type": "string"
683
- }
684
- ],
685
- "type": "object"
686
- },
687
- "EventInfo": {
688
- "document": "事件详情",
689
- "members": [
690
- {
691
- "disabled": false,
692
- "document": "事件ID",
693
- "example": "",
694
- "member": "string",
695
- "name": "EventId",
696
- "required": true,
697
- "type": "string",
698
- "value_allowed_null": false
699
- },
700
- {
701
- "disabled": false,
702
- "document": "版本ID",
703
- "example": "",
704
- "member": "string",
705
- "name": "VersionId",
706
- "required": true,
707
- "type": "string",
708
- "value_allowed_null": false
709
- },
710
- {
711
- "disabled": false,
712
- "document": "资源栈ID",
713
- "example": "",
714
- "member": "string",
715
- "name": "StackId",
716
- "required": true,
717
- "type": "string",
718
- "value_allowed_null": false
719
- },
720
- {
721
- "disabled": false,
722
- "document": "事件类型",
723
- "example": "",
724
- "member": "string",
725
- "name": "Type",
726
- "required": true,
727
- "type": "string",
728
- "value_allowed_null": false
729
- },
730
- {
731
- "disabled": false,
732
- "document": "版本状态",
733
- "example": "",
734
- "member": "string",
735
- "name": "Status",
736
- "required": true,
737
- "type": "string",
738
- "value_allowed_null": false
739
- },
740
- {
741
- "disabled": false,
742
- "document": "状态信息",
743
- "example": "",
744
- "member": "string",
745
- "name": "Message",
746
- "required": true,
747
- "type": "string",
748
- "value_allowed_null": false
749
- },
750
- {
751
- "disabled": false,
752
- "document": "创建时间",
753
- "example": "",
754
- "member": "string",
755
- "name": "CreateTime",
756
- "required": true,
757
- "type": "string",
758
- "value_allowed_null": false
759
- }
760
- ],
761
- "usage": "out"
762
- },
763
- "Filter": {
764
- "document": "查询过滤条件",
765
- "members": [
766
- {
767
- "disabled": false,
768
- "document": "条件名字",
769
- "example": "",
770
- "member": "string",
771
- "name": "Name",
772
- "required": true,
773
- "type": "string",
774
- "value_allowed_null": false
775
- },
776
- {
777
- "disabled": false,
778
- "document": "匹配的值,可以有多个",
779
- "example": "",
780
- "member": "string",
781
- "name": "Values",
782
- "required": true,
783
- "type": "list",
784
- "value_allowed_null": false
785
- }
786
- ],
787
- "usage": "in"
788
- },
789
- "PlanStackRequest": {
790
- "document": "PlanStack请求参数结构体",
791
- "members": [
792
- {
793
- "disabled": false,
794
- "document": "资源栈ID",
795
- "example": "",
796
- "member": "string",
797
- "name": "StackId",
798
- "required": true,
799
- "type": "string"
800
- },
801
- {
802
- "disabled": false,
803
- "document": "待执行plan事件的版本ID",
804
- "example": "",
805
- "member": "string",
806
- "name": "VersionId",
807
- "required": true,
808
- "type": "string"
809
- }
810
- ],
811
- "type": "object"
812
- },
813
- "PlanStackResponse": {
814
- "document": "PlanStack返回参数结构体",
815
- "members": [
816
- {
817
- "disabled": false,
818
- "document": "执行的事件ID",
819
- "example": "",
820
- "member": "string",
821
- "name": "EventId",
822
- "type": "string",
823
- "value_allowed_null": false
824
- },
825
- {
826
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
827
- "member": "string",
828
- "name": "RequestId",
829
- "type": "string"
830
- }
831
- ],
832
- "type": "object"
833
- },
834
- "StackInfo": {
835
- "document": "资源栈信息",
836
- "members": [
837
- {
838
- "disabled": false,
839
- "document": "资源栈ID",
840
- "example": "",
841
- "member": "string",
842
- "name": "StackId",
843
- "required": true,
844
- "type": "string",
845
- "value_allowed_null": false
846
- },
847
- {
848
- "disabled": false,
849
- "document": "资源栈名称",
850
- "example": "",
851
- "member": "string",
852
- "name": "StackName",
853
- "required": true,
854
- "type": "string",
855
- "value_allowed_null": false
856
- },
857
- {
858
- "disabled": false,
859
- "document": "资源栈描述",
860
- "example": "",
861
- "member": "string",
862
- "name": "Description",
863
- "required": true,
864
- "type": "string",
865
- "value_allowed_null": false
866
- },
867
- {
868
- "disabled": false,
869
- "document": "所处地域",
870
- "example": "",
871
- "member": "string",
872
- "name": "Region",
873
- "required": true,
874
- "type": "string",
875
- "value_allowed_null": false
876
- },
877
- {
878
- "disabled": false,
879
- "document": "资源栈状态",
880
- "example": "",
881
- "member": "string",
882
- "name": "Status",
883
- "required": true,
884
- "type": "string",
885
- "value_allowed_null": false
886
- },
887
- {
888
- "disabled": false,
889
- "document": "创建时间",
890
- "example": "",
891
- "member": "string",
892
- "name": "CreateTime",
893
- "required": true,
894
- "type": "string",
895
- "value_allowed_null": false
896
- }
897
- ],
898
- "usage": "out"
899
- },
900
- "UpdateStackRequest": {
901
- "document": "UpdateStack请求参数结构体",
902
- "members": [
903
- {
904
- "disabled": false,
905
- "document": "待更新的资源栈ID",
906
- "example": "",
907
- "member": "string",
908
- "name": "StackId",
909
- "required": true,
910
- "type": "string"
911
- },
912
- {
913
- "disabled": false,
914
- "document": "资源栈名称,不得超过60个字符",
915
- "example": "",
916
- "member": "string",
917
- "name": "StackName",
918
- "required": false,
919
- "type": "string"
920
- },
921
- {
922
- "disabled": false,
923
- "document": "资源栈描述,不得超过200个字符",
924
- "example": "",
925
- "member": "string",
926
- "name": "Description",
927
- "required": false,
928
- "type": "string"
929
- }
930
- ],
931
- "type": "object"
932
- },
933
- "UpdateStackResponse": {
934
- "document": "UpdateStack返回参数结构体",
935
- "members": [
936
- {
937
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
938
- "member": "string",
939
- "name": "RequestId",
940
- "type": "string"
941
- }
942
- ],
943
- "type": "object"
944
- },
945
- "UpdateStackVersionRequest": {
946
- "document": "UpdateStackVersion请求参数结构体",
947
- "members": [
948
- {
949
- "disabled": false,
950
- "document": "待更新的版本ID",
951
- "example": "",
952
- "member": "string",
953
- "name": "VersionId",
954
- "required": true,
955
- "type": "string"
956
- },
957
- {
958
- "disabled": false,
959
- "document": "模板 URL,⽬前仅限 COS URL, ⽂件为zip压缩格式",
960
- "example": "",
961
- "member": "string",
962
- "name": "TemplateUrl",
963
- "required": true,
964
- "type": "string"
965
- },
966
- {
967
- "disabled": false,
968
- "document": "版本名称,不得超过60个字符",
969
- "example": "",
970
- "member": "string",
971
- "name": "VersionName",
972
- "required": false,
973
- "type": "string"
974
- },
975
- {
976
- "disabled": false,
977
- "document": "版本描述,不得超过200个字符",
978
- "example": "",
979
- "member": "string",
980
- "name": "Description",
981
- "required": false,
982
- "type": "string"
983
- }
984
- ],
985
- "type": "object"
986
- },
987
- "UpdateStackVersionResponse": {
988
- "document": "UpdateStackVersion返回参数结构体",
989
- "members": [
990
- {
991
- "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
992
- "member": "string",
993
- "name": "RequestId",
994
- "type": "string"
995
- }
996
- ],
997
- "type": "object"
998
- },
999
- "VersionInfo": {
1000
- "document": "版本信息",
1001
- "members": [
1002
- {
1003
- "disabled": false,
1004
- "document": "版本ID",
1005
- "example": "",
1006
- "member": "string",
1007
- "name": "VersionId",
1008
- "required": true,
1009
- "type": "string",
1010
- "value_allowed_null": false
1011
- },
1012
- {
1013
- "disabled": false,
1014
- "document": "版本名称",
1015
- "example": "",
1016
- "member": "string",
1017
- "name": "VersionName",
1018
- "required": true,
1019
- "type": "string",
1020
- "value_allowed_null": false
1021
- },
1022
- {
1023
- "disabled": false,
1024
- "document": "版本描述",
1025
- "example": "",
1026
- "member": "string",
1027
- "name": "Description",
1028
- "required": true,
1029
- "type": "string",
1030
- "value_allowed_null": false
1031
- },
1032
- {
1033
- "disabled": false,
1034
- "document": "资源栈ID",
1035
- "example": "",
1036
- "member": "string",
1037
- "name": "StackId",
1038
- "required": true,
1039
- "type": "string",
1040
- "value_allowed_null": false
1041
- },
1042
- {
1043
- "disabled": false,
1044
- "document": "版本状态",
1045
- "example": "",
1046
- "member": "string",
1047
- "name": "Status",
1048
- "required": true,
1049
- "type": "string",
1050
- "value_allowed_null": false
1051
- },
1052
- {
1053
- "disabled": false,
1054
- "document": "创建时间",
1055
- "example": "",
1056
- "member": "string",
1057
- "name": "CreateTime",
1058
- "required": true,
1059
- "type": "string",
1060
- "value_allowed_null": false
1061
- }
1062
- ],
1063
- "usage": "out"
1064
- }
1065
- },
1066
- "version": "1.0"
1067
- }