oci-adm 2.79.0 → 2.79.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +36 -37
- package/lib/client.js +74 -187
- package/lib/client.js.map +1 -1
- package/lib/model/remediation-run-stage.js +2 -4
- package/lib/model/remediation-run-stage.js.map +1 -1
- package/lib/model/scm-configuration.js +2 -4
- package/lib/model/scm-configuration.js.map +1 -1
- package/lib/model/usage-data-details.js +2 -4
- package/lib/model/usage-data-details.js.map +1 -1
- package/lib/model/verify-configuration.js +2 -4
- package/lib/model/verify-configuration.js.map +1 -1
- package/lib/model/vulnerability-audit-source.js +2 -4
- package/lib/model/vulnerability-audit-source.js.map +1 -1
- package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
- package/lib/request/cancel-remediation-run-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
- package/lib/request/create-knowledge-base-request.d.ts +1 -1
- package/lib/request/create-remediation-recipe-request.d.ts +1 -1
- package/lib/request/create-remediation-run-request.d.ts +1 -1
- package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
- package/lib/request/delete-knowledge-base-request.d.ts +1 -1
- package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
- package/lib/request/delete-remediation-run-request.d.ts +1 -1
- package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-knowledge-base-request.d.ts +1 -1
- package/lib/request/get-remediation-recipe-request.d.ts +1 -1
- package/lib/request/get-remediation-run-request.d.ts +1 -1
- package/lib/request/get-stage-request.d.ts +1 -1
- package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-application-dependency-recommendations-request.d.ts +1 -1
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +1 -1
- package/lib/request/list-remediation-recipes-request.d.ts +1 -1
- package/lib/request/list-remediation-runs-request.d.ts +1 -1
- package/lib/request/list-stages-request.d.ts +1 -1
- package/lib/request/list-vulnerability-audits-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-knowledge-base-request.d.ts +1 -1
- package/lib/request/update-remediation-recipe-request.d.ts +1 -1
- package/lib/request/update-remediation-run-request.d.ts +1 -1
- package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -116,11 +116,7 @@ class ApplicationDependencyManagementClient {
|
|
|
116
116
|
set endpoint(endpoint) {
|
|
117
117
|
this._endpoint = endpoint;
|
|
118
118
|
this._endpoint = this._endpoint + "/20220421";
|
|
119
|
-
|
|
120
|
-
this.logger.info(`ApplicationDependencyManagementClient endpoint set to ${this._endpoint}`);
|
|
121
|
-
}
|
|
122
|
-
get logger() {
|
|
123
|
-
return common.LOG.logger;
|
|
119
|
+
oci_common_1.logger.info(`ApplicationDependencyManagementClient endpoint set to ${this._endpoint}`);
|
|
124
120
|
}
|
|
125
121
|
/**
|
|
126
122
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -129,8 +125,7 @@ class ApplicationDependencyManagementClient {
|
|
|
129
125
|
*/
|
|
130
126
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
131
127
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
132
|
-
|
|
133
|
-
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
128
|
+
oci_common_1.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
134
129
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
135
130
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(ApplicationDependencyManagementClient.serviceEndpointTemplate, this._region, ApplicationDependencyManagementClient.endpointServiceName);
|
|
136
131
|
}
|
|
@@ -196,12 +191,11 @@ class ApplicationDependencyManagementClient {
|
|
|
196
191
|
* @param ActivateRemediationRecipeRequest
|
|
197
192
|
* @return ActivateRemediationRecipeResponse
|
|
198
193
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
|
|
200
195
|
*/
|
|
201
196
|
activateRemediationRecipe(activateRemediationRecipeRequest) {
|
|
202
197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
203
|
-
|
|
204
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#activateRemediationRecipe.");
|
|
198
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#activateRemediationRecipe.");
|
|
205
199
|
const operationName = "activateRemediationRecipe";
|
|
206
200
|
const apiReferenceLink = "";
|
|
207
201
|
const pathParams = {
|
|
@@ -215,8 +209,6 @@ class ApplicationDependencyManagementClient {
|
|
|
215
209
|
};
|
|
216
210
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
217
211
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, activateRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
218
|
-
if (this.logger)
|
|
219
|
-
retrier.logger = this.logger;
|
|
220
212
|
const request = yield oci_common_1.composeRequest({
|
|
221
213
|
baseEndpoint: this._endpoint,
|
|
222
214
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -256,12 +248,11 @@ class ApplicationDependencyManagementClient {
|
|
|
256
248
|
* @param CancelRemediationRunRequest
|
|
257
249
|
* @return CancelRemediationRunResponse
|
|
258
250
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
|
|
260
252
|
*/
|
|
261
253
|
cancelRemediationRun(cancelRemediationRunRequest) {
|
|
262
254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
263
|
-
|
|
264
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#cancelRemediationRun.");
|
|
255
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#cancelRemediationRun.");
|
|
265
256
|
const operationName = "cancelRemediationRun";
|
|
266
257
|
const apiReferenceLink = "";
|
|
267
258
|
const pathParams = {
|
|
@@ -276,8 +267,6 @@ class ApplicationDependencyManagementClient {
|
|
|
276
267
|
};
|
|
277
268
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
278
269
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelRemediationRunRequest.retryConfiguration, specRetryConfiguration);
|
|
279
|
-
if (this.logger)
|
|
280
|
-
retrier.logger = this.logger;
|
|
281
270
|
const request = yield oci_common_1.composeRequest({
|
|
282
271
|
baseEndpoint: this._endpoint,
|
|
283
272
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -321,12 +310,11 @@ class ApplicationDependencyManagementClient {
|
|
|
321
310
|
* @param CancelWorkRequestRequest
|
|
322
311
|
* @return CancelWorkRequestResponse
|
|
323
312
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
325
314
|
*/
|
|
326
315
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
327
316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
328
|
-
|
|
329
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#cancelWorkRequest.");
|
|
317
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#cancelWorkRequest.");
|
|
330
318
|
const operationName = "cancelWorkRequest";
|
|
331
319
|
const apiReferenceLink = "";
|
|
332
320
|
const pathParams = {
|
|
@@ -340,8 +328,6 @@ class ApplicationDependencyManagementClient {
|
|
|
340
328
|
};
|
|
341
329
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
342
330
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
343
|
-
if (this.logger)
|
|
344
|
-
retrier.logger = this.logger;
|
|
345
331
|
const request = yield oci_common_1.composeRequest({
|
|
346
332
|
baseEndpoint: this._endpoint,
|
|
347
333
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -376,12 +362,11 @@ class ApplicationDependencyManagementClient {
|
|
|
376
362
|
* @param ChangeKnowledgeBaseCompartmentRequest
|
|
377
363
|
* @return ChangeKnowledgeBaseCompartmentResponse
|
|
378
364
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
|
|
380
366
|
*/
|
|
381
367
|
changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
|
|
382
368
|
return __awaiter(this, void 0, void 0, function* () {
|
|
383
|
-
|
|
384
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#changeKnowledgeBaseCompartment.");
|
|
369
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#changeKnowledgeBaseCompartment.");
|
|
385
370
|
const operationName = "changeKnowledgeBaseCompartment";
|
|
386
371
|
const apiReferenceLink = "";
|
|
387
372
|
const pathParams = {
|
|
@@ -396,8 +381,6 @@ class ApplicationDependencyManagementClient {
|
|
|
396
381
|
};
|
|
397
382
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
398
383
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeKnowledgeBaseCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
399
|
-
if (this.logger)
|
|
400
|
-
retrier.logger = this.logger;
|
|
401
384
|
const request = yield oci_common_1.composeRequest({
|
|
402
385
|
baseEndpoint: this._endpoint,
|
|
403
386
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -438,12 +421,11 @@ class ApplicationDependencyManagementClient {
|
|
|
438
421
|
* @param ChangeRemediationRecipeCompartmentRequest
|
|
439
422
|
* @return ChangeRemediationRecipeCompartmentResponse
|
|
440
423
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
|
|
442
425
|
*/
|
|
443
426
|
changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
|
|
444
427
|
return __awaiter(this, void 0, void 0, function* () {
|
|
445
|
-
|
|
446
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#changeRemediationRecipeCompartment.");
|
|
428
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#changeRemediationRecipeCompartment.");
|
|
447
429
|
const operationName = "changeRemediationRecipeCompartment";
|
|
448
430
|
const apiReferenceLink = "";
|
|
449
431
|
const pathParams = {
|
|
@@ -458,8 +440,6 @@ class ApplicationDependencyManagementClient {
|
|
|
458
440
|
};
|
|
459
441
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
460
442
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeRemediationRecipeCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
461
|
-
if (this.logger)
|
|
462
|
-
retrier.logger = this.logger;
|
|
463
443
|
const request = yield oci_common_1.composeRequest({
|
|
464
444
|
baseEndpoint: this._endpoint,
|
|
465
445
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -500,12 +480,11 @@ class ApplicationDependencyManagementClient {
|
|
|
500
480
|
* @param ChangeRemediationRunCompartmentRequest
|
|
501
481
|
* @return ChangeRemediationRunCompartmentResponse
|
|
502
482
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
|
|
504
484
|
*/
|
|
505
485
|
changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
|
|
506
486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
507
|
-
|
|
508
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#changeRemediationRunCompartment.");
|
|
487
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#changeRemediationRunCompartment.");
|
|
509
488
|
const operationName = "changeRemediationRunCompartment";
|
|
510
489
|
const apiReferenceLink = "";
|
|
511
490
|
const pathParams = {
|
|
@@ -520,8 +499,6 @@ class ApplicationDependencyManagementClient {
|
|
|
520
499
|
};
|
|
521
500
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
522
501
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeRemediationRunCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
523
|
-
if (this.logger)
|
|
524
|
-
retrier.logger = this.logger;
|
|
525
502
|
const request = yield oci_common_1.composeRequest({
|
|
526
503
|
baseEndpoint: this._endpoint,
|
|
527
504
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -557,12 +534,11 @@ class ApplicationDependencyManagementClient {
|
|
|
557
534
|
* @param ChangeVulnerabilityAuditCompartmentRequest
|
|
558
535
|
* @return ChangeVulnerabilityAuditCompartmentResponse
|
|
559
536
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
|
|
561
538
|
*/
|
|
562
539
|
changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
|
|
563
540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
564
|
-
|
|
565
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#changeVulnerabilityAuditCompartment.");
|
|
541
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#changeVulnerabilityAuditCompartment.");
|
|
566
542
|
const operationName = "changeVulnerabilityAuditCompartment";
|
|
567
543
|
const apiReferenceLink = "";
|
|
568
544
|
const pathParams = {
|
|
@@ -577,8 +553,6 @@ class ApplicationDependencyManagementClient {
|
|
|
577
553
|
};
|
|
578
554
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
579
555
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeVulnerabilityAuditCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
580
|
-
if (this.logger)
|
|
581
|
-
retrier.logger = this.logger;
|
|
582
556
|
const request = yield oci_common_1.composeRequest({
|
|
583
557
|
baseEndpoint: this._endpoint,
|
|
584
558
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -614,12 +588,11 @@ class ApplicationDependencyManagementClient {
|
|
|
614
588
|
* @param CreateKnowledgeBaseRequest
|
|
615
589
|
* @return CreateKnowledgeBaseResponse
|
|
616
590
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
591
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
|
|
618
592
|
*/
|
|
619
593
|
createKnowledgeBase(createKnowledgeBaseRequest) {
|
|
620
594
|
return __awaiter(this, void 0, void 0, function* () {
|
|
621
|
-
|
|
622
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#createKnowledgeBase.");
|
|
595
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#createKnowledgeBase.");
|
|
623
596
|
const operationName = "createKnowledgeBase";
|
|
624
597
|
const apiReferenceLink = "";
|
|
625
598
|
const pathParams = {};
|
|
@@ -631,8 +604,6 @@ class ApplicationDependencyManagementClient {
|
|
|
631
604
|
};
|
|
632
605
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
633
606
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createKnowledgeBaseRequest.retryConfiguration, specRetryConfiguration);
|
|
634
|
-
if (this.logger)
|
|
635
|
-
retrier.logger = this.logger;
|
|
636
607
|
const request = yield oci_common_1.composeRequest({
|
|
637
608
|
baseEndpoint: this._endpoint,
|
|
638
609
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -673,12 +644,11 @@ class ApplicationDependencyManagementClient {
|
|
|
673
644
|
* @param CreateRemediationRecipeRequest
|
|
674
645
|
* @return CreateRemediationRecipeResponse
|
|
675
646
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
|
|
677
648
|
*/
|
|
678
649
|
createRemediationRecipe(createRemediationRecipeRequest) {
|
|
679
650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
680
|
-
|
|
681
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#createRemediationRecipe.");
|
|
651
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#createRemediationRecipe.");
|
|
682
652
|
const operationName = "createRemediationRecipe";
|
|
683
653
|
const apiReferenceLink = "";
|
|
684
654
|
const pathParams = {};
|
|
@@ -690,8 +660,6 @@ class ApplicationDependencyManagementClient {
|
|
|
690
660
|
};
|
|
691
661
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
692
662
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
693
|
-
if (this.logger)
|
|
694
|
-
retrier.logger = this.logger;
|
|
695
663
|
const request = yield oci_common_1.composeRequest({
|
|
696
664
|
baseEndpoint: this._endpoint,
|
|
697
665
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -732,12 +700,11 @@ class ApplicationDependencyManagementClient {
|
|
|
732
700
|
* @param CreateRemediationRunRequest
|
|
733
701
|
* @return CreateRemediationRunResponse
|
|
734
702
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
|
|
736
704
|
*/
|
|
737
705
|
createRemediationRun(createRemediationRunRequest) {
|
|
738
706
|
return __awaiter(this, void 0, void 0, function* () {
|
|
739
|
-
|
|
740
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#createRemediationRun.");
|
|
707
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#createRemediationRun.");
|
|
741
708
|
const operationName = "createRemediationRun";
|
|
742
709
|
const apiReferenceLink = "";
|
|
743
710
|
const pathParams = {};
|
|
@@ -749,8 +716,6 @@ class ApplicationDependencyManagementClient {
|
|
|
749
716
|
};
|
|
750
717
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
751
718
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createRemediationRunRequest.retryConfiguration, specRetryConfiguration);
|
|
752
|
-
if (this.logger)
|
|
753
|
-
retrier.logger = this.logger;
|
|
754
719
|
const request = yield oci_common_1.composeRequest({
|
|
755
720
|
baseEndpoint: this._endpoint,
|
|
756
721
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -795,12 +760,11 @@ class ApplicationDependencyManagementClient {
|
|
|
795
760
|
* @param CreateVulnerabilityAuditRequest
|
|
796
761
|
* @return CreateVulnerabilityAuditResponse
|
|
797
762
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
|
|
799
764
|
*/
|
|
800
765
|
createVulnerabilityAudit(createVulnerabilityAuditRequest) {
|
|
801
766
|
return __awaiter(this, void 0, void 0, function* () {
|
|
802
|
-
|
|
803
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#createVulnerabilityAudit.");
|
|
767
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#createVulnerabilityAudit.");
|
|
804
768
|
const operationName = "createVulnerabilityAudit";
|
|
805
769
|
const apiReferenceLink = "";
|
|
806
770
|
const pathParams = {};
|
|
@@ -813,8 +777,6 @@ class ApplicationDependencyManagementClient {
|
|
|
813
777
|
};
|
|
814
778
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
815
779
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createVulnerabilityAuditRequest.retryConfiguration, specRetryConfiguration);
|
|
816
|
-
if (this.logger)
|
|
817
|
-
retrier.logger = this.logger;
|
|
818
780
|
const request = yield oci_common_1.composeRequest({
|
|
819
781
|
baseEndpoint: this._endpoint,
|
|
820
782
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -859,12 +821,11 @@ class ApplicationDependencyManagementClient {
|
|
|
859
821
|
* @param DeactivateRemediationRecipeRequest
|
|
860
822
|
* @return DeactivateRemediationRecipeResponse
|
|
861
823
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
|
|
863
825
|
*/
|
|
864
826
|
deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
|
|
865
827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
866
|
-
|
|
867
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#deactivateRemediationRecipe.");
|
|
828
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#deactivateRemediationRecipe.");
|
|
868
829
|
const operationName = "deactivateRemediationRecipe";
|
|
869
830
|
const apiReferenceLink = "";
|
|
870
831
|
const pathParams = {
|
|
@@ -878,8 +839,6 @@ class ApplicationDependencyManagementClient {
|
|
|
878
839
|
};
|
|
879
840
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
880
841
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deactivateRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
881
|
-
if (this.logger)
|
|
882
|
-
retrier.logger = this.logger;
|
|
883
842
|
const request = yield oci_common_1.composeRequest({
|
|
884
843
|
baseEndpoint: this._endpoint,
|
|
885
844
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -919,12 +878,11 @@ class ApplicationDependencyManagementClient {
|
|
|
919
878
|
* @param DeleteKnowledgeBaseRequest
|
|
920
879
|
* @return DeleteKnowledgeBaseResponse
|
|
921
880
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
881
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
|
|
923
882
|
*/
|
|
924
883
|
deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
|
|
925
884
|
return __awaiter(this, void 0, void 0, function* () {
|
|
926
|
-
|
|
927
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteKnowledgeBase.");
|
|
885
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteKnowledgeBase.");
|
|
928
886
|
const operationName = "deleteKnowledgeBase";
|
|
929
887
|
const apiReferenceLink = "";
|
|
930
888
|
const pathParams = {
|
|
@@ -938,8 +896,6 @@ class ApplicationDependencyManagementClient {
|
|
|
938
896
|
};
|
|
939
897
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
940
898
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteKnowledgeBaseRequest.retryConfiguration, specRetryConfiguration);
|
|
941
|
-
if (this.logger)
|
|
942
|
-
retrier.logger = this.logger;
|
|
943
899
|
const request = yield oci_common_1.composeRequest({
|
|
944
900
|
baseEndpoint: this._endpoint,
|
|
945
901
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -979,12 +935,11 @@ class ApplicationDependencyManagementClient {
|
|
|
979
935
|
* @param DeleteRemediationRecipeRequest
|
|
980
936
|
* @return DeleteRemediationRecipeResponse
|
|
981
937
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
|
|
983
939
|
*/
|
|
984
940
|
deleteRemediationRecipe(deleteRemediationRecipeRequest) {
|
|
985
941
|
return __awaiter(this, void 0, void 0, function* () {
|
|
986
|
-
|
|
987
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteRemediationRecipe.");
|
|
942
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteRemediationRecipe.");
|
|
988
943
|
const operationName = "deleteRemediationRecipe";
|
|
989
944
|
const apiReferenceLink = "";
|
|
990
945
|
const pathParams = {
|
|
@@ -998,8 +953,6 @@ class ApplicationDependencyManagementClient {
|
|
|
998
953
|
};
|
|
999
954
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1000
955
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
1001
|
-
if (this.logger)
|
|
1002
|
-
retrier.logger = this.logger;
|
|
1003
956
|
const request = yield oci_common_1.composeRequest({
|
|
1004
957
|
baseEndpoint: this._endpoint,
|
|
1005
958
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1039,12 +992,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1039
992
|
* @param DeleteRemediationRunRequest
|
|
1040
993
|
* @return DeleteRemediationRunResponse
|
|
1041
994
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
995
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
|
|
1043
996
|
*/
|
|
1044
997
|
deleteRemediationRun(deleteRemediationRunRequest) {
|
|
1045
998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1046
|
-
|
|
1047
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteRemediationRun.");
|
|
999
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteRemediationRun.");
|
|
1048
1000
|
const operationName = "deleteRemediationRun";
|
|
1049
1001
|
const apiReferenceLink = "";
|
|
1050
1002
|
const pathParams = {
|
|
@@ -1058,8 +1010,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1058
1010
|
};
|
|
1059
1011
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1060
1012
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteRemediationRunRequest.retryConfiguration, specRetryConfiguration);
|
|
1061
|
-
if (this.logger)
|
|
1062
|
-
retrier.logger = this.logger;
|
|
1063
1013
|
const request = yield oci_common_1.composeRequest({
|
|
1064
1014
|
baseEndpoint: this._endpoint,
|
|
1065
1015
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1094,12 +1044,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1094
1044
|
* @param DeleteVulnerabilityAuditRequest
|
|
1095
1045
|
* @return DeleteVulnerabilityAuditResponse
|
|
1096
1046
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1047
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
|
|
1098
1048
|
*/
|
|
1099
1049
|
deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
|
|
1100
1050
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1101
|
-
|
|
1102
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteVulnerabilityAudit.");
|
|
1051
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#deleteVulnerabilityAudit.");
|
|
1103
1052
|
const operationName = "deleteVulnerabilityAudit";
|
|
1104
1053
|
const apiReferenceLink = "";
|
|
1105
1054
|
const pathParams = {
|
|
@@ -1113,8 +1062,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1113
1062
|
};
|
|
1114
1063
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1115
1064
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteVulnerabilityAuditRequest.retryConfiguration, specRetryConfiguration);
|
|
1116
|
-
if (this.logger)
|
|
1117
|
-
retrier.logger = this.logger;
|
|
1118
1065
|
const request = yield oci_common_1.composeRequest({
|
|
1119
1066
|
baseEndpoint: this._endpoint,
|
|
1120
1067
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1149,12 +1096,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1149
1096
|
* @param GetKnowledgeBaseRequest
|
|
1150
1097
|
* @return GetKnowledgeBaseResponse
|
|
1151
1098
|
* @throws OciError when an error occurs
|
|
1152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
|
|
1153
1100
|
*/
|
|
1154
1101
|
getKnowledgeBase(getKnowledgeBaseRequest) {
|
|
1155
1102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1156
|
-
|
|
1157
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getKnowledgeBase.");
|
|
1103
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getKnowledgeBase.");
|
|
1158
1104
|
const operationName = "getKnowledgeBase";
|
|
1159
1105
|
const apiReferenceLink = "";
|
|
1160
1106
|
const pathParams = {
|
|
@@ -1167,8 +1113,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1167
1113
|
};
|
|
1168
1114
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1169
1115
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getKnowledgeBaseRequest.retryConfiguration, specRetryConfiguration);
|
|
1170
|
-
if (this.logger)
|
|
1171
|
-
retrier.logger = this.logger;
|
|
1172
1116
|
const request = yield oci_common_1.composeRequest({
|
|
1173
1117
|
baseEndpoint: this._endpoint,
|
|
1174
1118
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1212,12 +1156,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1212
1156
|
* @param GetRemediationRecipeRequest
|
|
1213
1157
|
* @return GetRemediationRecipeResponse
|
|
1214
1158
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
|
|
1216
1160
|
*/
|
|
1217
1161
|
getRemediationRecipe(getRemediationRecipeRequest) {
|
|
1218
1162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1219
|
-
|
|
1220
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getRemediationRecipe.");
|
|
1163
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getRemediationRecipe.");
|
|
1221
1164
|
const operationName = "getRemediationRecipe";
|
|
1222
1165
|
const apiReferenceLink = "";
|
|
1223
1166
|
const pathParams = {
|
|
@@ -1230,8 +1173,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1230
1173
|
};
|
|
1231
1174
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1232
1175
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
1233
|
-
if (this.logger)
|
|
1234
|
-
retrier.logger = this.logger;
|
|
1235
1176
|
const request = yield oci_common_1.composeRequest({
|
|
1236
1177
|
baseEndpoint: this._endpoint,
|
|
1237
1178
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1275,12 +1216,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1275
1216
|
* @param GetRemediationRunRequest
|
|
1276
1217
|
* @return GetRemediationRunResponse
|
|
1277
1218
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
|
|
1279
1220
|
*/
|
|
1280
1221
|
getRemediationRun(getRemediationRunRequest) {
|
|
1281
1222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1282
|
-
|
|
1283
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getRemediationRun.");
|
|
1223
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getRemediationRun.");
|
|
1284
1224
|
const operationName = "getRemediationRun";
|
|
1285
1225
|
const apiReferenceLink = "";
|
|
1286
1226
|
const pathParams = {
|
|
@@ -1293,8 +1233,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1293
1233
|
};
|
|
1294
1234
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1295
1235
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRemediationRunRequest.retryConfiguration, specRetryConfiguration);
|
|
1296
|
-
if (this.logger)
|
|
1297
|
-
retrier.logger = this.logger;
|
|
1298
1236
|
const request = yield oci_common_1.composeRequest({
|
|
1299
1237
|
baseEndpoint: this._endpoint,
|
|
1300
1238
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1338,12 +1276,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1338
1276
|
* @param GetStageRequest
|
|
1339
1277
|
* @return GetStageResponse
|
|
1340
1278
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetStage.ts.html |here} to see how to use GetStage API.
|
|
1342
1280
|
*/
|
|
1343
1281
|
getStage(getStageRequest) {
|
|
1344
1282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1345
|
-
|
|
1346
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getStage.");
|
|
1283
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getStage.");
|
|
1347
1284
|
const operationName = "getStage";
|
|
1348
1285
|
const apiReferenceLink = "";
|
|
1349
1286
|
const pathParams = {
|
|
@@ -1357,8 +1294,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1357
1294
|
};
|
|
1358
1295
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1359
1296
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getStageRequest.retryConfiguration, specRetryConfiguration);
|
|
1360
|
-
if (this.logger)
|
|
1361
|
-
retrier.logger = this.logger;
|
|
1362
1297
|
const request = yield oci_common_1.composeRequest({
|
|
1363
1298
|
baseEndpoint: this._endpoint,
|
|
1364
1299
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1397,12 +1332,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1397
1332
|
* @param GetVulnerabilityAuditRequest
|
|
1398
1333
|
* @return GetVulnerabilityAuditResponse
|
|
1399
1334
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
|
|
1401
1336
|
*/
|
|
1402
1337
|
getVulnerabilityAudit(getVulnerabilityAuditRequest) {
|
|
1403
1338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1404
|
-
|
|
1405
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getVulnerabilityAudit.");
|
|
1339
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getVulnerabilityAudit.");
|
|
1406
1340
|
const operationName = "getVulnerabilityAudit";
|
|
1407
1341
|
const apiReferenceLink = "";
|
|
1408
1342
|
const pathParams = {
|
|
@@ -1415,8 +1349,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1415
1349
|
};
|
|
1416
1350
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1417
1351
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getVulnerabilityAuditRequest.retryConfiguration, specRetryConfiguration);
|
|
1418
|
-
if (this.logger)
|
|
1419
|
-
retrier.logger = this.logger;
|
|
1420
1352
|
const request = yield oci_common_1.composeRequest({
|
|
1421
1353
|
baseEndpoint: this._endpoint,
|
|
1422
1354
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1460,12 +1392,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1460
1392
|
* @param GetWorkRequestRequest
|
|
1461
1393
|
* @return GetWorkRequestResponse
|
|
1462
1394
|
* @throws OciError when an error occurs
|
|
1463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1464
1396
|
*/
|
|
1465
1397
|
getWorkRequest(getWorkRequestRequest) {
|
|
1466
1398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1467
|
-
|
|
1468
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#getWorkRequest.");
|
|
1399
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#getWorkRequest.");
|
|
1469
1400
|
const operationName = "getWorkRequest";
|
|
1470
1401
|
const apiReferenceLink = "";
|
|
1471
1402
|
const pathParams = {
|
|
@@ -1478,8 +1409,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1478
1409
|
};
|
|
1479
1410
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1480
1411
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
1481
|
-
if (this.logger)
|
|
1482
|
-
retrier.logger = this.logger;
|
|
1483
1412
|
const request = yield oci_common_1.composeRequest({
|
|
1484
1413
|
baseEndpoint: this._endpoint,
|
|
1485
1414
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1528,12 +1457,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1528
1457
|
* @param ListApplicationDependencyRecommendationsRequest
|
|
1529
1458
|
* @return ListApplicationDependencyRecommendationsResponse
|
|
1530
1459
|
* @throws OciError when an error occurs
|
|
1531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
|
|
1532
1461
|
*/
|
|
1533
1462
|
listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
|
|
1534
1463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1535
|
-
|
|
1536
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listApplicationDependencyRecommendations.");
|
|
1464
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listApplicationDependencyRecommendations.");
|
|
1537
1465
|
const operationName = "listApplicationDependencyRecommendations";
|
|
1538
1466
|
const apiReferenceLink = "";
|
|
1539
1467
|
const pathParams = {
|
|
@@ -1553,8 +1481,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1553
1481
|
};
|
|
1554
1482
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1555
1483
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationDependencyRecommendationsRequest.retryConfiguration, specRetryConfiguration);
|
|
1556
|
-
if (this.logger)
|
|
1557
|
-
retrier.logger = this.logger;
|
|
1558
1484
|
const request = yield oci_common_1.composeRequest({
|
|
1559
1485
|
baseEndpoint: this._endpoint,
|
|
1560
1486
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1598,12 +1524,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1598
1524
|
* @param ListApplicationDependencyVulnerabilitiesRequest
|
|
1599
1525
|
* @return ListApplicationDependencyVulnerabilitiesResponse
|
|
1600
1526
|
* @throws OciError when an error occurs
|
|
1601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
|
|
1602
1528
|
*/
|
|
1603
1529
|
listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
|
|
1604
1530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1605
|
-
|
|
1606
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listApplicationDependencyVulnerabilities.");
|
|
1531
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listApplicationDependencyVulnerabilities.");
|
|
1607
1532
|
const operationName = "listApplicationDependencyVulnerabilities";
|
|
1608
1533
|
const apiReferenceLink = "";
|
|
1609
1534
|
const pathParams = {
|
|
@@ -1629,8 +1554,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1629
1554
|
};
|
|
1630
1555
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1631
1556
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationDependencyVulnerabilitiesRequest.retryConfiguration, specRetryConfiguration);
|
|
1632
|
-
if (this.logger)
|
|
1633
|
-
retrier.logger = this.logger;
|
|
1634
1557
|
const request = yield oci_common_1.composeRequest({
|
|
1635
1558
|
baseEndpoint: this._endpoint,
|
|
1636
1559
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1676,12 +1599,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1676
1599
|
* @param ListKnowledgeBasesRequest
|
|
1677
1600
|
* @return ListKnowledgeBasesResponse
|
|
1678
1601
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
|
|
1680
1603
|
*/
|
|
1681
1604
|
listKnowledgeBases(listKnowledgeBasesRequest) {
|
|
1682
1605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1683
|
-
|
|
1684
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listKnowledgeBases.");
|
|
1606
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listKnowledgeBases.");
|
|
1685
1607
|
const operationName = "listKnowledgeBases";
|
|
1686
1608
|
const apiReferenceLink = "";
|
|
1687
1609
|
const pathParams = {};
|
|
@@ -1701,8 +1623,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1701
1623
|
};
|
|
1702
1624
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1703
1625
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listKnowledgeBasesRequest.retryConfiguration, specRetryConfiguration);
|
|
1704
|
-
if (this.logger)
|
|
1705
|
-
retrier.logger = this.logger;
|
|
1706
1626
|
const request = yield oci_common_1.composeRequest({
|
|
1707
1627
|
baseEndpoint: this._endpoint,
|
|
1708
1628
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1748,12 +1668,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1748
1668
|
* @param ListRemediationRecipesRequest
|
|
1749
1669
|
* @return ListRemediationRecipesResponse
|
|
1750
1670
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
|
|
1752
1672
|
*/
|
|
1753
1673
|
listRemediationRecipes(listRemediationRecipesRequest) {
|
|
1754
1674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1755
|
-
|
|
1756
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listRemediationRecipes.");
|
|
1675
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listRemediationRecipes.");
|
|
1757
1676
|
const operationName = "listRemediationRecipes";
|
|
1758
1677
|
const apiReferenceLink = "";
|
|
1759
1678
|
const pathParams = {};
|
|
@@ -1773,8 +1692,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1773
1692
|
};
|
|
1774
1693
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1775
1694
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRemediationRecipesRequest.retryConfiguration, specRetryConfiguration);
|
|
1776
|
-
if (this.logger)
|
|
1777
|
-
retrier.logger = this.logger;
|
|
1778
1695
|
const request = yield oci_common_1.composeRequest({
|
|
1779
1696
|
baseEndpoint: this._endpoint,
|
|
1780
1697
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1820,12 +1737,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1820
1737
|
* @param ListRemediationRunsRequest
|
|
1821
1738
|
* @return ListRemediationRunsResponse
|
|
1822
1739
|
* @throws OciError when an error occurs
|
|
1823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
|
|
1824
1741
|
*/
|
|
1825
1742
|
listRemediationRuns(listRemediationRunsRequest) {
|
|
1826
1743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1827
|
-
|
|
1828
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listRemediationRuns.");
|
|
1744
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listRemediationRuns.");
|
|
1829
1745
|
const operationName = "listRemediationRuns";
|
|
1830
1746
|
const apiReferenceLink = "";
|
|
1831
1747
|
const pathParams = {};
|
|
@@ -1846,8 +1762,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1846
1762
|
};
|
|
1847
1763
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1848
1764
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRemediationRunsRequest.retryConfiguration, specRetryConfiguration);
|
|
1849
|
-
if (this.logger)
|
|
1850
|
-
retrier.logger = this.logger;
|
|
1851
1765
|
const request = yield oci_common_1.composeRequest({
|
|
1852
1766
|
baseEndpoint: this._endpoint,
|
|
1853
1767
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1891,12 +1805,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1891
1805
|
* @param ListStagesRequest
|
|
1892
1806
|
* @return ListStagesResponse
|
|
1893
1807
|
* @throws OciError when an error occurs
|
|
1894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1808
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListStages.ts.html |here} to see how to use ListStages API.
|
|
1895
1809
|
*/
|
|
1896
1810
|
listStages(listStagesRequest) {
|
|
1897
1811
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1898
|
-
|
|
1899
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listStages.");
|
|
1812
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listStages.");
|
|
1900
1813
|
const operationName = "listStages";
|
|
1901
1814
|
const apiReferenceLink = "";
|
|
1902
1815
|
const pathParams = {
|
|
@@ -1916,8 +1829,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1916
1829
|
};
|
|
1917
1830
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1918
1831
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listStagesRequest.retryConfiguration, specRetryConfiguration);
|
|
1919
|
-
if (this.logger)
|
|
1920
|
-
retrier.logger = this.logger;
|
|
1921
1832
|
const request = yield oci_common_1.composeRequest({
|
|
1922
1833
|
baseEndpoint: this._endpoint,
|
|
1923
1834
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1963,12 +1874,11 @@ class ApplicationDependencyManagementClient {
|
|
|
1963
1874
|
* @param ListVulnerabilityAuditsRequest
|
|
1964
1875
|
* @return ListVulnerabilityAuditsResponse
|
|
1965
1876
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
|
|
1967
1878
|
*/
|
|
1968
1879
|
listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
|
|
1969
1880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1970
|
-
|
|
1971
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listVulnerabilityAudits.");
|
|
1881
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listVulnerabilityAudits.");
|
|
1972
1882
|
const operationName = "listVulnerabilityAudits";
|
|
1973
1883
|
const apiReferenceLink = "";
|
|
1974
1884
|
const pathParams = {};
|
|
@@ -1993,8 +1903,6 @@ class ApplicationDependencyManagementClient {
|
|
|
1993
1903
|
};
|
|
1994
1904
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1995
1905
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listVulnerabilityAuditsRequest.retryConfiguration, specRetryConfiguration);
|
|
1996
|
-
if (this.logger)
|
|
1997
|
-
retrier.logger = this.logger;
|
|
1998
1906
|
const request = yield oci_common_1.composeRequest({
|
|
1999
1907
|
baseEndpoint: this._endpoint,
|
|
2000
1908
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2039,12 +1947,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2039
1947
|
* @param ListWorkRequestErrorsRequest
|
|
2040
1948
|
* @return ListWorkRequestErrorsResponse
|
|
2041
1949
|
* @throws OciError when an error occurs
|
|
2042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1950
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2043
1951
|
*/
|
|
2044
1952
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2045
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2046
|
-
|
|
2047
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequestErrors.");
|
|
1954
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequestErrors.");
|
|
2048
1955
|
const operationName = "listWorkRequestErrors";
|
|
2049
1956
|
const apiReferenceLink = "";
|
|
2050
1957
|
const pathParams = {
|
|
@@ -2062,8 +1969,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2062
1969
|
};
|
|
2063
1970
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2064
1971
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
2065
|
-
if (this.logger)
|
|
2066
|
-
retrier.logger = this.logger;
|
|
2067
1972
|
const request = yield oci_common_1.composeRequest({
|
|
2068
1973
|
baseEndpoint: this._endpoint,
|
|
2069
1974
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2108,12 +2013,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2108
2013
|
* @param ListWorkRequestLogsRequest
|
|
2109
2014
|
* @return ListWorkRequestLogsResponse
|
|
2110
2015
|
* @throws OciError when an error occurs
|
|
2111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2112
2017
|
*/
|
|
2113
2018
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2114
2019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2115
|
-
|
|
2116
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequestLogs.");
|
|
2020
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequestLogs.");
|
|
2117
2021
|
const operationName = "listWorkRequestLogs";
|
|
2118
2022
|
const apiReferenceLink = "";
|
|
2119
2023
|
const pathParams = {
|
|
@@ -2131,8 +2035,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2131
2035
|
};
|
|
2132
2036
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2133
2037
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
2134
|
-
if (this.logger)
|
|
2135
|
-
retrier.logger = this.logger;
|
|
2136
2038
|
const request = yield oci_common_1.composeRequest({
|
|
2137
2039
|
baseEndpoint: this._endpoint,
|
|
2138
2040
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2177,12 +2079,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2177
2079
|
* @param ListWorkRequestsRequest
|
|
2178
2080
|
* @return ListWorkRequestsResponse
|
|
2179
2081
|
* @throws OciError when an error occurs
|
|
2180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2082
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2181
2083
|
*/
|
|
2182
2084
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2183
2085
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2184
|
-
|
|
2185
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequests.");
|
|
2086
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#listWorkRequests.");
|
|
2186
2087
|
const operationName = "listWorkRequests";
|
|
2187
2088
|
const apiReferenceLink = "";
|
|
2188
2089
|
const pathParams = {};
|
|
@@ -2202,8 +2103,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2202
2103
|
};
|
|
2203
2104
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2204
2105
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
2205
|
-
if (this.logger)
|
|
2206
|
-
retrier.logger = this.logger;
|
|
2207
2106
|
const request = yield oci_common_1.composeRequest({
|
|
2208
2107
|
baseEndpoint: this._endpoint,
|
|
2209
2108
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2247,12 +2146,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2247
2146
|
* @param UpdateKnowledgeBaseRequest
|
|
2248
2147
|
* @return UpdateKnowledgeBaseResponse
|
|
2249
2148
|
* @throws OciError when an error occurs
|
|
2250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
|
|
2251
2150
|
*/
|
|
2252
2151
|
updateKnowledgeBase(updateKnowledgeBaseRequest) {
|
|
2253
2152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2254
|
-
|
|
2255
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#updateKnowledgeBase.");
|
|
2153
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#updateKnowledgeBase.");
|
|
2256
2154
|
const operationName = "updateKnowledgeBase";
|
|
2257
2155
|
const apiReferenceLink = "";
|
|
2258
2156
|
const pathParams = {
|
|
@@ -2266,8 +2164,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2266
2164
|
};
|
|
2267
2165
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2268
2166
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateKnowledgeBaseRequest.retryConfiguration, specRetryConfiguration);
|
|
2269
|
-
if (this.logger)
|
|
2270
|
-
retrier.logger = this.logger;
|
|
2271
2167
|
const request = yield oci_common_1.composeRequest({
|
|
2272
2168
|
baseEndpoint: this._endpoint,
|
|
2273
2169
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2308,12 +2204,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2308
2204
|
* @param UpdateRemediationRecipeRequest
|
|
2309
2205
|
* @return UpdateRemediationRecipeResponse
|
|
2310
2206
|
* @throws OciError when an error occurs
|
|
2311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
|
|
2312
2208
|
*/
|
|
2313
2209
|
updateRemediationRecipe(updateRemediationRecipeRequest) {
|
|
2314
2210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2315
|
-
|
|
2316
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#updateRemediationRecipe.");
|
|
2211
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#updateRemediationRecipe.");
|
|
2317
2212
|
const operationName = "updateRemediationRecipe";
|
|
2318
2213
|
const apiReferenceLink = "";
|
|
2319
2214
|
const pathParams = {
|
|
@@ -2327,8 +2222,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2327
2222
|
};
|
|
2328
2223
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2329
2224
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateRemediationRecipeRequest.retryConfiguration, specRetryConfiguration);
|
|
2330
|
-
if (this.logger)
|
|
2331
|
-
retrier.logger = this.logger;
|
|
2332
2225
|
const request = yield oci_common_1.composeRequest({
|
|
2333
2226
|
baseEndpoint: this._endpoint,
|
|
2334
2227
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2369,12 +2262,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2369
2262
|
* @param UpdateRemediationRunRequest
|
|
2370
2263
|
* @return UpdateRemediationRunResponse
|
|
2371
2264
|
* @throws OciError when an error occurs
|
|
2372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
|
|
2373
2266
|
*/
|
|
2374
2267
|
updateRemediationRun(updateRemediationRunRequest) {
|
|
2375
2268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2376
|
-
|
|
2377
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#updateRemediationRun.");
|
|
2269
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#updateRemediationRun.");
|
|
2378
2270
|
const operationName = "updateRemediationRun";
|
|
2379
2271
|
const apiReferenceLink = "";
|
|
2380
2272
|
const pathParams = {
|
|
@@ -2388,8 +2280,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2388
2280
|
};
|
|
2389
2281
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2390
2282
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateRemediationRunRequest.retryConfiguration, specRetryConfiguration);
|
|
2391
|
-
if (this.logger)
|
|
2392
|
-
retrier.logger = this.logger;
|
|
2393
2283
|
const request = yield oci_common_1.composeRequest({
|
|
2394
2284
|
baseEndpoint: this._endpoint,
|
|
2395
2285
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2434,12 +2324,11 @@ class ApplicationDependencyManagementClient {
|
|
|
2434
2324
|
* @param UpdateVulnerabilityAuditRequest
|
|
2435
2325
|
* @return UpdateVulnerabilityAuditResponse
|
|
2436
2326
|
* @throws OciError when an error occurs
|
|
2437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
2327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
|
|
2438
2328
|
*/
|
|
2439
2329
|
updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
|
|
2440
2330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2441
|
-
|
|
2442
|
-
this.logger.debug("Calling operation ApplicationDependencyManagementClient#updateVulnerabilityAudit.");
|
|
2331
|
+
oci_common_1.logger.debug("Calling operation ApplicationDependencyManagementClient#updateVulnerabilityAudit.");
|
|
2443
2332
|
const operationName = "updateVulnerabilityAudit";
|
|
2444
2333
|
const apiReferenceLink = "";
|
|
2445
2334
|
const pathParams = {
|
|
@@ -2453,8 +2342,6 @@ class ApplicationDependencyManagementClient {
|
|
|
2453
2342
|
};
|
|
2454
2343
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2455
2344
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateVulnerabilityAuditRequest.retryConfiguration, specRetryConfiguration);
|
|
2456
|
-
if (this.logger)
|
|
2457
|
-
retrier.logger = this.logger;
|
|
2458
2345
|
const request = yield oci_common_1.composeRequest({
|
|
2459
2346
|
baseEndpoint: this._endpoint,
|
|
2460
2347
|
defaultHeaders: this._defaultHeaders,
|