@huaweicloud/huaweicloud-sdk-vpc 3.1.16 → 3.1.18
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/package.json +2 -2
- package/v2/VpcClient.js +87 -87
- package/v3/VpcClient.js +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-vpc",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.18",
|
|
4
4
|
"description": "Huaweicloud SDK for vpc",
|
|
5
5
|
"main": "huaweicloud-sdk-vpc.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-vpc.d.ts",
|
|
@@ -14,6 +14,6 @@
|
|
|
14
14
|
"author": "HuaweiCloud_SDK",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@huaweicloud/huaweicloud-sdk-core": "^3.1.
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.18"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/v2/VpcClient.js
CHANGED
|
@@ -124,8 +124,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
124
124
|
*/
|
|
125
125
|
VpcClient.prototype.acceptVpcPeering = function (acceptVpcPeeringRequest) {
|
|
126
126
|
var options = (0, exports.ParamCreater)().acceptVpcPeering(acceptVpcPeeringRequest);
|
|
127
|
-
options['responseHeaders'] = [''];
|
|
128
127
|
// @ts-ignore
|
|
128
|
+
options['responseHeaders'] = [''];
|
|
129
129
|
return this.hcClient.sendRequest(options);
|
|
130
130
|
};
|
|
131
131
|
/**
|
|
@@ -141,8 +141,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
141
141
|
*/
|
|
142
142
|
VpcClient.prototype.associateRouteTable = function (associateRouteTableRequest) {
|
|
143
143
|
var options = (0, exports.ParamCreater)().associateRouteTable(associateRouteTableRequest);
|
|
144
|
-
options['responseHeaders'] = [''];
|
|
145
144
|
// @ts-ignore
|
|
145
|
+
options['responseHeaders'] = [''];
|
|
146
146
|
return this.hcClient.sendRequest(options);
|
|
147
147
|
};
|
|
148
148
|
/**
|
|
@@ -159,8 +159,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
159
159
|
*/
|
|
160
160
|
VpcClient.prototype.batchCreateSubnetTags = function (batchCreateSubnetTagsRequest) {
|
|
161
161
|
var options = (0, exports.ParamCreater)().batchCreateSubnetTags(batchCreateSubnetTagsRequest);
|
|
162
|
-
options['responseHeaders'] = [''];
|
|
163
162
|
// @ts-ignore
|
|
163
|
+
options['responseHeaders'] = [''];
|
|
164
164
|
return this.hcClient.sendRequest(options);
|
|
165
165
|
};
|
|
166
166
|
/**
|
|
@@ -177,8 +177,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
177
177
|
*/
|
|
178
178
|
VpcClient.prototype.batchDeleteSubnetTags = function (batchDeleteSubnetTagsRequest) {
|
|
179
179
|
var options = (0, exports.ParamCreater)().batchDeleteSubnetTags(batchDeleteSubnetTagsRequest);
|
|
180
|
-
options['responseHeaders'] = [''];
|
|
181
180
|
// @ts-ignore
|
|
181
|
+
options['responseHeaders'] = [''];
|
|
182
182
|
return this.hcClient.sendRequest(options);
|
|
183
183
|
};
|
|
184
184
|
/**
|
|
@@ -193,8 +193,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
193
193
|
*/
|
|
194
194
|
VpcClient.prototype.createPort = function (createPortRequest) {
|
|
195
195
|
var options = (0, exports.ParamCreater)().createPort(createPortRequest);
|
|
196
|
-
options['responseHeaders'] = [''];
|
|
197
196
|
// @ts-ignore
|
|
197
|
+
options['responseHeaders'] = [''];
|
|
198
198
|
return this.hcClient.sendRequest(options);
|
|
199
199
|
};
|
|
200
200
|
/**
|
|
@@ -209,8 +209,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
209
209
|
*/
|
|
210
210
|
VpcClient.prototype.createRouteTable = function (createRouteTableRequest) {
|
|
211
211
|
var options = (0, exports.ParamCreater)().createRouteTable(createRouteTableRequest);
|
|
212
|
-
options['responseHeaders'] = [''];
|
|
213
212
|
// @ts-ignore
|
|
213
|
+
options['responseHeaders'] = [''];
|
|
214
214
|
return this.hcClient.sendRequest(options);
|
|
215
215
|
};
|
|
216
216
|
/**
|
|
@@ -225,8 +225,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
225
225
|
*/
|
|
226
226
|
VpcClient.prototype.createSecurityGroup = function (createSecurityGroupRequest) {
|
|
227
227
|
var options = (0, exports.ParamCreater)().createSecurityGroup(createSecurityGroupRequest);
|
|
228
|
-
options['responseHeaders'] = [''];
|
|
229
228
|
// @ts-ignore
|
|
229
|
+
options['responseHeaders'] = [''];
|
|
230
230
|
return this.hcClient.sendRequest(options);
|
|
231
231
|
};
|
|
232
232
|
/**
|
|
@@ -241,8 +241,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
241
241
|
*/
|
|
242
242
|
VpcClient.prototype.createSecurityGroupRule = function (createSecurityGroupRuleRequest) {
|
|
243
243
|
var options = (0, exports.ParamCreater)().createSecurityGroupRule(createSecurityGroupRuleRequest);
|
|
244
|
-
options['responseHeaders'] = [''];
|
|
245
244
|
// @ts-ignore
|
|
245
|
+
options['responseHeaders'] = [''];
|
|
246
246
|
return this.hcClient.sendRequest(options);
|
|
247
247
|
};
|
|
248
248
|
/**
|
|
@@ -257,8 +257,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
257
257
|
*/
|
|
258
258
|
VpcClient.prototype.createSubnet = function (createSubnetRequest) {
|
|
259
259
|
var options = (0, exports.ParamCreater)().createSubnet(createSubnetRequest);
|
|
260
|
-
options['responseHeaders'] = [''];
|
|
261
260
|
// @ts-ignore
|
|
261
|
+
options['responseHeaders'] = [''];
|
|
262
262
|
return this.hcClient.sendRequest(options);
|
|
263
263
|
};
|
|
264
264
|
/**
|
|
@@ -275,8 +275,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
275
275
|
*/
|
|
276
276
|
VpcClient.prototype.createSubnetTag = function (createSubnetTagRequest) {
|
|
277
277
|
var options = (0, exports.ParamCreater)().createSubnetTag(createSubnetTagRequest);
|
|
278
|
-
options['responseHeaders'] = [''];
|
|
279
278
|
// @ts-ignore
|
|
279
|
+
options['responseHeaders'] = [''];
|
|
280
280
|
return this.hcClient.sendRequest(options);
|
|
281
281
|
};
|
|
282
282
|
/**
|
|
@@ -291,8 +291,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
291
291
|
*/
|
|
292
292
|
VpcClient.prototype.createVpcPeering = function (createVpcPeeringRequest) {
|
|
293
293
|
var options = (0, exports.ParamCreater)().createVpcPeering(createVpcPeeringRequest);
|
|
294
|
-
options['responseHeaders'] = [''];
|
|
295
294
|
// @ts-ignore
|
|
295
|
+
options['responseHeaders'] = [''];
|
|
296
296
|
return this.hcClient.sendRequest(options);
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
@@ -307,8 +307,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
307
307
|
*/
|
|
308
308
|
VpcClient.prototype.deletePort = function (deletePortRequest) {
|
|
309
309
|
var options = (0, exports.ParamCreater)().deletePort(deletePortRequest);
|
|
310
|
-
options['responseHeaders'] = [''];
|
|
311
310
|
// @ts-ignore
|
|
311
|
+
options['responseHeaders'] = [''];
|
|
312
312
|
return this.hcClient.sendRequest(options);
|
|
313
313
|
};
|
|
314
314
|
/**
|
|
@@ -323,8 +323,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
323
323
|
*/
|
|
324
324
|
VpcClient.prototype.deleteRouteTable = function (deleteRouteTableRequest) {
|
|
325
325
|
var options = (0, exports.ParamCreater)().deleteRouteTable(deleteRouteTableRequest);
|
|
326
|
-
options['responseHeaders'] = [''];
|
|
327
326
|
// @ts-ignore
|
|
327
|
+
options['responseHeaders'] = [''];
|
|
328
328
|
return this.hcClient.sendRequest(options);
|
|
329
329
|
};
|
|
330
330
|
/**
|
|
@@ -339,8 +339,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
339
339
|
*/
|
|
340
340
|
VpcClient.prototype.deleteSecurityGroup = function (deleteSecurityGroupRequest) {
|
|
341
341
|
var options = (0, exports.ParamCreater)().deleteSecurityGroup(deleteSecurityGroupRequest);
|
|
342
|
-
options['responseHeaders'] = [''];
|
|
343
342
|
// @ts-ignore
|
|
343
|
+
options['responseHeaders'] = [''];
|
|
344
344
|
return this.hcClient.sendRequest(options);
|
|
345
345
|
};
|
|
346
346
|
/**
|
|
@@ -355,8 +355,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
355
355
|
*/
|
|
356
356
|
VpcClient.prototype.deleteSecurityGroupRule = function (deleteSecurityGroupRuleRequest) {
|
|
357
357
|
var options = (0, exports.ParamCreater)().deleteSecurityGroupRule(deleteSecurityGroupRuleRequest);
|
|
358
|
-
options['responseHeaders'] = [''];
|
|
359
358
|
// @ts-ignore
|
|
359
|
+
options['responseHeaders'] = [''];
|
|
360
360
|
return this.hcClient.sendRequest(options);
|
|
361
361
|
};
|
|
362
362
|
/**
|
|
@@ -372,8 +372,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
372
372
|
*/
|
|
373
373
|
VpcClient.prototype.deleteSubnet = function (deleteSubnetRequest) {
|
|
374
374
|
var options = (0, exports.ParamCreater)().deleteSubnet(deleteSubnetRequest);
|
|
375
|
-
options['responseHeaders'] = [''];
|
|
376
375
|
// @ts-ignore
|
|
376
|
+
options['responseHeaders'] = [''];
|
|
377
377
|
return this.hcClient.sendRequest(options);
|
|
378
378
|
};
|
|
379
379
|
/**
|
|
@@ -390,8 +390,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
390
390
|
*/
|
|
391
391
|
VpcClient.prototype.deleteSubnetTag = function (deleteSubnetTagRequest) {
|
|
392
392
|
var options = (0, exports.ParamCreater)().deleteSubnetTag(deleteSubnetTagRequest);
|
|
393
|
-
options['responseHeaders'] = [''];
|
|
394
393
|
// @ts-ignore
|
|
394
|
+
options['responseHeaders'] = [''];
|
|
395
395
|
return this.hcClient.sendRequest(options);
|
|
396
396
|
};
|
|
397
397
|
/**
|
|
@@ -407,8 +407,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
407
407
|
*/
|
|
408
408
|
VpcClient.prototype.deleteVpcPeering = function (deleteVpcPeeringRequest) {
|
|
409
409
|
var options = (0, exports.ParamCreater)().deleteVpcPeering(deleteVpcPeeringRequest);
|
|
410
|
-
options['responseHeaders'] = [''];
|
|
411
410
|
// @ts-ignore
|
|
411
|
+
options['responseHeaders'] = [''];
|
|
412
412
|
return this.hcClient.sendRequest(options);
|
|
413
413
|
};
|
|
414
414
|
/**
|
|
@@ -424,8 +424,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
424
424
|
*/
|
|
425
425
|
VpcClient.prototype.disassociateRouteTable = function (disassociateRouteTableRequest) {
|
|
426
426
|
var options = (0, exports.ParamCreater)().disassociateRouteTable(disassociateRouteTableRequest);
|
|
427
|
-
options['responseHeaders'] = [''];
|
|
428
427
|
// @ts-ignore
|
|
428
|
+
options['responseHeaders'] = [''];
|
|
429
429
|
return this.hcClient.sendRequest(options);
|
|
430
430
|
};
|
|
431
431
|
/**
|
|
@@ -451,8 +451,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
451
451
|
*/
|
|
452
452
|
VpcClient.prototype.listPorts = function (listPortsRequest) {
|
|
453
453
|
var options = (0, exports.ParamCreater)().listPorts(listPortsRequest);
|
|
454
|
-
options['responseHeaders'] = [''];
|
|
455
454
|
// @ts-ignore
|
|
455
|
+
options['responseHeaders'] = [''];
|
|
456
456
|
return this.hcClient.sendRequest(options);
|
|
457
457
|
};
|
|
458
458
|
/**
|
|
@@ -471,8 +471,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
471
471
|
*/
|
|
472
472
|
VpcClient.prototype.listRouteTables = function (listRouteTablesRequest) {
|
|
473
473
|
var options = (0, exports.ParamCreater)().listRouteTables(listRouteTablesRequest);
|
|
474
|
-
options['responseHeaders'] = [''];
|
|
475
474
|
// @ts-ignore
|
|
475
|
+
options['responseHeaders'] = [''];
|
|
476
476
|
return this.hcClient.sendRequest(options);
|
|
477
477
|
};
|
|
478
478
|
/**
|
|
@@ -489,8 +489,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
489
489
|
*/
|
|
490
490
|
VpcClient.prototype.listSecurityGroupRules = function (listSecurityGroupRulesRequest) {
|
|
491
491
|
var options = (0, exports.ParamCreater)().listSecurityGroupRules(listSecurityGroupRulesRequest);
|
|
492
|
-
options['responseHeaders'] = [''];
|
|
493
492
|
// @ts-ignore
|
|
493
|
+
options['responseHeaders'] = [''];
|
|
494
494
|
return this.hcClient.sendRequest(options);
|
|
495
495
|
};
|
|
496
496
|
/**
|
|
@@ -508,8 +508,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
508
508
|
*/
|
|
509
509
|
VpcClient.prototype.listSecurityGroups = function (listSecurityGroupsRequest) {
|
|
510
510
|
var options = (0, exports.ParamCreater)().listSecurityGroups(listSecurityGroupsRequest);
|
|
511
|
-
options['responseHeaders'] = [''];
|
|
512
511
|
// @ts-ignore
|
|
512
|
+
options['responseHeaders'] = [''];
|
|
513
513
|
return this.hcClient.sendRequest(options);
|
|
514
514
|
};
|
|
515
515
|
/**
|
|
@@ -523,8 +523,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
523
523
|
*/
|
|
524
524
|
VpcClient.prototype.listSubnetTags = function () {
|
|
525
525
|
var options = (0, exports.ParamCreater)().listSubnetTags();
|
|
526
|
-
options['responseHeaders'] = [''];
|
|
527
526
|
// @ts-ignore
|
|
527
|
+
options['responseHeaders'] = [''];
|
|
528
528
|
return this.hcClient.sendRequest(options);
|
|
529
529
|
};
|
|
530
530
|
/**
|
|
@@ -541,8 +541,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
541
541
|
*/
|
|
542
542
|
VpcClient.prototype.listSubnets = function (listSubnetsRequest) {
|
|
543
543
|
var options = (0, exports.ParamCreater)().listSubnets(listSubnetsRequest);
|
|
544
|
-
options['responseHeaders'] = [''];
|
|
545
544
|
// @ts-ignore
|
|
545
|
+
options['responseHeaders'] = [''];
|
|
546
546
|
return this.hcClient.sendRequest(options);
|
|
547
547
|
};
|
|
548
548
|
/**
|
|
@@ -557,8 +557,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
557
557
|
*/
|
|
558
558
|
VpcClient.prototype.listSubnetsByTags = function (listSubnetsByTagsRequest) {
|
|
559
559
|
var options = (0, exports.ParamCreater)().listSubnetsByTags(listSubnetsByTagsRequest);
|
|
560
|
-
options['responseHeaders'] = [''];
|
|
561
560
|
// @ts-ignore
|
|
561
|
+
options['responseHeaders'] = [''];
|
|
562
562
|
return this.hcClient.sendRequest(options);
|
|
563
563
|
};
|
|
564
564
|
/**
|
|
@@ -579,8 +579,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
579
579
|
*/
|
|
580
580
|
VpcClient.prototype.listVpcPeerings = function (listVpcPeeringsRequest) {
|
|
581
581
|
var options = (0, exports.ParamCreater)().listVpcPeerings(listVpcPeeringsRequest);
|
|
582
|
-
options['responseHeaders'] = [''];
|
|
583
582
|
// @ts-ignore
|
|
583
|
+
options['responseHeaders'] = [''];
|
|
584
584
|
return this.hcClient.sendRequest(options);
|
|
585
585
|
};
|
|
586
586
|
/**
|
|
@@ -595,8 +595,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
595
595
|
*/
|
|
596
596
|
VpcClient.prototype.rejectVpcPeering = function (rejectVpcPeeringRequest) {
|
|
597
597
|
var options = (0, exports.ParamCreater)().rejectVpcPeering(rejectVpcPeeringRequest);
|
|
598
|
-
options['responseHeaders'] = [''];
|
|
599
598
|
// @ts-ignore
|
|
599
|
+
options['responseHeaders'] = [''];
|
|
600
600
|
return this.hcClient.sendRequest(options);
|
|
601
601
|
};
|
|
602
602
|
/**
|
|
@@ -611,8 +611,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
611
611
|
*/
|
|
612
612
|
VpcClient.prototype.showPort = function (showPortRequest) {
|
|
613
613
|
var options = (0, exports.ParamCreater)().showPort(showPortRequest);
|
|
614
|
-
options['responseHeaders'] = [''];
|
|
615
614
|
// @ts-ignore
|
|
615
|
+
options['responseHeaders'] = [''];
|
|
616
616
|
return this.hcClient.sendRequest(options);
|
|
617
617
|
};
|
|
618
618
|
/**
|
|
@@ -627,8 +627,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
627
627
|
*/
|
|
628
628
|
VpcClient.prototype.showQuota = function (showQuotaRequest) {
|
|
629
629
|
var options = (0, exports.ParamCreater)().showQuota(showQuotaRequest);
|
|
630
|
-
options['responseHeaders'] = [''];
|
|
631
630
|
// @ts-ignore
|
|
631
|
+
options['responseHeaders'] = [''];
|
|
632
632
|
return this.hcClient.sendRequest(options);
|
|
633
633
|
};
|
|
634
634
|
/**
|
|
@@ -643,8 +643,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
643
643
|
*/
|
|
644
644
|
VpcClient.prototype.showRouteTable = function (showRouteTableRequest) {
|
|
645
645
|
var options = (0, exports.ParamCreater)().showRouteTable(showRouteTableRequest);
|
|
646
|
-
options['responseHeaders'] = [''];
|
|
647
646
|
// @ts-ignore
|
|
647
|
+
options['responseHeaders'] = [''];
|
|
648
648
|
return this.hcClient.sendRequest(options);
|
|
649
649
|
};
|
|
650
650
|
/**
|
|
@@ -659,8 +659,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
659
659
|
*/
|
|
660
660
|
VpcClient.prototype.showSecurityGroup = function (showSecurityGroupRequest) {
|
|
661
661
|
var options = (0, exports.ParamCreater)().showSecurityGroup(showSecurityGroupRequest);
|
|
662
|
-
options['responseHeaders'] = [''];
|
|
663
662
|
// @ts-ignore
|
|
663
|
+
options['responseHeaders'] = [''];
|
|
664
664
|
return this.hcClient.sendRequest(options);
|
|
665
665
|
};
|
|
666
666
|
/**
|
|
@@ -675,8 +675,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
675
675
|
*/
|
|
676
676
|
VpcClient.prototype.showSecurityGroupRule = function (showSecurityGroupRuleRequest) {
|
|
677
677
|
var options = (0, exports.ParamCreater)().showSecurityGroupRule(showSecurityGroupRuleRequest);
|
|
678
|
-
options['responseHeaders'] = [''];
|
|
679
678
|
// @ts-ignore
|
|
679
|
+
options['responseHeaders'] = [''];
|
|
680
680
|
return this.hcClient.sendRequest(options);
|
|
681
681
|
};
|
|
682
682
|
/**
|
|
@@ -691,8 +691,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
691
691
|
*/
|
|
692
692
|
VpcClient.prototype.showSubnet = function (showSubnetRequest) {
|
|
693
693
|
var options = (0, exports.ParamCreater)().showSubnet(showSubnetRequest);
|
|
694
|
-
options['responseHeaders'] = [''];
|
|
695
694
|
// @ts-ignore
|
|
695
|
+
options['responseHeaders'] = [''];
|
|
696
696
|
return this.hcClient.sendRequest(options);
|
|
697
697
|
};
|
|
698
698
|
/**
|
|
@@ -707,8 +707,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
707
707
|
*/
|
|
708
708
|
VpcClient.prototype.showSubnetTags = function (showSubnetTagsRequest) {
|
|
709
709
|
var options = (0, exports.ParamCreater)().showSubnetTags(showSubnetTagsRequest);
|
|
710
|
-
options['responseHeaders'] = [''];
|
|
711
710
|
// @ts-ignore
|
|
711
|
+
options['responseHeaders'] = [''];
|
|
712
712
|
return this.hcClient.sendRequest(options);
|
|
713
713
|
};
|
|
714
714
|
/**
|
|
@@ -723,8 +723,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
723
723
|
*/
|
|
724
724
|
VpcClient.prototype.showVpcPeering = function (showVpcPeeringRequest) {
|
|
725
725
|
var options = (0, exports.ParamCreater)().showVpcPeering(showVpcPeeringRequest);
|
|
726
|
-
options['responseHeaders'] = [''];
|
|
727
726
|
// @ts-ignore
|
|
727
|
+
options['responseHeaders'] = [''];
|
|
728
728
|
return this.hcClient.sendRequest(options);
|
|
729
729
|
};
|
|
730
730
|
/**
|
|
@@ -740,8 +740,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
740
740
|
*/
|
|
741
741
|
VpcClient.prototype.updatePort = function (updatePortRequest) {
|
|
742
742
|
var options = (0, exports.ParamCreater)().updatePort(updatePortRequest);
|
|
743
|
-
options['responseHeaders'] = [''];
|
|
744
743
|
// @ts-ignore
|
|
744
|
+
options['responseHeaders'] = [''];
|
|
745
745
|
return this.hcClient.sendRequest(options);
|
|
746
746
|
};
|
|
747
747
|
/**
|
|
@@ -757,8 +757,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
757
757
|
*/
|
|
758
758
|
VpcClient.prototype.updateRouteTable = function (updateRouteTableRequest) {
|
|
759
759
|
var options = (0, exports.ParamCreater)().updateRouteTable(updateRouteTableRequest);
|
|
760
|
-
options['responseHeaders'] = [''];
|
|
761
760
|
// @ts-ignore
|
|
761
|
+
options['responseHeaders'] = [''];
|
|
762
762
|
return this.hcClient.sendRequest(options);
|
|
763
763
|
};
|
|
764
764
|
/**
|
|
@@ -775,8 +775,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
775
775
|
*/
|
|
776
776
|
VpcClient.prototype.updateSubnet = function (updateSubnetRequest) {
|
|
777
777
|
var options = (0, exports.ParamCreater)().updateSubnet(updateSubnetRequest);
|
|
778
|
-
options['responseHeaders'] = [''];
|
|
779
778
|
// @ts-ignore
|
|
779
|
+
options['responseHeaders'] = [''];
|
|
780
780
|
return this.hcClient.sendRequest(options);
|
|
781
781
|
};
|
|
782
782
|
/**
|
|
@@ -792,8 +792,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
792
792
|
*/
|
|
793
793
|
VpcClient.prototype.updateVpcPeering = function (updateVpcPeeringRequest) {
|
|
794
794
|
var options = (0, exports.ParamCreater)().updateVpcPeering(updateVpcPeeringRequest);
|
|
795
|
-
options['responseHeaders'] = [''];
|
|
796
795
|
// @ts-ignore
|
|
796
|
+
options['responseHeaders'] = [''];
|
|
797
797
|
return this.hcClient.sendRequest(options);
|
|
798
798
|
};
|
|
799
799
|
/**
|
|
@@ -808,8 +808,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
808
808
|
*/
|
|
809
809
|
VpcClient.prototype.createPrivateip = function (createPrivateipRequest) {
|
|
810
810
|
var options = (0, exports.ParamCreater)().createPrivateip(createPrivateipRequest);
|
|
811
|
-
options['responseHeaders'] = [''];
|
|
812
811
|
// @ts-ignore
|
|
812
|
+
options['responseHeaders'] = [''];
|
|
813
813
|
return this.hcClient.sendRequest(options);
|
|
814
814
|
};
|
|
815
815
|
/**
|
|
@@ -824,8 +824,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
824
824
|
*/
|
|
825
825
|
VpcClient.prototype.deletePrivateip = function (deletePrivateipRequest) {
|
|
826
826
|
var options = (0, exports.ParamCreater)().deletePrivateip(deletePrivateipRequest);
|
|
827
|
-
options['responseHeaders'] = [''];
|
|
828
827
|
// @ts-ignore
|
|
828
|
+
options['responseHeaders'] = [''];
|
|
829
829
|
return this.hcClient.sendRequest(options);
|
|
830
830
|
};
|
|
831
831
|
/**
|
|
@@ -842,8 +842,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
842
842
|
*/
|
|
843
843
|
VpcClient.prototype.listPrivateips = function (listPrivateipsRequest) {
|
|
844
844
|
var options = (0, exports.ParamCreater)().listPrivateips(listPrivateipsRequest);
|
|
845
|
-
options['responseHeaders'] = [''];
|
|
846
845
|
// @ts-ignore
|
|
846
|
+
options['responseHeaders'] = [''];
|
|
847
847
|
return this.hcClient.sendRequest(options);
|
|
848
848
|
};
|
|
849
849
|
/**
|
|
@@ -865,8 +865,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
865
865
|
*/
|
|
866
866
|
VpcClient.prototype.showNetworkIpAvailabilities = function (showNetworkIpAvailabilitiesRequest) {
|
|
867
867
|
var options = (0, exports.ParamCreater)().showNetworkIpAvailabilities(showNetworkIpAvailabilitiesRequest);
|
|
868
|
-
options['responseHeaders'] = [''];
|
|
869
868
|
// @ts-ignore
|
|
869
|
+
options['responseHeaders'] = [''];
|
|
870
870
|
return this.hcClient.sendRequest(options);
|
|
871
871
|
};
|
|
872
872
|
/**
|
|
@@ -881,8 +881,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
881
881
|
*/
|
|
882
882
|
VpcClient.prototype.showPrivateip = function (showPrivateipRequest) {
|
|
883
883
|
var options = (0, exports.ParamCreater)().showPrivateip(showPrivateipRequest);
|
|
884
|
-
options['responseHeaders'] = [''];
|
|
885
884
|
// @ts-ignore
|
|
885
|
+
options['responseHeaders'] = [''];
|
|
886
886
|
return this.hcClient.sendRequest(options);
|
|
887
887
|
};
|
|
888
888
|
/**
|
|
@@ -897,8 +897,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
897
897
|
*/
|
|
898
898
|
VpcClient.prototype.neutronCreateSecurityGroup = function (neutronCreateSecurityGroupRequest) {
|
|
899
899
|
var options = (0, exports.ParamCreater)().neutronCreateSecurityGroup(neutronCreateSecurityGroupRequest);
|
|
900
|
-
options['responseHeaders'] = [''];
|
|
901
900
|
// @ts-ignore
|
|
901
|
+
options['responseHeaders'] = [''];
|
|
902
902
|
return this.hcClient.sendRequest(options);
|
|
903
903
|
};
|
|
904
904
|
/**
|
|
@@ -913,8 +913,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
913
913
|
*/
|
|
914
914
|
VpcClient.prototype.neutronCreateSecurityGroupRule = function (neutronCreateSecurityGroupRuleRequest) {
|
|
915
915
|
var options = (0, exports.ParamCreater)().neutronCreateSecurityGroupRule(neutronCreateSecurityGroupRuleRequest);
|
|
916
|
-
options['responseHeaders'] = [''];
|
|
917
916
|
// @ts-ignore
|
|
917
|
+
options['responseHeaders'] = [''];
|
|
918
918
|
return this.hcClient.sendRequest(options);
|
|
919
919
|
};
|
|
920
920
|
/**
|
|
@@ -929,8 +929,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
929
929
|
*/
|
|
930
930
|
VpcClient.prototype.neutronDeleteSecurityGroup = function (neutronDeleteSecurityGroupRequest) {
|
|
931
931
|
var options = (0, exports.ParamCreater)().neutronDeleteSecurityGroup(neutronDeleteSecurityGroupRequest);
|
|
932
|
-
options['responseHeaders'] = [''];
|
|
933
932
|
// @ts-ignore
|
|
933
|
+
options['responseHeaders'] = [''];
|
|
934
934
|
return this.hcClient.sendRequest(options);
|
|
935
935
|
};
|
|
936
936
|
/**
|
|
@@ -945,8 +945,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
945
945
|
*/
|
|
946
946
|
VpcClient.prototype.neutronDeleteSecurityGroupRule = function (neutronDeleteSecurityGroupRuleRequest) {
|
|
947
947
|
var options = (0, exports.ParamCreater)().neutronDeleteSecurityGroupRule(neutronDeleteSecurityGroupRuleRequest);
|
|
948
|
-
options['responseHeaders'] = [''];
|
|
949
948
|
// @ts-ignore
|
|
949
|
+
options['responseHeaders'] = [''];
|
|
950
950
|
return this.hcClient.sendRequest(options);
|
|
951
951
|
};
|
|
952
952
|
/**
|
|
@@ -973,8 +973,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
973
973
|
*/
|
|
974
974
|
VpcClient.prototype.neutronListSecurityGroupRules = function (neutronListSecurityGroupRulesRequest) {
|
|
975
975
|
var options = (0, exports.ParamCreater)().neutronListSecurityGroupRules(neutronListSecurityGroupRulesRequest);
|
|
976
|
-
options['responseHeaders'] = [''];
|
|
977
976
|
// @ts-ignore
|
|
977
|
+
options['responseHeaders'] = [''];
|
|
978
978
|
return this.hcClient.sendRequest(options);
|
|
979
979
|
};
|
|
980
980
|
/**
|
|
@@ -994,8 +994,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
994
994
|
*/
|
|
995
995
|
VpcClient.prototype.neutronListSecurityGroups = function (neutronListSecurityGroupsRequest) {
|
|
996
996
|
var options = (0, exports.ParamCreater)().neutronListSecurityGroups(neutronListSecurityGroupsRequest);
|
|
997
|
-
options['responseHeaders'] = [''];
|
|
998
997
|
// @ts-ignore
|
|
998
|
+
options['responseHeaders'] = [''];
|
|
999
999
|
return this.hcClient.sendRequest(options);
|
|
1000
1000
|
};
|
|
1001
1001
|
/**
|
|
@@ -1010,8 +1010,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1010
1010
|
*/
|
|
1011
1011
|
VpcClient.prototype.neutronShowSecurityGroup = function (neutronShowSecurityGroupRequest) {
|
|
1012
1012
|
var options = (0, exports.ParamCreater)().neutronShowSecurityGroup(neutronShowSecurityGroupRequest);
|
|
1013
|
-
options['responseHeaders'] = [''];
|
|
1014
1013
|
// @ts-ignore
|
|
1014
|
+
options['responseHeaders'] = [''];
|
|
1015
1015
|
return this.hcClient.sendRequest(options);
|
|
1016
1016
|
};
|
|
1017
1017
|
/**
|
|
@@ -1026,8 +1026,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1026
1026
|
*/
|
|
1027
1027
|
VpcClient.prototype.neutronShowSecurityGroupRule = function (neutronShowSecurityGroupRuleRequest) {
|
|
1028
1028
|
var options = (0, exports.ParamCreater)().neutronShowSecurityGroupRule(neutronShowSecurityGroupRuleRequest);
|
|
1029
|
-
options['responseHeaders'] = [''];
|
|
1030
1029
|
// @ts-ignore
|
|
1030
|
+
options['responseHeaders'] = [''];
|
|
1031
1031
|
return this.hcClient.sendRequest(options);
|
|
1032
1032
|
};
|
|
1033
1033
|
/**
|
|
@@ -1043,8 +1043,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1043
1043
|
*/
|
|
1044
1044
|
VpcClient.prototype.neutronUpdateSecurityGroup = function (neutronUpdateSecurityGroupRequest) {
|
|
1045
1045
|
var options = (0, exports.ParamCreater)().neutronUpdateSecurityGroup(neutronUpdateSecurityGroupRequest);
|
|
1046
|
-
options['responseHeaders'] = [''];
|
|
1047
1046
|
// @ts-ignore
|
|
1047
|
+
options['responseHeaders'] = [''];
|
|
1048
1048
|
return this.hcClient.sendRequest(options);
|
|
1049
1049
|
};
|
|
1050
1050
|
/**
|
|
@@ -1060,8 +1060,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1060
1060
|
*/
|
|
1061
1061
|
VpcClient.prototype.neutronAddFirewallRule = function (neutronAddFirewallRuleRequest) {
|
|
1062
1062
|
var options = (0, exports.ParamCreater)().neutronAddFirewallRule(neutronAddFirewallRuleRequest);
|
|
1063
|
-
options['responseHeaders'] = [''];
|
|
1064
1063
|
// @ts-ignore
|
|
1064
|
+
options['responseHeaders'] = [''];
|
|
1065
1065
|
return this.hcClient.sendRequest(options);
|
|
1066
1066
|
};
|
|
1067
1067
|
/**
|
|
@@ -1076,8 +1076,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1076
1076
|
*/
|
|
1077
1077
|
VpcClient.prototype.neutronCreateFirewallGroup = function (neutronCreateFirewallGroupRequest) {
|
|
1078
1078
|
var options = (0, exports.ParamCreater)().neutronCreateFirewallGroup(neutronCreateFirewallGroupRequest);
|
|
1079
|
-
options['responseHeaders'] = [''];
|
|
1080
1079
|
// @ts-ignore
|
|
1080
|
+
options['responseHeaders'] = [''];
|
|
1081
1081
|
return this.hcClient.sendRequest(options);
|
|
1082
1082
|
};
|
|
1083
1083
|
/**
|
|
@@ -1092,8 +1092,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1092
1092
|
*/
|
|
1093
1093
|
VpcClient.prototype.neutronCreateFirewallPolicy = function (neutronCreateFirewallPolicyRequest) {
|
|
1094
1094
|
var options = (0, exports.ParamCreater)().neutronCreateFirewallPolicy(neutronCreateFirewallPolicyRequest);
|
|
1095
|
-
options['responseHeaders'] = [''];
|
|
1096
1095
|
// @ts-ignore
|
|
1096
|
+
options['responseHeaders'] = [''];
|
|
1097
1097
|
return this.hcClient.sendRequest(options);
|
|
1098
1098
|
};
|
|
1099
1099
|
/**
|
|
@@ -1108,8 +1108,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1108
1108
|
*/
|
|
1109
1109
|
VpcClient.prototype.neutronCreateFirewallRule = function (neutronCreateFirewallRuleRequest) {
|
|
1110
1110
|
var options = (0, exports.ParamCreater)().neutronCreateFirewallRule(neutronCreateFirewallRuleRequest);
|
|
1111
|
-
options['responseHeaders'] = [''];
|
|
1112
1111
|
// @ts-ignore
|
|
1112
|
+
options['responseHeaders'] = [''];
|
|
1113
1113
|
return this.hcClient.sendRequest(options);
|
|
1114
1114
|
};
|
|
1115
1115
|
/**
|
|
@@ -1124,8 +1124,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1124
1124
|
*/
|
|
1125
1125
|
VpcClient.prototype.neutronDeleteFirewallGroup = function (neutronDeleteFirewallGroupRequest) {
|
|
1126
1126
|
var options = (0, exports.ParamCreater)().neutronDeleteFirewallGroup(neutronDeleteFirewallGroupRequest);
|
|
1127
|
-
options['responseHeaders'] = [''];
|
|
1128
1127
|
// @ts-ignore
|
|
1128
|
+
options['responseHeaders'] = [''];
|
|
1129
1129
|
return this.hcClient.sendRequest(options);
|
|
1130
1130
|
};
|
|
1131
1131
|
/**
|
|
@@ -1140,8 +1140,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1140
1140
|
*/
|
|
1141
1141
|
VpcClient.prototype.neutronDeleteFirewallPolicy = function (neutronDeleteFirewallPolicyRequest) {
|
|
1142
1142
|
var options = (0, exports.ParamCreater)().neutronDeleteFirewallPolicy(neutronDeleteFirewallPolicyRequest);
|
|
1143
|
-
options['responseHeaders'] = [''];
|
|
1144
1143
|
// @ts-ignore
|
|
1144
|
+
options['responseHeaders'] = [''];
|
|
1145
1145
|
return this.hcClient.sendRequest(options);
|
|
1146
1146
|
};
|
|
1147
1147
|
/**
|
|
@@ -1156,8 +1156,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1156
1156
|
*/
|
|
1157
1157
|
VpcClient.prototype.neutronDeleteFirewallRule = function (neutronDeleteFirewallRuleRequest) {
|
|
1158
1158
|
var options = (0, exports.ParamCreater)().neutronDeleteFirewallRule(neutronDeleteFirewallRuleRequest);
|
|
1159
|
-
options['responseHeaders'] = [''];
|
|
1160
1159
|
// @ts-ignore
|
|
1160
|
+
options['responseHeaders'] = [''];
|
|
1161
1161
|
return this.hcClient.sendRequest(options);
|
|
1162
1162
|
};
|
|
1163
1163
|
/**
|
|
@@ -1178,8 +1178,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1178
1178
|
*/
|
|
1179
1179
|
VpcClient.prototype.neutronListFirewallGroups = function (neutronListFirewallGroupsRequest) {
|
|
1180
1180
|
var options = (0, exports.ParamCreater)().neutronListFirewallGroups(neutronListFirewallGroupsRequest);
|
|
1181
|
-
options['responseHeaders'] = [''];
|
|
1182
1181
|
// @ts-ignore
|
|
1182
|
+
options['responseHeaders'] = [''];
|
|
1183
1183
|
return this.hcClient.sendRequest(options);
|
|
1184
1184
|
};
|
|
1185
1185
|
/**
|
|
@@ -1199,8 +1199,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
VpcClient.prototype.neutronListFirewallPolicies = function (neutronListFirewallPoliciesRequest) {
|
|
1201
1201
|
var options = (0, exports.ParamCreater)().neutronListFirewallPolicies(neutronListFirewallPoliciesRequest);
|
|
1202
|
-
options['responseHeaders'] = [''];
|
|
1203
1202
|
// @ts-ignore
|
|
1203
|
+
options['responseHeaders'] = [''];
|
|
1204
1204
|
return this.hcClient.sendRequest(options);
|
|
1205
1205
|
};
|
|
1206
1206
|
/**
|
|
@@ -1221,8 +1221,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1221
1221
|
*/
|
|
1222
1222
|
VpcClient.prototype.neutronListFirewallRules = function (neutronListFirewallRulesRequest) {
|
|
1223
1223
|
var options = (0, exports.ParamCreater)().neutronListFirewallRules(neutronListFirewallRulesRequest);
|
|
1224
|
-
options['responseHeaders'] = [''];
|
|
1225
1224
|
// @ts-ignore
|
|
1225
|
+
options['responseHeaders'] = [''];
|
|
1226
1226
|
return this.hcClient.sendRequest(options);
|
|
1227
1227
|
};
|
|
1228
1228
|
/**
|
|
@@ -1238,8 +1238,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1238
1238
|
*/
|
|
1239
1239
|
VpcClient.prototype.neutronRemoveFirewallRule = function (neutronRemoveFirewallRuleRequest) {
|
|
1240
1240
|
var options = (0, exports.ParamCreater)().neutronRemoveFirewallRule(neutronRemoveFirewallRuleRequest);
|
|
1241
|
-
options['responseHeaders'] = [''];
|
|
1242
1241
|
// @ts-ignore
|
|
1242
|
+
options['responseHeaders'] = [''];
|
|
1243
1243
|
return this.hcClient.sendRequest(options);
|
|
1244
1244
|
};
|
|
1245
1245
|
/**
|
|
@@ -1254,8 +1254,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1254
1254
|
*/
|
|
1255
1255
|
VpcClient.prototype.neutronShowFirewallGroup = function (neutronShowFirewallGroupRequest) {
|
|
1256
1256
|
var options = (0, exports.ParamCreater)().neutronShowFirewallGroup(neutronShowFirewallGroupRequest);
|
|
1257
|
-
options['responseHeaders'] = [''];
|
|
1258
1257
|
// @ts-ignore
|
|
1258
|
+
options['responseHeaders'] = [''];
|
|
1259
1259
|
return this.hcClient.sendRequest(options);
|
|
1260
1260
|
};
|
|
1261
1261
|
/**
|
|
@@ -1270,8 +1270,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1270
1270
|
*/
|
|
1271
1271
|
VpcClient.prototype.neutronShowFirewallPolicy = function (neutronShowFirewallPolicyRequest) {
|
|
1272
1272
|
var options = (0, exports.ParamCreater)().neutronShowFirewallPolicy(neutronShowFirewallPolicyRequest);
|
|
1273
|
-
options['responseHeaders'] = [''];
|
|
1274
1273
|
// @ts-ignore
|
|
1274
|
+
options['responseHeaders'] = [''];
|
|
1275
1275
|
return this.hcClient.sendRequest(options);
|
|
1276
1276
|
};
|
|
1277
1277
|
/**
|
|
@@ -1286,8 +1286,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1286
1286
|
*/
|
|
1287
1287
|
VpcClient.prototype.neutronShowFirewallRule = function (neutronShowFirewallRuleRequest) {
|
|
1288
1288
|
var options = (0, exports.ParamCreater)().neutronShowFirewallRule(neutronShowFirewallRuleRequest);
|
|
1289
|
-
options['responseHeaders'] = [''];
|
|
1290
1289
|
// @ts-ignore
|
|
1290
|
+
options['responseHeaders'] = [''];
|
|
1291
1291
|
return this.hcClient.sendRequest(options);
|
|
1292
1292
|
};
|
|
1293
1293
|
/**
|
|
@@ -1303,8 +1303,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1303
1303
|
*/
|
|
1304
1304
|
VpcClient.prototype.neutronUpdateFirewallGroup = function (neutronUpdateFirewallGroupRequest) {
|
|
1305
1305
|
var options = (0, exports.ParamCreater)().neutronUpdateFirewallGroup(neutronUpdateFirewallGroupRequest);
|
|
1306
|
-
options['responseHeaders'] = [''];
|
|
1307
1306
|
// @ts-ignore
|
|
1307
|
+
options['responseHeaders'] = [''];
|
|
1308
1308
|
return this.hcClient.sendRequest(options);
|
|
1309
1309
|
};
|
|
1310
1310
|
/**
|
|
@@ -1320,8 +1320,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1320
1320
|
*/
|
|
1321
1321
|
VpcClient.prototype.neutronUpdateFirewallPolicy = function (neutronUpdateFirewallPolicyRequest) {
|
|
1322
1322
|
var options = (0, exports.ParamCreater)().neutronUpdateFirewallPolicy(neutronUpdateFirewallPolicyRequest);
|
|
1323
|
-
options['responseHeaders'] = [''];
|
|
1324
1323
|
// @ts-ignore
|
|
1324
|
+
options['responseHeaders'] = [''];
|
|
1325
1325
|
return this.hcClient.sendRequest(options);
|
|
1326
1326
|
};
|
|
1327
1327
|
/**
|
|
@@ -1337,8 +1337,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1337
1337
|
*/
|
|
1338
1338
|
VpcClient.prototype.neutronUpdateFirewallRule = function (neutronUpdateFirewallRuleRequest) {
|
|
1339
1339
|
var options = (0, exports.ParamCreater)().neutronUpdateFirewallRule(neutronUpdateFirewallRuleRequest);
|
|
1340
|
-
options['responseHeaders'] = [''];
|
|
1341
1340
|
// @ts-ignore
|
|
1341
|
+
options['responseHeaders'] = [''];
|
|
1342
1342
|
return this.hcClient.sendRequest(options);
|
|
1343
1343
|
};
|
|
1344
1344
|
/**
|
|
@@ -1355,8 +1355,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1355
1355
|
*/
|
|
1356
1356
|
VpcClient.prototype.batchCreateVpcTags = function (batchCreateVpcTagsRequest) {
|
|
1357
1357
|
var options = (0, exports.ParamCreater)().batchCreateVpcTags(batchCreateVpcTagsRequest);
|
|
1358
|
-
options['responseHeaders'] = [''];
|
|
1359
1358
|
// @ts-ignore
|
|
1359
|
+
options['responseHeaders'] = [''];
|
|
1360
1360
|
return this.hcClient.sendRequest(options);
|
|
1361
1361
|
};
|
|
1362
1362
|
/**
|
|
@@ -1373,8 +1373,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1373
1373
|
*/
|
|
1374
1374
|
VpcClient.prototype.batchDeleteVpcTags = function (batchDeleteVpcTagsRequest) {
|
|
1375
1375
|
var options = (0, exports.ParamCreater)().batchDeleteVpcTags(batchDeleteVpcTagsRequest);
|
|
1376
|
-
options['responseHeaders'] = [''];
|
|
1377
1376
|
// @ts-ignore
|
|
1377
|
+
options['responseHeaders'] = [''];
|
|
1378
1378
|
return this.hcClient.sendRequest(options);
|
|
1379
1379
|
};
|
|
1380
1380
|
/**
|
|
@@ -1389,8 +1389,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1389
1389
|
*/
|
|
1390
1390
|
VpcClient.prototype.createVpc = function (createVpcRequest) {
|
|
1391
1391
|
var options = (0, exports.ParamCreater)().createVpc(createVpcRequest);
|
|
1392
|
-
options['responseHeaders'] = [''];
|
|
1393
1392
|
// @ts-ignore
|
|
1393
|
+
options['responseHeaders'] = [''];
|
|
1394
1394
|
return this.hcClient.sendRequest(options);
|
|
1395
1395
|
};
|
|
1396
1396
|
/**
|
|
@@ -1407,8 +1407,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1407
1407
|
*/
|
|
1408
1408
|
VpcClient.prototype.createVpcResourceTag = function (createVpcResourceTagRequest) {
|
|
1409
1409
|
var options = (0, exports.ParamCreater)().createVpcResourceTag(createVpcResourceTagRequest);
|
|
1410
|
-
options['responseHeaders'] = [''];
|
|
1411
1410
|
// @ts-ignore
|
|
1411
|
+
options['responseHeaders'] = [''];
|
|
1412
1412
|
return this.hcClient.sendRequest(options);
|
|
1413
1413
|
};
|
|
1414
1414
|
/**
|
|
@@ -1423,8 +1423,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1423
1423
|
*/
|
|
1424
1424
|
VpcClient.prototype.createVpcRoute = function (createVpcRouteRequest) {
|
|
1425
1425
|
var options = (0, exports.ParamCreater)().createVpcRoute(createVpcRouteRequest);
|
|
1426
|
-
options['responseHeaders'] = [''];
|
|
1427
1426
|
// @ts-ignore
|
|
1427
|
+
options['responseHeaders'] = [''];
|
|
1428
1428
|
return this.hcClient.sendRequest(options);
|
|
1429
1429
|
};
|
|
1430
1430
|
/**
|
|
@@ -1439,8 +1439,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1439
1439
|
*/
|
|
1440
1440
|
VpcClient.prototype.deleteVpc = function (deleteVpcRequest) {
|
|
1441
1441
|
var options = (0, exports.ParamCreater)().deleteVpc(deleteVpcRequest);
|
|
1442
|
-
options['responseHeaders'] = [''];
|
|
1443
1442
|
// @ts-ignore
|
|
1443
|
+
options['responseHeaders'] = [''];
|
|
1444
1444
|
return this.hcClient.sendRequest(options);
|
|
1445
1445
|
};
|
|
1446
1446
|
/**
|
|
@@ -1455,8 +1455,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1455
1455
|
*/
|
|
1456
1456
|
VpcClient.prototype.deleteVpcRoute = function (deleteVpcRouteRequest) {
|
|
1457
1457
|
var options = (0, exports.ParamCreater)().deleteVpcRoute(deleteVpcRouteRequest);
|
|
1458
|
-
options['responseHeaders'] = [''];
|
|
1459
1458
|
// @ts-ignore
|
|
1459
|
+
options['responseHeaders'] = [''];
|
|
1460
1460
|
return this.hcClient.sendRequest(options);
|
|
1461
1461
|
};
|
|
1462
1462
|
/**
|
|
@@ -1473,8 +1473,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1473
1473
|
*/
|
|
1474
1474
|
VpcClient.prototype.deleteVpcTag = function (deleteVpcTagRequest) {
|
|
1475
1475
|
var options = (0, exports.ParamCreater)().deleteVpcTag(deleteVpcTagRequest);
|
|
1476
|
-
options['responseHeaders'] = [''];
|
|
1477
1476
|
// @ts-ignore
|
|
1477
|
+
options['responseHeaders'] = [''];
|
|
1478
1478
|
return this.hcClient.sendRequest(options);
|
|
1479
1479
|
};
|
|
1480
1480
|
/**
|
|
@@ -1495,8 +1495,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1495
1495
|
*/
|
|
1496
1496
|
VpcClient.prototype.listVpcRoutes = function (listVpcRoutesRequest) {
|
|
1497
1497
|
var options = (0, exports.ParamCreater)().listVpcRoutes(listVpcRoutesRequest);
|
|
1498
|
-
options['responseHeaders'] = [''];
|
|
1499
1498
|
// @ts-ignore
|
|
1499
|
+
options['responseHeaders'] = [''];
|
|
1500
1500
|
return this.hcClient.sendRequest(options);
|
|
1501
1501
|
};
|
|
1502
1502
|
/**
|
|
@@ -1510,8 +1510,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1510
1510
|
*/
|
|
1511
1511
|
VpcClient.prototype.listVpcTags = function () {
|
|
1512
1512
|
var options = (0, exports.ParamCreater)().listVpcTags();
|
|
1513
|
-
options['responseHeaders'] = [''];
|
|
1514
1513
|
// @ts-ignore
|
|
1514
|
+
options['responseHeaders'] = [''];
|
|
1515
1515
|
return this.hcClient.sendRequest(options);
|
|
1516
1516
|
};
|
|
1517
1517
|
/**
|
|
@@ -1529,8 +1529,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1529
1529
|
*/
|
|
1530
1530
|
VpcClient.prototype.listVpcs = function (listVpcsRequest) {
|
|
1531
1531
|
var options = (0, exports.ParamCreater)().listVpcs(listVpcsRequest);
|
|
1532
|
-
options['responseHeaders'] = [''];
|
|
1533
1532
|
// @ts-ignore
|
|
1533
|
+
options['responseHeaders'] = [''];
|
|
1534
1534
|
return this.hcClient.sendRequest(options);
|
|
1535
1535
|
};
|
|
1536
1536
|
/**
|
|
@@ -1545,8 +1545,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1545
1545
|
*/
|
|
1546
1546
|
VpcClient.prototype.listVpcsByTags = function (listVpcsByTagsRequest) {
|
|
1547
1547
|
var options = (0, exports.ParamCreater)().listVpcsByTags(listVpcsByTagsRequest);
|
|
1548
|
-
options['responseHeaders'] = [''];
|
|
1549
1548
|
// @ts-ignore
|
|
1549
|
+
options['responseHeaders'] = [''];
|
|
1550
1550
|
return this.hcClient.sendRequest(options);
|
|
1551
1551
|
};
|
|
1552
1552
|
/**
|
|
@@ -1561,8 +1561,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1561
1561
|
*/
|
|
1562
1562
|
VpcClient.prototype.showVpc = function (showVpcRequest) {
|
|
1563
1563
|
var options = (0, exports.ParamCreater)().showVpc(showVpcRequest);
|
|
1564
|
-
options['responseHeaders'] = [''];
|
|
1565
1564
|
// @ts-ignore
|
|
1565
|
+
options['responseHeaders'] = [''];
|
|
1566
1566
|
return this.hcClient.sendRequest(options);
|
|
1567
1567
|
};
|
|
1568
1568
|
/**
|
|
@@ -1577,8 +1577,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1577
1577
|
*/
|
|
1578
1578
|
VpcClient.prototype.showVpcRoute = function (showVpcRouteRequest) {
|
|
1579
1579
|
var options = (0, exports.ParamCreater)().showVpcRoute(showVpcRouteRequest);
|
|
1580
|
-
options['responseHeaders'] = [''];
|
|
1581
1580
|
// @ts-ignore
|
|
1581
|
+
options['responseHeaders'] = [''];
|
|
1582
1582
|
return this.hcClient.sendRequest(options);
|
|
1583
1583
|
};
|
|
1584
1584
|
/**
|
|
@@ -1593,8 +1593,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1593
1593
|
*/
|
|
1594
1594
|
VpcClient.prototype.showVpcTags = function (showVpcTagsRequest) {
|
|
1595
1595
|
var options = (0, exports.ParamCreater)().showVpcTags(showVpcTagsRequest);
|
|
1596
|
-
options['responseHeaders'] = [''];
|
|
1597
1596
|
// @ts-ignore
|
|
1597
|
+
options['responseHeaders'] = [''];
|
|
1598
1598
|
return this.hcClient.sendRequest(options);
|
|
1599
1599
|
};
|
|
1600
1600
|
/**
|
|
@@ -1610,8 +1610,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
1610
1610
|
*/
|
|
1611
1611
|
VpcClient.prototype.updateVpc = function (updateVpcRequest) {
|
|
1612
1612
|
var options = (0, exports.ParamCreater)().updateVpc(updateVpcRequest);
|
|
1613
|
-
options['responseHeaders'] = [''];
|
|
1614
1613
|
// @ts-ignore
|
|
1614
|
+
options['responseHeaders'] = [''];
|
|
1615
1615
|
return this.hcClient.sendRequest(options);
|
|
1616
1616
|
};
|
|
1617
1617
|
return VpcClient;
|
package/v3/VpcClient.js
CHANGED
|
@@ -68,8 +68,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
68
68
|
*/
|
|
69
69
|
VpcClient.prototype.batchCreateSubNetworkInterface = function (batchCreateSubNetworkInterfaceRequest) {
|
|
70
70
|
var options = (0, exports.ParamCreater)().batchCreateSubNetworkInterface(batchCreateSubNetworkInterfaceRequest);
|
|
71
|
-
options['responseHeaders'] = [''];
|
|
72
71
|
// @ts-ignore
|
|
72
|
+
options['responseHeaders'] = [''];
|
|
73
73
|
return this.hcClient.sendRequest(options);
|
|
74
74
|
};
|
|
75
75
|
/**
|
|
@@ -84,8 +84,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
84
84
|
*/
|
|
85
85
|
VpcClient.prototype.createSecurityGroup = function (createSecurityGroupRequest) {
|
|
86
86
|
var options = (0, exports.ParamCreater)().createSecurityGroup(createSecurityGroupRequest);
|
|
87
|
-
options['responseHeaders'] = [''];
|
|
88
87
|
// @ts-ignore
|
|
88
|
+
options['responseHeaders'] = [''];
|
|
89
89
|
return this.hcClient.sendRequest(options);
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
@@ -100,8 +100,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
100
100
|
*/
|
|
101
101
|
VpcClient.prototype.createSecurityGroupRule = function (createSecurityGroupRuleRequest) {
|
|
102
102
|
var options = (0, exports.ParamCreater)().createSecurityGroupRule(createSecurityGroupRuleRequest);
|
|
103
|
-
options['responseHeaders'] = [''];
|
|
104
103
|
// @ts-ignore
|
|
104
|
+
options['responseHeaders'] = [''];
|
|
105
105
|
return this.hcClient.sendRequest(options);
|
|
106
106
|
};
|
|
107
107
|
/**
|
|
@@ -116,8 +116,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
116
116
|
*/
|
|
117
117
|
VpcClient.prototype.createSubNetworkInterface = function (createSubNetworkInterfaceRequest) {
|
|
118
118
|
var options = (0, exports.ParamCreater)().createSubNetworkInterface(createSubNetworkInterfaceRequest);
|
|
119
|
-
options['responseHeaders'] = [''];
|
|
120
119
|
// @ts-ignore
|
|
120
|
+
options['responseHeaders'] = [''];
|
|
121
121
|
return this.hcClient.sendRequest(options);
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
@@ -132,8 +132,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
132
132
|
*/
|
|
133
133
|
VpcClient.prototype.deleteSecurityGroup = function (deleteSecurityGroupRequest) {
|
|
134
134
|
var options = (0, exports.ParamCreater)().deleteSecurityGroup(deleteSecurityGroupRequest);
|
|
135
|
-
options['responseHeaders'] = [''];
|
|
136
135
|
// @ts-ignore
|
|
136
|
+
options['responseHeaders'] = [''];
|
|
137
137
|
return this.hcClient.sendRequest(options);
|
|
138
138
|
};
|
|
139
139
|
/**
|
|
@@ -148,8 +148,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
148
148
|
*/
|
|
149
149
|
VpcClient.prototype.deleteSecurityGroupRule = function (deleteSecurityGroupRuleRequest) {
|
|
150
150
|
var options = (0, exports.ParamCreater)().deleteSecurityGroupRule(deleteSecurityGroupRuleRequest);
|
|
151
|
-
options['responseHeaders'] = [''];
|
|
152
151
|
// @ts-ignore
|
|
152
|
+
options['responseHeaders'] = [''];
|
|
153
153
|
return this.hcClient.sendRequest(options);
|
|
154
154
|
};
|
|
155
155
|
/**
|
|
@@ -164,8 +164,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
164
164
|
*/
|
|
165
165
|
VpcClient.prototype.deleteSubNetworkInterface = function (deleteSubNetworkInterfaceRequest) {
|
|
166
166
|
var options = (0, exports.ParamCreater)().deleteSubNetworkInterface(deleteSubNetworkInterfaceRequest);
|
|
167
|
-
options['responseHeaders'] = [''];
|
|
168
167
|
// @ts-ignore
|
|
168
|
+
options['responseHeaders'] = [''];
|
|
169
169
|
return this.hcClient.sendRequest(options);
|
|
170
170
|
};
|
|
171
171
|
/**
|
|
@@ -188,8 +188,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
188
188
|
*/
|
|
189
189
|
VpcClient.prototype.listSecurityGroupRules = function (listSecurityGroupRulesRequest) {
|
|
190
190
|
var options = (0, exports.ParamCreater)().listSecurityGroupRules(listSecurityGroupRulesRequest);
|
|
191
|
-
options['responseHeaders'] = [''];
|
|
192
191
|
// @ts-ignore
|
|
192
|
+
options['responseHeaders'] = [''];
|
|
193
193
|
return this.hcClient.sendRequest(options);
|
|
194
194
|
};
|
|
195
195
|
/**
|
|
@@ -209,8 +209,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
209
209
|
*/
|
|
210
210
|
VpcClient.prototype.listSecurityGroups = function (listSecurityGroupsRequest) {
|
|
211
211
|
var options = (0, exports.ParamCreater)().listSecurityGroups(listSecurityGroupsRequest);
|
|
212
|
-
options['responseHeaders'] = [''];
|
|
213
212
|
// @ts-ignore
|
|
213
|
+
options['responseHeaders'] = [''];
|
|
214
214
|
return this.hcClient.sendRequest(options);
|
|
215
215
|
};
|
|
216
216
|
/**
|
|
@@ -233,8 +233,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
233
233
|
*/
|
|
234
234
|
VpcClient.prototype.listSubNetworkInterfaces = function (listSubNetworkInterfacesRequest) {
|
|
235
235
|
var options = (0, exports.ParamCreater)().listSubNetworkInterfaces(listSubNetworkInterfacesRequest);
|
|
236
|
-
options['responseHeaders'] = [''];
|
|
237
236
|
// @ts-ignore
|
|
237
|
+
options['responseHeaders'] = [''];
|
|
238
238
|
return this.hcClient.sendRequest(options);
|
|
239
239
|
};
|
|
240
240
|
/**
|
|
@@ -249,8 +249,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
249
249
|
*/
|
|
250
250
|
VpcClient.prototype.migrateSubNetworkInterface = function (migrateSubNetworkInterfaceRequest) {
|
|
251
251
|
var options = (0, exports.ParamCreater)().migrateSubNetworkInterface(migrateSubNetworkInterfaceRequest);
|
|
252
|
-
options['responseHeaders'] = [''];
|
|
253
252
|
// @ts-ignore
|
|
253
|
+
options['responseHeaders'] = [''];
|
|
254
254
|
return this.hcClient.sendRequest(options);
|
|
255
255
|
};
|
|
256
256
|
/**
|
|
@@ -265,8 +265,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
265
265
|
*/
|
|
266
266
|
VpcClient.prototype.showSecurityGroup = function (showSecurityGroupRequest) {
|
|
267
267
|
var options = (0, exports.ParamCreater)().showSecurityGroup(showSecurityGroupRequest);
|
|
268
|
-
options['responseHeaders'] = [''];
|
|
269
268
|
// @ts-ignore
|
|
269
|
+
options['responseHeaders'] = [''];
|
|
270
270
|
return this.hcClient.sendRequest(options);
|
|
271
271
|
};
|
|
272
272
|
/**
|
|
@@ -281,8 +281,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
281
281
|
*/
|
|
282
282
|
VpcClient.prototype.showSecurityGroupRule = function (showSecurityGroupRuleRequest) {
|
|
283
283
|
var options = (0, exports.ParamCreater)().showSecurityGroupRule(showSecurityGroupRuleRequest);
|
|
284
|
-
options['responseHeaders'] = [''];
|
|
285
284
|
// @ts-ignore
|
|
285
|
+
options['responseHeaders'] = [''];
|
|
286
286
|
return this.hcClient.sendRequest(options);
|
|
287
287
|
};
|
|
288
288
|
/**
|
|
@@ -297,8 +297,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
297
297
|
*/
|
|
298
298
|
VpcClient.prototype.showSubNetworkInterface = function (showSubNetworkInterfaceRequest) {
|
|
299
299
|
var options = (0, exports.ParamCreater)().showSubNetworkInterface(showSubNetworkInterfaceRequest);
|
|
300
|
-
options['responseHeaders'] = [''];
|
|
301
300
|
// @ts-ignore
|
|
301
|
+
options['responseHeaders'] = [''];
|
|
302
302
|
return this.hcClient.sendRequest(options);
|
|
303
303
|
};
|
|
304
304
|
/**
|
|
@@ -312,8 +312,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
312
312
|
*/
|
|
313
313
|
VpcClient.prototype.showSubNetworkInterfacesQuantity = function () {
|
|
314
314
|
var options = (0, exports.ParamCreater)().showSubNetworkInterfacesQuantity();
|
|
315
|
-
options['responseHeaders'] = [''];
|
|
316
315
|
// @ts-ignore
|
|
316
|
+
options['responseHeaders'] = [''];
|
|
317
317
|
return this.hcClient.sendRequest(options);
|
|
318
318
|
};
|
|
319
319
|
/**
|
|
@@ -329,8 +329,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
329
329
|
*/
|
|
330
330
|
VpcClient.prototype.updateSecurityGroup = function (updateSecurityGroupRequest) {
|
|
331
331
|
var options = (0, exports.ParamCreater)().updateSecurityGroup(updateSecurityGroupRequest);
|
|
332
|
-
options['responseHeaders'] = [''];
|
|
333
332
|
// @ts-ignore
|
|
333
|
+
options['responseHeaders'] = [''];
|
|
334
334
|
return this.hcClient.sendRequest(options);
|
|
335
335
|
};
|
|
336
336
|
/**
|
|
@@ -346,8 +346,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
346
346
|
*/
|
|
347
347
|
VpcClient.prototype.updateSubNetworkInterface = function (updateSubNetworkInterfaceRequest) {
|
|
348
348
|
var options = (0, exports.ParamCreater)().updateSubNetworkInterface(updateSubNetworkInterfaceRequest);
|
|
349
|
-
options['responseHeaders'] = [''];
|
|
350
349
|
// @ts-ignore
|
|
350
|
+
options['responseHeaders'] = [''];
|
|
351
351
|
return this.hcClient.sendRequest(options);
|
|
352
352
|
};
|
|
353
353
|
/**
|
|
@@ -362,8 +362,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
362
362
|
*/
|
|
363
363
|
VpcClient.prototype.createAddressGroup = function (createAddressGroupRequest) {
|
|
364
364
|
var options = (0, exports.ParamCreater)().createAddressGroup(createAddressGroupRequest);
|
|
365
|
-
options['responseHeaders'] = [''];
|
|
366
365
|
// @ts-ignore
|
|
366
|
+
options['responseHeaders'] = [''];
|
|
367
367
|
return this.hcClient.sendRequest(options);
|
|
368
368
|
};
|
|
369
369
|
/**
|
|
@@ -378,8 +378,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
378
378
|
*/
|
|
379
379
|
VpcClient.prototype.deleteAddressGroup = function (deleteAddressGroupRequest) {
|
|
380
380
|
var options = (0, exports.ParamCreater)().deleteAddressGroup(deleteAddressGroupRequest);
|
|
381
|
-
options['responseHeaders'] = [''];
|
|
382
381
|
// @ts-ignore
|
|
382
|
+
options['responseHeaders'] = [''];
|
|
383
383
|
return this.hcClient.sendRequest(options);
|
|
384
384
|
};
|
|
385
385
|
/**
|
|
@@ -394,8 +394,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
394
394
|
*/
|
|
395
395
|
VpcClient.prototype.deleteIpAddressGroupForce = function (deleteIpAddressGroupForceRequest) {
|
|
396
396
|
var options = (0, exports.ParamCreater)().deleteIpAddressGroupForce(deleteIpAddressGroupForceRequest);
|
|
397
|
-
options['responseHeaders'] = [''];
|
|
398
397
|
// @ts-ignore
|
|
398
|
+
options['responseHeaders'] = [''];
|
|
399
399
|
return this.hcClient.sendRequest(options);
|
|
400
400
|
};
|
|
401
401
|
/**
|
|
@@ -415,8 +415,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
415
415
|
*/
|
|
416
416
|
VpcClient.prototype.listAddressGroup = function (listAddressGroupRequest) {
|
|
417
417
|
var options = (0, exports.ParamCreater)().listAddressGroup(listAddressGroupRequest);
|
|
418
|
-
options['responseHeaders'] = [''];
|
|
419
418
|
// @ts-ignore
|
|
419
|
+
options['responseHeaders'] = [''];
|
|
420
420
|
return this.hcClient.sendRequest(options);
|
|
421
421
|
};
|
|
422
422
|
/**
|
|
@@ -431,8 +431,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
431
431
|
*/
|
|
432
432
|
VpcClient.prototype.showAddressGroup = function (showAddressGroupRequest) {
|
|
433
433
|
var options = (0, exports.ParamCreater)().showAddressGroup(showAddressGroupRequest);
|
|
434
|
-
options['responseHeaders'] = [''];
|
|
435
434
|
// @ts-ignore
|
|
435
|
+
options['responseHeaders'] = [''];
|
|
436
436
|
return this.hcClient.sendRequest(options);
|
|
437
437
|
};
|
|
438
438
|
/**
|
|
@@ -448,8 +448,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
448
448
|
*/
|
|
449
449
|
VpcClient.prototype.updateAddressGroup = function (updateAddressGroupRequest) {
|
|
450
450
|
var options = (0, exports.ParamCreater)().updateAddressGroup(updateAddressGroupRequest);
|
|
451
|
-
options['responseHeaders'] = [''];
|
|
452
451
|
// @ts-ignore
|
|
452
|
+
options['responseHeaders'] = [''];
|
|
453
453
|
return this.hcClient.sendRequest(options);
|
|
454
454
|
};
|
|
455
455
|
/**
|
|
@@ -465,8 +465,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
465
465
|
*/
|
|
466
466
|
VpcClient.prototype.addVpcExtendCidr = function (addVpcExtendCidrRequest) {
|
|
467
467
|
var options = (0, exports.ParamCreater)().addVpcExtendCidr(addVpcExtendCidrRequest);
|
|
468
|
-
options['responseHeaders'] = [''];
|
|
469
468
|
// @ts-ignore
|
|
469
|
+
options['responseHeaders'] = [''];
|
|
470
470
|
return this.hcClient.sendRequest(options);
|
|
471
471
|
};
|
|
472
472
|
/**
|
|
@@ -481,8 +481,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
481
481
|
*/
|
|
482
482
|
VpcClient.prototype.createVpc = function (createVpcRequest) {
|
|
483
483
|
var options = (0, exports.ParamCreater)().createVpc(createVpcRequest);
|
|
484
|
-
options['responseHeaders'] = [''];
|
|
485
484
|
// @ts-ignore
|
|
485
|
+
options['responseHeaders'] = [''];
|
|
486
486
|
return this.hcClient.sendRequest(options);
|
|
487
487
|
};
|
|
488
488
|
/**
|
|
@@ -497,8 +497,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
497
497
|
*/
|
|
498
498
|
VpcClient.prototype.deleteVpc = function (deleteVpcRequest) {
|
|
499
499
|
var options = (0, exports.ParamCreater)().deleteVpc(deleteVpcRequest);
|
|
500
|
-
options['responseHeaders'] = [''];
|
|
501
500
|
// @ts-ignore
|
|
501
|
+
options['responseHeaders'] = [''];
|
|
502
502
|
return this.hcClient.sendRequest(options);
|
|
503
503
|
};
|
|
504
504
|
/**
|
|
@@ -518,8 +518,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
518
518
|
*/
|
|
519
519
|
VpcClient.prototype.listVpcs = function (listVpcsRequest) {
|
|
520
520
|
var options = (0, exports.ParamCreater)().listVpcs(listVpcsRequest);
|
|
521
|
-
options['responseHeaders'] = [''];
|
|
522
521
|
// @ts-ignore
|
|
522
|
+
options['responseHeaders'] = [''];
|
|
523
523
|
return this.hcClient.sendRequest(options);
|
|
524
524
|
};
|
|
525
525
|
/**
|
|
@@ -535,8 +535,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
535
535
|
*/
|
|
536
536
|
VpcClient.prototype.removeVpcExtendCidr = function (removeVpcExtendCidrRequest) {
|
|
537
537
|
var options = (0, exports.ParamCreater)().removeVpcExtendCidr(removeVpcExtendCidrRequest);
|
|
538
|
-
options['responseHeaders'] = [''];
|
|
539
538
|
// @ts-ignore
|
|
539
|
+
options['responseHeaders'] = [''];
|
|
540
540
|
return this.hcClient.sendRequest(options);
|
|
541
541
|
};
|
|
542
542
|
/**
|
|
@@ -551,8 +551,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
551
551
|
*/
|
|
552
552
|
VpcClient.prototype.showVpc = function (showVpcRequest) {
|
|
553
553
|
var options = (0, exports.ParamCreater)().showVpc(showVpcRequest);
|
|
554
|
-
options['responseHeaders'] = [''];
|
|
555
554
|
// @ts-ignore
|
|
555
|
+
options['responseHeaders'] = [''];
|
|
556
556
|
return this.hcClient.sendRequest(options);
|
|
557
557
|
};
|
|
558
558
|
/**
|
|
@@ -568,8 +568,8 @@ var VpcClient = /** @class */ (function () {
|
|
|
568
568
|
*/
|
|
569
569
|
VpcClient.prototype.updateVpc = function (updateVpcRequest) {
|
|
570
570
|
var options = (0, exports.ParamCreater)().updateVpc(updateVpcRequest);
|
|
571
|
-
options['responseHeaders'] = [''];
|
|
572
571
|
// @ts-ignore
|
|
572
|
+
options['responseHeaders'] = [''];
|
|
573
573
|
return this.hcClient.sendRequest(options);
|
|
574
574
|
};
|
|
575
575
|
return VpcClient;
|