@huaweicloud/huaweicloud-sdk-smn 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/SmnClient.js +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huaweicloud/huaweicloud-sdk-smn",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.18",
|
|
4
4
|
"description": "Huaweicloud SDK for smn",
|
|
5
5
|
"main": "huaweicloud-sdk-smn.js",
|
|
6
6
|
"typings": "huaweicloud-sdk-smn.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/SmnClient.js
CHANGED
|
@@ -77,8 +77,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
77
77
|
*/
|
|
78
78
|
SmnClient.prototype.addSubscription = function (addSubscriptionRequest) {
|
|
79
79
|
var options = (0, exports.ParamCreater)().addSubscription(addSubscriptionRequest);
|
|
80
|
-
options['responseHeaders'] = [''];
|
|
81
80
|
// @ts-ignore
|
|
81
|
+
options['responseHeaders'] = [''];
|
|
82
82
|
return this.hcClient.sendRequest(options);
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -98,8 +98,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
98
98
|
*/
|
|
99
99
|
SmnClient.prototype.batchCreateOrDeleteResourceTags = function (batchCreateOrDeleteResourceTagsRequest) {
|
|
100
100
|
var options = (0, exports.ParamCreater)().batchCreateOrDeleteResourceTags(batchCreateOrDeleteResourceTagsRequest);
|
|
101
|
-
options['responseHeaders'] = [''];
|
|
102
101
|
// @ts-ignore
|
|
102
|
+
options['responseHeaders'] = [''];
|
|
103
103
|
return this.hcClient.sendRequest(options);
|
|
104
104
|
};
|
|
105
105
|
/**
|
|
@@ -114,8 +114,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
114
114
|
*/
|
|
115
115
|
SmnClient.prototype.cancelSubscription = function (cancelSubscriptionRequest) {
|
|
116
116
|
var options = (0, exports.ParamCreater)().cancelSubscription(cancelSubscriptionRequest);
|
|
117
|
-
options['responseHeaders'] = [''];
|
|
118
117
|
// @ts-ignore
|
|
118
|
+
options['responseHeaders'] = [''];
|
|
119
119
|
return this.hcClient.sendRequest(options);
|
|
120
120
|
};
|
|
121
121
|
/**
|
|
@@ -131,8 +131,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
131
131
|
*/
|
|
132
132
|
SmnClient.prototype.createMessageTemplate = function (createMessageTemplateRequest) {
|
|
133
133
|
var options = (0, exports.ParamCreater)().createMessageTemplate(createMessageTemplateRequest);
|
|
134
|
-
options['responseHeaders'] = [''];
|
|
135
134
|
// @ts-ignore
|
|
135
|
+
options['responseHeaders'] = [''];
|
|
136
136
|
return this.hcClient.sendRequest(options);
|
|
137
137
|
};
|
|
138
138
|
/**
|
|
@@ -149,8 +149,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
149
149
|
*/
|
|
150
150
|
SmnClient.prototype.createResourceTag = function (createResourceTagRequest) {
|
|
151
151
|
var options = (0, exports.ParamCreater)().createResourceTag(createResourceTagRequest);
|
|
152
|
-
options['responseHeaders'] = [''];
|
|
153
152
|
// @ts-ignore
|
|
153
|
+
options['responseHeaders'] = [''];
|
|
154
154
|
return this.hcClient.sendRequest(options);
|
|
155
155
|
};
|
|
156
156
|
/**
|
|
@@ -166,8 +166,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
166
166
|
*/
|
|
167
167
|
SmnClient.prototype.createTopic = function (createTopicRequest) {
|
|
168
168
|
var options = (0, exports.ParamCreater)().createTopic(createTopicRequest);
|
|
169
|
-
options['responseHeaders'] = [''];
|
|
170
169
|
// @ts-ignore
|
|
170
|
+
options['responseHeaders'] = [''];
|
|
171
171
|
return this.hcClient.sendRequest(options);
|
|
172
172
|
};
|
|
173
173
|
/**
|
|
@@ -182,8 +182,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
182
182
|
*/
|
|
183
183
|
SmnClient.prototype.deleteMessageTemplate = function (deleteMessageTemplateRequest) {
|
|
184
184
|
var options = (0, exports.ParamCreater)().deleteMessageTemplate(deleteMessageTemplateRequest);
|
|
185
|
-
options['responseHeaders'] = [''];
|
|
186
185
|
// @ts-ignore
|
|
186
|
+
options['responseHeaders'] = [''];
|
|
187
187
|
return this.hcClient.sendRequest(options);
|
|
188
188
|
};
|
|
189
189
|
/**
|
|
@@ -200,8 +200,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
200
200
|
*/
|
|
201
201
|
SmnClient.prototype.deleteResourceTag = function (deleteResourceTagRequest) {
|
|
202
202
|
var options = (0, exports.ParamCreater)().deleteResourceTag(deleteResourceTagRequest);
|
|
203
|
-
options['responseHeaders'] = [''];
|
|
204
203
|
// @ts-ignore
|
|
204
|
+
options['responseHeaders'] = [''];
|
|
205
205
|
return this.hcClient.sendRequest(options);
|
|
206
206
|
};
|
|
207
207
|
/**
|
|
@@ -216,8 +216,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
216
216
|
*/
|
|
217
217
|
SmnClient.prototype.deleteTopic = function (deleteTopicRequest) {
|
|
218
218
|
var options = (0, exports.ParamCreater)().deleteTopic(deleteTopicRequest);
|
|
219
|
-
options['responseHeaders'] = [''];
|
|
220
219
|
// @ts-ignore
|
|
220
|
+
options['responseHeaders'] = [''];
|
|
221
221
|
return this.hcClient.sendRequest(options);
|
|
222
222
|
};
|
|
223
223
|
/**
|
|
@@ -233,8 +233,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
233
233
|
*/
|
|
234
234
|
SmnClient.prototype.deleteTopicAttributeByName = function (deleteTopicAttributeByNameRequest) {
|
|
235
235
|
var options = (0, exports.ParamCreater)().deleteTopicAttributeByName(deleteTopicAttributeByNameRequest);
|
|
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 SmnClient = /** @class */ (function () {
|
|
|
249
249
|
*/
|
|
250
250
|
SmnClient.prototype.deleteTopicAttributes = function (deleteTopicAttributesRequest) {
|
|
251
251
|
var options = (0, exports.ParamCreater)().deleteTopicAttributes(deleteTopicAttributesRequest);
|
|
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 SmnClient = /** @class */ (function () {
|
|
|
265
265
|
*/
|
|
266
266
|
SmnClient.prototype.listMessageTemplateDetails = function (listMessageTemplateDetailsRequest) {
|
|
267
267
|
var options = (0, exports.ParamCreater)().listMessageTemplateDetails(listMessageTemplateDetailsRequest);
|
|
268
|
-
options['responseHeaders'] = [''];
|
|
269
268
|
// @ts-ignore
|
|
269
|
+
options['responseHeaders'] = [''];
|
|
270
270
|
return this.hcClient.sendRequest(options);
|
|
271
271
|
};
|
|
272
272
|
/**
|
|
@@ -284,8 +284,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
284
284
|
*/
|
|
285
285
|
SmnClient.prototype.listMessageTemplates = function (listMessageTemplatesRequest) {
|
|
286
286
|
var options = (0, exports.ParamCreater)().listMessageTemplates(listMessageTemplatesRequest);
|
|
287
|
-
options['responseHeaders'] = [''];
|
|
288
287
|
// @ts-ignore
|
|
288
|
+
options['responseHeaders'] = [''];
|
|
289
289
|
return this.hcClient.sendRequest(options);
|
|
290
290
|
};
|
|
291
291
|
/**
|
|
@@ -300,8 +300,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
300
300
|
*/
|
|
301
301
|
SmnClient.prototype.listProjectTags = function (listProjectTagsRequest) {
|
|
302
302
|
var options = (0, exports.ParamCreater)().listProjectTags(listProjectTagsRequest);
|
|
303
|
-
options['responseHeaders'] = [''];
|
|
304
303
|
// @ts-ignore
|
|
304
|
+
options['responseHeaders'] = [''];
|
|
305
305
|
return this.hcClient.sendRequest(options);
|
|
306
306
|
};
|
|
307
307
|
/**
|
|
@@ -317,8 +317,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
317
317
|
*/
|
|
318
318
|
SmnClient.prototype.listResourceInstances = function (listResourceInstancesRequest) {
|
|
319
319
|
var options = (0, exports.ParamCreater)().listResourceInstances(listResourceInstancesRequest);
|
|
320
|
-
options['responseHeaders'] = [''];
|
|
321
320
|
// @ts-ignore
|
|
321
|
+
options['responseHeaders'] = [''];
|
|
322
322
|
return this.hcClient.sendRequest(options);
|
|
323
323
|
};
|
|
324
324
|
/**
|
|
@@ -334,8 +334,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
334
334
|
*/
|
|
335
335
|
SmnClient.prototype.listResourceTags = function (listResourceTagsRequest) {
|
|
336
336
|
var options = (0, exports.ParamCreater)().listResourceTags(listResourceTagsRequest);
|
|
337
|
-
options['responseHeaders'] = [''];
|
|
338
337
|
// @ts-ignore
|
|
338
|
+
options['responseHeaders'] = [''];
|
|
339
339
|
return this.hcClient.sendRequest(options);
|
|
340
340
|
};
|
|
341
341
|
/**
|
|
@@ -354,8 +354,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
354
354
|
*/
|
|
355
355
|
SmnClient.prototype.listSubscriptions = function (listSubscriptionsRequest) {
|
|
356
356
|
var options = (0, exports.ParamCreater)().listSubscriptions(listSubscriptionsRequest);
|
|
357
|
-
options['responseHeaders'] = [''];
|
|
358
357
|
// @ts-ignore
|
|
358
|
+
options['responseHeaders'] = [''];
|
|
359
359
|
return this.hcClient.sendRequest(options);
|
|
360
360
|
};
|
|
361
361
|
/**
|
|
@@ -372,8 +372,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
372
372
|
*/
|
|
373
373
|
SmnClient.prototype.listSubscriptionsByTopic = function (listSubscriptionsByTopicRequest) {
|
|
374
374
|
var options = (0, exports.ParamCreater)().listSubscriptionsByTopic(listSubscriptionsByTopicRequest);
|
|
375
|
-
options['responseHeaders'] = [''];
|
|
376
375
|
// @ts-ignore
|
|
376
|
+
options['responseHeaders'] = [''];
|
|
377
377
|
return this.hcClient.sendRequest(options);
|
|
378
378
|
};
|
|
379
379
|
/**
|
|
@@ -389,8 +389,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
389
389
|
*/
|
|
390
390
|
SmnClient.prototype.listTopicAttributes = function (listTopicAttributesRequest) {
|
|
391
391
|
var options = (0, exports.ParamCreater)().listTopicAttributes(listTopicAttributesRequest);
|
|
392
|
-
options['responseHeaders'] = [''];
|
|
393
392
|
// @ts-ignore
|
|
393
|
+
options['responseHeaders'] = [''];
|
|
394
394
|
return this.hcClient.sendRequest(options);
|
|
395
395
|
};
|
|
396
396
|
/**
|
|
@@ -405,8 +405,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
405
405
|
*/
|
|
406
406
|
SmnClient.prototype.listTopicDetails = function (listTopicDetailsRequest) {
|
|
407
407
|
var options = (0, exports.ParamCreater)().listTopicDetails(listTopicDetailsRequest);
|
|
408
|
-
options['responseHeaders'] = [''];
|
|
409
408
|
// @ts-ignore
|
|
409
|
+
options['responseHeaders'] = [''];
|
|
410
410
|
return this.hcClient.sendRequest(options);
|
|
411
411
|
};
|
|
412
412
|
/**
|
|
@@ -425,8 +425,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
425
425
|
*/
|
|
426
426
|
SmnClient.prototype.listTopics = function (listTopicsRequest) {
|
|
427
427
|
var options = (0, exports.ParamCreater)().listTopics(listTopicsRequest);
|
|
428
|
-
options['responseHeaders'] = [''];
|
|
429
428
|
// @ts-ignore
|
|
429
|
+
options['responseHeaders'] = [''];
|
|
430
430
|
return this.hcClient.sendRequest(options);
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
@@ -441,8 +441,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
441
441
|
*/
|
|
442
442
|
SmnClient.prototype.listVersion = function (listVersionRequest) {
|
|
443
443
|
var options = (0, exports.ParamCreater)().listVersion(listVersionRequest);
|
|
444
|
-
options['responseHeaders'] = [''];
|
|
445
444
|
// @ts-ignore
|
|
445
|
+
options['responseHeaders'] = [''];
|
|
446
446
|
return this.hcClient.sendRequest(options);
|
|
447
447
|
};
|
|
448
448
|
/**
|
|
@@ -456,8 +456,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
456
456
|
*/
|
|
457
457
|
SmnClient.prototype.listVersions = function () {
|
|
458
458
|
var options = (0, exports.ParamCreater)().listVersions();
|
|
459
|
-
options['responseHeaders'] = [''];
|
|
460
459
|
// @ts-ignore
|
|
460
|
+
options['responseHeaders'] = [''];
|
|
461
461
|
return this.hcClient.sendRequest(options);
|
|
462
462
|
};
|
|
463
463
|
/**
|
|
@@ -482,8 +482,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
482
482
|
*/
|
|
483
483
|
SmnClient.prototype.publishMessage = function (publishMessageRequest) {
|
|
484
484
|
var options = (0, exports.ParamCreater)().publishMessage(publishMessageRequest);
|
|
485
|
-
options['responseHeaders'] = [''];
|
|
486
485
|
// @ts-ignore
|
|
486
|
+
options['responseHeaders'] = [''];
|
|
487
487
|
return this.hcClient.sendRequest(options);
|
|
488
488
|
};
|
|
489
489
|
/**
|
|
@@ -499,8 +499,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
499
499
|
*/
|
|
500
500
|
SmnClient.prototype.updateMessageTemplate = function (updateMessageTemplateRequest) {
|
|
501
501
|
var options = (0, exports.ParamCreater)().updateMessageTemplate(updateMessageTemplateRequest);
|
|
502
|
-
options['responseHeaders'] = [''];
|
|
503
502
|
// @ts-ignore
|
|
503
|
+
options['responseHeaders'] = [''];
|
|
504
504
|
return this.hcClient.sendRequest(options);
|
|
505
505
|
};
|
|
506
506
|
/**
|
|
@@ -516,8 +516,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
516
516
|
*/
|
|
517
517
|
SmnClient.prototype.updateTopic = function (updateTopicRequest) {
|
|
518
518
|
var options = (0, exports.ParamCreater)().updateTopic(updateTopicRequest);
|
|
519
|
-
options['responseHeaders'] = [''];
|
|
520
519
|
// @ts-ignore
|
|
520
|
+
options['responseHeaders'] = [''];
|
|
521
521
|
return this.hcClient.sendRequest(options);
|
|
522
522
|
};
|
|
523
523
|
/**
|
|
@@ -534,8 +534,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
534
534
|
*/
|
|
535
535
|
SmnClient.prototype.updateTopicAttribute = function (updateTopicAttributeRequest) {
|
|
536
536
|
var options = (0, exports.ParamCreater)().updateTopicAttribute(updateTopicAttributeRequest);
|
|
537
|
-
options['responseHeaders'] = [''];
|
|
538
537
|
// @ts-ignore
|
|
538
|
+
options['responseHeaders'] = [''];
|
|
539
539
|
return this.hcClient.sendRequest(options);
|
|
540
540
|
};
|
|
541
541
|
/**
|
|
@@ -550,8 +550,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
550
550
|
*/
|
|
551
551
|
SmnClient.prototype.createApplication = function (createApplicationRequest) {
|
|
552
552
|
var options = (0, exports.ParamCreater)().createApplication(createApplicationRequest);
|
|
553
|
-
options['responseHeaders'] = [''];
|
|
554
553
|
// @ts-ignore
|
|
554
|
+
options['responseHeaders'] = [''];
|
|
555
555
|
return this.hcClient.sendRequest(options);
|
|
556
556
|
};
|
|
557
557
|
/**
|
|
@@ -566,8 +566,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
566
566
|
*/
|
|
567
567
|
SmnClient.prototype.deleteApplication = function (deleteApplicationRequest) {
|
|
568
568
|
var options = (0, exports.ParamCreater)().deleteApplication(deleteApplicationRequest);
|
|
569
|
-
options['responseHeaders'] = [''];
|
|
570
569
|
// @ts-ignore
|
|
570
|
+
options['responseHeaders'] = [''];
|
|
571
571
|
return this.hcClient.sendRequest(options);
|
|
572
572
|
};
|
|
573
573
|
/**
|
|
@@ -582,8 +582,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
582
582
|
*/
|
|
583
583
|
SmnClient.prototype.listApplicationAttributes = function (listApplicationAttributesRequest) {
|
|
584
584
|
var options = (0, exports.ParamCreater)().listApplicationAttributes(listApplicationAttributesRequest);
|
|
585
|
-
options['responseHeaders'] = [''];
|
|
586
585
|
// @ts-ignore
|
|
586
|
+
options['responseHeaders'] = [''];
|
|
587
587
|
return this.hcClient.sendRequest(options);
|
|
588
588
|
};
|
|
589
589
|
/**
|
|
@@ -601,8 +601,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
601
601
|
*/
|
|
602
602
|
SmnClient.prototype.listApplications = function (listApplicationsRequest) {
|
|
603
603
|
var options = (0, exports.ParamCreater)().listApplications(listApplicationsRequest);
|
|
604
|
-
options['responseHeaders'] = [''];
|
|
605
604
|
// @ts-ignore
|
|
605
|
+
options['responseHeaders'] = [''];
|
|
606
606
|
return this.hcClient.sendRequest(options);
|
|
607
607
|
};
|
|
608
608
|
/**
|
|
@@ -618,8 +618,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
618
618
|
*/
|
|
619
619
|
SmnClient.prototype.publishAppMessage = function (publishAppMessageRequest) {
|
|
620
620
|
var options = (0, exports.ParamCreater)().publishAppMessage(publishAppMessageRequest);
|
|
621
|
-
options['responseHeaders'] = [''];
|
|
622
621
|
// @ts-ignore
|
|
622
|
+
options['responseHeaders'] = [''];
|
|
623
623
|
return this.hcClient.sendRequest(options);
|
|
624
624
|
};
|
|
625
625
|
/**
|
|
@@ -635,8 +635,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
635
635
|
*/
|
|
636
636
|
SmnClient.prototype.updateApplication = function (updateApplicationRequest) {
|
|
637
637
|
var options = (0, exports.ParamCreater)().updateApplication(updateApplicationRequest);
|
|
638
|
-
options['responseHeaders'] = [''];
|
|
639
638
|
// @ts-ignore
|
|
639
|
+
options['responseHeaders'] = [''];
|
|
640
640
|
return this.hcClient.sendRequest(options);
|
|
641
641
|
};
|
|
642
642
|
/**
|
|
@@ -652,8 +652,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
652
652
|
*/
|
|
653
653
|
SmnClient.prototype.createApplicationEndpoint = function (createApplicationEndpointRequest) {
|
|
654
654
|
var options = (0, exports.ParamCreater)().createApplicationEndpoint(createApplicationEndpointRequest);
|
|
655
|
-
options['responseHeaders'] = [''];
|
|
656
655
|
// @ts-ignore
|
|
656
|
+
options['responseHeaders'] = [''];
|
|
657
657
|
return this.hcClient.sendRequest(options);
|
|
658
658
|
};
|
|
659
659
|
/**
|
|
@@ -668,8 +668,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
668
668
|
*/
|
|
669
669
|
SmnClient.prototype.deleteApplicationEndpoint = function (deleteApplicationEndpointRequest) {
|
|
670
670
|
var options = (0, exports.ParamCreater)().deleteApplicationEndpoint(deleteApplicationEndpointRequest);
|
|
671
|
-
options['responseHeaders'] = [''];
|
|
672
671
|
// @ts-ignore
|
|
672
|
+
options['responseHeaders'] = [''];
|
|
673
673
|
return this.hcClient.sendRequest(options);
|
|
674
674
|
};
|
|
675
675
|
/**
|
|
@@ -684,8 +684,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
684
684
|
*/
|
|
685
685
|
SmnClient.prototype.listApplicationEndpointAttributes = function (listApplicationEndpointAttributesRequest) {
|
|
686
686
|
var options = (0, exports.ParamCreater)().listApplicationEndpointAttributes(listApplicationEndpointAttributesRequest);
|
|
687
|
-
options['responseHeaders'] = [''];
|
|
688
687
|
// @ts-ignore
|
|
688
|
+
options['responseHeaders'] = [''];
|
|
689
689
|
return this.hcClient.sendRequest(options);
|
|
690
690
|
};
|
|
691
691
|
/**
|
|
@@ -705,8 +705,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
705
705
|
*/
|
|
706
706
|
SmnClient.prototype.listApplicationEndpoints = function (listApplicationEndpointsRequest) {
|
|
707
707
|
var options = (0, exports.ParamCreater)().listApplicationEndpoints(listApplicationEndpointsRequest);
|
|
708
|
-
options['responseHeaders'] = [''];
|
|
709
708
|
// @ts-ignore
|
|
709
|
+
options['responseHeaders'] = [''];
|
|
710
710
|
return this.hcClient.sendRequest(options);
|
|
711
711
|
};
|
|
712
712
|
/**
|
|
@@ -722,8 +722,8 @@ var SmnClient = /** @class */ (function () {
|
|
|
722
722
|
*/
|
|
723
723
|
SmnClient.prototype.updateApplicationEndpoint = function (updateApplicationEndpointRequest) {
|
|
724
724
|
var options = (0, exports.ParamCreater)().updateApplicationEndpoint(updateApplicationEndpointRequest);
|
|
725
|
-
options['responseHeaders'] = [''];
|
|
726
725
|
// @ts-ignore
|
|
726
|
+
options['responseHeaders'] = [''];
|
|
727
727
|
return this.hcClient.sendRequest(options);
|
|
728
728
|
};
|
|
729
729
|
return SmnClient;
|