ksyun-sdk-node 1.0.1 → 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.
- package/dist/service/Ebs/v20160304/index.js +20 -0
- package/dist/service/Iam/v20151101/index.js +175 -57
- package/dist/service/Kec/v20160304/index.js +1839 -0
- package/package.json +1 -1
- package/src/service/Ebs/v20160304/index.js +24 -1
- package/src/service/Iam/v20151101/index.js +177 -57
- package/src/service/Kec/v20160304/index.js +1839 -0
package/package.json
CHANGED
|
@@ -344,5 +344,28 @@ module.exports = class Client extends BaseClient {
|
|
|
344
344
|
'InstanceId': 'String',
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
|
+
'DescribeCreateVolumePrice': {
|
|
348
|
+
'url': '/',
|
|
349
|
+
'method': 'GET',
|
|
350
|
+
'config': {
|
|
351
|
+
'query': {
|
|
352
|
+
'Version': '2016-03-04',
|
|
353
|
+
'Action': 'DescribeCreateVolumePrice',
|
|
354
|
+
},
|
|
355
|
+
'headers': {
|
|
356
|
+
'Content-Type': 'application/json'
|
|
357
|
+
},
|
|
358
|
+
},
|
|
359
|
+
'paramsType': {
|
|
360
|
+
'VolumeType': 'String',
|
|
361
|
+
'Size': 'Int',
|
|
362
|
+
'AvailabilityZone': 'String',
|
|
363
|
+
'ChargeType': 'String',
|
|
364
|
+
'PurchaseTime': 'Int',
|
|
365
|
+
}
|
|
366
|
+
},
|
|
347
367
|
}
|
|
348
|
-
}
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
@@ -18,7 +18,7 @@ module.exports = class Client extends BaseClient {
|
|
|
18
18
|
_apiList = {
|
|
19
19
|
'CreateUser': {
|
|
20
20
|
'url': '/',
|
|
21
|
-
'method': '
|
|
21
|
+
'method': 'GET',
|
|
22
22
|
'config': {
|
|
23
23
|
'query': {
|
|
24
24
|
'Version': '2015-11-01',
|
|
@@ -43,7 +43,7 @@ module.exports = class Client extends BaseClient {
|
|
|
43
43
|
},
|
|
44
44
|
'ListUsers': {
|
|
45
45
|
'url': '/',
|
|
46
|
-
'method': '
|
|
46
|
+
'method': 'GET',
|
|
47
47
|
'config': {
|
|
48
48
|
'query': {
|
|
49
49
|
'Version': '2015-11-01',
|
|
@@ -61,7 +61,7 @@ module.exports = class Client extends BaseClient {
|
|
|
61
61
|
},
|
|
62
62
|
'UpdateUser': {
|
|
63
63
|
'url': '/',
|
|
64
|
-
'method': '
|
|
64
|
+
'method': 'GET',
|
|
65
65
|
'config': {
|
|
66
66
|
'query': {
|
|
67
67
|
'Version': '2015-11-01',
|
|
@@ -83,7 +83,7 @@ module.exports = class Client extends BaseClient {
|
|
|
83
83
|
},
|
|
84
84
|
'GetUser': {
|
|
85
85
|
'url': '/',
|
|
86
|
-
'method': '
|
|
86
|
+
'method': 'GET',
|
|
87
87
|
'config': {
|
|
88
88
|
'query': {
|
|
89
89
|
'Version': '2015-11-01',
|
|
@@ -99,7 +99,7 @@ module.exports = class Client extends BaseClient {
|
|
|
99
99
|
},
|
|
100
100
|
'DeleteUser': {
|
|
101
101
|
'url': '/',
|
|
102
|
-
'method': '
|
|
102
|
+
'method': 'GET',
|
|
103
103
|
'config': {
|
|
104
104
|
'query': {
|
|
105
105
|
'Version': '2015-11-01',
|
|
@@ -115,7 +115,7 @@ module.exports = class Client extends BaseClient {
|
|
|
115
115
|
},
|
|
116
116
|
'ListAttachedUserPolicies': {
|
|
117
117
|
'url': '/',
|
|
118
|
-
'method': '
|
|
118
|
+
'method': 'GET',
|
|
119
119
|
'config': {
|
|
120
120
|
'query': {
|
|
121
121
|
'Version': '2015-11-01',
|
|
@@ -133,7 +133,7 @@ module.exports = class Client extends BaseClient {
|
|
|
133
133
|
},
|
|
134
134
|
'ListPolicyVersions': {
|
|
135
135
|
'url': '/',
|
|
136
|
-
'method': '
|
|
136
|
+
'method': 'GET',
|
|
137
137
|
'config': {
|
|
138
138
|
'query': {
|
|
139
139
|
'Version': '2015-11-01',
|
|
@@ -149,7 +149,7 @@ module.exports = class Client extends BaseClient {
|
|
|
149
149
|
},
|
|
150
150
|
'SetDefaultPolicyVersion': {
|
|
151
151
|
'url': '/',
|
|
152
|
-
'method': '
|
|
152
|
+
'method': 'GET',
|
|
153
153
|
'config': {
|
|
154
154
|
'query': {
|
|
155
155
|
'Version': '2015-11-01',
|
|
@@ -166,7 +166,7 @@ module.exports = class Client extends BaseClient {
|
|
|
166
166
|
},
|
|
167
167
|
'AttachUserPolicy': {
|
|
168
168
|
'url': '/',
|
|
169
|
-
'method': '
|
|
169
|
+
'method': 'GET',
|
|
170
170
|
'config': {
|
|
171
171
|
'query': {
|
|
172
172
|
'Version': '2015-11-01',
|
|
@@ -183,7 +183,7 @@ module.exports = class Client extends BaseClient {
|
|
|
183
183
|
},
|
|
184
184
|
'DeletePolicyVersion': {
|
|
185
185
|
'url': '/',
|
|
186
|
-
'method': '
|
|
186
|
+
'method': 'GET',
|
|
187
187
|
'config': {
|
|
188
188
|
'query': {
|
|
189
189
|
'Version': '2015-11-01',
|
|
@@ -200,7 +200,7 @@ module.exports = class Client extends BaseClient {
|
|
|
200
200
|
},
|
|
201
201
|
'GetPolicyVersion': {
|
|
202
202
|
'url': '/',
|
|
203
|
-
'method': '
|
|
203
|
+
'method': 'GET',
|
|
204
204
|
'config': {
|
|
205
205
|
'query': {
|
|
206
206
|
'Version': '2015-11-01',
|
|
@@ -217,7 +217,7 @@ module.exports = class Client extends BaseClient {
|
|
|
217
217
|
},
|
|
218
218
|
'CreatePolicyVersion': {
|
|
219
219
|
'url': '/',
|
|
220
|
-
'method': '
|
|
220
|
+
'method': 'GET',
|
|
221
221
|
'config': {
|
|
222
222
|
'query': {
|
|
223
223
|
'Version': '2015-11-01',
|
|
@@ -236,7 +236,7 @@ module.exports = class Client extends BaseClient {
|
|
|
236
236
|
},
|
|
237
237
|
'ListPolicies': {
|
|
238
238
|
'url': '/',
|
|
239
|
-
'method': '
|
|
239
|
+
'method': 'GET',
|
|
240
240
|
'config': {
|
|
241
241
|
'query': {
|
|
242
242
|
'Version': '2015-11-01',
|
|
@@ -255,7 +255,7 @@ module.exports = class Client extends BaseClient {
|
|
|
255
255
|
},
|
|
256
256
|
'GetPolicy': {
|
|
257
257
|
'url': '/',
|
|
258
|
-
'method': '
|
|
258
|
+
'method': 'GET',
|
|
259
259
|
'config': {
|
|
260
260
|
'query': {
|
|
261
261
|
'Version': '2015-11-01',
|
|
@@ -271,7 +271,7 @@ module.exports = class Client extends BaseClient {
|
|
|
271
271
|
},
|
|
272
272
|
'DeletePolicy': {
|
|
273
273
|
'url': '/',
|
|
274
|
-
'method': '
|
|
274
|
+
'method': 'GET',
|
|
275
275
|
'config': {
|
|
276
276
|
'query': {
|
|
277
277
|
'Version': '2015-11-01',
|
|
@@ -287,7 +287,7 @@ module.exports = class Client extends BaseClient {
|
|
|
287
287
|
},
|
|
288
288
|
'CreatePolicy': {
|
|
289
289
|
'url': '/',
|
|
290
|
-
'method': '
|
|
290
|
+
'method': 'GET',
|
|
291
291
|
'config': {
|
|
292
292
|
'query': {
|
|
293
293
|
'Version': '2015-11-01',
|
|
@@ -307,7 +307,7 @@ module.exports = class Client extends BaseClient {
|
|
|
307
307
|
},
|
|
308
308
|
'ChangePassword': {
|
|
309
309
|
'url': '/',
|
|
310
|
-
'method': '
|
|
310
|
+
'method': 'GET',
|
|
311
311
|
'config': {
|
|
312
312
|
'query': {
|
|
313
313
|
'Version': '2015-11-01',
|
|
@@ -324,7 +324,7 @@ module.exports = class Client extends BaseClient {
|
|
|
324
324
|
},
|
|
325
325
|
'UpdateLoginProfile': {
|
|
326
326
|
'url': '/',
|
|
327
|
-
'method': '
|
|
327
|
+
'method': 'GET',
|
|
328
328
|
'config': {
|
|
329
329
|
'query': {
|
|
330
330
|
'Version': '2015-11-01',
|
|
@@ -345,7 +345,7 @@ module.exports = class Client extends BaseClient {
|
|
|
345
345
|
},
|
|
346
346
|
'GetLoginProfile': {
|
|
347
347
|
'url': '/',
|
|
348
|
-
'method': '
|
|
348
|
+
'method': 'GET',
|
|
349
349
|
'config': {
|
|
350
350
|
'query': {
|
|
351
351
|
'Version': '2015-11-01',
|
|
@@ -361,7 +361,7 @@ module.exports = class Client extends BaseClient {
|
|
|
361
361
|
},
|
|
362
362
|
'CreateAccessKey': {
|
|
363
363
|
'url': '/',
|
|
364
|
-
'method': '
|
|
364
|
+
'method': 'GET',
|
|
365
365
|
'config': {
|
|
366
366
|
'query': {
|
|
367
367
|
'Version': '2015-11-01',
|
|
@@ -377,7 +377,7 @@ module.exports = class Client extends BaseClient {
|
|
|
377
377
|
},
|
|
378
378
|
'ListAccessKeys': {
|
|
379
379
|
'url': '/',
|
|
380
|
-
'method': '
|
|
380
|
+
'method': 'GET',
|
|
381
381
|
'config': {
|
|
382
382
|
'query': {
|
|
383
383
|
'Version': '2015-11-01',
|
|
@@ -393,7 +393,7 @@ module.exports = class Client extends BaseClient {
|
|
|
393
393
|
},
|
|
394
394
|
'UpdateAccessKey': {
|
|
395
395
|
'url': '/',
|
|
396
|
-
'method': '
|
|
396
|
+
'method': 'GET',
|
|
397
397
|
'config': {
|
|
398
398
|
'query': {
|
|
399
399
|
'Version': '2015-11-01',
|
|
@@ -411,7 +411,7 @@ module.exports = class Client extends BaseClient {
|
|
|
411
411
|
},
|
|
412
412
|
'DeleteAccessKey': {
|
|
413
413
|
'url': '/',
|
|
414
|
-
'method': '
|
|
414
|
+
'method': 'GET',
|
|
415
415
|
'config': {
|
|
416
416
|
'query': {
|
|
417
417
|
'Version': '2015-11-01',
|
|
@@ -426,9 +426,79 @@ module.exports = class Client extends BaseClient {
|
|
|
426
426
|
'AccessKeyId': 'String',
|
|
427
427
|
}
|
|
428
428
|
},
|
|
429
|
+
'ListVirtualMFADevices': {
|
|
430
|
+
'url': '/',
|
|
431
|
+
'method': 'GET',
|
|
432
|
+
'config': {
|
|
433
|
+
'query': {
|
|
434
|
+
'Version': '2015-11-01',
|
|
435
|
+
'Action': 'ListVirtualMFADevices',
|
|
436
|
+
},
|
|
437
|
+
'headers': {
|
|
438
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
'paramsType': {
|
|
442
|
+
'AssignmentStatus': 'String',
|
|
443
|
+
'Marker': 'String',
|
|
444
|
+
'MaxItems': 'Int',
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
'EnableMFADevice': {
|
|
448
|
+
'url': '/',
|
|
449
|
+
'method': 'GET',
|
|
450
|
+
'config': {
|
|
451
|
+
'query': {
|
|
452
|
+
'Version': '2015-11-01',
|
|
453
|
+
'Action': 'EnableMFADevice',
|
|
454
|
+
},
|
|
455
|
+
'headers': {
|
|
456
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
457
|
+
},
|
|
458
|
+
},
|
|
459
|
+
'paramsType': {
|
|
460
|
+
'AuthenticationCode1': 'String',
|
|
461
|
+
'AuthenticationCode2': 'String',
|
|
462
|
+
'SerialNumber': 'String',
|
|
463
|
+
'UserName': 'String',
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
'DeactivateMFADevice': {
|
|
467
|
+
'url': '/',
|
|
468
|
+
'method': 'GET',
|
|
469
|
+
'config': {
|
|
470
|
+
'query': {
|
|
471
|
+
'Version': '2015-11-01',
|
|
472
|
+
'Action': 'DeactivateMFADevice',
|
|
473
|
+
},
|
|
474
|
+
'headers': {
|
|
475
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
476
|
+
},
|
|
477
|
+
},
|
|
478
|
+
'paramsType': {
|
|
479
|
+
'SerialNumber': 'String',
|
|
480
|
+
'UserName': 'String',
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
'GetVirtualMFADevice': {
|
|
484
|
+
'url': '/',
|
|
485
|
+
'method': 'GET',
|
|
486
|
+
'config': {
|
|
487
|
+
'query': {
|
|
488
|
+
'Version': '2015-11-01',
|
|
489
|
+
'Action': 'GetVirtualMFADevice',
|
|
490
|
+
},
|
|
491
|
+
'headers': {
|
|
492
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
493
|
+
},
|
|
494
|
+
},
|
|
495
|
+
'paramsType': {
|
|
496
|
+
'UserName': 'String',
|
|
497
|
+
}
|
|
498
|
+
},
|
|
429
499
|
'CreateRole': {
|
|
430
500
|
'url': '/',
|
|
431
|
-
'method': '
|
|
501
|
+
'method': 'GET',
|
|
432
502
|
'config': {
|
|
433
503
|
'query': {
|
|
434
504
|
'Version': '2015-11-01',
|
|
@@ -446,7 +516,7 @@ module.exports = class Client extends BaseClient {
|
|
|
446
516
|
},
|
|
447
517
|
'DeleteRole': {
|
|
448
518
|
'url': '/',
|
|
449
|
-
'method': '
|
|
519
|
+
'method': 'GET',
|
|
450
520
|
'config': {
|
|
451
521
|
'query': {
|
|
452
522
|
'Version': '2015-11-01',
|
|
@@ -462,7 +532,7 @@ module.exports = class Client extends BaseClient {
|
|
|
462
532
|
},
|
|
463
533
|
'GetRole': {
|
|
464
534
|
'url': '/',
|
|
465
|
-
'method': '
|
|
535
|
+
'method': 'GET',
|
|
466
536
|
'config': {
|
|
467
537
|
'query': {
|
|
468
538
|
'Version': '2015-11-01',
|
|
@@ -478,7 +548,7 @@ module.exports = class Client extends BaseClient {
|
|
|
478
548
|
},
|
|
479
549
|
'ListRoles': {
|
|
480
550
|
'url': '/',
|
|
481
|
-
'method': '
|
|
551
|
+
'method': 'GET',
|
|
482
552
|
'config': {
|
|
483
553
|
'query': {
|
|
484
554
|
'Version': '2015-11-01',
|
|
@@ -495,7 +565,7 @@ module.exports = class Client extends BaseClient {
|
|
|
495
565
|
},
|
|
496
566
|
'AttachRolePolicy': {
|
|
497
567
|
'url': '/',
|
|
498
|
-
'method': '
|
|
568
|
+
'method': 'GET',
|
|
499
569
|
'config': {
|
|
500
570
|
'query': {
|
|
501
571
|
'Version': '2015-11-01',
|
|
@@ -512,7 +582,7 @@ module.exports = class Client extends BaseClient {
|
|
|
512
582
|
},
|
|
513
583
|
'DetachRolePolicy': {
|
|
514
584
|
'url': '/',
|
|
515
|
-
'method': '
|
|
585
|
+
'method': 'GET',
|
|
516
586
|
'config': {
|
|
517
587
|
'query': {
|
|
518
588
|
'Version': '2015-11-01',
|
|
@@ -529,7 +599,7 @@ module.exports = class Client extends BaseClient {
|
|
|
529
599
|
},
|
|
530
600
|
'ListAttachedRolePolicies': {
|
|
531
601
|
'url': '/',
|
|
532
|
-
'method': '
|
|
602
|
+
'method': 'GET',
|
|
533
603
|
'config': {
|
|
534
604
|
'query': {
|
|
535
605
|
'Version': '2015-11-01',
|
|
@@ -547,7 +617,7 @@ module.exports = class Client extends BaseClient {
|
|
|
547
617
|
},
|
|
548
618
|
'UpdateRoleTrustAccounts': {
|
|
549
619
|
'url': '/',
|
|
550
|
-
'method': '
|
|
620
|
+
'method': 'GET',
|
|
551
621
|
'config': {
|
|
552
622
|
'query': {
|
|
553
623
|
'Version': '2015-11-01',
|
|
@@ -562,39 +632,74 @@ module.exports = class Client extends BaseClient {
|
|
|
562
632
|
'NewTrustAccounts': 'String',
|
|
563
633
|
}
|
|
564
634
|
},
|
|
565
|
-
'
|
|
635
|
+
'CreateProject': {
|
|
566
636
|
'url': '/',
|
|
567
|
-
'method': '
|
|
637
|
+
'method': 'GET',
|
|
568
638
|
'config': {
|
|
569
639
|
'query': {
|
|
570
640
|
'Version': '2015-11-01',
|
|
571
|
-
'Action': '
|
|
641
|
+
'Action': 'CreateProject',
|
|
572
642
|
},
|
|
573
643
|
'headers': {
|
|
574
644
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
575
645
|
},
|
|
576
646
|
},
|
|
577
647
|
'paramsType': {
|
|
578
|
-
'
|
|
579
|
-
'
|
|
580
|
-
'MaxItems': 'Int',
|
|
648
|
+
'ProjectName': 'String',
|
|
649
|
+
'ProjectDesc': 'String',
|
|
581
650
|
}
|
|
582
651
|
},
|
|
583
|
-
'
|
|
652
|
+
'GetAccountAllProjectList': {
|
|
584
653
|
'url': '/',
|
|
585
|
-
'method': '
|
|
654
|
+
'method': 'GET',
|
|
586
655
|
'config': {
|
|
587
656
|
'query': {
|
|
588
657
|
'Version': '2015-11-01',
|
|
589
|
-
'Action': '
|
|
658
|
+
'Action': 'GetAccountAllProjectList',
|
|
590
659
|
},
|
|
591
660
|
'headers': {
|
|
592
661
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
593
662
|
},
|
|
594
663
|
},
|
|
595
664
|
'paramsType': {
|
|
596
|
-
|
|
597
|
-
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
'GetProjectInstanceList': {
|
|
668
|
+
'url': '/',
|
|
669
|
+
'method': 'GET',
|
|
670
|
+
'config': {
|
|
671
|
+
'query': {
|
|
672
|
+
'Version': '2015-11-01',
|
|
673
|
+
'Action': 'GetProjectInstanceList',
|
|
674
|
+
},
|
|
675
|
+
'headers': {
|
|
676
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
677
|
+
},
|
|
678
|
+
},
|
|
679
|
+
'paramsType': {
|
|
680
|
+
'ProjectId': 'Int',
|
|
681
|
+
'ProductLine': 'String',
|
|
682
|
+
'Ps': 'Int',
|
|
683
|
+
'Pn': 'Int',
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
'UpdateInstanceProjectId': {
|
|
687
|
+
'url': '/',
|
|
688
|
+
'method': 'GET',
|
|
689
|
+
'config': {
|
|
690
|
+
'query': {
|
|
691
|
+
'Version': '2015-11-01',
|
|
692
|
+
'Action': 'UpdateInstanceProjectId',
|
|
693
|
+
},
|
|
694
|
+
'headers': {
|
|
695
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
696
|
+
},
|
|
697
|
+
},
|
|
698
|
+
'paramsType': {
|
|
699
|
+
'ProjectId': 'Int',
|
|
700
|
+
'InstanceId': 'String',
|
|
701
|
+
'Action': 'String',
|
|
702
|
+
'Version': 'String',
|
|
598
703
|
}
|
|
599
704
|
},
|
|
600
705
|
'ListEntitiesForPolicy': {
|
|
@@ -617,7 +722,7 @@ module.exports = class Client extends BaseClient {
|
|
|
617
722
|
},
|
|
618
723
|
'ListProjectMember': {
|
|
619
724
|
'url': '/',
|
|
620
|
-
'method': '
|
|
725
|
+
'method': 'GET',
|
|
621
726
|
'config': {
|
|
622
727
|
'query': {
|
|
623
728
|
'Version': '2015-11-01',
|
|
@@ -633,7 +738,7 @@ module.exports = class Client extends BaseClient {
|
|
|
633
738
|
},
|
|
634
739
|
'DeleteProjectMember': {
|
|
635
740
|
'url': '/',
|
|
636
|
-
'method': '
|
|
741
|
+
'method': 'GET',
|
|
637
742
|
'config': {
|
|
638
743
|
'query': {
|
|
639
744
|
'Version': '2015-11-01',
|
|
@@ -650,7 +755,7 @@ module.exports = class Client extends BaseClient {
|
|
|
650
755
|
},
|
|
651
756
|
'AddProjectMember': {
|
|
652
757
|
'url': '/',
|
|
653
|
-
'method': '
|
|
758
|
+
'method': 'GET',
|
|
654
759
|
'config': {
|
|
655
760
|
'query': {
|
|
656
761
|
'Version': '2015-11-01',
|
|
@@ -668,7 +773,7 @@ module.exports = class Client extends BaseClient {
|
|
|
668
773
|
},
|
|
669
774
|
'UpdateRole': {
|
|
670
775
|
'url': '/',
|
|
671
|
-
'method': '
|
|
776
|
+
'method': 'GET',
|
|
672
777
|
'config': {
|
|
673
778
|
'query': {
|
|
674
779
|
'Version': '2015-11-01',
|
|
@@ -685,7 +790,7 @@ module.exports = class Client extends BaseClient {
|
|
|
685
790
|
},
|
|
686
791
|
'UpdatePolicy': {
|
|
687
792
|
'url': '/',
|
|
688
|
-
'method': '
|
|
793
|
+
'method': 'GET',
|
|
689
794
|
'config': {
|
|
690
795
|
'query': {
|
|
691
796
|
'Version': '2015-11-01',
|
|
@@ -702,7 +807,7 @@ module.exports = class Client extends BaseClient {
|
|
|
702
807
|
},
|
|
703
808
|
'CreateGroup': {
|
|
704
809
|
'url': '/',
|
|
705
|
-
'method': '
|
|
810
|
+
'method': 'GET',
|
|
706
811
|
'config': {
|
|
707
812
|
'query': {
|
|
708
813
|
'Version': '2015-11-01',
|
|
@@ -719,7 +824,7 @@ module.exports = class Client extends BaseClient {
|
|
|
719
824
|
},
|
|
720
825
|
'DeleteGroup': {
|
|
721
826
|
'url': '/',
|
|
722
|
-
'method': '
|
|
827
|
+
'method': 'GET',
|
|
723
828
|
'config': {
|
|
724
829
|
'query': {
|
|
725
830
|
'Version': '2015-11-01',
|
|
@@ -735,7 +840,7 @@ module.exports = class Client extends BaseClient {
|
|
|
735
840
|
},
|
|
736
841
|
'DetachGroupPolicy': {
|
|
737
842
|
'url': '/',
|
|
738
|
-
'method': '
|
|
843
|
+
'method': 'GET',
|
|
739
844
|
'config': {
|
|
740
845
|
'query': {
|
|
741
846
|
'Version': '2015-11-01',
|
|
@@ -752,7 +857,7 @@ module.exports = class Client extends BaseClient {
|
|
|
752
857
|
},
|
|
753
858
|
'AttachGroupPolicy': {
|
|
754
859
|
'url': '/',
|
|
755
|
-
'method': '
|
|
860
|
+
'method': 'GET',
|
|
756
861
|
'config': {
|
|
757
862
|
'query': {
|
|
758
863
|
'Version': '2015-11-01',
|
|
@@ -769,7 +874,7 @@ module.exports = class Client extends BaseClient {
|
|
|
769
874
|
},
|
|
770
875
|
'ListGroupPolicies': {
|
|
771
876
|
'url': '/',
|
|
772
|
-
'method': '
|
|
877
|
+
'method': 'GET',
|
|
773
878
|
'config': {
|
|
774
879
|
'query': {
|
|
775
880
|
'Version': '2015-11-01',
|
|
@@ -787,7 +892,7 @@ module.exports = class Client extends BaseClient {
|
|
|
787
892
|
},
|
|
788
893
|
'AddUserToGroup': {
|
|
789
894
|
'url': '/',
|
|
790
|
-
'method': '
|
|
895
|
+
'method': 'GET',
|
|
791
896
|
'config': {
|
|
792
897
|
'query': {
|
|
793
898
|
'Version': '2015-11-01',
|
|
@@ -804,7 +909,7 @@ module.exports = class Client extends BaseClient {
|
|
|
804
909
|
},
|
|
805
910
|
'GetGroup': {
|
|
806
911
|
'url': '/',
|
|
807
|
-
'method': '
|
|
912
|
+
'method': 'GET',
|
|
808
913
|
'config': {
|
|
809
914
|
'query': {
|
|
810
915
|
'Version': '2015-11-01',
|
|
@@ -822,7 +927,7 @@ module.exports = class Client extends BaseClient {
|
|
|
822
927
|
},
|
|
823
928
|
'ListGroupsForUser': {
|
|
824
929
|
'url': '/',
|
|
825
|
-
'method': '
|
|
930
|
+
'method': 'GET',
|
|
826
931
|
'config': {
|
|
827
932
|
'query': {
|
|
828
933
|
'Version': '2015-11-01',
|
|
@@ -840,7 +945,7 @@ module.exports = class Client extends BaseClient {
|
|
|
840
945
|
},
|
|
841
946
|
'ListGroups': {
|
|
842
947
|
'url': '/',
|
|
843
|
-
'method': '
|
|
948
|
+
'method': 'GET',
|
|
844
949
|
'config': {
|
|
845
950
|
'query': {
|
|
846
951
|
'Version': '2015-11-01',
|
|
@@ -857,7 +962,7 @@ module.exports = class Client extends BaseClient {
|
|
|
857
962
|
},
|
|
858
963
|
'RemoveUserFromGroup': {
|
|
859
964
|
'url': '/',
|
|
860
|
-
'method': '
|
|
965
|
+
'method': 'GET',
|
|
861
966
|
'config': {
|
|
862
967
|
'query': {
|
|
863
968
|
'Version': '2015-11-01',
|
|
@@ -872,5 +977,20 @@ module.exports = class Client extends BaseClient {
|
|
|
872
977
|
'UserName': 'String',
|
|
873
978
|
}
|
|
874
979
|
},
|
|
980
|
+
'ListAllUserAccessKeys': {
|
|
981
|
+
'url': '/',
|
|
982
|
+
'method': 'GET',
|
|
983
|
+
'config': {
|
|
984
|
+
'query': {
|
|
985
|
+
'Version': '2015-11-01',
|
|
986
|
+
'Action': 'ListAllUserAccessKeys',
|
|
987
|
+
},
|
|
988
|
+
'headers': {
|
|
989
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
990
|
+
},
|
|
991
|
+
},
|
|
992
|
+
'paramsType': {
|
|
993
|
+
}
|
|
994
|
+
},
|
|
875
995
|
}
|
|
876
996
|
}
|