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
|
@@ -30,6 +30,7 @@ module.exports = class Client extends BaseClient {
|
|
|
30
30
|
},
|
|
31
31
|
paramsType: {
|
|
32
32
|
CenName: "String",
|
|
33
|
+
Description: "String",
|
|
33
34
|
},
|
|
34
35
|
},
|
|
35
36
|
ModifyCen: {
|
|
@@ -47,6 +48,7 @@ module.exports = class Client extends BaseClient {
|
|
|
47
48
|
paramsType: {
|
|
48
49
|
CenId: "String",
|
|
49
50
|
CenName: "String",
|
|
51
|
+
Description: "String",
|
|
50
52
|
},
|
|
51
53
|
},
|
|
52
54
|
DeleteCen: {
|
|
@@ -83,369 +85,411 @@ module.exports = class Client extends BaseClient {
|
|
|
83
85
|
NextToken: "String",
|
|
84
86
|
},
|
|
85
87
|
},
|
|
86
|
-
|
|
88
|
+
DeleteCenGrant: {
|
|
87
89
|
url: "/",
|
|
88
90
|
method: "GET",
|
|
89
91
|
config: {
|
|
90
92
|
query: {
|
|
91
93
|
Version: "2016-03-04",
|
|
92
|
-
Action: "
|
|
94
|
+
Action: "DeleteCenGrant",
|
|
93
95
|
},
|
|
94
96
|
headers: {
|
|
95
97
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
96
98
|
},
|
|
97
99
|
},
|
|
98
100
|
paramsType: {
|
|
99
|
-
|
|
100
|
-
InstanceType: "String",
|
|
101
|
-
CenRegion: "String",
|
|
102
|
-
CenInstanceId: "String",
|
|
103
|
-
InstanceAccountId: "String",
|
|
101
|
+
CenGrantId: "String",
|
|
104
102
|
},
|
|
105
103
|
},
|
|
106
|
-
|
|
104
|
+
DescribeCenGrants: {
|
|
107
105
|
url: "/",
|
|
108
106
|
method: "GET",
|
|
109
107
|
config: {
|
|
110
108
|
query: {
|
|
111
109
|
Version: "2016-03-04",
|
|
112
|
-
Action: "
|
|
110
|
+
Action: "DescribeCenGrants",
|
|
113
111
|
},
|
|
114
112
|
headers: {
|
|
115
113
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
116
114
|
},
|
|
117
115
|
},
|
|
118
116
|
paramsType: {
|
|
119
|
-
|
|
120
|
-
|
|
117
|
+
CenGrantId: "Filter",
|
|
118
|
+
Filter: "Filter",
|
|
119
|
+
MaxResults: "Int",
|
|
120
|
+
NextToken: "String",
|
|
121
121
|
},
|
|
122
122
|
},
|
|
123
|
-
|
|
123
|
+
CreateCenBandWidthPackage: {
|
|
124
124
|
url: "/",
|
|
125
125
|
method: "GET",
|
|
126
126
|
config: {
|
|
127
127
|
query: {
|
|
128
128
|
Version: "2016-03-04",
|
|
129
|
-
Action: "
|
|
129
|
+
Action: "CreateCenBandWidthPackage",
|
|
130
130
|
},
|
|
131
131
|
headers: {
|
|
132
132
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
133
133
|
},
|
|
134
134
|
},
|
|
135
135
|
paramsType: {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
136
|
+
CenId: "String",
|
|
137
|
+
CenBandWidthPackageName: "String",
|
|
138
|
+
LocalAreaId: "String",
|
|
139
|
+
RemoteAreaId: "String",
|
|
140
|
+
PackageBandWidth: "Int",
|
|
141
|
+
ProjectId: "String",
|
|
142
|
+
ChargeType: "String",
|
|
143
|
+
PurchaseTime: "Int",
|
|
140
144
|
},
|
|
141
145
|
},
|
|
142
|
-
|
|
146
|
+
ModifyCenBandWidthPackage: {
|
|
143
147
|
url: "/",
|
|
144
148
|
method: "GET",
|
|
145
149
|
config: {
|
|
146
150
|
query: {
|
|
147
151
|
Version: "2016-03-04",
|
|
148
|
-
Action: "
|
|
152
|
+
Action: "ModifyCenBandWidthPackage",
|
|
149
153
|
},
|
|
150
154
|
headers: {
|
|
151
155
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
152
156
|
},
|
|
153
157
|
},
|
|
154
158
|
paramsType: {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
CenAccountId: "String",
|
|
159
|
+
CenBandWidthPackageId: "String",
|
|
160
|
+
PackageBandWidth: "Int",
|
|
161
|
+
CenBandWidthPackageName: "String",
|
|
159
162
|
},
|
|
160
163
|
},
|
|
161
|
-
|
|
164
|
+
DeleteCenBandWidthPackage: {
|
|
162
165
|
url: "/",
|
|
163
166
|
method: "GET",
|
|
164
167
|
config: {
|
|
165
168
|
query: {
|
|
166
169
|
Version: "2016-03-04",
|
|
167
|
-
Action: "
|
|
170
|
+
Action: "DeleteCenBandWidthPackage",
|
|
168
171
|
},
|
|
169
172
|
headers: {
|
|
170
173
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
171
174
|
},
|
|
172
175
|
},
|
|
173
176
|
paramsType: {
|
|
174
|
-
|
|
177
|
+
CenBandWidthPackageId: "String",
|
|
175
178
|
},
|
|
176
179
|
},
|
|
177
|
-
|
|
180
|
+
AttachCenBandWidthPackage: {
|
|
178
181
|
url: "/",
|
|
179
182
|
method: "GET",
|
|
180
183
|
config: {
|
|
181
184
|
query: {
|
|
182
185
|
Version: "2016-03-04",
|
|
183
|
-
Action: "
|
|
186
|
+
Action: "AttachCenBandWidthPackage",
|
|
184
187
|
},
|
|
185
188
|
headers: {
|
|
186
189
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
187
190
|
},
|
|
188
191
|
},
|
|
189
192
|
paramsType: {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
MaxResults: "Int",
|
|
193
|
-
NextToken: "String",
|
|
193
|
+
CenBandWidthPackageId: "String",
|
|
194
|
+
CenId: "String",
|
|
194
195
|
},
|
|
195
196
|
},
|
|
196
|
-
|
|
197
|
+
DetachCenBandWidthPackage: {
|
|
197
198
|
url: "/",
|
|
198
199
|
method: "GET",
|
|
199
200
|
config: {
|
|
200
201
|
query: {
|
|
201
202
|
Version: "2016-03-04",
|
|
202
|
-
Action: "
|
|
203
|
+
Action: "DetachCenBandWidthPackage",
|
|
203
204
|
},
|
|
204
205
|
headers: {
|
|
205
206
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
206
207
|
},
|
|
207
208
|
},
|
|
208
209
|
paramsType: {
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
MaxResults: "Int",
|
|
212
|
-
NextToken: "String",
|
|
210
|
+
CenBandWidthPackageId: "String",
|
|
211
|
+
CenId: "String",
|
|
213
212
|
},
|
|
214
213
|
},
|
|
215
|
-
|
|
214
|
+
DescribeCenBandWidthPackages: {
|
|
216
215
|
url: "/",
|
|
217
216
|
method: "GET",
|
|
218
217
|
config: {
|
|
219
218
|
query: {
|
|
220
219
|
Version: "2016-03-04",
|
|
221
|
-
Action: "
|
|
220
|
+
Action: "DescribeCenBandWidthPackages",
|
|
222
221
|
},
|
|
223
222
|
headers: {
|
|
224
|
-
"Content-Type": "application/
|
|
223
|
+
"Content-Type": "application/json",
|
|
225
224
|
},
|
|
226
225
|
},
|
|
227
226
|
paramsType: {
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
PurchaseTime: "Int",
|
|
227
|
+
ProjectId: "Filter",
|
|
228
|
+
CenBandWidthPackageId: "Filter",
|
|
229
|
+
Filter: "Filter",
|
|
230
|
+
MaxResults: "Int",
|
|
231
|
+
NextToken: "String",
|
|
232
|
+
TagKey: "Filter",
|
|
233
|
+
TagKV: "Filter",
|
|
236
234
|
},
|
|
237
235
|
},
|
|
238
|
-
|
|
236
|
+
CreateCenRegionBandwidth: {
|
|
239
237
|
url: "/",
|
|
240
238
|
method: "GET",
|
|
241
239
|
config: {
|
|
242
240
|
query: {
|
|
243
241
|
Version: "2016-03-04",
|
|
244
|
-
Action: "
|
|
242
|
+
Action: "CreateCenRegionBandwidth",
|
|
245
243
|
},
|
|
246
244
|
headers: {
|
|
247
245
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
248
246
|
},
|
|
249
247
|
},
|
|
250
248
|
paramsType: {
|
|
249
|
+
LocalRegion: "String",
|
|
250
|
+
RemoteRegion: "String",
|
|
251
251
|
CenBandWidthPackageId: "String",
|
|
252
|
-
|
|
252
|
+
InterBandWidth: "Int",
|
|
253
253
|
},
|
|
254
254
|
},
|
|
255
|
-
|
|
255
|
+
DeleteCenRegionBandwidth: {
|
|
256
256
|
url: "/",
|
|
257
257
|
method: "GET",
|
|
258
258
|
config: {
|
|
259
259
|
query: {
|
|
260
260
|
Version: "2016-03-04",
|
|
261
|
-
Action: "
|
|
261
|
+
Action: "DeleteCenRegionBandwidth",
|
|
262
262
|
},
|
|
263
263
|
headers: {
|
|
264
264
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
265
265
|
},
|
|
266
266
|
},
|
|
267
267
|
paramsType: {
|
|
268
|
-
|
|
268
|
+
CenRegionBandwidthId: "String",
|
|
269
269
|
},
|
|
270
270
|
},
|
|
271
|
-
|
|
271
|
+
ModifyCenRegionBandwidth: {
|
|
272
272
|
url: "/",
|
|
273
273
|
method: "GET",
|
|
274
274
|
config: {
|
|
275
275
|
query: {
|
|
276
276
|
Version: "2016-03-04",
|
|
277
|
-
Action: "
|
|
277
|
+
Action: "ModifyCenRegionBandwidth",
|
|
278
278
|
},
|
|
279
279
|
headers: {
|
|
280
280
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
281
281
|
},
|
|
282
282
|
},
|
|
283
283
|
paramsType: {
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
CenRegionBandwidthId: "String",
|
|
285
|
+
InterBandWidth: "String",
|
|
286
286
|
},
|
|
287
287
|
},
|
|
288
|
-
|
|
288
|
+
DescribeCenRegionBandwidths: {
|
|
289
289
|
url: "/",
|
|
290
290
|
method: "GET",
|
|
291
291
|
config: {
|
|
292
292
|
query: {
|
|
293
293
|
Version: "2016-03-04",
|
|
294
|
-
Action: "
|
|
294
|
+
Action: "DescribeCenRegionBandwidths",
|
|
295
295
|
},
|
|
296
296
|
headers: {
|
|
297
|
-
"Content-Type": "application/
|
|
297
|
+
"Content-Type": "application/json",
|
|
298
298
|
},
|
|
299
299
|
},
|
|
300
300
|
paramsType: {
|
|
301
|
-
|
|
302
|
-
|
|
301
|
+
CenRegionBandwidthId: "Filter",
|
|
302
|
+
Filter: "Filter",
|
|
303
|
+
MaxResults: "Int",
|
|
304
|
+
NextToken: "String",
|
|
303
305
|
},
|
|
304
306
|
},
|
|
305
|
-
|
|
307
|
+
DescribeCenRoutes: {
|
|
306
308
|
url: "/",
|
|
307
309
|
method: "GET",
|
|
308
310
|
config: {
|
|
309
311
|
query: {
|
|
310
312
|
Version: "2016-03-04",
|
|
311
|
-
Action: "
|
|
313
|
+
Action: "DescribeCenRoutes",
|
|
312
314
|
},
|
|
313
315
|
headers: {
|
|
314
316
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
315
317
|
},
|
|
316
318
|
},
|
|
317
319
|
paramsType: {
|
|
318
|
-
|
|
319
|
-
CenBandWidthPackageId: "Filter",
|
|
320
|
+
CenRouteId: "Filter",
|
|
320
321
|
Filter: "Filter",
|
|
321
322
|
MaxResults: "Int",
|
|
322
323
|
NextToken: "String",
|
|
323
324
|
},
|
|
324
325
|
},
|
|
325
|
-
|
|
326
|
+
DescribeCenBandWidthPackageUsage: {
|
|
326
327
|
url: "/",
|
|
327
328
|
method: "GET",
|
|
328
329
|
config: {
|
|
329
330
|
query: {
|
|
330
331
|
Version: "2016-03-04",
|
|
331
|
-
Action: "
|
|
332
|
+
Action: "DescribeCenBandWidthPackageUsage",
|
|
332
333
|
},
|
|
333
334
|
headers: {
|
|
334
|
-
"Content-Type": "application/
|
|
335
|
+
"Content-Type": "application/json",
|
|
335
336
|
},
|
|
336
337
|
},
|
|
337
338
|
paramsType: {
|
|
338
|
-
CenId: "String",
|
|
339
|
-
RegionA: "String",
|
|
340
|
-
RegionB: "String",
|
|
341
339
|
CenBandWidthPackageId: "String",
|
|
342
|
-
BandWidth: "Int",
|
|
343
340
|
},
|
|
344
341
|
},
|
|
345
|
-
|
|
342
|
+
DescribeNetworkInstances: {
|
|
346
343
|
url: "/",
|
|
347
344
|
method: "GET",
|
|
348
345
|
config: {
|
|
349
346
|
query: {
|
|
350
347
|
Version: "2016-03-04",
|
|
351
|
-
Action: "
|
|
348
|
+
Action: "DescribeNetworkInstances",
|
|
352
349
|
},
|
|
353
350
|
headers: {
|
|
354
|
-
"Content-Type": "application/
|
|
351
|
+
"Content-Type": "application/json",
|
|
355
352
|
},
|
|
356
353
|
},
|
|
357
354
|
paramsType: {
|
|
358
|
-
|
|
355
|
+
NetworkInstanceId: "Filter",
|
|
356
|
+
MaxResults: "Int",
|
|
357
|
+
Filter: "Filter",
|
|
358
|
+
NextToken: "String",
|
|
359
359
|
},
|
|
360
360
|
},
|
|
361
|
-
|
|
361
|
+
CreateCenGrant: {
|
|
362
362
|
url: "/",
|
|
363
363
|
method: "GET",
|
|
364
364
|
config: {
|
|
365
365
|
query: {
|
|
366
366
|
Version: "2016-03-04",
|
|
367
|
-
Action: "
|
|
367
|
+
Action: "CreateCenGrant",
|
|
368
368
|
},
|
|
369
369
|
headers: {
|
|
370
370
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
371
371
|
},
|
|
372
372
|
},
|
|
373
373
|
paramsType: {
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
CenId: "String",
|
|
375
|
+
InstanceType: "String",
|
|
376
|
+
NetworkInstanceId: "String",
|
|
377
|
+
CenAccountId: "String",
|
|
376
378
|
},
|
|
377
379
|
},
|
|
378
|
-
|
|
380
|
+
DescribeInterAreas: {
|
|
379
381
|
url: "/",
|
|
380
382
|
method: "GET",
|
|
381
383
|
config: {
|
|
382
384
|
query: {
|
|
383
385
|
Version: "2016-03-04",
|
|
384
|
-
Action: "
|
|
386
|
+
Action: "DescribeInterAreas",
|
|
385
387
|
},
|
|
386
388
|
headers: {
|
|
387
|
-
"Content-Type": "application/
|
|
389
|
+
"Content-Type": "application/json",
|
|
388
390
|
},
|
|
389
391
|
},
|
|
390
392
|
paramsType: {
|
|
391
|
-
|
|
393
|
+
InterAreaId: "Filter",
|
|
392
394
|
Filter: "Filter",
|
|
393
395
|
MaxResults: "Int",
|
|
394
396
|
NextToken: "String",
|
|
395
397
|
},
|
|
396
398
|
},
|
|
397
|
-
|
|
399
|
+
DescribeInterRegions: {
|
|
398
400
|
url: "/",
|
|
399
401
|
method: "GET",
|
|
400
402
|
config: {
|
|
401
403
|
query: {
|
|
402
404
|
Version: "2016-03-04",
|
|
403
|
-
Action: "
|
|
405
|
+
Action: "DescribeInterRegions",
|
|
404
406
|
},
|
|
405
407
|
headers: {
|
|
406
|
-
"Content-Type": "application/
|
|
408
|
+
"Content-Type": "application/json",
|
|
407
409
|
},
|
|
408
410
|
},
|
|
409
411
|
paramsType: {
|
|
410
|
-
|
|
412
|
+
InterRegionId: "Filter",
|
|
411
413
|
Filter: "Filter",
|
|
412
414
|
MaxResults: "Int",
|
|
413
415
|
NextToken: "String",
|
|
414
416
|
},
|
|
415
417
|
},
|
|
416
|
-
|
|
418
|
+
AttachNetworkInstance: {
|
|
417
419
|
url: "/",
|
|
418
420
|
method: "GET",
|
|
419
421
|
config: {
|
|
420
422
|
query: {
|
|
421
423
|
Version: "2016-03-04",
|
|
422
|
-
Action: "
|
|
424
|
+
Action: "AttachNetworkInstance",
|
|
423
425
|
},
|
|
424
426
|
headers: {
|
|
425
427
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
426
428
|
},
|
|
427
429
|
},
|
|
428
430
|
paramsType: {
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
CenId: "String",
|
|
432
|
+
InstanceType: "String",
|
|
433
|
+
InstanceRegion: "String",
|
|
434
|
+
NetworkInstanceId: "String",
|
|
435
|
+
InstanceAccountId: "String",
|
|
433
436
|
},
|
|
434
437
|
},
|
|
435
|
-
|
|
438
|
+
DetachNetworkInstance: {
|
|
436
439
|
url: "/",
|
|
437
440
|
method: "GET",
|
|
438
441
|
config: {
|
|
439
442
|
query: {
|
|
440
443
|
Version: "2016-03-04",
|
|
441
|
-
Action: "
|
|
444
|
+
Action: "DetachNetworkInstance",
|
|
442
445
|
},
|
|
443
446
|
headers: {
|
|
444
447
|
"Content-Type": "application/x-www-form-urlencoded",
|
|
445
448
|
},
|
|
446
449
|
},
|
|
447
450
|
paramsType: {
|
|
448
|
-
|
|
451
|
+
CenId: "String",
|
|
452
|
+
NetworkInstanceId: "String",
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
CenCidrPublish: {
|
|
456
|
+
url: "/",
|
|
457
|
+
method: "GET",
|
|
458
|
+
config: {
|
|
459
|
+
query: {
|
|
460
|
+
Version: "2016-03-04",
|
|
461
|
+
Action: "CenCidrPublish",
|
|
462
|
+
},
|
|
463
|
+
headers: {
|
|
464
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
465
|
+
},
|
|
466
|
+
},
|
|
467
|
+
paramsType: {
|
|
468
|
+
NetworkInstanceId: "String",
|
|
469
|
+
InstanceType: "String",
|
|
470
|
+
NetworkRouteId: "Filter",
|
|
471
|
+
SelfDefineCidr: "Filter",
|
|
472
|
+
CenId: "String",
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
CenCidrDelete: {
|
|
476
|
+
url: "/",
|
|
477
|
+
method: "GET",
|
|
478
|
+
config: {
|
|
479
|
+
query: {
|
|
480
|
+
Version: "2016-03-04",
|
|
481
|
+
Action: "CenCidrDelete",
|
|
482
|
+
},
|
|
483
|
+
headers: {
|
|
484
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
paramsType: {
|
|
488
|
+
NetworkInstanceId: "String",
|
|
489
|
+
InstanceType: "String",
|
|
490
|
+
NetworkRouteId: "Filter",
|
|
491
|
+
SelfRouteId: "Filter",
|
|
492
|
+
CenId: "String",
|
|
449
493
|
},
|
|
450
494
|
},
|
|
451
495
|
};
|