ksyun-sdk-node 1.4.9 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/service/Aicp/v20240612/index.js +24 -0
- package/dist/service/Bws/v20160304/index.js +3 -0
- package/dist/service/Cdn/v20250503/index.js +0 -333
- package/dist/service/Cdn/v3/index.js +600 -0
- package/dist/service/Cen/v20160304/index.js +147 -103
- package/dist/service/Clickhouse/v20210101/index.js +204 -19
- package/dist/service/Cloud_advisor/v20250610/index.js +81 -0
- package/dist/service/Dmp/v20240101/index.js +362 -0
- package/dist/service/Dts/v20180108/index.js +386 -0
- package/dist/service/Ebs/v20160304/index.js +197 -34
- package/dist/service/Eip/v20160304/index.js +79 -1
- package/dist/service/Influxdb/v20191010/index.js +504 -0
- package/dist/service/Kad/v20161122/index.js +32 -0
- package/dist/service/Kce/v20190806/index.js +234 -43
- package/dist/service/Kce/v20201231/index.js +2 -2
- package/dist/service/Kce/v20230101/index.js +193 -0
- package/dist/service/Kce/v20230306/index.js +434 -0
- package/dist/service/Kce/v20231115/index.js +65 -0
- package/dist/service/Kce2/v20230101/index.js +313 -0
- package/dist/service/Kci/v20200702/index.js +336 -0
- package/dist/service/Kcm/v20160304/index.js +113 -3
- package/dist/service/Kcrs/v20211109/index.js +88 -92
- package/dist/service/Kcs/v20160701/index.js +165 -23
- package/dist/service/Kcs/v20170401/index.js +1 -36
- package/dist/service/Kcs/v20240701/index.js +45 -0
- package/dist/service/Kead/v20200101/index.js +37 -8
- package/dist/service/Ked/v1/index.js +805 -0
- package/dist/service/Ket/v20170101/index.js +42 -0
- package/dist/service/Kfw/v20160304/index.js +59 -0
- package/dist/service/Kingpay/v1/index.js +44 -0
- package/dist/service/Knad/v20230323/index.js +333 -0
- package/dist/service/Kpfs/v20240930/index.js +181 -0
- package/dist/service/Krds/v20160701/index.js +505 -96
- package/dist/service/Krds/v20200825/index.js +48 -8
- package/dist/service/Milvus/v20231010/index.js +366 -0
- package/dist/service/Mongodb/v20170101/index.js +163 -13
- package/dist/service/Mongodb/v20250101/index.js +44 -0
- package/dist/service/Pdns/v20160304/index.js +636 -0
- package/dist/service/Postgresql/v20181225/index.js +950 -0
- package/dist/service/Rabbitmq/v20191017/index.js +107 -6
- package/dist/service/Relyt/v20240117/index.js +45 -0
- package/dist/service/Sks/v20151101/index.js +2 -1
- package/dist/service/Slb/v20160304/index.js +426 -53
- package/dist/service/Slb/v20250430/index.js +750 -0
- package/dist/service/Sqlserver/v20190425/index.js +872 -0
- package/dist/service/Sts/v20151101/index.js +19 -0
- package/dist/service/Tagv2/v20200901/index.js +42 -6
- package/dist/service/Ter/v20240415/index.js +114 -0
- package/dist/service/Tidb/v20210520/index.js +415 -21
- package/dist/service/Trade/v20250220/index.js +97 -0
- package/dist/service/Trade/v20250321/index.js +93 -0
- package/dist/service/Trade/v20250828/index.js +56 -0
- package/dist/service/Vpc/v20160304/index.js +32 -0
- package/dist/service/Waf/v20200707/index.js +188 -5
- package/package.json +1 -1
- package/src/service/Aicp/v20240612/index.js +24 -0
- package/src/service/Bws/v20160304/index.js +3 -0
- package/src/service/Cdn/{v20250503 → v3}/index.js +196 -0
- package/src/service/Cen/v20160304/index.js +144 -100
- package/src/service/Clickhouse/v20210101/index.js +203 -18
- package/src/service/Cloud_advisor/v20250610/index.js +73 -0
- package/src/service/Dmp/v20240101/index.js +354 -0
- package/src/service/Dts/v20180108/index.js +378 -0
- package/src/service/Ebs/v20160304/index.js +194 -31
- package/src/service/Eip/v20160304/index.js +79 -1
- package/src/service/Influxdb/v20191010/index.js +496 -0
- package/src/service/Kad/v20161122/index.js +32 -0
- package/src/service/Kce/v20190806/index.js +233 -42
- package/src/service/Kce/v20201231/index.js +2 -2
- package/src/service/Kce/v20230101/index.js +185 -0
- package/src/service/Kce/v20230306/index.js +426 -0
- package/src/service/Kce/v20231115/index.js +57 -0
- package/src/service/Kce2/v20230101/index.js +305 -0
- package/src/service/Kci/v20200702/index.js +328 -0
- package/src/service/Kcm/v20160304/index.js +110 -0
- package/src/service/Kcrs/v20211109/index.js +87 -91
- package/src/service/Kcs/v20160701/index.js +164 -22
- package/src/service/Kcs/v20170401/index.js +1 -36
- package/src/service/Kcs/v20240701/index.js +37 -0
- package/src/service/Kead/v20200101/index.js +37 -8
- package/src/service/Ked/v1/index.js +797 -0
- package/src/service/Ket/v20170101/index.js +42 -0
- package/src/service/Kfw/v20160304/index.js +51 -0
- package/src/service/Kingpay/v1/index.js +36 -0
- package/src/service/Knad/v20230323/index.js +325 -0
- package/src/service/Kpfs/v20240930/index.js +173 -0
- package/src/service/Krds/v20160701/index.js +502 -93
- package/src/service/Krds/v20200825/index.js +48 -8
- package/src/service/Milvus/v20231010/index.js +358 -0
- package/src/service/Mongodb/v20170101/index.js +162 -12
- package/src/service/Mongodb/v20250101/index.js +36 -0
- package/src/service/Pdns/v20160304/index.js +628 -0
- package/src/service/Postgresql/v20181225/index.js +942 -0
- package/src/service/Rabbitmq/v20191017/index.js +107 -6
- package/src/service/Relyt/v20240117/index.js +37 -0
- package/src/service/Sks/v20151101/index.js +1 -0
- package/src/service/Slb/v20160304/index.js +416 -43
- package/src/service/Slb/v20250430/index.js +742 -0
- package/src/service/Sqlserver/v20190425/index.js +864 -0
- package/src/service/Sts/v20151101/index.js +19 -0
- package/src/service/Tagv2/v20200901/index.js +42 -6
- package/src/service/Ter/v20240415/index.js +106 -0
- package/src/service/Tidb/v20210520/index.js +412 -18
- package/src/service/Trade/v20250220/index.js +89 -0
- package/src/service/Trade/v20250321/index.js +85 -0
- package/src/service/Trade/v20250828/index.js +48 -0
- package/src/service/Vpc/v20160304/index.js +32 -0
- package/src/service/Waf/v20200707/index.js +187 -4
|
@@ -36,7 +36,8 @@ module.exports = class Client extends BaseClient {
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
paramsType: {
|
|
39
|
-
CenName: "String"
|
|
39
|
+
CenName: "String",
|
|
40
|
+
Description: "String"
|
|
40
41
|
}
|
|
41
42
|
},
|
|
42
43
|
ModifyCen: {
|
|
@@ -53,7 +54,8 @@ module.exports = class Client extends BaseClient {
|
|
|
53
54
|
},
|
|
54
55
|
paramsType: {
|
|
55
56
|
CenId: "String",
|
|
56
|
-
CenName: "String"
|
|
57
|
+
CenName: "String",
|
|
58
|
+
Description: "String"
|
|
57
59
|
}
|
|
58
60
|
},
|
|
59
61
|
DeleteCen: {
|
|
@@ -90,369 +92,411 @@ module.exports = class Client extends BaseClient {
|
|
|
90
92
|
NextToken: "String"
|
|
91
93
|
}
|
|
92
94
|
},
|
|
93
|
-
|
|
95
|
+
DeleteCenGrant: {
|
|
94
96
|
url: "/",
|
|
95
97
|
method: "GET",
|
|
96
98
|
config: {
|
|
97
99
|
query: {
|
|
98
100
|
Version: "2016-03-04",
|
|
99
|
-
Action: "
|
|
101
|
+
Action: "DeleteCenGrant"
|
|
100
102
|
},
|
|
101
103
|
headers: {
|
|
102
104
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
103
105
|
}
|
|
104
106
|
},
|
|
105
107
|
paramsType: {
|
|
106
|
-
|
|
107
|
-
InstanceType: "String",
|
|
108
|
-
CenRegion: "String",
|
|
109
|
-
CenInstanceId: "String",
|
|
110
|
-
InstanceAccountId: "String"
|
|
108
|
+
CenGrantId: "String"
|
|
111
109
|
}
|
|
112
110
|
},
|
|
113
|
-
|
|
111
|
+
DescribeCenGrants: {
|
|
114
112
|
url: "/",
|
|
115
113
|
method: "GET",
|
|
116
114
|
config: {
|
|
117
115
|
query: {
|
|
118
116
|
Version: "2016-03-04",
|
|
119
|
-
Action: "
|
|
117
|
+
Action: "DescribeCenGrants"
|
|
120
118
|
},
|
|
121
119
|
headers: {
|
|
122
120
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
123
121
|
}
|
|
124
122
|
},
|
|
125
123
|
paramsType: {
|
|
126
|
-
|
|
127
|
-
|
|
124
|
+
CenGrantId: "Filter",
|
|
125
|
+
Filter: "Filter",
|
|
126
|
+
MaxResults: "Int",
|
|
127
|
+
NextToken: "String"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
|
-
|
|
130
|
+
CreateCenBandWidthPackage: {
|
|
131
131
|
url: "/",
|
|
132
132
|
method: "GET",
|
|
133
133
|
config: {
|
|
134
134
|
query: {
|
|
135
135
|
Version: "2016-03-04",
|
|
136
|
-
Action: "
|
|
136
|
+
Action: "CreateCenBandWidthPackage"
|
|
137
137
|
},
|
|
138
138
|
headers: {
|
|
139
139
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
paramsType: {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
CenId: "String",
|
|
144
|
+
CenBandWidthPackageName: "String",
|
|
145
|
+
LocalAreaId: "String",
|
|
146
|
+
RemoteAreaId: "String",
|
|
147
|
+
PackageBandWidth: "Int",
|
|
148
|
+
ProjectId: "String",
|
|
149
|
+
ChargeType: "String",
|
|
150
|
+
PurchaseTime: "Int"
|
|
147
151
|
}
|
|
148
152
|
},
|
|
149
|
-
|
|
153
|
+
ModifyCenBandWidthPackage: {
|
|
150
154
|
url: "/",
|
|
151
155
|
method: "GET",
|
|
152
156
|
config: {
|
|
153
157
|
query: {
|
|
154
158
|
Version: "2016-03-04",
|
|
155
|
-
Action: "
|
|
159
|
+
Action: "ModifyCenBandWidthPackage"
|
|
156
160
|
},
|
|
157
161
|
headers: {
|
|
158
162
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
159
163
|
}
|
|
160
164
|
},
|
|
161
165
|
paramsType: {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
CenAccountId: "String"
|
|
166
|
+
CenBandWidthPackageId: "String",
|
|
167
|
+
PackageBandWidth: "Int",
|
|
168
|
+
CenBandWidthPackageName: "String"
|
|
166
169
|
}
|
|
167
170
|
},
|
|
168
|
-
|
|
171
|
+
DeleteCenBandWidthPackage: {
|
|
169
172
|
url: "/",
|
|
170
173
|
method: "GET",
|
|
171
174
|
config: {
|
|
172
175
|
query: {
|
|
173
176
|
Version: "2016-03-04",
|
|
174
|
-
Action: "
|
|
177
|
+
Action: "DeleteCenBandWidthPackage"
|
|
175
178
|
},
|
|
176
179
|
headers: {
|
|
177
180
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
178
181
|
}
|
|
179
182
|
},
|
|
180
183
|
paramsType: {
|
|
181
|
-
|
|
184
|
+
CenBandWidthPackageId: "String"
|
|
182
185
|
}
|
|
183
186
|
},
|
|
184
|
-
|
|
187
|
+
AttachCenBandWidthPackage: {
|
|
185
188
|
url: "/",
|
|
186
189
|
method: "GET",
|
|
187
190
|
config: {
|
|
188
191
|
query: {
|
|
189
192
|
Version: "2016-03-04",
|
|
190
|
-
Action: "
|
|
193
|
+
Action: "AttachCenBandWidthPackage"
|
|
191
194
|
},
|
|
192
195
|
headers: {
|
|
193
196
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
194
197
|
}
|
|
195
198
|
},
|
|
196
199
|
paramsType: {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
MaxResults: "Int",
|
|
200
|
-
NextToken: "String"
|
|
200
|
+
CenBandWidthPackageId: "String",
|
|
201
|
+
CenId: "String"
|
|
201
202
|
}
|
|
202
203
|
},
|
|
203
|
-
|
|
204
|
+
DetachCenBandWidthPackage: {
|
|
204
205
|
url: "/",
|
|
205
206
|
method: "GET",
|
|
206
207
|
config: {
|
|
207
208
|
query: {
|
|
208
209
|
Version: "2016-03-04",
|
|
209
|
-
Action: "
|
|
210
|
+
Action: "DetachCenBandWidthPackage"
|
|
210
211
|
},
|
|
211
212
|
headers: {
|
|
212
213
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
213
214
|
}
|
|
214
215
|
},
|
|
215
216
|
paramsType: {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
MaxResults: "Int",
|
|
219
|
-
NextToken: "String"
|
|
217
|
+
CenBandWidthPackageId: "String",
|
|
218
|
+
CenId: "String"
|
|
220
219
|
}
|
|
221
220
|
},
|
|
222
|
-
|
|
221
|
+
DescribeCenBandWidthPackages: {
|
|
223
222
|
url: "/",
|
|
224
223
|
method: "GET",
|
|
225
224
|
config: {
|
|
226
225
|
query: {
|
|
227
226
|
Version: "2016-03-04",
|
|
228
|
-
Action: "
|
|
227
|
+
Action: "DescribeCenBandWidthPackages"
|
|
229
228
|
},
|
|
230
229
|
headers: {
|
|
231
|
-
"Content-Type": "application/
|
|
230
|
+
"Content-Type": "application/json"
|
|
232
231
|
}
|
|
233
232
|
},
|
|
234
233
|
paramsType: {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
PurchaseTime: "Int"
|
|
234
|
+
ProjectId: "Filter",
|
|
235
|
+
CenBandWidthPackageId: "Filter",
|
|
236
|
+
Filter: "Filter",
|
|
237
|
+
MaxResults: "Int",
|
|
238
|
+
NextToken: "String",
|
|
239
|
+
TagKey: "Filter",
|
|
240
|
+
TagKV: "Filter"
|
|
243
241
|
}
|
|
244
242
|
},
|
|
245
|
-
|
|
243
|
+
CreateCenRegionBandwidth: {
|
|
246
244
|
url: "/",
|
|
247
245
|
method: "GET",
|
|
248
246
|
config: {
|
|
249
247
|
query: {
|
|
250
248
|
Version: "2016-03-04",
|
|
251
|
-
Action: "
|
|
249
|
+
Action: "CreateCenRegionBandwidth"
|
|
252
250
|
},
|
|
253
251
|
headers: {
|
|
254
252
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
255
253
|
}
|
|
256
254
|
},
|
|
257
255
|
paramsType: {
|
|
256
|
+
LocalRegion: "String",
|
|
257
|
+
RemoteRegion: "String",
|
|
258
258
|
CenBandWidthPackageId: "String",
|
|
259
|
-
|
|
259
|
+
InterBandWidth: "Int"
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
|
-
|
|
262
|
+
DeleteCenRegionBandwidth: {
|
|
263
263
|
url: "/",
|
|
264
264
|
method: "GET",
|
|
265
265
|
config: {
|
|
266
266
|
query: {
|
|
267
267
|
Version: "2016-03-04",
|
|
268
|
-
Action: "
|
|
268
|
+
Action: "DeleteCenRegionBandwidth"
|
|
269
269
|
},
|
|
270
270
|
headers: {
|
|
271
271
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
paramsType: {
|
|
275
|
-
|
|
275
|
+
CenRegionBandwidthId: "String"
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
ModifyCenRegionBandwidth: {
|
|
279
279
|
url: "/",
|
|
280
280
|
method: "GET",
|
|
281
281
|
config: {
|
|
282
282
|
query: {
|
|
283
283
|
Version: "2016-03-04",
|
|
284
|
-
Action: "
|
|
284
|
+
Action: "ModifyCenRegionBandwidth"
|
|
285
285
|
},
|
|
286
286
|
headers: {
|
|
287
287
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
paramsType: {
|
|
291
|
-
|
|
292
|
-
|
|
291
|
+
CenRegionBandwidthId: "String",
|
|
292
|
+
InterBandWidth: "String"
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
-
|
|
295
|
+
DescribeCenRegionBandwidths: {
|
|
296
296
|
url: "/",
|
|
297
297
|
method: "GET",
|
|
298
298
|
config: {
|
|
299
299
|
query: {
|
|
300
300
|
Version: "2016-03-04",
|
|
301
|
-
Action: "
|
|
301
|
+
Action: "DescribeCenRegionBandwidths"
|
|
302
302
|
},
|
|
303
303
|
headers: {
|
|
304
|
-
"Content-Type": "application/
|
|
304
|
+
"Content-Type": "application/json"
|
|
305
305
|
}
|
|
306
306
|
},
|
|
307
307
|
paramsType: {
|
|
308
|
-
|
|
309
|
-
|
|
308
|
+
CenRegionBandwidthId: "Filter",
|
|
309
|
+
Filter: "Filter",
|
|
310
|
+
MaxResults: "Int",
|
|
311
|
+
NextToken: "String"
|
|
310
312
|
}
|
|
311
313
|
},
|
|
312
|
-
|
|
314
|
+
DescribeCenRoutes: {
|
|
313
315
|
url: "/",
|
|
314
316
|
method: "GET",
|
|
315
317
|
config: {
|
|
316
318
|
query: {
|
|
317
319
|
Version: "2016-03-04",
|
|
318
|
-
Action: "
|
|
320
|
+
Action: "DescribeCenRoutes"
|
|
319
321
|
},
|
|
320
322
|
headers: {
|
|
321
323
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
322
324
|
}
|
|
323
325
|
},
|
|
324
326
|
paramsType: {
|
|
325
|
-
|
|
326
|
-
CenBandWidthPackageId: "Filter",
|
|
327
|
+
CenRouteId: "Filter",
|
|
327
328
|
Filter: "Filter",
|
|
328
329
|
MaxResults: "Int",
|
|
329
330
|
NextToken: "String"
|
|
330
331
|
}
|
|
331
332
|
},
|
|
332
|
-
|
|
333
|
+
DescribeCenBandWidthPackageUsage: {
|
|
333
334
|
url: "/",
|
|
334
335
|
method: "GET",
|
|
335
336
|
config: {
|
|
336
337
|
query: {
|
|
337
338
|
Version: "2016-03-04",
|
|
338
|
-
Action: "
|
|
339
|
+
Action: "DescribeCenBandWidthPackageUsage"
|
|
339
340
|
},
|
|
340
341
|
headers: {
|
|
341
|
-
"Content-Type": "application/
|
|
342
|
+
"Content-Type": "application/json"
|
|
342
343
|
}
|
|
343
344
|
},
|
|
344
345
|
paramsType: {
|
|
345
|
-
|
|
346
|
-
RegionA: "String",
|
|
347
|
-
RegionB: "String",
|
|
348
|
-
CenBandWidthPackageId: "String",
|
|
349
|
-
BandWidth: "Int"
|
|
346
|
+
CenBandWidthPackageId: "String"
|
|
350
347
|
}
|
|
351
348
|
},
|
|
352
|
-
|
|
349
|
+
DescribeNetworkInstances: {
|
|
353
350
|
url: "/",
|
|
354
351
|
method: "GET",
|
|
355
352
|
config: {
|
|
356
353
|
query: {
|
|
357
354
|
Version: "2016-03-04",
|
|
358
|
-
Action: "
|
|
355
|
+
Action: "DescribeNetworkInstances"
|
|
359
356
|
},
|
|
360
357
|
headers: {
|
|
361
|
-
"Content-Type": "application/
|
|
358
|
+
"Content-Type": "application/json"
|
|
362
359
|
}
|
|
363
360
|
},
|
|
364
361
|
paramsType: {
|
|
365
|
-
|
|
362
|
+
NetworkInstanceId: "Filter",
|
|
363
|
+
MaxResults: "Int",
|
|
364
|
+
Filter: "Filter",
|
|
365
|
+
NextToken: "String"
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
|
-
|
|
368
|
+
CreateCenGrant: {
|
|
369
369
|
url: "/",
|
|
370
370
|
method: "GET",
|
|
371
371
|
config: {
|
|
372
372
|
query: {
|
|
373
373
|
Version: "2016-03-04",
|
|
374
|
-
Action: "
|
|
374
|
+
Action: "CreateCenGrant"
|
|
375
375
|
},
|
|
376
376
|
headers: {
|
|
377
377
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
380
|
paramsType: {
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
CenId: "String",
|
|
382
|
+
InstanceType: "String",
|
|
383
|
+
NetworkInstanceId: "String",
|
|
384
|
+
CenAccountId: "String"
|
|
383
385
|
}
|
|
384
386
|
},
|
|
385
|
-
|
|
387
|
+
DescribeInterAreas: {
|
|
386
388
|
url: "/",
|
|
387
389
|
method: "GET",
|
|
388
390
|
config: {
|
|
389
391
|
query: {
|
|
390
392
|
Version: "2016-03-04",
|
|
391
|
-
Action: "
|
|
393
|
+
Action: "DescribeInterAreas"
|
|
392
394
|
},
|
|
393
395
|
headers: {
|
|
394
|
-
"Content-Type": "application/
|
|
396
|
+
"Content-Type": "application/json"
|
|
395
397
|
}
|
|
396
398
|
},
|
|
397
399
|
paramsType: {
|
|
398
|
-
|
|
400
|
+
InterAreaId: "Filter",
|
|
399
401
|
Filter: "Filter",
|
|
400
402
|
MaxResults: "Int",
|
|
401
403
|
NextToken: "String"
|
|
402
404
|
}
|
|
403
405
|
},
|
|
404
|
-
|
|
406
|
+
DescribeInterRegions: {
|
|
405
407
|
url: "/",
|
|
406
408
|
method: "GET",
|
|
407
409
|
config: {
|
|
408
410
|
query: {
|
|
409
411
|
Version: "2016-03-04",
|
|
410
|
-
Action: "
|
|
412
|
+
Action: "DescribeInterRegions"
|
|
411
413
|
},
|
|
412
414
|
headers: {
|
|
413
|
-
"Content-Type": "application/
|
|
415
|
+
"Content-Type": "application/json"
|
|
414
416
|
}
|
|
415
417
|
},
|
|
416
418
|
paramsType: {
|
|
417
|
-
|
|
419
|
+
InterRegionId: "Filter",
|
|
418
420
|
Filter: "Filter",
|
|
419
421
|
MaxResults: "Int",
|
|
420
422
|
NextToken: "String"
|
|
421
423
|
}
|
|
422
424
|
},
|
|
423
|
-
|
|
425
|
+
AttachNetworkInstance: {
|
|
424
426
|
url: "/",
|
|
425
427
|
method: "GET",
|
|
426
428
|
config: {
|
|
427
429
|
query: {
|
|
428
430
|
Version: "2016-03-04",
|
|
429
|
-
Action: "
|
|
431
|
+
Action: "AttachNetworkInstance"
|
|
430
432
|
},
|
|
431
433
|
headers: {
|
|
432
434
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
433
435
|
}
|
|
434
436
|
},
|
|
435
437
|
paramsType: {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
438
|
+
CenId: "String",
|
|
439
|
+
InstanceType: "String",
|
|
440
|
+
InstanceRegion: "String",
|
|
441
|
+
NetworkInstanceId: "String",
|
|
442
|
+
InstanceAccountId: "String"
|
|
440
443
|
}
|
|
441
444
|
},
|
|
442
|
-
|
|
445
|
+
DetachNetworkInstance: {
|
|
443
446
|
url: "/",
|
|
444
447
|
method: "GET",
|
|
445
448
|
config: {
|
|
446
449
|
query: {
|
|
447
450
|
Version: "2016-03-04",
|
|
448
|
-
Action: "
|
|
451
|
+
Action: "DetachNetworkInstance"
|
|
449
452
|
},
|
|
450
453
|
headers: {
|
|
451
454
|
"Content-Type": "application/x-www-form-urlencoded"
|
|
452
455
|
}
|
|
453
456
|
},
|
|
454
457
|
paramsType: {
|
|
455
|
-
|
|
458
|
+
CenId: "String",
|
|
459
|
+
NetworkInstanceId: "String"
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
CenCidrPublish: {
|
|
463
|
+
url: "/",
|
|
464
|
+
method: "GET",
|
|
465
|
+
config: {
|
|
466
|
+
query: {
|
|
467
|
+
Version: "2016-03-04",
|
|
468
|
+
Action: "CenCidrPublish"
|
|
469
|
+
},
|
|
470
|
+
headers: {
|
|
471
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
paramsType: {
|
|
475
|
+
NetworkInstanceId: "String",
|
|
476
|
+
InstanceType: "String",
|
|
477
|
+
NetworkRouteId: "Filter",
|
|
478
|
+
SelfDefineCidr: "Filter",
|
|
479
|
+
CenId: "String"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
CenCidrDelete: {
|
|
483
|
+
url: "/",
|
|
484
|
+
method: "GET",
|
|
485
|
+
config: {
|
|
486
|
+
query: {
|
|
487
|
+
Version: "2016-03-04",
|
|
488
|
+
Action: "CenCidrDelete"
|
|
489
|
+
},
|
|
490
|
+
headers: {
|
|
491
|
+
"Content-Type": "application/x-www-form-urlencoded"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
paramsType: {
|
|
495
|
+
NetworkInstanceId: "String",
|
|
496
|
+
InstanceType: "String",
|
|
497
|
+
NetworkRouteId: "Filter",
|
|
498
|
+
SelfRouteId: "Filter",
|
|
499
|
+
CenId: "String"
|
|
456
500
|
}
|
|
457
501
|
}
|
|
458
502
|
});
|