ksyun-sdk-node 1.0.2 → 1.0.4

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