ksyun-sdk-node 1.2.4 → 1.4.9

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 (128) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/dist/base/BaseClient.js +50 -4
  3. package/dist/service/Actiontrail/v20190401/index.js +31 -31
  4. package/dist/service/Aicp/v20240612/index.js +491 -0
  5. package/dist/service/Aicp/v20251212/index.js +76 -0
  6. package/dist/service/Bill/v20180601/index.js +45 -45
  7. package/dist/service/Bill/v20220601/index.js +35 -35
  8. package/dist/service/Bill_union/v20200101/index.js +139 -103
  9. package/dist/service/Bill_union/v20221222/index.js +93 -93
  10. package/dist/service/Bill_union/v20250801/index.js +66 -0
  11. package/dist/service/Bws/v20160304/index.js +103 -103
  12. package/dist/service/Cdn/v20160901/index.js +52 -19
  13. package/dist/service/Cdn/v20200630/index.js +306 -306
  14. package/dist/service/Cdn/v20200901/index.js +108 -108
  15. package/dist/service/Cdn/v20211201/index.js +45 -0
  16. package/dist/service/Cdn/v20250503/index.js +404 -0
  17. package/dist/service/Cen/v20160304/index.js +321 -321
  18. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  19. package/dist/service/Ebs/v20160304/index.js +262 -262
  20. package/dist/service/Eip/v20160304/index.js +101 -101
  21. package/dist/service/Epc/v20151101/index.js +1822 -766
  22. package/dist/service/Iam/v20151101/index.js +863 -756
  23. package/dist/service/Iam/v20240513/index.js +47 -0
  24. package/dist/service/Iam/v20240703/index.js +44 -0
  25. package/dist/service/Kad/v20161122/index.js +81 -81
  26. package/dist/service/Kce/v20180314/index.js +216 -216
  27. package/dist/service/Kce/v20190806/index.js +343 -343
  28. package/dist/service/Kce/v20201231/index.js +39 -39
  29. package/dist/service/Kcf/v20211215/index.js +141 -141
  30. package/dist/service/Kcm/v20160304/index.js +81 -81
  31. package/dist/service/Kcrs/v20211109/index.js +611 -611
  32. package/dist/service/Kcs/v20160701/index.js +800 -800
  33. package/dist/service/Kcs/v20170401/index.js +47 -47
  34. package/dist/service/Kead/v20200101/index.js +25 -25
  35. package/dist/service/Kec/v20160304/index.js +1697 -1533
  36. package/dist/service/Kes/v20201215/index.js +171 -0
  37. package/dist/service/Ket/v20170101/index.js +92 -92
  38. package/dist/service/Kkms/v20160304/index.js +108 -108
  39. package/dist/service/Klog/v20200731/index.js +232 -705
  40. package/dist/service/Kls/v20170101/index.js +135 -135
  41. package/dist/service/Kmr/v20210902/index.js +422 -0
  42. package/dist/service/Kmr/v20231231/index.js +154 -0
  43. package/dist/service/Kmr/v20240814/index.js +370 -0
  44. package/dist/service/Krds/v20160701/index.js +991 -991
  45. package/dist/service/Krds/v20200825/index.js +115 -115
  46. package/dist/service/Memcached/v20180627/index.js +172 -172
  47. package/dist/service/Mongodb/v20170101/index.js +514 -514
  48. package/dist/service/Monitor/v20100525/index.js +41 -41
  49. package/dist/service/Monitor/v20181114/index.js +25 -25
  50. package/dist/service/Monitor/v20210101/index.js +153 -116
  51. package/dist/service/Monitor/v20220101/index.js +30 -40
  52. package/dist/service/Monitor/v20250101/index.js +71 -0
  53. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  54. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  55. package/dist/service/Sks/v20151101/index.js +69 -69
  56. package/dist/service/Slb/v20160304/index.js +1208 -1208
  57. package/dist/service/Sts/v20151101/index.js +23 -23
  58. package/dist/service/Tagv2/v20200901/index.js +115 -115
  59. package/dist/service/Tidb/v20210520/index.js +254 -254
  60. package/dist/service/Trade/v20200114/index.js +20 -20
  61. package/dist/service/Trade/v20200831/index.js +22 -22
  62. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  63. package/dist/service/Waf/v20200707/index.js +174 -174
  64. package/example/iam.js +2 -1
  65. package/example/res.js +2 -1
  66. package/package.json +1 -1
  67. package/src/base/BaseClient.js +51 -4
  68. package/src/service/Actiontrail/v20190401/index.js +42 -42
  69. package/src/service/Aicp/v20240612/index.js +483 -0
  70. package/src/service/Aicp/v20251212/index.js +68 -0
  71. package/src/service/Bill/v20180601/index.js +63 -64
  72. package/src/service/Bill/v20220601/index.js +50 -50
  73. package/src/service/Bill_union/v20200101/index.js +181 -146
  74. package/src/service/Bill_union/v20221222/index.js +124 -124
  75. package/src/service/Bill_union/v20250801/index.js +58 -0
  76. package/src/service/Bws/v20160304/index.js +138 -138
  77. package/src/service/Cdn/v20160901/index.js +62 -30
  78. package/src/service/Cdn/v20200630/index.js +399 -399
  79. package/src/service/Cdn/v20200901/index.js +143 -143
  80. package/src/service/Cdn/v20211201/index.js +37 -0
  81. package/src/service/Cdn/v20250503/index.js +396 -0
  82. package/src/service/Cen/v20160304/index.js +449 -449
  83. package/src/service/Clickhouse/v20210101/index.js +535 -535
  84. package/src/service/Ebs/v20160304/index.js +365 -365
  85. package/src/service/Eip/v20160304/index.js +135 -136
  86. package/src/service/Epc/v20151101/index.js +2065 -1009
  87. package/src/service/Iam/v20151101/index.js +1155 -1050
  88. package/src/service/Iam/v20240513/index.js +39 -0
  89. package/src/service/Iam/v20240703/index.js +36 -0
  90. package/src/service/Kad/v20161122/index.js +112 -112
  91. package/src/service/Kce/v20180314/index.js +309 -309
  92. package/src/service/Kce/v20190806/index.js +471 -471
  93. package/src/service/Kce/v20201231/index.js +50 -50
  94. package/src/service/Kcf/v20211215/index.js +192 -194
  95. package/src/service/Kcm/v20160304/index.js +104 -104
  96. package/src/service/Kcrs/v20211109/index.js +840 -854
  97. package/src/service/Kcs/v20160701/index.js +1095 -1098
  98. package/src/service/Kcs/v20170401/index.js +66 -66
  99. package/src/service/Kead/v20200101/index.js +36 -36
  100. package/src/service/Kec/v20160304/index.js +2061 -1902
  101. package/src/service/Kes/v20201215/index.js +163 -0
  102. package/src/service/Ket/v20170101/index.js +123 -123
  103. package/src/service/Kkms/v20160304/index.js +156 -156
  104. package/src/service/Klog/v20200731/index.js +320 -807
  105. package/src/service/Kls/v20170101/index.js +183 -183
  106. package/src/service/Kmr/v20210902/index.js +414 -0
  107. package/src/service/Kmr/v20231231/index.js +146 -0
  108. package/src/service/Kmr/v20240814/index.js +362 -0
  109. package/src/service/Krds/v20160701/index.js +1291 -1293
  110. package/src/service/Krds/v20200825/index.js +163 -163
  111. package/src/service/Memcached/v20180627/index.js +238 -245
  112. package/src/service/Mongodb/v20170101/index.js +672 -672
  113. package/src/service/Monitor/v20100525/index.js +56 -56
  114. package/src/service/Monitor/v20181114/index.js +36 -36
  115. package/src/service/Monitor/v20210101/index.js +205 -169
  116. package/src/service/Monitor/v20220101/index.js +44 -54
  117. package/src/service/Monitor/v20250101/index.js +63 -0
  118. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  119. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  120. package/src/service/Sks/v20151101/index.js +95 -96
  121. package/src/service/Slb/v20160304/index.js +1471 -1471
  122. package/src/service/Sts/v20151101/index.js +34 -34
  123. package/src/service/Tagv2/v20200901/index.js +163 -163
  124. package/src/service/Tidb/v20210520/index.js +352 -352
  125. package/src/service/Trade/v20200114/index.js +31 -31
  126. package/src/service/Trade/v20200831/index.js +33 -33
  127. package/src/service/Vpc/v20160304/index.js +2404 -1667
  128. package/src/service/Waf/v20200707/index.js +237 -237
@@ -1,1012 +1,2068 @@
1
1
  const BaseClient = require("../../../base/BaseClient.js");
2
2
 
3
3
  module.exports = class Client extends BaseClient {
4
- _baseConfig = {
5
- 'protocol': 'http://',
6
- 'endpoint': 'epc.api.ksyun.com',
7
- 'config': {
8
- 'timeout': 60, //设置timeout
9
- 'headers': {
10
- 'Accept': 'application/json'
11
- },
12
- 'credentials': {
13
- 'region': 'cn-shanghai-3',
14
- 'service': 'epc',
15
- },
16
- },
17
- }
18
- _apiList = {
19
- 'CreateEpc': {
20
- 'url': '/',
21
- 'method': 'GET',
22
- 'config': {
23
- 'query': {
24
- 'Version': '2015-11-01',
25
- 'Action': 'CreateEpc',
26
- },
27
- 'headers': {
28
- 'Content-Type': 'application/x-www-form-urlencoded'
29
- },
30
- },
31
- 'paramsType': {
32
- 'HostType': 'String',
33
- 'AvailabilityZone': 'String',
34
- 'Raid': 'String',
35
- 'RaidId': 'String',
36
- 'ImageId': 'String',
37
- 'NetworkInterfaceMode': 'String',
38
- 'SubnetId': 'String',
39
- 'PrivateIpAddress': 'String',
40
- 'keyId': 'String',
41
- 'SecurityGroupId': 'Filter',
42
- 'DNS1': 'String',
43
- 'DNS2': 'String',
44
- 'HostName': 'String',
45
- 'ProjectId': 'String',
46
- 'ChargeType': 'String',
47
- 'Sn': 'String',
48
- 'PurchaseTime': 'Int',
49
- 'Password': 'String',
50
- 'SecurityAgent': 'String',
51
- 'CloudMonitorAgent': 'String',
52
- 'ExtensionSubnetId': 'String',
53
- 'ExtensionPrivateIpAddress': 'String',
54
- 'ExtensionDNS1': 'String',
55
- 'ExtensionDNS2': 'String',
56
- 'Description': 'String',
57
- 'AddressBandWidth': 'String',
58
- 'LineId': 'String',
59
- 'BandWidthShareId': 'String',
60
- 'AddressChargeType': 'String',
61
- 'AddressPurchaseTime': 'String',
62
- 'AddressProjectId': 'String',
63
- 'SystemFileType': 'String',
64
- 'DataFileType': 'String',
65
- 'DataDiskCatalogue': 'String',
66
- 'DataDiskCatalogueSuffix': 'String',
67
- 'HyperThreading': 'String',
68
- 'NvmeDataFileType': 'String',
69
- 'NvmeDataDiskCatalogue': 'String',
70
- 'NvmeDataDiskCatalogueSuffix': 'String',
71
- 'bondAttribute': 'String',
72
- 'ContainerAgent': 'String',
73
- 'KesAgent': 'String',
74
- 'KmrAgent': 'String',
75
- 'ComputerName': 'String',
76
- 'OverclockingAttribute': 'String',
77
- 'GpuImageDriverId': 'String',
78
- 'SystemVolumeType': 'String',
79
- 'SystemVolumeSize': 'String',
80
- 'RoceNetwork': 'String',
81
- }
82
- },
83
- 'StartEpc': {
84
- 'url': '/',
85
- 'method': 'GET',
86
- 'config': {
87
- 'query': {
88
- 'Version': '2015-11-01',
89
- 'Action': 'StartEpc',
90
- },
91
- 'headers': {
92
- 'Content-Type': 'application/json'
93
- },
94
- },
95
- 'paramsType': {
96
- 'HostId': 'String',
97
- }
98
- },
99
- 'RebootEpc': {
100
- 'url': '/',
101
- 'method': 'GET',
102
- 'config': {
103
- 'query': {
104
- 'Version': '2015-11-01',
105
- 'Action': 'RebootEpc',
106
- },
107
- 'headers': {
108
- 'Content-Type': 'application/json'
109
- },
110
- },
111
- 'paramsType': {
112
- 'HostId': 'String',
113
- }
114
- },
115
- 'DeleteEpc': {
116
- 'url': '/',
117
- 'method': 'GET',
118
- 'config': {
119
- 'query': {
120
- 'Version': '2015-11-01',
121
- 'Action': 'DeleteEpc',
122
- },
123
- 'headers': {
124
- 'Content-Type': 'application/json'
125
- },
126
- },
127
- 'paramsType': {
128
- 'HostId': 'String',
129
- }
130
- },
131
- 'ReinstallEpc': {
132
- 'url': '/',
133
- 'method': 'GET',
134
- 'config': {
135
- 'query': {
136
- 'Version': '2015-11-01',
137
- 'Action': 'ReinstallEpc',
138
- },
139
- 'headers': {
140
- 'Content-Type': 'application/x-www-form-urlencoded'
141
- },
142
- },
143
- 'paramsType': {
144
- 'HostId': 'String',
145
- 'ImageId': 'String',
146
- 'keyId': 'String',
147
- 'Password': 'String',
148
- 'NetworkInterfaceMode': 'String',
149
- 'SecurityAgent': 'String',
150
- 'CloudMonitorAgent': 'String',
151
- 'Raid': 'String',
152
- 'RaidId': 'String',
153
- 'HostName': 'String',
154
- 'SystemFileType': 'String',
155
- 'DataFileType': 'String',
156
- 'DataDiskCatalogue': 'String',
157
- 'DataDiskCatalogueSuffix': 'String',
158
- 'HyperThreading': 'String',
159
- 'NvmeDataFileType': 'String',
160
- 'NvmeDataDiskCatalogue': 'String',
161
- 'NvmeDataDiskCatalogueSuffix': 'String',
162
- 'bondAttribute': 'String',
163
- 'KesAgent': 'String',
164
- 'KmrAgent': 'String',
165
- 'ComputerName': 'String',
166
- 'OverclockingAttribute': 'String',
167
- 'DelayStart': 'Int',
168
- 'AvailabilityZone': 'String',
169
- 'GpuImageDriverId': 'String',
170
- }
171
- },
172
- 'ModifySecurityGroup': {
173
- 'url': '/',
174
- 'method': 'GET',
175
- 'config': {
176
- 'query': {
177
- 'Version': '2015-11-01',
178
- 'Action': 'ModifySecurityGroup',
179
- },
180
- 'headers': {
181
- 'Content-Type': 'application/json'
182
- },
183
- },
184
- 'paramsType': {
185
- 'HostId': 'String',
186
- 'NetworkInterfaceId': 'String',
187
- 'SecurityGroupId': 'Filter',
188
- }
189
- },
190
- 'CreateKey': {
191
- 'url': '/',
192
- 'method': 'GET',
193
- 'config': {
194
- 'query': {
195
- 'Version': '2015-11-01',
196
- 'Action': 'CreateKey',
197
- },
198
- 'headers': {
199
- 'Content-Type': 'application/x-www-form-urlencoded'
200
- },
201
- },
202
- 'paramsType': {
203
- 'KeyName': 'String',
204
- 'Description': 'String',
205
- }
206
- },
207
- 'DescribeEpcs': {
208
- 'url': '/',
209
- 'method': 'GET',
210
- 'config': {
211
- 'query': {
212
- 'Version': '2015-11-01',
213
- 'Action': 'DescribeEpcs',
214
- },
215
- 'headers': {
216
- 'Content-Type': 'application/x-www-form-urlencoded'
217
- },
218
- },
219
- 'paramsType': {
220
- 'ProjectId': 'Filter',
221
- 'HostId': 'Filter',
222
- 'Filter': 'Filter',
223
- 'MaxResults': 'Int',
224
- 'NextToken': 'String',
225
- }
226
- },
227
- 'GetDynamicCode': {
228
- 'url': '/',
229
- 'method': 'GET',
230
- 'config': {
231
- 'query': {
232
- 'Version': '2015-11-01',
233
- 'Action': 'GetDynamicCode',
234
- },
235
- 'headers': {
236
- 'Content-Type': 'application/x-www-form-urlencoded'
237
- },
238
- },
239
- 'paramsType': {
240
- 'RemoteManagementId': 'String',
241
- }
242
- },
243
- 'DescribeVpns': {
244
- 'url': '/',
245
- 'method': 'GET',
246
- 'config': {
247
- 'query': {
248
- 'Version': '2015-11-01',
249
- 'Action': 'DescribeVpns',
250
- },
251
- 'headers': {
252
- 'Content-Type': 'application/x-www-form-urlencoded'
253
- },
254
- },
255
- 'paramsType': {
256
- 'DynamicCode': 'String',
257
- 'Pin': 'String',
258
- 'RemoteManagementId': 'String',
259
- }
260
- },
261
- 'CreateImage': {
262
- 'url': '/',
263
- 'method': 'GET',
264
- 'config': {
265
- 'query': {
266
- 'Version': '2015-11-01',
267
- 'Action': 'CreateImage',
268
- },
269
- 'headers': {
270
- 'Content-Type': 'application/x-www-form-urlencoded'
271
- },
272
- },
273
- 'paramsType': {
274
- 'HostId': 'String',
275
- 'ImageName': 'String',
276
- 'ImageMode': 'String',
277
- 'ImageInitialization': 'String',
278
- }
279
- },
280
- 'ModifyImage': {
281
- 'url': '/',
282
- 'method': 'GET',
283
- 'config': {
284
- 'query': {
285
- 'Version': '2015-11-01',
286
- 'Action': 'ModifyImage',
287
- },
288
- 'headers': {
289
- 'Content-Type': 'application/x-www-form-urlencoded'
290
- },
291
- },
292
- 'paramsType': {
293
- 'ImageName': 'String',
294
- 'ImageId': 'String',
295
- }
296
- },
297
- 'DeleteImage': {
298
- 'url': '/',
299
- 'method': 'GET',
300
- 'config': {
301
- 'query': {
302
- 'Version': '2015-11-01',
303
- 'Action': 'DeleteImage',
304
- },
305
- 'headers': {
306
- 'Content-Type': 'application/x-www-form-urlencoded'
307
- },
308
- },
309
- 'paramsType': {
310
- 'ImageId': 'String',
311
- }
312
- },
313
- 'DescribeImages': {
314
- 'url': '/',
315
- 'method': 'GET',
316
- 'config': {
317
- 'query': {
318
- 'Version': '2015-11-01',
319
- 'Action': 'DescribeImages',
320
- },
321
- 'headers': {
322
- 'Content-Type': 'application/x-www-form-urlencoded'
323
- },
324
- },
325
- 'paramsType': {
326
- 'MaxResults': 'Int',
327
- 'NextToken': 'String',
328
- }
329
- },
330
- 'ModifyDns': {
331
- 'url': '/',
332
- 'method': 'GET',
333
- 'config': {
334
- 'query': {
335
- 'Version': '2015-11-01',
336
- 'Action': 'ModifyDns',
337
- },
338
- 'headers': {
339
- 'Content-Type': 'application/x-www-form-urlencoded'
340
- },
341
- },
342
- 'paramsType': {
343
- 'NetworkInterfaceId': 'String',
344
- 'HostId': 'String',
345
- 'DNS1': 'String',
346
- 'DNS2': 'String',
347
- }
348
- },
349
- 'ModifyNetworkInterfaceAttribute': {
350
- 'url': '/',
351
- 'method': 'GET',
352
- 'config': {
353
- 'query': {
354
- 'Version': '2015-11-01',
355
- 'Action': 'ModifyNetworkInterfaceAttribute',
356
- },
357
- 'headers': {
358
- 'Content-Type': 'application/x-www-form-urlencoded'
359
- },
360
- },
361
- 'paramsType': {
362
- 'NetworkInterfaceId': 'String',
363
- 'HostId': 'String',
364
- 'SubnetId': 'String',
365
- 'IpAddress': 'String',
366
- 'SecurityGroupIdList': 'Array',
367
- }
368
- },
369
- 'DescribePhysicalMonitor': {
370
- 'url': '/',
371
- 'method': 'GET',
372
- 'config': {
373
- 'query': {
374
- 'Version': '2015-11-01',
375
- 'Action': 'DescribePhysicalMonitor',
376
- },
377
- 'headers': {
378
- 'Content-Type': 'application/x-www-form-urlencoded'
379
- },
380
- },
381
- 'paramsType': {
382
- 'HostId': 'String',
383
- }
384
- },
385
- 'DescribeEpcManagements': {
386
- 'url': '/',
387
- 'method': 'GET',
388
- 'config': {
389
- 'query': {
390
- 'Version': '2015-11-01',
391
- 'Action': 'DescribeEpcManagements',
392
- },
393
- 'headers': {
394
- 'Content-Type': 'application/x-www-form-urlencoded'
395
- },
396
- },
397
- 'paramsType': {
398
- 'MaxResults': 'Int',
399
- 'NextToken': 'String',
400
- 'DynamicCode': 'String',
401
- 'Pin': 'String',
402
- 'EpcManagementId': 'Filter',
403
- 'RemoteManagementId': 'String',
404
- }
405
- },
406
- 'DescribeRemoteManagements': {
407
- 'url': '/',
408
- 'method': 'GET',
409
- 'config': {
410
- 'query': {
411
- 'Version': '2015-11-01',
412
- 'Action': 'DescribeRemoteManagements',
413
- },
414
- 'headers': {
415
- 'Content-Type': 'application/x-www-form-urlencoded'
416
- },
417
- },
418
- 'paramsType': {
419
- 'RemoteManagementId': 'Filter',
420
- }
421
- },
422
- 'StopEpc': {
423
- 'url': '/',
424
- 'method': 'GET',
425
- 'config': {
426
- 'query': {
427
- 'Version': '2015-11-01',
428
- 'Action': 'StopEpc',
429
- },
430
- 'headers': {
431
- 'Content-Type': 'application/x-www-form-urlencoded'
432
- },
433
- },
434
- 'paramsType': {
435
- 'HostId': 'String',
436
- }
437
- },
438
- 'ModifyEpc': {
439
- 'url': '/',
440
- 'method': 'GET',
441
- 'config': {
442
- 'query': {
443
- 'Version': '2015-11-01',
444
- 'Action': 'ModifyEpc',
445
- },
446
- 'headers': {
447
- 'Content-Type': 'application/x-www-form-urlencoded'
448
- },
449
- },
450
- 'paramsType': {
451
- 'HostId': 'String',
452
- 'HostName': 'String',
453
- 'Description': 'String',
454
- }
455
- },
456
- 'ModifyRemoteManagement': {
457
- 'url': '/',
458
- 'method': 'GET',
459
- 'config': {
460
- 'query': {
461
- 'Version': '2015-11-01',
462
- 'Action': 'ModifyRemoteManagement',
463
- },
464
- 'headers': {
465
- 'Content-Type': 'application/x-www-form-urlencoded'
466
- },
467
- },
468
- 'paramsType': {
469
- 'RemoteManagementId': 'String',
470
- 'DynamicCode': 'String',
471
- 'Pin': 'String',
472
- 'NewPhoneNumber': 'String',
473
- 'NewPin': 'String',
474
- 'Name': 'String',
475
- 'VersionId': 'Int',
476
- }
477
- },
478
- 'CreateRemoteManagement': {
479
- 'url': '/',
480
- 'method': 'GET',
481
- 'config': {
482
- 'query': {
483
- 'Version': '2015-11-01',
484
- 'Action': 'CreateRemoteManagement',
485
- },
486
- 'headers': {
487
- 'Content-Type': 'application/x-www-form-urlencoded'
488
- },
489
- },
490
- 'paramsType': {
491
- 'DynamicCode': 'String',
492
- 'Pin': 'String',
493
- 'PhoneNumber': 'String',
494
- 'Name': 'String',
495
- 'VersionId': 'Int',
496
- }
497
- },
498
- 'ReinstallCustomerEpc': {
499
- 'url': '/',
500
- 'method': 'GET',
501
- 'config': {
502
- 'query': {
503
- 'Version': '2015-11-01',
504
- 'Action': 'ReinstallCustomerEpc',
505
- },
506
- 'headers': {
507
- 'Content-Type': 'application/x-www-form-urlencoded'
508
- },
509
- },
510
- 'paramsType': {
511
- 'HostId': 'String',
512
- 'ServerIp': 'String',
513
- 'Path': 'String',
514
- }
515
- },
516
- 'DeleteRemoteManagement': {
517
- 'url': '/',
518
- 'method': 'GET',
519
- 'config': {
520
- 'query': {
521
- 'Version': '2015-11-01',
522
- 'Action': 'DeleteRemoteManagement',
523
- },
524
- 'headers': {
525
- 'Content-Type': 'application/x-www-form-urlencoded'
526
- },
527
- },
528
- 'paramsType': {
529
- 'RemoteManagementId': 'String',
530
- }
531
- },
532
- 'ResetPassword': {
533
- 'url': '/',
534
- 'method': 'GET',
535
- 'config': {
536
- 'query': {
537
- 'Version': '2015-11-01',
538
- 'Action': 'ResetPassword',
539
- },
540
- 'headers': {
541
- 'Content-Type': 'application/x-www-form-urlencoded'
542
- },
543
- },
544
- 'paramsType': {
545
- 'HostId': 'String',
546
- 'Password': 'String',
547
- }
548
- },
549
- 'ModifyHyperThreading': {
550
- 'url': '/',
551
- 'method': 'GET',
552
- 'config': {
553
- 'query': {
554
- 'Version': '2015-11-01',
555
- 'Action': 'ModifyHyperThreading',
556
- },
557
- 'headers': {
558
- 'Content-Type': 'application/x-www-form-urlencoded'
559
- },
560
- },
561
- 'paramsType': {
562
- 'HostId': 'String',
563
- 'HyperThreadingStatus': 'String',
564
- }
565
- },
566
- 'AssociateCluster': {
567
- 'url': '/',
568
- 'method': 'GET',
569
- 'config': {
570
- 'query': {
571
- 'Version': '2015-11-01',
572
- 'Action': 'AssociateCluster',
573
- },
574
- 'headers': {
575
- 'Content-Type': 'application/x-www-form-urlencoded'
576
- },
577
- },
578
- 'paramsType': {
579
- 'HostId': 'String',
580
- 'ClusterId': 'String',
581
- }
582
- },
583
- 'DisassociateCluster': {
584
- 'url': '/',
585
- 'method': 'GET',
586
- 'config': {
587
- 'query': {
588
- 'Version': '2015-11-01',
589
- 'Action': 'DisassociateCluster',
590
- },
591
- 'headers': {
592
- 'Content-Type': 'application/x-www-form-urlencoded'
593
- },
594
- },
595
- 'paramsType': {
596
- 'HostId': 'String',
597
- }
598
- },
599
- 'DescribeInspections': {
600
- 'url': '/',
601
- 'method': 'GET',
602
- 'config': {
603
- 'query': {
604
- 'Version': '2015-11-01',
605
- 'Action': 'DescribeInspections',
606
- },
607
- 'headers': {
608
- 'Content-Type': 'application/x-www-form-urlencoded'
609
- },
610
- },
611
- 'paramsType': {
612
- 'MaxResults': 'Int',
613
- 'NextToken': 'String',
614
- 'Filter': 'Filter',
615
- }
616
- },
617
- 'DescribeEpcStocks': {
618
- 'url': '/',
619
- 'method': 'GET',
620
- 'config': {
621
- 'query': {
622
- 'Version': '2015-11-01',
623
- 'Action': 'DescribeEpcStocks',
624
- },
625
- 'headers': {
626
- 'Content-Type': 'application/x-www-form-urlencoded'
627
- },
628
- },
629
- 'paramsType': {
630
- 'Filter': 'Filter',
631
- }
632
- },
633
- 'DescribeEpcDeviceAttributes': {
634
- 'url': '/',
635
- 'method': 'GET',
636
- 'config': {
637
- 'query': {
638
- 'Version': '2015-11-01',
639
- 'Action': 'DescribeEpcDeviceAttributes',
640
- },
641
- 'headers': {
642
- 'Content-Type': 'application/x-www-form-urlencoded'
643
- },
644
- },
645
- 'paramsType': {
646
- 'Filter': 'Filter',
647
- 'DeviceAttributeId': 'Filter',
648
- 'MaxResults': 'Int',
649
- 'NextToken': 'String',
650
- }
651
- },
652
- 'DescribeProcesses': {
653
- 'url': '/',
654
- 'method': 'GET',
655
- 'config': {
656
- 'query': {
657
- 'Version': '2015-11-01',
658
- 'Action': 'DescribeProcesses',
659
- },
660
- 'headers': {
661
- 'Content-Type': 'application/x-www-form-urlencoded'
662
- },
663
- },
664
- 'paramsType': {
665
- 'OperationProcessId': 'Filter',
666
- 'Filter': 'Filter',
667
- 'MaxResults': 'Int',
668
- 'NextToken': 'String',
669
- }
670
- },
671
- 'CreateProcess': {
672
- 'url': '/',
673
- 'method': 'GET',
674
- 'config': {
675
- 'query': {
676
- 'Version': '2015-11-01',
677
- 'Action': 'CreateProcess',
678
- },
679
- 'headers': {
680
- 'Content-Type': 'application/x-www-form-urlencoded'
681
- },
682
- },
683
- 'paramsType': {
684
- 'ProcessId': 'String',
685
- 'InstanceId': 'String',
686
- 'Sn': 'String',
687
- 'AvailabilityZone': 'String',
688
- 'CreateTime': 'String',
689
- 'Attribute': 'String',
690
- 'Content': 'String',
691
- 'MachineCount': 'Int',
692
- 'Title': 'String',
693
- 'Type': 'String',
694
- 'Confirm': 'String',
695
- 'ProcessSource': 'Int',
696
- }
697
- },
698
- 'DeleteProcess': {
699
- 'url': '/',
700
- 'method': 'GET',
701
- 'config': {
702
- 'query': {
703
- 'Version': '2015-11-01',
704
- 'Action': 'DeleteProcess',
705
- },
706
- 'headers': {
707
- 'Content-Type': 'application/x-www-form-urlencoded'
708
- },
709
- },
710
- 'paramsType': {
711
- 'OperationProcessId': 'String',
712
- }
713
- },
714
- 'ReplyProcess': {
715
- 'url': '/',
716
- 'method': 'GET',
717
- 'config': {
718
- 'query': {
719
- 'Version': '2015-11-01',
720
- 'Action': 'ReplyProcess',
721
- },
722
- 'headers': {
723
- 'Content-Type': 'application/x-www-form-urlencoded'
724
- },
725
- },
726
- 'paramsType': {
727
- 'OperationProcessId': 'String',
728
- 'Remarks': 'String',
729
- }
730
- },
731
- 'DescribeEpcTrashes': {
732
- 'url': '/',
733
- 'method': 'GET',
734
- 'config': {
735
- 'query': {
736
- 'Version': '2015-11-01',
737
- 'Action': 'DescribeEpcTrashes',
738
- },
739
- 'headers': {
740
- 'Content-Type': 'application/x-www-form-urlencoded'
741
- },
742
- },
743
- 'paramsType': {
744
- 'MaxResults': 'Int',
745
- 'NextToken': 'String',
746
- }
747
- },
748
- 'ReturnEpc': {
749
- 'url': '/',
750
- 'method': 'GET',
751
- 'config': {
752
- 'query': {
753
- 'Version': '2015-11-01',
754
- 'Action': 'ReturnEpc',
755
- },
756
- 'headers': {
757
- 'Content-Type': 'application/x-www-form-urlencoded'
758
- },
759
- },
760
- 'paramsType': {
761
- 'HostId': 'String',
762
- }
763
- },
764
- 'CreateResourceRequirement': {
765
- 'url': '/',
766
- 'method': 'GET',
767
- 'config': {
768
- 'query': {
769
- 'Version': '2015-11-01',
770
- 'Action': 'CreateResourceRequirement',
771
- },
772
- 'headers': {
773
- 'Content-Type': 'application/x-www-form-urlencoded'
774
- },
775
- },
776
- 'paramsType': {
777
- 'AvailabilityZone': 'String',
778
- 'RequirementCount': 'Int',
779
- 'ProjectName': 'String',
780
- 'UsageDate': 'String',
781
- 'Description': 'String',
782
- 'HostType': 'String',
783
- }
784
- },
785
- 'AttachVolume': {
786
- 'url': '/',
787
- 'method': 'GET',
788
- 'config': {
789
- 'query': {
790
- 'Version': '2015-11-01',
791
- 'Action': 'AttachVolume',
792
- },
793
- 'headers': {
794
- 'Content-Type': 'application/x-www-form-urlencoded'
795
- },
796
- },
797
- 'paramsType': {
798
- 'HostId': 'String',
799
- 'VolumeId': 'String',
800
- }
801
- },
802
- 'DetachVolume': {
803
- 'url': '/',
804
- 'method': 'GET',
805
- 'config': {
806
- 'query': {
807
- 'Version': '2015-11-01',
808
- 'Action': 'DetachVolume',
809
- },
810
- 'headers': {
811
- 'Content-Type': 'application/x-www-form-urlencoded'
812
- },
813
- },
814
- 'paramsType': {
815
- 'HostId': 'String',
816
- 'VolumeId': 'String',
817
- }
818
- },
819
- 'DescribePrice': {
820
- 'url': '/',
821
- 'method': 'GET',
822
- 'config': {
823
- 'query': {
824
- 'Version': '2015-11-01',
825
- 'Action': 'DescribePrice',
826
- },
827
- 'headers': {
828
- 'Content-Type': 'application/x-www-form-urlencoded'
829
- },
830
- },
831
- 'paramsType': {
832
- 'ChargeType': 'String',
833
- 'HostType': 'String',
834
- 'AvailabilityZone': 'String',
835
- 'PurchaseTime': 'Int',
836
- 'Amount': 'Int',
837
- }
838
- },
839
- 'ModifyOverclockingAttribute': {
840
- 'url': '/',
841
- 'method': 'GET',
842
- 'config': {
843
- 'query': {
844
- 'Version': '2015-11-01',
845
- 'Action': 'ModifyOverclockingAttribute',
846
- },
847
- 'headers': {
848
- 'Content-Type': 'application/x-www-form-urlencoded'
849
- },
850
- },
851
- 'paramsType': {
852
- 'HostId': 'String',
853
- 'OverclockingAttribute': 'String',
854
- }
855
- },
856
- 'CopyImage': {
857
- 'url': '/',
858
- 'method': 'GET',
859
- 'config': {
860
- 'query': {
861
- 'Version': '2015-11-01',
862
- 'Action': 'CopyImage',
863
- },
864
- 'headers': {
865
- 'Content-Type': 'application/x-www-form-urlencoded'
866
- },
867
- },
868
- 'paramsType': {
869
- 'DestinationName': 'String',
870
- 'ImageId': 'String',
871
- 'DestinationRegion': 'String',
872
- 'CopyTag': 'String',
873
- }
874
- },
875
- 'DescribeEpcRaidAttributes': {
876
- 'url': '/',
877
- 'method': 'GET',
878
- 'config': {
879
- 'query': {
880
- 'Version': '2015-11-01',
881
- 'Action': 'DescribeEpcRaidAttributes',
882
- },
883
- 'headers': {
884
- 'Content-Type': 'application/x-www-form-urlencoded'
885
- },
886
- },
887
- 'paramsType': {
888
- 'Filter': 'Filter',
889
- 'MaxResults': 'Int',
890
- 'NextToken': 'String',
891
- }
892
- },
893
- 'DescribeGpuImageDriver': {
894
- 'url': '/',
895
- 'method': 'GET',
896
- 'config': {
897
- 'query': {
898
- 'Version': '2015-11-01',
899
- 'Action': 'DescribeGpuImageDriver',
900
- },
901
- 'headers': {
902
- 'Content-Type': 'application/x-www-form-urlencoded'
903
- },
904
- },
905
- 'paramsType': {
906
- 'MaxResults': 'Int',
907
- 'NextToken': 'String',
908
- 'ImageId': 'String',
909
- 'HostType': 'String',
910
- }
911
- },
912
- 'CreateShareImage': {
913
- 'url': '/',
914
- 'method': 'GET',
915
- 'config': {
916
- 'query': {
917
- 'Version': '2015-11-01',
918
- 'Action': 'CreateShareImage',
919
- },
920
- 'headers': {
921
- 'Content-Type': 'application/x-www-form-urlencoded'
922
- },
923
- },
924
- 'paramsType': {
925
- 'ImageId': 'String',
926
- 'AccountId.N': 'String',
927
- }
928
- },
929
- 'DeleteShareImage': {
930
- 'url': '/',
931
- 'method': 'GET',
932
- 'config': {
933
- 'query': {
934
- 'Version': '2015-11-01',
935
- 'Action': 'DeleteShareImage',
936
- },
937
- 'headers': {
938
- 'Content-Type': 'application/x-www-form-urlencoded'
939
- },
940
- },
941
- 'paramsType': {
942
- 'ImageId': 'String',
943
- 'AccountId.N': 'String',
944
- }
945
- },
946
- 'DescribeShareImageAccountList': {
947
- 'url': '/',
948
- 'method': 'GET',
949
- 'config': {
950
- 'query': {
951
- 'Version': '2015-11-01',
952
- 'Action': 'DescribeShareImageAccountList',
953
- },
954
- 'headers': {
955
- 'Content-Type': 'application/json'
956
- },
957
- },
958
- 'paramsType': {
959
- 'ImageId': 'String',
960
- }
961
- },
962
- 'DescribeShareImage': {
963
- 'url': '/',
964
- 'method': 'GET',
965
- 'config': {
966
- 'query': {
967
- 'Version': '2015-11-01',
968
- 'Action': 'DescribeShareImage',
969
- },
970
- 'headers': {
971
- 'Content-Type': 'application/x-www-form-urlencoded'
972
- },
973
- },
974
- 'paramsType': {
975
- 'MaxResults': 'Int',
976
- 'NextToken': 'String',
977
- }
978
- },
979
- 'AcceptShareImage': {
980
- 'url': '/',
981
- 'method': 'GET',
982
- 'config': {
983
- 'query': {
984
- 'Version': '2015-11-01',
985
- 'Action': 'AcceptShareImage',
986
- },
987
- 'headers': {
988
- 'Content-Type': 'application/x-www-form-urlencoded'
989
- },
990
- },
991
- 'paramsType': {
992
- 'ImageId': 'String',
993
- }
994
- },
995
- 'RejectShareImage': {
996
- 'url': '/',
997
- 'method': 'GET',
998
- 'config': {
999
- 'query': {
1000
- 'Version': '2015-11-01',
1001
- 'Action': 'RejectShareImage',
1002
- },
1003
- 'headers': {
1004
- 'Content-Type': 'application/x-www-form-urlencoded'
1005
- },
1006
- },
1007
- 'paramsType': {
1008
- 'ImageId': 'String',
1009
- }
1010
- },
1011
- }
1012
- }
4
+ _baseConfig = {
5
+ protocol: "http://",
6
+ endpoint: "epc.api.ksyun.com",
7
+ config: {
8
+ timeout: 60, //设置timeout
9
+ headers: {
10
+ Accept: "application/json",
11
+ },
12
+ credentials: {
13
+ region: "cn-shanghai-3",
14
+ service: "epc",
15
+ },
16
+ },
17
+ };
18
+ _apiList = {
19
+ CreateEpc: {
20
+ url: "/",
21
+ method: "GET",
22
+ config: {
23
+ query: {
24
+ Version: "2015-11-01",
25
+ Action: "CreateEpc",
26
+ },
27
+ headers: {
28
+ "Content-Type": "application/x-www-form-urlencoded",
29
+ },
30
+ },
31
+ paramsType: {
32
+ HostType: "String",
33
+ AvailabilityZone: "String",
34
+ Raid: "String",
35
+ RaidId: "String",
36
+ ImageId: "String",
37
+ NetworkInterfaceMode: "String",
38
+ SubnetId: "String",
39
+ PrivateIpAddress: "String",
40
+ keyId: "String",
41
+ SecurityGroupId: "Filter",
42
+ DNS1: "String",
43
+ DNS2: "String",
44
+ HostName: "String",
45
+ ProjectId: "String",
46
+ ChargeType: "String",
47
+ PurchaseTime: "Int",
48
+ Password: "String",
49
+ CloudMonitorAgent: "String",
50
+ ExtensionSubnetId: "String",
51
+ ExtensionPrivateIpAddress: "String",
52
+ ExtensionDNS1: "String",
53
+ ExtensionDNS2: "String",
54
+ Description: "String",
55
+ AddressBandWidth: "String",
56
+ LineId: "String",
57
+ BandWidthShareId: "String",
58
+ AddressChargeType: "String",
59
+ AddressPurchaseTime: "String",
60
+ AddressProjectId: "String",
61
+ SystemFileType: "String",
62
+ DataFileType: "String",
63
+ DataDiskCatalogue: "String",
64
+ DataDiskCatalogueSuffix: "String",
65
+ HyperThreading: "String",
66
+ NvmeDataFileType: "String",
67
+ NvmeDataDiskCatalogue: "String",
68
+ NvmeDataDiskCatalogueSuffix: "String",
69
+ BondAttribute: "String",
70
+ ContainerAgent: "String",
71
+ KesAgent: "String",
72
+ KmrAgent: "String",
73
+ ComputerName: "String",
74
+ OverclockingAttribute: "String",
75
+ GpuImageDriverId: "String",
76
+ SystemVolumeType: "String",
77
+ SystemVolumeSize: "String",
78
+ RoceNetwork: "String",
79
+ ZoneId: "String",
80
+ ZoneType: "String",
81
+ UseHotStandby: "String",
82
+ TimedRegularization: "String",
83
+ PasswordInherit: "String",
84
+ DataDiskMount: "String",
85
+ StorageRoceNetworkCardName: "String",
86
+ "Anaconda.N": "String",
87
+ "Framework.N": "String",
88
+ "Engine.N": "String",
89
+ "AiModel.N": "String",
90
+ UserData: "String",
91
+ StorageRoceNetworkInterfaceMode: "String",
92
+ RoceCluster: "String",
93
+ SRoceCluster: "String",
94
+ UserDefinedData: "String",
95
+ },
96
+ },
97
+ StartEpc: {
98
+ url: "/",
99
+ method: "GET",
100
+ config: {
101
+ query: {
102
+ Version: "2015-11-01",
103
+ Action: "StartEpc",
104
+ },
105
+ headers: {
106
+ "Content-Type": "application/x-www-form-urlencoded",
107
+ },
108
+ },
109
+ paramsType: {
110
+ HostId: "String",
111
+ },
112
+ },
113
+ RebootEpc: {
114
+ url: "/",
115
+ method: "GET",
116
+ config: {
117
+ query: {
118
+ Version: "2015-11-01",
119
+ Action: "RebootEpc",
120
+ },
121
+ headers: {
122
+ "Content-Type": "application/x-www-form-urlencoded",
123
+ },
124
+ },
125
+ paramsType: {
126
+ HostId: "String",
127
+ },
128
+ },
129
+ DeleteEpc: {
130
+ url: "/",
131
+ method: "GET",
132
+ config: {
133
+ query: {
134
+ Version: "2015-11-01",
135
+ Action: "DeleteEpc",
136
+ },
137
+ headers: {
138
+ "Content-Type": "application/x-www-form-urlencoded",
139
+ },
140
+ },
141
+ paramsType: {
142
+ HostId: "String",
143
+ },
144
+ },
145
+ ReinstallEpc: {
146
+ url: "/",
147
+ method: "GET",
148
+ config: {
149
+ query: {
150
+ Version: "2015-11-01",
151
+ Action: "ReinstallEpc",
152
+ },
153
+ headers: {
154
+ "Content-Type": "application/x-www-form-urlencoded",
155
+ },
156
+ },
157
+ paramsType: {
158
+ HostId: "String",
159
+ ImageId: "String",
160
+ keyId: "String",
161
+ Password: "String",
162
+ NetworkInterfaceMode: "String",
163
+ CloudMonitorAgent: "String",
164
+ Raid: "String",
165
+ RaidId: "String",
166
+ HostName: "String",
167
+ SystemFileType: "String",
168
+ DataFileType: "String",
169
+ DataDiskCatalogue: "String",
170
+ DataDiskCatalogueSuffix: "String",
171
+ HyperThreading: "String",
172
+ NvmeDataFileType: "String",
173
+ NvmeDataDiskCatalogue: "String",
174
+ NvmeDataDiskCatalogueSuffix: "String",
175
+ BondAttribute: "String",
176
+ KesAgent: "String",
177
+ KmrAgent: "String",
178
+ ComputerName: "String",
179
+ OverclockingAttribute: "String",
180
+ DelayStart: "Int",
181
+ AvailabilityZone: "String",
182
+ GpuImageDriverId: "String",
183
+ ContainerAgent: "String",
184
+ PasswordInherit: "String",
185
+ DataDiskMount: "String",
186
+ StorageRoceNetworkCardName: "String",
187
+ UserDefinedData: "String",
188
+ },
189
+ },
190
+ ModifySecurityGroup: {
191
+ url: "/",
192
+ method: "GET",
193
+ config: {
194
+ query: {
195
+ Version: "2015-11-01",
196
+ Action: "ModifySecurityGroup",
197
+ },
198
+ headers: {
199
+ "Content-Type": "application/x-www-form-urlencoded",
200
+ },
201
+ },
202
+ paramsType: {
203
+ HostId: "String",
204
+ NetworkInterfaceId: "String",
205
+ SecurityGroupId: "Filter",
206
+ },
207
+ },
208
+ CreateKey: {
209
+ url: "/",
210
+ method: "GET",
211
+ config: {
212
+ query: {
213
+ Version: "2015-11-01",
214
+ Action: "CreateKey",
215
+ },
216
+ headers: {
217
+ "Content-Type": "application/x-www-form-urlencoded",
218
+ },
219
+ },
220
+ paramsType: {
221
+ KeyName: "String",
222
+ Description: "String",
223
+ },
224
+ },
225
+ DescribeEpcs: {
226
+ url: "/",
227
+ method: "GET",
228
+ config: {
229
+ query: {
230
+ Version: "2015-11-01",
231
+ Action: "DescribeEpcs",
232
+ },
233
+ headers: {
234
+ "Content-Type": "application/x-www-form-urlencoded",
235
+ },
236
+ },
237
+ paramsType: {
238
+ ProjectId: "Filter",
239
+ HostId: "Filter",
240
+ Filter: "Filter",
241
+ MaxResults: "Int",
242
+ NextToken: "String",
243
+ },
244
+ },
245
+ GetDynamicCode: {
246
+ url: "/",
247
+ method: "GET",
248
+ config: {
249
+ query: {
250
+ Version: "2015-11-01",
251
+ Action: "GetDynamicCode",
252
+ },
253
+ headers: {
254
+ "Content-Type": "application/x-www-form-urlencoded",
255
+ },
256
+ },
257
+ paramsType: {
258
+ RemoteManagementId: "String",
259
+ },
260
+ },
261
+ DescribeVpns: {
262
+ url: "/",
263
+ method: "GET",
264
+ config: {
265
+ query: {
266
+ Version: "2015-11-01",
267
+ Action: "DescribeVpns",
268
+ },
269
+ headers: {
270
+ "Content-Type": "application/x-www-form-urlencoded",
271
+ },
272
+ },
273
+ paramsType: {
274
+ DynamicCode: "String",
275
+ Pin: "String",
276
+ RemoteManagementId: "String",
277
+ },
278
+ },
279
+ CreateImage: {
280
+ url: "/",
281
+ method: "GET",
282
+ config: {
283
+ query: {
284
+ Version: "2015-11-01",
285
+ Action: "CreateImage",
286
+ },
287
+ headers: {
288
+ "Content-Type": "application/x-www-form-urlencoded",
289
+ },
290
+ },
291
+ paramsType: {
292
+ HostId: "String",
293
+ ImageName: "String",
294
+ ImageMode: "String",
295
+ ImageInitialization: "String",
296
+ },
297
+ },
298
+ ModifyImage: {
299
+ url: "/",
300
+ method: "GET",
301
+ config: {
302
+ query: {
303
+ Version: "2015-11-01",
304
+ Action: "ModifyImage",
305
+ },
306
+ headers: {
307
+ "Content-Type": "application/x-www-form-urlencoded",
308
+ },
309
+ },
310
+ paramsType: {
311
+ ImageName: "String",
312
+ ImageId: "String",
313
+ },
314
+ },
315
+ DeleteImage: {
316
+ url: "/",
317
+ method: "GET",
318
+ config: {
319
+ query: {
320
+ Version: "2015-11-01",
321
+ Action: "DeleteImage",
322
+ },
323
+ headers: {
324
+ "Content-Type": "application/x-www-form-urlencoded",
325
+ },
326
+ },
327
+ paramsType: {
328
+ ImageId: "String",
329
+ },
330
+ },
331
+ DescribeImages: {
332
+ url: "/",
333
+ method: "GET",
334
+ config: {
335
+ query: {
336
+ Version: "2015-11-01",
337
+ Action: "DescribeImages",
338
+ },
339
+ headers: {
340
+ "Content-Type": "application/x-www-form-urlencoded",
341
+ },
342
+ },
343
+ paramsType: {
344
+ MaxResults: "Int",
345
+ NextToken: "String",
346
+ "ImageId.N": "String",
347
+ Filter: "Filter",
348
+ },
349
+ },
350
+ ModifyDns: {
351
+ url: "/",
352
+ method: "GET",
353
+ config: {
354
+ query: {
355
+ Version: "2015-11-01",
356
+ Action: "ModifyDns",
357
+ },
358
+ headers: {
359
+ "Content-Type": "application/x-www-form-urlencoded",
360
+ },
361
+ },
362
+ paramsType: {
363
+ NetworkInterfaceId: "String",
364
+ HostId: "String",
365
+ DNS1: "String",
366
+ DNS2: "String",
367
+ },
368
+ },
369
+ ModifyNetworkInterfaceAttribute: {
370
+ url: "/",
371
+ method: "GET",
372
+ config: {
373
+ query: {
374
+ Version: "2015-11-01",
375
+ Action: "ModifyNetworkInterfaceAttribute",
376
+ },
377
+ headers: {
378
+ "Content-Type": "application/x-www-form-urlencoded",
379
+ },
380
+ },
381
+ paramsType: {
382
+ NetworkInterfaceId: "String",
383
+ HostId: "String",
384
+ SubnetId: "String",
385
+ IpAddress: "String",
386
+ SecurityGroupIdList: "Array",
387
+ SecurityGroupId: "Filter",
388
+ },
389
+ },
390
+ DescribePhysicalMonitor: {
391
+ url: "/",
392
+ method: "GET",
393
+ config: {
394
+ query: {
395
+ Version: "2015-11-01",
396
+ Action: "DescribePhysicalMonitor",
397
+ },
398
+ headers: {
399
+ "Content-Type": "application/x-www-form-urlencoded",
400
+ },
401
+ },
402
+ paramsType: {
403
+ HostId: "String",
404
+ },
405
+ },
406
+ DescribeEpcManagements: {
407
+ url: "/",
408
+ method: "GET",
409
+ config: {
410
+ query: {
411
+ Version: "2015-11-01",
412
+ Action: "DescribeEpcManagements",
413
+ },
414
+ headers: {
415
+ "Content-Type": "application/x-www-form-urlencoded",
416
+ },
417
+ },
418
+ paramsType: {
419
+ MaxResults: "Int",
420
+ NextToken: "String",
421
+ DynamicCode: "String",
422
+ Pin: "String",
423
+ EpcManagementId: "Filter",
424
+ RemoteManagementId: "String",
425
+ },
426
+ },
427
+ DescribeRemoteManagements: {
428
+ url: "/",
429
+ method: "GET",
430
+ config: {
431
+ query: {
432
+ Version: "2015-11-01",
433
+ Action: "DescribeRemoteManagements",
434
+ },
435
+ headers: {
436
+ "Content-Type": "application/x-www-form-urlencoded",
437
+ },
438
+ },
439
+ paramsType: {
440
+ RemoteManagementId: "Filter",
441
+ },
442
+ },
443
+ StopEpc: {
444
+ url: "/",
445
+ method: "GET",
446
+ config: {
447
+ query: {
448
+ Version: "2015-11-01",
449
+ Action: "StopEpc",
450
+ },
451
+ headers: {
452
+ "Content-Type": "application/x-www-form-urlencoded",
453
+ },
454
+ },
455
+ paramsType: {
456
+ HostId: "String",
457
+ },
458
+ },
459
+ ModifyEpc: {
460
+ url: "/",
461
+ method: "GET",
462
+ config: {
463
+ query: {
464
+ Version: "2015-11-01",
465
+ Action: "ModifyEpc",
466
+ },
467
+ headers: {
468
+ "Content-Type": "application/x-www-form-urlencoded",
469
+ },
470
+ },
471
+ paramsType: {
472
+ HostId: "String",
473
+ HostName: "String",
474
+ Description: "String",
475
+ },
476
+ },
477
+ ModifyRemoteManagement: {
478
+ url: "/",
479
+ method: "GET",
480
+ config: {
481
+ query: {
482
+ Version: "2015-11-01",
483
+ Action: "ModifyRemoteManagement",
484
+ },
485
+ headers: {
486
+ "Content-Type": "application/x-www-form-urlencoded",
487
+ },
488
+ },
489
+ paramsType: {
490
+ RemoteManagementId: "String",
491
+ DynamicCode: "String",
492
+ Pin: "String",
493
+ NewPhoneNumber: "String",
494
+ NewPin: "String",
495
+ Name: "String",
496
+ VersionId: "Int",
497
+ },
498
+ },
499
+ CreateRemoteManagement: {
500
+ url: "/",
501
+ method: "GET",
502
+ config: {
503
+ query: {
504
+ Version: "2015-11-01",
505
+ Action: "CreateRemoteManagement",
506
+ },
507
+ headers: {
508
+ "Content-Type": "application/x-www-form-urlencoded",
509
+ },
510
+ },
511
+ paramsType: {
512
+ DynamicCode: "String",
513
+ Pin: "String",
514
+ PhoneNumber: "String",
515
+ Name: "String",
516
+ VersionId: "Int",
517
+ },
518
+ },
519
+ ReinstallCustomerEpc: {
520
+ url: "/",
521
+ method: "GET",
522
+ config: {
523
+ query: {
524
+ Version: "2015-11-01",
525
+ Action: "ReinstallCustomerEpc",
526
+ },
527
+ headers: {
528
+ "Content-Type": "application/x-www-form-urlencoded",
529
+ },
530
+ },
531
+ paramsType: {
532
+ HostId: "String",
533
+ ServerIp: "String",
534
+ Path: "String",
535
+ },
536
+ },
537
+ DeleteRemoteManagement: {
538
+ url: "/",
539
+ method: "GET",
540
+ config: {
541
+ query: {
542
+ Version: "2015-11-01",
543
+ Action: "DeleteRemoteManagement",
544
+ },
545
+ headers: {
546
+ "Content-Type": "application/x-www-form-urlencoded",
547
+ },
548
+ },
549
+ paramsType: {
550
+ RemoteManagementId: "String",
551
+ },
552
+ },
553
+ ResetPassword: {
554
+ url: "/",
555
+ method: "GET",
556
+ config: {
557
+ query: {
558
+ Version: "2015-11-01",
559
+ Action: "ResetPassword",
560
+ },
561
+ headers: {
562
+ "Content-Type": "application/x-www-form-urlencoded",
563
+ },
564
+ },
565
+ paramsType: {
566
+ HostId: "String",
567
+ Password: "String",
568
+ },
569
+ },
570
+ ModifyHyperThreading: {
571
+ url: "/",
572
+ method: "GET",
573
+ config: {
574
+ query: {
575
+ Version: "2015-11-01",
576
+ Action: "ModifyHyperThreading",
577
+ },
578
+ headers: {
579
+ "Content-Type": "application/x-www-form-urlencoded",
580
+ },
581
+ },
582
+ paramsType: {
583
+ HostId: "String",
584
+ HyperThreadingStatus: "String",
585
+ },
586
+ },
587
+ AssociateCluster: {
588
+ url: "/",
589
+ method: "GET",
590
+ config: {
591
+ query: {
592
+ Version: "2015-11-01",
593
+ Action: "AssociateCluster",
594
+ },
595
+ headers: {
596
+ "Content-Type": "application/x-www-form-urlencoded",
597
+ },
598
+ },
599
+ paramsType: {
600
+ HostId: "String",
601
+ ClusterId: "String",
602
+ },
603
+ },
604
+ DisassociateCluster: {
605
+ url: "/",
606
+ method: "GET",
607
+ config: {
608
+ query: {
609
+ Version: "2015-11-01",
610
+ Action: "DisassociateCluster",
611
+ },
612
+ headers: {
613
+ "Content-Type": "application/x-www-form-urlencoded",
614
+ },
615
+ },
616
+ paramsType: {
617
+ HostId: "String",
618
+ },
619
+ },
620
+ DescribeInspections: {
621
+ url: "/",
622
+ method: "GET",
623
+ config: {
624
+ query: {
625
+ Version: "2015-11-01",
626
+ Action: "DescribeInspections",
627
+ },
628
+ headers: {
629
+ "Content-Type": "application/x-www-form-urlencoded",
630
+ },
631
+ },
632
+ paramsType: {
633
+ MaxResults: "Int",
634
+ NextToken: "String",
635
+ Filter: "Filter",
636
+ },
637
+ },
638
+ DescribeEpcStocks: {
639
+ url: "/",
640
+ method: "GET",
641
+ config: {
642
+ query: {
643
+ Version: "2015-11-01",
644
+ Action: "DescribeEpcStocks",
645
+ },
646
+ headers: {
647
+ "Content-Type": "application/x-www-form-urlencoded",
648
+ },
649
+ },
650
+ paramsType: {
651
+ Filter: "Filter",
652
+ },
653
+ },
654
+ DescribeEpcDeviceAttributes: {
655
+ url: "/",
656
+ method: "GET",
657
+ config: {
658
+ query: {
659
+ Version: "2015-11-01",
660
+ Action: "DescribeEpcDeviceAttributes",
661
+ },
662
+ headers: {
663
+ "Content-Type": "application/x-www-form-urlencoded",
664
+ },
665
+ },
666
+ paramsType: {
667
+ Filter: "Filter",
668
+ DeviceAttributeId: "Filter",
669
+ MaxResults: "Int",
670
+ NextToken: "String",
671
+ },
672
+ },
673
+ DescribeProcesses: {
674
+ url: "/",
675
+ method: "GET",
676
+ config: {
677
+ query: {
678
+ Version: "2015-11-01",
679
+ Action: "DescribeProcesses",
680
+ },
681
+ headers: {
682
+ "Content-Type": "application/x-www-form-urlencoded",
683
+ },
684
+ },
685
+ paramsType: {
686
+ OperationProcessId: "Filter",
687
+ Filter: "Filter",
688
+ MaxResults: "Int",
689
+ NextToken: "String",
690
+ },
691
+ },
692
+ CreateProcess: {
693
+ url: "/",
694
+ method: "GET",
695
+ config: {
696
+ query: {
697
+ Version: "2015-11-01",
698
+ Action: "CreateProcess",
699
+ },
700
+ headers: {
701
+ "Content-Type": "application/x-www-form-urlencoded",
702
+ },
703
+ },
704
+ paramsType: {
705
+ ProcessId: "String",
706
+ InstanceId: "String",
707
+ Sn: "String",
708
+ AvailabilityZone: "String",
709
+ CreateTime: "String",
710
+ Attribute: "String",
711
+ Content: "String",
712
+ MachineCount: "Int",
713
+ Title: "String",
714
+ Type: "String",
715
+ Confirm: "String",
716
+ ProcessSource: "Int",
717
+ autoNocCase: "Int",
718
+ LogFileName: "Filter",
719
+ LogFile: "Filter",
720
+ LogUrl: "Filter",
721
+ AuthorizeCableReplace: "Int",
722
+ EventId: "String",
723
+ },
724
+ },
725
+ DeleteProcess: {
726
+ url: "/",
727
+ method: "GET",
728
+ config: {
729
+ query: {
730
+ Version: "2015-11-01",
731
+ Action: "DeleteProcess",
732
+ },
733
+ headers: {
734
+ "Content-Type": "application/x-www-form-urlencoded",
735
+ },
736
+ },
737
+ paramsType: {
738
+ OperationProcessId: "String",
739
+ },
740
+ },
741
+ ReplyProcess: {
742
+ url: "/",
743
+ method: "GET",
744
+ config: {
745
+ query: {
746
+ Version: "2015-11-01",
747
+ Action: "ReplyProcess",
748
+ },
749
+ headers: {
750
+ "Content-Type": "application/x-www-form-urlencoded",
751
+ },
752
+ },
753
+ paramsType: {
754
+ OperationProcessId: "String",
755
+ Remarks: "String",
756
+ },
757
+ },
758
+ DescribeEpcTrashes: {
759
+ url: "/",
760
+ method: "GET",
761
+ config: {
762
+ query: {
763
+ Version: "2015-11-01",
764
+ Action: "DescribeEpcTrashes",
765
+ },
766
+ headers: {
767
+ "Content-Type": "application/x-www-form-urlencoded",
768
+ },
769
+ },
770
+ paramsType: {
771
+ MaxResults: "Int",
772
+ NextToken: "String",
773
+ },
774
+ },
775
+ ReturnEpc: {
776
+ url: "/",
777
+ method: "GET",
778
+ config: {
779
+ query: {
780
+ Version: "2015-11-01",
781
+ Action: "ReturnEpc",
782
+ },
783
+ headers: {
784
+ "Content-Type": "application/x-www-form-urlencoded",
785
+ },
786
+ },
787
+ paramsType: {
788
+ HostId: "String",
789
+ },
790
+ },
791
+ CreateResourceRequirement: {
792
+ url: "/",
793
+ method: "GET",
794
+ config: {
795
+ query: {
796
+ Version: "2015-11-01",
797
+ Action: "CreateResourceRequirement",
798
+ },
799
+ headers: {
800
+ "Content-Type": "application/x-www-form-urlencoded",
801
+ },
802
+ },
803
+ paramsType: {
804
+ AvailabilityZone: "String",
805
+ RequirementCount: "Int",
806
+ ProjectName: "String",
807
+ UsageDate: "String",
808
+ Description: "String",
809
+ HostType: "String",
810
+ },
811
+ },
812
+ AttachVolume: {
813
+ url: "/",
814
+ method: "GET",
815
+ config: {
816
+ query: {
817
+ Version: "2015-11-01",
818
+ Action: "AttachVolume",
819
+ },
820
+ headers: {
821
+ "Content-Type": "application/x-www-form-urlencoded",
822
+ },
823
+ },
824
+ paramsType: {
825
+ HostId: "String",
826
+ VolumeId: "String",
827
+ },
828
+ },
829
+ DetachVolume: {
830
+ url: "/",
831
+ method: "GET",
832
+ config: {
833
+ query: {
834
+ Version: "2015-11-01",
835
+ Action: "DetachVolume",
836
+ },
837
+ headers: {
838
+ "Content-Type": "application/x-www-form-urlencoded",
839
+ },
840
+ },
841
+ paramsType: {
842
+ HostId: "String",
843
+ VolumeId: "String",
844
+ },
845
+ },
846
+ DescribePrice: {
847
+ url: "/",
848
+ method: "GET",
849
+ config: {
850
+ query: {
851
+ Version: "2015-11-01",
852
+ Action: "DescribePrice",
853
+ },
854
+ headers: {
855
+ "Content-Type": "application/x-www-form-urlencoded",
856
+ },
857
+ },
858
+ paramsType: {
859
+ ChargeType: "String",
860
+ HostType: "String",
861
+ AvailabilityZone: "String",
862
+ PurchaseTime: "Int",
863
+ Amount: "Int",
864
+ },
865
+ },
866
+ UpdateConfirm: {
867
+ url: "/",
868
+ method: "GET",
869
+ config: {
870
+ query: {
871
+ Version: "2015-11-01",
872
+ Action: "UpdateConfirm",
873
+ },
874
+ headers: {
875
+ "Content-Type": "application/x-www-form-urlencoded",
876
+ },
877
+ },
878
+ paramsType: {},
879
+ },
880
+ ModifyOverclockingAttribute: {
881
+ url: "/",
882
+ method: "GET",
883
+ config: {
884
+ query: {
885
+ Version: "2015-11-01",
886
+ Action: "ModifyOverclockingAttribute",
887
+ },
888
+ headers: {
889
+ "Content-Type": "application/x-www-form-urlencoded",
890
+ },
891
+ },
892
+ paramsType: {
893
+ HostId: "String",
894
+ OverclockingAttribute: "String",
895
+ },
896
+ },
897
+ CopyImage: {
898
+ url: "/",
899
+ method: "GET",
900
+ config: {
901
+ query: {
902
+ Version: "2015-11-01",
903
+ Action: "CopyImage",
904
+ },
905
+ headers: {
906
+ "Content-Type": "application/x-www-form-urlencoded",
907
+ },
908
+ },
909
+ paramsType: {
910
+ DestinationName: "String",
911
+ ImageId: "String",
912
+ DestinationRegion: "String",
913
+ CopyTag: "String",
914
+ },
915
+ },
916
+ DescribeEpcRaidAttributes: {
917
+ url: "/",
918
+ method: "GET",
919
+ config: {
920
+ query: {
921
+ Version: "2015-11-01",
922
+ Action: "DescribeEpcRaidAttributes",
923
+ },
924
+ headers: {
925
+ "Content-Type": "application/x-www-form-urlencoded",
926
+ },
927
+ },
928
+ paramsType: {
929
+ Filter: "Filter",
930
+ MaxResults: "Int",
931
+ NextToken: "String",
932
+ },
933
+ },
934
+ DescribeGpuImageDriver: {
935
+ url: "/",
936
+ method: "GET",
937
+ config: {
938
+ query: {
939
+ Version: "2015-11-01",
940
+ Action: "DescribeGpuImageDriver",
941
+ },
942
+ headers: {
943
+ "Content-Type": "application/x-www-form-urlencoded",
944
+ },
945
+ },
946
+ paramsType: {
947
+ MaxResults: "Int",
948
+ NextToken: "String",
949
+ ImageId: "String",
950
+ HostType: "String",
951
+ },
952
+ },
953
+ CreateShareImage: {
954
+ url: "/",
955
+ method: "GET",
956
+ config: {
957
+ query: {
958
+ Version: "2015-11-01",
959
+ Action: "CreateShareImage",
960
+ },
961
+ headers: {
962
+ "Content-Type": "application/x-www-form-urlencoded",
963
+ },
964
+ },
965
+ paramsType: {
966
+ ImageId: "String",
967
+ AccountId: "Filter",
968
+ },
969
+ },
970
+ DeleteShareImage: {
971
+ url: "/",
972
+ method: "GET",
973
+ config: {
974
+ query: {
975
+ Version: "2015-11-01",
976
+ Action: "DeleteShareImage",
977
+ },
978
+ headers: {
979
+ "Content-Type": "application/x-www-form-urlencoded",
980
+ },
981
+ },
982
+ paramsType: {
983
+ ImageId: "String",
984
+ AccountId: "Filter",
985
+ },
986
+ },
987
+ DescribeShareImageAccountList: {
988
+ url: "/",
989
+ method: "GET",
990
+ config: {
991
+ query: {
992
+ Version: "2015-11-01",
993
+ Action: "DescribeShareImageAccountList",
994
+ },
995
+ headers: {
996
+ "Content-Type": "application/x-www-form-urlencoded",
997
+ },
998
+ },
999
+ paramsType: {
1000
+ ImageId: "String",
1001
+ },
1002
+ },
1003
+ DescribeShareImage: {
1004
+ url: "/",
1005
+ method: "GET",
1006
+ config: {
1007
+ query: {
1008
+ Version: "2015-11-01",
1009
+ Action: "DescribeShareImage",
1010
+ },
1011
+ headers: {
1012
+ "Content-Type": "application/x-www-form-urlencoded",
1013
+ },
1014
+ },
1015
+ paramsType: {
1016
+ MaxResults: "Int",
1017
+ NextToken: "String",
1018
+ },
1019
+ },
1020
+ AcceptShareImage: {
1021
+ url: "/",
1022
+ method: "GET",
1023
+ config: {
1024
+ query: {
1025
+ Version: "2015-11-01",
1026
+ Action: "AcceptShareImage",
1027
+ },
1028
+ headers: {
1029
+ "Content-Type": "application/x-www-form-urlencoded",
1030
+ },
1031
+ },
1032
+ paramsType: {
1033
+ ImageId: "String",
1034
+ },
1035
+ },
1036
+ RejectShareImage: {
1037
+ url: "/",
1038
+ method: "GET",
1039
+ config: {
1040
+ query: {
1041
+ Version: "2015-11-01",
1042
+ Action: "RejectShareImage",
1043
+ },
1044
+ headers: {
1045
+ "Content-Type": "application/x-www-form-urlencoded",
1046
+ },
1047
+ },
1048
+ paramsType: {
1049
+ ImageId: "String",
1050
+ },
1051
+ },
1052
+ DescribeManagedAccessory: {
1053
+ url: "/",
1054
+ method: "GET",
1055
+ config: {
1056
+ query: {
1057
+ Version: "2015-11-01",
1058
+ Action: "DescribeManagedAccessory",
1059
+ },
1060
+ headers: {
1061
+ "Content-Type": "application/x-www-form-urlencoded",
1062
+ },
1063
+ },
1064
+ paramsType: {},
1065
+ },
1066
+ AutoDeleteEpc: {
1067
+ url: "/",
1068
+ method: "GET",
1069
+ config: {
1070
+ query: {
1071
+ Version: "2015-11-01",
1072
+ Action: "AutoDeleteEpc",
1073
+ },
1074
+ headers: {
1075
+ "Content-Type": "application/x-www-form-urlencoded",
1076
+ },
1077
+ },
1078
+ paramsType: {
1079
+ HostId: "String",
1080
+ AutoDeleteTime: "String",
1081
+ AutoDeleteEip: "String",
1082
+ },
1083
+ },
1084
+ ExportImage: {
1085
+ url: "/",
1086
+ method: "GET",
1087
+ config: {
1088
+ query: {
1089
+ Version: "2015-11-01",
1090
+ Action: "ExportImage",
1091
+ },
1092
+ headers: {
1093
+ "Content-Type": "application/x-www-form-urlencoded",
1094
+ },
1095
+ },
1096
+ paramsType: {
1097
+ ImageId: "String",
1098
+ Ks3Bucket: "String",
1099
+ ObjectName: "String",
1100
+ },
1101
+ },
1102
+ QueryBuckets: {
1103
+ url: "/",
1104
+ method: "GET",
1105
+ config: {
1106
+ query: {
1107
+ Version: "2015-11-01",
1108
+ Action: "QueryBuckets",
1109
+ },
1110
+ headers: {
1111
+ "Content-Type": "application/x-www-form-urlencoded",
1112
+ },
1113
+ },
1114
+ paramsType: {},
1115
+ },
1116
+ CancelImageExport: {
1117
+ url: "/",
1118
+ method: "GET",
1119
+ config: {
1120
+ query: {
1121
+ Version: "2015-11-01",
1122
+ Action: "CancelImageExport",
1123
+ },
1124
+ headers: {
1125
+ "Content-Type": "application/x-www-form-urlencoded",
1126
+ },
1127
+ },
1128
+ paramsType: {
1129
+ ImageId: "String",
1130
+ },
1131
+ },
1132
+ UseHotStandByEpc: {
1133
+ url: "/",
1134
+ method: "POST",
1135
+ config: {
1136
+ query: {
1137
+ Version: "2015-11-01",
1138
+ Action: "UseHotStandByEpc",
1139
+ },
1140
+ headers: {
1141
+ "Content-Type": "application/x-www-form-urlencoded",
1142
+ },
1143
+ },
1144
+ paramsType: {
1145
+ HostId: "String",
1146
+ HotStandByHostId: "String",
1147
+ RetainInstanceInfo: "String",
1148
+ },
1149
+ },
1150
+ ActivateHotStandbyEpc: {
1151
+ url: "/",
1152
+ method: "GET",
1153
+ config: {
1154
+ query: {
1155
+ Version: "2015-11-01",
1156
+ Action: "ActivateHotStandbyEpc",
1157
+ },
1158
+ headers: {
1159
+ "Content-Type": "application/x-www-form-urlencoded",
1160
+ },
1161
+ },
1162
+ paramsType: {
1163
+ HostId: "String",
1164
+ },
1165
+ },
1166
+ BatchCreateEpc: {
1167
+ url: "/",
1168
+ method: "GET",
1169
+ config: {
1170
+ query: {
1171
+ Version: "2015-11-01",
1172
+ Action: "BatchCreateEpc",
1173
+ },
1174
+ headers: {
1175
+ "Content-Type": "application/x-www-form-urlencoded",
1176
+ },
1177
+ },
1178
+ paramsType: {
1179
+ HostType: "String",
1180
+ AvailabilityZone: "String",
1181
+ Raid: "String",
1182
+ RaidId: "String",
1183
+ ImageId: "String",
1184
+ NetworkInterfaceMode: "String",
1185
+ SubnetId: "String",
1186
+ keyId: "String",
1187
+ SecurityGroupId: "Filter",
1188
+ DNS1: "String",
1189
+ DNS2: "String",
1190
+ HostName: "String",
1191
+ ProjectId: "String",
1192
+ ChargeType: "String",
1193
+ Sn: "String",
1194
+ PurchaseTime: "Int",
1195
+ Password: "String",
1196
+ CloudMonitorAgent: "String",
1197
+ ExtensionSubnetId: "String",
1198
+ ExtensionDNS1: "String",
1199
+ ExtensionDNS2: "String",
1200
+ Description: "String",
1201
+ AddressBandWidth: "String",
1202
+ LineId: "String",
1203
+ BandWidthShareId: "String",
1204
+ AddressChargeType: "String",
1205
+ AddressPurchaseTime: "String",
1206
+ AddressProjectId: "String",
1207
+ SystemFileType: "String",
1208
+ DataFileType: "String",
1209
+ DataDiskCatalogue: "String",
1210
+ DataDiskCatalogueSuffix: "String",
1211
+ HyperThreading: "String",
1212
+ NvmeDataFileType: "String",
1213
+ NvmeDataDiskCatalogue: "String",
1214
+ NvmeDataDiskCatalogueSuffix: "String",
1215
+ BondAttribute: "String",
1216
+ ContainerAgent: "String",
1217
+ KesAgent: "String",
1218
+ KmrAgent: "String",
1219
+ ComputerName: "String",
1220
+ OverclockingAttribute: "String",
1221
+ GpuImageDriverId: "String",
1222
+ SystemVolumeType: "String",
1223
+ SystemVolumeSize: "String",
1224
+ RoceNetwork: "String",
1225
+ ZoneId: "String",
1226
+ ZoneType: "String",
1227
+ HostNameStartNo: "Int",
1228
+ ComputerNameStartNo: "Int",
1229
+ Amount: "Int",
1230
+ TimedRegularization: "String",
1231
+ PasswordInherit: "String",
1232
+ DataDiskMount: "String",
1233
+ StorageRoceNetworkCardName: "String",
1234
+ },
1235
+ },
1236
+ DescribeUseHotStandbyRecords: {
1237
+ url: "/",
1238
+ method: "GET",
1239
+ config: {
1240
+ query: {
1241
+ Version: "2015-11-01",
1242
+ Action: "DescribeUseHotStandbyRecords",
1243
+ },
1244
+ headers: {
1245
+ "Content-Type": "application/x-www-form-urlencoded",
1246
+ },
1247
+ },
1248
+ paramsType: {
1249
+ "Filter.N": "Object",
1250
+ MaxResults: "Int",
1251
+ NextToken: "String",
1252
+ },
1253
+ },
1254
+ DescribeGpuRoceTopology: {
1255
+ url: "/",
1256
+ method: "GET",
1257
+ config: {
1258
+ query: {
1259
+ Version: "2015-11-01",
1260
+ Action: "DescribeGpuRoceTopology",
1261
+ },
1262
+ headers: {
1263
+ "Content-Type": "application/x-www-form-urlencoded",
1264
+ },
1265
+ },
1266
+ paramsType: {
1267
+ SpineName: "String",
1268
+ },
1269
+ },
1270
+ ModifyProcess: {
1271
+ url: "/",
1272
+ method: "POST",
1273
+ config: {
1274
+ query: {
1275
+ Version: "2015-11-01",
1276
+ Action: "ModifyProcess",
1277
+ },
1278
+ headers: {
1279
+ "Content-Type": "application/x-www-form-urlencoded",
1280
+ },
1281
+ },
1282
+ paramsType: {
1283
+ OperationProcessId: "String",
1284
+ Confirm: "String",
1285
+ Status: "String",
1286
+ Content: "String",
1287
+ },
1288
+ },
1289
+ ConfirmProcess: {
1290
+ url: "/",
1291
+ method: "POST",
1292
+ config: {
1293
+ query: {
1294
+ Version: "2015-11-01",
1295
+ Action: "ConfirmProcess",
1296
+ },
1297
+ headers: {
1298
+ "Content-Type": "application/x-www-form-urlencoded",
1299
+ },
1300
+ },
1301
+ paramsType: {
1302
+ OperationProcessId: "String",
1303
+ UserConfirmAvailable: "String",
1304
+ },
1305
+ },
1306
+ DescribeModelConfig: {
1307
+ url: "/",
1308
+ method: "GET",
1309
+ config: {
1310
+ query: {
1311
+ Version: "2015-11-01",
1312
+ Action: "DescribeModelConfig",
1313
+ },
1314
+ headers: {
1315
+ "Content-Type": "application/x-www-form-urlencoded",
1316
+ },
1317
+ },
1318
+ paramsType: {
1319
+ MaxResults: "Int",
1320
+ NextToken: "String",
1321
+ ImageId: "String",
1322
+ HostType: "String",
1323
+ GpuImageDriverId: "String",
1324
+ },
1325
+ },
1326
+ DescribeRoceEvent: {
1327
+ url: "/",
1328
+ method: "GET",
1329
+ config: {
1330
+ query: {
1331
+ Version: "2015-11-01",
1332
+ Action: "DescribeRoceEvent",
1333
+ },
1334
+ headers: {
1335
+ "Content-Type": "application/x-www-form-urlencoded",
1336
+ },
1337
+ },
1338
+ paramsType: {
1339
+ MaxResults: "Int",
1340
+ NextToken: "String",
1341
+ "Filter.N": "Object",
1342
+ "HostId.N": "String",
1343
+ },
1344
+ },
1345
+ DescribeRoceEventDetails: {
1346
+ url: "/",
1347
+ method: "GET",
1348
+ config: {
1349
+ query: {
1350
+ Version: "2015-11-01",
1351
+ Action: "DescribeRoceEventDetails",
1352
+ },
1353
+ headers: {
1354
+ "Content-Type": "application/x-www-form-urlencoded",
1355
+ },
1356
+ },
1357
+ paramsType: {
1358
+ EventId: "String",
1359
+ MaxResults: "Int",
1360
+ NextToken: "String",
1361
+ },
1362
+ },
1363
+ BatchCreateProcess: {
1364
+ url: "/",
1365
+ method: "POST",
1366
+ config: {
1367
+ query: {
1368
+ Version: "2015-11-01",
1369
+ Action: "BatchCreateProcess",
1370
+ },
1371
+ headers: {
1372
+ "Content-Type": "application/x-www-form-urlencoded",
1373
+ },
1374
+ },
1375
+ paramsType: {
1376
+ InstanceId: "Filter",
1377
+ AvailabilityZone: "String",
1378
+ Attribute: "String",
1379
+ Content: "String",
1380
+ LogFileName: "Filter",
1381
+ LogFile: "Filter",
1382
+ LogUrl: "Filter",
1383
+ MachineCount: "Int",
1384
+ Title: "String",
1385
+ Type: "String",
1386
+ Confirm: "String",
1387
+ ProcessSource: "Int",
1388
+ AutoNocCase: "Int",
1389
+ },
1390
+ },
1391
+ CreateInspectHost: {
1392
+ url: "/",
1393
+ method: "GET",
1394
+ config: {
1395
+ query: {
1396
+ Version: "2015-11-01",
1397
+ Action: "CreateInspectHost",
1398
+ },
1399
+ headers: {
1400
+ "Content-Type": "application/x-www-form-urlencoded",
1401
+ },
1402
+ },
1403
+ paramsType: {
1404
+ InspectType: "String",
1405
+ InspectName: "String",
1406
+ HostId: "Filter",
1407
+ },
1408
+ },
1409
+ DescribeInspectHostResults: {
1410
+ url: "/",
1411
+ method: "GET",
1412
+ config: {
1413
+ query: {
1414
+ Version: "2015-11-01",
1415
+ Action: "DescribeInspectHostResults",
1416
+ },
1417
+ headers: {
1418
+ "Content-Type": "application/x-www-form-urlencoded",
1419
+ },
1420
+ },
1421
+ paramsType: {
1422
+ InspectId: "Filter",
1423
+ MaxResults: "Int",
1424
+ NextToken: "String",
1425
+ },
1426
+ },
1427
+ DescribeXidDetails: {
1428
+ url: "/",
1429
+ method: "GET",
1430
+ config: {
1431
+ query: {
1432
+ Version: "2015-11-01",
1433
+ Action: "DescribeXidDetails",
1434
+ },
1435
+ headers: {
1436
+ "Content-Type": "application/x-www-form-urlencoded",
1437
+ },
1438
+ },
1439
+ paramsType: {
1440
+ StartTime: "String",
1441
+ EndTime: "String",
1442
+ InstanceId: "String",
1443
+ Name: "String",
1444
+ MaxResults: "Int",
1445
+ NextToken: "String",
1446
+ },
1447
+ },
1448
+ RunSoInstances: {
1449
+ url: "/",
1450
+ method: "GET",
1451
+ config: {
1452
+ query: {
1453
+ Version: "2015-11-01",
1454
+ Action: "RunSoInstances",
1455
+ },
1456
+ headers: {
1457
+ "Content-Type": "application/x-www-form-urlencoded",
1458
+ },
1459
+ },
1460
+ paramsType: {
1461
+ ImageId: "String",
1462
+ InstanceName: "String",
1463
+ InstanceTypeId: "String",
1464
+ SecurityGroupId: "Filter",
1465
+ SubnetId: "String",
1466
+ Volumes: "Object",
1467
+ ZoneId: "String",
1468
+ Description: "String",
1469
+ HostName: "String",
1470
+ InstanceChargeType: "String",
1471
+ KeepImageCredential: "Boolean",
1472
+ KeyPairName: "String",
1473
+ Password: "String",
1474
+ Period: "Int",
1475
+ SuffixIndex: "Int",
1476
+ UniqueSuffix: "Boolean",
1477
+ InstallRunCommandAgent: "Boolean",
1478
+ Count: "Int",
1479
+ SoZoneId: "String",
1480
+ UserData: "String",
1481
+ },
1482
+ },
1483
+ DescribeSoImages: {
1484
+ url: "/",
1485
+ method: "GET",
1486
+ config: {
1487
+ query: {
1488
+ Version: "2015-11-01",
1489
+ Action: "DescribeSoImages",
1490
+ },
1491
+ headers: {
1492
+ "Content-Type": "application/x-www-form-urlencoded",
1493
+ },
1494
+ },
1495
+ paramsType: {
1496
+ ImageId: "Filter",
1497
+ ImageName: "String",
1498
+ IsSupportCloudInit: "Boolean",
1499
+ MaxResults: "Int",
1500
+ NextToken: "String",
1501
+ OsType: "String",
1502
+ Platform: "String",
1503
+ Status: "Filter",
1504
+ Visibility: "String",
1505
+ SoZoneId: "String",
1506
+ },
1507
+ },
1508
+ RebootSoInstance: {
1509
+ url: "/",
1510
+ method: "GET",
1511
+ config: {
1512
+ query: {
1513
+ Version: "2015-11-01",
1514
+ Action: "RebootSoInstance",
1515
+ },
1516
+ headers: {
1517
+ "Content-Type": "application/x-www-form-urlencoded",
1518
+ },
1519
+ },
1520
+ paramsType: {
1521
+ ForceStop: "Boolean",
1522
+ InstanceIds: "Filter",
1523
+ SoZoneId: "String",
1524
+ },
1525
+ },
1526
+ DeleteSoImages: {
1527
+ url: "/",
1528
+ method: "GET",
1529
+ config: {
1530
+ query: {
1531
+ Version: "2015-11-01",
1532
+ Action: "DeleteSoImages",
1533
+ },
1534
+ headers: {
1535
+ "Content-Type": "application/x-www-form-urlencoded",
1536
+ },
1537
+ },
1538
+ paramsType: {
1539
+ ImageIds: "Filter",
1540
+ SoZoneId: "String",
1541
+ },
1542
+ },
1543
+ DeleteSoVpc: {
1544
+ url: "/",
1545
+ method: "GET",
1546
+ config: {
1547
+ query: {
1548
+ Version: "2015-11-01",
1549
+ Action: "DeleteSoVpc",
1550
+ },
1551
+ headers: {
1552
+ "Content-Type": "application/x-www-form-urlencoded",
1553
+ },
1554
+ },
1555
+ paramsType: {
1556
+ VpcId: "String",
1557
+ SoZoneId: "String",
1558
+ },
1559
+ },
1560
+ DescribeSoAvailableResource: {
1561
+ url: "/",
1562
+ method: "GET",
1563
+ config: {
1564
+ query: {
1565
+ Version: "2015-11-01",
1566
+ Action: "DescribeSoAvailableResource",
1567
+ },
1568
+ headers: {
1569
+ "Content-Type": "application/x-www-form-urlencoded",
1570
+ },
1571
+ },
1572
+ paramsType: {
1573
+ InstanceChargeType: "String",
1574
+ InstanceTypeId: "String",
1575
+ ZoneId: "String",
1576
+ SoZoneId: "String",
1577
+ },
1578
+ },
1579
+ DescribeSoInstances: {
1580
+ url: "/",
1581
+ method: "GET",
1582
+ config: {
1583
+ query: {
1584
+ Version: "2015-11-01",
1585
+ Action: "DescribeSoInstances",
1586
+ },
1587
+ headers: {
1588
+ "Content-Type": "application/x-www-form-urlencoded",
1589
+ },
1590
+ },
1591
+ paramsType: {
1592
+ InstanceChargeType: "String",
1593
+ InstanceTypeId: "Filter",
1594
+ KeyPairName: "String",
1595
+ MaxResults: "Int",
1596
+ NextToken: "String",
1597
+ PrimaryIpAddress: "String",
1598
+ Status: "String",
1599
+ VpcId: "String",
1600
+ ZoneId: "String",
1601
+ InstanceIds: "Filter",
1602
+ SoZoneId: "String",
1603
+ },
1604
+ },
1605
+ DeleteSoInstance: {
1606
+ url: "/",
1607
+ method: "POST",
1608
+ config: {
1609
+ query: {
1610
+ Version: "2015-11-01",
1611
+ Action: "DeleteSoInstance",
1612
+ },
1613
+ headers: {
1614
+ "Content-Type": "application/x-www-form-urlencoded",
1615
+ },
1616
+ },
1617
+ paramsType: {
1618
+ InstanceIds: "Filter",
1619
+ SoZoneId: "String",
1620
+ },
1621
+ },
1622
+ DescribeSoSecurityGroups: {
1623
+ url: "/",
1624
+ method: "GET",
1625
+ config: {
1626
+ query: {
1627
+ Version: "2015-11-01",
1628
+ Action: "DescribeSoSecurityGroups",
1629
+ },
1630
+ headers: {
1631
+ "Content-Type": "application/x-www-form-urlencoded",
1632
+ },
1633
+ },
1634
+ paramsType: {
1635
+ VpcId: "String",
1636
+ SecurityGroupIds: "Filter",
1637
+ NextToken: "String",
1638
+ MaxResults: "Int",
1639
+ SoZoneId: "String",
1640
+ },
1641
+ },
1642
+ CreateSoVpc: {
1643
+ url: "/",
1644
+ method: "GET",
1645
+ config: {
1646
+ query: {
1647
+ Version: "2015-11-01",
1648
+ Action: "CreateSoVpc",
1649
+ },
1650
+ headers: {
1651
+ "Content-Type": "application/x-www-form-urlencoded",
1652
+ },
1653
+ },
1654
+ paramsType: {
1655
+ VpcName: "String",
1656
+ Description: "String",
1657
+ CidrBlock: "String",
1658
+ DnsServers: "Filter",
1659
+ AttachVpcId: "String",
1660
+ SoZoneId: "String",
1661
+ },
1662
+ },
1663
+ DeleteSoSubnet: {
1664
+ url: "/",
1665
+ method: "GET",
1666
+ config: {
1667
+ query: {
1668
+ Version: "2015-11-01",
1669
+ Action: "DeleteSoSubnet",
1670
+ },
1671
+ headers: {
1672
+ "Content-Type": "application/x-www-form-urlencoded",
1673
+ },
1674
+ },
1675
+ paramsType: {
1676
+ SubnetId: "String",
1677
+ SoZoneId: "String",
1678
+ },
1679
+ },
1680
+ DescribeSoKeyPairs: {
1681
+ url: "/",
1682
+ method: "GET",
1683
+ config: {
1684
+ query: {
1685
+ Version: "2015-11-01",
1686
+ Action: "DescribeSoKeyPairs",
1687
+ },
1688
+ headers: {
1689
+ "Content-Type": "application/x-www-form-urlencoded",
1690
+ },
1691
+ },
1692
+ paramsType: {
1693
+ FingerPrint: "String",
1694
+ KeyPairIds: "Filter",
1695
+ KeyPairName: "String",
1696
+ KeyPairNames: "Filter",
1697
+ MaxResults: "Int",
1698
+ NextToken: "String",
1699
+ SoZoneId: "String",
1700
+ },
1701
+ },
1702
+ StartSoInstance: {
1703
+ url: "/",
1704
+ method: "POST",
1705
+ config: {
1706
+ query: {
1707
+ Version: "2015-11-01",
1708
+ Action: "StartSoInstance",
1709
+ },
1710
+ headers: {
1711
+ "Content-Type": "application/x-www-form-urlencoded",
1712
+ },
1713
+ },
1714
+ paramsType: {
1715
+ InstanceIds: "Filter",
1716
+ SoZoneId: "String",
1717
+ },
1718
+ },
1719
+ DescribeSoInstanceTypes: {
1720
+ url: "/",
1721
+ method: "GET",
1722
+ config: {
1723
+ query: {
1724
+ Version: "2015-11-01",
1725
+ Action: "DescribeSoInstanceTypes",
1726
+ },
1727
+ headers: {
1728
+ "Content-Type": "application/x-www-form-urlencoded",
1729
+ },
1730
+ },
1731
+ paramsType: {
1732
+ ImageId: "String",
1733
+ InstanceTypeId: "Filter",
1734
+ SoZoneId: "String",
1735
+ },
1736
+ },
1737
+ ModifySoSubnetAttributes: {
1738
+ url: "/",
1739
+ method: "GET",
1740
+ config: {
1741
+ query: {
1742
+ Version: "2015-11-01",
1743
+ Action: "ModifySoSubnetAttributes",
1744
+ },
1745
+ headers: {
1746
+ "Content-Type": "application/x-www-form-urlencoded",
1747
+ },
1748
+ },
1749
+ paramsType: {
1750
+ SubnetId: "String",
1751
+ SubnetName: "String",
1752
+ Description: "String",
1753
+ SoZoneId: "String",
1754
+ },
1755
+ },
1756
+ DescribeSoSubnet: {
1757
+ url: "/",
1758
+ method: "GET",
1759
+ config: {
1760
+ query: {
1761
+ Version: "2015-11-01",
1762
+ Action: "DescribeSoSubnet",
1763
+ },
1764
+ headers: {
1765
+ "Content-Type": "application/x-www-form-urlencoded",
1766
+ },
1767
+ },
1768
+ paramsType: {
1769
+ ZoneId: "String",
1770
+ SubnetName: "String",
1771
+ VpcId: "String",
1772
+ SubnetIds: "Filter",
1773
+ NextToken: "String",
1774
+ MaxResults: "Int",
1775
+ SoZoneId: "String",
1776
+ },
1777
+ },
1778
+ ModifySoKeyPairAttribute: {
1779
+ url: "/",
1780
+ method: "GET",
1781
+ config: {
1782
+ query: {
1783
+ Version: "2015-11-01",
1784
+ Action: "ModifySoKeyPairAttribute",
1785
+ },
1786
+ headers: {
1787
+ "Content-Type": "application/x-www-form-urlencoded",
1788
+ },
1789
+ },
1790
+ paramsType: {
1791
+ Description: "String",
1792
+ KeyPairId: "String",
1793
+ KeyPairName: "String",
1794
+ SoZoneId: "String",
1795
+ },
1796
+ },
1797
+ ModifySoImageAttribute: {
1798
+ url: "/",
1799
+ method: "GET",
1800
+ config: {
1801
+ query: {
1802
+ Version: "2015-11-01",
1803
+ Action: "ModifySoImageAttribute",
1804
+ },
1805
+ headers: {
1806
+ "Content-Type": "application/x-www-form-urlencoded",
1807
+ },
1808
+ },
1809
+ paramsType: {
1810
+ BootMode: "String",
1811
+ Description: "String",
1812
+ ImageId: "String",
1813
+ ImageName: "String",
1814
+ SoZoneId: "String",
1815
+ },
1816
+ },
1817
+ ModifySoVpcAttributes: {
1818
+ url: "/",
1819
+ method: "GET",
1820
+ config: {
1821
+ query: {
1822
+ Version: "2015-11-01",
1823
+ Action: "ModifySoVpcAttributes",
1824
+ },
1825
+ headers: {
1826
+ "Content-Type": "application/x-www-form-urlencoded",
1827
+ },
1828
+ },
1829
+ paramsType: {
1830
+ VpcId: "String",
1831
+ Description: "String",
1832
+ DnsServers: "Filter",
1833
+ VpcName: "String",
1834
+ SoZoneId: "String",
1835
+ },
1836
+ },
1837
+ ReplaceSoSystemVolume: {
1838
+ url: "/",
1839
+ method: "GET",
1840
+ config: {
1841
+ query: {
1842
+ Version: "2015-11-01",
1843
+ Action: "ReplaceSoSystemVolume",
1844
+ },
1845
+ headers: {
1846
+ "Content-Type": "application/x-www-form-urlencoded",
1847
+ },
1848
+ },
1849
+ paramsType: {
1850
+ ImageId: "String",
1851
+ InstanceId: "String",
1852
+ KeepImageCredential: "Boolean",
1853
+ KeyPairName: "String",
1854
+ Password: "String",
1855
+ SoZoneId: "String",
1856
+ },
1857
+ },
1858
+ CreateSoSubnet: {
1859
+ url: "/",
1860
+ method: "GET",
1861
+ config: {
1862
+ query: {
1863
+ Version: "2015-11-01",
1864
+ Action: "CreateSoSubnet",
1865
+ },
1866
+ headers: {
1867
+ "Content-Type": "application/x-www-form-urlencoded",
1868
+ },
1869
+ },
1870
+ paramsType: {
1871
+ VpcId: "String",
1872
+ ZoneId: "String",
1873
+ SubnetName: "String",
1874
+ Description: "String",
1875
+ CidrBlock: "String",
1876
+ SoZoneId: "String",
1877
+ },
1878
+ },
1879
+ DescribeSoVpcs: {
1880
+ url: "/",
1881
+ method: "GET",
1882
+ config: {
1883
+ query: {
1884
+ Version: "2015-11-01",
1885
+ Action: "DescribeSoVpcs",
1886
+ },
1887
+ headers: {
1888
+ "Content-Type": "application/x-www-form-urlencoded",
1889
+ },
1890
+ },
1891
+ paramsType: {
1892
+ VpcName: "String",
1893
+ VpcIds: "Filter",
1894
+ NextToken: "String",
1895
+ MaxResults: "Int",
1896
+ SoZoneId: "String",
1897
+ },
1898
+ },
1899
+ StopSoInstance: {
1900
+ url: "/",
1901
+ method: "POST",
1902
+ config: {
1903
+ query: {
1904
+ Version: "2015-11-01",
1905
+ Action: "StopSoInstance",
1906
+ },
1907
+ headers: {
1908
+ "Content-Type": "application/x-www-form-urlencoded",
1909
+ },
1910
+ },
1911
+ paramsType: {
1912
+ ForceStop: "Boolean",
1913
+ InstanceIds: "Filter",
1914
+ SoZoneId: "String",
1915
+ },
1916
+ },
1917
+ DeleteSoKeyPairs: {
1918
+ url: "/",
1919
+ method: "GET",
1920
+ config: {
1921
+ query: {
1922
+ Version: "2015-11-01",
1923
+ Action: "DeleteSoKeyPairs",
1924
+ },
1925
+ headers: {
1926
+ "Content-Type": "application/x-www-form-urlencoded",
1927
+ },
1928
+ },
1929
+ paramsType: {
1930
+ KeyPairNames: "Filter",
1931
+ SoZoneId: "String",
1932
+ },
1933
+ },
1934
+ CreateSoImage: {
1935
+ url: "/",
1936
+ method: "GET",
1937
+ config: {
1938
+ query: {
1939
+ Version: "2015-11-01",
1940
+ Action: "CreateSoImage",
1941
+ },
1942
+ headers: {
1943
+ "Content-Type": "application/x-www-form-urlencoded",
1944
+ },
1945
+ },
1946
+ paramsType: {
1947
+ ForceStop: "Boolean",
1948
+ InstanceIds: "Filter",
1949
+ SoZoneId: "String",
1950
+ },
1951
+ },
1952
+ ModifySoInstanceAttribute: {
1953
+ url: "/",
1954
+ method: "POST",
1955
+ config: {
1956
+ query: {
1957
+ Version: "2015-11-01",
1958
+ Action: "ModifySoInstanceAttribute",
1959
+ },
1960
+ headers: {
1961
+ "Content-Type": "application/x-www-form-urlencoded",
1962
+ },
1963
+ },
1964
+ paramsType: {
1965
+ DeletionProtection: "String",
1966
+ Description: "String",
1967
+ Hostname: "String",
1968
+ InstanceId: "String",
1969
+ InstanceName: "String",
1970
+ Password: "String",
1971
+ SoZoneId: "String",
1972
+ UserData: "String",
1973
+ },
1974
+ },
1975
+ CreateSoKeyPair: {
1976
+ url: "/",
1977
+ method: "GET",
1978
+ config: {
1979
+ query: {
1980
+ Version: "2015-11-01",
1981
+ Action: "CreateSoKeyPair",
1982
+ },
1983
+ headers: {
1984
+ "Content-Type": "application/x-www-form-urlencoded",
1985
+ },
1986
+ },
1987
+ paramsType: {
1988
+ KeyPairName: "String",
1989
+ Description: "String",
1990
+ SoZoneId: "String",
1991
+ },
1992
+ },
1993
+ InstallAgent: {
1994
+ url: "/",
1995
+ method: "GET",
1996
+ config: {
1997
+ query: {
1998
+ Version: "2015-11-01",
1999
+ Action: "InstallAgent",
2000
+ },
2001
+ headers: {
2002
+ "Content-Type": "application/x-www-form-urlencoded",
2003
+ },
2004
+ },
2005
+ paramsType: {
2006
+ HostId: "String",
2007
+ AgentId: "String",
2008
+ Username: "String",
2009
+ Password: "String",
2010
+ Key: "String",
2011
+ },
2012
+ },
2013
+ DescribeAgent: {
2014
+ url: "/",
2015
+ method: "GET",
2016
+ config: {
2017
+ query: {
2018
+ Version: "2015-11-01",
2019
+ Action: "DescribeAgent",
2020
+ },
2021
+ headers: {
2022
+ "Content-Type": "application/x-www-form-urlencoded",
2023
+ },
2024
+ },
2025
+ paramsType: {
2026
+ AgentName: "String",
2027
+ AgentId: "String",
2028
+ AgentType: "String",
2029
+ },
2030
+ },
2031
+ DescribeAgentInstallStatus: {
2032
+ url: "/",
2033
+ method: "GET",
2034
+ config: {
2035
+ query: {
2036
+ Version: "2015-11-01",
2037
+ Action: "DescribeAgentInstallStatus",
2038
+ },
2039
+ headers: {
2040
+ "Content-Type": "application/x-www-form-urlencoded",
2041
+ },
2042
+ },
2043
+ paramsType: {
2044
+ HostId: "Filter",
2045
+ AgentId: "String",
2046
+ Status: "String",
2047
+ NextToken: "String",
2048
+ MaxResults: "Int",
2049
+ },
2050
+ },
2051
+ DescribeSoUserData: {
2052
+ url: "/",
2053
+ method: "GET",
2054
+ config: {
2055
+ query: {
2056
+ Version: "2015-11-01",
2057
+ Action: "DescribeSoUserData",
2058
+ },
2059
+ headers: {
2060
+ "Content-Type": "application/x-www-form-urlencoded",
2061
+ },
2062
+ },
2063
+ paramsType: {
2064
+ InstanceId: "String",
2065
+ },
2066
+ },
2067
+ };
2068
+ };