oci-artifacts 2.84.0 → 2.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/lib/client.d.ts +36 -32
  2. package/lib/client.js +38 -32
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  5. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  6. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  7. package/lib/request/create-container-repository-request.d.ts +1 -1
  8. package/lib/request/create-repository-request.d.ts +1 -1
  9. package/lib/request/delete-container-image-request.d.ts +1 -1
  10. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  11. package/lib/request/delete-container-repository-request.d.ts +1 -1
  12. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  13. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  14. package/lib/request/delete-repository-request.d.ts +1 -1
  15. package/lib/request/get-container-configuration-request.d.ts +1 -1
  16. package/lib/request/get-container-image-request.d.ts +1 -1
  17. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  18. package/lib/request/get-container-repository-request.d.ts +1 -1
  19. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  20. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  21. package/lib/request/get-repository-request.d.ts +1 -1
  22. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  23. package/lib/request/list-container-images-request.d.ts +1 -1
  24. package/lib/request/list-container-repositories-request.d.ts +1 -1
  25. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  26. package/lib/request/list-repositories-request.d.ts +1 -1
  27. package/lib/request/remove-container-version-request.d.ts +1 -1
  28. package/lib/request/restore-container-image-request.d.ts +1 -1
  29. package/lib/request/update-container-configuration-request.d.ts +1 -1
  30. package/lib/request/update-container-image-request.d.ts +1 -1
  31. package/lib/request/update-container-image-signature-request.d.ts +1 -1
  32. package/lib/request/update-container-repository-request.d.ts +1 -1
  33. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  34. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  35. package/lib/request/update-repository-request.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -87,6 +87,10 @@ export declare class ArtifactsClient {
87
87
  * Shutdown the circuit breaker used by the client when it is no longer needed
88
88
  */
89
89
  shutdownCircuitBreaker(): void;
90
+ /**
91
+ * Close the client once it is no longer needed
92
+ */
93
+ close(): void;
90
94
  /**
91
95
  * Moves a container repository into a different compartment within the same tenancy. For information about moving
92
96
  * resources between compartments, see
@@ -96,7 +100,7 @@ export declare class ArtifactsClient {
96
100
  * @param ChangeContainerRepositoryCompartmentRequest
97
101
  * @return ChangeContainerRepositoryCompartmentResponse
98
102
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
100
104
  */
101
105
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
102
106
  /**
@@ -108,7 +112,7 @@ export declare class ArtifactsClient {
108
112
  * @param ChangeRepositoryCompartmentRequest
109
113
  * @return ChangeRepositoryCompartmentResponse
110
114
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
112
116
  */
113
117
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
114
118
  /**
@@ -117,7 +121,7 @@ export declare class ArtifactsClient {
117
121
  * @param CreateContainerImageSignatureRequest
118
122
  * @return CreateContainerImageSignatureResponse
119
123
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
121
125
  */
122
126
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
123
127
  /**
@@ -126,7 +130,7 @@ export declare class ArtifactsClient {
126
130
  * @param CreateContainerRepositoryRequest
127
131
  * @return CreateContainerRepositoryResponse
128
132
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
130
134
  */
131
135
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
132
136
  /**
@@ -135,7 +139,7 @@ export declare class ArtifactsClient {
135
139
  * @param CreateRepositoryRequest
136
140
  * @return CreateRepositoryResponse
137
141
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
139
143
  */
140
144
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
141
145
  /**
@@ -144,7 +148,7 @@ export declare class ArtifactsClient {
144
148
  * @param DeleteContainerImageRequest
145
149
  * @return DeleteContainerImageResponse
146
150
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
148
152
  */
149
153
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
150
154
  /**
@@ -153,7 +157,7 @@ export declare class ArtifactsClient {
153
157
  * @param DeleteContainerImageSignatureRequest
154
158
  * @return DeleteContainerImageSignatureResponse
155
159
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
157
161
  */
158
162
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
159
163
  /**
@@ -162,7 +166,7 @@ export declare class ArtifactsClient {
162
166
  * @param DeleteContainerRepositoryRequest
163
167
  * @return DeleteContainerRepositoryResponse
164
168
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
166
170
  */
167
171
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
168
172
  /**
@@ -171,7 +175,7 @@ export declare class ArtifactsClient {
171
175
  * @param DeleteGenericArtifactRequest
172
176
  * @return DeleteGenericArtifactResponse
173
177
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
175
179
  */
176
180
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
177
181
  /**
@@ -180,7 +184,7 @@ export declare class ArtifactsClient {
180
184
  * @param DeleteGenericArtifactByPathRequest
181
185
  * @return DeleteGenericArtifactByPathResponse
182
186
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
184
188
  */
185
189
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
186
190
  /**
@@ -189,7 +193,7 @@ export declare class ArtifactsClient {
189
193
  * @param DeleteRepositoryRequest
190
194
  * @return DeleteRepositoryResponse
191
195
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
193
197
  */
194
198
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
195
199
  /**
@@ -198,7 +202,7 @@ export declare class ArtifactsClient {
198
202
  * @param GetContainerConfigurationRequest
199
203
  * @return GetContainerConfigurationResponse
200
204
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
202
206
  */
203
207
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
204
208
  /**
@@ -207,7 +211,7 @@ export declare class ArtifactsClient {
207
211
  * @param GetContainerImageRequest
208
212
  * @return GetContainerImageResponse
209
213
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
211
215
  */
212
216
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
213
217
  /**
@@ -216,7 +220,7 @@ export declare class ArtifactsClient {
216
220
  * @param GetContainerImageSignatureRequest
217
221
  * @return GetContainerImageSignatureResponse
218
222
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
220
224
  */
221
225
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
222
226
  /**
@@ -225,7 +229,7 @@ export declare class ArtifactsClient {
225
229
  * @param GetContainerRepositoryRequest
226
230
  * @return GetContainerRepositoryResponse
227
231
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
229
233
  */
230
234
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
231
235
  /**
@@ -234,7 +238,7 @@ export declare class ArtifactsClient {
234
238
  * @param GetGenericArtifactRequest
235
239
  * @return GetGenericArtifactResponse
236
240
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
238
242
  */
239
243
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
240
244
  /**
@@ -243,7 +247,7 @@ export declare class ArtifactsClient {
243
247
  * @param GetGenericArtifactByPathRequest
244
248
  * @return GetGenericArtifactByPathResponse
245
249
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
247
251
  */
248
252
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
249
253
  /**
@@ -252,7 +256,7 @@ export declare class ArtifactsClient {
252
256
  * @param GetRepositoryRequest
253
257
  * @return GetRepositoryResponse
254
258
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
256
260
  */
257
261
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
258
262
  /**
@@ -261,7 +265,7 @@ export declare class ArtifactsClient {
261
265
  * @param ListContainerImageSignaturesRequest
262
266
  * @return ListContainerImageSignaturesResponse
263
267
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
265
269
  */
266
270
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
267
271
  /**
@@ -270,7 +274,7 @@ export declare class ArtifactsClient {
270
274
  * @param ListContainerImagesRequest
271
275
  * @return ListContainerImagesResponse
272
276
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
274
278
  */
275
279
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
276
280
  /**
@@ -279,7 +283,7 @@ export declare class ArtifactsClient {
279
283
  * @param ListContainerRepositoriesRequest
280
284
  * @return ListContainerRepositoriesResponse
281
285
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
283
287
  */
284
288
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
285
289
  /**
@@ -288,7 +292,7 @@ export declare class ArtifactsClient {
288
292
  * @param ListGenericArtifactsRequest
289
293
  * @return ListGenericArtifactsResponse
290
294
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
292
296
  */
293
297
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
294
298
  /**
@@ -297,7 +301,7 @@ export declare class ArtifactsClient {
297
301
  * @param ListRepositoriesRequest
298
302
  * @return ListRepositoriesResponse
299
303
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
301
305
  */
302
306
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
303
307
  /**
@@ -306,7 +310,7 @@ export declare class ArtifactsClient {
306
310
  * @param RemoveContainerVersionRequest
307
311
  * @return RemoveContainerVersionResponse
308
312
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
310
314
  */
311
315
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
312
316
  /**
@@ -315,7 +319,7 @@ export declare class ArtifactsClient {
315
319
  * @param RestoreContainerImageRequest
316
320
  * @return RestoreContainerImageResponse
317
321
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
319
323
  */
320
324
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
321
325
  /**
@@ -324,7 +328,7 @@ export declare class ArtifactsClient {
324
328
  * @param UpdateContainerConfigurationRequest
325
329
  * @return UpdateContainerConfigurationResponse
326
330
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
328
332
  */
329
333
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
330
334
  /**
@@ -333,7 +337,7 @@ export declare class ArtifactsClient {
333
337
  * @param UpdateContainerImageRequest
334
338
  * @return UpdateContainerImageResponse
335
339
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
337
341
  */
338
342
  updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
339
343
  /**
@@ -342,7 +346,7 @@ export declare class ArtifactsClient {
342
346
  * @param UpdateContainerImageSignatureRequest
343
347
  * @return UpdateContainerImageSignatureResponse
344
348
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
346
350
  */
347
351
  updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
348
352
  /**
@@ -351,7 +355,7 @@ export declare class ArtifactsClient {
351
355
  * @param UpdateContainerRepositoryRequest
352
356
  * @return UpdateContainerRepositoryResponse
353
357
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
358
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
355
359
  */
356
360
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
357
361
  /**
@@ -360,7 +364,7 @@ export declare class ArtifactsClient {
360
364
  * @param UpdateGenericArtifactRequest
361
365
  * @return UpdateGenericArtifactResponse
362
366
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
364
368
  */
365
369
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
366
370
  /**
@@ -369,7 +373,7 @@ export declare class ArtifactsClient {
369
373
  * @param UpdateGenericArtifactByPathRequest
370
374
  * @return UpdateGenericArtifactByPathResponse
371
375
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
373
377
  */
374
378
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
375
379
  /**
@@ -378,7 +382,7 @@ export declare class ArtifactsClient {
378
382
  * @param UpdateRepositoryRequest
379
383
  * @return UpdateRepositoryResponse
380
384
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
382
386
  */
383
387
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
384
388
  }
package/lib/client.js CHANGED
@@ -192,6 +192,12 @@ class ArtifactsClient {
192
192
  this._circuitBreaker.shutdown();
193
193
  }
194
194
  }
195
+ /**
196
+ * Close the client once it is no longer needed
197
+ */
198
+ close() {
199
+ this.shutdownCircuitBreaker();
200
+ }
195
201
  /**
196
202
  * Moves a container repository into a different compartment within the same tenancy. For information about moving
197
203
  * resources between compartments, see
@@ -201,7 +207,7 @@ class ArtifactsClient {
201
207
  * @param ChangeContainerRepositoryCompartmentRequest
202
208
  * @return ChangeContainerRepositoryCompartmentResponse
203
209
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
205
211
  */
206
212
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest) {
207
213
  return __awaiter(this, void 0, void 0, function* () {
@@ -261,7 +267,7 @@ class ArtifactsClient {
261
267
  * @param ChangeRepositoryCompartmentRequest
262
268
  * @return ChangeRepositoryCompartmentResponse
263
269
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
265
271
  */
266
272
  changeRepositoryCompartment(changeRepositoryCompartmentRequest) {
267
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +324,7 @@ class ArtifactsClient {
318
324
  * @param CreateContainerImageSignatureRequest
319
325
  * @return CreateContainerImageSignatureResponse
320
326
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
322
328
  */
323
329
  createContainerImageSignature(createContainerImageSignatureRequest) {
324
330
  return __awaiter(this, void 0, void 0, function* () {
@@ -382,7 +388,7 @@ class ArtifactsClient {
382
388
  * @param CreateContainerRepositoryRequest
383
389
  * @return CreateContainerRepositoryResponse
384
390
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
386
392
  */
387
393
  createContainerRepository(createContainerRepositoryRequest) {
388
394
  return __awaiter(this, void 0, void 0, function* () {
@@ -445,7 +451,7 @@ class ArtifactsClient {
445
451
  * @param CreateRepositoryRequest
446
452
  * @return CreateRepositoryResponse
447
453
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
449
455
  */
450
456
  createRepository(createRepositoryRequest) {
451
457
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +514,7 @@ class ArtifactsClient {
508
514
  * @param DeleteContainerImageRequest
509
515
  * @return DeleteContainerImageResponse
510
516
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
512
518
  */
513
519
  deleteContainerImage(deleteContainerImageRequest) {
514
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +569,7 @@ class ArtifactsClient {
563
569
  * @param DeleteContainerImageSignatureRequest
564
570
  * @return DeleteContainerImageSignatureResponse
565
571
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
567
573
  */
568
574
  deleteContainerImageSignature(deleteContainerImageSignatureRequest) {
569
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +624,7 @@ class ArtifactsClient {
618
624
  * @param DeleteContainerRepositoryRequest
619
625
  * @return DeleteContainerRepositoryResponse
620
626
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
622
628
  */
623
629
  deleteContainerRepository(deleteContainerRepositoryRequest) {
624
630
  return __awaiter(this, void 0, void 0, function* () {
@@ -673,7 +679,7 @@ class ArtifactsClient {
673
679
  * @param DeleteGenericArtifactRequest
674
680
  * @return DeleteGenericArtifactResponse
675
681
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
682
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
677
683
  */
678
684
  deleteGenericArtifact(deleteGenericArtifactRequest) {
679
685
  return __awaiter(this, void 0, void 0, function* () {
@@ -728,7 +734,7 @@ class ArtifactsClient {
728
734
  * @param DeleteGenericArtifactByPathRequest
729
735
  * @return DeleteGenericArtifactByPathResponse
730
736
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
732
738
  */
733
739
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest) {
734
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -785,7 +791,7 @@ class ArtifactsClient {
785
791
  * @param DeleteRepositoryRequest
786
792
  * @return DeleteRepositoryResponse
787
793
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
789
795
  */
790
796
  deleteRepository(deleteRepositoryRequest) {
791
797
  return __awaiter(this, void 0, void 0, function* () {
@@ -840,7 +846,7 @@ class ArtifactsClient {
840
846
  * @param GetContainerConfigurationRequest
841
847
  * @return GetContainerConfigurationResponse
842
848
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
844
850
  */
845
851
  getContainerConfiguration(getContainerConfigurationRequest) {
846
852
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +909,7 @@ class ArtifactsClient {
903
909
  * @param GetContainerImageRequest
904
910
  * @return GetContainerImageResponse
905
911
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
912
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
907
913
  */
908
914
  getContainerImage(getContainerImageRequest) {
909
915
  return __awaiter(this, void 0, void 0, function* () {
@@ -966,7 +972,7 @@ class ArtifactsClient {
966
972
  * @param GetContainerImageSignatureRequest
967
973
  * @return GetContainerImageSignatureResponse
968
974
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
970
976
  */
971
977
  getContainerImageSignature(getContainerImageSignatureRequest) {
972
978
  return __awaiter(this, void 0, void 0, function* () {
@@ -1029,7 +1035,7 @@ class ArtifactsClient {
1029
1035
  * @param GetContainerRepositoryRequest
1030
1036
  * @return GetContainerRepositoryResponse
1031
1037
  * @throws OciError when an error occurs
1032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
1033
1039
  */
1034
1040
  getContainerRepository(getContainerRepositoryRequest) {
1035
1041
  return __awaiter(this, void 0, void 0, function* () {
@@ -1092,7 +1098,7 @@ class ArtifactsClient {
1092
1098
  * @param GetGenericArtifactRequest
1093
1099
  * @return GetGenericArtifactResponse
1094
1100
  * @throws OciError when an error occurs
1095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
1096
1102
  */
1097
1103
  getGenericArtifact(getGenericArtifactRequest) {
1098
1104
  return __awaiter(this, void 0, void 0, function* () {
@@ -1155,7 +1161,7 @@ class ArtifactsClient {
1155
1161
  * @param GetGenericArtifactByPathRequest
1156
1162
  * @return GetGenericArtifactByPathResponse
1157
1163
  * @throws OciError when an error occurs
1158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
1159
1165
  */
1160
1166
  getGenericArtifactByPath(getGenericArtifactByPathRequest) {
1161
1167
  return __awaiter(this, void 0, void 0, function* () {
@@ -1220,7 +1226,7 @@ class ArtifactsClient {
1220
1226
  * @param GetRepositoryRequest
1221
1227
  * @return GetRepositoryResponse
1222
1228
  * @throws OciError when an error occurs
1223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
1224
1230
  */
1225
1231
  getRepository(getRepositoryRequest) {
1226
1232
  return __awaiter(this, void 0, void 0, function* () {
@@ -1283,7 +1289,7 @@ class ArtifactsClient {
1283
1289
  * @param ListContainerImageSignaturesRequest
1284
1290
  * @return ListContainerImageSignaturesResponse
1285
1291
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
1287
1293
  */
1288
1294
  listContainerImageSignatures(listContainerImageSignaturesRequest) {
1289
1295
  return __awaiter(this, void 0, void 0, function* () {
@@ -1359,7 +1365,7 @@ class ArtifactsClient {
1359
1365
  * @param ListContainerImagesRequest
1360
1366
  * @return ListContainerImagesResponse
1361
1367
  * @throws OciError when an error occurs
1362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
1363
1369
  */
1364
1370
  listContainerImages(listContainerImagesRequest) {
1365
1371
  return __awaiter(this, void 0, void 0, function* () {
@@ -1434,7 +1440,7 @@ class ArtifactsClient {
1434
1440
  * @param ListContainerRepositoriesRequest
1435
1441
  * @return ListContainerRepositoriesResponse
1436
1442
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
1438
1444
  */
1439
1445
  listContainerRepositories(listContainerRepositoriesRequest) {
1440
1446
  return __awaiter(this, void 0, void 0, function* () {
@@ -1506,7 +1512,7 @@ class ArtifactsClient {
1506
1512
  * @param ListGenericArtifactsRequest
1507
1513
  * @return ListGenericArtifactsResponse
1508
1514
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
1510
1516
  */
1511
1517
  listGenericArtifacts(listGenericArtifactsRequest) {
1512
1518
  return __awaiter(this, void 0, void 0, function* () {
@@ -1580,7 +1586,7 @@ class ArtifactsClient {
1580
1586
  * @param ListRepositoriesRequest
1581
1587
  * @return ListRepositoriesResponse
1582
1588
  * @throws OciError when an error occurs
1583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
1584
1590
  */
1585
1591
  listRepositories(listRepositoriesRequest) {
1586
1592
  return __awaiter(this, void 0, void 0, function* () {
@@ -1651,7 +1657,7 @@ class ArtifactsClient {
1651
1657
  * @param RemoveContainerVersionRequest
1652
1658
  * @return RemoveContainerVersionResponse
1653
1659
  * @throws OciError when an error occurs
1654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
1655
1661
  */
1656
1662
  removeContainerVersion(removeContainerVersionRequest) {
1657
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1717,7 +1723,7 @@ class ArtifactsClient {
1717
1723
  * @param RestoreContainerImageRequest
1718
1724
  * @return RestoreContainerImageResponse
1719
1725
  * @throws OciError when an error occurs
1720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
1721
1727
  */
1722
1728
  restoreContainerImage(restoreContainerImageRequest) {
1723
1729
  return __awaiter(this, void 0, void 0, function* () {
@@ -1783,7 +1789,7 @@ class ArtifactsClient {
1783
1789
  * @param UpdateContainerConfigurationRequest
1784
1790
  * @return UpdateContainerConfigurationResponse
1785
1791
  * @throws OciError when an error occurs
1786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
1787
1793
  */
1788
1794
  updateContainerConfiguration(updateContainerConfigurationRequest) {
1789
1795
  return __awaiter(this, void 0, void 0, function* () {
@@ -1848,7 +1854,7 @@ class ArtifactsClient {
1848
1854
  * @param UpdateContainerImageRequest
1849
1855
  * @return UpdateContainerImageResponse
1850
1856
  * @throws OciError when an error occurs
1851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
1852
1858
  */
1853
1859
  updateContainerImage(updateContainerImageRequest) {
1854
1860
  return __awaiter(this, void 0, void 0, function* () {
@@ -1913,7 +1919,7 @@ class ArtifactsClient {
1913
1919
  * @param UpdateContainerImageSignatureRequest
1914
1920
  * @return UpdateContainerImageSignatureResponse
1915
1921
  * @throws OciError when an error occurs
1916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
1917
1923
  */
1918
1924
  updateContainerImageSignature(updateContainerImageSignatureRequest) {
1919
1925
  return __awaiter(this, void 0, void 0, function* () {
@@ -1978,7 +1984,7 @@ class ArtifactsClient {
1978
1984
  * @param UpdateContainerRepositoryRequest
1979
1985
  * @return UpdateContainerRepositoryResponse
1980
1986
  * @throws OciError when an error occurs
1981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
1982
1988
  */
1983
1989
  updateContainerRepository(updateContainerRepositoryRequest) {
1984
1990
  return __awaiter(this, void 0, void 0, function* () {
@@ -2043,7 +2049,7 @@ class ArtifactsClient {
2043
2049
  * @param UpdateGenericArtifactRequest
2044
2050
  * @return UpdateGenericArtifactResponse
2045
2051
  * @throws OciError when an error occurs
2046
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
2047
2053
  */
2048
2054
  updateGenericArtifact(updateGenericArtifactRequest) {
2049
2055
  return __awaiter(this, void 0, void 0, function* () {
@@ -2108,7 +2114,7 @@ class ArtifactsClient {
2108
2114
  * @param UpdateGenericArtifactByPathRequest
2109
2115
  * @return UpdateGenericArtifactByPathResponse
2110
2116
  * @throws OciError when an error occurs
2111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
2112
2118
  */
2113
2119
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest) {
2114
2120
  return __awaiter(this, void 0, void 0, function* () {
@@ -2175,7 +2181,7 @@ class ArtifactsClient {
2175
2181
  * @param UpdateRepositoryRequest
2176
2182
  * @return UpdateRepositoryResponse
2177
2183
  * @throws OciError when an error occurs
2178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
2179
2185
  */
2180
2186
  updateRepository(updateRepositoryRequest) {
2181
2187
  return __awaiter(this, void 0, void 0, function* () {