oci-jms 2.79.1 → 2.80.0
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 +68 -67
- package/lib/client.js +338 -135
- package/lib/client.js.map +1 -1
- package/lib/model/work-item-details.js +4 -2
- package/lib/model/work-item-details.js.map +1 -1
- package/lib/request/add-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-fleet-compartment-request.d.ts +1 -1
- package/lib/request/create-blocklist-request.d.ts +1 -1
- package/lib/request/create-drs-file-request.d.ts +1 -1
- package/lib/request/create-fleet-request.d.ts +1 -1
- package/lib/request/delete-blocklist-request.d.ts +1 -1
- package/lib/request/delete-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-drs-file-request.d.ts +1 -1
- package/lib/request/delete-fleet-request.d.ts +1 -1
- package/lib/request/delete-java-migration-analysis-result-request.d.ts +1 -1
- package/lib/request/delete-performance-tuning-analysis-result-request.d.ts +1 -1
- package/lib/request/disable-drs-request.d.ts +1 -1
- package/lib/request/enable-drs-request.d.ts +1 -1
- package/lib/request/generate-agent-deploy-script-request.d.ts +1 -1
- package/lib/request/get-crypto-analysis-result-request.d.ts +1 -1
- package/lib/request/get-drs-file-request.d.ts +1 -1
- package/lib/request/get-export-setting-request.d.ts +1 -1
- package/lib/request/get-export-status-request.d.ts +1 -1
- package/lib/request/get-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-fleet-request.d.ts +1 -1
- package/lib/request/get-java-family-request.d.ts +1 -1
- package/lib/request/get-java-migration-analysis-result-request.d.ts +1 -1
- package/lib/request/get-java-release-request.d.ts +1 -1
- package/lib/request/get-performance-tuning-analysis-result-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-announcements-request.d.ts +1 -1
- package/lib/request/list-blocklists-request.d.ts +1 -1
- package/lib/request/list-crypto-analysis-results-request.d.ts +1 -1
- package/lib/request/list-drs-files-request.d.ts +1 -1
- package/lib/request/list-fleet-diagnoses-request.d.ts +1 -1
- package/lib/request/list-fleets-request.d.ts +1 -1
- package/lib/request/list-installation-sites-request.d.ts +1 -1
- package/lib/request/list-java-families-request.d.ts +1 -1
- package/lib/request/list-java-migration-analysis-results-request.d.ts +1 -1
- package/lib/request/list-java-releases-request.d.ts +1 -1
- package/lib/request/list-jre-usage-request.d.ts +1 -1
- package/lib/request/list-performance-tuning-analysis-results-request.d.ts +1 -1
- package/lib/request/list-work-items-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/remove-fleet-installation-sites-request.d.ts +1 -1
- package/lib/request/request-crypto-analyses-request.d.ts +1 -1
- package/lib/request/request-java-migration-analyses-request.d.ts +1 -1
- package/lib/request/request-jfr-recordings-request.d.ts +1 -1
- package/lib/request/request-performance-tuning-analyses-request.d.ts +1 -1
- package/lib/request/scan-java-server-usage-request.d.ts +1 -1
- package/lib/request/scan-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-deployed-application-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-deployed-application-usage-request.d.ts +1 -1
- package/lib/request/summarize-installation-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-java-server-usage-request.d.ts +1 -1
- package/lib/request/summarize-jre-usage-request.d.ts +1 -1
- package/lib/request/summarize-library-usage-request.d.ts +1 -1
- package/lib/request/summarize-managed-instance-usage-request.d.ts +1 -1
- package/lib/request/summarize-resource-inventory-request.d.ts +1 -1
- package/lib/request/update-drs-file-request.d.ts +1 -1
- package/lib/request/update-export-setting-request.d.ts +1 -1
- package/lib/request/update-fleet-advanced-feature-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-agent-configuration-request.d.ts +1 -1
- package/lib/request/update-fleet-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -57,7 +57,7 @@ var JavaManagementServiceApiKeys;
|
|
|
57
57
|
*/
|
|
58
58
|
class JavaManagementServiceClient {
|
|
59
59
|
constructor(params, clientConfiguration) {
|
|
60
|
-
this["_realmSpecificEndpointTemplateEnabled"] =
|
|
60
|
+
this["_realmSpecificEndpointTemplateEnabled"] = undefined;
|
|
61
61
|
this["_endpoint"] = "";
|
|
62
62
|
this["_defaultHeaders"] = {};
|
|
63
63
|
this._circuitBreaker = null;
|
|
@@ -116,7 +116,11 @@ class JavaManagementServiceClient {
|
|
|
116
116
|
set endpoint(endpoint) {
|
|
117
117
|
this._endpoint = endpoint;
|
|
118
118
|
this._endpoint = this._endpoint + "/20210610";
|
|
119
|
-
|
|
119
|
+
if (this.logger)
|
|
120
|
+
this.logger.info(`JavaManagementServiceClient endpoint set to ${this._endpoint}`);
|
|
121
|
+
}
|
|
122
|
+
get logger() {
|
|
123
|
+
return common.LOG.logger;
|
|
120
124
|
}
|
|
121
125
|
/**
|
|
122
126
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -125,7 +129,8 @@ class JavaManagementServiceClient {
|
|
|
125
129
|
*/
|
|
126
130
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
127
131
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
128
|
-
|
|
132
|
+
if (this.logger)
|
|
133
|
+
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
129
134
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
130
135
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(JavaManagementServiceClient.serviceEndpointTemplate, this._region, JavaManagementServiceClient.endpointServiceName);
|
|
131
136
|
}
|
|
@@ -191,11 +196,12 @@ class JavaManagementServiceClient {
|
|
|
191
196
|
* @param AddFleetInstallationSitesRequest
|
|
192
197
|
* @return AddFleetInstallationSitesResponse
|
|
193
198
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/AddFleetInstallationSites.ts.html |here} to see how to use AddFleetInstallationSites API.
|
|
195
200
|
*/
|
|
196
201
|
addFleetInstallationSites(addFleetInstallationSitesRequest) {
|
|
197
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
198
|
-
|
|
203
|
+
if (this.logger)
|
|
204
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#addFleetInstallationSites.");
|
|
199
205
|
const operationName = "addFleetInstallationSites";
|
|
200
206
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/AddFleetInstallationSites";
|
|
201
207
|
const pathParams = {
|
|
@@ -210,6 +216,8 @@ class JavaManagementServiceClient {
|
|
|
210
216
|
};
|
|
211
217
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
212
218
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addFleetInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
219
|
+
if (this.logger)
|
|
220
|
+
retrier.logger = this.logger;
|
|
213
221
|
const request = yield oci_common_1.composeRequest({
|
|
214
222
|
baseEndpoint: this._endpoint,
|
|
215
223
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -250,11 +258,12 @@ class JavaManagementServiceClient {
|
|
|
250
258
|
* @param CancelWorkRequestRequest
|
|
251
259
|
* @return CancelWorkRequestResponse
|
|
252
260
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
254
262
|
*/
|
|
255
263
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
256
264
|
return __awaiter(this, void 0, void 0, function* () {
|
|
257
|
-
|
|
265
|
+
if (this.logger)
|
|
266
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#cancelWorkRequest.");
|
|
258
267
|
const operationName = "cancelWorkRequest";
|
|
259
268
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/CancelWorkRequest";
|
|
260
269
|
const pathParams = {
|
|
@@ -268,6 +277,8 @@ class JavaManagementServiceClient {
|
|
|
268
277
|
};
|
|
269
278
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
270
279
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
280
|
+
if (this.logger)
|
|
281
|
+
retrier.logger = this.logger;
|
|
271
282
|
const request = yield oci_common_1.composeRequest({
|
|
272
283
|
baseEndpoint: this._endpoint,
|
|
273
284
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -303,11 +314,12 @@ class JavaManagementServiceClient {
|
|
|
303
314
|
* @param ChangeFleetCompartmentRequest
|
|
304
315
|
* @return ChangeFleetCompartmentResponse
|
|
305
316
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ChangeFleetCompartment.ts.html |here} to see how to use ChangeFleetCompartment API.
|
|
307
318
|
*/
|
|
308
319
|
changeFleetCompartment(changeFleetCompartmentRequest) {
|
|
309
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
310
|
-
|
|
321
|
+
if (this.logger)
|
|
322
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#changeFleetCompartment.");
|
|
311
323
|
const operationName = "changeFleetCompartment";
|
|
312
324
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/ChangeFleetCompartment";
|
|
313
325
|
const pathParams = {
|
|
@@ -322,6 +334,8 @@ class JavaManagementServiceClient {
|
|
|
322
334
|
};
|
|
323
335
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
324
336
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeFleetCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
337
|
+
if (this.logger)
|
|
338
|
+
retrier.logger = this.logger;
|
|
325
339
|
const request = yield oci_common_1.composeRequest({
|
|
326
340
|
baseEndpoint: this._endpoint,
|
|
327
341
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -363,11 +377,12 @@ class JavaManagementServiceClient {
|
|
|
363
377
|
* @param CreateBlocklistRequest
|
|
364
378
|
* @return CreateBlocklistResponse
|
|
365
379
|
* @throws OciError when an error occurs
|
|
366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/CreateBlocklist.ts.html |here} to see how to use CreateBlocklist API.
|
|
367
381
|
*/
|
|
368
382
|
createBlocklist(createBlocklistRequest) {
|
|
369
383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
370
|
-
|
|
384
|
+
if (this.logger)
|
|
385
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#createBlocklist.");
|
|
371
386
|
const operationName = "createBlocklist";
|
|
372
387
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/CreateBlocklist";
|
|
373
388
|
const pathParams = {
|
|
@@ -381,6 +396,8 @@ class JavaManagementServiceClient {
|
|
|
381
396
|
};
|
|
382
397
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
383
398
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createBlocklistRequest.retryConfiguration, specRetryConfiguration);
|
|
399
|
+
if (this.logger)
|
|
400
|
+
retrier.logger = this.logger;
|
|
384
401
|
const request = yield oci_common_1.composeRequest({
|
|
385
402
|
baseEndpoint: this._endpoint,
|
|
386
403
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -426,11 +443,12 @@ class JavaManagementServiceClient {
|
|
|
426
443
|
* @param CreateDrsFileRequest
|
|
427
444
|
* @return CreateDrsFileResponse
|
|
428
445
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/CreateDrsFile.ts.html |here} to see how to use CreateDrsFile API.
|
|
430
447
|
*/
|
|
431
448
|
createDrsFile(createDrsFileRequest) {
|
|
432
449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
433
|
-
|
|
450
|
+
if (this.logger)
|
|
451
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#createDrsFile.");
|
|
434
452
|
const operationName = "createDrsFile";
|
|
435
453
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/CreateDrsFile";
|
|
436
454
|
const pathParams = {
|
|
@@ -445,6 +463,8 @@ class JavaManagementServiceClient {
|
|
|
445
463
|
};
|
|
446
464
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
447
465
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
466
|
+
if (this.logger)
|
|
467
|
+
retrier.logger = this.logger;
|
|
448
468
|
const request = yield oci_common_1.composeRequest({
|
|
449
469
|
baseEndpoint: this._endpoint,
|
|
450
470
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -492,11 +512,12 @@ class JavaManagementServiceClient {
|
|
|
492
512
|
* @param CreateFleetRequest
|
|
493
513
|
* @return CreateFleetResponse
|
|
494
514
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/CreateFleet.ts.html |here} to see how to use CreateFleet API.
|
|
496
516
|
*/
|
|
497
517
|
createFleet(createFleetRequest) {
|
|
498
518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
499
|
-
|
|
519
|
+
if (this.logger)
|
|
520
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#createFleet.");
|
|
500
521
|
const operationName = "createFleet";
|
|
501
522
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/CreateFleet";
|
|
502
523
|
const pathParams = {};
|
|
@@ -508,6 +529,8 @@ class JavaManagementServiceClient {
|
|
|
508
529
|
};
|
|
509
530
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
510
531
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
532
|
+
if (this.logger)
|
|
533
|
+
retrier.logger = this.logger;
|
|
511
534
|
const request = yield oci_common_1.composeRequest({
|
|
512
535
|
baseEndpoint: this._endpoint,
|
|
513
536
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -548,11 +571,12 @@ class JavaManagementServiceClient {
|
|
|
548
571
|
* @param DeleteBlocklistRequest
|
|
549
572
|
* @return DeleteBlocklistResponse
|
|
550
573
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeleteBlocklist.ts.html |here} to see how to use DeleteBlocklist API.
|
|
552
575
|
*/
|
|
553
576
|
deleteBlocklist(deleteBlocklistRequest) {
|
|
554
577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
555
|
-
|
|
578
|
+
if (this.logger)
|
|
579
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteBlocklist.");
|
|
556
580
|
const operationName = "deleteBlocklist";
|
|
557
581
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/DeleteBlocklist";
|
|
558
582
|
const pathParams = {
|
|
@@ -567,6 +591,8 @@ class JavaManagementServiceClient {
|
|
|
567
591
|
};
|
|
568
592
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
569
593
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteBlocklistRequest.retryConfiguration, specRetryConfiguration);
|
|
594
|
+
if (this.logger)
|
|
595
|
+
retrier.logger = this.logger;
|
|
570
596
|
const request = yield oci_common_1.composeRequest({
|
|
571
597
|
baseEndpoint: this._endpoint,
|
|
572
598
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -601,11 +627,12 @@ class JavaManagementServiceClient {
|
|
|
601
627
|
* @param DeleteCryptoAnalysisResultRequest
|
|
602
628
|
* @return DeleteCryptoAnalysisResultResponse
|
|
603
629
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeleteCryptoAnalysisResult.ts.html |here} to see how to use DeleteCryptoAnalysisResult API.
|
|
605
631
|
*/
|
|
606
632
|
deleteCryptoAnalysisResult(deleteCryptoAnalysisResultRequest) {
|
|
607
633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
608
|
-
|
|
634
|
+
if (this.logger)
|
|
635
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteCryptoAnalysisResult.");
|
|
609
636
|
const operationName = "deleteCryptoAnalysisResult";
|
|
610
637
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/DeleteCryptoAnalysisResult";
|
|
611
638
|
const pathParams = {
|
|
@@ -620,6 +647,8 @@ class JavaManagementServiceClient {
|
|
|
620
647
|
};
|
|
621
648
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
622
649
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCryptoAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
650
|
+
if (this.logger)
|
|
651
|
+
retrier.logger = this.logger;
|
|
623
652
|
const request = yield oci_common_1.composeRequest({
|
|
624
653
|
baseEndpoint: this._endpoint,
|
|
625
654
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -660,11 +689,12 @@ class JavaManagementServiceClient {
|
|
|
660
689
|
* @param DeleteDrsFileRequest
|
|
661
690
|
* @return DeleteDrsFileResponse
|
|
662
691
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeleteDrsFile.ts.html |here} to see how to use DeleteDrsFile API.
|
|
664
693
|
*/
|
|
665
694
|
deleteDrsFile(deleteDrsFileRequest) {
|
|
666
695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
667
|
-
|
|
696
|
+
if (this.logger)
|
|
697
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteDrsFile.");
|
|
668
698
|
const operationName = "deleteDrsFile";
|
|
669
699
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFile/DeleteDrsFile";
|
|
670
700
|
const pathParams = {
|
|
@@ -679,6 +709,8 @@ class JavaManagementServiceClient {
|
|
|
679
709
|
};
|
|
680
710
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
681
711
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
712
|
+
if (this.logger)
|
|
713
|
+
retrier.logger = this.logger;
|
|
682
714
|
const request = yield oci_common_1.composeRequest({
|
|
683
715
|
baseEndpoint: this._endpoint,
|
|
684
716
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -718,11 +750,12 @@ class JavaManagementServiceClient {
|
|
|
718
750
|
* @param DeleteFleetRequest
|
|
719
751
|
* @return DeleteFleetResponse
|
|
720
752
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeleteFleet.ts.html |here} to see how to use DeleteFleet API.
|
|
722
754
|
*/
|
|
723
755
|
deleteFleet(deleteFleetRequest) {
|
|
724
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
725
|
-
|
|
757
|
+
if (this.logger)
|
|
758
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteFleet.");
|
|
726
759
|
const operationName = "deleteFleet";
|
|
727
760
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/DeleteFleet";
|
|
728
761
|
const pathParams = {
|
|
@@ -736,6 +769,8 @@ class JavaManagementServiceClient {
|
|
|
736
769
|
};
|
|
737
770
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
738
771
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
772
|
+
if (this.logger)
|
|
773
|
+
retrier.logger = this.logger;
|
|
739
774
|
const request = yield oci_common_1.composeRequest({
|
|
740
775
|
baseEndpoint: this._endpoint,
|
|
741
776
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -775,11 +810,12 @@ class JavaManagementServiceClient {
|
|
|
775
810
|
* @param DeleteJavaMigrationAnalysisResultRequest
|
|
776
811
|
* @return DeleteJavaMigrationAnalysisResultResponse
|
|
777
812
|
* @throws OciError when an error occurs
|
|
778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeleteJavaMigrationAnalysisResult.ts.html |here} to see how to use DeleteJavaMigrationAnalysisResult API.
|
|
779
814
|
*/
|
|
780
815
|
deleteJavaMigrationAnalysisResult(deleteJavaMigrationAnalysisResultRequest) {
|
|
781
816
|
return __awaiter(this, void 0, void 0, function* () {
|
|
782
|
-
|
|
817
|
+
if (this.logger)
|
|
818
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deleteJavaMigrationAnalysisResult.");
|
|
783
819
|
const operationName = "deleteJavaMigrationAnalysisResult";
|
|
784
820
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/DeleteJavaMigrationAnalysisResult";
|
|
785
821
|
const pathParams = {
|
|
@@ -794,6 +830,8 @@ class JavaManagementServiceClient {
|
|
|
794
830
|
};
|
|
795
831
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
796
832
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
833
|
+
if (this.logger)
|
|
834
|
+
retrier.logger = this.logger;
|
|
797
835
|
const request = yield oci_common_1.composeRequest({
|
|
798
836
|
baseEndpoint: this._endpoint,
|
|
799
837
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -833,11 +871,12 @@ class JavaManagementServiceClient {
|
|
|
833
871
|
* @param DeletePerformanceTuningAnalysisResultRequest
|
|
834
872
|
* @return DeletePerformanceTuningAnalysisResultResponse
|
|
835
873
|
* @throws OciError when an error occurs
|
|
836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
874
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DeletePerformanceTuningAnalysisResult.ts.html |here} to see how to use DeletePerformanceTuningAnalysisResult API.
|
|
837
875
|
*/
|
|
838
876
|
deletePerformanceTuningAnalysisResult(deletePerformanceTuningAnalysisResultRequest) {
|
|
839
877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
840
|
-
|
|
878
|
+
if (this.logger)
|
|
879
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#deletePerformanceTuningAnalysisResult.");
|
|
841
880
|
const operationName = "deletePerformanceTuningAnalysisResult";
|
|
842
881
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/DeletePerformanceTuningAnalysisResult";
|
|
843
882
|
const pathParams = {
|
|
@@ -852,6 +891,8 @@ class JavaManagementServiceClient {
|
|
|
852
891
|
};
|
|
853
892
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
854
893
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
894
|
+
if (this.logger)
|
|
895
|
+
retrier.logger = this.logger;
|
|
855
896
|
const request = yield oci_common_1.composeRequest({
|
|
856
897
|
baseEndpoint: this._endpoint,
|
|
857
898
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -892,11 +933,12 @@ class JavaManagementServiceClient {
|
|
|
892
933
|
* @param DisableDrsRequest
|
|
893
934
|
* @return DisableDrsResponse
|
|
894
935
|
* @throws OciError when an error occurs
|
|
895
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/DisableDrs.ts.html |here} to see how to use DisableDrs API.
|
|
896
937
|
*/
|
|
897
938
|
disableDrs(disableDrsRequest) {
|
|
898
939
|
return __awaiter(this, void 0, void 0, function* () {
|
|
899
|
-
|
|
940
|
+
if (this.logger)
|
|
941
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#disableDrs.");
|
|
900
942
|
const operationName = "disableDrs";
|
|
901
943
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/DisableDrs";
|
|
902
944
|
const pathParams = {
|
|
@@ -911,6 +953,8 @@ class JavaManagementServiceClient {
|
|
|
911
953
|
};
|
|
912
954
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
913
955
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disableDrsRequest.retryConfiguration, specRetryConfiguration);
|
|
956
|
+
if (this.logger)
|
|
957
|
+
retrier.logger = this.logger;
|
|
914
958
|
const request = yield oci_common_1.composeRequest({
|
|
915
959
|
baseEndpoint: this._endpoint,
|
|
916
960
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -952,11 +996,12 @@ class JavaManagementServiceClient {
|
|
|
952
996
|
* @param EnableDrsRequest
|
|
953
997
|
* @return EnableDrsResponse
|
|
954
998
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/EnableDrs.ts.html |here} to see how to use EnableDrs API.
|
|
956
1000
|
*/
|
|
957
1001
|
enableDrs(enableDrsRequest) {
|
|
958
1002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
959
|
-
|
|
1003
|
+
if (this.logger)
|
|
1004
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#enableDrs.");
|
|
960
1005
|
const operationName = "enableDrs";
|
|
961
1006
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/EnableDrs";
|
|
962
1007
|
const pathParams = {
|
|
@@ -971,6 +1016,8 @@ class JavaManagementServiceClient {
|
|
|
971
1016
|
};
|
|
972
1017
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
973
1018
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, enableDrsRequest.retryConfiguration, specRetryConfiguration);
|
|
1019
|
+
if (this.logger)
|
|
1020
|
+
retrier.logger = this.logger;
|
|
974
1021
|
const request = yield oci_common_1.composeRequest({
|
|
975
1022
|
baseEndpoint: this._endpoint,
|
|
976
1023
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1012,11 +1059,12 @@ class JavaManagementServiceClient {
|
|
|
1012
1059
|
* @param GenerateAgentDeployScriptRequest
|
|
1013
1060
|
* @return GenerateAgentDeployScriptResponse
|
|
1014
1061
|
* @throws OciError when an error occurs
|
|
1015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GenerateAgentDeployScript.ts.html |here} to see how to use GenerateAgentDeployScript API.
|
|
1016
1063
|
*/
|
|
1017
1064
|
generateAgentDeployScript(generateAgentDeployScriptRequest) {
|
|
1018
1065
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1019
|
-
|
|
1066
|
+
if (this.logger)
|
|
1067
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#generateAgentDeployScript.");
|
|
1020
1068
|
const operationName = "generateAgentDeployScript";
|
|
1021
1069
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/GenerateAgentDeployScript";
|
|
1022
1070
|
const pathParams = {
|
|
@@ -1029,6 +1077,8 @@ class JavaManagementServiceClient {
|
|
|
1029
1077
|
};
|
|
1030
1078
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1031
1079
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, generateAgentDeployScriptRequest.retryConfiguration, specRetryConfiguration);
|
|
1080
|
+
if (this.logger)
|
|
1081
|
+
retrier.logger = this.logger;
|
|
1032
1082
|
const request = yield oci_common_1.composeRequest({
|
|
1033
1083
|
baseEndpoint: this._endpoint,
|
|
1034
1084
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1077,11 +1127,12 @@ class JavaManagementServiceClient {
|
|
|
1077
1127
|
* @param GetCryptoAnalysisResultRequest
|
|
1078
1128
|
* @return GetCryptoAnalysisResultResponse
|
|
1079
1129
|
* @throws OciError when an error occurs
|
|
1080
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetCryptoAnalysisResult.ts.html |here} to see how to use GetCryptoAnalysisResult API.
|
|
1081
1131
|
*/
|
|
1082
1132
|
getCryptoAnalysisResult(getCryptoAnalysisResultRequest) {
|
|
1083
1133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1084
|
-
|
|
1134
|
+
if (this.logger)
|
|
1135
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getCryptoAnalysisResult.");
|
|
1085
1136
|
const operationName = "getCryptoAnalysisResult";
|
|
1086
1137
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/GetCryptoAnalysisResult";
|
|
1087
1138
|
const pathParams = {
|
|
@@ -1095,6 +1146,8 @@ class JavaManagementServiceClient {
|
|
|
1095
1146
|
};
|
|
1096
1147
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1097
1148
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCryptoAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1149
|
+
if (this.logger)
|
|
1150
|
+
retrier.logger = this.logger;
|
|
1098
1151
|
const request = yield oci_common_1.composeRequest({
|
|
1099
1152
|
baseEndpoint: this._endpoint,
|
|
1100
1153
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1138,11 +1191,12 @@ class JavaManagementServiceClient {
|
|
|
1138
1191
|
* @param GetDrsFileRequest
|
|
1139
1192
|
* @return GetDrsFileResponse
|
|
1140
1193
|
* @throws OciError when an error occurs
|
|
1141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetDrsFile.ts.html |here} to see how to use GetDrsFile API.
|
|
1142
1195
|
*/
|
|
1143
1196
|
getDrsFile(getDrsFileRequest) {
|
|
1144
1197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1145
|
-
|
|
1198
|
+
if (this.logger)
|
|
1199
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getDrsFile.");
|
|
1146
1200
|
const operationName = "getDrsFile";
|
|
1147
1201
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFile/GetDrsFile";
|
|
1148
1202
|
const pathParams = {
|
|
@@ -1158,6 +1212,8 @@ class JavaManagementServiceClient {
|
|
|
1158
1212
|
};
|
|
1159
1213
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1160
1214
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
1215
|
+
if (this.logger)
|
|
1216
|
+
retrier.logger = this.logger;
|
|
1161
1217
|
const request = yield oci_common_1.composeRequest({
|
|
1162
1218
|
baseEndpoint: this._endpoint,
|
|
1163
1219
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1201,11 +1257,12 @@ class JavaManagementServiceClient {
|
|
|
1201
1257
|
* @param GetExportSettingRequest
|
|
1202
1258
|
* @return GetExportSettingResponse
|
|
1203
1259
|
* @throws OciError when an error occurs
|
|
1204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetExportSetting.ts.html |here} to see how to use GetExportSetting API.
|
|
1205
1261
|
*/
|
|
1206
1262
|
getExportSetting(getExportSettingRequest) {
|
|
1207
1263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1208
|
-
|
|
1264
|
+
if (this.logger)
|
|
1265
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getExportSetting.");
|
|
1209
1266
|
const operationName = "getExportSetting";
|
|
1210
1267
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportSetting/GetExportSetting";
|
|
1211
1268
|
const pathParams = {
|
|
@@ -1218,6 +1275,8 @@ class JavaManagementServiceClient {
|
|
|
1218
1275
|
};
|
|
1219
1276
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1220
1277
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportSettingRequest.retryConfiguration, specRetryConfiguration);
|
|
1278
|
+
if (this.logger)
|
|
1279
|
+
retrier.logger = this.logger;
|
|
1221
1280
|
const request = yield oci_common_1.composeRequest({
|
|
1222
1281
|
baseEndpoint: this._endpoint,
|
|
1223
1282
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1261,11 +1320,12 @@ class JavaManagementServiceClient {
|
|
|
1261
1320
|
* @param GetExportStatusRequest
|
|
1262
1321
|
* @return GetExportStatusResponse
|
|
1263
1322
|
* @throws OciError when an error occurs
|
|
1264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetExportStatus.ts.html |here} to see how to use GetExportStatus API.
|
|
1265
1324
|
*/
|
|
1266
1325
|
getExportStatus(getExportStatusRequest) {
|
|
1267
1326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1268
|
-
|
|
1327
|
+
if (this.logger)
|
|
1328
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getExportStatus.");
|
|
1269
1329
|
const operationName = "getExportStatus";
|
|
1270
1330
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportStatus/GetExportStatus";
|
|
1271
1331
|
const pathParams = {
|
|
@@ -1278,6 +1338,8 @@ class JavaManagementServiceClient {
|
|
|
1278
1338
|
};
|
|
1279
1339
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1280
1340
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportStatusRequest.retryConfiguration, specRetryConfiguration);
|
|
1341
|
+
if (this.logger)
|
|
1342
|
+
retrier.logger = this.logger;
|
|
1281
1343
|
const request = yield oci_common_1.composeRequest({
|
|
1282
1344
|
baseEndpoint: this._endpoint,
|
|
1283
1345
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1321,11 +1383,12 @@ class JavaManagementServiceClient {
|
|
|
1321
1383
|
* @param GetFleetRequest
|
|
1322
1384
|
* @return GetFleetResponse
|
|
1323
1385
|
* @throws OciError when an error occurs
|
|
1324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetFleet.ts.html |here} to see how to use GetFleet API.
|
|
1325
1387
|
*/
|
|
1326
1388
|
getFleet(getFleetRequest) {
|
|
1327
1389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1328
|
-
|
|
1390
|
+
if (this.logger)
|
|
1391
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getFleet.");
|
|
1329
1392
|
const operationName = "getFleet";
|
|
1330
1393
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/GetFleet";
|
|
1331
1394
|
const pathParams = {
|
|
@@ -1338,6 +1401,8 @@ class JavaManagementServiceClient {
|
|
|
1338
1401
|
};
|
|
1339
1402
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1340
1403
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
1404
|
+
if (this.logger)
|
|
1405
|
+
retrier.logger = this.logger;
|
|
1341
1406
|
const request = yield oci_common_1.composeRequest({
|
|
1342
1407
|
baseEndpoint: this._endpoint,
|
|
1343
1408
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1382,11 +1447,12 @@ class JavaManagementServiceClient {
|
|
|
1382
1447
|
* @param GetFleetAdvancedFeatureConfigurationRequest
|
|
1383
1448
|
* @return GetFleetAdvancedFeatureConfigurationResponse
|
|
1384
1449
|
* @throws OciError when an error occurs
|
|
1385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use GetFleetAdvancedFeatureConfiguration API.
|
|
1386
1451
|
*/
|
|
1387
1452
|
getFleetAdvancedFeatureConfiguration(getFleetAdvancedFeatureConfigurationRequest) {
|
|
1388
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1389
|
-
|
|
1454
|
+
if (this.logger)
|
|
1455
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getFleetAdvancedFeatureConfiguration.");
|
|
1390
1456
|
const operationName = "getFleetAdvancedFeatureConfiguration";
|
|
1391
1457
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAdvancedFeatureConfiguration/GetFleetAdvancedFeatureConfiguration";
|
|
1392
1458
|
const pathParams = {
|
|
@@ -1400,6 +1466,8 @@ class JavaManagementServiceClient {
|
|
|
1400
1466
|
};
|
|
1401
1467
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1402
1468
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetAdvancedFeatureConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
1469
|
+
if (this.logger)
|
|
1470
|
+
retrier.logger = this.logger;
|
|
1403
1471
|
const request = yield oci_common_1.composeRequest({
|
|
1404
1472
|
baseEndpoint: this._endpoint,
|
|
1405
1473
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1443,11 +1511,12 @@ class JavaManagementServiceClient {
|
|
|
1443
1511
|
* @param GetFleetAgentConfigurationRequest
|
|
1444
1512
|
* @return GetFleetAgentConfigurationResponse
|
|
1445
1513
|
* @throws OciError when an error occurs
|
|
1446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetFleetAgentConfiguration.ts.html |here} to see how to use GetFleetAgentConfiguration API.
|
|
1447
1515
|
*/
|
|
1448
1516
|
getFleetAgentConfiguration(getFleetAgentConfigurationRequest) {
|
|
1449
1517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1450
|
-
|
|
1518
|
+
if (this.logger)
|
|
1519
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getFleetAgentConfiguration.");
|
|
1451
1520
|
const operationName = "getFleetAgentConfiguration";
|
|
1452
1521
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAgentConfiguration/GetFleetAgentConfiguration";
|
|
1453
1522
|
const pathParams = {
|
|
@@ -1460,6 +1529,8 @@ class JavaManagementServiceClient {
|
|
|
1460
1529
|
};
|
|
1461
1530
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1462
1531
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFleetAgentConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
1532
|
+
if (this.logger)
|
|
1533
|
+
retrier.logger = this.logger;
|
|
1463
1534
|
const request = yield oci_common_1.composeRequest({
|
|
1464
1535
|
baseEndpoint: this._endpoint,
|
|
1465
1536
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1504,11 +1575,12 @@ class JavaManagementServiceClient {
|
|
|
1504
1575
|
* @param GetJavaFamilyRequest
|
|
1505
1576
|
* @return GetJavaFamilyResponse
|
|
1506
1577
|
* @throws OciError when an error occurs
|
|
1507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetJavaFamily.ts.html |here} to see how to use GetJavaFamily API.
|
|
1508
1579
|
*/
|
|
1509
1580
|
getJavaFamily(getJavaFamilyRequest) {
|
|
1510
1581
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1511
|
-
|
|
1582
|
+
if (this.logger)
|
|
1583
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaFamily.");
|
|
1512
1584
|
const operationName = "getJavaFamily";
|
|
1513
1585
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaFamily/GetJavaFamily";
|
|
1514
1586
|
const pathParams = {
|
|
@@ -1521,6 +1593,8 @@ class JavaManagementServiceClient {
|
|
|
1521
1593
|
};
|
|
1522
1594
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1523
1595
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaFamilyRequest.retryConfiguration, specRetryConfiguration);
|
|
1596
|
+
if (this.logger)
|
|
1597
|
+
retrier.logger = this.logger;
|
|
1524
1598
|
const request = yield oci_common_1.composeRequest({
|
|
1525
1599
|
baseEndpoint: this._endpoint,
|
|
1526
1600
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1559,11 +1633,12 @@ class JavaManagementServiceClient {
|
|
|
1559
1633
|
* @param GetJavaMigrationAnalysisResultRequest
|
|
1560
1634
|
* @return GetJavaMigrationAnalysisResultResponse
|
|
1561
1635
|
* @throws OciError when an error occurs
|
|
1562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetJavaMigrationAnalysisResult.ts.html |here} to see how to use GetJavaMigrationAnalysisResult API.
|
|
1563
1637
|
*/
|
|
1564
1638
|
getJavaMigrationAnalysisResult(getJavaMigrationAnalysisResultRequest) {
|
|
1565
1639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1566
|
-
|
|
1640
|
+
if (this.logger)
|
|
1641
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaMigrationAnalysisResult.");
|
|
1567
1642
|
const operationName = "getJavaMigrationAnalysisResult";
|
|
1568
1643
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/GetJavaMigrationAnalysisResult";
|
|
1569
1644
|
const pathParams = {
|
|
@@ -1577,6 +1652,8 @@ class JavaManagementServiceClient {
|
|
|
1577
1652
|
};
|
|
1578
1653
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1579
1654
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaMigrationAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1655
|
+
if (this.logger)
|
|
1656
|
+
retrier.logger = this.logger;
|
|
1580
1657
|
const request = yield oci_common_1.composeRequest({
|
|
1581
1658
|
baseEndpoint: this._endpoint,
|
|
1582
1659
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1620,11 +1697,12 @@ class JavaManagementServiceClient {
|
|
|
1620
1697
|
* @param GetJavaReleaseRequest
|
|
1621
1698
|
* @return GetJavaReleaseResponse
|
|
1622
1699
|
* @throws OciError when an error occurs
|
|
1623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1700
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetJavaRelease.ts.html |here} to see how to use GetJavaRelease API.
|
|
1624
1701
|
*/
|
|
1625
1702
|
getJavaRelease(getJavaReleaseRequest) {
|
|
1626
1703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1627
|
-
|
|
1704
|
+
if (this.logger)
|
|
1705
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getJavaRelease.");
|
|
1628
1706
|
const operationName = "getJavaRelease";
|
|
1629
1707
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaRelease/GetJavaRelease";
|
|
1630
1708
|
const pathParams = {
|
|
@@ -1637,6 +1715,8 @@ class JavaManagementServiceClient {
|
|
|
1637
1715
|
};
|
|
1638
1716
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1639
1717
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJavaReleaseRequest.retryConfiguration, specRetryConfiguration);
|
|
1718
|
+
if (this.logger)
|
|
1719
|
+
retrier.logger = this.logger;
|
|
1640
1720
|
const request = yield oci_common_1.composeRequest({
|
|
1641
1721
|
baseEndpoint: this._endpoint,
|
|
1642
1722
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1675,11 +1755,12 @@ class JavaManagementServiceClient {
|
|
|
1675
1755
|
* @param GetPerformanceTuningAnalysisResultRequest
|
|
1676
1756
|
* @return GetPerformanceTuningAnalysisResultResponse
|
|
1677
1757
|
* @throws OciError when an error occurs
|
|
1678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetPerformanceTuningAnalysisResult.ts.html |here} to see how to use GetPerformanceTuningAnalysisResult API.
|
|
1679
1759
|
*/
|
|
1680
1760
|
getPerformanceTuningAnalysisResult(getPerformanceTuningAnalysisResultRequest) {
|
|
1681
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1682
|
-
|
|
1762
|
+
if (this.logger)
|
|
1763
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getPerformanceTuningAnalysisResult.");
|
|
1683
1764
|
const operationName = "getPerformanceTuningAnalysisResult";
|
|
1684
1765
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/GetPerformanceTuningAnalysisResult";
|
|
1685
1766
|
const pathParams = {
|
|
@@ -1693,6 +1774,8 @@ class JavaManagementServiceClient {
|
|
|
1693
1774
|
};
|
|
1694
1775
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1695
1776
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPerformanceTuningAnalysisResultRequest.retryConfiguration, specRetryConfiguration);
|
|
1777
|
+
if (this.logger)
|
|
1778
|
+
retrier.logger = this.logger;
|
|
1696
1779
|
const request = yield oci_common_1.composeRequest({
|
|
1697
1780
|
baseEndpoint: this._endpoint,
|
|
1698
1781
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1736,11 +1819,12 @@ class JavaManagementServiceClient {
|
|
|
1736
1819
|
* @param GetWorkRequestRequest
|
|
1737
1820
|
* @return GetWorkRequestResponse
|
|
1738
1821
|
* @throws OciError when an error occurs
|
|
1739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1822
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1740
1823
|
*/
|
|
1741
1824
|
getWorkRequest(getWorkRequestRequest) {
|
|
1742
1825
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1743
|
-
|
|
1826
|
+
if (this.logger)
|
|
1827
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#getWorkRequest.");
|
|
1744
1828
|
const operationName = "getWorkRequest";
|
|
1745
1829
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/GetWorkRequest";
|
|
1746
1830
|
const pathParams = {
|
|
@@ -1753,6 +1837,8 @@ class JavaManagementServiceClient {
|
|
|
1753
1837
|
};
|
|
1754
1838
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1755
1839
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1840
|
+
if (this.logger)
|
|
1841
|
+
retrier.logger = this.logger;
|
|
1756
1842
|
const request = yield oci_common_1.composeRequest({
|
|
1757
1843
|
baseEndpoint: this._endpoint,
|
|
1758
1844
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1801,11 +1887,12 @@ class JavaManagementServiceClient {
|
|
|
1801
1887
|
* @param ListAnnouncementsRequest
|
|
1802
1888
|
* @return ListAnnouncementsResponse
|
|
1803
1889
|
* @throws OciError when an error occurs
|
|
1804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1890
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
1805
1891
|
*/
|
|
1806
1892
|
listAnnouncements(listAnnouncementsRequest) {
|
|
1807
1893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1808
|
-
|
|
1894
|
+
if (this.logger)
|
|
1895
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listAnnouncements.");
|
|
1809
1896
|
const operationName = "listAnnouncements";
|
|
1810
1897
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/AnnouncementCollection/ListAnnouncements";
|
|
1811
1898
|
const pathParams = {};
|
|
@@ -1824,6 +1911,8 @@ class JavaManagementServiceClient {
|
|
|
1824
1911
|
};
|
|
1825
1912
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1826
1913
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAnnouncementsRequest.retryConfiguration, specRetryConfiguration);
|
|
1914
|
+
if (this.logger)
|
|
1915
|
+
retrier.logger = this.logger;
|
|
1827
1916
|
const request = yield oci_common_1.composeRequest({
|
|
1828
1917
|
baseEndpoint: this._endpoint,
|
|
1829
1918
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1868,11 +1957,12 @@ class JavaManagementServiceClient {
|
|
|
1868
1957
|
* @param ListBlocklistsRequest
|
|
1869
1958
|
* @return ListBlocklistsResponse
|
|
1870
1959
|
* @throws OciError when an error occurs
|
|
1871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListBlocklists.ts.html |here} to see how to use ListBlocklists API.
|
|
1872
1961
|
*/
|
|
1873
1962
|
listBlocklists(listBlocklistsRequest) {
|
|
1874
1963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1875
|
-
|
|
1964
|
+
if (this.logger)
|
|
1965
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listBlocklists.");
|
|
1876
1966
|
const operationName = "listBlocklists";
|
|
1877
1967
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Blocklist/ListBlocklists";
|
|
1878
1968
|
const pathParams = {
|
|
@@ -1892,6 +1982,8 @@ class JavaManagementServiceClient {
|
|
|
1892
1982
|
};
|
|
1893
1983
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1894
1984
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBlocklistsRequest.retryConfiguration, specRetryConfiguration);
|
|
1985
|
+
if (this.logger)
|
|
1986
|
+
retrier.logger = this.logger;
|
|
1895
1987
|
const request = yield oci_common_1.composeRequest({
|
|
1896
1988
|
baseEndpoint: this._endpoint,
|
|
1897
1989
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1935,11 +2027,12 @@ class JavaManagementServiceClient {
|
|
|
1935
2027
|
* @param ListCryptoAnalysisResultsRequest
|
|
1936
2028
|
* @return ListCryptoAnalysisResultsResponse
|
|
1937
2029
|
* @throws OciError when an error occurs
|
|
1938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListCryptoAnalysisResults.ts.html |here} to see how to use ListCryptoAnalysisResults API.
|
|
1939
2031
|
*/
|
|
1940
2032
|
listCryptoAnalysisResults(listCryptoAnalysisResultsRequest) {
|
|
1941
2033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1942
|
-
|
|
2034
|
+
if (this.logger)
|
|
2035
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listCryptoAnalysisResults.");
|
|
1943
2036
|
const operationName = "listCryptoAnalysisResults";
|
|
1944
2037
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/CryptoAnalysisResult/ListCryptoAnalysisResults";
|
|
1945
2038
|
const pathParams = {
|
|
@@ -1961,6 +2054,8 @@ class JavaManagementServiceClient {
|
|
|
1961
2054
|
};
|
|
1962
2055
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1963
2056
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCryptoAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2057
|
+
if (this.logger)
|
|
2058
|
+
retrier.logger = this.logger;
|
|
1964
2059
|
const request = yield oci_common_1.composeRequest({
|
|
1965
2060
|
baseEndpoint: this._endpoint,
|
|
1966
2061
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2004,11 +2099,12 @@ class JavaManagementServiceClient {
|
|
|
2004
2099
|
* @param ListDrsFilesRequest
|
|
2005
2100
|
* @return ListDrsFilesResponse
|
|
2006
2101
|
* @throws OciError when an error occurs
|
|
2007
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListDrsFiles.ts.html |here} to see how to use ListDrsFiles API.
|
|
2008
2103
|
*/
|
|
2009
2104
|
listDrsFiles(listDrsFilesRequest) {
|
|
2010
2105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2011
|
-
|
|
2106
|
+
if (this.logger)
|
|
2107
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listDrsFiles.");
|
|
2012
2108
|
const operationName = "listDrsFiles";
|
|
2013
2109
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DrsFileCollection/ListDrsFiles";
|
|
2014
2110
|
const pathParams = {
|
|
@@ -2026,6 +2122,8 @@ class JavaManagementServiceClient {
|
|
|
2026
2122
|
};
|
|
2027
2123
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2028
2124
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDrsFilesRequest.retryConfiguration, specRetryConfiguration);
|
|
2125
|
+
if (this.logger)
|
|
2126
|
+
retrier.logger = this.logger;
|
|
2029
2127
|
const request = yield oci_common_1.composeRequest({
|
|
2030
2128
|
baseEndpoint: this._endpoint,
|
|
2031
2129
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2070,11 +2168,12 @@ class JavaManagementServiceClient {
|
|
|
2070
2168
|
* @param ListFleetDiagnosesRequest
|
|
2071
2169
|
* @return ListFleetDiagnosesResponse
|
|
2072
2170
|
* @throws OciError when an error occurs
|
|
2073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListFleetDiagnoses.ts.html |here} to see how to use ListFleetDiagnoses API.
|
|
2074
2172
|
*/
|
|
2075
2173
|
listFleetDiagnoses(listFleetDiagnosesRequest) {
|
|
2076
2174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2077
|
-
|
|
2175
|
+
if (this.logger)
|
|
2176
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listFleetDiagnoses.");
|
|
2078
2177
|
const operationName = "listFleetDiagnoses";
|
|
2079
2178
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetDiagnosisSummary/ListFleetDiagnoses";
|
|
2080
2179
|
const pathParams = {
|
|
@@ -2090,6 +2189,8 @@ class JavaManagementServiceClient {
|
|
|
2090
2189
|
};
|
|
2091
2190
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2092
2191
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFleetDiagnosesRequest.retryConfiguration, specRetryConfiguration);
|
|
2192
|
+
if (this.logger)
|
|
2193
|
+
retrier.logger = this.logger;
|
|
2093
2194
|
const request = yield oci_common_1.composeRequest({
|
|
2094
2195
|
baseEndpoint: this._endpoint,
|
|
2095
2196
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2135,11 +2236,12 @@ class JavaManagementServiceClient {
|
|
|
2135
2236
|
* @param ListFleetsRequest
|
|
2136
2237
|
* @return ListFleetsResponse
|
|
2137
2238
|
* @throws OciError when an error occurs
|
|
2138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListFleets.ts.html |here} to see how to use ListFleets API.
|
|
2139
2240
|
*/
|
|
2140
2241
|
listFleets(listFleetsRequest) {
|
|
2141
2242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2142
|
-
|
|
2243
|
+
if (this.logger)
|
|
2244
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listFleets.");
|
|
2143
2245
|
const operationName = "listFleets";
|
|
2144
2246
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/ListFleets";
|
|
2145
2247
|
const pathParams = {};
|
|
@@ -2160,6 +2262,8 @@ class JavaManagementServiceClient {
|
|
|
2160
2262
|
};
|
|
2161
2263
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2162
2264
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFleetsRequest.retryConfiguration, specRetryConfiguration);
|
|
2265
|
+
if (this.logger)
|
|
2266
|
+
retrier.logger = this.logger;
|
|
2163
2267
|
const request = yield oci_common_1.composeRequest({
|
|
2164
2268
|
baseEndpoint: this._endpoint,
|
|
2165
2269
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2203,11 +2307,12 @@ class JavaManagementServiceClient {
|
|
|
2203
2307
|
* @param ListInstallationSitesRequest
|
|
2204
2308
|
* @return ListInstallationSitesResponse
|
|
2205
2309
|
* @throws OciError when an error occurs
|
|
2206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListInstallationSites.ts.html |here} to see how to use ListInstallationSites API.
|
|
2207
2311
|
*/
|
|
2208
2312
|
listInstallationSites(listInstallationSitesRequest) {
|
|
2209
2313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2210
|
-
|
|
2314
|
+
if (this.logger)
|
|
2315
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listInstallationSites.");
|
|
2211
2316
|
const operationName = "listInstallationSites";
|
|
2212
2317
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/ListInstallationSites";
|
|
2213
2318
|
const pathParams = {
|
|
@@ -2236,6 +2341,8 @@ class JavaManagementServiceClient {
|
|
|
2236
2341
|
};
|
|
2237
2342
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2238
2343
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
2344
|
+
if (this.logger)
|
|
2345
|
+
retrier.logger = this.logger;
|
|
2239
2346
|
const request = yield oci_common_1.composeRequest({
|
|
2240
2347
|
baseEndpoint: this._endpoint,
|
|
2241
2348
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2281,11 +2388,12 @@ class JavaManagementServiceClient {
|
|
|
2281
2388
|
* @param ListJavaFamiliesRequest
|
|
2282
2389
|
* @return ListJavaFamiliesResponse
|
|
2283
2390
|
* @throws OciError when an error occurs
|
|
2284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListJavaFamilies.ts.html |here} to see how to use ListJavaFamilies API.
|
|
2285
2392
|
*/
|
|
2286
2393
|
listJavaFamilies(listJavaFamiliesRequest) {
|
|
2287
2394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2288
|
-
|
|
2395
|
+
if (this.logger)
|
|
2396
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaFamilies.");
|
|
2289
2397
|
const operationName = "listJavaFamilies";
|
|
2290
2398
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaFamily/ListJavaFamilies";
|
|
2291
2399
|
const pathParams = {};
|
|
@@ -2304,6 +2412,8 @@ class JavaManagementServiceClient {
|
|
|
2304
2412
|
};
|
|
2305
2413
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2306
2414
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaFamiliesRequest.retryConfiguration, specRetryConfiguration);
|
|
2415
|
+
if (this.logger)
|
|
2416
|
+
retrier.logger = this.logger;
|
|
2307
2417
|
const request = yield oci_common_1.composeRequest({
|
|
2308
2418
|
baseEndpoint: this._endpoint,
|
|
2309
2419
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2347,11 +2457,12 @@ class JavaManagementServiceClient {
|
|
|
2347
2457
|
* @param ListJavaMigrationAnalysisResultsRequest
|
|
2348
2458
|
* @return ListJavaMigrationAnalysisResultsResponse
|
|
2349
2459
|
* @throws OciError when an error occurs
|
|
2350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListJavaMigrationAnalysisResults.ts.html |here} to see how to use ListJavaMigrationAnalysisResults API.
|
|
2351
2461
|
*/
|
|
2352
2462
|
listJavaMigrationAnalysisResults(listJavaMigrationAnalysisResultsRequest) {
|
|
2353
2463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2354
|
-
|
|
2464
|
+
if (this.logger)
|
|
2465
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaMigrationAnalysisResults.");
|
|
2355
2466
|
const operationName = "listJavaMigrationAnalysisResults";
|
|
2356
2467
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaMigrationAnalysisResult/ListJavaMigrationAnalysisResults";
|
|
2357
2468
|
const pathParams = {
|
|
@@ -2372,6 +2483,8 @@ class JavaManagementServiceClient {
|
|
|
2372
2483
|
};
|
|
2373
2484
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2374
2485
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaMigrationAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2486
|
+
if (this.logger)
|
|
2487
|
+
retrier.logger = this.logger;
|
|
2375
2488
|
const request = yield oci_common_1.composeRequest({
|
|
2376
2489
|
baseEndpoint: this._endpoint,
|
|
2377
2490
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2416,11 +2529,12 @@ class JavaManagementServiceClient {
|
|
|
2416
2529
|
* @param ListJavaReleasesRequest
|
|
2417
2530
|
* @return ListJavaReleasesResponse
|
|
2418
2531
|
* @throws OciError when an error occurs
|
|
2419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListJavaReleases.ts.html |here} to see how to use ListJavaReleases API.
|
|
2420
2533
|
*/
|
|
2421
2534
|
listJavaReleases(listJavaReleasesRequest) {
|
|
2422
2535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2423
|
-
|
|
2536
|
+
if (this.logger)
|
|
2537
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listJavaReleases.");
|
|
2424
2538
|
const operationName = "listJavaReleases";
|
|
2425
2539
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaRelease/ListJavaReleases";
|
|
2426
2540
|
const pathParams = {};
|
|
@@ -2441,6 +2555,8 @@ class JavaManagementServiceClient {
|
|
|
2441
2555
|
};
|
|
2442
2556
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2443
2557
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJavaReleasesRequest.retryConfiguration, specRetryConfiguration);
|
|
2558
|
+
if (this.logger)
|
|
2559
|
+
retrier.logger = this.logger;
|
|
2444
2560
|
const request = yield oci_common_1.composeRequest({
|
|
2445
2561
|
baseEndpoint: this._endpoint,
|
|
2446
2562
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2484,11 +2600,12 @@ class JavaManagementServiceClient {
|
|
|
2484
2600
|
* @param ListJreUsageRequest
|
|
2485
2601
|
* @return ListJreUsageResponse
|
|
2486
2602
|
* @throws OciError when an error occurs
|
|
2487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListJreUsage.ts.html |here} to see how to use ListJreUsage API.
|
|
2488
2604
|
*/
|
|
2489
2605
|
listJreUsage(listJreUsageRequest) {
|
|
2490
2606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2491
|
-
|
|
2607
|
+
if (this.logger)
|
|
2608
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listJreUsage.");
|
|
2492
2609
|
const operationName = "listJreUsage";
|
|
2493
2610
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JreUsage/ListJreUsage";
|
|
2494
2611
|
const pathParams = {};
|
|
@@ -2510,6 +2627,8 @@ class JavaManagementServiceClient {
|
|
|
2510
2627
|
};
|
|
2511
2628
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2512
2629
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJreUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
2630
|
+
if (this.logger)
|
|
2631
|
+
retrier.logger = this.logger;
|
|
2513
2632
|
const request = yield oci_common_1.composeRequest({
|
|
2514
2633
|
baseEndpoint: this._endpoint,
|
|
2515
2634
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2553,11 +2672,12 @@ class JavaManagementServiceClient {
|
|
|
2553
2672
|
* @param ListPerformanceTuningAnalysisResultsRequest
|
|
2554
2673
|
* @return ListPerformanceTuningAnalysisResultsResponse
|
|
2555
2674
|
* @throws OciError when an error occurs
|
|
2556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListPerformanceTuningAnalysisResults.ts.html |here} to see how to use ListPerformanceTuningAnalysisResults API.
|
|
2557
2676
|
*/
|
|
2558
2677
|
listPerformanceTuningAnalysisResults(listPerformanceTuningAnalysisResultsRequest) {
|
|
2559
2678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2560
|
-
|
|
2679
|
+
if (this.logger)
|
|
2680
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listPerformanceTuningAnalysisResults.");
|
|
2561
2681
|
const operationName = "listPerformanceTuningAnalysisResults";
|
|
2562
2682
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PerformanceTuningAnalysisResult/ListPerformanceTuningAnalysisResults";
|
|
2563
2683
|
const pathParams = {
|
|
@@ -2579,6 +2699,8 @@ class JavaManagementServiceClient {
|
|
|
2579
2699
|
};
|
|
2580
2700
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2581
2701
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPerformanceTuningAnalysisResultsRequest.retryConfiguration, specRetryConfiguration);
|
|
2702
|
+
if (this.logger)
|
|
2703
|
+
retrier.logger = this.logger;
|
|
2582
2704
|
const request = yield oci_common_1.composeRequest({
|
|
2583
2705
|
baseEndpoint: this._endpoint,
|
|
2584
2706
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2623,11 +2745,12 @@ class JavaManagementServiceClient {
|
|
|
2623
2745
|
* @param ListWorkItemsRequest
|
|
2624
2746
|
* @return ListWorkItemsResponse
|
|
2625
2747
|
* @throws OciError when an error occurs
|
|
2626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2748
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListWorkItems.ts.html |here} to see how to use ListWorkItems API.
|
|
2627
2749
|
*/
|
|
2628
2750
|
listWorkItems(listWorkItemsRequest) {
|
|
2629
2751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2630
|
-
|
|
2752
|
+
if (this.logger)
|
|
2753
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkItems.");
|
|
2631
2754
|
const operationName = "listWorkItems";
|
|
2632
2755
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkItemSummary/ListWorkItems";
|
|
2633
2756
|
const pathParams = {
|
|
@@ -2643,6 +2766,8 @@ class JavaManagementServiceClient {
|
|
|
2643
2766
|
};
|
|
2644
2767
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2645
2768
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkItemsRequest.retryConfiguration, specRetryConfiguration);
|
|
2769
|
+
if (this.logger)
|
|
2770
|
+
retrier.logger = this.logger;
|
|
2646
2771
|
const request = yield oci_common_1.composeRequest({
|
|
2647
2772
|
baseEndpoint: this._endpoint,
|
|
2648
2773
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2687,11 +2812,12 @@ class JavaManagementServiceClient {
|
|
|
2687
2812
|
* @param ListWorkRequestErrorsRequest
|
|
2688
2813
|
* @return ListWorkRequestErrorsResponse
|
|
2689
2814
|
* @throws OciError when an error occurs
|
|
2690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2691
2816
|
*/
|
|
2692
2817
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2693
2818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2694
|
-
|
|
2819
|
+
if (this.logger)
|
|
2820
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestErrors.");
|
|
2695
2821
|
const operationName = "listWorkRequestErrors";
|
|
2696
2822
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequestError/ListWorkRequestErrors";
|
|
2697
2823
|
const pathParams = {
|
|
@@ -2707,6 +2833,8 @@ class JavaManagementServiceClient {
|
|
|
2707
2833
|
};
|
|
2708
2834
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2709
2835
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
2836
|
+
if (this.logger)
|
|
2837
|
+
retrier.logger = this.logger;
|
|
2710
2838
|
const request = yield oci_common_1.composeRequest({
|
|
2711
2839
|
baseEndpoint: this._endpoint,
|
|
2712
2840
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2751,11 +2879,12 @@ class JavaManagementServiceClient {
|
|
|
2751
2879
|
* @param ListWorkRequestLogsRequest
|
|
2752
2880
|
* @return ListWorkRequestLogsResponse
|
|
2753
2881
|
* @throws OciError when an error occurs
|
|
2754
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2755
2883
|
*/
|
|
2756
2884
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2757
2885
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2758
|
-
|
|
2886
|
+
if (this.logger)
|
|
2887
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequestLogs.");
|
|
2759
2888
|
const operationName = "listWorkRequestLogs";
|
|
2760
2889
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequestLogEntry/ListWorkRequestLogs";
|
|
2761
2890
|
const pathParams = {
|
|
@@ -2771,6 +2900,8 @@ class JavaManagementServiceClient {
|
|
|
2771
2900
|
};
|
|
2772
2901
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2773
2902
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
2903
|
+
if (this.logger)
|
|
2904
|
+
retrier.logger = this.logger;
|
|
2774
2905
|
const request = yield oci_common_1.composeRequest({
|
|
2775
2906
|
baseEndpoint: this._endpoint,
|
|
2776
2907
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2815,11 +2946,12 @@ class JavaManagementServiceClient {
|
|
|
2815
2946
|
* @param ListWorkRequestsRequest
|
|
2816
2947
|
* @return ListWorkRequestsResponse
|
|
2817
2948
|
* @throws OciError when an error occurs
|
|
2818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2819
2950
|
*/
|
|
2820
2951
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2821
2952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2822
|
-
|
|
2953
|
+
if (this.logger)
|
|
2954
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#listWorkRequests.");
|
|
2823
2955
|
const operationName = "listWorkRequests";
|
|
2824
2956
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/WorkRequest/ListWorkRequests";
|
|
2825
2957
|
const pathParams = {};
|
|
@@ -2837,6 +2969,8 @@ class JavaManagementServiceClient {
|
|
|
2837
2969
|
};
|
|
2838
2970
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2839
2971
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
2972
|
+
if (this.logger)
|
|
2973
|
+
retrier.logger = this.logger;
|
|
2840
2974
|
const request = yield oci_common_1.composeRequest({
|
|
2841
2975
|
baseEndpoint: this._endpoint,
|
|
2842
2976
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2880,11 +3014,12 @@ class JavaManagementServiceClient {
|
|
|
2880
3014
|
* @param RemoveFleetInstallationSitesRequest
|
|
2881
3015
|
* @return RemoveFleetInstallationSitesResponse
|
|
2882
3016
|
* @throws OciError when an error occurs
|
|
2883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/RemoveFleetInstallationSites.ts.html |here} to see how to use RemoveFleetInstallationSites API.
|
|
2884
3018
|
*/
|
|
2885
3019
|
removeFleetInstallationSites(removeFleetInstallationSitesRequest) {
|
|
2886
3020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2887
|
-
|
|
3021
|
+
if (this.logger)
|
|
3022
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#removeFleetInstallationSites.");
|
|
2888
3023
|
const operationName = "removeFleetInstallationSites";
|
|
2889
3024
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationSiteSummary/RemoveFleetInstallationSites";
|
|
2890
3025
|
const pathParams = {
|
|
@@ -2899,6 +3034,8 @@ class JavaManagementServiceClient {
|
|
|
2899
3034
|
};
|
|
2900
3035
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2901
3036
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeFleetInstallationSitesRequest.retryConfiguration, specRetryConfiguration);
|
|
3037
|
+
if (this.logger)
|
|
3038
|
+
retrier.logger = this.logger;
|
|
2902
3039
|
const request = yield oci_common_1.composeRequest({
|
|
2903
3040
|
baseEndpoint: this._endpoint,
|
|
2904
3041
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2940,11 +3077,12 @@ class JavaManagementServiceClient {
|
|
|
2940
3077
|
* @param RequestCryptoAnalysesRequest
|
|
2941
3078
|
* @return RequestCryptoAnalysesResponse
|
|
2942
3079
|
* @throws OciError when an error occurs
|
|
2943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/RequestCryptoAnalyses.ts.html |here} to see how to use RequestCryptoAnalyses API.
|
|
2944
3081
|
*/
|
|
2945
3082
|
requestCryptoAnalyses(requestCryptoAnalysesRequest) {
|
|
2946
3083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2947
|
-
|
|
3084
|
+
if (this.logger)
|
|
3085
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestCryptoAnalyses.");
|
|
2948
3086
|
const operationName = "requestCryptoAnalyses";
|
|
2949
3087
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestCryptoAnalyses";
|
|
2950
3088
|
const pathParams = {
|
|
@@ -2957,6 +3095,8 @@ class JavaManagementServiceClient {
|
|
|
2957
3095
|
};
|
|
2958
3096
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2959
3097
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestCryptoAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3098
|
+
if (this.logger)
|
|
3099
|
+
retrier.logger = this.logger;
|
|
2960
3100
|
const request = yield oci_common_1.composeRequest({
|
|
2961
3101
|
baseEndpoint: this._endpoint,
|
|
2962
3102
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2999,11 +3139,12 @@ class JavaManagementServiceClient {
|
|
|
2999
3139
|
* @param RequestJavaMigrationAnalysesRequest
|
|
3000
3140
|
* @return RequestJavaMigrationAnalysesResponse
|
|
3001
3141
|
* @throws OciError when an error occurs
|
|
3002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/RequestJavaMigrationAnalyses.ts.html |here} to see how to use RequestJavaMigrationAnalyses API.
|
|
3003
3143
|
*/
|
|
3004
3144
|
requestJavaMigrationAnalyses(requestJavaMigrationAnalysesRequest) {
|
|
3005
3145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3006
|
-
|
|
3146
|
+
if (this.logger)
|
|
3147
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestJavaMigrationAnalyses.");
|
|
3007
3148
|
const operationName = "requestJavaMigrationAnalyses";
|
|
3008
3149
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestJavaMigrationAnalyses";
|
|
3009
3150
|
const pathParams = {
|
|
@@ -3016,6 +3157,8 @@ class JavaManagementServiceClient {
|
|
|
3016
3157
|
};
|
|
3017
3158
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3018
3159
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestJavaMigrationAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3160
|
+
if (this.logger)
|
|
3161
|
+
retrier.logger = this.logger;
|
|
3019
3162
|
const request = yield oci_common_1.composeRequest({
|
|
3020
3163
|
baseEndpoint: this._endpoint,
|
|
3021
3164
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3057,11 +3200,12 @@ class JavaManagementServiceClient {
|
|
|
3057
3200
|
* @param RequestJfrRecordingsRequest
|
|
3058
3201
|
* @return RequestJfrRecordingsResponse
|
|
3059
3202
|
* @throws OciError when an error occurs
|
|
3060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/RequestJfrRecordings.ts.html |here} to see how to use RequestJfrRecordings API.
|
|
3061
3204
|
*/
|
|
3062
3205
|
requestJfrRecordings(requestJfrRecordingsRequest) {
|
|
3063
3206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3064
|
-
|
|
3207
|
+
if (this.logger)
|
|
3208
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestJfrRecordings.");
|
|
3065
3209
|
const operationName = "requestJfrRecordings";
|
|
3066
3210
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestJfrRecordings";
|
|
3067
3211
|
const pathParams = {
|
|
@@ -3074,6 +3218,8 @@ class JavaManagementServiceClient {
|
|
|
3074
3218
|
};
|
|
3075
3219
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3076
3220
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestJfrRecordingsRequest.retryConfiguration, specRetryConfiguration);
|
|
3221
|
+
if (this.logger)
|
|
3222
|
+
retrier.logger = this.logger;
|
|
3077
3223
|
const request = yield oci_common_1.composeRequest({
|
|
3078
3224
|
baseEndpoint: this._endpoint,
|
|
3079
3225
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3116,11 +3262,12 @@ class JavaManagementServiceClient {
|
|
|
3116
3262
|
* @param RequestPerformanceTuningAnalysesRequest
|
|
3117
3263
|
* @return RequestPerformanceTuningAnalysesResponse
|
|
3118
3264
|
* @throws OciError when an error occurs
|
|
3119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/RequestPerformanceTuningAnalyses.ts.html |here} to see how to use RequestPerformanceTuningAnalyses API.
|
|
3120
3266
|
*/
|
|
3121
3267
|
requestPerformanceTuningAnalyses(requestPerformanceTuningAnalysesRequest) {
|
|
3122
3268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3123
|
-
|
|
3269
|
+
if (this.logger)
|
|
3270
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#requestPerformanceTuningAnalyses.");
|
|
3124
3271
|
const operationName = "requestPerformanceTuningAnalyses";
|
|
3125
3272
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/RequestPerformanceTuningAnalyses";
|
|
3126
3273
|
const pathParams = {
|
|
@@ -3133,6 +3280,8 @@ class JavaManagementServiceClient {
|
|
|
3133
3280
|
};
|
|
3134
3281
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3135
3282
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, requestPerformanceTuningAnalysesRequest.retryConfiguration, specRetryConfiguration);
|
|
3283
|
+
if (this.logger)
|
|
3284
|
+
retrier.logger = this.logger;
|
|
3136
3285
|
const request = yield oci_common_1.composeRequest({
|
|
3137
3286
|
baseEndpoint: this._endpoint,
|
|
3138
3287
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3173,11 +3322,12 @@ class JavaManagementServiceClient {
|
|
|
3173
3322
|
* @param ScanJavaServerUsageRequest
|
|
3174
3323
|
* @return ScanJavaServerUsageResponse
|
|
3175
3324
|
* @throws OciError when an error occurs
|
|
3176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ScanJavaServerUsage.ts.html |here} to see how to use ScanJavaServerUsage API.
|
|
3177
3326
|
*/
|
|
3178
3327
|
scanJavaServerUsage(scanJavaServerUsageRequest) {
|
|
3179
3328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3180
|
-
|
|
3329
|
+
if (this.logger)
|
|
3330
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#scanJavaServerUsage.");
|
|
3181
3331
|
const operationName = "scanJavaServerUsage";
|
|
3182
3332
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerUsage/ScanJavaServerUsage";
|
|
3183
3333
|
const pathParams = {
|
|
@@ -3192,6 +3342,8 @@ class JavaManagementServiceClient {
|
|
|
3192
3342
|
};
|
|
3193
3343
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3194
3344
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, scanJavaServerUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3345
|
+
if (this.logger)
|
|
3346
|
+
retrier.logger = this.logger;
|
|
3195
3347
|
const request = yield oci_common_1.composeRequest({
|
|
3196
3348
|
baseEndpoint: this._endpoint,
|
|
3197
3349
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3232,11 +3384,12 @@ class JavaManagementServiceClient {
|
|
|
3232
3384
|
* @param ScanLibraryUsageRequest
|
|
3233
3385
|
* @return ScanLibraryUsageResponse
|
|
3234
3386
|
* @throws OciError when an error occurs
|
|
3235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/ScanLibraryUsage.ts.html |here} to see how to use ScanLibraryUsage API.
|
|
3236
3388
|
*/
|
|
3237
3389
|
scanLibraryUsage(scanLibraryUsageRequest) {
|
|
3238
3390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3239
|
-
|
|
3391
|
+
if (this.logger)
|
|
3392
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#scanLibraryUsage.");
|
|
3240
3393
|
const operationName = "scanLibraryUsage";
|
|
3241
3394
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/LibraryUsage/ScanLibraryUsage";
|
|
3242
3395
|
const pathParams = {
|
|
@@ -3251,6 +3404,8 @@ class JavaManagementServiceClient {
|
|
|
3251
3404
|
};
|
|
3252
3405
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3253
3406
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, scanLibraryUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3407
|
+
if (this.logger)
|
|
3408
|
+
retrier.logger = this.logger;
|
|
3254
3409
|
const request = yield oci_common_1.composeRequest({
|
|
3255
3410
|
baseEndpoint: this._endpoint,
|
|
3256
3411
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3292,11 +3447,12 @@ class JavaManagementServiceClient {
|
|
|
3292
3447
|
* @param SummarizeApplicationInstallationUsageRequest
|
|
3293
3448
|
* @return SummarizeApplicationInstallationUsageResponse
|
|
3294
3449
|
* @throws OciError when an error occurs
|
|
3295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeApplicationInstallationUsage.ts.html |here} to see how to use SummarizeApplicationInstallationUsage API.
|
|
3296
3451
|
*/
|
|
3297
3452
|
summarizeApplicationInstallationUsage(summarizeApplicationInstallationUsageRequest) {
|
|
3298
3453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3299
|
-
|
|
3454
|
+
if (this.logger)
|
|
3455
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationInstallationUsage.");
|
|
3300
3456
|
const operationName = "summarizeApplicationInstallationUsage";
|
|
3301
3457
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ApplicationInstallationUsageSummary/SummarizeApplicationInstallationUsage";
|
|
3302
3458
|
const pathParams = {
|
|
@@ -3329,6 +3485,8 @@ class JavaManagementServiceClient {
|
|
|
3329
3485
|
};
|
|
3330
3486
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3331
3487
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3488
|
+
if (this.logger)
|
|
3489
|
+
retrier.logger = this.logger;
|
|
3332
3490
|
const request = yield oci_common_1.composeRequest({
|
|
3333
3491
|
baseEndpoint: this._endpoint,
|
|
3334
3492
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3372,11 +3530,12 @@ class JavaManagementServiceClient {
|
|
|
3372
3530
|
* @param SummarizeApplicationUsageRequest
|
|
3373
3531
|
* @return SummarizeApplicationUsageResponse
|
|
3374
3532
|
* @throws OciError when an error occurs
|
|
3375
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeApplicationUsage.ts.html |here} to see how to use SummarizeApplicationUsage API.
|
|
3376
3534
|
*/
|
|
3377
3535
|
summarizeApplicationUsage(summarizeApplicationUsageRequest) {
|
|
3378
3536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3379
|
-
|
|
3537
|
+
if (this.logger)
|
|
3538
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeApplicationUsage.");
|
|
3380
3539
|
const operationName = "summarizeApplicationUsage";
|
|
3381
3540
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ApplicationUsage/SummarizeApplicationUsage";
|
|
3382
3541
|
const pathParams = {
|
|
@@ -3408,6 +3567,8 @@ class JavaManagementServiceClient {
|
|
|
3408
3567
|
};
|
|
3409
3568
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3410
3569
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeApplicationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3570
|
+
if (this.logger)
|
|
3571
|
+
retrier.logger = this.logger;
|
|
3411
3572
|
const request = yield oci_common_1.composeRequest({
|
|
3412
3573
|
baseEndpoint: this._endpoint,
|
|
3413
3574
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3452,11 +3613,12 @@ class JavaManagementServiceClient {
|
|
|
3452
3613
|
* @param SummarizeDeployedApplicationInstallationUsageRequest
|
|
3453
3614
|
* @return SummarizeDeployedApplicationInstallationUsageResponse
|
|
3454
3615
|
* @throws OciError when an error occurs
|
|
3455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeDeployedApplicationInstallationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationInstallationUsage API.
|
|
3456
3617
|
*/
|
|
3457
3618
|
summarizeDeployedApplicationInstallationUsage(summarizeDeployedApplicationInstallationUsageRequest) {
|
|
3458
3619
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3459
|
-
|
|
3620
|
+
if (this.logger)
|
|
3621
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationInstallationUsage.");
|
|
3460
3622
|
const operationName = "summarizeDeployedApplicationInstallationUsage";
|
|
3461
3623
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DeployedApplicationInstallationUsageSummary/SummarizeDeployedApplicationInstallationUsage";
|
|
3462
3624
|
const pathParams = {
|
|
@@ -3485,6 +3647,8 @@ class JavaManagementServiceClient {
|
|
|
3485
3647
|
};
|
|
3486
3648
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3487
3649
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeDeployedApplicationInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3650
|
+
if (this.logger)
|
|
3651
|
+
retrier.logger = this.logger;
|
|
3488
3652
|
const request = yield oci_common_1.composeRequest({
|
|
3489
3653
|
baseEndpoint: this._endpoint,
|
|
3490
3654
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3529,11 +3693,12 @@ class JavaManagementServiceClient {
|
|
|
3529
3693
|
* @param SummarizeDeployedApplicationUsageRequest
|
|
3530
3694
|
* @return SummarizeDeployedApplicationUsageResponse
|
|
3531
3695
|
* @throws OciError when an error occurs
|
|
3532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3696
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeDeployedApplicationUsage.ts.html |here} to see how to use SummarizeDeployedApplicationUsage API.
|
|
3533
3697
|
*/
|
|
3534
3698
|
summarizeDeployedApplicationUsage(summarizeDeployedApplicationUsageRequest) {
|
|
3535
3699
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3536
|
-
|
|
3700
|
+
if (this.logger)
|
|
3701
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeDeployedApplicationUsage.");
|
|
3537
3702
|
const operationName = "summarizeDeployedApplicationUsage";
|
|
3538
3703
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/DeployedApplicationUsage/SummarizeDeployedApplicationUsage";
|
|
3539
3704
|
const pathParams = {
|
|
@@ -3560,6 +3725,8 @@ class JavaManagementServiceClient {
|
|
|
3560
3725
|
};
|
|
3561
3726
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3562
3727
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeDeployedApplicationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3728
|
+
if (this.logger)
|
|
3729
|
+
retrier.logger = this.logger;
|
|
3563
3730
|
const request = yield oci_common_1.composeRequest({
|
|
3564
3731
|
baseEndpoint: this._endpoint,
|
|
3565
3732
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3603,11 +3770,12 @@ class JavaManagementServiceClient {
|
|
|
3603
3770
|
* @param SummarizeInstallationUsageRequest
|
|
3604
3771
|
* @return SummarizeInstallationUsageResponse
|
|
3605
3772
|
* @throws OciError when an error occurs
|
|
3606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeInstallationUsage.ts.html |here} to see how to use SummarizeInstallationUsage API.
|
|
3607
3774
|
*/
|
|
3608
3775
|
summarizeInstallationUsage(summarizeInstallationUsageRequest) {
|
|
3609
3776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3610
|
-
|
|
3777
|
+
if (this.logger)
|
|
3778
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeInstallationUsage.");
|
|
3611
3779
|
const operationName = "summarizeInstallationUsage";
|
|
3612
3780
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/InstallationUsage/SummarizeInstallationUsage";
|
|
3613
3781
|
const pathParams = {
|
|
@@ -3636,6 +3804,8 @@ class JavaManagementServiceClient {
|
|
|
3636
3804
|
};
|
|
3637
3805
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3638
3806
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeInstallationUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3807
|
+
if (this.logger)
|
|
3808
|
+
retrier.logger = this.logger;
|
|
3639
3809
|
const request = yield oci_common_1.composeRequest({
|
|
3640
3810
|
baseEndpoint: this._endpoint,
|
|
3641
3811
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3680,11 +3850,12 @@ class JavaManagementServiceClient {
|
|
|
3680
3850
|
* @param SummarizeJavaServerInstanceUsageRequest
|
|
3681
3851
|
* @return SummarizeJavaServerInstanceUsageResponse
|
|
3682
3852
|
* @throws OciError when an error occurs
|
|
3683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeJavaServerInstanceUsage.ts.html |here} to see how to use SummarizeJavaServerInstanceUsage API.
|
|
3684
3854
|
*/
|
|
3685
3855
|
summarizeJavaServerInstanceUsage(summarizeJavaServerInstanceUsageRequest) {
|
|
3686
3856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3687
|
-
|
|
3857
|
+
if (this.logger)
|
|
3858
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerInstanceUsage.");
|
|
3688
3859
|
const operationName = "summarizeJavaServerInstanceUsage";
|
|
3689
3860
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerInstanceUsage/SummarizeJavaServerInstanceUsage";
|
|
3690
3861
|
const pathParams = {
|
|
@@ -3711,6 +3882,8 @@ class JavaManagementServiceClient {
|
|
|
3711
3882
|
};
|
|
3712
3883
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3713
3884
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJavaServerInstanceUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3885
|
+
if (this.logger)
|
|
3886
|
+
retrier.logger = this.logger;
|
|
3714
3887
|
const request = yield oci_common_1.composeRequest({
|
|
3715
3888
|
baseEndpoint: this._endpoint,
|
|
3716
3889
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3755,11 +3928,12 @@ class JavaManagementServiceClient {
|
|
|
3755
3928
|
* @param SummarizeJavaServerUsageRequest
|
|
3756
3929
|
* @return SummarizeJavaServerUsageResponse
|
|
3757
3930
|
* @throws OciError when an error occurs
|
|
3758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3931
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeJavaServerUsage.ts.html |here} to see how to use SummarizeJavaServerUsage API.
|
|
3759
3932
|
*/
|
|
3760
3933
|
summarizeJavaServerUsage(summarizeJavaServerUsageRequest) {
|
|
3761
3934
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3762
|
-
|
|
3935
|
+
if (this.logger)
|
|
3936
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJavaServerUsage.");
|
|
3763
3937
|
const operationName = "summarizeJavaServerUsage";
|
|
3764
3938
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JavaServerUsage/SummarizeJavaServerUsage";
|
|
3765
3939
|
const pathParams = {
|
|
@@ -3783,6 +3957,8 @@ class JavaManagementServiceClient {
|
|
|
3783
3957
|
};
|
|
3784
3958
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3785
3959
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJavaServerUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
3960
|
+
if (this.logger)
|
|
3961
|
+
retrier.logger = this.logger;
|
|
3786
3962
|
const request = yield oci_common_1.composeRequest({
|
|
3787
3963
|
baseEndpoint: this._endpoint,
|
|
3788
3964
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3826,11 +4002,12 @@ class JavaManagementServiceClient {
|
|
|
3826
4002
|
* @param SummarizeJreUsageRequest
|
|
3827
4003
|
* @return SummarizeJreUsageResponse
|
|
3828
4004
|
* @throws OciError when an error occurs
|
|
3829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeJreUsage.ts.html |here} to see how to use SummarizeJreUsage API.
|
|
3830
4006
|
*/
|
|
3831
4007
|
summarizeJreUsage(summarizeJreUsageRequest) {
|
|
3832
4008
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3833
|
-
|
|
4009
|
+
if (this.logger)
|
|
4010
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeJreUsage.");
|
|
3834
4011
|
const operationName = "summarizeJreUsage";
|
|
3835
4012
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/JreUsage/SummarizeJreUsage";
|
|
3836
4013
|
const pathParams = {
|
|
@@ -3859,6 +4036,8 @@ class JavaManagementServiceClient {
|
|
|
3859
4036
|
};
|
|
3860
4037
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3861
4038
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeJreUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4039
|
+
if (this.logger)
|
|
4040
|
+
retrier.logger = this.logger;
|
|
3862
4041
|
const request = yield oci_common_1.composeRequest({
|
|
3863
4042
|
baseEndpoint: this._endpoint,
|
|
3864
4043
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3903,11 +4082,12 @@ class JavaManagementServiceClient {
|
|
|
3903
4082
|
* @param SummarizeLibraryUsageRequest
|
|
3904
4083
|
* @return SummarizeLibraryUsageResponse
|
|
3905
4084
|
* @throws OciError when an error occurs
|
|
3906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4085
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeLibraryUsage.ts.html |here} to see how to use SummarizeLibraryUsage API.
|
|
3907
4086
|
*/
|
|
3908
4087
|
summarizeLibraryUsage(summarizeLibraryUsageRequest) {
|
|
3909
4088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3910
|
-
|
|
4089
|
+
if (this.logger)
|
|
4090
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeLibraryUsage.");
|
|
3911
4091
|
const operationName = "summarizeLibraryUsage";
|
|
3912
4092
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/LibraryUsage/SummarizeLibraryUsage";
|
|
3913
4093
|
const pathParams = {
|
|
@@ -3933,6 +4113,8 @@ class JavaManagementServiceClient {
|
|
|
3933
4113
|
};
|
|
3934
4114
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3935
4115
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeLibraryUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4116
|
+
if (this.logger)
|
|
4117
|
+
retrier.logger = this.logger;
|
|
3936
4118
|
const request = yield oci_common_1.composeRequest({
|
|
3937
4119
|
baseEndpoint: this._endpoint,
|
|
3938
4120
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -3976,11 +4158,12 @@ class JavaManagementServiceClient {
|
|
|
3976
4158
|
* @param SummarizeManagedInstanceUsageRequest
|
|
3977
4159
|
* @return SummarizeManagedInstanceUsageResponse
|
|
3978
4160
|
* @throws OciError when an error occurs
|
|
3979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeManagedInstanceUsage.ts.html |here} to see how to use SummarizeManagedInstanceUsage API.
|
|
3980
4162
|
*/
|
|
3981
4163
|
summarizeManagedInstanceUsage(summarizeManagedInstanceUsageRequest) {
|
|
3982
4164
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3983
|
-
|
|
4165
|
+
if (this.logger)
|
|
4166
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeManagedInstanceUsage.");
|
|
3984
4167
|
const operationName = "summarizeManagedInstanceUsage";
|
|
3985
4168
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ManagedInstanceUsage/SummarizeManagedInstanceUsage";
|
|
3986
4169
|
const pathParams = {
|
|
@@ -4011,6 +4194,8 @@ class JavaManagementServiceClient {
|
|
|
4011
4194
|
};
|
|
4012
4195
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4013
4196
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeManagedInstanceUsageRequest.retryConfiguration, specRetryConfiguration);
|
|
4197
|
+
if (this.logger)
|
|
4198
|
+
retrier.logger = this.logger;
|
|
4014
4199
|
const request = yield oci_common_1.composeRequest({
|
|
4015
4200
|
baseEndpoint: this._endpoint,
|
|
4016
4201
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4055,11 +4240,12 @@ class JavaManagementServiceClient {
|
|
|
4055
4240
|
* @param SummarizeResourceInventoryRequest
|
|
4056
4241
|
* @return SummarizeResourceInventoryResponse
|
|
4057
4242
|
* @throws OciError when an error occurs
|
|
4058
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/SummarizeResourceInventory.ts.html |here} to see how to use SummarizeResourceInventory API.
|
|
4059
4244
|
*/
|
|
4060
4245
|
summarizeResourceInventory(summarizeResourceInventoryRequest) {
|
|
4061
4246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4062
|
-
|
|
4247
|
+
if (this.logger)
|
|
4248
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#summarizeResourceInventory.");
|
|
4063
4249
|
const operationName = "summarizeResourceInventory";
|
|
4064
4250
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/SummarizeResourceInventory";
|
|
4065
4251
|
const pathParams = {};
|
|
@@ -4074,6 +4260,8 @@ class JavaManagementServiceClient {
|
|
|
4074
4260
|
};
|
|
4075
4261
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4076
4262
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, summarizeResourceInventoryRequest.retryConfiguration, specRetryConfiguration);
|
|
4263
|
+
if (this.logger)
|
|
4264
|
+
retrier.logger = this.logger;
|
|
4077
4265
|
const request = yield oci_common_1.composeRequest({
|
|
4078
4266
|
baseEndpoint: this._endpoint,
|
|
4079
4267
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4113,11 +4301,12 @@ class JavaManagementServiceClient {
|
|
|
4113
4301
|
* @param UpdateDrsFileRequest
|
|
4114
4302
|
* @return UpdateDrsFileResponse
|
|
4115
4303
|
* @throws OciError when an error occurs
|
|
4116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/UpdateDrsFile.ts.html |here} to see how to use UpdateDrsFile API.
|
|
4117
4305
|
*/
|
|
4118
4306
|
updateDrsFile(updateDrsFileRequest) {
|
|
4119
4307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4120
|
-
|
|
4308
|
+
if (this.logger)
|
|
4309
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#updateDrsFile.");
|
|
4121
4310
|
const operationName = "updateDrsFile";
|
|
4122
4311
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/UpdateDrsFile";
|
|
4123
4312
|
const pathParams = {
|
|
@@ -4133,6 +4322,8 @@ class JavaManagementServiceClient {
|
|
|
4133
4322
|
};
|
|
4134
4323
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4135
4324
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDrsFileRequest.retryConfiguration, specRetryConfiguration);
|
|
4325
|
+
if (this.logger)
|
|
4326
|
+
retrier.logger = this.logger;
|
|
4136
4327
|
const request = yield oci_common_1.composeRequest({
|
|
4137
4328
|
baseEndpoint: this._endpoint,
|
|
4138
4329
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4173,11 +4364,12 @@ class JavaManagementServiceClient {
|
|
|
4173
4364
|
* @param UpdateExportSettingRequest
|
|
4174
4365
|
* @return UpdateExportSettingResponse
|
|
4175
4366
|
* @throws OciError when an error occurs
|
|
4176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/UpdateExportSetting.ts.html |here} to see how to use UpdateExportSetting API.
|
|
4177
4368
|
*/
|
|
4178
4369
|
updateExportSetting(updateExportSettingRequest) {
|
|
4179
4370
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4180
|
-
|
|
4371
|
+
if (this.logger)
|
|
4372
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#updateExportSetting.");
|
|
4181
4373
|
const operationName = "updateExportSetting";
|
|
4182
4374
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/ExportSetting/UpdateExportSetting";
|
|
4183
4375
|
const pathParams = {
|
|
@@ -4191,6 +4383,8 @@ class JavaManagementServiceClient {
|
|
|
4191
4383
|
};
|
|
4192
4384
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4193
4385
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExportSettingRequest.retryConfiguration, specRetryConfiguration);
|
|
4386
|
+
if (this.logger)
|
|
4387
|
+
retrier.logger = this.logger;
|
|
4194
4388
|
const request = yield oci_common_1.composeRequest({
|
|
4195
4389
|
baseEndpoint: this._endpoint,
|
|
4196
4390
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4235,11 +4429,12 @@ class JavaManagementServiceClient {
|
|
|
4235
4429
|
* @param UpdateFleetRequest
|
|
4236
4430
|
* @return UpdateFleetResponse
|
|
4237
4431
|
* @throws OciError when an error occurs
|
|
4238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/UpdateFleet.ts.html |here} to see how to use UpdateFleet API.
|
|
4239
4433
|
*/
|
|
4240
4434
|
updateFleet(updateFleetRequest) {
|
|
4241
4435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4242
|
-
|
|
4436
|
+
if (this.logger)
|
|
4437
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleet.");
|
|
4243
4438
|
const operationName = "updateFleet";
|
|
4244
4439
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/Fleet/UpdateFleet";
|
|
4245
4440
|
const pathParams = {
|
|
@@ -4253,6 +4448,8 @@ class JavaManagementServiceClient {
|
|
|
4253
4448
|
};
|
|
4254
4449
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4255
4450
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetRequest.retryConfiguration, specRetryConfiguration);
|
|
4451
|
+
if (this.logger)
|
|
4452
|
+
retrier.logger = this.logger;
|
|
4256
4453
|
const request = yield oci_common_1.composeRequest({
|
|
4257
4454
|
baseEndpoint: this._endpoint,
|
|
4258
4455
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4295,11 +4492,12 @@ class JavaManagementServiceClient {
|
|
|
4295
4492
|
* @param UpdateFleetAdvancedFeatureConfigurationRequest
|
|
4296
4493
|
* @return UpdateFleetAdvancedFeatureConfigurationResponse
|
|
4297
4494
|
* @throws OciError when an error occurs
|
|
4298
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/UpdateFleetAdvancedFeatureConfiguration.ts.html |here} to see how to use UpdateFleetAdvancedFeatureConfiguration API.
|
|
4299
4496
|
*/
|
|
4300
4497
|
updateFleetAdvancedFeatureConfiguration(updateFleetAdvancedFeatureConfigurationRequest) {
|
|
4301
4498
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4302
|
-
|
|
4499
|
+
if (this.logger)
|
|
4500
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAdvancedFeatureConfiguration.");
|
|
4303
4501
|
const operationName = "updateFleetAdvancedFeatureConfiguration";
|
|
4304
4502
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAdvancedFeatureConfiguration/UpdateFleetAdvancedFeatureConfiguration";
|
|
4305
4503
|
const pathParams = {
|
|
@@ -4314,6 +4512,8 @@ class JavaManagementServiceClient {
|
|
|
4314
4512
|
};
|
|
4315
4513
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4316
4514
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetAdvancedFeatureConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
4515
|
+
if (this.logger)
|
|
4516
|
+
retrier.logger = this.logger;
|
|
4317
4517
|
const request = yield oci_common_1.composeRequest({
|
|
4318
4518
|
baseEndpoint: this._endpoint,
|
|
4319
4519
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -4358,11 +4558,12 @@ class JavaManagementServiceClient {
|
|
|
4358
4558
|
* @param UpdateFleetAgentConfigurationRequest
|
|
4359
4559
|
* @return UpdateFleetAgentConfigurationResponse
|
|
4360
4560
|
* @throws OciError when an error occurs
|
|
4361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4561
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/jms/UpdateFleetAgentConfiguration.ts.html |here} to see how to use UpdateFleetAgentConfiguration API.
|
|
4362
4562
|
*/
|
|
4363
4563
|
updateFleetAgentConfiguration(updateFleetAgentConfigurationRequest) {
|
|
4364
4564
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4365
|
-
|
|
4565
|
+
if (this.logger)
|
|
4566
|
+
this.logger.debug("Calling operation JavaManagementServiceClient#updateFleetAgentConfiguration.");
|
|
4366
4567
|
const operationName = "updateFleetAgentConfiguration";
|
|
4367
4568
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetAgentConfiguration/UpdateFleetAgentConfiguration";
|
|
4368
4569
|
const pathParams = {
|
|
@@ -4376,6 +4577,8 @@ class JavaManagementServiceClient {
|
|
|
4376
4577
|
};
|
|
4377
4578
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
4378
4579
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFleetAgentConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
4580
|
+
if (this.logger)
|
|
4581
|
+
retrier.logger = this.logger;
|
|
4379
4582
|
const request = yield oci_common_1.composeRequest({
|
|
4380
4583
|
baseEndpoint: this._endpoint,
|
|
4381
4584
|
defaultHeaders: this._defaultHeaders,
|