oci-servicecatalog 2.79.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +26 -27
- package/lib/client.js +54 -137
- package/lib/client.js.map +1 -1
- package/lib/model/create-private-application-package.js +2 -4
- package/lib/model/create-private-application-package.js.map +1 -1
- package/lib/model/private-application-package.js +2 -4
- package/lib/model/private-application-package.js.map +1 -1
- package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +1 -1
- package/lib/request/change-private-application-compartment-request.d.ts +1 -1
- package/lib/request/change-service-catalog-compartment-request.d.ts +1 -1
- package/lib/request/create-private-application-request.d.ts +1 -1
- package/lib/request/create-service-catalog-association-request.d.ts +1 -1
- package/lib/request/create-service-catalog-request.d.ts +1 -1
- package/lib/request/delete-private-application-request.d.ts +1 -1
- package/lib/request/delete-service-catalog-association-request.d.ts +1 -1
- package/lib/request/delete-service-catalog-request.d.ts +1 -1
- package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
- package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
- package/lib/request/get-private-application-package-request.d.ts +1 -1
- package/lib/request/get-private-application-request.d.ts +1 -1
- package/lib/request/get-service-catalog-association-request.d.ts +1 -1
- package/lib/request/get-service-catalog-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-private-application-packages-request.d.ts +1 -1
- package/lib/request/list-private-applications-request.d.ts +1 -1
- package/lib/request/list-service-catalog-associations-request.d.ts +1 -1
- package/lib/request/list-service-catalogs-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-private-application-request.d.ts +1 -1
- package/lib/request/update-service-catalog-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -116,11 +116,7 @@ class ServiceCatalogClient {
|
|
|
116
116
|
set endpoint(endpoint) {
|
|
117
117
|
this._endpoint = endpoint;
|
|
118
118
|
this._endpoint = this._endpoint + "/20210527";
|
|
119
|
-
|
|
120
|
-
this.logger.info(`ServiceCatalogClient endpoint set to ${this._endpoint}`);
|
|
121
|
-
}
|
|
122
|
-
get logger() {
|
|
123
|
-
return common.LOG.logger;
|
|
119
|
+
oci_common_1.logger.info(`ServiceCatalogClient endpoint set to ${this._endpoint}`);
|
|
124
120
|
}
|
|
125
121
|
/**
|
|
126
122
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -129,8 +125,7 @@ class ServiceCatalogClient {
|
|
|
129
125
|
*/
|
|
130
126
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
131
127
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
132
|
-
|
|
133
|
-
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
128
|
+
oci_common_1.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
134
129
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
135
130
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(ServiceCatalogClient.serviceEndpointTemplate, this._region, ServiceCatalogClient.endpointServiceName);
|
|
136
131
|
}
|
|
@@ -196,12 +191,11 @@ class ServiceCatalogClient {
|
|
|
196
191
|
* @param BulkReplaceServiceCatalogAssociationsRequest
|
|
197
192
|
* @return BulkReplaceServiceCatalogAssociationsResponse
|
|
198
193
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
|
|
200
195
|
*/
|
|
201
196
|
bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
|
|
202
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
203
|
-
|
|
204
|
-
this.logger.debug("Calling operation ServiceCatalogClient#bulkReplaceServiceCatalogAssociations.");
|
|
198
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#bulkReplaceServiceCatalogAssociations.");
|
|
205
199
|
const operationName = "bulkReplaceServiceCatalogAssociations";
|
|
206
200
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalogAssociation/BulkReplaceServiceCatalogAssociations";
|
|
207
201
|
const pathParams = {
|
|
@@ -215,8 +209,6 @@ class ServiceCatalogClient {
|
|
|
215
209
|
};
|
|
216
210
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
217
211
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, bulkReplaceServiceCatalogAssociationsRequest.retryConfiguration, specRetryConfiguration);
|
|
218
|
-
if (this.logger)
|
|
219
|
-
retrier.logger = this.logger;
|
|
220
212
|
const request = yield oci_common_1.composeRequest({
|
|
221
213
|
baseEndpoint: this._endpoint,
|
|
222
214
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -252,12 +244,11 @@ class ServiceCatalogClient {
|
|
|
252
244
|
* @param ChangePrivateApplicationCompartmentRequest
|
|
253
245
|
* @return ChangePrivateApplicationCompartmentResponse
|
|
254
246
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
|
|
256
248
|
*/
|
|
257
249
|
changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
|
|
258
250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
259
|
-
|
|
260
|
-
this.logger.debug("Calling operation ServiceCatalogClient#changePrivateApplicationCompartment.");
|
|
251
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#changePrivateApplicationCompartment.");
|
|
261
252
|
const operationName = "changePrivateApplicationCompartment";
|
|
262
253
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/ChangePrivateApplicationCompartment";
|
|
263
254
|
const pathParams = {
|
|
@@ -271,8 +262,6 @@ class ServiceCatalogClient {
|
|
|
271
262
|
};
|
|
272
263
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
273
264
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changePrivateApplicationCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
274
|
-
if (this.logger)
|
|
275
|
-
retrier.logger = this.logger;
|
|
276
265
|
const request = yield oci_common_1.composeRequest({
|
|
277
266
|
baseEndpoint: this._endpoint,
|
|
278
267
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -313,12 +302,11 @@ class ServiceCatalogClient {
|
|
|
313
302
|
* @param ChangeServiceCatalogCompartmentRequest
|
|
314
303
|
* @return ChangeServiceCatalogCompartmentResponse
|
|
315
304
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
305
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
|
|
317
306
|
*/
|
|
318
307
|
changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
|
|
319
308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
320
|
-
|
|
321
|
-
this.logger.debug("Calling operation ServiceCatalogClient#changeServiceCatalogCompartment.");
|
|
309
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#changeServiceCatalogCompartment.");
|
|
322
310
|
const operationName = "changeServiceCatalogCompartment";
|
|
323
311
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/ChangeServiceCatalogCompartment";
|
|
324
312
|
const pathParams = {
|
|
@@ -332,8 +320,6 @@ class ServiceCatalogClient {
|
|
|
332
320
|
};
|
|
333
321
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
334
322
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeServiceCatalogCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
335
|
-
if (this.logger)
|
|
336
|
-
retrier.logger = this.logger;
|
|
337
323
|
const request = yield oci_common_1.composeRequest({
|
|
338
324
|
baseEndpoint: this._endpoint,
|
|
339
325
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -369,12 +355,11 @@ class ServiceCatalogClient {
|
|
|
369
355
|
* @param CreatePrivateApplicationRequest
|
|
370
356
|
* @return CreatePrivateApplicationResponse
|
|
371
357
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
|
|
373
359
|
*/
|
|
374
360
|
createPrivateApplication(createPrivateApplicationRequest) {
|
|
375
361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
376
|
-
|
|
377
|
-
this.logger.debug("Calling operation ServiceCatalogClient#createPrivateApplication.");
|
|
362
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#createPrivateApplication.");
|
|
378
363
|
const operationName = "createPrivateApplication";
|
|
379
364
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/CreatePrivateApplication";
|
|
380
365
|
const pathParams = {};
|
|
@@ -386,8 +371,6 @@ class ServiceCatalogClient {
|
|
|
386
371
|
};
|
|
387
372
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
388
373
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
|
|
389
|
-
if (this.logger)
|
|
390
|
-
retrier.logger = this.logger;
|
|
391
374
|
const request = yield oci_common_1.composeRequest({
|
|
392
375
|
baseEndpoint: this._endpoint,
|
|
393
376
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -437,12 +420,11 @@ class ServiceCatalogClient {
|
|
|
437
420
|
* @param CreateServiceCatalogRequest
|
|
438
421
|
* @return CreateServiceCatalogResponse
|
|
439
422
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
|
|
441
424
|
*/
|
|
442
425
|
createServiceCatalog(createServiceCatalogRequest) {
|
|
443
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
444
|
-
|
|
445
|
-
this.logger.debug("Calling operation ServiceCatalogClient#createServiceCatalog.");
|
|
427
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#createServiceCatalog.");
|
|
446
428
|
const operationName = "createServiceCatalog";
|
|
447
429
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/CreateServiceCatalog";
|
|
448
430
|
const pathParams = {};
|
|
@@ -454,8 +436,6 @@ class ServiceCatalogClient {
|
|
|
454
436
|
};
|
|
455
437
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
456
438
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
|
|
457
|
-
if (this.logger)
|
|
458
|
-
retrier.logger = this.logger;
|
|
459
439
|
const request = yield oci_common_1.composeRequest({
|
|
460
440
|
baseEndpoint: this._endpoint,
|
|
461
441
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -500,12 +480,11 @@ class ServiceCatalogClient {
|
|
|
500
480
|
* @param CreateServiceCatalogAssociationRequest
|
|
501
481
|
* @return CreateServiceCatalogAssociationResponse
|
|
502
482
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
|
|
504
484
|
*/
|
|
505
485
|
createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
|
|
506
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
507
|
-
|
|
508
|
-
this.logger.debug("Calling operation ServiceCatalogClient#createServiceCatalogAssociation.");
|
|
487
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#createServiceCatalogAssociation.");
|
|
509
488
|
const operationName = "createServiceCatalogAssociation";
|
|
510
489
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalogAssociation/CreateServiceCatalogAssociation";
|
|
511
490
|
const pathParams = {};
|
|
@@ -517,8 +496,6 @@ class ServiceCatalogClient {
|
|
|
517
496
|
};
|
|
518
497
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
519
498
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
|
|
520
|
-
if (this.logger)
|
|
521
|
-
retrier.logger = this.logger;
|
|
522
499
|
const request = yield oci_common_1.composeRequest({
|
|
523
500
|
baseEndpoint: this._endpoint,
|
|
524
501
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -563,12 +540,11 @@ class ServiceCatalogClient {
|
|
|
563
540
|
* @param DeletePrivateApplicationRequest
|
|
564
541
|
* @return DeletePrivateApplicationResponse
|
|
565
542
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
|
|
567
544
|
*/
|
|
568
545
|
deletePrivateApplication(deletePrivateApplicationRequest) {
|
|
569
546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
570
|
-
|
|
571
|
-
this.logger.debug("Calling operation ServiceCatalogClient#deletePrivateApplication.");
|
|
547
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#deletePrivateApplication.");
|
|
572
548
|
const operationName = "deletePrivateApplication";
|
|
573
549
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/DeletePrivateApplication";
|
|
574
550
|
const pathParams = {
|
|
@@ -582,8 +558,6 @@ class ServiceCatalogClient {
|
|
|
582
558
|
};
|
|
583
559
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
584
560
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
|
|
585
|
-
if (this.logger)
|
|
586
|
-
retrier.logger = this.logger;
|
|
587
561
|
const request = yield oci_common_1.composeRequest({
|
|
588
562
|
baseEndpoint: this._endpoint,
|
|
589
563
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -623,12 +597,11 @@ class ServiceCatalogClient {
|
|
|
623
597
|
* @param DeleteServiceCatalogRequest
|
|
624
598
|
* @return DeleteServiceCatalogResponse
|
|
625
599
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
|
|
627
601
|
*/
|
|
628
602
|
deleteServiceCatalog(deleteServiceCatalogRequest) {
|
|
629
603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
630
|
-
|
|
631
|
-
this.logger.debug("Calling operation ServiceCatalogClient#deleteServiceCatalog.");
|
|
604
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#deleteServiceCatalog.");
|
|
632
605
|
const operationName = "deleteServiceCatalog";
|
|
633
606
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/DeleteServiceCatalog";
|
|
634
607
|
const pathParams = {
|
|
@@ -642,8 +615,6 @@ class ServiceCatalogClient {
|
|
|
642
615
|
};
|
|
643
616
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
644
617
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
|
|
645
|
-
if (this.logger)
|
|
646
|
-
retrier.logger = this.logger;
|
|
647
618
|
const request = yield oci_common_1.composeRequest({
|
|
648
619
|
baseEndpoint: this._endpoint,
|
|
649
620
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -678,12 +649,11 @@ class ServiceCatalogClient {
|
|
|
678
649
|
* @param DeleteServiceCatalogAssociationRequest
|
|
679
650
|
* @return DeleteServiceCatalogAssociationResponse
|
|
680
651
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
|
|
682
653
|
*/
|
|
683
654
|
deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
|
|
684
655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
685
|
-
|
|
686
|
-
this.logger.debug("Calling operation ServiceCatalogClient#deleteServiceCatalogAssociation.");
|
|
656
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#deleteServiceCatalogAssociation.");
|
|
687
657
|
const operationName = "deleteServiceCatalogAssociation";
|
|
688
658
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalogAssociation/DeleteServiceCatalogAssociation";
|
|
689
659
|
const pathParams = {
|
|
@@ -697,8 +667,6 @@ class ServiceCatalogClient {
|
|
|
697
667
|
};
|
|
698
668
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
699
669
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
|
|
700
|
-
if (this.logger)
|
|
701
|
-
retrier.logger = this.logger;
|
|
702
670
|
const request = yield oci_common_1.composeRequest({
|
|
703
671
|
baseEndpoint: this._endpoint,
|
|
704
672
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -733,12 +701,11 @@ class ServiceCatalogClient {
|
|
|
733
701
|
* @param GetPrivateApplicationRequest
|
|
734
702
|
* @return GetPrivateApplicationResponse
|
|
735
703
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
|
|
737
705
|
*/
|
|
738
706
|
getPrivateApplication(getPrivateApplicationRequest) {
|
|
739
707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
740
|
-
|
|
741
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplication.");
|
|
708
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplication.");
|
|
742
709
|
const operationName = "getPrivateApplication";
|
|
743
710
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/GetPrivateApplication";
|
|
744
711
|
const pathParams = {
|
|
@@ -751,8 +718,6 @@ class ServiceCatalogClient {
|
|
|
751
718
|
};
|
|
752
719
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
753
720
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
|
|
754
|
-
if (this.logger)
|
|
755
|
-
retrier.logger = this.logger;
|
|
756
721
|
const request = yield oci_common_1.composeRequest({
|
|
757
722
|
baseEndpoint: this._endpoint,
|
|
758
723
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -796,12 +761,11 @@ class ServiceCatalogClient {
|
|
|
796
761
|
* @param GetPrivateApplicationActionDownloadLogoRequest
|
|
797
762
|
* @return GetPrivateApplicationActionDownloadLogoResponse
|
|
798
763
|
* @throws OciError when an error occurs
|
|
799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
|
|
800
765
|
*/
|
|
801
766
|
getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
|
|
802
767
|
return __awaiter(this, void 0, void 0, function* () {
|
|
803
|
-
|
|
804
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationActionDownloadLogo.");
|
|
768
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationActionDownloadLogo.");
|
|
805
769
|
const operationName = "getPrivateApplicationActionDownloadLogo";
|
|
806
770
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/GetPrivateApplicationActionDownloadLogo";
|
|
807
771
|
const pathParams = {
|
|
@@ -814,8 +778,6 @@ class ServiceCatalogClient {
|
|
|
814
778
|
};
|
|
815
779
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
816
780
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationActionDownloadLogoRequest.retryConfiguration, specRetryConfiguration);
|
|
817
|
-
if (this.logger)
|
|
818
|
-
retrier.logger = this.logger;
|
|
819
781
|
const request = yield oci_common_1.composeRequest({
|
|
820
782
|
baseEndpoint: this._endpoint,
|
|
821
783
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -853,12 +815,11 @@ class ServiceCatalogClient {
|
|
|
853
815
|
* @param GetPrivateApplicationPackageRequest
|
|
854
816
|
* @return GetPrivateApplicationPackageResponse
|
|
855
817
|
* @throws OciError when an error occurs
|
|
856
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
|
|
857
819
|
*/
|
|
858
820
|
getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
|
|
859
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
860
|
-
|
|
861
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationPackage.");
|
|
822
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationPackage.");
|
|
862
823
|
const operationName = "getPrivateApplicationPackage";
|
|
863
824
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplicationPackage/GetPrivateApplicationPackage";
|
|
864
825
|
const pathParams = {
|
|
@@ -871,8 +832,6 @@ class ServiceCatalogClient {
|
|
|
871
832
|
};
|
|
872
833
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
873
834
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationPackageRequest.retryConfiguration, specRetryConfiguration);
|
|
874
|
-
if (this.logger)
|
|
875
|
-
retrier.logger = this.logger;
|
|
876
835
|
const request = yield oci_common_1.composeRequest({
|
|
877
836
|
baseEndpoint: this._endpoint,
|
|
878
837
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -916,12 +875,11 @@ class ServiceCatalogClient {
|
|
|
916
875
|
* @param GetPrivateApplicationPackageActionDownloadConfigRequest
|
|
917
876
|
* @return GetPrivateApplicationPackageActionDownloadConfigResponse
|
|
918
877
|
* @throws OciError when an error occurs
|
|
919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
878
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
|
|
920
879
|
*/
|
|
921
880
|
getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
|
|
922
881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
923
|
-
|
|
924
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationPackageActionDownloadConfig.");
|
|
882
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getPrivateApplicationPackageActionDownloadConfig.");
|
|
925
883
|
const operationName = "getPrivateApplicationPackageActionDownloadConfig";
|
|
926
884
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplicationPackage/GetPrivateApplicationPackageActionDownloadConfig";
|
|
927
885
|
const pathParams = {
|
|
@@ -934,8 +892,6 @@ class ServiceCatalogClient {
|
|
|
934
892
|
};
|
|
935
893
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
936
894
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPrivateApplicationPackageActionDownloadConfigRequest.retryConfiguration, specRetryConfiguration);
|
|
937
|
-
if (this.logger)
|
|
938
|
-
retrier.logger = this.logger;
|
|
939
895
|
const request = yield oci_common_1.composeRequest({
|
|
940
896
|
baseEndpoint: this._endpoint,
|
|
941
897
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -973,12 +929,11 @@ class ServiceCatalogClient {
|
|
|
973
929
|
* @param GetServiceCatalogRequest
|
|
974
930
|
* @return GetServiceCatalogResponse
|
|
975
931
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
932
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
|
|
977
933
|
*/
|
|
978
934
|
getServiceCatalog(getServiceCatalogRequest) {
|
|
979
935
|
return __awaiter(this, void 0, void 0, function* () {
|
|
980
|
-
|
|
981
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getServiceCatalog.");
|
|
936
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getServiceCatalog.");
|
|
982
937
|
const operationName = "getServiceCatalog";
|
|
983
938
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/GetServiceCatalog";
|
|
984
939
|
const pathParams = {
|
|
@@ -991,8 +946,6 @@ class ServiceCatalogClient {
|
|
|
991
946
|
};
|
|
992
947
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
993
948
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
|
|
994
|
-
if (this.logger)
|
|
995
|
-
retrier.logger = this.logger;
|
|
996
949
|
const request = yield oci_common_1.composeRequest({
|
|
997
950
|
baseEndpoint: this._endpoint,
|
|
998
951
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1036,12 +989,11 @@ class ServiceCatalogClient {
|
|
|
1036
989
|
* @param GetServiceCatalogAssociationRequest
|
|
1037
990
|
* @return GetServiceCatalogAssociationResponse
|
|
1038
991
|
* @throws OciError when an error occurs
|
|
1039
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
|
|
1040
993
|
*/
|
|
1041
994
|
getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
|
|
1042
995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1043
|
-
|
|
1044
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getServiceCatalogAssociation.");
|
|
996
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getServiceCatalogAssociation.");
|
|
1045
997
|
const operationName = "getServiceCatalogAssociation";
|
|
1046
998
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalogAssociation/GetServiceCatalogAssociation";
|
|
1047
999
|
const pathParams = {
|
|
@@ -1054,8 +1006,6 @@ class ServiceCatalogClient {
|
|
|
1054
1006
|
};
|
|
1055
1007
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1056
1008
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getServiceCatalogAssociationRequest.retryConfiguration, specRetryConfiguration);
|
|
1057
|
-
if (this.logger)
|
|
1058
|
-
retrier.logger = this.logger;
|
|
1059
1009
|
const request = yield oci_common_1.composeRequest({
|
|
1060
1010
|
baseEndpoint: this._endpoint,
|
|
1061
1011
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1099,12 +1049,11 @@ class ServiceCatalogClient {
|
|
|
1099
1049
|
* @param GetWorkRequestRequest
|
|
1100
1050
|
* @return GetWorkRequestResponse
|
|
1101
1051
|
* @throws OciError when an error occurs
|
|
1102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1103
1053
|
*/
|
|
1104
1054
|
getWorkRequest(getWorkRequestRequest) {
|
|
1105
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1106
|
-
|
|
1107
|
-
this.logger.debug("Calling operation ServiceCatalogClient#getWorkRequest.");
|
|
1056
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#getWorkRequest.");
|
|
1108
1057
|
const operationName = "getWorkRequest";
|
|
1109
1058
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/WorkRequest/GetWorkRequest";
|
|
1110
1059
|
const pathParams = {
|
|
@@ -1117,8 +1066,6 @@ class ServiceCatalogClient {
|
|
|
1117
1066
|
};
|
|
1118
1067
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1119
1068
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1120
|
-
if (this.logger)
|
|
1121
|
-
retrier.logger = this.logger;
|
|
1122
1069
|
const request = yield oci_common_1.composeRequest({
|
|
1123
1070
|
baseEndpoint: this._endpoint,
|
|
1124
1071
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1170,12 +1117,11 @@ class ServiceCatalogClient {
|
|
|
1170
1117
|
* @param ListApplicationsRequest
|
|
1171
1118
|
* @return ListApplicationsResponse
|
|
1172
1119
|
* @throws OciError when an error occurs
|
|
1173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
1174
1121
|
*/
|
|
1175
1122
|
listApplications(listApplicationsRequest) {
|
|
1176
1123
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1177
|
-
|
|
1178
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listApplications.");
|
|
1124
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listApplications.");
|
|
1179
1125
|
const operationName = "listApplications";
|
|
1180
1126
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ApplicationSummary/ListApplications";
|
|
1181
1127
|
const pathParams = {};
|
|
@@ -1199,8 +1145,6 @@ class ServiceCatalogClient {
|
|
|
1199
1145
|
};
|
|
1200
1146
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1201
1147
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationsRequest.retryConfiguration, specRetryConfiguration);
|
|
1202
|
-
if (this.logger)
|
|
1203
|
-
retrier.logger = this.logger;
|
|
1204
1148
|
const request = yield oci_common_1.composeRequest({
|
|
1205
1149
|
baseEndpoint: this._endpoint,
|
|
1206
1150
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1244,12 +1188,11 @@ class ServiceCatalogClient {
|
|
|
1244
1188
|
* @param ListPrivateApplicationPackagesRequest
|
|
1245
1189
|
* @return ListPrivateApplicationPackagesResponse
|
|
1246
1190
|
* @throws OciError when an error occurs
|
|
1247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
|
|
1248
1192
|
*/
|
|
1249
1193
|
listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
|
|
1250
1194
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1251
|
-
|
|
1252
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listPrivateApplicationPackages.");
|
|
1195
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listPrivateApplicationPackages.");
|
|
1253
1196
|
const operationName = "listPrivateApplicationPackages";
|
|
1254
1197
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplicationPackage/ListPrivateApplicationPackages";
|
|
1255
1198
|
const pathParams = {};
|
|
@@ -1269,8 +1212,6 @@ class ServiceCatalogClient {
|
|
|
1269
1212
|
};
|
|
1270
1213
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1271
1214
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPrivateApplicationPackagesRequest.retryConfiguration, specRetryConfiguration);
|
|
1272
|
-
if (this.logger)
|
|
1273
|
-
retrier.logger = this.logger;
|
|
1274
1215
|
const request = yield oci_common_1.composeRequest({
|
|
1275
1216
|
baseEndpoint: this._endpoint,
|
|
1276
1217
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1314,12 +1255,11 @@ class ServiceCatalogClient {
|
|
|
1314
1255
|
* @param ListPrivateApplicationsRequest
|
|
1315
1256
|
* @return ListPrivateApplicationsResponse
|
|
1316
1257
|
* @throws OciError when an error occurs
|
|
1317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
|
|
1318
1259
|
*/
|
|
1319
1260
|
listPrivateApplications(listPrivateApplicationsRequest) {
|
|
1320
1261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1321
|
-
|
|
1322
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listPrivateApplications.");
|
|
1262
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listPrivateApplications.");
|
|
1323
1263
|
const operationName = "listPrivateApplications";
|
|
1324
1264
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/ListPrivateApplications";
|
|
1325
1265
|
const pathParams = {};
|
|
@@ -1338,8 +1278,6 @@ class ServiceCatalogClient {
|
|
|
1338
1278
|
};
|
|
1339
1279
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1340
1280
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPrivateApplicationsRequest.retryConfiguration, specRetryConfiguration);
|
|
1341
|
-
if (this.logger)
|
|
1342
|
-
retrier.logger = this.logger;
|
|
1343
1281
|
const request = yield oci_common_1.composeRequest({
|
|
1344
1282
|
baseEndpoint: this._endpoint,
|
|
1345
1283
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1383,12 +1321,11 @@ class ServiceCatalogClient {
|
|
|
1383
1321
|
* @param ListServiceCatalogAssociationsRequest
|
|
1384
1322
|
* @return ListServiceCatalogAssociationsResponse
|
|
1385
1323
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
|
|
1387
1325
|
*/
|
|
1388
1326
|
listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
|
|
1389
1327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1390
|
-
|
|
1391
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listServiceCatalogAssociations.");
|
|
1328
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listServiceCatalogAssociations.");
|
|
1392
1329
|
const operationName = "listServiceCatalogAssociations";
|
|
1393
1330
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalogAssociation/ListServiceCatalogAssociations";
|
|
1394
1331
|
const pathParams = {};
|
|
@@ -1408,8 +1345,6 @@ class ServiceCatalogClient {
|
|
|
1408
1345
|
};
|
|
1409
1346
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1410
1347
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listServiceCatalogAssociationsRequest.retryConfiguration, specRetryConfiguration);
|
|
1411
|
-
if (this.logger)
|
|
1412
|
-
retrier.logger = this.logger;
|
|
1413
1348
|
const request = yield oci_common_1.composeRequest({
|
|
1414
1349
|
baseEndpoint: this._endpoint,
|
|
1415
1350
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1453,12 +1388,11 @@ class ServiceCatalogClient {
|
|
|
1453
1388
|
* @param ListServiceCatalogsRequest
|
|
1454
1389
|
* @return ListServiceCatalogsResponse
|
|
1455
1390
|
* @throws OciError when an error occurs
|
|
1456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
|
|
1457
1392
|
*/
|
|
1458
1393
|
listServiceCatalogs(listServiceCatalogsRequest) {
|
|
1459
1394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1460
|
-
|
|
1461
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listServiceCatalogs.");
|
|
1395
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listServiceCatalogs.");
|
|
1462
1396
|
const operationName = "listServiceCatalogs";
|
|
1463
1397
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/ListServiceCatalogs";
|
|
1464
1398
|
const pathParams = {};
|
|
@@ -1477,8 +1411,6 @@ class ServiceCatalogClient {
|
|
|
1477
1411
|
};
|
|
1478
1412
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1479
1413
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listServiceCatalogsRequest.retryConfiguration, specRetryConfiguration);
|
|
1480
|
-
if (this.logger)
|
|
1481
|
-
retrier.logger = this.logger;
|
|
1482
1414
|
const request = yield oci_common_1.composeRequest({
|
|
1483
1415
|
baseEndpoint: this._endpoint,
|
|
1484
1416
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1523,12 +1455,11 @@ class ServiceCatalogClient {
|
|
|
1523
1455
|
* @param ListWorkRequestErrorsRequest
|
|
1524
1456
|
* @return ListWorkRequestErrorsResponse
|
|
1525
1457
|
* @throws OciError when an error occurs
|
|
1526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1527
1459
|
*/
|
|
1528
1460
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1529
1461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1530
|
-
|
|
1531
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listWorkRequestErrors.");
|
|
1462
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listWorkRequestErrors.");
|
|
1532
1463
|
const operationName = "listWorkRequestErrors";
|
|
1533
1464
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/WorkRequestError/ListWorkRequestErrors";
|
|
1534
1465
|
const pathParams = {
|
|
@@ -1546,8 +1477,6 @@ class ServiceCatalogClient {
|
|
|
1546
1477
|
};
|
|
1547
1478
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1548
1479
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
1549
|
-
if (this.logger)
|
|
1550
|
-
retrier.logger = this.logger;
|
|
1551
1480
|
const request = yield oci_common_1.composeRequest({
|
|
1552
1481
|
baseEndpoint: this._endpoint,
|
|
1553
1482
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1592,12 +1521,11 @@ class ServiceCatalogClient {
|
|
|
1592
1521
|
* @param ListWorkRequestLogsRequest
|
|
1593
1522
|
* @return ListWorkRequestLogsResponse
|
|
1594
1523
|
* @throws OciError when an error occurs
|
|
1595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1596
1525
|
*/
|
|
1597
1526
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1598
1527
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1599
|
-
|
|
1600
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listWorkRequestLogs.");
|
|
1528
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listWorkRequestLogs.");
|
|
1601
1529
|
const operationName = "listWorkRequestLogs";
|
|
1602
1530
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/WorkRequestLogEntry/ListWorkRequestLogs";
|
|
1603
1531
|
const pathParams = {
|
|
@@ -1615,8 +1543,6 @@ class ServiceCatalogClient {
|
|
|
1615
1543
|
};
|
|
1616
1544
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1617
1545
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
1618
|
-
if (this.logger)
|
|
1619
|
-
retrier.logger = this.logger;
|
|
1620
1546
|
const request = yield oci_common_1.composeRequest({
|
|
1621
1547
|
baseEndpoint: this._endpoint,
|
|
1622
1548
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1661,12 +1587,11 @@ class ServiceCatalogClient {
|
|
|
1661
1587
|
* @param ListWorkRequestsRequest
|
|
1662
1588
|
* @return ListWorkRequestsResponse
|
|
1663
1589
|
* @throws OciError when an error occurs
|
|
1664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1665
1591
|
*/
|
|
1666
1592
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1667
1593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1668
|
-
|
|
1669
|
-
this.logger.debug("Calling operation ServiceCatalogClient#listWorkRequests.");
|
|
1594
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#listWorkRequests.");
|
|
1670
1595
|
const operationName = "listWorkRequests";
|
|
1671
1596
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/WorkRequest/ListWorkRequests";
|
|
1672
1597
|
const pathParams = {};
|
|
@@ -1686,8 +1611,6 @@ class ServiceCatalogClient {
|
|
|
1686
1611
|
};
|
|
1687
1612
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1688
1613
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
1689
|
-
if (this.logger)
|
|
1690
|
-
retrier.logger = this.logger;
|
|
1691
1614
|
const request = yield oci_common_1.composeRequest({
|
|
1692
1615
|
baseEndpoint: this._endpoint,
|
|
1693
1616
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1731,12 +1654,11 @@ class ServiceCatalogClient {
|
|
|
1731
1654
|
* @param UpdatePrivateApplicationRequest
|
|
1732
1655
|
* @return UpdatePrivateApplicationResponse
|
|
1733
1656
|
* @throws OciError when an error occurs
|
|
1734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
|
|
1735
1658
|
*/
|
|
1736
1659
|
updatePrivateApplication(updatePrivateApplicationRequest) {
|
|
1737
1660
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1738
|
-
|
|
1739
|
-
this.logger.debug("Calling operation ServiceCatalogClient#updatePrivateApplication.");
|
|
1661
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#updatePrivateApplication.");
|
|
1740
1662
|
const operationName = "updatePrivateApplication";
|
|
1741
1663
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/PrivateApplication/UpdatePrivateApplication";
|
|
1742
1664
|
const pathParams = {
|
|
@@ -1750,8 +1672,6 @@ class ServiceCatalogClient {
|
|
|
1750
1672
|
};
|
|
1751
1673
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1752
1674
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePrivateApplicationRequest.retryConfiguration, specRetryConfiguration);
|
|
1753
|
-
if (this.logger)
|
|
1754
|
-
retrier.logger = this.logger;
|
|
1755
1675
|
const request = yield oci_common_1.composeRequest({
|
|
1756
1676
|
baseEndpoint: this._endpoint,
|
|
1757
1677
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1801,12 +1721,11 @@ class ServiceCatalogClient {
|
|
|
1801
1721
|
* @param UpdateServiceCatalogRequest
|
|
1802
1722
|
* @return UpdateServiceCatalogResponse
|
|
1803
1723
|
* @throws OciError when an error occurs
|
|
1804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
|
|
1805
1725
|
*/
|
|
1806
1726
|
updateServiceCatalog(updateServiceCatalogRequest) {
|
|
1807
1727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1808
|
-
|
|
1809
|
-
this.logger.debug("Calling operation ServiceCatalogClient#updateServiceCatalog.");
|
|
1728
|
+
oci_common_1.logger.debug("Calling operation ServiceCatalogClient#updateServiceCatalog.");
|
|
1810
1729
|
const operationName = "updateServiceCatalog";
|
|
1811
1730
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/service-catalog/20210527/ServiceCatalog/UpdateServiceCatalog";
|
|
1812
1731
|
const pathParams = {
|
|
@@ -1820,8 +1739,6 @@ class ServiceCatalogClient {
|
|
|
1820
1739
|
};
|
|
1821
1740
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
1822
1741
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateServiceCatalogRequest.retryConfiguration, specRetryConfiguration);
|
|
1823
|
-
if (this.logger)
|
|
1824
|
-
retrier.logger = this.logger;
|
|
1825
1742
|
const request = yield oci_common_1.composeRequest({
|
|
1826
1743
|
baseEndpoint: this._endpoint,
|
|
1827
1744
|
defaultHeaders: this._defaultHeaders,
|