oci-artifacts 2.78.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 +32 -33
- package/lib/client.js +66 -167
- package/lib/client.js.map +1 -1
- package/lib/model/create-repository-details.js +2 -4
- package/lib/model/create-repository-details.js.map +1 -1
- package/lib/model/repository-summary.js +2 -4
- package/lib/model/repository-summary.js.map +1 -1
- package/lib/model/repository.js +2 -4
- package/lib/model/repository.js.map +1 -1
- package/lib/model/update-repository-details.js +2 -4
- package/lib/model/update-repository-details.js.map +1 -1
- package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
- package/lib/request/change-repository-compartment-request.d.ts +1 -1
- package/lib/request/create-container-image-signature-request.d.ts +1 -1
- package/lib/request/create-container-repository-request.d.ts +1 -1
- package/lib/request/create-repository-request.d.ts +1 -1
- package/lib/request/delete-container-image-request.d.ts +1 -1
- package/lib/request/delete-container-image-signature-request.d.ts +1 -1
- package/lib/request/delete-container-repository-request.d.ts +1 -1
- package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
- package/lib/request/delete-generic-artifact-request.d.ts +1 -1
- package/lib/request/delete-repository-request.d.ts +1 -1
- package/lib/request/get-container-configuration-request.d.ts +1 -1
- package/lib/request/get-container-image-request.d.ts +1 -1
- package/lib/request/get-container-image-signature-request.d.ts +1 -1
- package/lib/request/get-container-repository-request.d.ts +1 -1
- package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
- package/lib/request/get-generic-artifact-request.d.ts +1 -1
- package/lib/request/get-repository-request.d.ts +1 -1
- package/lib/request/list-container-image-signatures-request.d.ts +1 -1
- package/lib/request/list-container-images-request.d.ts +1 -1
- package/lib/request/list-container-repositories-request.d.ts +1 -1
- package/lib/request/list-generic-artifacts-request.d.ts +1 -1
- package/lib/request/list-repositories-request.d.ts +1 -1
- package/lib/request/remove-container-version-request.d.ts +1 -1
- package/lib/request/restore-container-image-request.d.ts +1 -1
- package/lib/request/update-container-configuration-request.d.ts +1 -1
- package/lib/request/update-container-image-request.d.ts +1 -1
- package/lib/request/update-container-image-signature-request.d.ts +1 -1
- package/lib/request/update-container-repository-request.d.ts +1 -1
- package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
- package/lib/request/update-generic-artifact-request.d.ts +1 -1
- package/lib/request/update-repository-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -118,11 +118,7 @@ class ArtifactsClient {
|
|
|
118
118
|
set endpoint(endpoint) {
|
|
119
119
|
this._endpoint = endpoint;
|
|
120
120
|
this._endpoint = this._endpoint + "/20160918";
|
|
121
|
-
|
|
122
|
-
this.logger.info(`ArtifactsClient endpoint set to ${this._endpoint}`);
|
|
123
|
-
}
|
|
124
|
-
get logger() {
|
|
125
|
-
return common.LOG.logger;
|
|
121
|
+
oci_common_1.logger.info(`ArtifactsClient endpoint set to ${this._endpoint}`);
|
|
126
122
|
}
|
|
127
123
|
/**
|
|
128
124
|
* Determines whether realm specific endpoint should be used or not.
|
|
@@ -131,8 +127,7 @@ class ArtifactsClient {
|
|
|
131
127
|
*/
|
|
132
128
|
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
133
129
|
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
134
|
-
|
|
135
|
-
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
130
|
+
oci_common_1.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
136
131
|
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
137
132
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(ArtifactsClient.serviceEndpointTemplate, this._region, ArtifactsClient.endpointServiceName);
|
|
138
133
|
}
|
|
@@ -201,12 +196,11 @@ class ArtifactsClient {
|
|
|
201
196
|
* @param ChangeContainerRepositoryCompartmentRequest
|
|
202
197
|
* @return ChangeContainerRepositoryCompartmentResponse
|
|
203
198
|
* @throws OciError when an error occurs
|
|
204
|
-
* @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.79.1/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
|
|
205
200
|
*/
|
|
206
201
|
changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
|
|
207
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
208
|
-
|
|
209
|
-
this.logger.debug("Calling operation ArtifactsClient#changeContainerRepositoryCompartment.");
|
|
203
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#changeContainerRepositoryCompartment.");
|
|
210
204
|
const operationName = "changeContainerRepositoryCompartment";
|
|
211
205
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/ChangeContainerRepositoryCompartment";
|
|
212
206
|
const pathParams = {
|
|
@@ -221,8 +215,6 @@ class ArtifactsClient {
|
|
|
221
215
|
};
|
|
222
216
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
223
217
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeContainerRepositoryCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
224
|
-
if (this.logger)
|
|
225
|
-
retrier.logger = this.logger;
|
|
226
218
|
const request = yield oci_common_1.composeRequest({
|
|
227
219
|
baseEndpoint: this._endpoint,
|
|
228
220
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -261,12 +253,11 @@ class ArtifactsClient {
|
|
|
261
253
|
* @param ChangeRepositoryCompartmentRequest
|
|
262
254
|
* @return ChangeRepositoryCompartmentResponse
|
|
263
255
|
* @throws OciError when an error occurs
|
|
264
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
|
|
265
257
|
*/
|
|
266
258
|
changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
|
|
267
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
268
|
-
|
|
269
|
-
this.logger.debug("Calling operation ArtifactsClient#changeRepositoryCompartment.");
|
|
260
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#changeRepositoryCompartment.");
|
|
270
261
|
const operationName = "changeRepositoryCompartment";
|
|
271
262
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/ChangeRepositoryCompartment";
|
|
272
263
|
const pathParams = {
|
|
@@ -281,8 +272,6 @@ class ArtifactsClient {
|
|
|
281
272
|
};
|
|
282
273
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
283
274
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeRepositoryCompartmentRequest.retryConfiguration, specRetryConfiguration);
|
|
284
|
-
if (this.logger)
|
|
285
|
-
retrier.logger = this.logger;
|
|
286
275
|
const request = yield oci_common_1.composeRequest({
|
|
287
276
|
baseEndpoint: this._endpoint,
|
|
288
277
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -318,12 +307,11 @@ class ArtifactsClient {
|
|
|
318
307
|
* @param CreateContainerImageSignatureRequest
|
|
319
308
|
* @return CreateContainerImageSignatureResponse
|
|
320
309
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
|
|
322
311
|
*/
|
|
323
312
|
createContainerImageSignature(createContainerImageSignatureRequest) {
|
|
324
313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
325
|
-
|
|
326
|
-
this.logger.debug("Calling operation ArtifactsClient#createContainerImageSignature.");
|
|
314
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#createContainerImageSignature.");
|
|
327
315
|
const operationName = "createContainerImageSignature";
|
|
328
316
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSignature/CreateContainerImageSignature";
|
|
329
317
|
const pathParams = {};
|
|
@@ -336,8 +324,6 @@ class ArtifactsClient {
|
|
|
336
324
|
};
|
|
337
325
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
338
326
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createContainerImageSignatureRequest.retryConfiguration, specRetryConfiguration);
|
|
339
|
-
if (this.logger)
|
|
340
|
-
retrier.logger = this.logger;
|
|
341
327
|
const request = yield oci_common_1.composeRequest({
|
|
342
328
|
baseEndpoint: this._endpoint,
|
|
343
329
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -382,12 +368,11 @@ class ArtifactsClient {
|
|
|
382
368
|
* @param CreateContainerRepositoryRequest
|
|
383
369
|
* @return CreateContainerRepositoryResponse
|
|
384
370
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
|
|
386
372
|
*/
|
|
387
373
|
createContainerRepository(createContainerRepositoryRequest) {
|
|
388
374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
389
|
-
|
|
390
|
-
this.logger.debug("Calling operation ArtifactsClient#createContainerRepository.");
|
|
375
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#createContainerRepository.");
|
|
391
376
|
const operationName = "createContainerRepository";
|
|
392
377
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/CreateContainerRepository";
|
|
393
378
|
const pathParams = {};
|
|
@@ -399,8 +384,6 @@ class ArtifactsClient {
|
|
|
399
384
|
};
|
|
400
385
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
401
386
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createContainerRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
402
|
-
if (this.logger)
|
|
403
|
-
retrier.logger = this.logger;
|
|
404
387
|
const request = yield oci_common_1.composeRequest({
|
|
405
388
|
baseEndpoint: this._endpoint,
|
|
406
389
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -445,12 +428,11 @@ class ArtifactsClient {
|
|
|
445
428
|
* @param CreateRepositoryRequest
|
|
446
429
|
* @return CreateRepositoryResponse
|
|
447
430
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
|
|
449
432
|
*/
|
|
450
433
|
createRepository(createRepositoryRequest) {
|
|
451
434
|
return __awaiter(this, void 0, void 0, function* () {
|
|
452
|
-
|
|
453
|
-
this.logger.debug("Calling operation ArtifactsClient#createRepository.");
|
|
435
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#createRepository.");
|
|
454
436
|
const operationName = "createRepository";
|
|
455
437
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/CreateRepository";
|
|
456
438
|
const pathParams = {};
|
|
@@ -462,8 +444,6 @@ class ArtifactsClient {
|
|
|
462
444
|
};
|
|
463
445
|
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
464
446
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
465
|
-
if (this.logger)
|
|
466
|
-
retrier.logger = this.logger;
|
|
467
447
|
const request = yield oci_common_1.composeRequest({
|
|
468
448
|
baseEndpoint: this._endpoint,
|
|
469
449
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -508,12 +488,11 @@ class ArtifactsClient {
|
|
|
508
488
|
* @param DeleteContainerImageRequest
|
|
509
489
|
* @return DeleteContainerImageResponse
|
|
510
490
|
* @throws OciError when an error occurs
|
|
511
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
|
|
512
492
|
*/
|
|
513
493
|
deleteContainerImage(deleteContainerImageRequest) {
|
|
514
494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
515
|
-
|
|
516
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteContainerImage.");
|
|
495
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteContainerImage.");
|
|
517
496
|
const operationName = "deleteContainerImage";
|
|
518
497
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImage/DeleteContainerImage";
|
|
519
498
|
const pathParams = {
|
|
@@ -527,8 +506,6 @@ class ArtifactsClient {
|
|
|
527
506
|
};
|
|
528
507
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
529
508
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteContainerImageRequest.retryConfiguration, specRetryConfiguration);
|
|
530
|
-
if (this.logger)
|
|
531
|
-
retrier.logger = this.logger;
|
|
532
509
|
const request = yield oci_common_1.composeRequest({
|
|
533
510
|
baseEndpoint: this._endpoint,
|
|
534
511
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -563,12 +540,11 @@ class ArtifactsClient {
|
|
|
563
540
|
* @param DeleteContainerImageSignatureRequest
|
|
564
541
|
* @return DeleteContainerImageSignatureResponse
|
|
565
542
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
|
|
567
544
|
*/
|
|
568
545
|
deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
|
|
569
546
|
return __awaiter(this, void 0, void 0, function* () {
|
|
570
|
-
|
|
571
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteContainerImageSignature.");
|
|
547
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteContainerImageSignature.");
|
|
572
548
|
const operationName = "deleteContainerImageSignature";
|
|
573
549
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSignature/DeleteContainerImageSignature";
|
|
574
550
|
const pathParams = {
|
|
@@ -582,8 +558,6 @@ class ArtifactsClient {
|
|
|
582
558
|
};
|
|
583
559
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
584
560
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteContainerImageSignatureRequest.retryConfiguration, specRetryConfiguration);
|
|
585
|
-
if (this.logger)
|
|
586
|
-
retrier.logger = this.logger;
|
|
587
561
|
const request = yield oci_common_1.composeRequest({
|
|
588
562
|
baseEndpoint: this._endpoint,
|
|
589
563
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -618,12 +592,11 @@ class ArtifactsClient {
|
|
|
618
592
|
* @param DeleteContainerRepositoryRequest
|
|
619
593
|
* @return DeleteContainerRepositoryResponse
|
|
620
594
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
|
|
622
596
|
*/
|
|
623
597
|
deleteContainerRepository(deleteContainerRepositoryRequest) {
|
|
624
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
625
|
-
|
|
626
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteContainerRepository.");
|
|
599
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteContainerRepository.");
|
|
627
600
|
const operationName = "deleteContainerRepository";
|
|
628
601
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/DeleteContainerRepository";
|
|
629
602
|
const pathParams = {
|
|
@@ -637,8 +610,6 @@ class ArtifactsClient {
|
|
|
637
610
|
};
|
|
638
611
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
639
612
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteContainerRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
640
|
-
if (this.logger)
|
|
641
|
-
retrier.logger = this.logger;
|
|
642
613
|
const request = yield oci_common_1.composeRequest({
|
|
643
614
|
baseEndpoint: this._endpoint,
|
|
644
615
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -673,12 +644,11 @@ class ArtifactsClient {
|
|
|
673
644
|
* @param DeleteGenericArtifactRequest
|
|
674
645
|
* @return DeleteGenericArtifactResponse
|
|
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.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
|
|
677
648
|
*/
|
|
678
649
|
deleteGenericArtifact(deleteGenericArtifactRequest) {
|
|
679
650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
680
|
-
|
|
681
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteGenericArtifact.");
|
|
651
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteGenericArtifact.");
|
|
682
652
|
const operationName = "deleteGenericArtifact";
|
|
683
653
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/DeleteGenericArtifact";
|
|
684
654
|
const pathParams = {
|
|
@@ -692,8 +662,6 @@ class ArtifactsClient {
|
|
|
692
662
|
};
|
|
693
663
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
694
664
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteGenericArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
695
|
-
if (this.logger)
|
|
696
|
-
retrier.logger = this.logger;
|
|
697
665
|
const request = yield oci_common_1.composeRequest({
|
|
698
666
|
baseEndpoint: this._endpoint,
|
|
699
667
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -728,12 +696,11 @@ class ArtifactsClient {
|
|
|
728
696
|
* @param DeleteGenericArtifactByPathRequest
|
|
729
697
|
* @return DeleteGenericArtifactByPathResponse
|
|
730
698
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
|
|
732
700
|
*/
|
|
733
701
|
deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
|
|
734
702
|
return __awaiter(this, void 0, void 0, function* () {
|
|
735
|
-
|
|
736
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteGenericArtifactByPath.");
|
|
703
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteGenericArtifactByPath.");
|
|
737
704
|
const operationName = "deleteGenericArtifactByPath";
|
|
738
705
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/DeleteGenericArtifactByPath";
|
|
739
706
|
const pathParams = {
|
|
@@ -749,8 +716,6 @@ class ArtifactsClient {
|
|
|
749
716
|
};
|
|
750
717
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
751
718
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteGenericArtifactByPathRequest.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,
|
|
@@ -785,12 +750,11 @@ class ArtifactsClient {
|
|
|
785
750
|
* @param DeleteRepositoryRequest
|
|
786
751
|
* @return DeleteRepositoryResponse
|
|
787
752
|
* @throws OciError when an error occurs
|
|
788
|
-
* @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.79.1/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
|
|
789
754
|
*/
|
|
790
755
|
deleteRepository(deleteRepositoryRequest) {
|
|
791
756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
792
|
-
|
|
793
|
-
this.logger.debug("Calling operation ArtifactsClient#deleteRepository.");
|
|
757
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#deleteRepository.");
|
|
794
758
|
const operationName = "deleteRepository";
|
|
795
759
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/DeleteRepository";
|
|
796
760
|
const pathParams = {
|
|
@@ -804,8 +768,6 @@ class ArtifactsClient {
|
|
|
804
768
|
};
|
|
805
769
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
806
770
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
807
|
-
if (this.logger)
|
|
808
|
-
retrier.logger = this.logger;
|
|
809
771
|
const request = yield oci_common_1.composeRequest({
|
|
810
772
|
baseEndpoint: this._endpoint,
|
|
811
773
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -840,12 +802,11 @@ class ArtifactsClient {
|
|
|
840
802
|
* @param GetContainerConfigurationRequest
|
|
841
803
|
* @return GetContainerConfigurationResponse
|
|
842
804
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
|
|
844
806
|
*/
|
|
845
807
|
getContainerConfiguration(getContainerConfigurationRequest) {
|
|
846
808
|
return __awaiter(this, void 0, void 0, function* () {
|
|
847
|
-
|
|
848
|
-
this.logger.debug("Calling operation ArtifactsClient#getContainerConfiguration.");
|
|
809
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getContainerConfiguration.");
|
|
849
810
|
const operationName = "getContainerConfiguration";
|
|
850
811
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerConfiguration/GetContainerConfiguration";
|
|
851
812
|
const pathParams = {};
|
|
@@ -858,8 +819,6 @@ class ArtifactsClient {
|
|
|
858
819
|
};
|
|
859
820
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
860
821
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getContainerConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
861
|
-
if (this.logger)
|
|
862
|
-
retrier.logger = this.logger;
|
|
863
822
|
const request = yield oci_common_1.composeRequest({
|
|
864
823
|
baseEndpoint: this._endpoint,
|
|
865
824
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -903,12 +862,11 @@ class ArtifactsClient {
|
|
|
903
862
|
* @param GetContainerImageRequest
|
|
904
863
|
* @return GetContainerImageResponse
|
|
905
864
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
|
|
907
866
|
*/
|
|
908
867
|
getContainerImage(getContainerImageRequest) {
|
|
909
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
910
|
-
|
|
911
|
-
this.logger.debug("Calling operation ArtifactsClient#getContainerImage.");
|
|
869
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getContainerImage.");
|
|
912
870
|
const operationName = "getContainerImage";
|
|
913
871
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImage/GetContainerImage";
|
|
914
872
|
const pathParams = {
|
|
@@ -921,8 +879,6 @@ class ArtifactsClient {
|
|
|
921
879
|
};
|
|
922
880
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
923
881
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getContainerImageRequest.retryConfiguration, specRetryConfiguration);
|
|
924
|
-
if (this.logger)
|
|
925
|
-
retrier.logger = this.logger;
|
|
926
882
|
const request = yield oci_common_1.composeRequest({
|
|
927
883
|
baseEndpoint: this._endpoint,
|
|
928
884
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -966,12 +922,11 @@ class ArtifactsClient {
|
|
|
966
922
|
* @param GetContainerImageSignatureRequest
|
|
967
923
|
* @return GetContainerImageSignatureResponse
|
|
968
924
|
* @throws OciError when an error occurs
|
|
969
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
|
|
970
926
|
*/
|
|
971
927
|
getContainerImageSignature(getContainerImageSignatureRequest) {
|
|
972
928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
973
|
-
|
|
974
|
-
this.logger.debug("Calling operation ArtifactsClient#getContainerImageSignature.");
|
|
929
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getContainerImageSignature.");
|
|
975
930
|
const operationName = "getContainerImageSignature";
|
|
976
931
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSignature/GetContainerImageSignature";
|
|
977
932
|
const pathParams = {
|
|
@@ -984,8 +939,6 @@ class ArtifactsClient {
|
|
|
984
939
|
};
|
|
985
940
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
986
941
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getContainerImageSignatureRequest.retryConfiguration, specRetryConfiguration);
|
|
987
|
-
if (this.logger)
|
|
988
|
-
retrier.logger = this.logger;
|
|
989
942
|
const request = yield oci_common_1.composeRequest({
|
|
990
943
|
baseEndpoint: this._endpoint,
|
|
991
944
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1029,12 +982,11 @@ class ArtifactsClient {
|
|
|
1029
982
|
* @param GetContainerRepositoryRequest
|
|
1030
983
|
* @return GetContainerRepositoryResponse
|
|
1031
984
|
* @throws OciError when an error occurs
|
|
1032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
|
|
1033
986
|
*/
|
|
1034
987
|
getContainerRepository(getContainerRepositoryRequest) {
|
|
1035
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1036
|
-
|
|
1037
|
-
this.logger.debug("Calling operation ArtifactsClient#getContainerRepository.");
|
|
989
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getContainerRepository.");
|
|
1038
990
|
const operationName = "getContainerRepository";
|
|
1039
991
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/GetContainerRepository";
|
|
1040
992
|
const pathParams = {
|
|
@@ -1047,8 +999,6 @@ class ArtifactsClient {
|
|
|
1047
999
|
};
|
|
1048
1000
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1049
1001
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getContainerRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
1050
|
-
if (this.logger)
|
|
1051
|
-
retrier.logger = this.logger;
|
|
1052
1002
|
const request = yield oci_common_1.composeRequest({
|
|
1053
1003
|
baseEndpoint: this._endpoint,
|
|
1054
1004
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1092,12 +1042,11 @@ class ArtifactsClient {
|
|
|
1092
1042
|
* @param GetGenericArtifactRequest
|
|
1093
1043
|
* @return GetGenericArtifactResponse
|
|
1094
1044
|
* @throws OciError when an error occurs
|
|
1095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
|
|
1096
1046
|
*/
|
|
1097
1047
|
getGenericArtifact(getGenericArtifactRequest) {
|
|
1098
1048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1099
|
-
|
|
1100
|
-
this.logger.debug("Calling operation ArtifactsClient#getGenericArtifact.");
|
|
1049
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getGenericArtifact.");
|
|
1101
1050
|
const operationName = "getGenericArtifact";
|
|
1102
1051
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/GetGenericArtifact";
|
|
1103
1052
|
const pathParams = {
|
|
@@ -1110,8 +1059,6 @@ class ArtifactsClient {
|
|
|
1110
1059
|
};
|
|
1111
1060
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1112
1061
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getGenericArtifactRequest.retryConfiguration, specRetryConfiguration);
|
|
1113
|
-
if (this.logger)
|
|
1114
|
-
retrier.logger = this.logger;
|
|
1115
1062
|
const request = yield oci_common_1.composeRequest({
|
|
1116
1063
|
baseEndpoint: this._endpoint,
|
|
1117
1064
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1155,12 +1102,11 @@ class ArtifactsClient {
|
|
|
1155
1102
|
* @param GetGenericArtifactByPathRequest
|
|
1156
1103
|
* @return GetGenericArtifactByPathResponse
|
|
1157
1104
|
* @throws OciError when an error occurs
|
|
1158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
|
|
1159
1106
|
*/
|
|
1160
1107
|
getGenericArtifactByPath(getGenericArtifactByPathRequest) {
|
|
1161
1108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1162
|
-
|
|
1163
|
-
this.logger.debug("Calling operation ArtifactsClient#getGenericArtifactByPath.");
|
|
1109
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getGenericArtifactByPath.");
|
|
1164
1110
|
const operationName = "getGenericArtifactByPath";
|
|
1165
1111
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/GetGenericArtifactByPath";
|
|
1166
1112
|
const pathParams = {
|
|
@@ -1175,8 +1121,6 @@ class ArtifactsClient {
|
|
|
1175
1121
|
};
|
|
1176
1122
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1177
1123
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getGenericArtifactByPathRequest.retryConfiguration, specRetryConfiguration);
|
|
1178
|
-
if (this.logger)
|
|
1179
|
-
retrier.logger = this.logger;
|
|
1180
1124
|
const request = yield oci_common_1.composeRequest({
|
|
1181
1125
|
baseEndpoint: this._endpoint,
|
|
1182
1126
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1220,12 +1164,11 @@ class ArtifactsClient {
|
|
|
1220
1164
|
* @param GetRepositoryRequest
|
|
1221
1165
|
* @return GetRepositoryResponse
|
|
1222
1166
|
* @throws OciError when an error occurs
|
|
1223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
|
|
1224
1168
|
*/
|
|
1225
1169
|
getRepository(getRepositoryRequest) {
|
|
1226
1170
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1227
|
-
|
|
1228
|
-
this.logger.debug("Calling operation ArtifactsClient#getRepository.");
|
|
1171
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#getRepository.");
|
|
1229
1172
|
const operationName = "getRepository";
|
|
1230
1173
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/GetRepository";
|
|
1231
1174
|
const pathParams = {
|
|
@@ -1238,8 +1181,6 @@ class ArtifactsClient {
|
|
|
1238
1181
|
};
|
|
1239
1182
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1240
1183
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
1241
|
-
if (this.logger)
|
|
1242
|
-
retrier.logger = this.logger;
|
|
1243
1184
|
const request = yield oci_common_1.composeRequest({
|
|
1244
1185
|
baseEndpoint: this._endpoint,
|
|
1245
1186
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1283,12 +1224,11 @@ class ArtifactsClient {
|
|
|
1283
1224
|
* @param ListContainerImageSignaturesRequest
|
|
1284
1225
|
* @return ListContainerImageSignaturesResponse
|
|
1285
1226
|
* @throws OciError when an error occurs
|
|
1286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
|
|
1287
1228
|
*/
|
|
1288
1229
|
listContainerImageSignatures(listContainerImageSignaturesRequest) {
|
|
1289
1230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1290
|
-
|
|
1291
|
-
this.logger.debug("Calling operation ArtifactsClient#listContainerImageSignatures.");
|
|
1231
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#listContainerImageSignatures.");
|
|
1292
1232
|
const operationName = "listContainerImageSignatures";
|
|
1293
1233
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSignatureSummary/ListContainerImageSignatures";
|
|
1294
1234
|
const pathParams = {};
|
|
@@ -1314,8 +1254,6 @@ class ArtifactsClient {
|
|
|
1314
1254
|
};
|
|
1315
1255
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1316
1256
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listContainerImageSignaturesRequest.retryConfiguration, specRetryConfiguration);
|
|
1317
|
-
if (this.logger)
|
|
1318
|
-
retrier.logger = this.logger;
|
|
1319
1257
|
const request = yield oci_common_1.composeRequest({
|
|
1320
1258
|
baseEndpoint: this._endpoint,
|
|
1321
1259
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1359,12 +1297,11 @@ class ArtifactsClient {
|
|
|
1359
1297
|
* @param ListContainerImagesRequest
|
|
1360
1298
|
* @return ListContainerImagesResponse
|
|
1361
1299
|
* @throws OciError when an error occurs
|
|
1362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
|
|
1363
1301
|
*/
|
|
1364
1302
|
listContainerImages(listContainerImagesRequest) {
|
|
1365
1303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1366
|
-
|
|
1367
|
-
this.logger.debug("Calling operation ArtifactsClient#listContainerImages.");
|
|
1304
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#listContainerImages.");
|
|
1368
1305
|
const operationName = "listContainerImages";
|
|
1369
1306
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSummary/ListContainerImages";
|
|
1370
1307
|
const pathParams = {};
|
|
@@ -1389,8 +1326,6 @@ class ArtifactsClient {
|
|
|
1389
1326
|
};
|
|
1390
1327
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1391
1328
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listContainerImagesRequest.retryConfiguration, specRetryConfiguration);
|
|
1392
|
-
if (this.logger)
|
|
1393
|
-
retrier.logger = this.logger;
|
|
1394
1329
|
const request = yield oci_common_1.composeRequest({
|
|
1395
1330
|
baseEndpoint: this._endpoint,
|
|
1396
1331
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1434,12 +1369,11 @@ class ArtifactsClient {
|
|
|
1434
1369
|
* @param ListContainerRepositoriesRequest
|
|
1435
1370
|
* @return ListContainerRepositoriesResponse
|
|
1436
1371
|
* @throws OciError when an error occurs
|
|
1437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
|
|
1438
1373
|
*/
|
|
1439
1374
|
listContainerRepositories(listContainerRepositoriesRequest) {
|
|
1440
1375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1441
|
-
|
|
1442
|
-
this.logger.debug("Calling operation ArtifactsClient#listContainerRepositories.");
|
|
1376
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#listContainerRepositories.");
|
|
1443
1377
|
const operationName = "listContainerRepositories";
|
|
1444
1378
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/ListContainerRepositories";
|
|
1445
1379
|
const pathParams = {};
|
|
@@ -1461,8 +1395,6 @@ class ArtifactsClient {
|
|
|
1461
1395
|
};
|
|
1462
1396
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1463
1397
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listContainerRepositoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
1464
|
-
if (this.logger)
|
|
1465
|
-
retrier.logger = this.logger;
|
|
1466
1398
|
const request = yield oci_common_1.composeRequest({
|
|
1467
1399
|
baseEndpoint: this._endpoint,
|
|
1468
1400
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1506,12 +1438,11 @@ class ArtifactsClient {
|
|
|
1506
1438
|
* @param ListGenericArtifactsRequest
|
|
1507
1439
|
* @return ListGenericArtifactsResponse
|
|
1508
1440
|
* @throws OciError when an error occurs
|
|
1509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
|
|
1510
1442
|
*/
|
|
1511
1443
|
listGenericArtifacts(listGenericArtifactsRequest) {
|
|
1512
1444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1513
|
-
|
|
1514
|
-
this.logger.debug("Calling operation ArtifactsClient#listGenericArtifacts.");
|
|
1445
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#listGenericArtifacts.");
|
|
1515
1446
|
const operationName = "listGenericArtifacts";
|
|
1516
1447
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/ListGenericArtifacts";
|
|
1517
1448
|
const pathParams = {};
|
|
@@ -1535,8 +1466,6 @@ class ArtifactsClient {
|
|
|
1535
1466
|
};
|
|
1536
1467
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1537
1468
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listGenericArtifactsRequest.retryConfiguration, specRetryConfiguration);
|
|
1538
|
-
if (this.logger)
|
|
1539
|
-
retrier.logger = this.logger;
|
|
1540
1469
|
const request = yield oci_common_1.composeRequest({
|
|
1541
1470
|
baseEndpoint: this._endpoint,
|
|
1542
1471
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1580,12 +1509,11 @@ class ArtifactsClient {
|
|
|
1580
1509
|
* @param ListRepositoriesRequest
|
|
1581
1510
|
* @return ListRepositoriesResponse
|
|
1582
1511
|
* @throws OciError when an error occurs
|
|
1583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
|
|
1584
1513
|
*/
|
|
1585
1514
|
listRepositories(listRepositoriesRequest) {
|
|
1586
1515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1587
|
-
|
|
1588
|
-
this.logger.debug("Calling operation ArtifactsClient#listRepositories.");
|
|
1516
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#listRepositories.");
|
|
1589
1517
|
const operationName = "listRepositories";
|
|
1590
1518
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/ListRepositories";
|
|
1591
1519
|
const pathParams = {};
|
|
@@ -1606,8 +1534,6 @@ class ArtifactsClient {
|
|
|
1606
1534
|
};
|
|
1607
1535
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1608
1536
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRepositoriesRequest.retryConfiguration, specRetryConfiguration);
|
|
1609
|
-
if (this.logger)
|
|
1610
|
-
retrier.logger = this.logger;
|
|
1611
1537
|
const request = yield oci_common_1.composeRequest({
|
|
1612
1538
|
baseEndpoint: this._endpoint,
|
|
1613
1539
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1651,12 +1577,11 @@ class ArtifactsClient {
|
|
|
1651
1577
|
* @param RemoveContainerVersionRequest
|
|
1652
1578
|
* @return RemoveContainerVersionResponse
|
|
1653
1579
|
* @throws OciError when an error occurs
|
|
1654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
|
|
1655
1581
|
*/
|
|
1656
1582
|
removeContainerVersion(removeContainerVersionRequest) {
|
|
1657
1583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1658
|
-
|
|
1659
|
-
this.logger.debug("Calling operation ArtifactsClient#removeContainerVersion.");
|
|
1584
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#removeContainerVersion.");
|
|
1660
1585
|
const operationName = "removeContainerVersion";
|
|
1661
1586
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImage/RemoveContainerVersion";
|
|
1662
1587
|
const pathParams = {
|
|
@@ -1671,8 +1596,6 @@ class ArtifactsClient {
|
|
|
1671
1596
|
};
|
|
1672
1597
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1673
1598
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeContainerVersionRequest.retryConfiguration, specRetryConfiguration);
|
|
1674
|
-
if (this.logger)
|
|
1675
|
-
retrier.logger = this.logger;
|
|
1676
1599
|
const request = yield oci_common_1.composeRequest({
|
|
1677
1600
|
baseEndpoint: this._endpoint,
|
|
1678
1601
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1717,12 +1640,11 @@ class ArtifactsClient {
|
|
|
1717
1640
|
* @param RestoreContainerImageRequest
|
|
1718
1641
|
* @return RestoreContainerImageResponse
|
|
1719
1642
|
* @throws OciError when an error occurs
|
|
1720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
|
|
1721
1644
|
*/
|
|
1722
1645
|
restoreContainerImage(restoreContainerImageRequest) {
|
|
1723
1646
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1724
|
-
|
|
1725
|
-
this.logger.debug("Calling operation ArtifactsClient#restoreContainerImage.");
|
|
1647
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#restoreContainerImage.");
|
|
1726
1648
|
const operationName = "restoreContainerImage";
|
|
1727
1649
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImage/RestoreContainerImage";
|
|
1728
1650
|
const pathParams = {
|
|
@@ -1737,8 +1659,6 @@ class ArtifactsClient {
|
|
|
1737
1659
|
};
|
|
1738
1660
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1739
1661
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, restoreContainerImageRequest.retryConfiguration, specRetryConfiguration);
|
|
1740
|
-
if (this.logger)
|
|
1741
|
-
retrier.logger = this.logger;
|
|
1742
1662
|
const request = yield oci_common_1.composeRequest({
|
|
1743
1663
|
baseEndpoint: this._endpoint,
|
|
1744
1664
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1783,12 +1703,11 @@ class ArtifactsClient {
|
|
|
1783
1703
|
* @param UpdateContainerConfigurationRequest
|
|
1784
1704
|
* @return UpdateContainerConfigurationResponse
|
|
1785
1705
|
* @throws OciError when an error occurs
|
|
1786
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
|
|
1787
1707
|
*/
|
|
1788
1708
|
updateContainerConfiguration(updateContainerConfigurationRequest) {
|
|
1789
1709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1790
|
-
|
|
1791
|
-
this.logger.debug("Calling operation ArtifactsClient#updateContainerConfiguration.");
|
|
1710
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateContainerConfiguration.");
|
|
1792
1711
|
const operationName = "updateContainerConfiguration";
|
|
1793
1712
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerConfiguration/UpdateContainerConfiguration";
|
|
1794
1713
|
const pathParams = {};
|
|
@@ -1802,8 +1721,6 @@ class ArtifactsClient {
|
|
|
1802
1721
|
};
|
|
1803
1722
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1804
1723
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateContainerConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
1805
|
-
if (this.logger)
|
|
1806
|
-
retrier.logger = this.logger;
|
|
1807
1724
|
const request = yield oci_common_1.composeRequest({
|
|
1808
1725
|
baseEndpoint: this._endpoint,
|
|
1809
1726
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1848,12 +1765,11 @@ class ArtifactsClient {
|
|
|
1848
1765
|
* @param UpdateContainerImageRequest
|
|
1849
1766
|
* @return UpdateContainerImageResponse
|
|
1850
1767
|
* @throws OciError when an error occurs
|
|
1851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1768
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
|
|
1852
1769
|
*/
|
|
1853
1770
|
updateContainerImage(updateContainerImageRequest) {
|
|
1854
1771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1855
|
-
|
|
1856
|
-
this.logger.debug("Calling operation ArtifactsClient#updateContainerImage.");
|
|
1772
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateContainerImage.");
|
|
1857
1773
|
const operationName = "updateContainerImage";
|
|
1858
1774
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImage/UpdateContainerImage";
|
|
1859
1775
|
const pathParams = {
|
|
@@ -1867,8 +1783,6 @@ class ArtifactsClient {
|
|
|
1867
1783
|
};
|
|
1868
1784
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1869
1785
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateContainerImageRequest.retryConfiguration, specRetryConfiguration);
|
|
1870
|
-
if (this.logger)
|
|
1871
|
-
retrier.logger = this.logger;
|
|
1872
1786
|
const request = yield oci_common_1.composeRequest({
|
|
1873
1787
|
baseEndpoint: this._endpoint,
|
|
1874
1788
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1913,12 +1827,11 @@ class ArtifactsClient {
|
|
|
1913
1827
|
* @param UpdateContainerImageSignatureRequest
|
|
1914
1828
|
* @return UpdateContainerImageSignatureResponse
|
|
1915
1829
|
* @throws OciError when an error occurs
|
|
1916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
|
|
1917
1831
|
*/
|
|
1918
1832
|
updateContainerImageSignature(updateContainerImageSignatureRequest) {
|
|
1919
1833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1920
|
-
|
|
1921
|
-
this.logger.debug("Calling operation ArtifactsClient#updateContainerImageSignature.");
|
|
1834
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateContainerImageSignature.");
|
|
1922
1835
|
const operationName = "updateContainerImageSignature";
|
|
1923
1836
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerImageSignature/UpdateContainerImageSignature";
|
|
1924
1837
|
const pathParams = {
|
|
@@ -1932,8 +1845,6 @@ class ArtifactsClient {
|
|
|
1932
1845
|
};
|
|
1933
1846
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1934
1847
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateContainerImageSignatureRequest.retryConfiguration, specRetryConfiguration);
|
|
1935
|
-
if (this.logger)
|
|
1936
|
-
retrier.logger = this.logger;
|
|
1937
1848
|
const request = yield oci_common_1.composeRequest({
|
|
1938
1849
|
baseEndpoint: this._endpoint,
|
|
1939
1850
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -1978,12 +1889,11 @@ class ArtifactsClient {
|
|
|
1978
1889
|
* @param UpdateContainerRepositoryRequest
|
|
1979
1890
|
* @return UpdateContainerRepositoryResponse
|
|
1980
1891
|
* @throws OciError when an error occurs
|
|
1981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1892
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
|
|
1982
1893
|
*/
|
|
1983
1894
|
updateContainerRepository(updateContainerRepositoryRequest) {
|
|
1984
1895
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1985
|
-
|
|
1986
|
-
this.logger.debug("Calling operation ArtifactsClient#updateContainerRepository.");
|
|
1896
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateContainerRepository.");
|
|
1987
1897
|
const operationName = "updateContainerRepository";
|
|
1988
1898
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/ContainerRepository/UpdateContainerRepository";
|
|
1989
1899
|
const pathParams = {
|
|
@@ -1997,8 +1907,6 @@ class ArtifactsClient {
|
|
|
1997
1907
|
};
|
|
1998
1908
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1999
1909
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateContainerRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
2000
|
-
if (this.logger)
|
|
2001
|
-
retrier.logger = this.logger;
|
|
2002
1910
|
const request = yield oci_common_1.composeRequest({
|
|
2003
1911
|
baseEndpoint: this._endpoint,
|
|
2004
1912
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2043,12 +1951,11 @@ class ArtifactsClient {
|
|
|
2043
1951
|
* @param UpdateGenericArtifactRequest
|
|
2044
1952
|
* @return UpdateGenericArtifactResponse
|
|
2045
1953
|
* @throws OciError when an error occurs
|
|
2046
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
|
|
2047
1955
|
*/
|
|
2048
1956
|
updateGenericArtifact(updateGenericArtifactRequest) {
|
|
2049
1957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2050
|
-
|
|
2051
|
-
this.logger.debug("Calling operation ArtifactsClient#updateGenericArtifact.");
|
|
1958
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateGenericArtifact.");
|
|
2052
1959
|
const operationName = "updateGenericArtifact";
|
|
2053
1960
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/UpdateGenericArtifact";
|
|
2054
1961
|
const pathParams = {
|
|
@@ -2062,8 +1969,6 @@ class ArtifactsClient {
|
|
|
2062
1969
|
};
|
|
2063
1970
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2064
1971
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateGenericArtifactRequest.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 ArtifactsClient {
|
|
|
2108
2013
|
* @param UpdateGenericArtifactByPathRequest
|
|
2109
2014
|
* @return UpdateGenericArtifactByPathResponse
|
|
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.
|
|
2016
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
|
|
2112
2017
|
*/
|
|
2113
2018
|
updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
|
|
2114
2019
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2115
|
-
|
|
2116
|
-
this.logger.debug("Calling operation ArtifactsClient#updateGenericArtifactByPath.");
|
|
2020
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateGenericArtifactByPath.");
|
|
2117
2021
|
const operationName = "updateGenericArtifactByPath";
|
|
2118
2022
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/GenericArtifact/UpdateGenericArtifactByPath";
|
|
2119
2023
|
const pathParams = {
|
|
@@ -2129,8 +2033,6 @@ class ArtifactsClient {
|
|
|
2129
2033
|
};
|
|
2130
2034
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2131
2035
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateGenericArtifactByPathRequest.retryConfiguration, specRetryConfiguration);
|
|
2132
|
-
if (this.logger)
|
|
2133
|
-
retrier.logger = this.logger;
|
|
2134
2036
|
const request = yield oci_common_1.composeRequest({
|
|
2135
2037
|
baseEndpoint: this._endpoint,
|
|
2136
2038
|
defaultHeaders: this._defaultHeaders,
|
|
@@ -2175,12 +2077,11 @@ class ArtifactsClient {
|
|
|
2175
2077
|
* @param UpdateRepositoryRequest
|
|
2176
2078
|
* @return UpdateRepositoryResponse
|
|
2177
2079
|
* @throws OciError when an error occurs
|
|
2178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2080
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
|
|
2179
2081
|
*/
|
|
2180
2082
|
updateRepository(updateRepositoryRequest) {
|
|
2181
2083
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2182
|
-
|
|
2183
|
-
this.logger.debug("Calling operation ArtifactsClient#updateRepository.");
|
|
2084
|
+
oci_common_1.logger.debug("Calling operation ArtifactsClient#updateRepository.");
|
|
2184
2085
|
const operationName = "updateRepository";
|
|
2185
2086
|
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/registry/20160918/Repository/UpdateRepository";
|
|
2186
2087
|
const pathParams = {
|
|
@@ -2194,8 +2095,6 @@ class ArtifactsClient {
|
|
|
2194
2095
|
};
|
|
2195
2096
|
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2196
2097
|
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateRepositoryRequest.retryConfiguration, specRetryConfiguration);
|
|
2197
|
-
if (this.logger)
|
|
2198
|
-
retrier.logger = this.logger;
|
|
2199
2098
|
const request = yield oci_common_1.composeRequest({
|
|
2200
2099
|
baseEndpoint: this._endpoint,
|
|
2201
2100
|
defaultHeaders: this._defaultHeaders,
|