oci-artifacts 2.62.3 → 2.64.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 (80) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/artifacts-waiter.d.ts +8 -0
  3. package/lib/artifacts-waiter.js +12 -0
  4. package/lib/artifacts-waiter.js.map +1 -1
  5. package/lib/client.d.ts +77 -59
  6. package/lib/client.js +218 -88
  7. package/lib/client.js.map +1 -1
  8. package/lib/model/container-image-signature-summary.d.ts +36 -0
  9. package/lib/model/container-image-signature-summary.js.map +1 -1
  10. package/lib/model/container-image-signature.d.ts +46 -0
  11. package/lib/model/container-image-signature.js +11 -0
  12. package/lib/model/container-image-signature.js.map +1 -1
  13. package/lib/model/container-image-summary.d.ts +32 -0
  14. package/lib/model/container-image-summary.js.map +1 -1
  15. package/lib/model/container-image.d.ts +32 -0
  16. package/lib/model/container-image.js.map +1 -1
  17. package/lib/model/container-repository-summary.d.ts +36 -0
  18. package/lib/model/container-repository-summary.js.map +1 -1
  19. package/lib/model/container-repository.d.ts +36 -0
  20. package/lib/model/container-repository.js.map +1 -1
  21. package/lib/model/create-container-image-signature-details.d.ts +22 -0
  22. package/lib/model/create-container-image-signature-details.js.map +1 -1
  23. package/lib/model/create-container-repository-details.d.ts +22 -0
  24. package/lib/model/create-container-repository-details.js.map +1 -1
  25. package/lib/model/index.d.ts +4 -0
  26. package/lib/model/index.js +5 -1
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/update-container-image-details.d.ts +45 -0
  29. package/lib/model/update-container-image-details.js +31 -0
  30. package/lib/model/update-container-image-details.js.map +1 -0
  31. package/lib/model/update-container-image-signature-details.d.ts +45 -0
  32. package/lib/model/update-container-image-signature-details.js +31 -0
  33. package/lib/model/update-container-image-signature-details.js.map +1 -0
  34. package/lib/model/update-container-repository-details.d.ts +22 -0
  35. package/lib/model/update-container-repository-details.js.map +1 -1
  36. package/lib/request/change-container-repository-compartment-request.d.ts +1 -1
  37. package/lib/request/change-repository-compartment-request.d.ts +1 -1
  38. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  39. package/lib/request/create-container-repository-request.d.ts +1 -1
  40. package/lib/request/create-repository-request.d.ts +1 -1
  41. package/lib/request/delete-container-image-request.d.ts +1 -1
  42. package/lib/request/delete-container-image-signature-request.d.ts +1 -1
  43. package/lib/request/delete-container-repository-request.d.ts +1 -1
  44. package/lib/request/delete-generic-artifact-by-path-request.d.ts +1 -1
  45. package/lib/request/delete-generic-artifact-request.d.ts +1 -1
  46. package/lib/request/delete-repository-request.d.ts +1 -1
  47. package/lib/request/get-container-configuration-request.d.ts +1 -1
  48. package/lib/request/get-container-image-request.d.ts +1 -1
  49. package/lib/request/get-container-image-signature-request.d.ts +1 -1
  50. package/lib/request/get-container-repository-request.d.ts +1 -1
  51. package/lib/request/get-generic-artifact-by-path-request.d.ts +1 -1
  52. package/lib/request/get-generic-artifact-request.d.ts +1 -1
  53. package/lib/request/get-repository-request.d.ts +1 -1
  54. package/lib/request/index.d.ts +4 -0
  55. package/lib/request/list-container-image-signatures-request.d.ts +1 -1
  56. package/lib/request/list-container-images-request.d.ts +1 -1
  57. package/lib/request/list-container-repositories-request.d.ts +1 -1
  58. package/lib/request/list-generic-artifacts-request.d.ts +1 -1
  59. package/lib/request/list-repositories-request.d.ts +1 -1
  60. package/lib/request/remove-container-version-request.d.ts +1 -1
  61. package/lib/request/restore-container-image-request.d.ts +1 -1
  62. package/lib/request/update-container-configuration-request.d.ts +1 -1
  63. package/lib/request/update-container-image-request.d.ts +43 -0
  64. package/lib/request/update-container-image-request.js +15 -0
  65. package/lib/request/update-container-image-request.js.map +1 -0
  66. package/lib/request/update-container-image-signature-request.d.ts +43 -0
  67. package/lib/request/update-container-image-signature-request.js +15 -0
  68. package/lib/request/update-container-image-signature-request.js.map +1 -0
  69. package/lib/request/update-container-repository-request.d.ts +1 -1
  70. package/lib/request/update-generic-artifact-by-path-request.d.ts +1 -1
  71. package/lib/request/update-generic-artifact-request.d.ts +1 -1
  72. package/lib/request/update-repository-request.d.ts +1 -1
  73. package/lib/response/index.d.ts +4 -0
  74. package/lib/response/update-container-image-response.d.ts +30 -0
  75. package/lib/response/update-container-image-response.js +15 -0
  76. package/lib/response/update-container-image-response.js.map +1 -0
  77. package/lib/response/update-container-image-signature-response.d.ts +30 -0
  78. package/lib/response/update-container-image-signature-response.js +15 -0
  79. package/lib/response/update-container-image-signature-response.js.map +1 -0
  80. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1
+ Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
  This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
4
 
@@ -70,10 +70,10 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
70
70
  3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
71
71
 
72
72
  4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
73
- You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
- You must cause any modified files to carry prominent notices stating that You changed the files; and
75
- You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
- If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
73
+ - You must give any other recipients of the Work or Derivative Works a copy of this License; and
74
+ - You must cause any modified files to carry prominent notices stating that You changed the files; and
75
+ - You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
76
+ - If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
77
77
 
78
78
  You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
79
79
  5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
@@ -86,4 +86,4 @@ You may add Your own copyright statement to Your modifications and may provide a
86
86
 
87
87
  9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
88
88
 
89
- END OF TERMS AND CONDITIONS
89
+ END OF TERMS AND CONDITIONS
@@ -28,6 +28,14 @@ export declare class ArtifactsWaiter {
28
28
  * @return response returns GetContainerImageResponse | null (null in case of 404 response)
29
29
  */
30
30
  forContainerImage(request: serviceRequests.GetContainerImageRequest, ...targetStates: models.ContainerImage.LifecycleState[]): Promise<serviceResponses.GetContainerImageResponse | null>;
31
+ /**
32
+ * Waits forContainerImageSignature till it reaches any of the provided states
33
+ *
34
+ * @param request the request to send
35
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
36
+ * @return response returns GetContainerImageSignatureResponse | null (null in case of 404 response)
37
+ */
38
+ forContainerImageSignature(request: serviceRequests.GetContainerImageSignatureRequest, ...targetStates: models.ContainerImageSignature.LifecycleState[]): Promise<serviceResponses.GetContainerImageSignatureResponse | null>;
31
39
  /**
32
40
  * Waits forContainerRepository till it reaches any of the provided states
33
41
  *
@@ -62,6 +62,18 @@ class ArtifactsWaiter {
62
62
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getContainerImage(request), response => targetStates.includes(response.containerImage.lifecycleState), targetStates.includes(models.ContainerImage.LifecycleState.Deleted));
63
63
  });
64
64
  }
65
+ /**
66
+ * Waits forContainerImageSignature till it reaches any of the provided states
67
+ *
68
+ * @param request the request to send
69
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
70
+ * @return response returns GetContainerImageSignatureResponse | null (null in case of 404 response)
71
+ */
72
+ forContainerImageSignature(request, ...targetStates) {
73
+ return __awaiter(this, void 0, void 0, function* () {
74
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getContainerImageSignature(request), response => targetStates.includes(response.containerImageSignature.lifecycleState), targetStates.includes(models.ContainerImageSignature.LifecycleState.Deleted));
75
+ });
76
+ }
65
77
  /**
66
78
  * Waits forContainerRepository till it reaches any of the provided states
67
79
  *
@@ -1 +1 @@
1
- {"version":3,"file":"artifacts-waiter.js","sourceRoot":"","sources":["../../../../lib/artifacts/lib/artifacts-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,eAAe;IAC1B,YACU,MAAuB,EACd,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAiB;QACd,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,sBAAsB,CACjC,OAAsD,EACtD,GAAG,YAAyD;;YAE5D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,sBAAsB,CAAC,OAAO,CAAC,EACjD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,mBAAmB,CAAC,cAAe,CAAC,EAC/E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,mBAAmB,CAAC,cAAc,CAAC,OAAO,CAAC,CACzE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,kBAAkB,CAC7B,OAAkD,EAClD,GAAG,YAAqD;;YAExD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAC7C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,eAAe,CAAC,cAAe,CAAC,EAC3E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,eAAe,CAAC,cAAc,CAAC,OAAO,CAAC,CACrE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;CACF;AAjFD,0CAiFC"}
1
+ {"version":3,"file":"artifacts-waiter.js","sourceRoot":"","sources":["../../../../lib/artifacts/lib/artifacts-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,eAAe;IAC1B,YACU,MAAuB,EACd,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAiB;QACd,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,0BAA0B,CACrC,OAA0D,EAC1D,GAAG,YAA6D;;YAEhE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,0BAA0B,CAAC,OAAO,CAAC,EACrD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,uBAAuB,CAAC,cAAe,CAAC,EACnF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,uBAAuB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC7E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,sBAAsB,CACjC,OAAsD,EACtD,GAAG,YAAyD;;YAE5D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,sBAAsB,CAAC,OAAO,CAAC,EACjD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,mBAAmB,CAAC,cAAe,CAAC,EAC/E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,mBAAmB,CAAC,cAAc,CAAC,OAAO,CAAC,CACzE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,kBAAkB,CAC7B,OAAkD,EAClD,GAAG,YAAqD;;YAExD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,CAAC,OAAO,CAAC,EAC7C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,eAAe,CAAC,cAAe,CAAC,EAC3E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,eAAe,CAAC,cAAc,CAAC,OAAO,CAAC,CACrE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;CACF;AApGD,0CAoGC"}
package/lib/client.d.ts CHANGED
@@ -86,11 +86,11 @@ export declare class ArtifactsClient {
86
86
  * resources between compartments, see
87
87
  * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
88
88
  *
89
- * This operation does not retry by default if the user has not defined a retry configuration.
89
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
90
90
  * @param ChangeContainerRepositoryCompartmentRequest
91
91
  * @return ChangeContainerRepositoryCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ChangeContainerRepositoryCompartment.ts.html |here} to see how to use ChangeContainerRepositoryCompartment API.
94
94
  */
95
95
  changeContainerRepositoryCompartment(changeContainerRepositoryCompartmentRequest: requests.ChangeContainerRepositoryCompartmentRequest): Promise<responses.ChangeContainerRepositoryCompartmentResponse>;
96
96
  /**
@@ -98,29 +98,29 @@ export declare class ArtifactsClient {
98
98
  * resources between compartments, see
99
99
  * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
100
100
  *
101
- * This operation does not retry by default if the user has not defined a retry configuration.
101
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
102
102
  * @param ChangeRepositoryCompartmentRequest
103
103
  * @return ChangeRepositoryCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ChangeRepositoryCompartment.ts.html |here} to see how to use ChangeRepositoryCompartment API.
106
106
  */
107
107
  changeRepositoryCompartment(changeRepositoryCompartmentRequest: requests.ChangeRepositoryCompartmentRequest): Promise<responses.ChangeRepositoryCompartmentResponse>;
108
108
  /**
109
109
  * Upload a signature to an image.
110
- * This operation does not retry by default if the user has not defined a retry configuration.
110
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
111
111
  * @param CreateContainerImageSignatureRequest
112
112
  * @return CreateContainerImageSignatureResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/CreateContainerImageSignature.ts.html |here} to see how to use CreateContainerImageSignature API.
115
115
  */
116
116
  createContainerImageSignature(createContainerImageSignatureRequest: requests.CreateContainerImageSignatureRequest): Promise<responses.CreateContainerImageSignatureResponse>;
117
117
  /**
118
118
  * Create a new empty container repository. Avoid entering confidential information.
119
- * This operation does not retry by default if the user has not defined a retry configuration.
119
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
120
120
  * @param CreateContainerRepositoryRequest
121
121
  * @return CreateContainerRepositoryResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/CreateContainerRepository.ts.html |here} to see how to use CreateContainerRepository API.
124
124
  */
125
125
  createContainerRepository(createContainerRepositoryRequest: requests.CreateContainerRepositoryRequest): Promise<responses.CreateContainerRepositoryResponse>;
126
126
  /**
@@ -129,232 +129,250 @@ export declare class ArtifactsClient {
129
129
  * @param CreateRepositoryRequest
130
130
  * @return CreateRepositoryResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/CreateRepository.ts.html |here} to see how to use CreateRepository API.
133
133
  */
134
134
  createRepository(createRepositoryRequest: requests.CreateRepositoryRequest): Promise<responses.CreateRepositoryResponse>;
135
135
  /**
136
136
  * Delete a container image.
137
- * This operation does not retry by default if the user has not defined a retry configuration.
137
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
138
138
  * @param DeleteContainerImageRequest
139
139
  * @return DeleteContainerImageResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteContainerImage.ts.html |here} to see how to use DeleteContainerImage API.
142
142
  */
143
143
  deleteContainerImage(deleteContainerImageRequest: requests.DeleteContainerImageRequest): Promise<responses.DeleteContainerImageResponse>;
144
144
  /**
145
145
  * Delete a container image signature.
146
- * This operation does not retry by default if the user has not defined a retry configuration.
146
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
147
147
  * @param DeleteContainerImageSignatureRequest
148
148
  * @return DeleteContainerImageSignatureResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteContainerImageSignature.ts.html |here} to see how to use DeleteContainerImageSignature API.
151
151
  */
152
152
  deleteContainerImageSignature(deleteContainerImageSignatureRequest: requests.DeleteContainerImageSignatureRequest): Promise<responses.DeleteContainerImageSignatureResponse>;
153
153
  /**
154
154
  * Delete container repository.
155
- * This operation does not retry by default if the user has not defined a retry configuration.
155
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
156
156
  * @param DeleteContainerRepositoryRequest
157
157
  * @return DeleteContainerRepositoryResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteContainerRepository.ts.html |here} to see how to use DeleteContainerRepository API.
160
160
  */
161
161
  deleteContainerRepository(deleteContainerRepositoryRequest: requests.DeleteContainerRepositoryRequest): Promise<responses.DeleteContainerRepositoryResponse>;
162
162
  /**
163
163
  * Deletes an artifact with a specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
164
- * This operation does not retry by default if the user has not defined a retry configuration.
164
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
165
165
  * @param DeleteGenericArtifactRequest
166
166
  * @return DeleteGenericArtifactResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteGenericArtifact.ts.html |here} to see how to use DeleteGenericArtifact API.
169
169
  */
170
170
  deleteGenericArtifact(deleteGenericArtifactRequest: requests.DeleteGenericArtifactRequest): Promise<responses.DeleteGenericArtifactResponse>;
171
171
  /**
172
172
  * Deletes an artifact with a specified `artifactPath` and `version`.
173
- * This operation does not retry by default if the user has not defined a retry configuration.
173
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
174
174
  * @param DeleteGenericArtifactByPathRequest
175
175
  * @return DeleteGenericArtifactByPathResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteGenericArtifactByPath.ts.html |here} to see how to use DeleteGenericArtifactByPath API.
178
178
  */
179
179
  deleteGenericArtifactByPath(deleteGenericArtifactByPathRequest: requests.DeleteGenericArtifactByPathRequest): Promise<responses.DeleteGenericArtifactByPathResponse>;
180
180
  /**
181
181
  * Deletes the specified repository. This operation fails unless all associated artifacts are in a DELETED state. You must delete all associated artifacts before deleting a repository.
182
- * This operation does not retry by default if the user has not defined a retry configuration.
182
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
183
183
  * @param DeleteRepositoryRequest
184
184
  * @return DeleteRepositoryResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/DeleteRepository.ts.html |here} to see how to use DeleteRepository API.
187
187
  */
188
188
  deleteRepository(deleteRepositoryRequest: requests.DeleteRepositoryRequest): Promise<responses.DeleteRepositoryResponse>;
189
189
  /**
190
190
  * Get container configuration.
191
- * This operation does not retry by default if the user has not defined a retry configuration.
191
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
192
192
  * @param GetContainerConfigurationRequest
193
193
  * @return GetContainerConfigurationResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetContainerConfiguration.ts.html |here} to see how to use GetContainerConfiguration API.
196
196
  */
197
197
  getContainerConfiguration(getContainerConfigurationRequest: requests.GetContainerConfigurationRequest): Promise<responses.GetContainerConfigurationResponse>;
198
198
  /**
199
199
  * Get container image metadata.
200
- * This operation does not retry by default if the user has not defined a retry configuration.
200
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
201
201
  * @param GetContainerImageRequest
202
202
  * @return GetContainerImageResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetContainerImage.ts.html |here} to see how to use GetContainerImage API.
205
205
  */
206
206
  getContainerImage(getContainerImageRequest: requests.GetContainerImageRequest): Promise<responses.GetContainerImageResponse>;
207
207
  /**
208
208
  * Get container image signature metadata.
209
- * This operation does not retry by default if the user has not defined a retry configuration.
209
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
210
210
  * @param GetContainerImageSignatureRequest
211
211
  * @return GetContainerImageSignatureResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetContainerImageSignature.ts.html |here} to see how to use GetContainerImageSignature API.
214
214
  */
215
215
  getContainerImageSignature(getContainerImageSignatureRequest: requests.GetContainerImageSignatureRequest): Promise<responses.GetContainerImageSignatureResponse>;
216
216
  /**
217
217
  * Get container repository.
218
- * This operation does not retry by default if the user has not defined a retry configuration.
218
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
219
219
  * @param GetContainerRepositoryRequest
220
220
  * @return GetContainerRepositoryResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetContainerRepository.ts.html |here} to see how to use GetContainerRepository API.
223
223
  */
224
224
  getContainerRepository(getContainerRepositoryRequest: requests.GetContainerRepositoryRequest): Promise<responses.GetContainerRepositoryResponse>;
225
225
  /**
226
226
  * Gets information about an artifact with a specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
227
- * This operation does not retry by default if the user has not defined a retry configuration.
227
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
228
228
  * @param GetGenericArtifactRequest
229
229
  * @return GetGenericArtifactResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetGenericArtifact.ts.html |here} to see how to use GetGenericArtifact API.
232
232
  */
233
233
  getGenericArtifact(getGenericArtifactRequest: requests.GetGenericArtifactRequest): Promise<responses.GetGenericArtifactResponse>;
234
234
  /**
235
235
  * Gets information about an artifact with a specified `artifactPath` and `version`.
236
- * This operation does not retry by default if the user has not defined a retry configuration.
236
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
237
237
  * @param GetGenericArtifactByPathRequest
238
238
  * @return GetGenericArtifactByPathResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetGenericArtifactByPath.ts.html |here} to see how to use GetGenericArtifactByPath API.
241
241
  */
242
242
  getGenericArtifactByPath(getGenericArtifactByPathRequest: requests.GetGenericArtifactByPathRequest): Promise<responses.GetGenericArtifactByPathResponse>;
243
243
  /**
244
244
  * Gets the specified repository's information.
245
- * This operation does not retry by default if the user has not defined a retry configuration.
245
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
246
246
  * @param GetRepositoryRequest
247
247
  * @return GetRepositoryResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/GetRepository.ts.html |here} to see how to use GetRepository API.
250
250
  */
251
251
  getRepository(getRepositoryRequest: requests.GetRepositoryRequest): Promise<responses.GetRepositoryResponse>;
252
252
  /**
253
253
  * List container image signatures in an image.
254
- * This operation does not retry by default if the user has not defined a retry configuration.
254
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
255
255
  * @param ListContainerImageSignaturesRequest
256
256
  * @return ListContainerImageSignaturesResponse
257
257
  * @throws OciError when an error occurs
258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ListContainerImageSignatures.ts.html |here} to see how to use ListContainerImageSignatures API.
259
259
  */
260
260
  listContainerImageSignatures(listContainerImageSignaturesRequest: requests.ListContainerImageSignaturesRequest): Promise<responses.ListContainerImageSignaturesResponse>;
261
261
  /**
262
262
  * List container images in a compartment.
263
- * This operation does not retry by default if the user has not defined a retry configuration.
263
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
264
264
  * @param ListContainerImagesRequest
265
265
  * @return ListContainerImagesResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ListContainerImages.ts.html |here} to see how to use ListContainerImages API.
268
268
  */
269
269
  listContainerImages(listContainerImagesRequest: requests.ListContainerImagesRequest): Promise<responses.ListContainerImagesResponse>;
270
270
  /**
271
271
  * List container repositories in a compartment.
272
- * This operation does not retry by default if the user has not defined a retry configuration.
272
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
273
273
  * @param ListContainerRepositoriesRequest
274
274
  * @return ListContainerRepositoriesResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ListContainerRepositories.ts.html |here} to see how to use ListContainerRepositories API.
277
277
  */
278
278
  listContainerRepositories(listContainerRepositoriesRequest: requests.ListContainerRepositoriesRequest): Promise<responses.ListContainerRepositoriesResponse>;
279
279
  /**
280
280
  * Lists artifacts in the specified repository.
281
- * This operation does not retry by default if the user has not defined a retry configuration.
281
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
282
282
  * @param ListGenericArtifactsRequest
283
283
  * @return ListGenericArtifactsResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ListGenericArtifacts.ts.html |here} to see how to use ListGenericArtifacts API.
286
286
  */
287
287
  listGenericArtifacts(listGenericArtifactsRequest: requests.ListGenericArtifactsRequest): Promise<responses.ListGenericArtifactsResponse>;
288
288
  /**
289
289
  * Lists repositories in the specified compartment.
290
- * This operation does not retry by default if the user has not defined a retry configuration.
290
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
291
291
  * @param ListRepositoriesRequest
292
292
  * @return ListRepositoriesResponse
293
293
  * @throws OciError when an error occurs
294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/ListRepositories.ts.html |here} to see how to use ListRepositories API.
295
295
  */
296
296
  listRepositories(listRepositoriesRequest: requests.ListRepositoriesRequest): Promise<responses.ListRepositoriesResponse>;
297
297
  /**
298
298
  * Remove version from container image.
299
- * This operation does not retry by default if the user has not defined a retry configuration.
299
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
300
300
  * @param RemoveContainerVersionRequest
301
301
  * @return RemoveContainerVersionResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/RemoveContainerVersion.ts.html |here} to see how to use RemoveContainerVersion API.
304
304
  */
305
305
  removeContainerVersion(removeContainerVersionRequest: requests.RemoveContainerVersionRequest): Promise<responses.RemoveContainerVersionResponse>;
306
306
  /**
307
307
  * Restore a container image.
308
- * This operation does not retry by default if the user has not defined a retry configuration.
308
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
309
309
  * @param RestoreContainerImageRequest
310
310
  * @return RestoreContainerImageResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/RestoreContainerImage.ts.html |here} to see how to use RestoreContainerImage API.
313
313
  */
314
314
  restoreContainerImage(restoreContainerImageRequest: requests.RestoreContainerImageRequest): Promise<responses.RestoreContainerImageResponse>;
315
315
  /**
316
316
  * Update container configuration.
317
- * This operation does not retry by default if the user has not defined a retry configuration.
317
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
318
318
  * @param UpdateContainerConfigurationRequest
319
319
  * @return UpdateContainerConfigurationResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateContainerConfiguration.ts.html |here} to see how to use UpdateContainerConfiguration API.
322
322
  */
323
323
  updateContainerConfiguration(updateContainerConfigurationRequest: requests.UpdateContainerConfigurationRequest): Promise<responses.UpdateContainerConfigurationResponse>;
324
+ /**
325
+ * Modify the properties of a container image. Avoid entering confidential information.
326
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
327
+ * @param UpdateContainerImageRequest
328
+ * @return UpdateContainerImageResponse
329
+ * @throws OciError when an error occurs
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateContainerImage.ts.html |here} to see how to use UpdateContainerImage API.
331
+ */
332
+ updateContainerImage(updateContainerImageRequest: requests.UpdateContainerImageRequest): Promise<responses.UpdateContainerImageResponse>;
333
+ /**
334
+ * Modify the properties of a container image signature. Avoid entering confidential information.
335
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
336
+ * @param UpdateContainerImageSignatureRequest
337
+ * @return UpdateContainerImageSignatureResponse
338
+ * @throws OciError when an error occurs
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateContainerImageSignature.ts.html |here} to see how to use UpdateContainerImageSignature API.
340
+ */
341
+ updateContainerImageSignature(updateContainerImageSignatureRequest: requests.UpdateContainerImageSignatureRequest): Promise<responses.UpdateContainerImageSignatureResponse>;
324
342
  /**
325
343
  * Modify the properties of a container repository. Avoid entering confidential information.
326
- * This operation does not retry by default if the user has not defined a retry configuration.
344
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
327
345
  * @param UpdateContainerRepositoryRequest
328
346
  * @return UpdateContainerRepositoryResponse
329
347
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateContainerRepository.ts.html |here} to see how to use UpdateContainerRepository API.
331
349
  */
332
350
  updateContainerRepository(updateContainerRepositoryRequest: requests.UpdateContainerRepositoryRequest): Promise<responses.UpdateContainerRepositoryResponse>;
333
351
  /**
334
352
  * Updates the artifact with the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). You can only update the tags of an artifact.
335
- * This operation does not retry by default if the user has not defined a retry configuration.
353
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
336
354
  * @param UpdateGenericArtifactRequest
337
355
  * @return UpdateGenericArtifactResponse
338
356
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateGenericArtifact.ts.html |here} to see how to use UpdateGenericArtifact API.
340
358
  */
341
359
  updateGenericArtifact(updateGenericArtifactRequest: requests.UpdateGenericArtifactRequest): Promise<responses.UpdateGenericArtifactResponse>;
342
360
  /**
343
361
  * Updates an artifact with a specified `artifactPath` and `version`. You can only update the tags of an artifact.
344
- * This operation does not retry by default if the user has not defined a retry configuration.
362
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
345
363
  * @param UpdateGenericArtifactByPathRequest
346
364
  * @return UpdateGenericArtifactByPathResponse
347
365
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateGenericArtifactByPath.ts.html |here} to see how to use UpdateGenericArtifactByPath API.
349
367
  */
350
368
  updateGenericArtifactByPath(updateGenericArtifactByPathRequest: requests.UpdateGenericArtifactByPathRequest): Promise<responses.UpdateGenericArtifactByPathResponse>;
351
369
  /**
352
370
  * Updates the properties of a repository. You can update the `displayName` and `description` properties.
353
- * This operation does not retry by default if the user has not defined a retry configuration.
371
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
354
372
  * @param UpdateRepositoryRequest
355
373
  * @return UpdateRepositoryResponse
356
374
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/artifacts/UpdateRepository.ts.html |here} to see how to use UpdateRepository API.
358
376
  */
359
377
  updateRepository(updateRepositoryRequest: requests.UpdateRepositoryRequest): Promise<responses.UpdateRepositoryResponse>;
360
378
  }