oci-keymanagement 2.78.0 → 2.79.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 (176) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +253 -46
  5. package/lib/client.js +995 -47
  6. package/lib/client.js.map +1 -1
  7. package/lib/kmshsmcluster-waiter.d.ts +38 -0
  8. package/lib/kmshsmcluster-waiter.js +78 -0
  9. package/lib/kmshsmcluster-waiter.js.map +1 -0
  10. package/lib/model/change-hsm-cluster-compartment-details.d.ts +26 -0
  11. package/lib/model/change-hsm-cluster-compartment-details.js +30 -0
  12. package/lib/model/change-hsm-cluster-compartment-details.js.map +1 -0
  13. package/lib/model/create-hsm-cluster-details.d.ts +52 -0
  14. package/lib/model/create-hsm-cluster-details.js +30 -0
  15. package/lib/model/create-hsm-cluster-details.js.map +1 -0
  16. package/lib/model/hsm-cluster-collection.d.ts +27 -0
  17. package/lib/model/hsm-cluster-collection.js +62 -0
  18. package/lib/model/hsm-cluster-collection.js.map +1 -0
  19. package/lib/model/hsm-cluster-summary.d.ts +87 -0
  20. package/lib/model/hsm-cluster-summary.js +30 -0
  21. package/lib/model/hsm-cluster-summary.js.map +1 -0
  22. package/lib/model/hsm-cluster.d.ts +105 -0
  23. package/lib/model/hsm-cluster.js +49 -0
  24. package/lib/model/hsm-cluster.js.map +1 -0
  25. package/lib/model/hsm-partition-collection.d.ts +27 -0
  26. package/lib/model/hsm-partition-collection.js +62 -0
  27. package/lib/model/hsm-partition-collection.js.map +1 -0
  28. package/lib/model/hsm-partition-summary.d.ts +57 -0
  29. package/lib/model/hsm-partition-summary.js +62 -0
  30. package/lib/model/hsm-partition-summary.js.map +1 -0
  31. package/lib/model/hsm-partition.d.ts +64 -0
  32. package/lib/model/hsm-partition.js +74 -0
  33. package/lib/model/hsm-partition.js.map +1 -0
  34. package/lib/model/index.d.ts +26 -0
  35. package/lib/model/index.js +28 -2
  36. package/lib/model/index.js.map +1 -1
  37. package/lib/model/port-information.d.ts +39 -0
  38. package/lib/model/port-information.js +40 -0
  39. package/lib/model/port-information.js.map +1 -0
  40. package/lib/model/pre-co-user-credentials.d.ts +30 -0
  41. package/lib/model/pre-co-user-credentials.js +30 -0
  42. package/lib/model/pre-co-user-credentials.js.map +1 -0
  43. package/lib/model/schedule-hsm-cluster-deletion-details.d.ts +31 -0
  44. package/lib/model/schedule-hsm-cluster-deletion-details.js +30 -0
  45. package/lib/model/schedule-hsm-cluster-deletion-details.js.map +1 -0
  46. package/lib/model/sign-data-details.d.ts +8 -0
  47. package/lib/model/sign-data-details.js.map +1 -1
  48. package/lib/model/update-hsm-cluster-details.d.ts +48 -0
  49. package/lib/model/update-hsm-cluster-details.js +30 -0
  50. package/lib/model/update-hsm-cluster-details.js.map +1 -0
  51. package/lib/model/upload-partition-certificates-details.d.ts +30 -0
  52. package/lib/model/upload-partition-certificates-details.js +30 -0
  53. package/lib/model/upload-partition-certificates-details.js.map +1 -0
  54. package/lib/request/backup-key-request.d.ts +1 -1
  55. package/lib/request/backup-vault-request.d.ts +1 -1
  56. package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +48 -0
  57. package/lib/request/cancel-hsm-cluster-deletion-request.js +15 -0
  58. package/lib/request/cancel-hsm-cluster-deletion-request.js.map +1 -0
  59. package/lib/request/cancel-key-deletion-request.d.ts +1 -1
  60. package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
  61. package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
  62. package/lib/request/change-hsm-cluster-compartment-request.d.ts +53 -0
  63. package/lib/request/change-hsm-cluster-compartment-request.js +15 -0
  64. package/lib/request/change-hsm-cluster-compartment-request.js.map +1 -0
  65. package/lib/request/change-key-compartment-request.d.ts +1 -1
  66. package/lib/request/change-vault-compartment-request.d.ts +1 -1
  67. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/create-hsm-cluster-request.d.ts +40 -0
  69. package/lib/request/create-hsm-cluster-request.js +15 -0
  70. package/lib/request/create-hsm-cluster-request.js.map +1 -0
  71. package/lib/request/create-key-request.d.ts +1 -1
  72. package/lib/request/create-key-version-request.d.ts +1 -1
  73. package/lib/request/create-vault-replica-request.d.ts +1 -1
  74. package/lib/request/create-vault-request.d.ts +1 -1
  75. package/lib/request/decrypt-request.d.ts +1 -1
  76. package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
  77. package/lib/request/delete-vault-replica-request.d.ts +1 -1
  78. package/lib/request/disable-key-request.d.ts +1 -1
  79. package/lib/request/download-certificate-signing-request-request.d.ts +48 -0
  80. package/lib/request/download-certificate-signing-request-request.js +15 -0
  81. package/lib/request/download-certificate-signing-request-request.js.map +1 -0
  82. package/lib/request/enable-key-request.d.ts +1 -1
  83. package/lib/request/encrypt-request.d.ts +1 -1
  84. package/lib/request/export-key-request.d.ts +1 -1
  85. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  86. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/get-hsm-cluster-request.d.ts +29 -0
  88. package/lib/request/get-hsm-cluster-request.js +15 -0
  89. package/lib/request/get-hsm-cluster-request.js.map +1 -0
  90. package/lib/request/get-hsm-partition-request.d.ts +43 -0
  91. package/lib/request/get-hsm-partition-request.js +15 -0
  92. package/lib/request/get-hsm-partition-request.js.map +1 -0
  93. package/lib/request/get-key-request.d.ts +1 -1
  94. package/lib/request/get-key-version-request.d.ts +1 -1
  95. package/lib/request/get-pre-co-user-credentials-request.d.ts +39 -0
  96. package/lib/request/get-pre-co-user-credentials-request.js +15 -0
  97. package/lib/request/get-pre-co-user-credentials-request.js.map +1 -0
  98. package/lib/request/get-replication-status-request.d.ts +1 -1
  99. package/lib/request/get-vault-request.d.ts +1 -1
  100. package/lib/request/get-vault-usage-request.d.ts +1 -1
  101. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  102. package/lib/request/import-key-request.d.ts +1 -1
  103. package/lib/request/import-key-version-request.d.ts +1 -1
  104. package/lib/request/index.d.ts +24 -0
  105. package/lib/request/index.js +5 -1
  106. package/lib/request/index.js.map +1 -1
  107. package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
  108. package/lib/request/list-hsm-clusters-request.d.ts +62 -0
  109. package/lib/request/list-hsm-clusters-request.js +29 -0
  110. package/lib/request/list-hsm-clusters-request.js.map +1 -0
  111. package/lib/request/list-hsm-partitions-request.d.ts +66 -0
  112. package/lib/request/list-hsm-partitions-request.js +29 -0
  113. package/lib/request/list-hsm-partitions-request.js.map +1 -0
  114. package/lib/request/list-key-versions-request.d.ts +1 -1
  115. package/lib/request/list-keys-request.d.ts +1 -1
  116. package/lib/request/list-vault-replicas-request.d.ts +1 -1
  117. package/lib/request/list-vaults-request.d.ts +1 -1
  118. package/lib/request/restore-key-from-file-request.d.ts +1 -1
  119. package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
  120. package/lib/request/restore-vault-from-file-request.d.ts +1 -1
  121. package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
  122. package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +53 -0
  123. package/lib/request/schedule-hsm-cluster-deletion-request.js +15 -0
  124. package/lib/request/schedule-hsm-cluster-deletion-request.js.map +1 -0
  125. package/lib/request/schedule-key-deletion-request.d.ts +1 -1
  126. package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
  127. package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
  128. package/lib/request/sign-request.d.ts +1 -1
  129. package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
  130. package/lib/request/update-hsm-cluster-request.d.ts +43 -0
  131. package/lib/request/update-hsm-cluster-request.js +15 -0
  132. package/lib/request/update-hsm-cluster-request.js.map +1 -0
  133. package/lib/request/update-key-request.d.ts +1 -1
  134. package/lib/request/update-vault-request.d.ts +1 -1
  135. package/lib/request/upload-partition-certificates-request.d.ts +53 -0
  136. package/lib/request/upload-partition-certificates-request.js +15 -0
  137. package/lib/request/upload-partition-certificates-request.js.map +1 -0
  138. package/lib/request/verify-request.d.ts +1 -1
  139. package/lib/response/cancel-hsm-cluster-deletion-response.d.ts +29 -0
  140. package/lib/response/cancel-hsm-cluster-deletion-response.js +15 -0
  141. package/lib/response/cancel-hsm-cluster-deletion-response.js.map +1 -0
  142. package/lib/response/change-hsm-cluster-compartment-response.d.ts +24 -0
  143. package/lib/response/change-hsm-cluster-compartment-response.js +15 -0
  144. package/lib/response/change-hsm-cluster-compartment-response.js.map +1 -0
  145. package/lib/response/create-hsm-cluster-response.d.ts +29 -0
  146. package/lib/response/create-hsm-cluster-response.js +15 -0
  147. package/lib/response/create-hsm-cluster-response.js.map +1 -0
  148. package/lib/response/download-certificate-signing-request-response.d.ts +28 -0
  149. package/lib/response/download-certificate-signing-request-response.js +15 -0
  150. package/lib/response/download-certificate-signing-request-response.js.map +1 -0
  151. package/lib/response/get-hsm-cluster-response.d.ts +29 -0
  152. package/lib/response/get-hsm-cluster-response.js +15 -0
  153. package/lib/response/get-hsm-cluster-response.js.map +1 -0
  154. package/lib/response/get-hsm-partition-response.d.ts +29 -0
  155. package/lib/response/get-hsm-partition-response.js +15 -0
  156. package/lib/response/get-hsm-partition-response.js.map +1 -0
  157. package/lib/response/get-pre-co-user-credentials-response.d.ts +29 -0
  158. package/lib/response/get-pre-co-user-credentials-response.js +15 -0
  159. package/lib/response/get-pre-co-user-credentials-response.js.map +1 -0
  160. package/lib/response/index.d.ts +24 -0
  161. package/lib/response/list-hsm-clusters-response.d.ts +33 -0
  162. package/lib/response/list-hsm-clusters-response.js +15 -0
  163. package/lib/response/list-hsm-clusters-response.js.map +1 -0
  164. package/lib/response/list-hsm-partitions-response.d.ts +33 -0
  165. package/lib/response/list-hsm-partitions-response.js +15 -0
  166. package/lib/response/list-hsm-partitions-response.js.map +1 -0
  167. package/lib/response/schedule-hsm-cluster-deletion-response.d.ts +29 -0
  168. package/lib/response/schedule-hsm-cluster-deletion-response.js +15 -0
  169. package/lib/response/schedule-hsm-cluster-deletion-response.js.map +1 -0
  170. package/lib/response/update-hsm-cluster-response.d.ts +29 -0
  171. package/lib/response/update-hsm-cluster-response.js +15 -0
  172. package/lib/response/update-hsm-cluster-response.js.map +1 -0
  173. package/lib/response/upload-partition-certificates-response.d.ts +24 -0
  174. package/lib/response/upload-partition-certificates-response.js +15 -0
  175. package/lib/response/upload-partition-certificates-response.js.map +1 -0
  176. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaultsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaultsRequest.
16
16
  */
17
17
  export interface ListVaultsRequest extends common.BaseRequest {
18
18
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFileRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFileRequest.
18
18
  */
19
19
  export interface RestoreKeyFromFileRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStoreRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStoreRequest.
17
17
  */
18
18
  export interface RestoreKeyFromObjectStoreRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFileRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFileRequest.
18
18
  */
19
19
  export interface RestoreVaultFromFileRequest extends common.BaseRequest {
20
20
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStoreRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStoreRequest.
17
17
  */
18
18
  export interface RestoreVaultFromObjectStoreRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletionRequest.
17
+ */
18
+ export interface ScheduleHsmClusterDeletionRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the HSM Cluster.
21
+ */
22
+ "hsmClusterId": string;
23
+ /**
24
+ * Details of ScheduleHsmClusterDeletionDetails
25
+ */
26
+ "scheduleHsmClusterDeletionDetails": model.ScheduleHsmClusterDeletionDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
+ * previous GET or POST response for that resource. The resource will be
31
+ * updated or deleted only if the etag you provide matches the resource's
32
+ * current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request. If provided, the returned request ID
38
+ * will include this value. Otherwise, a random request ID will be
39
+ * generated by the service.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ /**
44
+ * A token that uniquely identifies a request so it can be retried in case
45
+ * of a timeout or server error without risk of executing that same action
46
+ * again. Retry tokens expire after 24 hours, but can be invalidated
47
+ * before then due to conflicting operations (e.g., if a resource has been
48
+ * deleted and purged from the system, then a retry of the original
49
+ * creation request may be rejected).
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=schedule-hsm-cluster-deletion-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schedule-hsm-cluster-deletion-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/schedule-hsm-cluster-deletion-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletionRequest.
17
17
  */
18
18
  export interface ScheduleKeyDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletionRequest.
17
17
  */
18
18
  export interface ScheduleKeyVersionDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletionRequest.
17
17
  */
18
18
  export interface ScheduleVaultDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/Sign.ts.html |here} to see how to use SignRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Sign.ts.html |here} to see how to use SignRequest.
17
17
  */
18
18
  export interface SignRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdateEkmsPrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmClusterRequest.
17
+ */
18
+ export interface UpdateHsmClusterRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the HSM Cluster.
21
+ */
22
+ "hsmClusterId": string;
23
+ /**
24
+ * Details of the HsmCluster Resource
25
+ */
26
+ "updateHsmClusterDetails": model.UpdateHsmClusterDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
+ * previous GET or POST response for that resource. The resource will be
31
+ * updated or deleted only if the etag you provide matches the resource's
32
+ * current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request. If provided, the returned request ID
38
+ * will include this value. Otherwise, a random request ID will be
39
+ * generated by the service.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-hsm-cluster-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-hsm-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/update-hsm-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKeyRequest.
17
17
  */
18
18
  export interface UpdateKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVaultRequest.
17
17
  */
18
18
  export interface UpdateVaultRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificatesRequest.
17
+ */
18
+ export interface UploadPartitionCertificatesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the HSM Cluster.
21
+ */
22
+ "hsmClusterId": string;
23
+ /**
24
+ * To upload partition certificates.
25
+ */
26
+ "uploadPartitionCertificatesDetails": model.UploadPartitionCertificatesDetails;
27
+ /**
28
+ * Unique identifier for the request. If provided, the returned request ID
29
+ * will include this value. Otherwise, a random request ID will be
30
+ * generated by the service.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ /**
35
+ * A token that uniquely identifies a request so it can be retried in case
36
+ * of a timeout or server error without risk of executing that same action
37
+ * again. Retry tokens expire after 24 hours, but can be invalidated
38
+ * before then due to conflicting operations (e.g., if a resource has been
39
+ * deleted and purged from the system, then a retry of the original
40
+ * creation request may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * For optimistic concurrency control. In the PUT or DELETE call for a
46
+ * resource, set the {@code if-match} parameter to the value of the etag from a
47
+ * previous GET or POST response for that resource. The resource will be
48
+ * updated or deleted only if the etag you provide matches the resource's
49
+ * current etag value.
50
+ *
51
+ */
52
+ "ifMatch"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=upload-partition-certificates-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload-partition-certificates-request.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/request/upload-partition-certificates-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/Verify.ts.html |here} to see how to use VerifyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/keymanagement/Verify.ts.html |here} to see how to use VerifyRequest.
17
17
  */
18
18
  export interface VerifyRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CancelHsmClusterDeletionResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.HsmCluster instance.
27
+ */
28
+ "hsmCluster": model.HsmCluster;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=cancel-hsm-cluster-deletion-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-hsm-cluster-deletion-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/cancel-hsm-cluster-deletion-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface ChangeHsmClusterCompartmentResponse {
14
+ /**
15
+ * For optimistic concurrency control. See {@code if-match}.
16
+ */
17
+ "etag": string;
18
+ /**
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
+ * a particular request, please provide the request ID.
21
+ *
22
+ */
23
+ "opcRequestId": string;
24
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-hsm-cluster-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-hsm-cluster-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/change-hsm-cluster-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateHsmClusterResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.HsmCluster instance.
27
+ */
28
+ "hsmCluster": model.HsmCluster;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-hsm-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-hsm-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/create-hsm-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface DownloadCertificateSigningRequestResponse {
14
+ /**
15
+ * For optimistic concurrency control. See {@code if-match}.
16
+ */
17
+ "etag": string;
18
+ /**
19
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
20
+ * a particular request, please provide the request ID.
21
+ *
22
+ */
23
+ "opcRequestId": string;
24
+ /**
25
+ * The returned string instance.
26
+ */
27
+ "value": string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=download-certificate-signing-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-certificate-signing-request-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/download-certificate-signing-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetHsmClusterResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.HsmCluster instance.
27
+ */
28
+ "hsmCluster": model.HsmCluster;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: release
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-hsm-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-hsm-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/response/get-hsm-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: release
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetHsmPartitionResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about
21
+ * a particular request, please provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The returned model.HsmPartition instance.
27
+ */
28
+ "hsmPartition": model.HsmPartition;
29
+ }