oci-artifacts 2.102.1 → 2.103.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 (124) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/artifacts-waiter.d.ts +1 -1
  4. package/lib/artifacts-waiter.js +1 -1
  5. package/lib/client.d.ts +38 -38
  6. package/lib/client.js +38 -38
  7. package/lib/model/change-container-repository-compartment-details.d.ts +2 -2
  8. package/lib/model/change-container-repository-compartment-details.js +1 -1
  9. package/lib/model/change-repository-compartment-details.d.ts +2 -2
  10. package/lib/model/change-repository-compartment-details.js +1 -1
  11. package/lib/model/container-configuration.d.ts +1 -1
  12. package/lib/model/container-configuration.js +1 -1
  13. package/lib/model/container-image-collection.d.ts +1 -1
  14. package/lib/model/container-image-collection.js +1 -1
  15. package/lib/model/container-image-layer.d.ts +1 -1
  16. package/lib/model/container-image-layer.js +1 -1
  17. package/lib/model/container-image-signature-collection.d.ts +1 -1
  18. package/lib/model/container-image-signature-collection.js +1 -1
  19. package/lib/model/container-image-signature-summary.d.ts +7 -7
  20. package/lib/model/container-image-signature-summary.js +1 -1
  21. package/lib/model/container-image-signature.d.ts +8 -8
  22. package/lib/model/container-image-signature.js +1 -1
  23. package/lib/model/container-image-summary.d.ts +4 -4
  24. package/lib/model/container-image-summary.js +1 -1
  25. package/lib/model/container-image.d.ts +6 -6
  26. package/lib/model/container-image.js +1 -1
  27. package/lib/model/container-repository-collection.d.ts +1 -1
  28. package/lib/model/container-repository-collection.js +1 -1
  29. package/lib/model/container-repository-readme.d.ts +1 -1
  30. package/lib/model/container-repository-readme.js +1 -1
  31. package/lib/model/container-repository-summary.d.ts +4 -4
  32. package/lib/model/container-repository-summary.js +1 -1
  33. package/lib/model/container-repository.d.ts +4 -4
  34. package/lib/model/container-repository.js +1 -1
  35. package/lib/model/container-version.d.ts +1 -1
  36. package/lib/model/container-version.js +1 -1
  37. package/lib/model/create-container-image-signature-details.d.ts +7 -7
  38. package/lib/model/create-container-image-signature-details.js +1 -1
  39. package/lib/model/create-container-repository-details.d.ts +4 -4
  40. package/lib/model/create-container-repository-details.js +1 -1
  41. package/lib/model/create-generic-repository-details.d.ts +1 -1
  42. package/lib/model/create-generic-repository-details.js +1 -1
  43. package/lib/model/create-repository-details.d.ts +4 -4
  44. package/lib/model/create-repository-details.js +1 -1
  45. package/lib/model/generic-artifact-collection.d.ts +1 -1
  46. package/lib/model/generic-artifact-collection.js +1 -1
  47. package/lib/model/generic-artifact-summary.d.ts +5 -5
  48. package/lib/model/generic-artifact-summary.js +1 -1
  49. package/lib/model/generic-artifact.d.ts +6 -6
  50. package/lib/model/generic-artifact.js +1 -1
  51. package/lib/model/generic-repository-summary.d.ts +1 -1
  52. package/lib/model/generic-repository-summary.js +1 -1
  53. package/lib/model/generic-repository.d.ts +1 -1
  54. package/lib/model/generic-repository.js +1 -1
  55. package/lib/model/index.d.ts +1 -1
  56. package/lib/model/index.js +1 -1
  57. package/lib/model/remove-container-version-details.d.ts +1 -1
  58. package/lib/model/remove-container-version-details.js +1 -1
  59. package/lib/model/repository-collection.d.ts +1 -1
  60. package/lib/model/repository-collection.js +1 -1
  61. package/lib/model/repository-summary.d.ts +4 -4
  62. package/lib/model/repository-summary.js +1 -1
  63. package/lib/model/repository.d.ts +4 -4
  64. package/lib/model/repository.js +1 -1
  65. package/lib/model/restore-container-image-details.d.ts +1 -1
  66. package/lib/model/restore-container-image-details.js +1 -1
  67. package/lib/model/update-container-configuration-details.d.ts +1 -1
  68. package/lib/model/update-container-configuration-details.js +1 -1
  69. package/lib/model/update-container-image-details.d.ts +3 -3
  70. package/lib/model/update-container-image-details.js +1 -1
  71. package/lib/model/update-container-image-signature-details.d.ts +3 -3
  72. package/lib/model/update-container-image-signature-details.js +1 -1
  73. package/lib/model/update-container-repository-details.d.ts +3 -3
  74. package/lib/model/update-container-repository-details.js +1 -1
  75. package/lib/model/update-generic-artifact-by-path-details.d.ts +3 -3
  76. package/lib/model/update-generic-artifact-by-path-details.js +1 -1
  77. package/lib/model/update-generic-artifact-details.d.ts +4 -4
  78. package/lib/model/update-generic-artifact-details.js +1 -1
  79. package/lib/model/update-generic-repository-details.d.ts +1 -1
  80. package/lib/model/update-generic-repository-details.js +1 -1
  81. package/lib/model/update-repository-details.d.ts +3 -3
  82. package/lib/model/update-repository-details.js +1 -1
  83. package/lib/request/change-container-repository-compartment-request.d.ts +2 -2
  84. package/lib/request/change-repository-compartment-request.d.ts +2 -2
  85. package/lib/request/create-container-image-signature-request.d.ts +1 -1
  86. package/lib/request/create-container-repository-request.d.ts +1 -1
  87. package/lib/request/create-repository-request.d.ts +1 -1
  88. package/lib/request/delete-container-image-request.d.ts +2 -2
  89. package/lib/request/delete-container-image-signature-request.d.ts +2 -2
  90. package/lib/request/delete-container-repository-request.d.ts +2 -2
  91. package/lib/request/delete-generic-artifact-by-path-request.d.ts +2 -2
  92. package/lib/request/delete-generic-artifact-request.d.ts +2 -2
  93. package/lib/request/delete-repository-request.d.ts +2 -2
  94. package/lib/request/get-container-configuration-request.d.ts +2 -2
  95. package/lib/request/get-container-image-request.d.ts +2 -2
  96. package/lib/request/get-container-image-signature-request.d.ts +2 -2
  97. package/lib/request/get-container-repository-request.d.ts +2 -2
  98. package/lib/request/get-generic-artifact-by-path-request.d.ts +2 -2
  99. package/lib/request/get-generic-artifact-request.d.ts +2 -2
  100. package/lib/request/get-repository-request.d.ts +2 -2
  101. package/lib/request/index.d.ts +1 -1
  102. package/lib/request/index.js +1 -1
  103. package/lib/request/list-container-image-signatures-request.d.ts +6 -6
  104. package/lib/request/list-container-images-request.d.ts +4 -4
  105. package/lib/request/list-container-repositories-request.d.ts +4 -4
  106. package/lib/request/list-generic-artifacts-request.d.ts +4 -4
  107. package/lib/request/list-repositories-request.d.ts +4 -4
  108. package/lib/request/remove-container-version-request.d.ts +2 -2
  109. package/lib/request/restore-container-image-request.d.ts +2 -2
  110. package/lib/request/update-container-configuration-request.d.ts +2 -2
  111. package/lib/request/update-container-image-request.d.ts +2 -2
  112. package/lib/request/update-container-image-signature-request.d.ts +2 -2
  113. package/lib/request/update-container-repository-request.d.ts +2 -2
  114. package/lib/request/update-generic-artifact-by-path-request.d.ts +2 -2
  115. package/lib/request/update-generic-artifact-request.d.ts +3 -3
  116. package/lib/request/update-repository-request.d.ts +2 -2
  117. package/lib/response/index.d.ts +1 -1
  118. package/lib/response/index.js +1 -1
  119. package/lib/response/list-container-image-signatures-response.d.ts +1 -1
  120. package/lib/response/list-container-images-response.d.ts +1 -1
  121. package/lib/response/list-container-repositories-response.d.ts +1 -1
  122. package/lib/response/list-generic-artifacts-response.d.ts +1 -1
  123. package/lib/response/list-repositories-response.d.ts +1 -1
  124. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -34,7 +34,7 @@ export interface ContainerImageSummary {
34
34
  */
35
35
  "displayName": string;
36
36
  /**
37
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
38
38
  * <p>
39
39
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
40
40
  *
@@ -62,7 +62,7 @@ export interface ContainerImageSummary {
62
62
  "version"?: string;
63
63
  /**
64
64
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
65
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
65
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
66
  * <p>
67
67
  Example: {@code {\"Department\": \"Finance\"}}
68
68
  *
@@ -72,7 +72,7 @@ export interface ContainerImageSummary {
72
72
  };
73
73
  /**
74
74
  * Defined tags for this resource. Each key is predefined and scoped to a
75
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * <p>
77
77
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
78
78
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -22,7 +22,7 @@ export interface ContainerImage {
22
22
  */
23
23
  "compartmentId": string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the user or principal that created the resource.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user or principal that created the resource.
26
26
  */
27
27
  "createdBy": string;
28
28
  /**
@@ -39,7 +39,7 @@ export interface ContainerImage {
39
39
  */
40
40
  "displayName": string;
41
41
  /**
42
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
43
43
  * <p>
44
44
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
45
45
  *
@@ -66,7 +66,7 @@ export interface ContainerImage {
66
66
  */
67
67
  "pullCount": number;
68
68
  /**
69
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container repository.
69
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
70
70
  */
71
71
  "repositoryId": string;
72
72
  /**
@@ -91,7 +91,7 @@ export interface ContainerImage {
91
91
  "versions": Array<model.ContainerVersion>;
92
92
  /**
93
93
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
94
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
94
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
95
95
  * <p>
96
96
  Example: {@code {\"Department\": \"Finance\"}}
97
97
  *
@@ -101,7 +101,7 @@ export interface ContainerImage {
101
101
  };
102
102
  /**
103
103
  * Defined tags for this resource. Each key is predefined and scoped to a
104
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
104
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
105
105
  * <p>
106
106
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
107
107
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -25,7 +25,7 @@ export interface ContainerRepositorySummary {
25
25
  */
26
26
  "displayName": string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
29
29
  * <p>
30
30
  Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
31
31
  *
@@ -65,7 +65,7 @@ export interface ContainerRepositorySummary {
65
65
  "namespace": string;
66
66
  /**
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
68
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
70
  Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
@@ -75,7 +75,7 @@ export interface ContainerRepositorySummary {
75
75
  };
76
76
  /**
77
77
  * Defined tags for this resource. Each key is predefined and scoped to a
78
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
78
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
79
  * <p>
80
80
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
81
81
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -30,7 +30,7 @@ export interface ContainerRepository {
30
30
  */
31
31
  "displayName": string;
32
32
  /**
33
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container repository.
34
34
  * <p>
35
35
  Example: {@code ocid1.containerrepo.oc1..exampleuniqueID}
36
36
  *
@@ -79,7 +79,7 @@ export interface ContainerRepository {
79
79
  "namespace": string;
80
80
  /**
81
81
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
82
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * <p>
84
84
  Example: {@code {\"Department\": \"Finance\"}}
85
85
  *
@@ -89,7 +89,7 @@ export interface ContainerRepository {
89
89
  };
90
90
  /**
91
91
  * Defined tags for this resource. Each key is predefined and scoped to a
92
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
92
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
93
93
  * <p>
94
94
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
95
95
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -17,25 +17,25 @@ Use this API to manage resources such as generic artifacts and container images.
17
17
  */
18
18
  export interface CreateContainerImageSignatureDetails {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which the container repository exists.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which the container repository exists.
21
21
  */
22
22
  "compartmentId": string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the container image.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the container image.
25
25
  * <p>
26
26
  Example: {@code ocid1.containerimage.oc1..exampleuniqueID}
27
27
  *
28
28
  */
29
29
  "imageId": string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyId used to sign the container image.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the kmsKeyId used to sign the container image.
32
32
  * <p>
33
33
  Example: {@code ocid1.key.oc1..exampleuniqueID}
34
34
  *
35
35
  */
36
36
  "kmsKeyId": string;
37
37
  /**
38
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the kmsKeyVersionId used to sign the container image.
39
39
  * <p>
40
40
  Example: {@code ocid1.keyversion.oc1..exampleuniqueID}
41
41
  *
@@ -55,7 +55,7 @@ export interface CreateContainerImageSignatureDetails {
55
55
  "signingAlgorithm": CreateContainerImageSignatureDetails.SigningAlgorithm;
56
56
  /**
57
57
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
58
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
58
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * <p>
60
60
  Example: {@code {\"Department\": \"Finance\"}}
61
61
  *
@@ -65,7 +65,7 @@ export interface CreateContainerImageSignatureDetails {
65
65
  };
66
66
  /**
67
67
  * Defined tags for this resource. Each key is predefined and scoped to a
68
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
70
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
71
71
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateContainerRepositoryDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment in which to create the resource.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to create the resource.
22
22
  *
23
23
  */
24
24
  "compartmentId": string;
@@ -37,7 +37,7 @@ export interface CreateContainerRepositoryDetails {
37
37
  "readme"?: model.ContainerRepositoryReadme;
38
38
  /**
39
39
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
40
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
41
41
  * <p>
42
42
  Example: {@code {\"Department\": \"Finance\"}}
43
43
  *
@@ -47,7 +47,7 @@ export interface CreateContainerRepositoryDetails {
47
47
  };
48
48
  /**
49
49
  * Defined tags for this resource. Each key is predefined and scoped to a
50
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
52
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
53
53
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -21,7 +21,7 @@ export interface CreateRepositoryDetails {
21
21
  */
22
22
  "displayName"?: string;
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the repository's compartment.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
25
25
  *
26
26
  */
27
27
  "compartmentId": string;
@@ -35,7 +35,7 @@ export interface CreateRepositoryDetails {
35
35
  "isImmutable": boolean;
36
36
  /**
37
37
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
38
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
39
39
  * <p>
40
40
  Example: {@code {\"Department\": \"Finance\"}}
41
41
  *
@@ -45,7 +45,7 @@ export interface CreateRepositoryDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a
48
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
49
49
  * <p>
50
50
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
51
51
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -17,7 +17,7 @@ Use this API to manage resources such as generic artifacts and container images.
17
17
  */
18
18
  export interface GenericArtifactSummary {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
21
21
  * <p>
22
22
  Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
23
23
  *
@@ -35,7 +35,7 @@ export interface GenericArtifactSummary {
35
35
  */
36
36
  "compartmentId": string;
37
37
  /**
38
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the repository.
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
39
39
  */
40
40
  "repositoryId": string;
41
41
  /**
@@ -66,7 +66,7 @@ export interface GenericArtifactSummary {
66
66
  "lifecycleState": string;
67
67
  /**
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
71
  Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
@@ -76,7 +76,7 @@ export interface GenericArtifactSummary {
76
76
  };
77
77
  /**
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
81
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -17,7 +17,7 @@ Use this API to manage resources such as generic artifacts and container images.
17
17
  */
18
18
  export interface GenericArtifact {
19
19
  /**
20
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the artifact.
21
21
  * <p>
22
22
  Example: {@code ocid1.genericartifact.oc1..exampleuniqueID}
23
23
  *
@@ -31,11 +31,11 @@ export interface GenericArtifact {
31
31
  */
32
32
  "displayName": string;
33
33
  /**
34
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository's compartment.
35
35
  */
36
36
  "compartmentId": string;
37
37
  /**
38
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the repository.
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the repository.
39
39
  */
40
40
  "repositoryId": string;
41
41
  /**
@@ -66,7 +66,7 @@ export interface GenericArtifact {
66
66
  "lifecycleState": GenericArtifact.LifecycleState;
67
67
  /**
68
68
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
69
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
70
70
  * <p>
71
71
  Example: {@code {\"Department\": \"Finance\"}}
72
72
  *
@@ -76,7 +76,7 @@ export interface GenericArtifact {
76
76
  };
77
77
  /**
78
78
  * Defined tags for this resource. Each key is predefined and scoped to a
79
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
79
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
80
  * <p>
81
81
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
82
82
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Artifacts and Container Images API
3
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
3
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
4
  Use this API to manage resources such as generic artifacts and container images.
5
5
 
6
6
  * OpenAPI spec version: 20160918
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Artifacts and Container Images API
4
- * API covering the Artifacts and [Registry](/iaas/Content/Registry/Concepts/registryoverview.htm) services.
4
+ * API covering the Artifacts and [Registry](https://docs.oracle.com/iaas/Content/Registry/Concepts/registryoverview.htm) services.
5
5
  Use this API to manage resources such as generic artifacts and container images.
6
6
 
7
7
  * OpenAPI spec version: 20160918