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