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,1905 +1,2064 @@
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': 'kec.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': 'kec',
15
- },
16
- },
17
- }
18
- _apiList = {
19
- 'DescribeInstances': {
20
- 'url': '/',
21
- 'method': 'GET',
22
- 'config': {
23
- 'query': {
24
- 'Version': '2016-03-04',
25
- 'Action': 'DescribeInstances',
26
- },
27
- 'headers': {
28
- 'Content-Type': 'application/x-www-form-urlencoded'
29
- },
30
- },
31
- 'paramsType': {
32
- 'MaxResults': 'Int',
33
- 'Marker': 'Int',
34
- 'InstanceId': 'Filter',
35
- 'ProjectId': 'Filter',
36
- 'Filter': 'Filter',
37
- 'Sort': 'String',
38
- 'Search': 'String',
39
- }
40
- },
41
- 'RunInstances': {
42
- 'url': '/',
43
- 'method': 'GET',
44
- 'config': {
45
- 'query': {
46
- 'Version': '2016-03-04',
47
- 'Action': 'RunInstances',
48
- },
49
- 'headers': {
50
- 'Content-Type': 'application/x-www-form-urlencoded'
51
- },
52
- },
53
- 'paramsType': {
54
- 'ImageId': 'String',
55
- 'DedicatedHostId': 'String',
56
- 'InstanceConfigure.VCPU': 'String',
57
- 'InstanceConfigure.MemoryGb': 'String',
58
- 'InstanceType': 'String',
59
- 'DataDiskGb': 'Int',
60
- 'MaxCount': 'Int',
61
- 'MinCount': 'Int',
62
- 'SubnetId': 'String',
63
- 'InstancePassword': 'String',
64
- 'ChargeType': 'String',
65
- 'PurchaseTime': 'Int',
66
- 'SecurityGroupId': 'String',
67
- 'PrivateIpAddress': 'String',
68
- 'InstanceName': 'String',
69
- 'InstanceNameSuffix': 'String',
70
- 'ProjectId': 'Int',
71
- 'DataDisk': 'Filter',
72
- 'NetworkInterface': 'Filter',
73
- 'UserData': 'String',
74
- 'SystemDisk.DiskType': 'String',
75
- 'SystemDisk.DiskSize': 'Int',
76
- 'ModelId': 'String',
77
- 'ModelVersion': 'Int',
78
- 'AssembledImageDataDiskType': 'String',
79
- 'AutoCreateEbs': 'Boolean',
80
- 'LineId': 'String',
81
- 'AddressBandWidth': 'Int',
82
- 'AddressChargeType': 'String',
83
- 'AddressProjectId': 'String',
84
- 'AddressPurchaseTime': 'Int',
85
- 'KeyId': 'Filter',
86
- 'keepImageLogin': 'Boolean',
87
- 'HostName': 'String',
88
- 'HostNameSuffix': 'Int',
89
- 'Password': 'String',
90
- 'FailureAutoDelete': 'Boolean',
91
- 'Tag': 'Filter',
92
- 'DataGuardId': 'String',
93
- }
94
- },
95
- 'StartInstances': {
96
- 'url': '/',
97
- 'method': 'GET',
98
- 'config': {
99
- 'query': {
100
- 'Version': '2016-03-04',
101
- 'Action': 'StartInstances',
102
- },
103
- 'headers': {
104
- 'Content-Type': 'application/x-www-form-urlencoded'
105
- },
106
- },
107
- 'paramsType': {
108
- 'InstanceId': 'Filter',
109
- }
110
- },
111
- 'StopInstances': {
112
- 'url': '/',
113
- 'method': 'GET',
114
- 'config': {
115
- 'query': {
116
- 'Version': '2016-03-04',
117
- 'Action': 'StopInstances',
118
- },
119
- 'headers': {
120
- 'Content-Type': 'application/x-www-form-urlencoded'
121
- },
122
- },
123
- 'paramsType': {
124
- 'InstanceId': 'Filter',
125
- 'ForceStop': 'Boolean',
126
- 'StoppedMode': 'String',
127
- }
128
- },
129
- 'RebootInstances': {
130
- 'url': '/',
131
- 'method': 'GET',
132
- 'config': {
133
- 'query': {
134
- 'Version': '2016-03-04',
135
- 'Action': 'RebootInstances',
136
- },
137
- 'headers': {
138
- 'Content-Type': 'application/x-www-form-urlencoded'
139
- },
140
- },
141
- 'paramsType': {
142
- 'InstanceId': 'Filter',
143
- 'ForceReboot': 'Boolean',
144
- }
145
- },
146
- 'ModifyInstanceAttribute': {
147
- 'url': '/',
148
- 'method': 'GET',
149
- 'config': {
150
- 'query': {
151
- 'Version': '2016-03-04',
152
- 'Action': 'ModifyInstanceAttribute',
153
- },
154
- 'headers': {
155
- 'Content-Type': 'application/x-www-form-urlencoded'
156
- },
157
- },
158
- 'paramsType': {
159
- 'InstanceId': 'String',
160
- 'InstanceName': 'String',
161
- 'InstancePassword': 'String',
162
- 'HostName': 'String',
163
- 'RestartMode': 'String',
164
- }
165
- },
166
- 'ModifyInstanceType': {
167
- 'url': '/',
168
- 'method': 'GET',
169
- 'config': {
170
- 'query': {
171
- 'Version': '2016-03-04',
172
- 'Action': 'ModifyInstanceType',
173
- },
174
- 'headers': {
175
- 'Content-Type': 'application/x-www-form-urlencoded'
176
- },
177
- },
178
- 'paramsType': {
179
- 'InstanceId': 'String',
180
- 'InstanceType': 'String',
181
- 'InstanceConfigure.VCPU': 'String',
182
- 'InstanceConfigure.MemoryGb': 'String',
183
- 'DataDiskGb': 'Int',
184
- 'CrossInstanceMigrate': 'Boolean',
185
- 'SystemDisk.DiskType': 'String',
186
- 'DataDisk': 'Filter',
187
- 'StopInstance': 'Boolean',
188
- 'AutoRestart': 'Boolean',
189
- 'SystemDisk.DiskSize': 'Int',
190
- 'SystemDisk.ResizeType': 'String',
191
- 'InstantAccess': 'Boolean',
192
- }
193
- },
194
- 'TerminateInstances': {
195
- 'url': '/',
196
- 'method': 'GET',
197
- 'config': {
198
- 'query': {
199
- 'Version': '2016-03-04',
200
- 'Action': 'TerminateInstances',
201
- },
202
- 'headers': {
203
- 'Content-Type': 'application/x-www-form-urlencoded'
204
- },
205
- },
206
- 'paramsType': {
207
- 'InstanceId': 'Filter',
208
- 'ForceDelete': 'Boolean',
209
- }
210
- },
211
- 'DescribeImages': {
212
- 'url': '/',
213
- 'method': 'GET',
214
- 'config': {
215
- 'query': {
216
- 'Version': '2016-03-04',
217
- 'Action': 'DescribeImages',
218
- },
219
- 'headers': {
220
- 'Content-Type': 'application/x-www-form-urlencoded'
221
- },
222
- },
223
- 'paramsType': {
224
- 'ImageId': 'String',
225
- 'ImageType': 'String',
226
- }
227
- },
228
- 'ModifyImageAttribute': {
229
- 'url': '/',
230
- 'method': 'GET',
231
- 'config': {
232
- 'query': {
233
- 'Version': '2016-03-04',
234
- 'Action': 'ModifyImageAttribute',
235
- },
236
- 'headers': {
237
- 'Content-Type': 'application/x-www-form-urlencoded'
238
- },
239
- },
240
- 'paramsType': {
241
- 'ImageId': 'String',
242
- 'Name': 'String',
243
- 'OsVersion': 'String',
244
- 'CloudInitSupport': 'Boolean',
245
- }
246
- },
247
- 'ModifyInstanceImage': {
248
- 'url': '/',
249
- 'method': 'GET',
250
- 'config': {
251
- 'query': {
252
- 'Version': '2016-03-04',
253
- 'Action': 'ModifyInstanceImage',
254
- },
255
- 'headers': {
256
- 'Content-Type': 'application/x-www-form-urlencoded'
257
- },
258
- },
259
- 'paramsType': {
260
- 'InstanceId': 'String',
261
- 'ImageId': 'String',
262
- 'SystemDisk.DiskSize': 'Int',
263
- 'InstancePassword': 'String',
264
- 'KeyId': 'Filter',
265
- 'KeepImageLogin': 'Boolean',
266
- 'SystemDisk.DiskType': 'String',
267
- 'SystemDisk.ResizeType': 'String',
268
- 'UserData': 'String',
269
- }
270
- },
271
- 'CreateImage': {
272
- 'url': '/',
273
- 'method': 'GET',
274
- 'config': {
275
- 'query': {
276
- 'Version': '2016-03-04',
277
- 'Action': 'CreateImage',
278
- },
279
- 'headers': {
280
- 'Content-Type': 'application/x-www-form-urlencoded'
281
- },
282
- },
283
- 'paramsType': {
284
- 'InstanceId': 'String',
285
- 'Name': 'String',
286
- 'Type': 'String',
287
- 'DataDiskIds': 'Filter',
288
- 'SnapshotIds': 'Filter',
289
- 'InstantAccess': 'Boolean',
290
- }
291
- },
292
- 'RemoveImages': {
293
- 'url': '/',
294
- 'method': 'GET',
295
- 'config': {
296
- 'query': {
297
- 'Version': '2016-03-04',
298
- 'Action': 'RemoveImages',
299
- },
300
- 'headers': {
301
- 'Content-Type': 'application/x-www-form-urlencoded'
302
- },
303
- },
304
- 'paramsType': {
305
- 'ImageId': 'String',
306
- }
307
- },
308
- 'ModifyNetworkInterfaceAttribute': {
309
- 'url': '/',
310
- 'method': 'GET',
311
- 'config': {
312
- 'query': {
313
- 'Version': '2016-03-04',
314
- 'Action': 'ModifyNetworkInterfaceAttribute',
315
- },
316
- 'headers': {
317
- 'Content-Type': 'application/x-www-form-urlencoded'
318
- },
319
- },
320
- 'paramsType': {
321
- 'InstanceId': 'String',
322
- 'NetworkInterfaceId': 'String',
323
- 'SubnetId': 'String',
324
- 'SecurityGroupId': 'String',
325
- 'PrivateIpAddress': 'String',
326
- 'DNS1': 'String',
327
- 'DNS2': 'String',
328
- }
329
- },
330
- 'AttachNetworkInterface': {
331
- 'url': '/',
332
- 'method': 'GET',
333
- 'config': {
334
- 'query': {
335
- 'Version': '2016-03-04',
336
- 'Action': 'AttachNetworkInterface',
337
- },
338
- 'headers': {
339
- 'Content-Type': 'application/x-www-form-urlencoded'
340
- },
341
- },
342
- 'paramsType': {
343
- 'InstanceId': 'String',
344
- 'NetworkInterfaceId': 'String',
345
- 'SubnetId': 'String',
346
- 'SecurityGroupId': 'String',
347
- 'PrivateIpAddress': 'String',
348
- 'SecurityGroupIds': 'Array',
349
- 'VpcIpv6': 'String',
350
- 'MacAddress': 'String',
351
- }
352
- },
353
- 'DetachNetworkInterface': {
354
- 'url': '/',
355
- 'method': 'GET',
356
- 'config': {
357
- 'query': {
358
- 'Version': '2016-03-04',
359
- 'Action': 'DetachNetworkInterface',
360
- },
361
- 'headers': {
362
- 'Content-Type': 'application/x-www-form-urlencoded'
363
- },
364
- },
365
- 'paramsType': {
366
- 'InstanceId': 'String',
367
- 'NetworkInterfaceId': 'String',
368
- }
369
- },
370
- 'DescribeLocalVolumes': {
371
- 'url': '/',
372
- 'method': 'GET',
373
- 'config': {
374
- 'query': {
375
- 'Version': '2016-03-04',
376
- 'Action': 'DescribeLocalVolumes',
377
- },
378
- 'headers': {
379
- 'Content-Type': 'application/x-www-form-urlencoded'
380
- },
381
- },
382
- 'paramsType': {
383
- 'InstanceName': 'String',
384
- 'Marker': 'Int',
385
- 'MaxResults': 'Int',
386
- 'LocalVolumeId': 'String',
387
- 'InstanceState': 'String',
388
- 'LocalVolumeCategory': 'String',
389
- 'LocalVolumeSize': 'Int',
390
- 'BindSnapshotPolicy': 'Boolean',
391
- 'AutoSnapshotPolicyId': 'String',
392
- 'InstanceId': 'String',
393
- }
394
- },
395
- 'CreateLocalVolumeSnapshot': {
396
- 'url': '/',
397
- 'method': 'GET',
398
- 'config': {
399
- 'query': {
400
- 'Version': '2016-03-04',
401
- 'Action': 'CreateLocalVolumeSnapshot',
402
- },
403
- 'headers': {
404
- 'Content-Type': 'application/x-www-form-urlencoded'
405
- },
406
- },
407
- 'paramsType': {
408
- 'LocalVolumeId': 'String',
409
- 'LocalVolumeSnapshotName': 'String',
410
- 'LocalVolumeSnapshotDesc': 'String',
411
- 'InstantAccess': 'Boolean',
412
- }
413
- },
414
- 'DescribeLocalVolumeSnapshots': {
415
- 'url': '/',
416
- 'method': 'GET',
417
- 'config': {
418
- 'query': {
419
- 'Version': '2016-03-04',
420
- 'Action': 'DescribeLocalVolumeSnapshots',
421
- },
422
- 'headers': {
423
- 'Content-Type': 'application/x-www-form-urlencoded'
424
- },
425
- },
426
- 'paramsType': {
427
- 'Action': 'String',
428
- 'Version': 'String',
429
- 'LocalVolumeName': 'String',
430
- 'SourceLocalVolumeId': 'String',
431
- }
432
- },
433
- 'RollbackLocalVolume': {
434
- 'url': '/',
435
- 'method': 'GET',
436
- 'config': {
437
- 'query': {
438
- 'Version': '2016-03-04',
439
- 'Action': 'RollbackLocalVolume',
440
- },
441
- 'headers': {
442
- 'Content-Type': 'application/x-www-form-urlencoded'
443
- },
444
- },
445
- 'paramsType': {
446
- 'LocalVolumeSnapshotId': 'String',
447
- }
448
- },
449
- 'DeleteLocalVolumeSnapshot': {
450
- 'url': '/',
451
- 'method': 'GET',
452
- 'config': {
453
- 'query': {
454
- 'Version': '2016-03-04',
455
- 'Action': 'DeleteLocalVolumeSnapshot',
456
- },
457
- 'headers': {
458
- 'Content-Type': 'application/x-www-form-urlencoded'
459
- },
460
- },
461
- 'paramsType': {
462
- 'LocalVolumeSnapshotId': 'Filter',
463
- }
464
- },
465
- 'ModifyDataGuardGroups': {
466
- 'url': '/',
467
- 'method': 'GET',
468
- 'config': {
469
- 'query': {
470
- 'Version': '2016-03-04',
471
- 'Action': 'ModifyDataGuardGroups',
472
- },
473
- 'headers': {
474
- 'Content-Type': 'application/x-www-form-urlencoded'
475
- },
476
- },
477
- 'paramsType': {
478
- 'DataGuardId': 'String',
479
- 'DataGuardName': 'String',
480
- }
481
- },
482
- 'DescribeDataGuardCapacity': {
483
- 'url': '/',
484
- 'method': 'GET',
485
- 'config': {
486
- 'query': {
487
- 'Version': '2016-03-04',
488
- 'Action': 'DescribeDataGuardCapacity',
489
- },
490
- 'headers': {
491
- 'Content-Type': 'application/x-www-form-urlencoded'
492
- },
493
- },
494
- 'paramsType': {
495
- }
496
- },
497
- 'CreateDataGuardGroup': {
498
- 'url': '/',
499
- 'method': 'GET',
500
- 'config': {
501
- 'query': {
502
- 'Version': '2016-03-04',
503
- 'Action': 'CreateDataGuardGroup',
504
- },
505
- 'headers': {
506
- 'Content-Type': 'application/x-www-form-urlencoded'
507
- },
508
- },
509
- 'paramsType': {
510
- 'DataGuardName': 'String',
511
- }
512
- },
513
- 'DeleteDataGuardGroups': {
514
- 'url': '/',
515
- 'method': 'GET',
516
- 'config': {
517
- 'query': {
518
- 'Version': '2016-03-04',
519
- 'Action': 'DeleteDataGuardGroups',
520
- },
521
- 'headers': {
522
- 'Content-Type': 'application/x-www-form-urlencoded'
523
- },
524
- },
525
- 'paramsType': {
526
- 'DataGuardId': 'Filter',
527
- }
528
- },
529
- 'DescribeDataGuardGroup': {
530
- 'url': '/',
531
- 'method': 'GET',
532
- 'config': {
533
- 'query': {
534
- 'Version': '2016-03-04',
535
- 'Action': 'DescribeDataGuardGroup',
536
- },
537
- 'headers': {
538
- 'Content-Type': 'application/x-www-form-urlencoded'
539
- },
540
- },
541
- 'paramsType': {
542
- 'DataGuardId': 'String',
543
- 'DataGuardName': 'String',
544
- }
545
- },
546
- 'RemoveVmFromDataGuard': {
547
- 'url': '/',
548
- 'method': 'GET',
549
- 'config': {
550
- 'query': {
551
- 'Version': '2016-03-04',
552
- 'Action': 'RemoveVmFromDataGuard',
553
- },
554
- 'headers': {
555
- 'Content-Type': 'application/x-www-form-urlencoded'
556
- },
557
- },
558
- 'paramsType': {
559
- 'DataGuardId': 'String',
560
- 'InstanceId': 'Filter',
561
- }
562
- },
563
- 'CreateDedicatedHosts': {
564
- 'url': '/',
565
- 'method': 'GET',
566
- 'config': {
567
- 'query': {
568
- 'Version': '2016-03-04',
569
- 'Action': 'CreateDedicatedHosts',
570
- },
571
- 'headers': {
572
- 'Content-Type': 'application/x-www-form-urlencoded'
573
- },
574
- },
575
- 'paramsType': {
576
- 'DedicatedType': 'String',
577
- 'Number': 'Int',
578
- 'Name': 'String',
579
- 'ChargeType': 'String',
580
- 'PurchaseTime': 'Int',
581
- 'InstanceNameSuffix': 'String',
582
- 'DedicatedClusterId': 'String',
583
- 'Tag': 'Filter',
584
- }
585
- },
586
- 'DeleteDedicatedHost': {
587
- 'url': '/',
588
- 'method': 'GET',
589
- 'config': {
590
- 'query': {
591
- 'Version': '2016-03-04',
592
- 'Action': 'DeleteDedicatedHost',
593
- },
594
- 'headers': {
595
- 'Content-Type': 'application/x-www-form-urlencoded'
596
- },
597
- },
598
- 'paramsType': {
599
- 'DedicatedHostId': 'Filter',
600
- 'IsRefund': 'Boolean',
601
- }
602
- },
603
- 'DescribeDedicatedHosts': {
604
- 'url': '/',
605
- 'method': 'GET',
606
- 'config': {
607
- 'query': {
608
- 'Version': '2016-03-04',
609
- 'Action': 'DescribeDedicatedHosts',
610
- },
611
- 'headers': {
612
- 'Content-Type': 'application/x-www-form-urlencoded'
613
- },
614
- },
615
- 'paramsType': {
616
- 'DedicatedHostId': 'String',
617
- 'search': 'String',
618
- 'ProjectId': 'Filter',
619
- }
620
- },
621
- 'DescribeScalingConfiguration': {
622
- 'url': '/',
623
- 'method': 'GET',
624
- 'config': {
625
- 'query': {
626
- 'Version': '2016-03-04',
627
- 'Action': 'DescribeScalingConfiguration',
628
- },
629
- 'headers': {
630
- 'Content-Type': 'application/x-www-form-urlencoded'
631
- },
632
- },
633
- 'paramsType': {
634
- 'ScalingConfigurationName': 'String',
635
- 'ScalingConfigurationId': 'Filter',
636
- 'Marker': 'Int',
637
- 'ProjectId': 'Filter',
638
- 'MaxResults': 'Int',
639
- }
640
- },
641
- 'CreateScalingConfiguration': {
642
- 'url': '/',
643
- 'method': 'GET',
644
- 'config': {
645
- 'query': {
646
- 'Version': '2016-03-04',
647
- 'Action': 'CreateScalingConfiguration',
648
- },
649
- 'headers': {
650
- 'Content-Type': 'application/x-www-form-urlencoded'
651
- },
652
- },
653
- 'paramsType': {
654
- 'ScalingConfigurationName': 'String',
655
- 'ImageId': 'String',
656
- 'Password': 'String',
657
- 'InstanceType': 'String',
658
- 'ChargeType': 'String',
659
- 'DataDiskGb': 'Int',
660
- 'ProjectId': 'Int',
661
- 'KeepImageLogin': 'Boolean',
662
- 'KeyId': 'Filter',
663
- 'DataDisk': 'Filter',
664
- 'SystemDisk.DiskSize': 'String',
665
- 'AddressBandWidth': 'Int',
666
- 'BandWidthShareId': 'String',
667
- 'LineId': 'String',
668
- 'AddressProjectId': 'Int',
669
- 'InstanceName': 'String',
670
- 'InstanceNameSuffix': 'String',
671
- 'UserData': 'String',
672
- 'InstanceNameTimeSuffix': 'Boolean',
673
- 'Tag': 'Filter',
674
- 'SystemDisk.DiskType': 'String',
675
- 'SystemDisk.ResizeType': 'String',
676
- }
677
- },
678
- 'DeleteScalingConfiguration': {
679
- 'url': '/',
680
- 'method': 'GET',
681
- 'config': {
682
- 'query': {
683
- 'Version': '2016-03-04',
684
- 'Action': 'DeleteScalingConfiguration',
685
- },
686
- 'headers': {
687
- 'Content-Type': 'application/x-www-form-urlencoded'
688
- },
689
- },
690
- 'paramsType': {
691
- 'ScalingConfigurationId': 'Filter',
692
- }
693
- },
694
- 'CreateScalingGroup': {
695
- 'url': '/',
696
- 'method': 'GET',
697
- 'config': {
698
- 'query': {
699
- 'Version': '2016-03-04',
700
- 'Action': 'CreateScalingGroup',
701
- },
702
- 'headers': {
703
- 'Content-Type': 'application/x-www-form-urlencoded'
704
- },
705
- },
706
- 'paramsType': {
707
- 'ScalingGroupName': 'String',
708
- 'ScalingConfigurationId': 'String',
709
- 'MinSize': 'String',
710
- 'DesiredCapacity': 'Int',
711
- 'RemovePolicy': 'String',
712
- 'SubnetId': 'Filter',
713
- 'SubnetStrategy': 'String',
714
- 'SecurityGroupId': 'String',
715
- 'Slb': 'Filter',
716
- }
717
- },
718
- 'DescribeScalingGroup': {
719
- 'url': '/',
720
- 'method': 'GET',
721
- 'config': {
722
- 'query': {
723
- 'Version': '2016-03-04',
724
- 'Action': 'DescribeScalingGroup',
725
- },
726
- 'headers': {
727
- 'Content-Type': 'application/x-www-form-urlencoded'
728
- },
729
- },
730
- 'paramsType': {
731
- 'ScalingGroupId': 'Filter',
732
- 'ScalingGroupName': 'String',
733
- 'ScalingConfigurationId': 'String',
734
- 'VpcId': 'String',
735
- 'Marker': 'Int',
736
- 'MaxResults': 'Int',
737
- 'ScalingActivityId': 'Filter',
738
- }
739
- },
740
- 'ModifyScalingGroup': {
741
- 'url': '/',
742
- 'method': 'GET',
743
- 'config': {
744
- 'query': {
745
- 'Version': '2016-03-04',
746
- 'Action': 'ModifyScalingGroup',
747
- },
748
- 'headers': {
749
- 'Content-Type': 'application/x-www-form-urlencoded'
750
- },
751
- },
752
- 'paramsType': {
753
- 'ScalingGroupId': 'String',
754
- 'MinSize': 'Int',
755
- 'MaxSize': 'Int',
756
- 'DesiredCapacity': 'Int',
757
- 'RemovePolicy': 'String',
758
- 'ScalingGroupName': 'String',
759
- 'ScalingConfigurationId': 'String',
760
- 'SubnetId': 'Filter',
761
- 'SubnetStrategy': 'String',
762
- 'Slb': 'Filter',
763
- 'ContainerSubnetId': 'Filter',
764
- }
765
- },
766
- 'SetKvmProtectedDetach': {
767
- 'url': '/',
768
- 'method': 'GET',
769
- 'config': {
770
- 'query': {
771
- 'Version': '2016-03-04',
772
- 'Action': 'SetKvmProtectedDetach',
773
- },
774
- 'headers': {
775
- 'Content-Type': 'application/x-www-form-urlencoded'
776
- },
777
- },
778
- 'paramsType': {
779
- 'ScalingGroupId': 'String',
780
- 'ScalingInstanceId': 'Filter',
781
- 'ProtectedFromDetach': 'Int',
782
- }
783
- },
784
- 'DescribeScalingInstance': {
785
- 'url': '/',
786
- 'method': 'GET',
787
- 'config': {
788
- 'query': {
789
- 'Version': '2016-03-04',
790
- 'Action': 'DescribeScalingInstance',
791
- },
792
- 'headers': {
793
- 'Content-Type': 'application/x-www-form-urlencoded'
794
- },
795
- },
796
- 'paramsType': {
797
- 'ScalingGroupId': 'String',
798
- 'ScalingInstanceId': 'Filter',
799
- 'CreationType': 'String',
800
- 'HealthStatus': 'String',
801
- 'Marker': 'Int',
802
- 'MaxResults': 'Int',
803
- }
804
- },
805
- 'AttachInstance': {
806
- 'url': '/',
807
- 'method': 'GET',
808
- 'config': {
809
- 'query': {
810
- 'Version': '2016-03-04',
811
- 'Action': 'AttachInstance',
812
- },
813
- 'headers': {
814
- 'Content-Type': 'application/x-www-form-urlencoded'
815
- },
816
- },
817
- 'paramsType': {
818
- 'ScalingGroupId': 'String',
819
- 'ScalingInstanceId': 'Filter',
820
- }
821
- },
822
- 'DetachInstance': {
823
- 'url': '/',
824
- 'method': 'GET',
825
- 'config': {
826
- 'query': {
827
- 'Version': '2016-03-04',
828
- 'Action': 'DetachInstance',
829
- },
830
- 'headers': {
831
- 'Content-Type': 'application/x-www-form-urlencoded'
832
- },
833
- },
834
- 'paramsType': {
835
- 'ScalingGroupId': 'String',
836
- 'ScalingInstanceId': 'Filter',
837
- }
838
- },
839
- 'DescribeScalingActivity': {
840
- 'url': '/',
841
- 'method': 'GET',
842
- 'config': {
843
- 'query': {
844
- 'Version': '2016-03-04',
845
- 'Action': 'DescribeScalingActivity',
846
- },
847
- 'headers': {
848
- 'Content-Type': 'application/x-www-form-urlencoded'
849
- },
850
- },
851
- 'paramsType': {
852
- 'ScalingGroupId': 'String',
853
- 'ScalingActivityId': 'Filter',
854
- 'Marker': 'Int',
855
- 'MaxResults': 'Int',
856
- 'StartTime': 'String',
857
- 'EndTime': 'String',
858
- }
859
- },
860
- 'DeleteScalingGroup': {
861
- 'url': '/',
862
- 'method': 'GET',
863
- 'config': {
864
- 'query': {
865
- 'Version': '2016-03-04',
866
- 'Action': 'DeleteScalingGroup',
867
- },
868
- 'headers': {
869
- 'Content-Type': 'application/x-www-form-urlencoded'
870
- },
871
- },
872
- 'paramsType': {
873
- 'ScalingGroupId': 'String',
874
- }
875
- },
876
- 'DisableScalingGroup': {
877
- 'url': '/',
878
- 'method': 'GET',
879
- 'config': {
880
- 'query': {
881
- 'Version': '2016-03-04',
882
- 'Action': 'DisableScalingGroup',
883
- },
884
- 'headers': {
885
- 'Content-Type': 'application/x-www-form-urlencoded'
886
- },
887
- },
888
- 'paramsType': {
889
- 'ScalingGroupId': 'String',
890
- }
891
- },
892
- 'EnableScalingGroup': {
893
- 'url': '/',
894
- 'method': 'GET',
895
- 'config': {
896
- 'query': {
897
- 'Version': '2016-03-04',
898
- 'Action': 'EnableScalingGroup',
899
- },
900
- 'headers': {
901
- 'Content-Type': 'application/x-www-form-urlencoded'
902
- },
903
- },
904
- 'paramsType': {
905
- 'ScalingGroupId': 'String',
906
- }
907
- },
908
- 'DescribeScalingNotification': {
909
- 'url': '/',
910
- 'method': 'GET',
911
- 'config': {
912
- 'query': {
913
- 'Version': '2016-03-04',
914
- 'Action': 'DescribeScalingNotification',
915
- },
916
- 'headers': {
917
- 'Content-Type': 'application/x-www-form-urlencoded'
918
- },
919
- },
920
- 'paramsType': {
921
- 'ScalingGroupId': 'String',
922
- 'ScalingNotificationId': 'Filter',
923
- 'Marker': 'Int',
924
- 'MaxResults': 'Int',
925
- }
926
- },
927
- 'CreateScalingNotification': {
928
- 'url': '/',
929
- 'method': 'GET',
930
- 'config': {
931
- 'query': {
932
- 'Version': '2016-03-04',
933
- 'Action': 'CreateScalingNotification',
934
- },
935
- 'headers': {
936
- 'Content-Type': 'application/x-www-form-urlencoded'
937
- },
938
- },
939
- 'paramsType': {
940
- 'ScalingNotificationType': 'Filter',
941
- 'ScalingGroupId': 'String',
942
- 'Description': 'String',
943
- }
944
- },
945
- 'ModifyScalingNotification': {
946
- 'url': '/',
947
- 'method': 'GET',
948
- 'config': {
949
- 'query': {
950
- 'Version': '2016-03-04',
951
- 'Action': 'ModifyScalingNotification',
952
- },
953
- 'headers': {
954
- 'Content-Type': 'application/x-www-form-urlencoded'
955
- },
956
- },
957
- 'paramsType': {
958
- 'ScalingGroupId': 'String',
959
- 'ScalingNotificationId': 'Int',
960
- 'NotificationType': 'Filter',
961
- }
962
- },
963
- 'CreateScheduledTask': {
964
- 'url': '/',
965
- 'method': 'GET',
966
- 'config': {
967
- 'query': {
968
- 'Version': '2016-03-04',
969
- 'Action': 'CreateScheduledTask',
970
- },
971
- 'headers': {
972
- 'Content-Type': 'application/x-www-form-urlencoded'
973
- },
974
- },
975
- 'paramsType': {
976
- 'ScalingGroupId': 'String',
977
- 'ScalingScheduledTaskName': 'String',
978
- 'ReadjustMinSize': 'Int',
979
- 'ReadjustMaxSize': 'Int',
980
- 'ReadjustExpectSize': 'Int',
981
- 'StartTime': 'String',
982
- 'EndTime': 'String',
983
- 'Recurrence': 'String',
984
- 'RepeatUnit': 'String',
985
- 'RepeatCycle': 'String',
986
- }
987
- },
988
- 'DescribeScheduledTask': {
989
- 'url': '/',
990
- 'method': 'GET',
991
- 'config': {
992
- 'query': {
993
- 'Version': '2016-03-04',
994
- 'Action': 'DescribeScheduledTask',
995
- },
996
- 'headers': {
997
- 'Content-Type': 'application/x-www-form-urlencoded'
998
- },
999
- },
1000
- 'paramsType': {
1001
- 'ScalingGroupId': 'String',
1002
- 'ScalingScheduledTaskId': 'Filter',
1003
- 'ScalingScheduledTaskName': 'String',
1004
- 'Marker': 'Int',
1005
- 'MaxResults': 'Int',
1006
- }
1007
- },
1008
- 'ModifyScheduledTask': {
1009
- 'url': '/',
1010
- 'method': 'GET',
1011
- 'config': {
1012
- 'query': {
1013
- 'Version': '2016-03-04',
1014
- 'Action': 'ModifyScheduledTask',
1015
- },
1016
- 'headers': {
1017
- 'Content-Type': 'application/x-www-form-urlencoded'
1018
- },
1019
- },
1020
- 'paramsType': {
1021
- }
1022
- },
1023
- 'DeleteScheduledTask': {
1024
- 'url': '/',
1025
- 'method': 'GET',
1026
- 'config': {
1027
- 'query': {
1028
- 'Version': '2016-03-04',
1029
- 'Action': 'DeleteScheduledTask',
1030
- },
1031
- 'headers': {
1032
- 'Content-Type': 'application/x-www-form-urlencoded'
1033
- },
1034
- },
1035
- 'paramsType': {
1036
- 'ScalingScheduledTaskId': 'String',
1037
- 'ScalingGroupId': 'String',
1038
- }
1039
- },
1040
- 'CreateScalingPolicy': {
1041
- 'url': '/',
1042
- 'method': 'GET',
1043
- 'config': {
1044
- 'query': {
1045
- 'Version': '2016-03-04',
1046
- 'Action': 'CreateScalingPolicy',
1047
- },
1048
- 'headers': {
1049
- 'Content-Type': 'application/x-www-form-urlencoded'
1050
- },
1051
- },
1052
- 'paramsType': {
1053
- 'ScalingGroupId': 'String',
1054
- 'ScalingPolicyName': 'String',
1055
- 'Metric': 'String',
1056
- 'AdjustmentType': 'String',
1057
- 'AdjustmentValue': 'Int',
1058
- 'CoolDown': 'Int',
1059
- }
1060
- },
1061
- 'DescribeScalingPolicy': {
1062
- 'url': '/',
1063
- 'method': 'GET',
1064
- 'config': {
1065
- 'query': {
1066
- 'Version': '2016-03-04',
1067
- 'Action': 'DescribeScalingPolicy',
1068
- },
1069
- 'headers': {
1070
- 'Content-Type': 'application/x-www-form-urlencoded'
1071
- },
1072
- },
1073
- 'paramsType': {
1074
- 'ScalingGroupId': 'String',
1075
- 'ScalingPolicyId': 'Filter',
1076
- 'ScalingPolicyName': 'String',
1077
- 'Marker': 'Int',
1078
- 'MaxResults': 'Int',
1079
- }
1080
- },
1081
- 'ModifyScalingPolicy': {
1082
- 'url': '/',
1083
- 'method': 'GET',
1084
- 'config': {
1085
- 'query': {
1086
- 'Version': '2016-03-04',
1087
- 'Action': 'ModifyScalingPolicy',
1088
- },
1089
- 'headers': {
1090
- 'Content-Type': 'application/x-www-form-urlencoded'
1091
- },
1092
- },
1093
- 'paramsType': {
1094
- 'ScalingPolicyId': 'String',
1095
- 'ScalingGroupId': 'String',
1096
- 'ScalingPolicyName': 'String',
1097
- 'Metric': 'String',
1098
- 'AdjustmentType': 'String',
1099
- 'AdjustmentValue': 'Int',
1100
- 'CoolDown': 'Int',
1101
- }
1102
- },
1103
- 'DeleteScalingPolicy': {
1104
- 'url': '/',
1105
- 'method': 'GET',
1106
- 'config': {
1107
- 'query': {
1108
- 'Version': '2016-03-04',
1109
- 'Action': 'DeleteScalingPolicy',
1110
- },
1111
- 'headers': {
1112
- 'Content-Type': 'application/x-www-form-urlencoded'
1113
- },
1114
- },
1115
- 'paramsType': {
1116
- 'ScalingGroupId': 'String',
1117
- 'ScalingPolicyId': 'String',
1118
- }
1119
- },
1120
- 'ImportImage': {
1121
- 'url': '/',
1122
- 'method': 'GET',
1123
- 'config': {
1124
- 'query': {
1125
- 'Version': '2016-03-04',
1126
- 'Action': 'ImportImage',
1127
- },
1128
- 'headers': {
1129
- 'Content-Type': 'application/x-www-form-urlencoded'
1130
- },
1131
- },
1132
- 'paramsType': {
1133
- 'ImageName': 'String',
1134
- 'Architecture': 'String',
1135
- 'Platform': 'String',
1136
- 'ImageUrl': 'String',
1137
- 'ImageFormat': 'String',
1138
- 'DataImageUrl': 'Filter',
1139
- 'DataImageSize': 'Filter',
1140
- 'DataImageFormat': 'Filter',
1141
- }
1142
- },
1143
- 'CopyImage': {
1144
- 'url': '/',
1145
- 'method': 'GET',
1146
- 'config': {
1147
- 'query': {
1148
- 'Version': '2016-03-04',
1149
- 'Action': 'CopyImage',
1150
- },
1151
- 'headers': {
1152
- 'Content-Type': 'application/x-www-form-urlencoded'
1153
- },
1154
- },
1155
- 'paramsType': {
1156
- 'ImageId': 'Filter',
1157
- 'DestinationRegion': 'Filter',
1158
- 'DestinationImageName': 'String',
1159
- }
1160
- },
1161
- 'ModifyImageSharePermission': {
1162
- 'url': '/',
1163
- 'method': 'GET',
1164
- 'config': {
1165
- 'query': {
1166
- 'Version': '2016-03-04',
1167
- 'Action': 'ModifyImageSharePermission',
1168
- },
1169
- 'headers': {
1170
- 'Content-Type': 'application/x-www-form-urlencoded'
1171
- },
1172
- },
1173
- 'paramsType': {
1174
- 'ImageId': 'String',
1175
- 'AccountId': 'Filter',
1176
- 'Permission': 'String',
1177
- }
1178
- },
1179
- 'DescribeImageSharePermission': {
1180
- 'url': '/',
1181
- 'method': 'GET',
1182
- 'config': {
1183
- 'query': {
1184
- 'Version': '2016-03-04',
1185
- 'Action': 'DescribeImageSharePermission',
1186
- },
1187
- 'headers': {
1188
- 'Content-Type': 'application/x-www-form-urlencoded'
1189
- },
1190
- },
1191
- 'paramsType': {
1192
- 'ImageId': 'String',
1193
- }
1194
- },
1195
- 'DescribeRegions': {
1196
- 'url': '/',
1197
- 'method': 'GET',
1198
- 'config': {
1199
- 'query': {
1200
- 'Version': '2016-03-04',
1201
- 'Action': 'DescribeRegions',
1202
- },
1203
- 'headers': {
1204
- 'Content-Type': 'application/x-www-form-urlencoded'
1205
- },
1206
- },
1207
- 'paramsType': {
1208
- }
1209
- },
1210
- 'AttachKey': {
1211
- 'url': '/',
1212
- 'method': 'GET',
1213
- 'config': {
1214
- 'query': {
1215
- 'Version': '2016-03-04',
1216
- 'Action': 'AttachKey',
1217
- },
1218
- 'headers': {
1219
- 'Content-Type': 'application/x-www-form-urlencoded'
1220
- },
1221
- },
1222
- 'paramsType': {
1223
- 'Action': 'String',
1224
- 'InstanceId': 'Filter',
1225
- 'KeyId': 'Filter',
1226
- }
1227
- },
1228
- 'DetachKey': {
1229
- 'url': '/',
1230
- 'method': 'GET',
1231
- 'config': {
1232
- 'query': {
1233
- 'Version': '2016-03-04',
1234
- 'Action': 'DetachKey',
1235
- },
1236
- 'headers': {
1237
- 'Content-Type': 'application/x-www-form-urlencoded'
1238
- },
1239
- },
1240
- 'paramsType': {
1241
- 'Action': 'String',
1242
- 'InstanceId': 'Filter',
1243
- 'KeyId': 'Filter',
1244
- }
1245
- },
1246
- 'DescribeAvailabilityZones': {
1247
- 'url': '/',
1248
- 'method': 'GET',
1249
- 'config': {
1250
- 'query': {
1251
- 'Version': '2016-03-04',
1252
- 'Action': 'DescribeAvailabilityZones',
1253
- },
1254
- 'headers': {
1255
- 'Content-Type': 'application/x-www-form-urlencoded'
1256
- },
1257
- },
1258
- 'paramsType': {
1259
- }
1260
- },
1261
- 'DescribeInstanceTypeConfigs': {
1262
- 'url': '/',
1263
- 'method': 'GET',
1264
- 'config': {
1265
- 'query': {
1266
- 'Version': '2016-03-04',
1267
- 'Action': 'DescribeInstanceTypeConfigs',
1268
- },
1269
- 'headers': {
1270
- 'Content-Type': 'application/x-www-form-urlencoded'
1271
- },
1272
- },
1273
- 'paramsType': {
1274
- 'Filter': 'Filter',
1275
- }
1276
- },
1277
- 'DescribeInstanceFamilys': {
1278
- 'url': '/',
1279
- 'method': 'GET',
1280
- 'config': {
1281
- 'query': {
1282
- 'Version': '2016-03-04',
1283
- 'Action': 'DescribeInstanceFamilys',
1284
- },
1285
- 'headers': {
1286
- 'Content-Type': 'application/x-www-form-urlencoded'
1287
- },
1288
- },
1289
- 'paramsType': {
1290
- }
1291
- },
1292
- 'AddVmIntoDataGuard': {
1293
- 'url': '/',
1294
- 'method': 'GET',
1295
- 'config': {
1296
- 'query': {
1297
- 'Version': '2016-03-04',
1298
- 'Action': 'AddVmIntoDataGuard',
1299
- },
1300
- 'headers': {
1301
- 'Content-Type': 'application/x-www-form-urlencoded'
1302
- },
1303
- },
1304
- 'paramsType': {
1305
- 'DataGuardId': 'String',
1306
- 'InstanceId': 'Filter',
1307
- }
1308
- },
1309
- 'CreateFileSystem': {
1310
- 'url': '/',
1311
- 'method': 'GET',
1312
- 'config': {
1313
- 'query': {
1314
- 'Version': '2016-03-04',
1315
- 'Action': 'CreateFileSystem',
1316
- },
1317
- 'headers': {
1318
- 'Content-Type': 'application/x-www-form-urlencoded'
1319
- },
1320
- },
1321
- 'paramsType': {
1322
- 'AvailabilityZone': 'String',
1323
- 'VpcId': 'String',
1324
- 'StorageType': 'String',
1325
- 'ProtocolType': 'String',
1326
- 'FileSystemName': 'String',
1327
- 'ProjectId': 'Int',
1328
- }
1329
- },
1330
- 'DeleteFileSystem': {
1331
- 'url': '/',
1332
- 'method': 'GET',
1333
- 'config': {
1334
- 'query': {
1335
- 'Version': '2016-03-04',
1336
- 'Action': 'DeleteFileSystem',
1337
- },
1338
- 'headers': {
1339
- 'Content-Type': 'application/x-www-form-urlencoded'
1340
- },
1341
- },
1342
- 'paramsType': {
1343
- 'FileSystemId': 'String',
1344
- }
1345
- },
1346
- 'DescribeFileSystems': {
1347
- 'url': '/',
1348
- 'method': 'GET',
1349
- 'config': {
1350
- 'query': {
1351
- 'Version': '2016-03-04',
1352
- 'Action': 'DescribeFileSystems',
1353
- },
1354
- 'headers': {
1355
- 'Content-Type': 'application/x-www-form-urlencoded'
1356
- },
1357
- },
1358
- 'paramsType': {
1359
- 'FileSystemId': 'Filter',
1360
- 'MaxResults': 'Int',
1361
- 'Marker': 'Int',
1362
- 'ProjectId': 'Filter',
1363
- 'IncludeDel': 'Boolean',
1364
- 'Filter': 'Filter',
1365
- }
1366
- },
1367
- 'ModifyFileSystem': {
1368
- 'url': '/',
1369
- 'method': 'GET',
1370
- 'config': {
1371
- 'query': {
1372
- 'Version': '2016-03-04',
1373
- 'Action': 'ModifyFileSystem',
1374
- },
1375
- 'headers': {
1376
- 'Content-Type': 'application/x-www-form-urlencoded'
1377
- },
1378
- },
1379
- 'paramsType': {
1380
- 'FileSystemId': 'String',
1381
- 'FileSystemName': 'String',
1382
- }
1383
- },
1384
- 'CreateMountTarget': {
1385
- 'url': '/',
1386
- 'method': 'GET',
1387
- 'config': {
1388
- 'query': {
1389
- 'Version': '2016-03-04',
1390
- 'Action': 'CreateMountTarget',
1391
- },
1392
- 'headers': {
1393
- 'Content-Type': 'application/x-www-form-urlencoded'
1394
- },
1395
- },
1396
- 'paramsType': {
1397
- 'FileSystemId': 'String',
1398
- 'SubnetId': 'String',
1399
- 'IpVersion': 'String',
1400
- }
1401
- },
1402
- 'DeleteMountTarget': {
1403
- 'url': '/',
1404
- 'method': 'GET',
1405
- 'config': {
1406
- 'query': {
1407
- 'Version': '2016-03-04',
1408
- 'Action': 'DeleteMountTarget',
1409
- },
1410
- 'headers': {
1411
- 'Content-Type': 'application/x-www-form-urlencoded'
1412
- },
1413
- },
1414
- 'paramsType': {
1415
- 'MountTargetId': 'String',
1416
- }
1417
- },
1418
- 'DescribeMountTargets': {
1419
- 'url': '/',
1420
- 'method': 'GET',
1421
- 'config': {
1422
- 'query': {
1423
- 'Version': '2016-03-04',
1424
- 'Action': 'DescribeMountTargets',
1425
- },
1426
- 'headers': {
1427
- 'Content-Type': 'application/x-www-form-urlencoded'
1428
- },
1429
- },
1430
- 'paramsType': {
1431
- 'FileSystemId': 'String',
1432
- 'MountTargetId': 'String',
1433
- 'MaxResults': 'Int',
1434
- 'Marker': 'Int',
1435
- }
1436
- },
1437
- 'CreateModel': {
1438
- 'url': '/',
1439
- 'method': 'GET',
1440
- 'config': {
1441
- 'query': {
1442
- 'Version': '2016-03-04',
1443
- 'Action': 'CreateModel',
1444
- },
1445
- 'headers': {
1446
- 'Content-Type': 'application/x-www-form-urlencoded'
1447
- },
1448
- },
1449
- 'paramsType': {
1450
- 'ImageId': 'String',
1451
- 'InstanceType': 'String',
1452
- 'SystemDisk.DiskSize': 'String',
1453
- 'DataDiskGb': 'Int',
1454
- 'SubnetId': 'String',
1455
- 'DataDisk': 'Filter',
1456
- 'KeepImageLogin': 'Boolean',
1457
- 'KeyId': 'String',
1458
- 'ChargeType': 'String',
1459
- 'PurchaseTime': 'Int',
1460
- 'SecurityGroupId': 'String',
1461
- 'PrivateIpAddress': 'String',
1462
- 'InstanceName': 'String',
1463
- 'InstanceNameSuffix': 'String',
1464
- 'SriovNetSupport': 'String',
1465
- 'ProjectId': 'Int',
1466
- 'DataGuardId': 'String',
1467
- 'AddressBandWidth': 'Int',
1468
- 'LineId': 'String',
1469
- 'AddressChargeType': 'String',
1470
- 'AddressPurchaseTime': 'Int',
1471
- 'AddressProjectId': 'String',
1472
- 'ModelName': 'String',
1473
- 'SystemDisk.DiskType': 'String',
1474
- 'SystemDisk.ResizeType': 'String',
1475
- 'VersionDetail': 'String',
1476
- 'FailureAutoDelete': 'Boolean',
1477
- }
1478
- },
1479
- 'TerminateModels': {
1480
- 'url': '/',
1481
- 'method': 'GET',
1482
- 'config': {
1483
- 'query': {
1484
- 'Version': '2016-03-04',
1485
- 'Action': 'TerminateModels',
1486
- },
1487
- 'headers': {
1488
- 'Content-Type': 'application/x-www-form-urlencoded'
1489
- },
1490
- },
1491
- 'paramsType': {
1492
- 'ModelId': 'String',
1493
- 'ModelVersion': 'Int',
1494
- }
1495
- },
1496
- 'DescribeModels': {
1497
- 'url': '/',
1498
- 'method': 'GET',
1499
- 'config': {
1500
- 'query': {
1501
- 'Version': '2016-03-04',
1502
- 'Action': 'DescribeModels',
1503
- },
1504
- 'headers': {
1505
- 'Content-Type': 'application/x-www-form-urlencoded'
1506
- },
1507
- },
1508
- 'paramsType': {
1509
- 'ModelId': 'Filter',
1510
- 'MaxResults': 'Int',
1511
- 'Marker': 'Int',
1512
- }
1513
- },
1514
- 'DescribeDedicatedCluster': {
1515
- 'url': '/',
1516
- 'method': 'GET',
1517
- 'config': {
1518
- 'query': {
1519
- 'Version': '2016-03-04',
1520
- 'Action': 'DescribeDedicatedCluster',
1521
- },
1522
- 'headers': {
1523
- 'Content-Type': 'application/x-www-form-urlencoded'
1524
- },
1525
- },
1526
- 'paramsType': {
1527
- 'DedicatedClusterId': 'Filter',
1528
- }
1529
- },
1530
- 'CreateDedicatedCluster': {
1531
- 'url': '/',
1532
- 'method': 'GET',
1533
- 'config': {
1534
- 'query': {
1535
- 'Version': '2016-03-04',
1536
- 'Action': 'CreateDedicatedCluster',
1537
- },
1538
- 'headers': {
1539
- 'Content-Type': 'application/x-www-form-urlencoded'
1540
- },
1541
- },
1542
- 'paramsType': {
1543
- 'DedicatedClusterName': 'String',
1544
- 'Model': 'String',
1545
- 'AvailabilityZone': 'String',
1546
- }
1547
- },
1548
- 'DeleteDedicatedCluster': {
1549
- 'url': '/',
1550
- 'method': 'GET',
1551
- 'config': {
1552
- 'query': {
1553
- 'Version': '2016-03-04',
1554
- 'Action': 'DeleteDedicatedCluster',
1555
- },
1556
- 'headers': {
1557
- 'Content-Type': 'application/x-www-form-urlencoded'
1558
- },
1559
- },
1560
- 'paramsType': {
1561
- 'DedicatedClusterId': 'Filter',
1562
- }
1563
- },
1564
- 'SetvCPU': {
1565
- 'url': '/',
1566
- 'method': 'GET',
1567
- 'config': {
1568
- 'query': {
1569
- 'Version': '2016-03-04',
1570
- 'Action': 'SetvCPU',
1571
- },
1572
- 'headers': {
1573
- 'Content-Type': 'application/x-www-form-urlencoded'
1574
- },
1575
- },
1576
- 'paramsType': {
1577
- 'DedicatedHostId': 'Filter',
1578
- 'VCPU': 'Int',
1579
- }
1580
- },
1581
- 'DedicatedHostMigrate': {
1582
- 'url': '/',
1583
- 'method': 'GET',
1584
- 'config': {
1585
- 'query': {
1586
- 'Version': '2016-03-04',
1587
- 'Action': 'DedicatedHostMigrate',
1588
- },
1589
- 'headers': {
1590
- 'Content-Type': 'application/x-www-form-urlencoded'
1591
- },
1592
- },
1593
- 'paramsType': {
1594
- 'DedicatedClusterId': 'String',
1595
- 'DedicatedHostId': 'Filter',
1596
- }
1597
- },
1598
- 'ModifyDedicatedClusterName': {
1599
- 'url': '/',
1600
- 'method': 'GET',
1601
- 'config': {
1602
- 'query': {
1603
- 'Version': '2016-03-04',
1604
- 'Action': 'ModifyDedicatedClusterName',
1605
- },
1606
- 'headers': {
1607
- 'Content-Type': 'application/x-www-form-urlencoded'
1608
- },
1609
- },
1610
- 'paramsType': {
1611
- 'DedicatedClusterId': 'String',
1612
- 'DedicatedClusterName': 'String',
1613
- }
1614
- },
1615
- 'InstanceMigrate': {
1616
- 'url': '/',
1617
- 'method': 'GET',
1618
- 'config': {
1619
- 'query': {
1620
- 'Version': '2016-03-04',
1621
- 'Action': 'InstanceMigrate',
1622
- },
1623
- 'headers': {
1624
- 'Content-Type': 'application/x-www-form-urlencoded'
1625
- },
1626
- },
1627
- 'paramsType': {
1628
- 'DedicatedHostId': 'String',
1629
- 'InstanceId': 'String',
1630
- 'InstanceType': 'String',
1631
- 'DataDisk': 'Filter',
1632
- }
1633
- },
1634
- 'ModifyInstanceAutoDeleteTime': {
1635
- 'url': '/',
1636
- 'method': 'GET',
1637
- 'config': {
1638
- 'query': {
1639
- 'Version': '2016-03-04',
1640
- 'Action': 'ModifyInstanceAutoDeleteTime',
1641
- },
1642
- 'headers': {
1643
- 'Content-Type': 'application/x-www-form-urlencoded'
1644
- },
1645
- },
1646
- 'paramsType': {
1647
- 'InstanceId': 'Filter',
1648
- 'AutoDeleteTime': 'String',
1649
- 'AutoDeleteEip': 'Boolean',
1650
- }
1651
- },
1652
- 'ModifyScalingConfiguration': {
1653
- 'url': '/',
1654
- 'method': 'GET',
1655
- 'config': {
1656
- 'query': {
1657
- 'Version': '2016-03-04',
1658
- 'Action': 'ModifyScalingConfiguration',
1659
- },
1660
- 'headers': {
1661
- 'Content-Type': 'application/x-www-form-urlencoded'
1662
- },
1663
- },
1664
- 'paramsType': {
1665
- 'ScalingConfigurationId': 'String',
1666
- 'ScalingConfigurationName': 'String',
1667
- 'ImageId': 'String',
1668
- 'Password': 'String',
1669
- 'InstanceType': 'String',
1670
- 'ChargeType': 'String',
1671
- 'DataDiskGb': 'Int',
1672
- 'ProjectId': 'Int',
1673
- 'KeepImageLogin': 'Boolean',
1674
- 'KeyId': 'Filter',
1675
- 'DataDisk': 'Filter',
1676
- 'SystemDisk.DiskSize': 'Int',
1677
- 'AddressBandWidth': 'Int',
1678
- 'BandWidthShareId': 'String',
1679
- 'LineId': 'String',
1680
- 'AddressProjectId': 'Int',
1681
- 'InstanceName': 'String',
1682
- 'InstanceNameSuffix': 'String',
1683
- 'UserData': 'String',
1684
- 'InstanceNameTimeSuffix': 'Boolean',
1685
- 'Tag': 'Filter',
1686
- 'LoginSetAfter': 'Boolean',
1687
- 'IpBindAfter': 'Boolean',
1688
- 'InstanceNameRandom': 'Boolean',
1689
- 'SystemDisk.DiskType': 'String',
1690
- 'SystemDisk.ResizeType': 'String',
1691
- }
1692
- },
1693
- 'DescribeSpotPriceHistory': {
1694
- 'url': '/',
1695
- 'method': 'GET',
1696
- 'config': {
1697
- 'query': {
1698
- 'Version': '2016-03-04',
1699
- 'Action': 'DescribeSpotPriceHistory',
1700
- },
1701
- 'headers': {
1702
- 'Content-Type': 'application/x-www-form-urlencoded'
1703
- },
1704
- },
1705
- 'paramsType': {
1706
- 'InstanceType': 'String',
1707
- 'AvailabilityZone': 'String',
1708
- 'StartTime': 'String',
1709
- 'EndTime': 'String',
1710
- }
1711
- },
1712
- 'DescribePrice': {
1713
- 'url': '/',
1714
- 'method': 'GET',
1715
- 'config': {
1716
- 'query': {
1717
- 'Version': '2016-03-04',
1718
- 'Action': 'DescribePrice',
1719
- },
1720
- 'headers': {
1721
- 'Content-Type': 'application/x-www-form-urlencoded'
1722
- },
1723
- },
1724
- 'paramsType': {
1725
- 'InstanceType': 'String',
1726
- 'SystemDisk.DiskSize': 'String',
1727
- 'ImageId': 'String',
1728
- 'ChargeType': 'String',
1729
- 'PurchaseTime': 'Int',
1730
- 'DataDiskGb': 'Int',
1731
- 'DataDisk': 'Filter',
1732
- 'MaxCount': 'Int',
1733
- 'SystemDisk.DiskType': 'String',
1734
- }
1735
- },
1736
- 'EnableImageCaching': {
1737
- 'url': '/',
1738
- 'method': 'GET',
1739
- 'config': {
1740
- 'query': {
1741
- 'Version': '2016-03-04',
1742
- 'Action': 'EnableImageCaching',
1743
- },
1744
- 'headers': {
1745
- 'Content-Type': 'application/x-www-form-urlencoded'
1746
- },
1747
- },
1748
- 'paramsType': {
1749
- 'ImageId': 'Filter',
1750
- }
1751
- },
1752
- 'DisableImageCaching': {
1753
- 'url': '/',
1754
- 'method': 'GET',
1755
- 'config': {
1756
- 'query': {
1757
- 'Version': '2016-03-04',
1758
- 'Action': 'DisableImageCaching',
1759
- },
1760
- 'headers': {
1761
- 'Content-Type': 'application/x-www-form-urlencoded'
1762
- },
1763
- },
1764
- 'paramsType': {
1765
- 'ImageId': 'Filter',
1766
- }
1767
- },
1768
- 'ModifyLoadBalancers': {
1769
- 'url': '/',
1770
- 'method': 'GET',
1771
- 'config': {
1772
- 'query': {
1773
- 'Version': '2016-03-04',
1774
- 'Action': 'ModifyLoadBalancers',
1775
- },
1776
- 'headers': {
1777
- 'Content-Type': 'application/x-www-form-urlencoded'
1778
- },
1779
- },
1780
- 'paramsType': {
1781
- 'ScalingGroupId': 'String',
1782
- }
1783
- },
1784
- 'AttachInstancesIamRole': {
1785
- 'url': '/',
1786
- 'method': 'GET',
1787
- 'config': {
1788
- 'query': {
1789
- 'Version': '2016-03-04',
1790
- 'Action': 'AttachInstancesIamRole',
1791
- },
1792
- 'headers': {
1793
- 'Content-Type': 'application/x-www-form-urlencoded'
1794
- },
1795
- },
1796
- 'paramsType': {
1797
- 'InstanceId': 'Filter',
1798
- 'IamRoleName': 'String',
1799
- }
1800
- },
1801
- 'DetachInstancesIamRole': {
1802
- 'url': '/',
1803
- 'method': 'GET',
1804
- 'config': {
1805
- 'query': {
1806
- 'Version': '2016-03-04',
1807
- 'Action': 'DetachInstancesIamRole',
1808
- },
1809
- 'headers': {
1810
- 'Content-Type': 'application/x-www-form-urlencoded'
1811
- },
1812
- },
1813
- 'paramsType': {
1814
- 'InstanceId': 'Filter',
1815
- }
1816
- },
1817
- 'CopySnapshot': {
1818
- 'url': '/',
1819
- 'method': 'GET',
1820
- 'config': {
1821
- 'query': {
1822
- 'Version': '2016-03-04',
1823
- 'Action': 'CopySnapshot',
1824
- },
1825
- 'headers': {
1826
- 'Content-Type': 'application/x-www-form-urlencoded'
1827
- },
1828
- },
1829
- 'paramsType': {
1830
- 'SnapshotId': 'Filter',
1831
- 'DestinationRegion': 'Filter',
1832
- 'DestinationSnapshotName': 'String',
1833
- 'DestinationSnapshotDesc': 'String',
1834
- }
1835
- },
1836
- 'PreMigrateInstance': {
1837
- 'url': '/',
1838
- 'method': 'GET',
1839
- 'config': {
1840
- 'query': {
1841
- 'Version': '2016-03-04',
1842
- 'Action': 'PreMigrateInstance',
1843
- },
1844
- 'headers': {
1845
- 'Content-Type': 'application/x-www-form-urlencoded'
1846
- },
1847
- },
1848
- 'paramsType': {
1849
- 'InstanceId': 'String',
1850
- 'InstanceType': 'String',
1851
- 'SystemDiskType': 'String',
1852
- 'DataDiskType': 'String',
1853
- 'InstantAccess': 'Boolean',
1854
- }
1855
- },
1856
- 'CancelPreMigrateInstance': {
1857
- 'url': '/',
1858
- 'method': 'GET',
1859
- 'config': {
1860
- 'query': {
1861
- 'Version': '2016-03-04',
1862
- 'Action': 'CancelPreMigrateInstance',
1863
- },
1864
- 'headers': {
1865
- 'Content-Type': 'application/x-www-form-urlencoded'
1866
- },
1867
- },
1868
- 'paramsType': {
1869
- 'InstanceId': 'String',
1870
- }
1871
- },
1872
- 'GetVNCAddress': {
1873
- 'url': '/',
1874
- 'method': 'GET',
1875
- 'config': {
1876
- 'query': {
1877
- 'Version': '2016-03-04',
1878
- 'Action': 'GetVNCAddress',
1879
- },
1880
- 'headers': {
1881
- 'Content-Type': 'application/json'
1882
- },
1883
- },
1884
- 'paramsType': {
1885
- 'InstanceId': 'String',
1886
- }
1887
- },
1888
- 'SwitchImageType': {
1889
- 'url': '/',
1890
- 'method': 'GET',
1891
- 'config': {
1892
- 'query': {
1893
- 'Version': '2016-03-04',
1894
- 'Action': 'SwitchImageType',
1895
- },
1896
- 'headers': {
1897
- 'Content-Type': 'application/x-www-form-urlencoded'
1898
- },
1899
- },
1900
- 'paramsType': {
1901
- 'ImageId': 'Filter',
1902
- }
1903
- },
1904
- }
1905
- }
4
+ _baseConfig = {
5
+ protocol: "http://",
6
+ endpoint: "kec.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: "kec",
15
+ },
16
+ },
17
+ };
18
+ _apiList = {
19
+ DescribeInstances: {
20
+ url: "/",
21
+ method: "GET",
22
+ config: {
23
+ query: {
24
+ Version: "2016-03-04",
25
+ Action: "DescribeInstances",
26
+ },
27
+ headers: {
28
+ "Content-Type": "application/x-www-form-urlencoded",
29
+ },
30
+ },
31
+ paramsType: {
32
+ MaxResults: "Int",
33
+ Marker: "Int",
34
+ InstanceId: "Filter",
35
+ ProjectId: "Filter",
36
+ Filter: "Filter",
37
+ Sort: "String",
38
+ Search: "String",
39
+ },
40
+ },
41
+ RunInstances: {
42
+ url: "/",
43
+ method: "GET",
44
+ config: {
45
+ query: {
46
+ Version: "2016-03-04",
47
+ Action: "RunInstances",
48
+ },
49
+ headers: {
50
+ "Content-Type": "application/x-www-form-urlencoded",
51
+ },
52
+ },
53
+ paramsType: {
54
+ ImageId: "String",
55
+ DedicatedHostId: "String",
56
+ InstanceType: "String",
57
+ DataDiskGb: "Int",
58
+ MaxCount: "Int",
59
+ MinCount: "Int",
60
+ SubnetId: "String",
61
+ InstancePassword: "String",
62
+ ChargeType: "String",
63
+ PurchaseTime: "Int",
64
+ SecurityGroupId: "Filter",
65
+ PrivateIpAddress: "String",
66
+ InstanceName: "String",
67
+ InstanceNameSuffix: "String",
68
+ ProjectId: "Int",
69
+ DataDisk: "Filter",
70
+ NetworkInterface: "Filter",
71
+ UserData: "String",
72
+ SystemDisk: "Object",
73
+ ModelId: "String",
74
+ ModelVersion: "Int",
75
+ AssembledImageDataDiskType: "String",
76
+ AutoCreateEbs: "Boolean",
77
+ LineId: "String",
78
+ AddressBandWidth: "Int",
79
+ AddressChargeType: "String",
80
+ AddressProjectId: "String",
81
+ BandWidthShareId: "String",
82
+ AddressPurchaseTime: "Int",
83
+ KeyId: "Filter",
84
+ KeepImageLogin: "Boolean",
85
+ HostName: "String",
86
+ HostNameSuffix: "Int",
87
+ FailureAutoDelete: "Boolean",
88
+ Tag: "Filter",
89
+ DataGuardId: "String",
90
+ InstanceConfigure: "Object",
91
+ SriovNetSupport: "Boolean",
92
+ DistributeIpv6: "Boolean",
93
+ LocalVolumeSnapshotId: "String",
94
+ SyncTag: "Boolean",
95
+ IamRoleName: "String",
96
+ AutoDeleteTime: "String",
97
+ AutoDeleteEip: "Boolean",
98
+ IsProtect: "Boolean",
99
+ },
100
+ },
101
+ StartInstances: {
102
+ url: "/",
103
+ method: "GET",
104
+ config: {
105
+ query: {
106
+ Version: "2016-03-04",
107
+ Action: "StartInstances",
108
+ },
109
+ headers: {
110
+ "Content-Type": "application/x-www-form-urlencoded",
111
+ },
112
+ },
113
+ paramsType: {
114
+ InstanceId: "Filter",
115
+ },
116
+ },
117
+ StopInstances: {
118
+ url: "/",
119
+ method: "GET",
120
+ config: {
121
+ query: {
122
+ Version: "2016-03-04",
123
+ Action: "StopInstances",
124
+ },
125
+ headers: {
126
+ "Content-Type": "application/x-www-form-urlencoded",
127
+ },
128
+ },
129
+ paramsType: {
130
+ InstanceId: "Filter",
131
+ ForceStop: "Boolean",
132
+ StoppedMode: "String",
133
+ },
134
+ },
135
+ RebootInstances: {
136
+ url: "/",
137
+ method: "GET",
138
+ config: {
139
+ query: {
140
+ Version: "2016-03-04",
141
+ Action: "RebootInstances",
142
+ },
143
+ headers: {
144
+ "Content-Type": "application/x-www-form-urlencoded",
145
+ },
146
+ },
147
+ paramsType: {
148
+ InstanceId: "Filter",
149
+ ForceReboot: "Boolean",
150
+ },
151
+ },
152
+ ModifyInstanceAttribute: {
153
+ url: "/",
154
+ method: "GET",
155
+ config: {
156
+ query: {
157
+ Version: "2016-03-04",
158
+ Action: "ModifyInstanceAttribute",
159
+ },
160
+ headers: {
161
+ "Content-Type": "application/x-www-form-urlencoded",
162
+ },
163
+ },
164
+ paramsType: {
165
+ InstanceId: "String",
166
+ InstanceName: "String",
167
+ InstancePassword: "String",
168
+ HostName: "String",
169
+ RestartMode: "String",
170
+ },
171
+ },
172
+ ModifyInstanceType: {
173
+ url: "/",
174
+ method: "GET",
175
+ config: {
176
+ query: {
177
+ Version: "2016-03-04",
178
+ Action: "ModifyInstanceType",
179
+ },
180
+ headers: {
181
+ "Content-Type": "application/x-www-form-urlencoded",
182
+ },
183
+ },
184
+ paramsType: {
185
+ InstanceId: "String",
186
+ InstanceType: "String",
187
+ "InstanceConfigure.VCPU": "String",
188
+ "InstanceConfigure.MemoryGb": "String",
189
+ DataDiskGb: "Int",
190
+ CrossInstanceMigrate: "Boolean",
191
+ "SystemDisk.DiskType": "String",
192
+ DataDisk: "Filter",
193
+ StopInstance: "Boolean",
194
+ AutoRestart: "Boolean",
195
+ "SystemDisk.DiskSize": "Int",
196
+ "SystemDisk.ResizeType": "String",
197
+ InstantAccess: "Boolean",
198
+ },
199
+ },
200
+ TerminateInstances: {
201
+ url: "/",
202
+ method: "GET",
203
+ config: {
204
+ query: {
205
+ Version: "2016-03-04",
206
+ Action: "TerminateInstances",
207
+ },
208
+ headers: {
209
+ "Content-Type": "application/x-www-form-urlencoded",
210
+ },
211
+ },
212
+ paramsType: {
213
+ InstanceId: "Filter",
214
+ ForceDelete: "Boolean",
215
+ },
216
+ },
217
+ DescribeImages: {
218
+ url: "/",
219
+ method: "GET",
220
+ config: {
221
+ query: {
222
+ Version: "2016-03-04",
223
+ Action: "DescribeImages",
224
+ },
225
+ headers: {
226
+ "Content-Type": "application/x-www-form-urlencoded",
227
+ },
228
+ },
229
+ paramsType: {
230
+ ImageId: "String",
231
+ ImageType: "String",
232
+ },
233
+ },
234
+ ModifyImageAttribute: {
235
+ url: "/",
236
+ method: "GET",
237
+ config: {
238
+ query: {
239
+ Version: "2016-03-04",
240
+ Action: "ModifyImageAttribute",
241
+ },
242
+ headers: {
243
+ "Content-Type": "application/x-www-form-urlencoded",
244
+ },
245
+ },
246
+ paramsType: {
247
+ ImageId: "String",
248
+ Name: "String",
249
+ OsVersion: "String",
250
+ CloudInitSupport: "Boolean",
251
+ },
252
+ },
253
+ ModifyInstanceImage: {
254
+ url: "/",
255
+ method: "GET",
256
+ config: {
257
+ query: {
258
+ Version: "2016-03-04",
259
+ Action: "ModifyInstanceImage",
260
+ },
261
+ headers: {
262
+ "Content-Type": "application/x-www-form-urlencoded",
263
+ },
264
+ },
265
+ paramsType: {
266
+ InstanceId: "String",
267
+ ImageId: "String",
268
+ "SystemDisk.DiskSize": "Int",
269
+ InstancePassword: "String",
270
+ KeyId: "Filter",
271
+ KeepImageLogin: "Boolean",
272
+ "SystemDisk.DiskType": "String",
273
+ "SystemDisk.ResizeType": "String",
274
+ UserData: "String",
275
+ },
276
+ },
277
+ CreateImage: {
278
+ url: "/",
279
+ method: "GET",
280
+ config: {
281
+ query: {
282
+ Version: "2016-03-04",
283
+ Action: "CreateImage",
284
+ },
285
+ headers: {
286
+ "Content-Type": "application/x-www-form-urlencoded",
287
+ },
288
+ },
289
+ paramsType: {
290
+ InstanceId: "String",
291
+ Name: "String",
292
+ Type: "String",
293
+ DataDiskIds: "Filter",
294
+ SnapshotIds: "Filter",
295
+ InstantAccess: "Boolean",
296
+ },
297
+ },
298
+ RemoveImages: {
299
+ url: "/",
300
+ method: "GET",
301
+ config: {
302
+ query: {
303
+ Version: "2016-03-04",
304
+ Action: "RemoveImages",
305
+ },
306
+ headers: {
307
+ "Content-Type": "application/x-www-form-urlencoded",
308
+ },
309
+ },
310
+ paramsType: {
311
+ ImageId: "String",
312
+ },
313
+ },
314
+ ModifyNetworkInterfaceAttribute: {
315
+ url: "/",
316
+ method: "GET",
317
+ config: {
318
+ query: {
319
+ Version: "2016-03-04",
320
+ Action: "ModifyNetworkInterfaceAttribute",
321
+ },
322
+ headers: {
323
+ "Content-Type": "application/x-www-form-urlencoded",
324
+ },
325
+ },
326
+ paramsType: {
327
+ InstanceId: "String",
328
+ NetworkInterfaceId: "String",
329
+ SubnetId: "String",
330
+ SecurityGroupId: "Filter",
331
+ PrivateIpAddress: "String",
332
+ DNS1: "String",
333
+ DNS2: "String",
334
+ },
335
+ },
336
+ AttachNetworkInterface: {
337
+ url: "/",
338
+ method: "GET",
339
+ config: {
340
+ query: {
341
+ Version: "2016-03-04",
342
+ Action: "AttachNetworkInterface",
343
+ },
344
+ headers: {
345
+ "Content-Type": "application/x-www-form-urlencoded",
346
+ },
347
+ },
348
+ paramsType: {
349
+ InstanceId: "String",
350
+ NetworkInterfaceId: "String",
351
+ SubnetId: "String",
352
+ SecurityGroupId: "Filter",
353
+ PrivateIpAddress: "String",
354
+ MacAddress: "String",
355
+ },
356
+ },
357
+ DetachNetworkInterface: {
358
+ url: "/",
359
+ method: "GET",
360
+ config: {
361
+ query: {
362
+ Version: "2016-03-04",
363
+ Action: "DetachNetworkInterface",
364
+ },
365
+ headers: {
366
+ "Content-Type": "application/x-www-form-urlencoded",
367
+ },
368
+ },
369
+ paramsType: {
370
+ InstanceId: "String",
371
+ NetworkInterfaceId: "String",
372
+ },
373
+ },
374
+ DescribeLocalVolumes: {
375
+ url: "/",
376
+ method: "GET",
377
+ config: {
378
+ query: {
379
+ Version: "2016-03-04",
380
+ Action: "DescribeLocalVolumes",
381
+ },
382
+ headers: {
383
+ "Content-Type": "application/x-www-form-urlencoded",
384
+ },
385
+ },
386
+ paramsType: {
387
+ InstanceName: "String",
388
+ Marker: "Int",
389
+ MaxResults: "Int",
390
+ LocalVolumeId: "String",
391
+ InstanceState: "String",
392
+ LocalVolumeCategory: "String",
393
+ LocalVolumeSize: "Int",
394
+ BindSnapshotPolicy: "Boolean",
395
+ AutoSnapshotPolicyId: "String",
396
+ InstanceId: "String",
397
+ },
398
+ },
399
+ CreateLocalVolumeSnapshot: {
400
+ url: "/",
401
+ method: "GET",
402
+ config: {
403
+ query: {
404
+ Version: "2016-03-04",
405
+ Action: "CreateLocalVolumeSnapshot",
406
+ },
407
+ headers: {
408
+ "Content-Type": "application/x-www-form-urlencoded",
409
+ },
410
+ },
411
+ paramsType: {
412
+ LocalVolumeId: "String",
413
+ LocalVolumeSnapshotName: "String",
414
+ LocalVolumeSnapshotDesc: "String",
415
+ InstantAccess: "Boolean",
416
+ },
417
+ },
418
+ DescribeLocalVolumeSnapshots: {
419
+ url: "/",
420
+ method: "GET",
421
+ config: {
422
+ query: {
423
+ Version: "2016-03-04",
424
+ Action: "DescribeLocalVolumeSnapshots",
425
+ },
426
+ headers: {
427
+ "Content-Type": "application/x-www-form-urlencoded",
428
+ },
429
+ },
430
+ paramsType: {
431
+ Action: "String",
432
+ Version: "String",
433
+ LocalVolumeName: "String",
434
+ SourceLocalVolumeId: "String",
435
+ },
436
+ },
437
+ RollbackLocalVolume: {
438
+ url: "/",
439
+ method: "GET",
440
+ config: {
441
+ query: {
442
+ Version: "2016-03-04",
443
+ Action: "RollbackLocalVolume",
444
+ },
445
+ headers: {
446
+ "Content-Type": "application/x-www-form-urlencoded",
447
+ },
448
+ },
449
+ paramsType: {
450
+ LocalVolumeSnapshotId: "String",
451
+ },
452
+ },
453
+ DeleteLocalVolumeSnapshot: {
454
+ url: "/",
455
+ method: "GET",
456
+ config: {
457
+ query: {
458
+ Version: "2016-03-04",
459
+ Action: "DeleteLocalVolumeSnapshot",
460
+ },
461
+ headers: {
462
+ "Content-Type": "application/x-www-form-urlencoded",
463
+ },
464
+ },
465
+ paramsType: {
466
+ LocalVolumeSnapshotId: "Filter",
467
+ },
468
+ },
469
+ ModifyDataGuardGroups: {
470
+ url: "/",
471
+ method: "GET",
472
+ config: {
473
+ query: {
474
+ Version: "2016-03-04",
475
+ Action: "ModifyDataGuardGroups",
476
+ },
477
+ headers: {
478
+ "Content-Type": "application/x-www-form-urlencoded",
479
+ },
480
+ },
481
+ paramsType: {
482
+ DataGuardId: "String",
483
+ DataGuardName: "String",
484
+ },
485
+ },
486
+ DescribeDataGuardCapacity: {
487
+ url: "/",
488
+ method: "GET",
489
+ config: {
490
+ query: {
491
+ Version: "2016-03-04",
492
+ Action: "DescribeDataGuardCapacity",
493
+ },
494
+ headers: {
495
+ "Content-Type": "application/x-www-form-urlencoded",
496
+ },
497
+ },
498
+ paramsType: {},
499
+ },
500
+ CreateDataGuardGroup: {
501
+ url: "/",
502
+ method: "GET",
503
+ config: {
504
+ query: {
505
+ Version: "2016-03-04",
506
+ Action: "CreateDataGuardGroup",
507
+ },
508
+ headers: {
509
+ "Content-Type": "application/x-www-form-urlencoded",
510
+ },
511
+ },
512
+ paramsType: {
513
+ DataGuardName: "String",
514
+ },
515
+ },
516
+ DeleteDataGuardGroups: {
517
+ url: "/",
518
+ method: "GET",
519
+ config: {
520
+ query: {
521
+ Version: "2016-03-04",
522
+ Action: "DeleteDataGuardGroups",
523
+ },
524
+ headers: {
525
+ "Content-Type": "application/x-www-form-urlencoded",
526
+ },
527
+ },
528
+ paramsType: {
529
+ DataGuardId: "Filter",
530
+ },
531
+ },
532
+ DescribeDataGuardGroup: {
533
+ url: "/",
534
+ method: "GET",
535
+ config: {
536
+ query: {
537
+ Version: "2016-03-04",
538
+ Action: "DescribeDataGuardGroup",
539
+ },
540
+ headers: {
541
+ "Content-Type": "application/x-www-form-urlencoded",
542
+ },
543
+ },
544
+ paramsType: {
545
+ DataGuardId: "String",
546
+ DataGuardName: "String",
547
+ },
548
+ },
549
+ RemoveVmFromDataGuard: {
550
+ url: "/",
551
+ method: "GET",
552
+ config: {
553
+ query: {
554
+ Version: "2016-03-04",
555
+ Action: "RemoveVmFromDataGuard",
556
+ },
557
+ headers: {
558
+ "Content-Type": "application/x-www-form-urlencoded",
559
+ },
560
+ },
561
+ paramsType: {
562
+ DataGuardId: "String",
563
+ InstanceId: "Filter",
564
+ },
565
+ },
566
+ CreateDedicatedHosts: {
567
+ url: "/",
568
+ method: "GET",
569
+ config: {
570
+ query: {
571
+ Version: "2016-03-04",
572
+ Action: "CreateDedicatedHosts",
573
+ },
574
+ headers: {
575
+ "Content-Type": "application/x-www-form-urlencoded",
576
+ },
577
+ },
578
+ paramsType: {
579
+ DedicatedType: "String",
580
+ Number: "Int",
581
+ Name: "String",
582
+ ChargeType: "String",
583
+ PurchaseTime: "Int",
584
+ InstanceNameSuffix: "String",
585
+ DedicatedClusterId: "String",
586
+ Tag: "Filter",
587
+ AvailabilityZone: "String",
588
+ ProjectId: "Int",
589
+ EbsClusterMode: "String",
590
+ },
591
+ },
592
+ DeleteDedicatedHost: {
593
+ url: "/",
594
+ method: "GET",
595
+ config: {
596
+ query: {
597
+ Version: "2016-03-04",
598
+ Action: "DeleteDedicatedHost",
599
+ },
600
+ headers: {
601
+ "Content-Type": "application/x-www-form-urlencoded",
602
+ },
603
+ },
604
+ paramsType: {
605
+ DedicatedHostId: "Filter",
606
+ IsRefund: "Boolean",
607
+ },
608
+ },
609
+ DescribeDedicatedHosts: {
610
+ url: "/",
611
+ method: "GET",
612
+ config: {
613
+ query: {
614
+ Version: "2016-03-04",
615
+ Action: "DescribeDedicatedHosts",
616
+ },
617
+ headers: {
618
+ "Content-Type": "application/x-www-form-urlencoded",
619
+ },
620
+ },
621
+ paramsType: {
622
+ DedicatedHostId: "String",
623
+ search: "String",
624
+ ProjectId: "Filter",
625
+ },
626
+ },
627
+ CreateAutoSnapshotPolicy: {
628
+ url: "/",
629
+ method: "GET",
630
+ config: {
631
+ query: {
632
+ Version: "2016-03-04",
633
+ Action: "CreateAutoSnapshotPolicy",
634
+ },
635
+ headers: {
636
+ "Content-Type": "application/x-www-form-urlencoded",
637
+ },
638
+ },
639
+ paramsType: {
640
+ AutoSnapshotPolicyName: "String",
641
+ AutoSnapshotTime: "String",
642
+ AutoSnapshotDate: "Filter",
643
+ SnapshotType: "String",
644
+ RetentionTime: "Int",
645
+ },
646
+ },
647
+ DeleteAutoSnapshotPolicy: {
648
+ url: "/",
649
+ method: "GET",
650
+ config: {
651
+ query: {
652
+ Version: "2016-03-04",
653
+ Action: "DeleteAutoSnapshotPolicy",
654
+ },
655
+ headers: {
656
+ "Content-Type": "application/x-www-form-urlencoded",
657
+ },
658
+ },
659
+ paramsType: {
660
+ AutoSnapshotPolicyId: "Filter",
661
+ },
662
+ },
663
+ ModifyAutoSnapshotPolicy: {
664
+ url: "/",
665
+ method: "GET",
666
+ config: {
667
+ query: {
668
+ Version: "2016-03-04",
669
+ Action: "ModifyAutoSnapshotPolicy",
670
+ },
671
+ headers: {
672
+ "Content-Type": "application/x-www-form-urlencoded",
673
+ },
674
+ },
675
+ paramsType: {
676
+ AutoSnapshotPolicyId: "String",
677
+ AutoSnapshotPolicyName: "String",
678
+ AutoSnapshotTime: "String",
679
+ AutoSnapshotDate: "Filter",
680
+ SnapshotType: "String",
681
+ RetentionTime: "Int",
682
+ },
683
+ },
684
+ DescribeAutoSnapshotPolicy: {
685
+ url: "/",
686
+ method: "GET",
687
+ config: {
688
+ query: {
689
+ Version: "2016-03-04",
690
+ Action: "DescribeAutoSnapshotPolicy",
691
+ },
692
+ headers: {
693
+ "Content-Type": "application/x-www-form-urlencoded",
694
+ },
695
+ },
696
+ paramsType: {
697
+ AutoSnapshotPolicyName: "String",
698
+ AutoSnapshotPolicyId: "Filter",
699
+ },
700
+ },
701
+ ApplyAutoSnapshotPolicy: {
702
+ url: "/",
703
+ method: "GET",
704
+ config: {
705
+ query: {
706
+ Version: "2016-03-04",
707
+ Action: "ApplyAutoSnapshotPolicy",
708
+ },
709
+ headers: {
710
+ "Content-Type": "application/x-www-form-urlencoded",
711
+ },
712
+ },
713
+ paramsType: {
714
+ AutoSnapshotPolicyId: "String",
715
+ AttachVolumeId: "Filter",
716
+ },
717
+ },
718
+ CancelAutoSnapshotPolicy: {
719
+ url: "/",
720
+ method: "GET",
721
+ config: {
722
+ query: {
723
+ Version: "2016-03-04",
724
+ Action: "CancelAutoSnapshotPolicy",
725
+ },
726
+ headers: {
727
+ "Content-Type": "application/x-www-form-urlencoded",
728
+ },
729
+ },
730
+ paramsType: {
731
+ AutoSnapshotPolicyId: "String",
732
+ AttachVolumeId: "Filter",
733
+ },
734
+ },
735
+ DescribeScalingConfiguration: {
736
+ url: "/",
737
+ method: "GET",
738
+ config: {
739
+ query: {
740
+ Version: "2016-03-04",
741
+ Action: "DescribeScalingConfiguration",
742
+ },
743
+ headers: {
744
+ "Content-Type": "application/x-www-form-urlencoded",
745
+ },
746
+ },
747
+ paramsType: {
748
+ ScalingConfigurationName: "String",
749
+ ScalingConfigurationId: "Filter",
750
+ Marker: "Int",
751
+ ProjectId: "Filter",
752
+ MaxResults: "Int",
753
+ },
754
+ },
755
+ CreateScalingConfiguration: {
756
+ url: "/",
757
+ method: "GET",
758
+ config: {
759
+ query: {
760
+ Version: "2016-03-04",
761
+ Action: "CreateScalingConfiguration",
762
+ },
763
+ headers: {
764
+ "Content-Type": "application/x-www-form-urlencoded",
765
+ },
766
+ },
767
+ paramsType: {
768
+ ScalingConfigurationName: "String",
769
+ ImageId: "String",
770
+ Password: "String",
771
+ InstanceType: "String",
772
+ ChargeType: "String",
773
+ DataDiskGb: "Int",
774
+ ProjectId: "Int",
775
+ KeepImageLogin: "Boolean",
776
+ KeyId: "Filter",
777
+ DataDisk: "Filter",
778
+ "SystemDisk.DiskSize": "String",
779
+ AddressBandWidth: "Int",
780
+ BandWidthShareId: "String",
781
+ LineId: "String",
782
+ AddressProjectId: "Int",
783
+ InstanceName: "String",
784
+ InstanceNameSuffix: "String",
785
+ UserData: "String",
786
+ InstanceNameTimeSuffix: "Boolean",
787
+ Tag: "Filter",
788
+ "SystemDisk.DiskType": "String",
789
+ "SystemDisk.ResizeType": "String",
790
+ SyncTag: "Boolean",
791
+ },
792
+ },
793
+ DeleteScalingConfiguration: {
794
+ url: "/",
795
+ method: "GET",
796
+ config: {
797
+ query: {
798
+ Version: "2016-03-04",
799
+ Action: "DeleteScalingConfiguration",
800
+ },
801
+ headers: {
802
+ "Content-Type": "application/x-www-form-urlencoded",
803
+ },
804
+ },
805
+ paramsType: {
806
+ ScalingConfigurationId: "Filter",
807
+ },
808
+ },
809
+ CreateScalingGroup: {
810
+ url: "/",
811
+ method: "GET",
812
+ config: {
813
+ query: {
814
+ Version: "2016-03-04",
815
+ Action: "CreateScalingGroup",
816
+ },
817
+ headers: {
818
+ "Content-Type": "application/x-www-form-urlencoded",
819
+ },
820
+ },
821
+ paramsType: {
822
+ ScalingGroupName: "String",
823
+ ScalingConfigurationId: "String",
824
+ MinSize: "String",
825
+ DesiredCapacity: "Int",
826
+ RemovePolicy: "String",
827
+ SubnetId: "Filter",
828
+ SubnetStrategy: "String",
829
+ SecurityGroupId: "String",
830
+ Slb: "Filter",
831
+ },
832
+ },
833
+ DescribeScalingGroup: {
834
+ url: "/",
835
+ method: "GET",
836
+ config: {
837
+ query: {
838
+ Version: "2016-03-04",
839
+ Action: "DescribeScalingGroup",
840
+ },
841
+ headers: {
842
+ "Content-Type": "application/x-www-form-urlencoded",
843
+ },
844
+ },
845
+ paramsType: {
846
+ ScalingGroupId: "Filter",
847
+ ScalingGroupName: "String",
848
+ ScalingConfigurationId: "String",
849
+ VpcId: "String",
850
+ Marker: "Int",
851
+ MaxResults: "Int",
852
+ ScalingActivityId: "Filter",
853
+ },
854
+ },
855
+ ModifyScalingGroup: {
856
+ url: "/",
857
+ method: "GET",
858
+ config: {
859
+ query: {
860
+ Version: "2016-03-04",
861
+ Action: "ModifyScalingGroup",
862
+ },
863
+ headers: {
864
+ "Content-Type": "application/x-www-form-urlencoded",
865
+ },
866
+ },
867
+ paramsType: {
868
+ ScalingGroupId: "String",
869
+ MinSize: "Int",
870
+ MaxSize: "Int",
871
+ DesiredCapacity: "Int",
872
+ RemovePolicy: "String",
873
+ ScalingGroupName: "String",
874
+ ScalingConfigurationId: "String",
875
+ SubnetId: "Filter",
876
+ SubnetStrategy: "String",
877
+ Slb: "Filter",
878
+ ContainerSubnetId: "Filter",
879
+ },
880
+ },
881
+ SetKvmProtectedDetach: {
882
+ url: "/",
883
+ method: "GET",
884
+ config: {
885
+ query: {
886
+ Version: "2016-03-04",
887
+ Action: "SetKvmProtectedDetach",
888
+ },
889
+ headers: {
890
+ "Content-Type": "application/x-www-form-urlencoded",
891
+ },
892
+ },
893
+ paramsType: {
894
+ ScalingGroupId: "String",
895
+ ScalingInstanceId: "Filter",
896
+ ProtectedFromDetach: "Int",
897
+ },
898
+ },
899
+ DescribeScalingInstance: {
900
+ url: "/",
901
+ method: "GET",
902
+ config: {
903
+ query: {
904
+ Version: "2016-03-04",
905
+ Action: "DescribeScalingInstance",
906
+ },
907
+ headers: {
908
+ "Content-Type": "application/x-www-form-urlencoded",
909
+ },
910
+ },
911
+ paramsType: {
912
+ ScalingGroupId: "String",
913
+ ScalingInstanceId: "Filter",
914
+ CreationType: "String",
915
+ HealthStatus: "String",
916
+ Marker: "Int",
917
+ MaxResults: "Int",
918
+ },
919
+ },
920
+ AttachInstance: {
921
+ url: "/",
922
+ method: "GET",
923
+ config: {
924
+ query: {
925
+ Version: "2016-03-04",
926
+ Action: "AttachInstance",
927
+ },
928
+ headers: {
929
+ "Content-Type": "application/x-www-form-urlencoded",
930
+ },
931
+ },
932
+ paramsType: {
933
+ ScalingGroupId: "String",
934
+ ScalingInstanceId: "Filter",
935
+ },
936
+ },
937
+ DetachInstance: {
938
+ url: "/",
939
+ method: "GET",
940
+ config: {
941
+ query: {
942
+ Version: "2016-03-04",
943
+ Action: "DetachInstance",
944
+ },
945
+ headers: {
946
+ "Content-Type": "application/x-www-form-urlencoded",
947
+ },
948
+ },
949
+ paramsType: {
950
+ ScalingGroupId: "String",
951
+ ScalingInstanceId: "Filter",
952
+ },
953
+ },
954
+ DescribeScalingActivity: {
955
+ url: "/",
956
+ method: "GET",
957
+ config: {
958
+ query: {
959
+ Version: "2016-03-04",
960
+ Action: "DescribeScalingActivity",
961
+ },
962
+ headers: {
963
+ "Content-Type": "application/x-www-form-urlencoded",
964
+ },
965
+ },
966
+ paramsType: {
967
+ ScalingGroupId: "String",
968
+ ScalingActivityId: "Filter",
969
+ Marker: "Int",
970
+ MaxResults: "Int",
971
+ StartTime: "String",
972
+ EndTime: "String",
973
+ },
974
+ },
975
+ DeleteScalingGroup: {
976
+ url: "/",
977
+ method: "GET",
978
+ config: {
979
+ query: {
980
+ Version: "2016-03-04",
981
+ Action: "DeleteScalingGroup",
982
+ },
983
+ headers: {
984
+ "Content-Type": "application/x-www-form-urlencoded",
985
+ },
986
+ },
987
+ paramsType: {
988
+ ScalingGroupId: "String",
989
+ },
990
+ },
991
+ DisableScalingGroup: {
992
+ url: "/",
993
+ method: "GET",
994
+ config: {
995
+ query: {
996
+ Version: "2016-03-04",
997
+ Action: "DisableScalingGroup",
998
+ },
999
+ headers: {
1000
+ "Content-Type": "application/x-www-form-urlencoded",
1001
+ },
1002
+ },
1003
+ paramsType: {
1004
+ ScalingGroupId: "String",
1005
+ },
1006
+ },
1007
+ EnableScalingGroup: {
1008
+ url: "/",
1009
+ method: "GET",
1010
+ config: {
1011
+ query: {
1012
+ Version: "2016-03-04",
1013
+ Action: "EnableScalingGroup",
1014
+ },
1015
+ headers: {
1016
+ "Content-Type": "application/x-www-form-urlencoded",
1017
+ },
1018
+ },
1019
+ paramsType: {
1020
+ ScalingGroupId: "String",
1021
+ },
1022
+ },
1023
+ DescribeScalingNotification: {
1024
+ url: "/",
1025
+ method: "GET",
1026
+ config: {
1027
+ query: {
1028
+ Version: "2016-03-04",
1029
+ Action: "DescribeScalingNotification",
1030
+ },
1031
+ headers: {
1032
+ "Content-Type": "application/x-www-form-urlencoded",
1033
+ },
1034
+ },
1035
+ paramsType: {
1036
+ ScalingGroupId: "String",
1037
+ ScalingNotificationId: "Filter",
1038
+ Marker: "Int",
1039
+ MaxResults: "Int",
1040
+ },
1041
+ },
1042
+ CreateScalingNotification: {
1043
+ url: "/",
1044
+ method: "GET",
1045
+ config: {
1046
+ query: {
1047
+ Version: "2016-03-04",
1048
+ Action: "CreateScalingNotification",
1049
+ },
1050
+ headers: {
1051
+ "Content-Type": "application/x-www-form-urlencoded",
1052
+ },
1053
+ },
1054
+ paramsType: {
1055
+ ScalingNotificationType: "Filter",
1056
+ ScalingGroupId: "String",
1057
+ Description: "String",
1058
+ },
1059
+ },
1060
+ ModifyScalingNotification: {
1061
+ url: "/",
1062
+ method: "GET",
1063
+ config: {
1064
+ query: {
1065
+ Version: "2016-03-04",
1066
+ Action: "ModifyScalingNotification",
1067
+ },
1068
+ headers: {
1069
+ "Content-Type": "application/x-www-form-urlencoded",
1070
+ },
1071
+ },
1072
+ paramsType: {
1073
+ ScalingGroupId: "String",
1074
+ ScalingNotificationId: "Int",
1075
+ NotificationType: "Filter",
1076
+ },
1077
+ },
1078
+ CreateScheduledTask: {
1079
+ url: "/",
1080
+ method: "GET",
1081
+ config: {
1082
+ query: {
1083
+ Version: "2016-03-04",
1084
+ Action: "CreateScheduledTask",
1085
+ },
1086
+ headers: {
1087
+ "Content-Type": "application/x-www-form-urlencoded",
1088
+ },
1089
+ },
1090
+ paramsType: {
1091
+ ScalingGroupId: "String",
1092
+ ScalingScheduledTaskName: "String",
1093
+ ReadjustMinSize: "Int",
1094
+ ReadjustMaxSize: "Int",
1095
+ ReadjustExpectSize: "Int",
1096
+ StartTime: "String",
1097
+ EndTime: "String",
1098
+ Recurrence: "String",
1099
+ RepeatUnit: "String",
1100
+ RepeatCycle: "String",
1101
+ },
1102
+ },
1103
+ DescribeScheduledTask: {
1104
+ url: "/",
1105
+ method: "GET",
1106
+ config: {
1107
+ query: {
1108
+ Version: "2016-03-04",
1109
+ Action: "DescribeScheduledTask",
1110
+ },
1111
+ headers: {
1112
+ "Content-Type": "application/x-www-form-urlencoded",
1113
+ },
1114
+ },
1115
+ paramsType: {
1116
+ ScalingGroupId: "String",
1117
+ ScalingScheduledTaskId: "Filter",
1118
+ ScalingScheduledTaskName: "String",
1119
+ Marker: "Int",
1120
+ MaxResults: "Int",
1121
+ },
1122
+ },
1123
+ ModifyScheduledTask: {
1124
+ url: "/",
1125
+ method: "GET",
1126
+ config: {
1127
+ query: {
1128
+ Version: "2016-03-04",
1129
+ Action: "ModifyScheduledTask",
1130
+ },
1131
+ headers: {
1132
+ "Content-Type": "application/x-www-form-urlencoded",
1133
+ },
1134
+ },
1135
+ paramsType: {},
1136
+ },
1137
+ DeleteScheduledTask: {
1138
+ url: "/",
1139
+ method: "GET",
1140
+ config: {
1141
+ query: {
1142
+ Version: "2016-03-04",
1143
+ Action: "DeleteScheduledTask",
1144
+ },
1145
+ headers: {
1146
+ "Content-Type": "application/x-www-form-urlencoded",
1147
+ },
1148
+ },
1149
+ paramsType: {
1150
+ ScalingScheduledTaskId: "String",
1151
+ ScalingGroupId: "String",
1152
+ },
1153
+ },
1154
+ CreateScalingPolicy: {
1155
+ url: "/",
1156
+ method: "GET",
1157
+ config: {
1158
+ query: {
1159
+ Version: "2016-03-04",
1160
+ Action: "CreateScalingPolicy",
1161
+ },
1162
+ headers: {
1163
+ "Content-Type": "application/x-www-form-urlencoded",
1164
+ },
1165
+ },
1166
+ paramsType: {
1167
+ ScalingGroupId: "String",
1168
+ ScalingPolicyName: "String",
1169
+ Metric: "String",
1170
+ AdjustmentType: "String",
1171
+ AdjustmentValue: "Int",
1172
+ CoolDown: "Int",
1173
+ },
1174
+ },
1175
+ DescribeScalingPolicy: {
1176
+ url: "/",
1177
+ method: "GET",
1178
+ config: {
1179
+ query: {
1180
+ Version: "2016-03-04",
1181
+ Action: "DescribeScalingPolicy",
1182
+ },
1183
+ headers: {
1184
+ "Content-Type": "application/x-www-form-urlencoded",
1185
+ },
1186
+ },
1187
+ paramsType: {
1188
+ ScalingGroupId: "String",
1189
+ ScalingPolicyId: "Filter",
1190
+ ScalingPolicyName: "String",
1191
+ Marker: "Int",
1192
+ MaxResults: "Int",
1193
+ },
1194
+ },
1195
+ ModifyScalingPolicy: {
1196
+ url: "/",
1197
+ method: "GET",
1198
+ config: {
1199
+ query: {
1200
+ Version: "2016-03-04",
1201
+ Action: "ModifyScalingPolicy",
1202
+ },
1203
+ headers: {
1204
+ "Content-Type": "application/x-www-form-urlencoded",
1205
+ },
1206
+ },
1207
+ paramsType: {
1208
+ ScalingPolicyId: "String",
1209
+ ScalingGroupId: "String",
1210
+ ScalingPolicyName: "String",
1211
+ Metric: "String",
1212
+ AdjustmentType: "String",
1213
+ AdjustmentValue: "Int",
1214
+ CoolDown: "Int",
1215
+ },
1216
+ },
1217
+ DeleteScalingPolicy: {
1218
+ url: "/",
1219
+ method: "GET",
1220
+ config: {
1221
+ query: {
1222
+ Version: "2016-03-04",
1223
+ Action: "DeleteScalingPolicy",
1224
+ },
1225
+ headers: {
1226
+ "Content-Type": "application/x-www-form-urlencoded",
1227
+ },
1228
+ },
1229
+ paramsType: {
1230
+ ScalingGroupId: "String",
1231
+ ScalingPolicyId: "String",
1232
+ },
1233
+ },
1234
+ ImportImage: {
1235
+ url: "/",
1236
+ method: "GET",
1237
+ config: {
1238
+ query: {
1239
+ Version: "2016-03-04",
1240
+ Action: "ImportImage",
1241
+ },
1242
+ headers: {
1243
+ "Content-Type": "application/x-www-form-urlencoded",
1244
+ },
1245
+ },
1246
+ paramsType: {
1247
+ ImageName: "String",
1248
+ Architecture: "String",
1249
+ Platform: "String",
1250
+ ImageUrl: "String",
1251
+ ImageFormat: "String",
1252
+ DataImageUrl: "Filter",
1253
+ DataImageSize: "Filter",
1254
+ DataImageFormat: "Filter",
1255
+ },
1256
+ },
1257
+ CopyImage: {
1258
+ url: "/",
1259
+ method: "GET",
1260
+ config: {
1261
+ query: {
1262
+ Version: "2016-03-04",
1263
+ Action: "CopyImage",
1264
+ },
1265
+ headers: {
1266
+ "Content-Type": "application/x-www-form-urlencoded",
1267
+ },
1268
+ },
1269
+ paramsType: {
1270
+ ImageId: "Filter",
1271
+ DestinationRegion: "Filter",
1272
+ DestinationImageName: "String",
1273
+ },
1274
+ },
1275
+ ModifyImageSharePermission: {
1276
+ url: "/",
1277
+ method: "GET",
1278
+ config: {
1279
+ query: {
1280
+ Version: "2016-03-04",
1281
+ Action: "ModifyImageSharePermission",
1282
+ },
1283
+ headers: {
1284
+ "Content-Type": "application/x-www-form-urlencoded",
1285
+ },
1286
+ },
1287
+ paramsType: {
1288
+ ImageId: "String",
1289
+ AccountId: "Filter",
1290
+ Permission: "String",
1291
+ },
1292
+ },
1293
+ DescribeImageSharePermission: {
1294
+ url: "/",
1295
+ method: "GET",
1296
+ config: {
1297
+ query: {
1298
+ Version: "2016-03-04",
1299
+ Action: "DescribeImageSharePermission",
1300
+ },
1301
+ headers: {
1302
+ "Content-Type": "application/x-www-form-urlencoded",
1303
+ },
1304
+ },
1305
+ paramsType: {
1306
+ ImageId: "String",
1307
+ },
1308
+ },
1309
+ DescribeRegions: {
1310
+ url: "/",
1311
+ method: "GET",
1312
+ config: {
1313
+ query: {
1314
+ Version: "2016-03-04",
1315
+ Action: "DescribeRegions",
1316
+ },
1317
+ headers: {
1318
+ "Content-Type": "application/x-www-form-urlencoded",
1319
+ },
1320
+ },
1321
+ paramsType: {},
1322
+ },
1323
+ AttachKey: {
1324
+ url: "/",
1325
+ method: "GET",
1326
+ config: {
1327
+ query: {
1328
+ Version: "2016-03-04",
1329
+ Action: "AttachKey",
1330
+ },
1331
+ headers: {
1332
+ "Content-Type": "application/x-www-form-urlencoded",
1333
+ },
1334
+ },
1335
+ paramsType: {
1336
+ Action: "String",
1337
+ InstanceId: "Filter",
1338
+ KeyId: "Filter",
1339
+ },
1340
+ },
1341
+ DetachKey: {
1342
+ url: "/",
1343
+ method: "GET",
1344
+ config: {
1345
+ query: {
1346
+ Version: "2016-03-04",
1347
+ Action: "DetachKey",
1348
+ },
1349
+ headers: {
1350
+ "Content-Type": "application/x-www-form-urlencoded",
1351
+ },
1352
+ },
1353
+ paramsType: {
1354
+ Action: "String",
1355
+ InstanceId: "Filter",
1356
+ KeyId: "Filter",
1357
+ },
1358
+ },
1359
+ DescribeAvailabilityZones: {
1360
+ url: "/",
1361
+ method: "GET",
1362
+ config: {
1363
+ query: {
1364
+ Version: "2016-03-04",
1365
+ Action: "DescribeAvailabilityZones",
1366
+ },
1367
+ headers: {
1368
+ "Content-Type": "application/x-www-form-urlencoded",
1369
+ },
1370
+ },
1371
+ paramsType: {},
1372
+ },
1373
+ DescribeInstanceTypeConfigs: {
1374
+ url: "/",
1375
+ method: "GET",
1376
+ config: {
1377
+ query: {
1378
+ Version: "2016-03-04",
1379
+ Action: "DescribeInstanceTypeConfigs",
1380
+ },
1381
+ headers: {
1382
+ "Content-Type": "application/x-www-form-urlencoded",
1383
+ },
1384
+ },
1385
+ paramsType: {
1386
+ Filter: "Filter",
1387
+ },
1388
+ },
1389
+ DescribeInstanceFamilys: {
1390
+ url: "/",
1391
+ method: "GET",
1392
+ config: {
1393
+ query: {
1394
+ Version: "2016-03-04",
1395
+ Action: "DescribeInstanceFamilys",
1396
+ },
1397
+ headers: {
1398
+ "Content-Type": "application/x-www-form-urlencoded",
1399
+ },
1400
+ },
1401
+ paramsType: {},
1402
+ },
1403
+ AddVmIntoDataGuard: {
1404
+ url: "/",
1405
+ method: "GET",
1406
+ config: {
1407
+ query: {
1408
+ Version: "2016-03-04",
1409
+ Action: "AddVmIntoDataGuard",
1410
+ },
1411
+ headers: {
1412
+ "Content-Type": "application/x-www-form-urlencoded",
1413
+ },
1414
+ },
1415
+ paramsType: {
1416
+ DataGuardId: "String",
1417
+ InstanceId: "Filter",
1418
+ },
1419
+ },
1420
+ CreateFileSystem: {
1421
+ url: "/",
1422
+ method: "GET",
1423
+ config: {
1424
+ query: {
1425
+ Version: "2016-03-04",
1426
+ Action: "CreateFileSystem",
1427
+ },
1428
+ headers: {
1429
+ "Content-Type": "application/x-www-form-urlencoded",
1430
+ },
1431
+ },
1432
+ paramsType: {
1433
+ AvailabilityZone: "String",
1434
+ VpcId: "String",
1435
+ StorageType: "String",
1436
+ ProtocolType: "String",
1437
+ FileSystemName: "String",
1438
+ ProjectId: "Int",
1439
+ },
1440
+ },
1441
+ DeleteFileSystem: {
1442
+ url: "/",
1443
+ method: "GET",
1444
+ config: {
1445
+ query: {
1446
+ Version: "2016-03-04",
1447
+ Action: "DeleteFileSystem",
1448
+ },
1449
+ headers: {
1450
+ "Content-Type": "application/x-www-form-urlencoded",
1451
+ },
1452
+ },
1453
+ paramsType: {
1454
+ FileSystemId: "String",
1455
+ },
1456
+ },
1457
+ DescribeFileSystems: {
1458
+ url: "/",
1459
+ method: "GET",
1460
+ config: {
1461
+ query: {
1462
+ Version: "2016-03-04",
1463
+ Action: "DescribeFileSystems",
1464
+ },
1465
+ headers: {
1466
+ "Content-Type": "application/x-www-form-urlencoded",
1467
+ },
1468
+ },
1469
+ paramsType: {
1470
+ FileSystemId: "Filter",
1471
+ MaxResults: "Int",
1472
+ Marker: "Int",
1473
+ ProjectId: "Filter",
1474
+ IncludeDel: "Boolean",
1475
+ Filter: "Filter",
1476
+ },
1477
+ },
1478
+ ModifyFileSystem: {
1479
+ url: "/",
1480
+ method: "GET",
1481
+ config: {
1482
+ query: {
1483
+ Version: "2016-03-04",
1484
+ Action: "ModifyFileSystem",
1485
+ },
1486
+ headers: {
1487
+ "Content-Type": "application/x-www-form-urlencoded",
1488
+ },
1489
+ },
1490
+ paramsType: {
1491
+ FileSystemId: "String",
1492
+ FileSystemName: "String",
1493
+ },
1494
+ },
1495
+ CreateMountTarget: {
1496
+ url: "/",
1497
+ method: "GET",
1498
+ config: {
1499
+ query: {
1500
+ Version: "2016-03-04",
1501
+ Action: "CreateMountTarget",
1502
+ },
1503
+ headers: {
1504
+ "Content-Type": "application/x-www-form-urlencoded",
1505
+ },
1506
+ },
1507
+ paramsType: {
1508
+ FileSystemId: "String",
1509
+ SubnetId: "String",
1510
+ IpVersion: "String",
1511
+ },
1512
+ },
1513
+ DeleteMountTarget: {
1514
+ url: "/",
1515
+ method: "GET",
1516
+ config: {
1517
+ query: {
1518
+ Version: "2016-03-04",
1519
+ Action: "DeleteMountTarget",
1520
+ },
1521
+ headers: {
1522
+ "Content-Type": "application/x-www-form-urlencoded",
1523
+ },
1524
+ },
1525
+ paramsType: {
1526
+ MountTargetId: "String",
1527
+ },
1528
+ },
1529
+ DescribeMountTargets: {
1530
+ url: "/",
1531
+ method: "GET",
1532
+ config: {
1533
+ query: {
1534
+ Version: "2016-03-04",
1535
+ Action: "DescribeMountTargets",
1536
+ },
1537
+ headers: {
1538
+ "Content-Type": "application/x-www-form-urlencoded",
1539
+ },
1540
+ },
1541
+ paramsType: {
1542
+ FileSystemId: "String",
1543
+ MountTargetId: "String",
1544
+ MaxResults: "Int",
1545
+ Marker: "Int",
1546
+ },
1547
+ },
1548
+ CreateModel: {
1549
+ url: "/",
1550
+ method: "GET",
1551
+ config: {
1552
+ query: {
1553
+ Version: "2016-03-04",
1554
+ Action: "CreateModel",
1555
+ },
1556
+ headers: {
1557
+ "Content-Type": "application/x-www-form-urlencoded",
1558
+ },
1559
+ },
1560
+ paramsType: {
1561
+ ImageId: "String",
1562
+ InstanceType: "String",
1563
+ DataDiskGb: "Int",
1564
+ SubnetId: "String",
1565
+ DataDisk: "Filter",
1566
+ KeepImageLogin: "Boolean",
1567
+ KeyId: "String",
1568
+ ChargeType: "String",
1569
+ PurchaseTime: "Int",
1570
+ SecurityGroupId: "Filter",
1571
+ PrivateIpAddress: "String",
1572
+ InstanceName: "String",
1573
+ InstanceNameSuffix: "String",
1574
+ SriovNetSupport: "String",
1575
+ ProjectId: "Int",
1576
+ DataGuardId: "String",
1577
+ AddressBandWidth: "Int",
1578
+ LineId: "String",
1579
+ AddressChargeType: "String",
1580
+ AddressPurchaseTime: "Int",
1581
+ AddressProjectId: "String",
1582
+ ModelName: "String",
1583
+ FailureAutoDelete: "Boolean",
1584
+ SystemDisk: "Object",
1585
+ HostName: "String",
1586
+ HostNameSuffix: "String",
1587
+ UserData: "String",
1588
+ NetworkInterface: "Filter",
1589
+ Tag: "Filter",
1590
+ AllocateAddress: "Boolean",
1591
+ IsDistributeIpv6: "Boolean",
1592
+ Mem: "String",
1593
+ Cpu: "String",
1594
+ IamRoleName: "String",
1595
+ AssembledImageDataDiskType: "String",
1596
+ LocalVolumeSnapshotId: "String",
1597
+ SyncTag: "Boolean",
1598
+ },
1599
+ },
1600
+ TerminateModels: {
1601
+ url: "/",
1602
+ method: "GET",
1603
+ config: {
1604
+ query: {
1605
+ Version: "2016-03-04",
1606
+ Action: "TerminateModels",
1607
+ },
1608
+ headers: {
1609
+ "Content-Type": "application/x-www-form-urlencoded",
1610
+ },
1611
+ },
1612
+ paramsType: {
1613
+ ModelId: "String",
1614
+ ModelVersion: "Int",
1615
+ },
1616
+ },
1617
+ DescribeModels: {
1618
+ url: "/",
1619
+ method: "GET",
1620
+ config: {
1621
+ query: {
1622
+ Version: "2016-03-04",
1623
+ Action: "DescribeModels",
1624
+ },
1625
+ headers: {
1626
+ "Content-Type": "application/x-www-form-urlencoded",
1627
+ },
1628
+ },
1629
+ paramsType: {
1630
+ ModelId: "Filter",
1631
+ MaxResults: "Int",
1632
+ Marker: "Int",
1633
+ },
1634
+ },
1635
+ DescribeDedicatedCluster: {
1636
+ url: "/",
1637
+ method: "GET",
1638
+ config: {
1639
+ query: {
1640
+ Version: "2016-03-04",
1641
+ Action: "DescribeDedicatedCluster",
1642
+ },
1643
+ headers: {
1644
+ "Content-Type": "application/x-www-form-urlencoded",
1645
+ },
1646
+ },
1647
+ paramsType: {
1648
+ DedicatedClusterId: "Filter",
1649
+ },
1650
+ },
1651
+ CreateDedicatedCluster: {
1652
+ url: "/",
1653
+ method: "GET",
1654
+ config: {
1655
+ query: {
1656
+ Version: "2016-03-04",
1657
+ Action: "CreateDedicatedCluster",
1658
+ },
1659
+ headers: {
1660
+ "Content-Type": "application/x-www-form-urlencoded",
1661
+ },
1662
+ },
1663
+ paramsType: {
1664
+ DedicatedClusterName: "String",
1665
+ Model: "String",
1666
+ AvailabilityZone: "String",
1667
+ },
1668
+ },
1669
+ DeleteDedicatedCluster: {
1670
+ url: "/",
1671
+ method: "GET",
1672
+ config: {
1673
+ query: {
1674
+ Version: "2016-03-04",
1675
+ Action: "DeleteDedicatedCluster",
1676
+ },
1677
+ headers: {
1678
+ "Content-Type": "application/x-www-form-urlencoded",
1679
+ },
1680
+ },
1681
+ paramsType: {
1682
+ DedicatedClusterId: "Filter",
1683
+ },
1684
+ },
1685
+ SetvCPU: {
1686
+ url: "/",
1687
+ method: "GET",
1688
+ config: {
1689
+ query: {
1690
+ Version: "2016-03-04",
1691
+ Action: "SetvCPU",
1692
+ },
1693
+ headers: {
1694
+ "Content-Type": "application/x-www-form-urlencoded",
1695
+ },
1696
+ },
1697
+ paramsType: {
1698
+ DedicatedHostId: "Filter",
1699
+ VCPU: "Int",
1700
+ },
1701
+ },
1702
+ DedicatedHostMigrate: {
1703
+ url: "/",
1704
+ method: "GET",
1705
+ config: {
1706
+ query: {
1707
+ Version: "2016-03-04",
1708
+ Action: "DedicatedHostMigrate",
1709
+ },
1710
+ headers: {
1711
+ "Content-Type": "application/x-www-form-urlencoded",
1712
+ },
1713
+ },
1714
+ paramsType: {
1715
+ DedicatedClusterId: "String",
1716
+ DedicatedHostId: "Filter",
1717
+ },
1718
+ },
1719
+ ModifyDedicatedClusterName: {
1720
+ url: "/",
1721
+ method: "GET",
1722
+ config: {
1723
+ query: {
1724
+ Version: "2016-03-04",
1725
+ Action: "ModifyDedicatedClusterName",
1726
+ },
1727
+ headers: {
1728
+ "Content-Type": "application/x-www-form-urlencoded",
1729
+ },
1730
+ },
1731
+ paramsType: {
1732
+ DedicatedClusterId: "String",
1733
+ DedicatedClusterName: "String",
1734
+ },
1735
+ },
1736
+ InstanceMigrate: {
1737
+ url: "/",
1738
+ method: "GET",
1739
+ config: {
1740
+ query: {
1741
+ Version: "2016-03-04",
1742
+ Action: "InstanceMigrate",
1743
+ },
1744
+ headers: {
1745
+ "Content-Type": "application/x-www-form-urlencoded",
1746
+ },
1747
+ },
1748
+ paramsType: {
1749
+ DedicatedHostId: "String",
1750
+ InstanceId: "String",
1751
+ InstanceType: "String",
1752
+ DataDisk: "Filter",
1753
+ },
1754
+ },
1755
+ ModifyInstanceAutoDeleteTime: {
1756
+ url: "/",
1757
+ method: "GET",
1758
+ config: {
1759
+ query: {
1760
+ Version: "2016-03-04",
1761
+ Action: "ModifyInstanceAutoDeleteTime",
1762
+ },
1763
+ headers: {
1764
+ "Content-Type": "application/x-www-form-urlencoded",
1765
+ },
1766
+ },
1767
+ paramsType: {
1768
+ InstanceId: "Filter",
1769
+ AutoDeleteTime: "String",
1770
+ AutoDeleteEip: "Boolean",
1771
+ },
1772
+ },
1773
+ DescribeKecInventory: {
1774
+ url: "/",
1775
+ method: "GET",
1776
+ config: {
1777
+ query: {
1778
+ Version: "2016-03-04",
1779
+ Action: "DescribeKecInventory",
1780
+ },
1781
+ headers: {
1782
+ "Content-Type": "application/x-www-form-urlencoded",
1783
+ },
1784
+ },
1785
+ paramsType: {
1786
+ InstanceType: "String",
1787
+ DataDiskGb: "Int",
1788
+ "SystemDisk.DiskSize": "Int",
1789
+ "SystemDisk.DiskType": "String",
1790
+ AvailabilityZone: "String",
1791
+ },
1792
+ },
1793
+ ModifyScalingConfiguration: {
1794
+ url: "/",
1795
+ method: "GET",
1796
+ config: {
1797
+ query: {
1798
+ Version: "2016-03-04",
1799
+ Action: "ModifyScalingConfiguration",
1800
+ },
1801
+ headers: {
1802
+ "Content-Type": "application/x-www-form-urlencoded",
1803
+ },
1804
+ },
1805
+ paramsType: {
1806
+ ScalingConfigurationId: "String",
1807
+ ScalingConfigurationName: "String",
1808
+ ImageId: "String",
1809
+ Password: "String",
1810
+ InstanceType: "String",
1811
+ ChargeType: "String",
1812
+ DataDiskGb: "Int",
1813
+ ProjectId: "Int",
1814
+ KeepImageLogin: "Boolean",
1815
+ KeyId: "Filter",
1816
+ DataDisk: "Filter",
1817
+ "SystemDisk.DiskSize": "Int",
1818
+ AddressBandWidth: "Int",
1819
+ BandWidthShareId: "String",
1820
+ LineId: "String",
1821
+ AddressProjectId: "Int",
1822
+ InstanceName: "String",
1823
+ InstanceNameSuffix: "String",
1824
+ UserData: "String",
1825
+ InstanceNameTimeSuffix: "Boolean",
1826
+ Tag: "Filter",
1827
+ LoginSetAfter: "Boolean",
1828
+ IpBindAfter: "Boolean",
1829
+ InstanceNameRandom: "Boolean",
1830
+ "SystemDisk.DiskType": "String",
1831
+ "SystemDisk.ResizeType": "String",
1832
+ SyncTag: "Boolean",
1833
+ },
1834
+ },
1835
+ DescribeSpotPriceHistory: {
1836
+ url: "/",
1837
+ method: "GET",
1838
+ config: {
1839
+ query: {
1840
+ Version: "2016-03-04",
1841
+ Action: "DescribeSpotPriceHistory",
1842
+ },
1843
+ headers: {
1844
+ "Content-Type": "application/x-www-form-urlencoded",
1845
+ },
1846
+ },
1847
+ paramsType: {
1848
+ InstanceType: "String",
1849
+ AvailabilityZone: "String",
1850
+ StartTime: "String",
1851
+ EndTime: "String",
1852
+ },
1853
+ },
1854
+ DescribePrice: {
1855
+ url: "/",
1856
+ method: "GET",
1857
+ config: {
1858
+ query: {
1859
+ Version: "2016-03-04",
1860
+ Action: "DescribePrice",
1861
+ },
1862
+ headers: {
1863
+ "Content-Type": "application/x-www-form-urlencoded",
1864
+ },
1865
+ },
1866
+ paramsType: {
1867
+ InstanceType: "String",
1868
+ "SystemDisk.DiskSize": "String",
1869
+ ImageId: "String",
1870
+ ChargeType: "String",
1871
+ PurchaseTime: "Int",
1872
+ DataDiskGb: "Int",
1873
+ DataDisk: "Filter",
1874
+ MaxCount: "Int",
1875
+ "SystemDisk.DiskType": "String",
1876
+ },
1877
+ },
1878
+ EnableImageCaching: {
1879
+ url: "/",
1880
+ method: "GET",
1881
+ config: {
1882
+ query: {
1883
+ Version: "2016-03-04",
1884
+ Action: "EnableImageCaching",
1885
+ },
1886
+ headers: {
1887
+ "Content-Type": "application/x-www-form-urlencoded",
1888
+ },
1889
+ },
1890
+ paramsType: {
1891
+ ImageId: "Filter",
1892
+ },
1893
+ },
1894
+ DisableImageCaching: {
1895
+ url: "/",
1896
+ method: "GET",
1897
+ config: {
1898
+ query: {
1899
+ Version: "2016-03-04",
1900
+ Action: "DisableImageCaching",
1901
+ },
1902
+ headers: {
1903
+ "Content-Type": "application/x-www-form-urlencoded",
1904
+ },
1905
+ },
1906
+ paramsType: {
1907
+ ImageId: "Filter",
1908
+ },
1909
+ },
1910
+ ModifyLoadBalancers: {
1911
+ url: "/",
1912
+ method: "GET",
1913
+ config: {
1914
+ query: {
1915
+ Version: "2016-03-04",
1916
+ Action: "ModifyLoadBalancers",
1917
+ },
1918
+ headers: {
1919
+ "Content-Type": "application/x-www-form-urlencoded",
1920
+ },
1921
+ },
1922
+ paramsType: {
1923
+ ScalingGroupId: "String",
1924
+ },
1925
+ },
1926
+ AttachInstancesIamRole: {
1927
+ url: "/",
1928
+ method: "GET",
1929
+ config: {
1930
+ query: {
1931
+ Version: "2016-03-04",
1932
+ Action: "AttachInstancesIamRole",
1933
+ },
1934
+ headers: {
1935
+ "Content-Type": "application/x-www-form-urlencoded",
1936
+ },
1937
+ },
1938
+ paramsType: {
1939
+ InstanceId: "Filter",
1940
+ IamRoleName: "String",
1941
+ },
1942
+ },
1943
+ DetachInstancesIamRole: {
1944
+ url: "/",
1945
+ method: "GET",
1946
+ config: {
1947
+ query: {
1948
+ Version: "2016-03-04",
1949
+ Action: "DetachInstancesIamRole",
1950
+ },
1951
+ headers: {
1952
+ "Content-Type": "application/x-www-form-urlencoded",
1953
+ },
1954
+ },
1955
+ paramsType: {
1956
+ InstanceId: "Filter",
1957
+ },
1958
+ },
1959
+ CopySnapshot: {
1960
+ url: "/",
1961
+ method: "GET",
1962
+ config: {
1963
+ query: {
1964
+ Version: "2016-03-04",
1965
+ Action: "CopySnapshot",
1966
+ },
1967
+ headers: {
1968
+ "Content-Type": "application/x-www-form-urlencoded",
1969
+ },
1970
+ },
1971
+ paramsType: {
1972
+ SnapshotId: "Filter",
1973
+ DestinationRegion: "Filter",
1974
+ DestinationSnapshotName: "String",
1975
+ DestinationSnapshotDesc: "String",
1976
+ },
1977
+ },
1978
+ PreMigrateInstance: {
1979
+ url: "/",
1980
+ method: "GET",
1981
+ config: {
1982
+ query: {
1983
+ Version: "2016-03-04",
1984
+ Action: "PreMigrateInstance",
1985
+ },
1986
+ headers: {
1987
+ "Content-Type": "application/x-www-form-urlencoded",
1988
+ },
1989
+ },
1990
+ paramsType: {
1991
+ InstanceId: "String",
1992
+ InstanceType: "String",
1993
+ SystemDiskType: "String",
1994
+ DataDiskType: "String",
1995
+ InstantAccess: "Boolean",
1996
+ },
1997
+ },
1998
+ CancelPreMigrateInstance: {
1999
+ url: "/",
2000
+ method: "GET",
2001
+ config: {
2002
+ query: {
2003
+ Version: "2016-03-04",
2004
+ Action: "CancelPreMigrateInstance",
2005
+ },
2006
+ headers: {
2007
+ "Content-Type": "application/x-www-form-urlencoded",
2008
+ },
2009
+ },
2010
+ paramsType: {
2011
+ InstanceId: "String",
2012
+ },
2013
+ },
2014
+ SwitchImageType: {
2015
+ url: "/",
2016
+ method: "GET",
2017
+ config: {
2018
+ query: {
2019
+ Version: "2016-03-04",
2020
+ Action: "SwitchImageType",
2021
+ },
2022
+ headers: {
2023
+ "Content-Type": "application/x-www-form-urlencoded",
2024
+ },
2025
+ },
2026
+ paramsType: {
2027
+ ImageId: "Filter",
2028
+ },
2029
+ },
2030
+ SetInstanceResourceProtect: {
2031
+ url: "/",
2032
+ method: "GET",
2033
+ config: {
2034
+ query: {
2035
+ Version: "2016-03-04",
2036
+ Action: "SetInstanceResourceProtect",
2037
+ },
2038
+ headers: {
2039
+ "Content-Type": "application/x-www-form-urlencoded",
2040
+ },
2041
+ },
2042
+ paramsType: {
2043
+ InstanceId: "Filter",
2044
+ IsProtection: "Boolean",
2045
+ },
2046
+ },
2047
+ DescribeInstanceVncUrl: {
2048
+ url: "/",
2049
+ method: "GET",
2050
+ config: {
2051
+ query: {
2052
+ Version: "2016-03-04",
2053
+ Action: "DescribeInstanceVncUrl",
2054
+ },
2055
+ headers: {
2056
+ "Content-Type": "application/x-www-form-urlencoded",
2057
+ },
2058
+ },
2059
+ paramsType: {
2060
+ InstanceId: "String",
2061
+ },
2062
+ },
2063
+ };
2064
+ };