@huaweicloud/huaweicloud-sdk-eip 3.0.13-beta → 3.0.17-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/v2/EipClient.js +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huaweicloud/huaweicloud-sdk-eip",
3
- "version": "3.0.13-beta",
3
+ "version": "3.0.17-beta",
4
4
  "description": "Huaweicloud SDK for eip",
5
5
  "main": "huaweicloud-sdk-eip.js",
6
6
  "typings": "huaweicloud-sdk-eip.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.0.13-beta"
17
+ "@huaweicloud/huaweicloud-sdk-core": "^3.0.17-beta"
18
18
  }
19
19
  }
package/v2/EipClient.js CHANGED
@@ -63,7 +63,7 @@ var EipClient = /** @class */ (function () {
63
63
  * @throws {RequiredError}
64
64
  */
65
65
  EipClient.prototype.addPublicipsIntoSharedBandwidth = function (addPublicipsIntoSharedBandwidthRequest) {
66
- var options = exports.ParamCreater().addPublicipsIntoSharedBandwidth(addPublicipsIntoSharedBandwidthRequest);
66
+ var options = (0, exports.ParamCreater)().addPublicipsIntoSharedBandwidth(addPublicipsIntoSharedBandwidthRequest);
67
67
  options['responseHeaders'] = [''];
68
68
  // @ts-ignore
69
69
  return this.hcClient.sendRequest(options);
@@ -76,7 +76,7 @@ var EipClient = /** @class */ (function () {
76
76
  * @throws {RequiredError}
77
77
  */
78
78
  EipClient.prototype.batchCreateSharedBandwidths = function (batchCreateSharedBandwidthsRequest) {
79
- var options = exports.ParamCreater().batchCreateSharedBandwidths(batchCreateSharedBandwidthsRequest);
79
+ var options = (0, exports.ParamCreater)().batchCreateSharedBandwidths(batchCreateSharedBandwidthsRequest);
80
80
  options['responseHeaders'] = [''];
81
81
  // @ts-ignore
82
82
  return this.hcClient.sendRequest(options);
@@ -89,7 +89,7 @@ var EipClient = /** @class */ (function () {
89
89
  * @throws {RequiredError}
90
90
  */
91
91
  EipClient.prototype.createSharedBandwidth = function (createSharedBandwidthRequest) {
92
- var options = exports.ParamCreater().createSharedBandwidth(createSharedBandwidthRequest);
92
+ var options = (0, exports.ParamCreater)().createSharedBandwidth(createSharedBandwidthRequest);
93
93
  options['responseHeaders'] = [''];
94
94
  // @ts-ignore
95
95
  return this.hcClient.sendRequest(options);
@@ -102,7 +102,7 @@ var EipClient = /** @class */ (function () {
102
102
  * @throws {RequiredError}
103
103
  */
104
104
  EipClient.prototype.deleteSharedBandwidth = function (deleteSharedBandwidthRequest) {
105
- var options = exports.ParamCreater().deleteSharedBandwidth(deleteSharedBandwidthRequest);
105
+ var options = (0, exports.ParamCreater)().deleteSharedBandwidth(deleteSharedBandwidthRequest);
106
106
  options['responseHeaders'] = [''];
107
107
  // @ts-ignore
108
108
  return this.hcClient.sendRequest(options);
@@ -118,7 +118,7 @@ var EipClient = /** @class */ (function () {
118
118
  * @throws {RequiredError}
119
119
  */
120
120
  EipClient.prototype.listBandwidths = function (listBandwidthsRequest) {
121
- var options = exports.ParamCreater().listBandwidths(listBandwidthsRequest);
121
+ var options = (0, exports.ParamCreater)().listBandwidths(listBandwidthsRequest);
122
122
  options['responseHeaders'] = [''];
123
123
  // @ts-ignore
124
124
  return this.hcClient.sendRequest(options);
@@ -131,7 +131,7 @@ var EipClient = /** @class */ (function () {
131
131
  * @throws {RequiredError}
132
132
  */
133
133
  EipClient.prototype.listQuotas = function (listQuotasRequest) {
134
- var options = exports.ParamCreater().listQuotas(listQuotasRequest);
134
+ var options = (0, exports.ParamCreater)().listQuotas(listQuotasRequest);
135
135
  options['responseHeaders'] = [''];
136
136
  // @ts-ignore
137
137
  return this.hcClient.sendRequest(options);
@@ -145,7 +145,7 @@ var EipClient = /** @class */ (function () {
145
145
  * @throws {RequiredError}
146
146
  */
147
147
  EipClient.prototype.removePublicipsFromSharedBandwidth = function (removePublicipsFromSharedBandwidthRequest) {
148
- var options = exports.ParamCreater().removePublicipsFromSharedBandwidth(removePublicipsFromSharedBandwidthRequest);
148
+ var options = (0, exports.ParamCreater)().removePublicipsFromSharedBandwidth(removePublicipsFromSharedBandwidthRequest);
149
149
  options['responseHeaders'] = [''];
150
150
  // @ts-ignore
151
151
  return this.hcClient.sendRequest(options);
@@ -158,7 +158,7 @@ var EipClient = /** @class */ (function () {
158
158
  * @throws {RequiredError}
159
159
  */
160
160
  EipClient.prototype.showBandwidth = function (showBandwidthRequest) {
161
- var options = exports.ParamCreater().showBandwidth(showBandwidthRequest);
161
+ var options = (0, exports.ParamCreater)().showBandwidth(showBandwidthRequest);
162
162
  options['responseHeaders'] = [''];
163
163
  // @ts-ignore
164
164
  return this.hcClient.sendRequest(options);
@@ -172,7 +172,7 @@ var EipClient = /** @class */ (function () {
172
172
  * @throws {RequiredError}
173
173
  */
174
174
  EipClient.prototype.updateBandwidth = function (updateBandwidthRequest) {
175
- var options = exports.ParamCreater().updateBandwidth(updateBandwidthRequest);
175
+ var options = (0, exports.ParamCreater)().updateBandwidth(updateBandwidthRequest);
176
176
  options['responseHeaders'] = [''];
177
177
  // @ts-ignore
178
178
  return this.hcClient.sendRequest(options);
@@ -186,7 +186,7 @@ var EipClient = /** @class */ (function () {
186
186
  * @throws {RequiredError}
187
187
  */
188
188
  EipClient.prototype.updatePrePaidBandwidth = function (updatePrePaidBandwidthRequest) {
189
- var options = exports.ParamCreater().updatePrePaidBandwidth(updatePrePaidBandwidthRequest);
189
+ var options = (0, exports.ParamCreater)().updatePrePaidBandwidth(updatePrePaidBandwidthRequest);
190
190
  options['responseHeaders'] = [''];
191
191
  // @ts-ignore
192
192
  return this.hcClient.sendRequest(options);
@@ -200,7 +200,7 @@ var EipClient = /** @class */ (function () {
200
200
  * @throws {RequiredError}
201
201
  */
202
202
  EipClient.prototype.batchCreatePublicipTags = function (batchCreatePublicipTagsRequest) {
203
- var options = exports.ParamCreater().batchCreatePublicipTags(batchCreatePublicipTagsRequest);
203
+ var options = (0, exports.ParamCreater)().batchCreatePublicipTags(batchCreatePublicipTagsRequest);
204
204
  options['responseHeaders'] = [''];
205
205
  // @ts-ignore
206
206
  return this.hcClient.sendRequest(options);
@@ -214,7 +214,7 @@ var EipClient = /** @class */ (function () {
214
214
  * @throws {RequiredError}
215
215
  */
216
216
  EipClient.prototype.batchDeletePublicipTags = function (batchDeletePublicipTagsRequest) {
217
- var options = exports.ParamCreater().batchDeletePublicipTags(batchDeletePublicipTagsRequest);
217
+ var options = (0, exports.ParamCreater)().batchDeletePublicipTags(batchDeletePublicipTagsRequest);
218
218
  options['responseHeaders'] = [''];
219
219
  // @ts-ignore
220
220
  return this.hcClient.sendRequest(options);
@@ -227,7 +227,7 @@ var EipClient = /** @class */ (function () {
227
227
  * @throws {RequiredError}
228
228
  */
229
229
  EipClient.prototype.createPrePaidPublicip = function (createPrePaidPublicipRequest) {
230
- var options = exports.ParamCreater().createPrePaidPublicip(createPrePaidPublicipRequest);
230
+ var options = (0, exports.ParamCreater)().createPrePaidPublicip(createPrePaidPublicipRequest);
231
231
  options['responseHeaders'] = [''];
232
232
  // @ts-ignore
233
233
  return this.hcClient.sendRequest(options);
@@ -240,7 +240,7 @@ var EipClient = /** @class */ (function () {
240
240
  * @throws {RequiredError}
241
241
  */
242
242
  EipClient.prototype.createPublicip = function (createPublicipRequest) {
243
- var options = exports.ParamCreater().createPublicip(createPublicipRequest);
243
+ var options = (0, exports.ParamCreater)().createPublicip(createPublicipRequest);
244
244
  options['responseHeaders'] = [''];
245
245
  // @ts-ignore
246
246
  return this.hcClient.sendRequest(options);
@@ -254,7 +254,7 @@ var EipClient = /** @class */ (function () {
254
254
  * @throws {RequiredError}
255
255
  */
256
256
  EipClient.prototype.createPublicipTag = function (createPublicipTagRequest) {
257
- var options = exports.ParamCreater().createPublicipTag(createPublicipTagRequest);
257
+ var options = (0, exports.ParamCreater)().createPublicipTag(createPublicipTagRequest);
258
258
  options['responseHeaders'] = [''];
259
259
  // @ts-ignore
260
260
  return this.hcClient.sendRequest(options);
@@ -267,7 +267,7 @@ var EipClient = /** @class */ (function () {
267
267
  * @throws {RequiredError}
268
268
  */
269
269
  EipClient.prototype.deletePublicip = function (deletePublicipRequest) {
270
- var options = exports.ParamCreater().deletePublicip(deletePublicipRequest);
270
+ var options = (0, exports.ParamCreater)().deletePublicip(deletePublicipRequest);
271
271
  options['responseHeaders'] = [''];
272
272
  // @ts-ignore
273
273
  return this.hcClient.sendRequest(options);
@@ -281,7 +281,7 @@ var EipClient = /** @class */ (function () {
281
281
  * @throws {RequiredError}
282
282
  */
283
283
  EipClient.prototype.deletePublicipTag = function (deletePublicipTagRequest) {
284
- var options = exports.ParamCreater().deletePublicipTag(deletePublicipTagRequest);
284
+ var options = (0, exports.ParamCreater)().deletePublicipTag(deletePublicipTagRequest);
285
285
  options['responseHeaders'] = [''];
286
286
  // @ts-ignore
287
287
  return this.hcClient.sendRequest(options);
@@ -293,7 +293,7 @@ var EipClient = /** @class */ (function () {
293
293
  * @throws {RequiredError}
294
294
  */
295
295
  EipClient.prototype.listPublicipTags = function () {
296
- var options = exports.ParamCreater().listPublicipTags();
296
+ var options = (0, exports.ParamCreater)().listPublicipTags();
297
297
  options['responseHeaders'] = [''];
298
298
  // @ts-ignore
299
299
  return this.hcClient.sendRequest(options);
@@ -313,7 +313,7 @@ var EipClient = /** @class */ (function () {
313
313
  * @throws {RequiredError}
314
314
  */
315
315
  EipClient.prototype.listPublicips = function (listPublicipsRequest) {
316
- var options = exports.ParamCreater().listPublicips(listPublicipsRequest);
316
+ var options = (0, exports.ParamCreater)().listPublicips(listPublicipsRequest);
317
317
  options['responseHeaders'] = [''];
318
318
  // @ts-ignore
319
319
  return this.hcClient.sendRequest(options);
@@ -326,7 +326,7 @@ var EipClient = /** @class */ (function () {
326
326
  * @throws {RequiredError}
327
327
  */
328
328
  EipClient.prototype.listPublicipsByTags = function (listPublicipsByTagsRequest) {
329
- var options = exports.ParamCreater().listPublicipsByTags(listPublicipsByTagsRequest);
329
+ var options = (0, exports.ParamCreater)().listPublicipsByTags(listPublicipsByTagsRequest);
330
330
  options['responseHeaders'] = [''];
331
331
  // @ts-ignore
332
332
  return this.hcClient.sendRequest(options);
@@ -339,7 +339,7 @@ var EipClient = /** @class */ (function () {
339
339
  * @throws {RequiredError}
340
340
  */
341
341
  EipClient.prototype.showPublicip = function (showPublicipRequest) {
342
- var options = exports.ParamCreater().showPublicip(showPublicipRequest);
342
+ var options = (0, exports.ParamCreater)().showPublicip(showPublicipRequest);
343
343
  options['responseHeaders'] = [''];
344
344
  // @ts-ignore
345
345
  return this.hcClient.sendRequest(options);
@@ -352,7 +352,7 @@ var EipClient = /** @class */ (function () {
352
352
  * @throws {RequiredError}
353
353
  */
354
354
  EipClient.prototype.showPublicipTags = function (showPublicipTagsRequest) {
355
- var options = exports.ParamCreater().showPublicipTags(showPublicipTagsRequest);
355
+ var options = (0, exports.ParamCreater)().showPublicipTags(showPublicipTagsRequest);
356
356
  options['responseHeaders'] = [''];
357
357
  // @ts-ignore
358
358
  return this.hcClient.sendRequest(options);
@@ -366,7 +366,7 @@ var EipClient = /** @class */ (function () {
366
366
  * @throws {RequiredError}
367
367
  */
368
368
  EipClient.prototype.updatePublicip = function (updatePublicipRequest) {
369
- var options = exports.ParamCreater().updatePublicip(updatePublicipRequest);
369
+ var options = (0, exports.ParamCreater)().updatePublicip(updatePublicipRequest);
370
370
  options['responseHeaders'] = [''];
371
371
  // @ts-ignore
372
372
  return this.hcClient.sendRequest(options);
@@ -379,7 +379,7 @@ var EipClient = /** @class */ (function () {
379
379
  * @throws {RequiredError}
380
380
  */
381
381
  EipClient.prototype.neutronCreateFloatingIp = function (neutronCreateFloatingIpRequest) {
382
- var options = exports.ParamCreater().neutronCreateFloatingIp(neutronCreateFloatingIpRequest);
382
+ var options = (0, exports.ParamCreater)().neutronCreateFloatingIp(neutronCreateFloatingIpRequest);
383
383
  options['responseHeaders'] = [''];
384
384
  // @ts-ignore
385
385
  return this.hcClient.sendRequest(options);
@@ -392,7 +392,7 @@ var EipClient = /** @class */ (function () {
392
392
  * @throws {RequiredError}
393
393
  */
394
394
  EipClient.prototype.neutronDeleteFloatingIp = function (neutronDeleteFloatingIpRequest) {
395
- var options = exports.ParamCreater().neutronDeleteFloatingIp(neutronDeleteFloatingIpRequest);
395
+ var options = (0, exports.ParamCreater)().neutronDeleteFloatingIp(neutronDeleteFloatingIpRequest);
396
396
  options['responseHeaders'] = [''];
397
397
  // @ts-ignore
398
398
  return this.hcClient.sendRequest(options);
@@ -414,7 +414,7 @@ var EipClient = /** @class */ (function () {
414
414
  * @throws {RequiredError}
415
415
  */
416
416
  EipClient.prototype.neutronListFloatingIps = function (neutronListFloatingIpsRequest) {
417
- var options = exports.ParamCreater().neutronListFloatingIps(neutronListFloatingIpsRequest);
417
+ var options = (0, exports.ParamCreater)().neutronListFloatingIps(neutronListFloatingIpsRequest);
418
418
  options['responseHeaders'] = [''];
419
419
  // @ts-ignore
420
420
  return this.hcClient.sendRequest(options);
@@ -427,7 +427,7 @@ var EipClient = /** @class */ (function () {
427
427
  * @throws {RequiredError}
428
428
  */
429
429
  EipClient.prototype.neutronShowFloatingIp = function (neutronShowFloatingIpRequest) {
430
- var options = exports.ParamCreater().neutronShowFloatingIp(neutronShowFloatingIpRequest);
430
+ var options = (0, exports.ParamCreater)().neutronShowFloatingIp(neutronShowFloatingIpRequest);
431
431
  options['responseHeaders'] = [''];
432
432
  // @ts-ignore
433
433
  return this.hcClient.sendRequest(options);
@@ -441,7 +441,7 @@ var EipClient = /** @class */ (function () {
441
441
  * @throws {RequiredError}
442
442
  */
443
443
  EipClient.prototype.neutronUpdateFloatingIp = function (neutronUpdateFloatingIpRequest) {
444
- var options = exports.ParamCreater().neutronUpdateFloatingIp(neutronUpdateFloatingIpRequest);
444
+ var options = (0, exports.ParamCreater)().neutronUpdateFloatingIp(neutronUpdateFloatingIpRequest);
445
445
  options['responseHeaders'] = [''];
446
446
  // @ts-ignore
447
447
  return this.hcClient.sendRequest(options);