ksyun-sdk-node 1.2.4 → 1.4.8

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 (126) 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 +511 -0
  5. package/dist/service/Bill/v20180601/index.js +45 -45
  6. package/dist/service/Bill/v20220601/index.js +35 -35
  7. package/dist/service/Bill_union/v20200101/index.js +139 -103
  8. package/dist/service/Bill_union/v20221222/index.js +93 -93
  9. package/dist/service/Bill_union/v20250801/index.js +66 -0
  10. package/dist/service/Bws/v20160304/index.js +103 -103
  11. package/dist/service/Cdn/v20160901/index.js +66 -19
  12. package/dist/service/Cdn/v20200630/index.js +306 -306
  13. package/dist/service/Cdn/v20200901/index.js +108 -108
  14. package/dist/service/Cdn/v20211201/index.js +45 -0
  15. package/dist/service/Cdn/v20250503/index.js +71 -0
  16. package/dist/service/Cen/v20160304/index.js +321 -321
  17. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  18. package/dist/service/Ebs/v20160304/index.js +262 -262
  19. package/dist/service/Eip/v20160304/index.js +101 -101
  20. package/dist/service/Epc/v20151101/index.js +1741 -766
  21. package/dist/service/Iam/v20151101/index.js +863 -756
  22. package/dist/service/Iam/v20240513/index.js +47 -0
  23. package/dist/service/Iam/v20240703/index.js +44 -0
  24. package/dist/service/Kad/v20161122/index.js +81 -81
  25. package/dist/service/Kce/v20180314/index.js +216 -216
  26. package/dist/service/Kce/v20190806/index.js +343 -343
  27. package/dist/service/Kce/v20201231/index.js +39 -39
  28. package/dist/service/Kcf/v20211215/index.js +141 -141
  29. package/dist/service/Kcm/v20160304/index.js +81 -81
  30. package/dist/service/Kcrs/v20211109/index.js +611 -611
  31. package/dist/service/Kcs/v20160701/index.js +800 -800
  32. package/dist/service/Kcs/v20170401/index.js +47 -47
  33. package/dist/service/Kead/v20200101/index.js +25 -25
  34. package/dist/service/Kec/v20160304/index.js +1697 -1533
  35. package/dist/service/Kes/v20201215/index.js +171 -0
  36. package/dist/service/Ket/v20170101/index.js +92 -92
  37. package/dist/service/Kkms/v20160304/index.js +108 -108
  38. package/dist/service/Klog/v20200731/index.js +232 -705
  39. package/dist/service/Kls/v20170101/index.js +135 -135
  40. package/dist/service/Kmr/v20210902/index.js +422 -0
  41. package/dist/service/Kmr/v20231231/index.js +154 -0
  42. package/dist/service/Kmr/v20240814/index.js +370 -0
  43. package/dist/service/Krds/v20160701/index.js +991 -991
  44. package/dist/service/Krds/v20200825/index.js +115 -115
  45. package/dist/service/Memcached/v20180627/index.js +172 -172
  46. package/dist/service/Mongodb/v20170101/index.js +514 -514
  47. package/dist/service/Monitor/v20100525/index.js +41 -41
  48. package/dist/service/Monitor/v20181114/index.js +25 -25
  49. package/dist/service/Monitor/v20210101/index.js +153 -116
  50. package/dist/service/Monitor/v20220101/index.js +30 -40
  51. package/dist/service/Monitor/v20250101/index.js +71 -0
  52. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  53. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  54. package/dist/service/Sks/v20151101/index.js +69 -69
  55. package/dist/service/Slb/v20160304/index.js +1208 -1208
  56. package/dist/service/Sts/v20151101/index.js +23 -23
  57. package/dist/service/Tagv2/v20200901/index.js +115 -115
  58. package/dist/service/Tidb/v20210520/index.js +254 -254
  59. package/dist/service/Trade/v20200114/index.js +20 -20
  60. package/dist/service/Trade/v20200831/index.js +22 -22
  61. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  62. package/dist/service/Waf/v20200707/index.js +174 -174
  63. package/example/iam.js +2 -1
  64. package/example/res.js +2 -1
  65. package/package.json +1 -1
  66. package/src/base/BaseClient.js +51 -4
  67. package/src/service/Actiontrail/v20190401/index.js +42 -42
  68. package/src/service/Aicp/v20240612/index.js +503 -0
  69. package/src/service/Bill/v20180601/index.js +63 -64
  70. package/src/service/Bill/v20220601/index.js +50 -50
  71. package/src/service/Bill_union/v20200101/index.js +181 -146
  72. package/src/service/Bill_union/v20221222/index.js +124 -124
  73. package/src/service/Bill_union/v20250801/index.js +58 -0
  74. package/src/service/Bws/v20160304/index.js +138 -138
  75. package/src/service/Cdn/v20160901/index.js +78 -32
  76. package/src/service/Cdn/v20200630/index.js +399 -399
  77. package/src/service/Cdn/v20200901/index.js +143 -143
  78. package/src/service/Cdn/v20211201/index.js +37 -0
  79. package/src/service/Cdn/v20250503/index.js +63 -0
  80. package/src/service/Cen/v20160304/index.js +449 -449
  81. package/src/service/Clickhouse/v20210101/index.js +535 -535
  82. package/src/service/Ebs/v20160304/index.js +365 -365
  83. package/src/service/Eip/v20160304/index.js +135 -136
  84. package/src/service/Epc/v20151101/index.js +1984 -1009
  85. package/src/service/Iam/v20151101/index.js +1155 -1050
  86. package/src/service/Iam/v20240513/index.js +39 -0
  87. package/src/service/Iam/v20240703/index.js +36 -0
  88. package/src/service/Kad/v20161122/index.js +112 -112
  89. package/src/service/Kce/v20180314/index.js +309 -309
  90. package/src/service/Kce/v20190806/index.js +471 -471
  91. package/src/service/Kce/v20201231/index.js +50 -50
  92. package/src/service/Kcf/v20211215/index.js +192 -194
  93. package/src/service/Kcm/v20160304/index.js +104 -104
  94. package/src/service/Kcrs/v20211109/index.js +840 -854
  95. package/src/service/Kcs/v20160701/index.js +1095 -1098
  96. package/src/service/Kcs/v20170401/index.js +66 -66
  97. package/src/service/Kead/v20200101/index.js +36 -36
  98. package/src/service/Kec/v20160304/index.js +2061 -1902
  99. package/src/service/Kes/v20201215/index.js +163 -0
  100. package/src/service/Ket/v20170101/index.js +123 -123
  101. package/src/service/Kkms/v20160304/index.js +156 -156
  102. package/src/service/Klog/v20200731/index.js +320 -807
  103. package/src/service/Kls/v20170101/index.js +183 -183
  104. package/src/service/Kmr/v20210902/index.js +414 -0
  105. package/src/service/Kmr/v20231231/index.js +146 -0
  106. package/src/service/Kmr/v20240814/index.js +362 -0
  107. package/src/service/Krds/v20160701/index.js +1291 -1293
  108. package/src/service/Krds/v20200825/index.js +163 -163
  109. package/src/service/Memcached/v20180627/index.js +238 -245
  110. package/src/service/Mongodb/v20170101/index.js +672 -672
  111. package/src/service/Monitor/v20100525/index.js +56 -56
  112. package/src/service/Monitor/v20181114/index.js +36 -36
  113. package/src/service/Monitor/v20210101/index.js +205 -169
  114. package/src/service/Monitor/v20220101/index.js +44 -54
  115. package/src/service/Monitor/v20250101/index.js +63 -0
  116. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  117. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  118. package/src/service/Sks/v20151101/index.js +95 -96
  119. package/src/service/Slb/v20160304/index.js +1471 -1471
  120. package/src/service/Sts/v20151101/index.js +34 -34
  121. package/src/service/Tagv2/v20200901/index.js +163 -163
  122. package/src/service/Tidb/v20210520/index.js +352 -352
  123. package/src/service/Trade/v20200114/index.js +31 -31
  124. package/src/service/Trade/v20200831/index.js +33 -33
  125. package/src/service/Vpc/v20160304/index.js +2404 -1667
  126. package/src/service/Waf/v20200707/index.js +237 -237
@@ -8,1050 +8,1157 @@ module.exports = class Client extends BaseClient {
8
8
  constructor(...args) {
9
9
  super(...args);
10
10
  _defineProperty(this, "_baseConfig", {
11
- 'protocol': 'http://',
12
- 'endpoint': 'iam.api.ksyun.com',
13
- 'config': {
14
- 'timeout': 60,
11
+ protocol: "http://",
12
+ endpoint: "iam.api.ksyun.com",
13
+ config: {
14
+ timeout: 60,
15
15
  //设置timeout
16
- 'headers': {
17
- 'Accept': 'application/json'
16
+ headers: {
17
+ Accept: "application/json"
18
18
  },
19
- 'credentials': {
20
- 'region': 'cn-shanghai-3',
21
- 'service': 'iam'
19
+ credentials: {
20
+ region: "cn-shanghai-3",
21
+ service: "iam"
22
22
  }
23
23
  }
24
24
  });
25
25
  _defineProperty(this, "_apiList", {
26
- 'CreateUser': {
27
- 'url': '/',
28
- 'method': 'GET',
29
- 'config': {
30
- 'query': {
31
- 'Version': '2015-11-01',
32
- 'Action': 'CreateUser'
33
- },
34
- 'headers': {
35
- 'Content-Type': 'application/x-www-form-urlencoded'
36
- }
37
- },
38
- 'paramsType': {
39
- 'UserName': 'String',
40
- 'RealName': 'String',
41
- 'Phone': 'String',
42
- 'Email': 'String',
43
- 'Remark': 'String',
44
- 'Password': 'String',
45
- 'PasswordResetRequired': 'Int',
46
- 'OpenLoginProtection': 'Int',
47
- 'OpenSecurityProtection': 'Int',
48
- 'ViewAllProject': 'Int'
26
+ CreateUser: {
27
+ url: "/",
28
+ method: "GET",
29
+ config: {
30
+ query: {
31
+ Version: "2015-11-01",
32
+ Action: "CreateUser"
33
+ },
34
+ headers: {
35
+ "Content-Type": "application/x-www-form-urlencoded"
36
+ }
37
+ },
38
+ paramsType: {
39
+ UserName: "String",
40
+ RealName: "String",
41
+ Phone: "String",
42
+ Email: "String",
43
+ Remark: "String",
44
+ Password: "String",
45
+ PasswordResetRequired: "Int",
46
+ OpenLoginProtection: "Int",
47
+ OpenSecurityProtection: "Int",
48
+ ViewAllProject: "Int",
49
+ AddProjectId: "Int"
50
+ }
51
+ },
52
+ ListUsers: {
53
+ url: "/",
54
+ method: "GET",
55
+ config: {
56
+ query: {
57
+ Version: "2015-11-01",
58
+ Action: "ListUsers"
59
+ },
60
+ headers: {
61
+ "Content-Type": "application/x-www-form-urlencoded"
62
+ }
63
+ },
64
+ paramsType: {
65
+ Marker: "String",
66
+ MaxItems: "Int",
67
+ AccessKey: "String"
49
68
  }
50
69
  },
51
- 'ListUsers': {
52
- 'url': '/',
53
- 'method': 'GET',
54
- 'config': {
55
- 'query': {
56
- 'Version': '2015-11-01',
57
- 'Action': 'ListUsers'
70
+ UpdateUser: {
71
+ url: "/",
72
+ method: "GET",
73
+ config: {
74
+ query: {
75
+ Version: "2015-11-01",
76
+ Action: "UpdateUser"
58
77
  },
59
- 'headers': {
60
- 'Content-Type': 'application/x-www-form-urlencoded'
78
+ headers: {
79
+ "Content-Type": "application/x-www-form-urlencoded"
61
80
  }
62
81
  },
63
- 'paramsType': {
64
- 'Marker': 'String',
65
- 'MaxItems': 'Int',
66
- 'AccessKey': 'String'
82
+ paramsType: {
83
+ UserName: "String",
84
+ NewUserName: "String",
85
+ NewRealName: "String",
86
+ NewEmail: "String",
87
+ NewPhone: "String",
88
+ IsInternational: "Int",
89
+ NewRemark: "String"
67
90
  }
68
91
  },
69
- 'UpdateUser': {
70
- 'url': '/',
71
- 'method': 'GET',
72
- 'config': {
73
- 'query': {
74
- 'Version': '2015-11-01',
75
- 'Action': 'UpdateUser'
76
- },
77
- 'headers': {
78
- 'Content-Type': 'application/x-www-form-urlencoded'
79
- }
80
- },
81
- 'paramsType': {
82
- 'UserName': 'String',
83
- 'NewUserName': 'String',
84
- 'NewRealName': 'String',
85
- 'NewEmail': 'String',
86
- 'NewPhone': 'String',
87
- 'IsInternational': 'Int',
88
- 'NewRemark': 'String'
92
+ GetUser: {
93
+ url: "/",
94
+ method: "GET",
95
+ config: {
96
+ query: {
97
+ Version: "2015-11-01",
98
+ Action: "GetUser"
99
+ },
100
+ headers: {
101
+ "Content-Type": "application/x-www-form-urlencoded"
102
+ }
103
+ },
104
+ paramsType: {
105
+ UserName: "String"
106
+ }
107
+ },
108
+ DeleteUser: {
109
+ url: "/",
110
+ method: "GET",
111
+ config: {
112
+ query: {
113
+ Version: "2015-11-01",
114
+ Action: "DeleteUser"
115
+ },
116
+ headers: {
117
+ "Content-Type": "application/x-www-form-urlencoded"
118
+ }
119
+ },
120
+ paramsType: {
121
+ UserName: "String"
122
+ }
123
+ },
124
+ DetachUserPolicy: {
125
+ url: "/",
126
+ method: "GET",
127
+ config: {
128
+ query: {
129
+ Version: "2015-11-01",
130
+ Action: "DetachUserPolicy"
131
+ },
132
+ headers: {
133
+ "Content-Type": "application/x-www-form-urlencoded"
134
+ }
135
+ },
136
+ paramsType: {
137
+ PolicyKrn: "String",
138
+ UserName: "String"
89
139
  }
90
140
  },
91
- 'GetUser': {
92
- 'url': '/',
93
- 'method': 'GET',
94
- 'config': {
95
- 'query': {
96
- 'Version': '2015-11-01',
97
- 'Action': 'GetUser'
141
+ ListAttachedUserPolicies: {
142
+ url: "/",
143
+ method: "GET",
144
+ config: {
145
+ query: {
146
+ Version: "2015-11-01",
147
+ Action: "ListAttachedUserPolicies"
98
148
  },
99
- 'headers': {
100
- 'Content-Type': 'application/x-www-form-urlencoded'
149
+ headers: {
150
+ "Content-Type": "application/x-www-form-urlencoded"
101
151
  }
102
152
  },
103
- 'paramsType': {
104
- 'UserName': 'String'
153
+ paramsType: {
154
+ UserName: "String",
155
+ Marker: "String",
156
+ MaxItems: "String"
105
157
  }
106
158
  },
107
- 'DeleteUser': {
108
- 'url': '/',
109
- 'method': 'GET',
110
- 'config': {
111
- 'query': {
112
- 'Version': '2015-11-01',
113
- 'Action': 'DeleteUser'
159
+ ListPolicyVersions: {
160
+ url: "/",
161
+ method: "GET",
162
+ config: {
163
+ query: {
164
+ Version: "2015-11-01",
165
+ Action: "ListPolicyVersions"
114
166
  },
115
- 'headers': {
116
- 'Content-Type': 'application/x-www-form-urlencoded'
167
+ headers: {
168
+ "Content-Type": "application/x-www-form-urlencoded"
117
169
  }
118
170
  },
119
- 'paramsType': {
120
- 'UserName': 'String'
171
+ paramsType: {
172
+ PolicyKrn: "String"
121
173
  }
122
174
  },
123
- 'DetachUserPolicy': {
124
- 'url': '/',
125
- 'method': 'GET',
126
- 'config': {
127
- 'query': {
128
- 'Version': '2015-11-01',
129
- 'Action': 'DetachUserPolicy'
175
+ SetDefaultPolicyVersion: {
176
+ url: "/",
177
+ method: "GET",
178
+ config: {
179
+ query: {
180
+ Version: "2015-11-01",
181
+ Action: "SetDefaultPolicyVersion"
130
182
  },
131
- 'headers': {
132
- 'Content-Type': 'application/x-www-form-urlencoded'
183
+ headers: {
184
+ "Content-Type": "application/x-www-form-urlencoded"
133
185
  }
134
186
  },
135
- 'paramsType': {
136
- 'PolicyKrn': 'String',
137
- 'UserName': 'String'
187
+ paramsType: {
188
+ PolicyKrn: "String",
189
+ VersionId: "String"
138
190
  }
139
191
  },
140
- 'ListAttachedUserPolicies': {
141
- 'url': '/',
142
- 'method': 'GET',
143
- 'config': {
144
- 'query': {
145
- 'Version': '2015-11-01',
146
- 'Action': 'ListAttachedUserPolicies'
192
+ AttachUserPolicy: {
193
+ url: "/",
194
+ method: "GET",
195
+ config: {
196
+ query: {
197
+ Version: "2015-11-01",
198
+ Action: "AttachUserPolicy"
147
199
  },
148
- 'headers': {
149
- 'Content-Type': 'application/x-www-form-urlencoded'
200
+ headers: {
201
+ "Content-Type": "application/x-www-form-urlencoded"
150
202
  }
151
203
  },
152
- 'paramsType': {
153
- 'UserName': 'String',
154
- 'Marker': 'String',
155
- 'MaxItems': 'String'
204
+ paramsType: {
205
+ PolicyKrn: "String",
206
+ UserName: "String"
156
207
  }
157
208
  },
158
- 'ListPolicyVersions': {
159
- 'url': '/',
160
- 'method': 'GET',
161
- 'config': {
162
- 'query': {
163
- 'Version': '2015-11-01',
164
- 'Action': 'ListPolicyVersions'
209
+ DeletePolicyVersion: {
210
+ url: "/",
211
+ method: "GET",
212
+ config: {
213
+ query: {
214
+ Version: "2015-11-01",
215
+ Action: "DeletePolicyVersion"
165
216
  },
166
- 'headers': {
167
- 'Content-Type': 'application/x-www-form-urlencoded'
217
+ headers: {
218
+ "Content-Type": "application/x-www-form-urlencoded"
168
219
  }
169
220
  },
170
- 'paramsType': {
171
- 'PolicyKrn': 'String'
221
+ paramsType: {
222
+ PolicyKrn: "String",
223
+ VersionId: "String"
172
224
  }
173
225
  },
174
- 'SetDefaultPolicyVersion': {
175
- 'url': '/',
176
- 'method': 'GET',
177
- 'config': {
178
- 'query': {
179
- 'Version': '2015-11-01',
180
- 'Action': 'SetDefaultPolicyVersion'
226
+ GetPolicyVersion: {
227
+ url: "/",
228
+ method: "GET",
229
+ config: {
230
+ query: {
231
+ Version: "2015-11-01",
232
+ Action: "GetPolicyVersion"
181
233
  },
182
- 'headers': {
183
- 'Content-Type': 'application/x-www-form-urlencoded'
234
+ headers: {
235
+ "Content-Type": "application/x-www-form-urlencoded"
184
236
  }
185
237
  },
186
- 'paramsType': {
187
- 'PolicyKrn': 'String',
188
- 'VersionId': 'String'
238
+ paramsType: {
239
+ PolicyKrn: "String",
240
+ VersionId: "String"
189
241
  }
190
242
  },
191
- 'AttachUserPolicy': {
192
- 'url': '/',
193
- 'method': 'GET',
194
- 'config': {
195
- 'query': {
196
- 'Version': '2015-11-01',
197
- 'Action': 'AttachUserPolicy'
243
+ CreatePolicyVersion: {
244
+ url: "/",
245
+ method: "GET",
246
+ config: {
247
+ query: {
248
+ Version: "2015-11-01",
249
+ Action: "CreatePolicyVersion"
198
250
  },
199
- 'headers': {
200
- 'Content-Type': 'application/x-www-form-urlencoded'
251
+ headers: {
252
+ "Content-Type": "application/x-www-form-urlencoded"
201
253
  }
202
254
  },
203
- 'paramsType': {
204
- 'PolicyKrn': 'String',
205
- 'UserName': 'String'
255
+ paramsType: {
256
+ PolicyKrn: "String",
257
+ PolicyDocument: "String",
258
+ SetAsDefault: "String",
259
+ PolicyStruct: "String"
206
260
  }
207
261
  },
208
- 'DeletePolicyVersion': {
209
- 'url': '/',
210
- 'method': 'GET',
211
- 'config': {
212
- 'query': {
213
- 'Version': '2015-11-01',
214
- 'Action': 'DeletePolicyVersion'
262
+ ListPolicies: {
263
+ url: "/",
264
+ method: "GET",
265
+ config: {
266
+ query: {
267
+ Version: "2015-11-01",
268
+ Action: "ListPolicies"
215
269
  },
216
- 'headers': {
217
- 'Content-Type': 'application/x-www-form-urlencoded'
270
+ headers: {
271
+ "Content-Type": "application/x-www-form-urlencoded"
218
272
  }
219
273
  },
220
- 'paramsType': {
221
- 'PolicyKrn': 'String',
222
- 'VersionId': 'String'
274
+ paramsType: {
275
+ Marker: "String",
276
+ MaxItems: "String",
277
+ OnlyAttached: "Boolean",
278
+ Scope: "String"
223
279
  }
224
280
  },
225
- 'GetPolicyVersion': {
226
- 'url': '/',
227
- 'method': 'GET',
228
- 'config': {
229
- 'query': {
230
- 'Version': '2015-11-01',
231
- 'Action': 'GetPolicyVersion'
281
+ GetPolicy: {
282
+ url: "/",
283
+ method: "GET",
284
+ config: {
285
+ query: {
286
+ Version: "2015-11-01",
287
+ Action: "GetPolicy"
232
288
  },
233
- 'headers': {
234
- 'Content-Type': 'application/x-www-form-urlencoded'
289
+ headers: {
290
+ "Content-Type": "application/x-www-form-urlencoded"
235
291
  }
236
292
  },
237
- 'paramsType': {
238
- 'PolicyKrn': 'String',
239
- 'VersionId': 'String'
293
+ paramsType: {
294
+ PolicyKrn: "String"
240
295
  }
241
296
  },
242
- 'CreatePolicyVersion': {
243
- 'url': '/',
244
- 'method': 'GET',
245
- 'config': {
246
- 'query': {
247
- 'Version': '2015-11-01',
248
- 'Action': 'CreatePolicyVersion'
297
+ DeletePolicy: {
298
+ url: "/",
299
+ method: "GET",
300
+ config: {
301
+ query: {
302
+ Version: "2015-11-01",
303
+ Action: "DeletePolicy"
249
304
  },
250
- 'headers': {
251
- 'Content-Type': 'application/x-www-form-urlencoded'
305
+ headers: {
306
+ "Content-Type": "application/x-www-form-urlencoded"
252
307
  }
253
308
  },
254
- 'paramsType': {
255
- 'PolicyKrn': 'String',
256
- 'PolicyDocument': 'String',
257
- 'SetAsDefault': 'String',
258
- 'PolicyStruct': 'String'
309
+ paramsType: {
310
+ PolicyKrn: "String"
259
311
  }
260
312
  },
261
- 'ListPolicies': {
262
- 'url': '/',
263
- 'method': 'GET',
264
- 'config': {
265
- 'query': {
266
- 'Version': '2015-11-01',
267
- 'Action': 'ListPolicies'
313
+ CreatePolicy: {
314
+ url: "/",
315
+ method: "GET",
316
+ config: {
317
+ query: {
318
+ Version: "2015-11-01",
319
+ Action: "CreatePolicy"
268
320
  },
269
- 'headers': {
270
- 'Content-Type': 'application/x-www-form-urlencoded'
321
+ headers: {
322
+ "Content-Type": "application/x-www-form-urlencoded"
271
323
  }
272
324
  },
273
- 'paramsType': {
274
- 'Marker': 'String',
275
- 'MaxItems': 'String',
276
- 'OnlyAttached': 'Boolean',
277
- 'Scope': 'String'
325
+ paramsType: {
326
+ PolicyName: "String",
327
+ Description: "String",
328
+ PolicyDocument: "String",
329
+ PolicyStruct: "String",
330
+ CreateMode: "String"
278
331
  }
279
332
  },
280
- 'GetPolicy': {
281
- 'url': '/',
282
- 'method': 'GET',
283
- 'config': {
284
- 'query': {
285
- 'Version': '2015-11-01',
286
- 'Action': 'GetPolicy'
333
+ ChangePassword: {
334
+ url: "/",
335
+ method: "GET",
336
+ config: {
337
+ query: {
338
+ Version: "2015-11-01",
339
+ Action: "ChangePassword"
287
340
  },
288
- 'headers': {
289
- 'Content-Type': 'application/x-www-form-urlencoded'
341
+ headers: {
342
+ "Content-Type": "application/x-www-form-urlencoded"
290
343
  }
291
344
  },
292
- 'paramsType': {
293
- 'PolicyKrn': 'String'
345
+ paramsType: {
346
+ OldPassword: "String",
347
+ NewPassword: "String"
294
348
  }
295
349
  },
296
- 'DeletePolicy': {
297
- 'url': '/',
298
- 'method': 'GET',
299
- 'config': {
300
- 'query': {
301
- 'Version': '2015-11-01',
302
- 'Action': 'DeletePolicy'
350
+ UpdateLoginProfile: {
351
+ url: "/",
352
+ method: "GET",
353
+ config: {
354
+ query: {
355
+ Version: "2015-11-01",
356
+ Action: "UpdateLoginProfile"
303
357
  },
304
- 'headers': {
305
- 'Content-Type': 'application/x-www-form-urlencoded'
358
+ headers: {
359
+ "Content-Type": "application/x-www-form-urlencoded"
306
360
  }
307
361
  },
308
- 'paramsType': {
309
- 'PolicyKrn': 'String'
362
+ paramsType: {
363
+ UserName: "String",
364
+ Password: "String",
365
+ PasswordResetRequired: "Boolean",
366
+ OpenLoginProtection: "Boolean",
367
+ OpenSecurityProtection: "Boolean",
368
+ ViewAllProject: "Boolean"
310
369
  }
311
370
  },
312
- 'CreatePolicy': {
313
- 'url': '/',
314
- 'method': 'GET',
315
- 'config': {
316
- 'query': {
317
- 'Version': '2015-11-01',
318
- 'Action': 'CreatePolicy'
371
+ GetLoginProfile: {
372
+ url: "/",
373
+ method: "GET",
374
+ config: {
375
+ query: {
376
+ Version: "2015-11-01",
377
+ Action: "GetLoginProfile"
319
378
  },
320
- 'headers': {
321
- 'Content-Type': 'application/x-www-form-urlencoded'
379
+ headers: {
380
+ "Content-Type": "application/x-www-form-urlencoded"
322
381
  }
323
382
  },
324
- 'paramsType': {
325
- 'PolicyName': 'String',
326
- 'Description': 'String',
327
- 'PolicyDocument': 'String',
328
- 'PolicyStruct': 'String',
329
- 'CreateMode': 'String'
383
+ paramsType: {
384
+ UserName: "String",
385
+ NotCheckPassword: "Int"
330
386
  }
331
387
  },
332
- 'ChangePassword': {
333
- 'url': '/',
334
- 'method': 'GET',
335
- 'config': {
336
- 'query': {
337
- 'Version': '2015-11-01',
338
- 'Action': 'ChangePassword'
388
+ CreateAccessKey: {
389
+ url: "/",
390
+ method: "GET",
391
+ config: {
392
+ query: {
393
+ Version: "2015-11-01",
394
+ Action: "CreateAccessKey"
339
395
  },
340
- 'headers': {
341
- 'Content-Type': 'application/x-www-form-urlencoded'
396
+ headers: {
397
+ "Content-Type": "application/x-www-form-urlencoded"
342
398
  }
343
399
  },
344
- 'paramsType': {
345
- 'OldPassword': 'String',
346
- 'NewPassword': 'String'
400
+ paramsType: {
401
+ UserName: "String"
347
402
  }
348
403
  },
349
- 'UpdateLoginProfile': {
350
- 'url': '/',
351
- 'method': 'GET',
352
- 'config': {
353
- 'query': {
354
- 'Version': '2015-11-01',
355
- 'Action': 'UpdateLoginProfile'
356
- },
357
- 'headers': {
358
- 'Content-Type': 'application/x-www-form-urlencoded'
359
- }
360
- },
361
- 'paramsType': {
362
- 'UserName': 'String',
363
- 'Password': 'String',
364
- 'PasswordResetRequired': 'Boolean',
365
- 'OpenLoginProtection': 'Boolean',
366
- 'OpenSecurityProtection': 'Boolean',
367
- 'ViewAllProject': 'Boolean'
404
+ ListAccessKeys: {
405
+ url: "/",
406
+ method: "GET",
407
+ config: {
408
+ query: {
409
+ Version: "2015-11-01",
410
+ Action: "ListAccessKeys"
411
+ },
412
+ headers: {
413
+ "Content-Type": "application/x-www-form-urlencoded"
414
+ }
415
+ },
416
+ paramsType: {
417
+ UserName: "String"
368
418
  }
369
419
  },
370
- 'GetLoginProfile': {
371
- 'url': '/',
372
- 'method': 'GET',
373
- 'config': {
374
- 'query': {
375
- 'Version': '2015-11-01',
376
- 'Action': 'GetLoginProfile'
420
+ UpdateAccessKey: {
421
+ url: "/",
422
+ method: "GET",
423
+ config: {
424
+ query: {
425
+ Version: "2015-11-01",
426
+ Action: "UpdateAccessKey"
377
427
  },
378
- 'headers': {
379
- 'Content-Type': 'application/x-www-form-urlencoded'
428
+ headers: {
429
+ "Content-Type": "application/x-www-form-urlencoded"
380
430
  }
381
431
  },
382
- 'paramsType': {
383
- 'UserName': 'String',
384
- 'NotCheckPassword': 'Int'
432
+ paramsType: {
433
+ AccessKeyId: "String",
434
+ UserName: "String",
435
+ Status: "String"
385
436
  }
386
437
  },
387
- 'CreateAccessKey': {
388
- 'url': '/',
389
- 'method': 'GET',
390
- 'config': {
391
- 'query': {
392
- 'Version': '2015-11-01',
393
- 'Action': 'CreateAccessKey'
438
+ DeleteAccessKey: {
439
+ url: "/",
440
+ method: "GET",
441
+ config: {
442
+ query: {
443
+ Version: "2015-11-01",
444
+ Action: "DeleteAccessKey"
394
445
  },
395
- 'headers': {
396
- 'Content-Type': 'application/x-www-form-urlencoded'
446
+ headers: {
447
+ "Content-Type": "application/x-www-form-urlencoded"
397
448
  }
398
449
  },
399
- 'paramsType': {
400
- 'UserName': 'String'
450
+ paramsType: {
451
+ UserName: "String",
452
+ AccessKeyId: "String"
401
453
  }
402
454
  },
403
- 'ListAccessKeys': {
404
- 'url': '/',
405
- 'method': 'GET',
406
- 'config': {
407
- 'query': {
408
- 'Version': '2015-11-01',
409
- 'Action': 'ListAccessKeys'
455
+ ListVirtualMFADevices: {
456
+ url: "/",
457
+ method: "GET",
458
+ config: {
459
+ query: {
460
+ Version: "2015-11-01",
461
+ Action: "ListVirtualMFADevices"
410
462
  },
411
- 'headers': {
412
- 'Content-Type': 'application/x-www-form-urlencoded'
463
+ headers: {
464
+ "Content-Type": "application/x-www-form-urlencoded"
413
465
  }
414
466
  },
415
- 'paramsType': {
416
- 'UserName': 'String'
467
+ paramsType: {
468
+ AssignmentStatus: "String",
469
+ Marker: "String",
470
+ MaxItems: "Int"
417
471
  }
418
472
  },
419
- 'UpdateAccessKey': {
420
- 'url': '/',
421
- 'method': 'GET',
422
- 'config': {
423
- 'query': {
424
- 'Version': '2015-11-01',
425
- 'Action': 'UpdateAccessKey'
473
+ EnableMFADevice: {
474
+ url: "/",
475
+ method: "GET",
476
+ config: {
477
+ query: {
478
+ Version: "2015-11-01",
479
+ Action: "EnableMFADevice"
426
480
  },
427
- 'headers': {
428
- 'Content-Type': 'application/x-www-form-urlencoded'
481
+ headers: {
482
+ "Content-Type": "application/x-www-form-urlencoded"
429
483
  }
430
484
  },
431
- 'paramsType': {
432
- 'AccessKeyId': 'String',
433
- 'UserName': 'String',
434
- 'Status': 'String'
485
+ paramsType: {
486
+ AuthenticationCode1: "String",
487
+ AuthenticationCode2: "String",
488
+ SerialNumber: "String",
489
+ UserName: "String"
435
490
  }
436
491
  },
437
- 'DeleteAccessKey': {
438
- 'url': '/',
439
- 'method': 'GET',
440
- 'config': {
441
- 'query': {
442
- 'Version': '2015-11-01',
443
- 'Action': 'DeleteAccessKey'
492
+ DeactivateMFADevice: {
493
+ url: "/",
494
+ method: "GET",
495
+ config: {
496
+ query: {
497
+ Version: "2015-11-01",
498
+ Action: "DeactivateMFADevice"
444
499
  },
445
- 'headers': {
446
- 'Content-Type': 'application/x-www-form-urlencoded'
500
+ headers: {
501
+ "Content-Type": "application/x-www-form-urlencoded"
447
502
  }
448
503
  },
449
- 'paramsType': {
450
- 'UserName': 'String',
451
- 'AccessKeyId': 'String'
504
+ paramsType: {
505
+ SerialNumber: "String",
506
+ UserName: "String"
452
507
  }
453
508
  },
454
- 'ListVirtualMFADevices': {
455
- 'url': '/',
456
- 'method': 'GET',
457
- 'config': {
458
- 'query': {
459
- 'Version': '2015-11-01',
460
- 'Action': 'ListVirtualMFADevices'
509
+ GetVirtualMFADevice: {
510
+ url: "/",
511
+ method: "GET",
512
+ config: {
513
+ query: {
514
+ Version: "2015-11-01",
515
+ Action: "GetVirtualMFADevice"
461
516
  },
462
- 'headers': {
463
- 'Content-Type': 'application/x-www-form-urlencoded'
517
+ headers: {
518
+ "Content-Type": "application/x-www-form-urlencoded"
464
519
  }
465
520
  },
466
- 'paramsType': {
467
- 'AssignmentStatus': 'String',
468
- 'Marker': 'String',
469
- 'MaxItems': 'Int'
521
+ paramsType: {
522
+ UserName: "String"
470
523
  }
471
524
  },
472
- 'EnableMFADevice': {
473
- 'url': '/',
474
- 'method': 'GET',
475
- 'config': {
476
- 'query': {
477
- 'Version': '2015-11-01',
478
- 'Action': 'EnableMFADevice'
525
+ CreateRole: {
526
+ url: "/",
527
+ method: "GET",
528
+ config: {
529
+ query: {
530
+ Version: "2015-11-01",
531
+ Action: "CreateRole"
479
532
  },
480
- 'headers': {
481
- 'Content-Type': 'application/x-www-form-urlencoded'
533
+ headers: {
534
+ "Content-Type": "application/x-www-form-urlencoded"
482
535
  }
483
536
  },
484
- 'paramsType': {
485
- 'AuthenticationCode1': 'String',
486
- 'AuthenticationCode2': 'String',
487
- 'SerialNumber': 'String',
488
- 'UserName': 'String'
537
+ paramsType: {
538
+ RoleName: "String",
539
+ TrustAccounts: "String",
540
+ Description: "String"
489
541
  }
490
542
  },
491
- 'DeactivateMFADevice': {
492
- 'url': '/',
493
- 'method': 'GET',
494
- 'config': {
495
- 'query': {
496
- 'Version': '2015-11-01',
497
- 'Action': 'DeactivateMFADevice'
543
+ DeleteRole: {
544
+ url: "/",
545
+ method: "GET",
546
+ config: {
547
+ query: {
548
+ Version: "2015-11-01",
549
+ Action: "DeleteRole"
498
550
  },
499
- 'headers': {
500
- 'Content-Type': 'application/x-www-form-urlencoded'
551
+ headers: {
552
+ "Content-Type": "application/x-www-form-urlencoded"
501
553
  }
502
554
  },
503
- 'paramsType': {
504
- 'SerialNumber': 'String',
505
- 'UserName': 'String'
555
+ paramsType: {
556
+ RoleName: "String"
506
557
  }
507
558
  },
508
- 'GetVirtualMFADevice': {
509
- 'url': '/',
510
- 'method': 'GET',
511
- 'config': {
512
- 'query': {
513
- 'Version': '2015-11-01',
514
- 'Action': 'GetVirtualMFADevice'
559
+ GetRole: {
560
+ url: "/",
561
+ method: "GET",
562
+ config: {
563
+ query: {
564
+ Version: "2015-11-01",
565
+ Action: "GetRole"
515
566
  },
516
- 'headers': {
517
- 'Content-Type': 'application/x-www-form-urlencoded'
567
+ headers: {
568
+ "Content-Type": "application/x-www-form-urlencoded"
518
569
  }
519
570
  },
520
- 'paramsType': {
521
- 'UserName': 'String'
571
+ paramsType: {
572
+ RoleName: "String"
522
573
  }
523
574
  },
524
- 'CreateRole': {
525
- 'url': '/',
526
- 'method': 'GET',
527
- 'config': {
528
- 'query': {
529
- 'Version': '2015-11-01',
530
- 'Action': 'CreateRole'
575
+ ListRoles: {
576
+ url: "/",
577
+ method: "GET",
578
+ config: {
579
+ query: {
580
+ Version: "2015-11-01",
581
+ Action: "ListRoles"
531
582
  },
532
- 'headers': {
533
- 'Content-Type': 'application/x-www-form-urlencoded'
583
+ headers: {
584
+ "Content-Type": "application/x-www-form-urlencoded"
534
585
  }
535
586
  },
536
- 'paramsType': {
537
- 'RoleName': 'String',
538
- 'TrustAccounts': 'String',
539
- 'Description': 'String'
587
+ paramsType: {
588
+ Marker: "String",
589
+ MaxItems: "Int"
540
590
  }
541
591
  },
542
- 'DeleteRole': {
543
- 'url': '/',
544
- 'method': 'GET',
545
- 'config': {
546
- 'query': {
547
- 'Version': '2015-11-01',
548
- 'Action': 'DeleteRole'
592
+ AttachRolePolicy: {
593
+ url: "/",
594
+ method: "GET",
595
+ config: {
596
+ query: {
597
+ Version: "2015-11-01",
598
+ Action: "AttachRolePolicy"
549
599
  },
550
- 'headers': {
551
- 'Content-Type': 'application/x-www-form-urlencoded'
600
+ headers: {
601
+ "Content-Type": "application/x-www-form-urlencoded"
552
602
  }
553
603
  },
554
- 'paramsType': {
555
- 'RoleName': 'String'
604
+ paramsType: {
605
+ RoleName: "String",
606
+ PolicyKrn: "String"
556
607
  }
557
608
  },
558
- 'GetRole': {
559
- 'url': '/',
560
- 'method': 'GET',
561
- 'config': {
562
- 'query': {
563
- 'Version': '2015-11-01',
564
- 'Action': 'GetRole'
609
+ DetachRolePolicy: {
610
+ url: "/",
611
+ method: "GET",
612
+ config: {
613
+ query: {
614
+ Version: "2015-11-01",
615
+ Action: "DetachRolePolicy"
565
616
  },
566
- 'headers': {
567
- 'Content-Type': 'application/x-www-form-urlencoded'
617
+ headers: {
618
+ "Content-Type": "application/x-www-form-urlencoded"
568
619
  }
569
620
  },
570
- 'paramsType': {
571
- 'RoleName': 'String'
621
+ paramsType: {
622
+ RoleName: "String",
623
+ PolicyKrn: "String"
572
624
  }
573
625
  },
574
- 'ListRoles': {
575
- 'url': '/',
576
- 'method': 'GET',
577
- 'config': {
578
- 'query': {
579
- 'Version': '2015-11-01',
580
- 'Action': 'ListRoles'
626
+ ListAttachedRolePolicies: {
627
+ url: "/",
628
+ method: "GET",
629
+ config: {
630
+ query: {
631
+ Version: "2015-11-01",
632
+ Action: "ListAttachedRolePolicies"
581
633
  },
582
- 'headers': {
583
- 'Content-Type': 'application/x-www-form-urlencoded'
634
+ headers: {
635
+ "Content-Type": "application/x-www-form-urlencoded"
584
636
  }
585
637
  },
586
- 'paramsType': {
587
- 'Marker': 'String',
588
- 'MaxItems': 'Int'
638
+ paramsType: {
639
+ RoleName: "String",
640
+ Marker: "String",
641
+ MaxItems: "Int"
589
642
  }
590
643
  },
591
- 'AttachRolePolicy': {
592
- 'url': '/',
593
- 'method': 'GET',
594
- 'config': {
595
- 'query': {
596
- 'Version': '2015-11-01',
597
- 'Action': 'AttachRolePolicy'
644
+ UpdateRoleTrustAccounts: {
645
+ url: "/",
646
+ method: "GET",
647
+ config: {
648
+ query: {
649
+ Version: "2015-11-01",
650
+ Action: "UpdateRoleTrustAccounts"
598
651
  },
599
- 'headers': {
600
- 'Content-Type': 'application/x-www-form-urlencoded'
652
+ headers: {
653
+ "Content-Type": "application/x-www-form-urlencoded"
601
654
  }
602
655
  },
603
- 'paramsType': {
604
- 'RoleName': 'String',
605
- 'PolicyKrn': 'String'
656
+ paramsType: {
657
+ RoleName: "String",
658
+ NewTrustAccounts: "String"
606
659
  }
607
660
  },
608
- 'DetachRolePolicy': {
609
- 'url': '/',
610
- 'method': 'GET',
611
- 'config': {
612
- 'query': {
613
- 'Version': '2015-11-01',
614
- 'Action': 'DetachRolePolicy'
661
+ CreateProject: {
662
+ url: "/",
663
+ method: "GET",
664
+ config: {
665
+ query: {
666
+ Version: "2015-11-01",
667
+ Action: "CreateProject"
615
668
  },
616
- 'headers': {
617
- 'Content-Type': 'application/x-www-form-urlencoded'
669
+ headers: {
670
+ "Content-Type": "application/x-www-form-urlencoded"
618
671
  }
619
672
  },
620
- 'paramsType': {
621
- 'RoleName': 'String',
622
- 'PolicyKrn': 'String'
673
+ paramsType: {
674
+ ProjectName: "String",
675
+ ProjectDesc: "String"
623
676
  }
624
677
  },
625
- 'ListAttachedRolePolicies': {
626
- 'url': '/',
627
- 'method': 'GET',
628
- 'config': {
629
- 'query': {
630
- 'Version': '2015-11-01',
631
- 'Action': 'ListAttachedRolePolicies'
678
+ UpdateProjectInfo: {
679
+ url: "/",
680
+ method: "GET",
681
+ config: {
682
+ query: {
683
+ Version: "2015-11-01",
684
+ Action: "UpdateProjectInfo"
632
685
  },
633
- 'headers': {
634
- 'Content-Type': 'application/x-www-form-urlencoded'
686
+ headers: {
687
+ "Content-Type": "application/x-www-form-urlencoded"
635
688
  }
636
689
  },
637
- 'paramsType': {
638
- 'RoleName': 'String',
639
- 'Marker': 'String',
640
- 'MaxItems': 'Int'
690
+ paramsType: {
691
+ ProjectId: "Int",
692
+ ProjectName: "String",
693
+ ProjectDesc: "String"
641
694
  }
642
695
  },
643
- 'UpdateRoleTrustAccounts': {
644
- 'url': '/',
645
- 'method': 'GET',
646
- 'config': {
647
- 'query': {
648
- 'Version': '2015-11-01',
649
- 'Action': 'UpdateRoleTrustAccounts'
696
+ GetAccountAllProjectList: {
697
+ url: "/",
698
+ method: "GET",
699
+ config: {
700
+ query: {
701
+ Version: "2015-11-01",
702
+ Action: "GetAccountAllProjectList"
650
703
  },
651
- 'headers': {
652
- 'Content-Type': 'application/x-www-form-urlencoded'
704
+ headers: {
705
+ "Content-Type": "application/x-www-form-urlencoded"
653
706
  }
654
707
  },
655
- 'paramsType': {
656
- 'RoleName': 'String',
657
- 'NewTrustAccounts': 'String'
708
+ paramsType: {}
709
+ },
710
+ UpdateInstanceProjectId: {
711
+ url: "/",
712
+ method: "GET",
713
+ config: {
714
+ query: {
715
+ Version: "2015-11-01",
716
+ Action: "UpdateInstanceProjectId"
717
+ },
718
+ headers: {
719
+ "Content-Type": "application/x-www-form-urlencoded"
720
+ }
721
+ },
722
+ paramsType: {
723
+ ProjectId: "Int",
724
+ InstanceId: "String",
725
+ Action: "String",
726
+ Version: "String"
658
727
  }
659
728
  },
660
- 'CreateProject': {
661
- 'url': '/',
662
- 'method': 'GET',
663
- 'config': {
664
- 'query': {
665
- 'Version': '2015-11-01',
666
- 'Action': 'CreateProject'
729
+ ListEntitiesForPolicy: {
730
+ url: "/",
731
+ method: "GET",
732
+ config: {
733
+ query: {
734
+ Version: "2015-11-01",
735
+ Action: "ListEntitiesForPolicy"
667
736
  },
668
- 'headers': {
669
- 'Content-Type': 'application/x-www-form-urlencoded'
737
+ headers: {
738
+ "Content-Type": "application/x-www-form-urlencoded"
670
739
  }
671
740
  },
672
- 'paramsType': {
673
- 'ProjectName': 'String',
674
- 'ProjectDesc': 'String'
741
+ paramsType: {
742
+ PolicyKrn: "String",
743
+ MaxItems: "Int",
744
+ Marker: "String"
675
745
  }
676
746
  },
677
- 'GetAccountAllProjectList': {
678
- 'url': '/',
679
- 'method': 'GET',
680
- 'config': {
681
- 'query': {
682
- 'Version': '2015-11-01',
683
- 'Action': 'GetAccountAllProjectList'
747
+ ListProjectMember: {
748
+ url: "/",
749
+ method: "GET",
750
+ config: {
751
+ query: {
752
+ Version: "2015-11-01",
753
+ Action: "ListProjectMember"
684
754
  },
685
- 'headers': {
686
- 'Content-Type': 'application/x-www-form-urlencoded'
755
+ headers: {
756
+ "Content-Type": "application/x-www-form-urlencoded"
687
757
  }
688
758
  },
689
- 'paramsType': {}
759
+ paramsType: {
760
+ ProjectId: "Int"
761
+ }
690
762
  },
691
- 'GetProjectInstanceList': {
692
- 'url': '/',
693
- 'method': 'GET',
694
- 'config': {
695
- 'query': {
696
- 'Version': '2015-11-01',
697
- 'Action': 'GetProjectInstanceList'
763
+ DeleteProjectMember: {
764
+ url: "/",
765
+ method: "GET",
766
+ config: {
767
+ query: {
768
+ Version: "2015-11-01",
769
+ Action: "DeleteProjectMember"
698
770
  },
699
- 'headers': {
700
- 'Content-Type': 'application/x-www-form-urlencoded'
771
+ headers: {
772
+ "Content-Type": "application/x-www-form-urlencoded"
701
773
  }
702
774
  },
703
- 'paramsType': {
704
- 'ProjectId': 'Int',
705
- 'ProductLine': 'String',
706
- 'Ps': 'Int',
707
- 'Pn': 'Int'
775
+ paramsType: {
776
+ ProjectId: "Int",
777
+ MemberIds: "String"
708
778
  }
709
779
  },
710
- 'UpdateInstanceProjectId': {
711
- 'url': '/',
712
- 'method': 'GET',
713
- 'config': {
714
- 'query': {
715
- 'Version': '2015-11-01',
716
- 'Action': 'UpdateInstanceProjectId'
780
+ AddProjectMember: {
781
+ url: "/",
782
+ method: "GET",
783
+ config: {
784
+ query: {
785
+ Version: "2015-11-01",
786
+ Action: "AddProjectMember"
717
787
  },
718
- 'headers': {
719
- 'Content-Type': 'application/x-www-form-urlencoded'
788
+ headers: {
789
+ "Content-Type": "application/x-www-form-urlencoded"
720
790
  }
721
791
  },
722
- 'paramsType': {
723
- 'ProjectId': 'Int',
724
- 'InstanceId': 'String',
725
- 'Action': 'String',
726
- 'Version': 'String'
792
+ paramsType: {
793
+ ProjectId: "Int",
794
+ IdentityId: "String",
795
+ IdentityType: "Int"
727
796
  }
728
797
  },
729
- 'ListEntitiesForPolicy': {
730
- 'url': '/',
731
- 'method': 'GET',
732
- 'config': {
733
- 'query': {
734
- 'Version': '2015-11-01',
735
- 'Action': 'ListEntitiesForPolicy'
798
+ UpdateRole: {
799
+ url: "/",
800
+ method: "GET",
801
+ config: {
802
+ query: {
803
+ Version: "2015-11-01",
804
+ Action: "UpdateRole"
736
805
  },
737
- 'headers': {
738
- 'Content-Type': 'application/json'
806
+ headers: {
807
+ "Content-Type": "application/x-www-form-urlencoded"
739
808
  }
740
809
  },
741
- 'paramsType': {
742
- 'PolicyKrn': 'String',
743
- 'MaxItems': 'Int',
744
- 'Marker': 'String'
810
+ paramsType: {
811
+ RoleName: "String",
812
+ NewDescription: "String"
745
813
  }
746
814
  },
747
- 'ListProjectMember': {
748
- 'url': '/',
749
- 'method': 'GET',
750
- 'config': {
751
- 'query': {
752
- 'Version': '2015-11-01',
753
- 'Action': 'ListProjectMember'
815
+ UpdatePolicy: {
816
+ url: "/",
817
+ method: "GET",
818
+ config: {
819
+ query: {
820
+ Version: "2015-11-01",
821
+ Action: "UpdatePolicy"
754
822
  },
755
- 'headers': {
756
- 'Content-Type': 'application/x-www-form-urlencoded'
823
+ headers: {
824
+ "Content-Type": "application/x-www-form-urlencoded"
757
825
  }
758
826
  },
759
- 'paramsType': {
760
- 'ProjectId': 'Int'
827
+ paramsType: {
828
+ PolicyKrn: "String",
829
+ NewDescription: "String",
830
+ NewPolicyName: "String"
761
831
  }
762
832
  },
763
- 'DeleteProjectMember': {
764
- 'url': '/',
765
- 'method': 'GET',
766
- 'config': {
767
- 'query': {
768
- 'Version': '2015-11-01',
769
- 'Action': 'DeleteProjectMember'
833
+ CreateGroup: {
834
+ url: "/",
835
+ method: "GET",
836
+ config: {
837
+ query: {
838
+ Version: "2015-11-01",
839
+ Action: "CreateGroup"
770
840
  },
771
- 'headers': {
772
- 'Content-Type': 'application/x-www-form-urlencoded'
841
+ headers: {
842
+ "Content-Type": "application/x-www-form-urlencoded"
773
843
  }
774
844
  },
775
- 'paramsType': {
776
- 'ProjectId': 'Int',
777
- 'MemberIds': 'String'
845
+ paramsType: {
846
+ GroupName: "String",
847
+ Description: "String",
848
+ GroupRealName: "String"
778
849
  }
779
850
  },
780
- 'AddProjectMember': {
781
- 'url': '/',
782
- 'method': 'GET',
783
- 'config': {
784
- 'query': {
785
- 'Version': '2015-11-01',
786
- 'Action': 'AddProjectMember'
851
+ DeleteGroup: {
852
+ url: "/",
853
+ method: "GET",
854
+ config: {
855
+ query: {
856
+ Version: "2015-11-01",
857
+ Action: "DeleteGroup"
787
858
  },
788
- 'headers': {
789
- 'Content-Type': 'application/x-www-form-urlencoded'
859
+ headers: {
860
+ "Content-Type": "application/x-www-form-urlencoded"
790
861
  }
791
862
  },
792
- 'paramsType': {
793
- 'ProjectId': 'Int',
794
- 'IdentityId': 'String',
795
- 'IdentityType': 'Int'
863
+ paramsType: {
864
+ GroupName: "String"
796
865
  }
797
866
  },
798
- 'UpdateRole': {
799
- 'url': '/',
800
- 'method': 'GET',
801
- 'config': {
802
- 'query': {
803
- 'Version': '2015-11-01',
804
- 'Action': 'UpdateRole'
867
+ DetachGroupPolicy: {
868
+ url: "/",
869
+ method: "GET",
870
+ config: {
871
+ query: {
872
+ Version: "2015-11-01",
873
+ Action: "DetachGroupPolicy"
805
874
  },
806
- 'headers': {
807
- 'Content-Type': 'application/x-www-form-urlencoded'
875
+ headers: {
876
+ "Content-Type": "application/x-www-form-urlencoded"
808
877
  }
809
878
  },
810
- 'paramsType': {
811
- 'RoleName': 'String',
812
- 'NewDescription': 'String'
879
+ paramsType: {
880
+ GroupName: "String",
881
+ PolicyKrn: "String"
813
882
  }
814
883
  },
815
- 'UpdatePolicy': {
816
- 'url': '/',
817
- 'method': 'GET',
818
- 'config': {
819
- 'query': {
820
- 'Version': '2015-11-01',
821
- 'Action': 'UpdatePolicy'
884
+ AttachGroupPolicy: {
885
+ url: "/",
886
+ method: "GET",
887
+ config: {
888
+ query: {
889
+ Version: "2015-11-01",
890
+ Action: "AttachGroupPolicy"
822
891
  },
823
- 'headers': {
824
- 'Content-Type': 'application/x-www-form-urlencoded'
892
+ headers: {
893
+ "Content-Type": "application/x-www-form-urlencoded"
825
894
  }
826
895
  },
827
- 'paramsType': {
828
- 'PolicyKrn': 'String',
829
- 'NewDescription': 'String'
896
+ paramsType: {
897
+ GroupName: "String",
898
+ PolicyKrn: "String"
830
899
  }
831
900
  },
832
- 'CreateGroup': {
833
- 'url': '/',
834
- 'method': 'GET',
835
- 'config': {
836
- 'query': {
837
- 'Version': '2015-11-01',
838
- 'Action': 'CreateGroup'
901
+ ListGroupPolicies: {
902
+ url: "/",
903
+ method: "GET",
904
+ config: {
905
+ query: {
906
+ Version: "2015-11-01",
907
+ Action: "ListGroupPolicies"
839
908
  },
840
- 'headers': {
841
- 'Content-Type': 'application/x-www-form-urlencoded'
909
+ headers: {
910
+ "Content-Type": "application/x-www-form-urlencoded"
842
911
  }
843
912
  },
844
- 'paramsType': {
845
- 'GroupName': 'String',
846
- 'Description': 'String'
913
+ paramsType: {
914
+ GroupName: "String",
915
+ MaxItems: "String",
916
+ Marker: "String"
847
917
  }
848
918
  },
849
- 'DeleteGroup': {
850
- 'url': '/',
851
- 'method': 'GET',
852
- 'config': {
853
- 'query': {
854
- 'Version': '2015-11-01',
855
- 'Action': 'DeleteGroup'
919
+ AddUserToGroup: {
920
+ url: "/",
921
+ method: "GET",
922
+ config: {
923
+ query: {
924
+ Version: "2015-11-01",
925
+ Action: "AddUserToGroup"
856
926
  },
857
- 'headers': {
858
- 'Content-Type': 'application/x-www-form-urlencoded'
927
+ headers: {
928
+ "Content-Type": "application/x-www-form-urlencoded"
859
929
  }
860
930
  },
861
- 'paramsType': {
862
- 'GroupName': 'String'
931
+ paramsType: {
932
+ GroupName: "String",
933
+ UserName: "String"
863
934
  }
864
935
  },
865
- 'DetachGroupPolicy': {
866
- 'url': '/',
867
- 'method': 'GET',
868
- 'config': {
869
- 'query': {
870
- 'Version': '2015-11-01',
871
- 'Action': 'DetachGroupPolicy'
936
+ GetGroup: {
937
+ url: "/",
938
+ method: "GET",
939
+ config: {
940
+ query: {
941
+ Version: "2015-11-01",
942
+ Action: "GetGroup"
872
943
  },
873
- 'headers': {
874
- 'Content-Type': 'application/x-www-form-urlencoded'
944
+ headers: {
945
+ "Content-Type": "application/x-www-form-urlencoded"
875
946
  }
876
947
  },
877
- 'paramsType': {
878
- 'GroupName': 'String',
879
- 'PolicyKrn': 'String'
948
+ paramsType: {
949
+ GroupName: "String",
950
+ MaxItems: "String",
951
+ Marker: "String"
880
952
  }
881
953
  },
882
- 'AttachGroupPolicy': {
883
- 'url': '/',
884
- 'method': 'GET',
885
- 'config': {
886
- 'query': {
887
- 'Version': '2015-11-01',
888
- 'Action': 'AttachGroupPolicy'
954
+ ListGroupsForUser: {
955
+ url: "/",
956
+ method: "GET",
957
+ config: {
958
+ query: {
959
+ Version: "2015-11-01",
960
+ Action: "ListGroupsForUser"
889
961
  },
890
- 'headers': {
891
- 'Content-Type': 'application/x-www-form-urlencoded'
962
+ headers: {
963
+ "Content-Type": "application/x-www-form-urlencoded"
892
964
  }
893
965
  },
894
- 'paramsType': {
895
- 'GroupName': 'String',
896
- 'PolicyKrn': 'String'
966
+ paramsType: {
967
+ UserName: "String",
968
+ MaxItems: "String",
969
+ Marker: "String"
897
970
  }
898
971
  },
899
- 'ListGroupPolicies': {
900
- 'url': '/',
901
- 'method': 'GET',
902
- 'config': {
903
- 'query': {
904
- 'Version': '2015-11-01',
905
- 'Action': 'ListGroupPolicies'
972
+ ListGroups: {
973
+ url: "/",
974
+ method: "GET",
975
+ config: {
976
+ query: {
977
+ Version: "2015-11-01",
978
+ Action: "ListGroups"
906
979
  },
907
- 'headers': {
908
- 'Content-Type': 'application/x-www-form-urlencoded'
980
+ headers: {
981
+ "Content-Type": "application/x-www-form-urlencoded"
909
982
  }
910
983
  },
911
- 'paramsType': {
912
- 'GroupName': 'String',
913
- 'MaxItems': 'String',
914
- 'Marker': 'String'
984
+ paramsType: {
985
+ MaxItems: "String",
986
+ Marker: "String"
915
987
  }
916
988
  },
917
- 'AddUserToGroup': {
918
- 'url': '/',
919
- 'method': 'GET',
920
- 'config': {
921
- 'query': {
922
- 'Version': '2015-11-01',
923
- 'Action': 'AddUserToGroup'
989
+ RemoveUserFromGroup: {
990
+ url: "/",
991
+ method: "GET",
992
+ config: {
993
+ query: {
994
+ Version: "2015-11-01",
995
+ Action: "RemoveUserFromGroup"
924
996
  },
925
- 'headers': {
926
- 'Content-Type': 'application/x-www-form-urlencoded'
997
+ headers: {
998
+ "Content-Type": "application/x-www-form-urlencoded"
927
999
  }
928
1000
  },
929
- 'paramsType': {
930
- 'GroupName': 'String',
931
- 'UserName': 'String'
1001
+ paramsType: {
1002
+ GroupName: "String",
1003
+ UserName: "String"
932
1004
  }
933
1005
  },
934
- 'GetGroup': {
935
- 'url': '/',
936
- 'method': 'GET',
937
- 'config': {
938
- 'query': {
939
- 'Version': '2015-11-01',
940
- 'Action': 'GetGroup'
1006
+ UpdateGroup: {
1007
+ url: "/",
1008
+ method: "GET",
1009
+ config: {
1010
+ query: {
1011
+ Version: "2015-11-01",
1012
+ Action: "UpdateGroup"
941
1013
  },
942
- 'headers': {
943
- 'Content-Type': 'application/x-www-form-urlencoded'
1014
+ headers: {
1015
+ "Content-Type": "application/x-www-form-urlencoded"
944
1016
  }
945
1017
  },
946
- 'paramsType': {
947
- 'GroupName': 'String',
948
- 'MaxItems': 'String',
949
- 'Marker': 'String'
1018
+ paramsType: {
1019
+ GroupName: "String",
1020
+ Description: "String",
1021
+ GroupRealName: "String"
950
1022
  }
951
1023
  },
952
- 'ListGroupsForUser': {
953
- 'url': '/',
954
- 'method': 'GET',
955
- 'config': {
956
- 'query': {
957
- 'Version': '2015-11-01',
958
- 'Action': 'ListGroupsForUser'
1024
+ ListUsersForGroup: {
1025
+ url: "/",
1026
+ method: "GET",
1027
+ config: {
1028
+ query: {
1029
+ Version: "2015-11-01",
1030
+ Action: "ListUsersForGroup"
959
1031
  },
960
- 'headers': {
961
- 'Content-Type': 'application/x-www-form-urlencoded'
1032
+ headers: {
1033
+ "Content-Type": "application/x-www-form-urlencoded"
962
1034
  }
963
1035
  },
964
- 'paramsType': {
965
- 'UserName': 'String',
966
- 'MaxItems': 'String',
967
- 'Marker': 'String'
1036
+ paramsType: {
1037
+ GroupName: "String",
1038
+ MaxItems: "Int",
1039
+ Page: "Int"
968
1040
  }
969
1041
  },
970
- 'ListGroups': {
971
- 'url': '/',
972
- 'method': 'GET',
973
- 'config': {
974
- 'query': {
975
- 'Version': '2015-11-01',
976
- 'Action': 'ListGroups'
1042
+ ListAllUserAccessKeys: {
1043
+ url: "/",
1044
+ method: "GET",
1045
+ config: {
1046
+ query: {
1047
+ Version: "2015-11-01",
1048
+ Action: "ListAllUserAccessKeys"
977
1049
  },
978
- 'headers': {
979
- 'Content-Type': 'application/x-www-form-urlencoded'
1050
+ headers: {
1051
+ "Content-Type": "application/x-www-form-urlencoded"
980
1052
  }
981
1053
  },
982
- 'paramsType': {
983
- 'MaxItems': 'String',
984
- 'Marker': 'String'
1054
+ paramsType: {}
1055
+ },
1056
+ InsertInstanceToES: {
1057
+ url: "/",
1058
+ method: "POST",
1059
+ config: {
1060
+ query: {
1061
+ Version: "2015-11-01",
1062
+ Action: "InsertInstanceToES"
1063
+ },
1064
+ headers: {
1065
+ "Content-Type": "application/x-www-form-urlencoded"
1066
+ }
1067
+ },
1068
+ paramsType: {
1069
+ ProjectId: "Int",
1070
+ ProductLine: "String",
1071
+ ProductGroup: "Int",
1072
+ ResourceType: "String",
1073
+ InstanceId: "String",
1074
+ RegionEn: "String",
1075
+ InstanceName: "String"
985
1076
  }
986
1077
  },
987
- 'RemoveUserFromGroup': {
988
- 'url': '/',
989
- 'method': 'GET',
990
- 'config': {
991
- 'query': {
992
- 'Version': '2015-11-01',
993
- 'Action': 'RemoveUserFromGroup'
1078
+ DelInstanceFromES: {
1079
+ url: "/",
1080
+ method: "POST",
1081
+ config: {
1082
+ query: {
1083
+ Version: "2015-11-01",
1084
+ Action: "DelInstanceFromES"
994
1085
  },
995
- 'headers': {
996
- 'Content-Type': 'application/x-www-form-urlencoded'
1086
+ headers: {
1087
+ "Content-Type": "application/x-www-form-urlencoded"
997
1088
  }
998
1089
  },
999
- 'paramsType': {
1000
- 'GroupName': 'String',
1001
- 'UserName': 'String'
1090
+ paramsType: {
1091
+ ProductLine: "String",
1092
+ InstanceId: "String"
1002
1093
  }
1003
1094
  },
1004
- 'ListAllUserAccessKeys': {
1005
- 'url': '/',
1006
- 'method': 'GET',
1007
- 'config': {
1008
- 'query': {
1009
- 'Version': '2015-11-01',
1010
- 'Action': 'ListAllUserAccessKeys'
1095
+ GetAccountAllProjectsByParams: {
1096
+ url: "/",
1097
+ method: "GET",
1098
+ config: {
1099
+ query: {
1100
+ Version: "2015-11-01",
1101
+ Action: "GetAccountAllProjectsByParams"
1011
1102
  },
1012
- 'headers': {
1013
- 'Content-Type': 'application/x-www-form-urlencoded'
1103
+ headers: {
1104
+ "Content-Type": "application/json"
1014
1105
  }
1015
1106
  },
1016
- 'paramsType': {}
1107
+ paramsType: {
1108
+ Ps: "Int",
1109
+ Pn: "Int",
1110
+ ParamUserName: "String",
1111
+ ParamAccessKey: "String"
1112
+ }
1017
1113
  },
1018
- 'InsertInstanceToES': {
1019
- 'url': '/',
1020
- 'method': 'POST',
1021
- 'config': {
1022
- 'query': {
1023
- 'Version': '2015-11-01',
1024
- 'Action': 'InsertInstanceToES'
1114
+ SetUserSsoSettings: {
1115
+ url: "/",
1116
+ method: "POST",
1117
+ config: {
1118
+ query: {
1119
+ Version: "2015-11-01",
1120
+ Action: "SetUserSsoSettings"
1025
1121
  },
1026
- 'headers': {
1027
- 'Content-Type': 'application/x-www-form-urlencoded'
1122
+ headers: {
1123
+ "Content-Type": "application/json"
1028
1124
  }
1029
1125
  },
1030
- 'paramsType': {
1031
- 'ProjectId': 'Int',
1032
- 'ProductLine': 'String',
1033
- 'ProductGroup': 'Int',
1034
- 'ResourceType': 'String',
1035
- 'InstanceId': 'String',
1036
- 'RegionEn': 'String',
1037
- 'InstanceName': 'String'
1126
+ paramsType: {
1127
+ Status: "Int",
1128
+ Metadata: "String",
1129
+ Domain: "String"
1038
1130
  }
1039
1131
  },
1040
- 'DelInstanceFromES': {
1041
- 'url': '/',
1042
- 'method': 'POST',
1043
- 'config': {
1044
- 'query': {
1045
- 'Version': '2015-11-01',
1046
- 'Action': 'DelInstanceFromES'
1132
+ GetUserSsoSettings: {
1133
+ url: "/",
1134
+ method: "GET",
1135
+ config: {
1136
+ query: {
1137
+ Version: "2015-11-01",
1138
+ Action: "GetUserSsoSettings"
1139
+ },
1140
+ headers: {
1141
+ "Content-Type": "application/json"
1142
+ }
1143
+ },
1144
+ paramsType: {}
1145
+ },
1146
+ GetEffectivePolicies: {
1147
+ url: "/",
1148
+ method: "GET",
1149
+ config: {
1150
+ query: {
1151
+ Version: "2015-11-01",
1152
+ Action: "GetEffectivePolicies"
1047
1153
  },
1048
- 'headers': {
1049
- 'Content-Type': 'application/x-www-form-urlencoded'
1154
+ headers: {
1155
+ "Content-Type": "application/x-www-form-urlencoded"
1050
1156
  }
1051
1157
  },
1052
- 'paramsType': {
1053
- 'ProductLine': 'String',
1054
- 'InstanceId': 'String'
1158
+ paramsType: {
1159
+ PolicyName: "String",
1160
+ Page: "Int",
1161
+ MaxItems: "Int"
1055
1162
  }
1056
1163
  }
1057
1164
  });