oci-keymanagement 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/lib/client.d.ts +68 -50
  2. package/lib/client.js +79 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-ekms-private-endpoint-details.d.ts +2 -2
  5. package/lib/model/create-key-details.d.ts +8 -8
  6. package/lib/model/create-vault-details.d.ts +2 -2
  7. package/lib/model/decrypt-data-details.d.ts +3 -3
  8. package/lib/model/decrypted-data.d.ts +3 -3
  9. package/lib/model/ekms-private-endpoint-summary.d.ts +2 -2
  10. package/lib/model/ekms-private-endpoint.d.ts +2 -2
  11. package/lib/model/encrypt-data-details.d.ts +3 -3
  12. package/lib/model/encrypted-data.d.ts +3 -3
  13. package/lib/model/export-key-details.d.ts +2 -2
  14. package/lib/model/generated-key.d.ts +2 -2
  15. package/lib/model/import-key-details.d.ts +6 -6
  16. package/lib/model/import-key-version-details.d.ts +2 -2
  17. package/lib/model/key-shape.d.ts +1 -1
  18. package/lib/model/key-summary.d.ts +10 -10
  19. package/lib/model/key-version-summary.d.ts +3 -3
  20. package/lib/model/key-version.d.ts +4 -4
  21. package/lib/model/key.d.ts +12 -12
  22. package/lib/model/sign-data-details.d.ts +1 -1
  23. package/lib/model/update-ekms-private-endpoint-details.d.ts +2 -2
  24. package/lib/model/update-key-details.d.ts +2 -2
  25. package/lib/model/update-vault-details.d.ts +2 -2
  26. package/lib/model/vault-summary.d.ts +4 -4
  27. package/lib/model/vault-usage.d.ts +4 -4
  28. package/lib/model/vault.d.ts +5 -5
  29. package/lib/model/verify-data-details.d.ts +1 -1
  30. package/lib/model/wrapped-import-key.d.ts +2 -2
  31. package/lib/model/wrapping-key.d.ts +2 -2
  32. package/lib/request/backup-key-request.d.ts +2 -2
  33. package/lib/request/backup-vault-request.d.ts +2 -2
  34. package/lib/request/cancel-key-deletion-request.d.ts +2 -2
  35. package/lib/request/cancel-key-version-deletion-request.d.ts +2 -2
  36. package/lib/request/cancel-vault-deletion-request.d.ts +2 -2
  37. package/lib/request/change-key-compartment-request.d.ts +2 -2
  38. package/lib/request/change-vault-compartment-request.d.ts +2 -2
  39. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  40. package/lib/request/create-key-request.d.ts +1 -1
  41. package/lib/request/create-key-version-request.d.ts +1 -1
  42. package/lib/request/create-vault-replica-request.d.ts +2 -2
  43. package/lib/request/create-vault-request.d.ts +1 -1
  44. package/lib/request/decrypt-request.d.ts +1 -1
  45. package/lib/request/delete-ekms-private-endpoint-request.d.ts +2 -2
  46. package/lib/request/delete-vault-replica-request.d.ts +2 -2
  47. package/lib/request/disable-key-request.d.ts +2 -2
  48. package/lib/request/enable-key-request.d.ts +2 -2
  49. package/lib/request/encrypt-request.d.ts +1 -1
  50. package/lib/request/export-key-request.d.ts +1 -1
  51. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  52. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/get-key-request.d.ts +1 -1
  54. package/lib/request/get-key-version-request.d.ts +1 -1
  55. package/lib/request/get-replication-status-request.d.ts +1 -1
  56. package/lib/request/get-vault-request.d.ts +1 -1
  57. package/lib/request/get-vault-usage-request.d.ts +1 -1
  58. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  59. package/lib/request/import-key-request.d.ts +1 -1
  60. package/lib/request/import-key-version-request.d.ts +1 -1
  61. package/lib/request/list-ekms-private-endpoints-request.d.ts +4 -4
  62. package/lib/request/list-key-versions-request.d.ts +4 -4
  63. package/lib/request/list-keys-request.d.ts +9 -9
  64. package/lib/request/list-vault-replicas-request.d.ts +5 -5
  65. package/lib/request/list-vaults-request.d.ts +4 -4
  66. package/lib/request/restore-key-from-file-request.d.ts +2 -2
  67. package/lib/request/restore-key-from-object-store-request.d.ts +2 -2
  68. package/lib/request/restore-vault-from-file-request.d.ts +2 -2
  69. package/lib/request/restore-vault-from-object-store-request.d.ts +2 -2
  70. package/lib/request/schedule-key-deletion-request.d.ts +2 -2
  71. package/lib/request/schedule-key-version-deletion-request.d.ts +2 -2
  72. package/lib/request/schedule-vault-deletion-request.d.ts +2 -2
  73. package/lib/request/sign-request.d.ts +1 -1
  74. package/lib/request/update-ekms-private-endpoint-request.d.ts +2 -2
  75. package/lib/request/update-key-request.d.ts +2 -2
  76. package/lib/request/update-vault-request.d.ts +2 -2
  77. package/lib/request/verify-request.d.ts +1 -1
  78. package/lib/response/backup-key-response.d.ts +1 -1
  79. package/lib/response/backup-vault-response.d.ts +1 -1
  80. package/lib/response/cancel-key-deletion-response.d.ts +1 -1
  81. package/lib/response/cancel-key-version-deletion-response.d.ts +1 -1
  82. package/lib/response/cancel-vault-deletion-response.d.ts +1 -1
  83. package/lib/response/change-key-compartment-response.d.ts +1 -1
  84. package/lib/response/change-vault-compartment-response.d.ts +1 -1
  85. package/lib/response/create-ekms-private-endpoint-response.d.ts +1 -1
  86. package/lib/response/create-key-response.d.ts +1 -1
  87. package/lib/response/create-key-version-response.d.ts +1 -1
  88. package/lib/response/create-vault-response.d.ts +1 -1
  89. package/lib/response/disable-key-response.d.ts +1 -1
  90. package/lib/response/enable-key-response.d.ts +1 -1
  91. package/lib/response/get-ekms-private-endpoint-response.d.ts +1 -1
  92. package/lib/response/get-key-response.d.ts +1 -1
  93. package/lib/response/get-key-version-response.d.ts +1 -1
  94. package/lib/response/get-replication-status-response.d.ts +1 -1
  95. package/lib/response/get-vault-response.d.ts +1 -1
  96. package/lib/response/get-wrapping-key-response.d.ts +1 -1
  97. package/lib/response/import-key-response.d.ts +1 -1
  98. package/lib/response/import-key-version-response.d.ts +1 -1
  99. package/lib/response/list-ekms-private-endpoints-response.d.ts +1 -1
  100. package/lib/response/list-key-versions-response.d.ts +1 -1
  101. package/lib/response/list-keys-response.d.ts +1 -1
  102. package/lib/response/list-vault-replicas-response.d.ts +2 -2
  103. package/lib/response/list-vaults-response.d.ts +1 -1
  104. package/lib/response/restore-key-from-file-response.d.ts +1 -1
  105. package/lib/response/restore-key-from-object-store-response.d.ts +1 -1
  106. package/lib/response/restore-vault-from-file-response.d.ts +1 -1
  107. package/lib/response/restore-vault-from-object-store-response.d.ts +1 -1
  108. package/lib/response/schedule-key-deletion-response.d.ts +1 -1
  109. package/lib/response/schedule-key-version-deletion-response.d.ts +1 -1
  110. package/lib/response/schedule-vault-deletion-response.d.ts +1 -1
  111. package/lib/response/update-ekms-private-endpoint-response.d.ts +1 -1
  112. package/lib/response/update-key-response.d.ts +1 -1
  113. package/lib/response/update-vault-response.d.ts +1 -1
  114. package/package.json +3 -3
@@ -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.76.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeVaultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ChangeVaultCompartmentRequest extends common.BaseRequest {
26
26
  "changeVaultCompartmentDetails": model.ChangeVaultCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateEkmsPrivateEndpointRequest 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.76.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKeyRequest.
17
17
  */
18
18
  export interface CreateKeyRequest 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.76.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
17
17
  */
18
18
  export interface CreateKeyVersionRequest 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.76.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplicaRequest.
17
17
  */
18
18
  export interface CreateVaultReplicaRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface CreateVaultReplicaRequest extends common.BaseRequest {
26
26
  "createVaultReplicaDetails": model.CreateVaultReplicaDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVaultRequest.
17
17
  */
18
18
  export interface CreateVaultRequest 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.76.1/keymanagement/Decrypt.ts.html |here} to see how to use DecryptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Decrypt.ts.html |here} to see how to use DecryptRequest.
17
17
  */
18
18
  export interface DecryptRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteEkmsPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DeleteEkmsPrivateEndpointRequest extends common.BaseRequest {
21
21
  "ekmsPrivateEndpointId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -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.76.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplicaRequest.
17
17
  */
18
18
  export interface DeleteVaultReplicaRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface DeleteVaultReplicaRequest extends common.BaseRequest {
26
26
  "deleteVaultReplicaDetails": model.DeleteVaultReplicaDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKeyRequest.
16
16
  */
17
17
  export interface DisableKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface DisableKeyRequest extends common.BaseRequest {
21
21
  "keyId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -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.76.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKeyRequest.
16
16
  */
17
17
  export interface EnableKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface EnableKeyRequest extends common.BaseRequest {
21
21
  "keyId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -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.76.1/keymanagement/Encrypt.ts.html |here} to see how to use EncryptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Encrypt.ts.html |here} to see how to use EncryptRequest.
17
17
  */
18
18
  export interface EncryptRequest 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.76.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKeyRequest.
17
17
  */
18
18
  export interface ExportKeyRequest 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.76.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKeyRequest.
17
17
  */
18
18
  export interface GenerateDataEncryptionKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetEkmsPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetKey.ts.html |here} to see how to use GetKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetKey.ts.html |here} to see how to use GetKeyRequest.
16
16
  */
17
17
  export interface GetKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersionRequest.
16
16
  */
17
17
  export interface GetKeyVersionRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatusRequest.
16
16
  */
17
17
  export interface GetReplicationStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetVault.ts.html |here} to see how to use GetVaultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetVault.ts.html |here} to see how to use GetVaultRequest.
16
16
  */
17
17
  export interface GetVaultRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsageRequest.
16
16
  */
17
17
  export interface GetVaultUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKeyRequest.
17
17
  */
18
18
  export interface ImportKeyRequest 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.76.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersionRequest.
17
17
  */
18
18
  export interface ImportKeyVersionRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpointsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpointsRequest.
16
16
  */
17
17
  export interface ListEkmsPrivateEndpointsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,19 +25,19 @@ export interface ListEkmsPrivateEndpointsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header
28
+ * The value of the {@code opc-next-page} response header
29
29
  * from the previous \"List\" call.
30
30
  *
31
31
  */
32
32
  "page"?: string;
33
33
  /**
34
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
34
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
35
35
  *
36
36
  */
37
37
  "sortOrder"?: ListEkmsPrivateEndpointsRequest.SortOrder;
38
38
  /**
39
39
  * The field to sort by. You can specify only one sort order. The default
40
- * order for `TIMECREATED` is descending. The default order for `DISPLAYNAME`
40
+ * order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
41
41
  * is ascending.
42
42
  *
43
43
  */
@@ -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.76.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersionsRequest.
16
16
  */
17
17
  export interface ListKeyVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListKeyVersionsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header
28
+ * The value of the {@code opc-next-page} response header
29
29
  * from the previous \"List\" call.
30
30
  *
31
31
  */
@@ -39,13 +39,13 @@ export interface ListKeyVersionsRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * The field to sort by. You can specify only one sort order. The default
42
- * order for `TIMECREATED` is descending. The default order for `DISPLAYNAME`
42
+ * order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
43
43
  * is ascending.
44
44
  *
45
45
  */
46
46
  "sortBy"?: ListKeyVersionsRequest.SortBy;
47
47
  /**
48
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
48
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
49
49
  *
50
50
  */
51
51
  "sortOrder"?: ListKeyVersionsRequest.SortOrder;
@@ -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.76.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeysRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeysRequest.
16
16
  */
17
17
  export interface ListKeysRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListKeysRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header
28
+ * The value of the {@code opc-next-page} response header
29
29
  * from the previous \"List\" call.
30
30
  *
31
31
  */
@@ -39,24 +39,24 @@ export interface ListKeysRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * The field to sort by. You can specify only one sort order. The default
42
- * order for `TIMECREATED` is descending. The default order for `DISPLAYNAME`
42
+ * order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
43
43
  * is ascending.
44
44
  *
45
45
  */
46
46
  "sortBy"?: ListKeysRequest.SortBy;
47
47
  /**
48
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
48
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
49
49
  *
50
50
  */
51
51
  "sortOrder"?: ListKeysRequest.SortOrder;
52
52
  /**
53
53
  * A key's protection mode indicates how the key persists and where cryptographic operations that use the key are performed. A
54
- * protection mode of `HSM` means that the key persists on a hardware security module (HSM) and all cryptographic operations are
55
- * performed inside the HSM. A protection mode of `SOFTWARE` means that the key persists on the server, protected by the vault's
54
+ * protection mode of {@code HSM} means that the key persists on a hardware security module (HSM) and all cryptographic operations are
55
+ * performed inside the HSM. A protection mode of {@code SOFTWARE} means that the key persists on the server, protected by the vault's
56
56
  * RSA wrapping key which persists on the HSM. All cryptographic operations that use a key with a protection mode of
57
- * `SOFTWARE` are performed on the server.
58
- * A protection mode of `EXTERNAL` mean that the key persists on the customer's external key manager which is hosted externally outside of oracle.
59
- * Oracle only hold a reference to that key. All cryptographic operations that use a key with a protection mode of `EXTERNAL` are performed by external key manager.
57
+ * {@code SOFTWARE} are performed on the server.
58
+ * A protection mode of {@code EXTERNAL} mean that the key persists on the customer's external key manager which is hosted externally outside of oracle.
59
+ * Oracle only hold a reference to that key. All cryptographic operations that use a key with a protection mode of {@code EXTERNAL} are performed by external key manager.
60
60
  *
61
61
  */
62
62
  "protectionMode"?: ListKeysRequest.ProtectionMode;
@@ -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.76.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicasRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicasRequest.
16
16
  */
17
17
  export interface ListVaultReplicasRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListVaultReplicasRequest extends common.BaseRequest {
21
21
  "vaultId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call for a
24
- * resource, set the `if-match` parameter to the value of the etag from a
24
+ * resource, set the {@code if-match} parameter to the value of the etag from a
25
25
  * previous GET or POST response for that resource. The resource will be
26
26
  * updated or deleted only if the etag you provide matches the resource's
27
27
  * current etag value.
@@ -34,7 +34,7 @@ export interface ListVaultReplicasRequest extends common.BaseRequest {
34
34
  */
35
35
  "limit"?: number;
36
36
  /**
37
- * The value of the `opc-next-page` response header
37
+ * The value of the {@code opc-next-page} response header
38
38
  * from the previous \"List\" call.
39
39
  *
40
40
  */
@@ -58,13 +58,13 @@ export interface ListVaultReplicasRequest extends common.BaseRequest {
58
58
  "opcRetryToken"?: string;
59
59
  /**
60
60
  * The field to sort by. You can specify only one sort order. The default
61
- * order for `TIMECREATED` is descending. The default order for `DISPLAYNAME`
61
+ * order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
62
62
  * is ascending.
63
63
  *
64
64
  */
65
65
  "sortBy"?: ListVaultReplicasRequest.SortBy;
66
66
  /**
67
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
67
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
68
68
  *
69
69
  */
70
70
  "sortOrder"?: ListVaultReplicasRequest.SortOrder;
@@ -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.76.1/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.77.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaultsRequest.
16
16
  */
17
17
  export interface ListVaultsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListVaultsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header
28
+ * The value of the {@code opc-next-page} response header
29
29
  * from the previous \"List\" call.
30
30
  *
31
31
  */
@@ -39,13 +39,13 @@ export interface ListVaultsRequest extends common.BaseRequest {
39
39
  "opcRequestId"?: string;
40
40
  /**
41
41
  * The field to sort by. You can specify only one sort order. The default
42
- * order for `TIMECREATED` is descending. The default order for `DISPLAYNAME`
42
+ * order for {@code TIMECREATED} is descending. The default order for {@code DISPLAYNAME}
43
43
  * is ascending.
44
44
  *
45
45
  */
46
46
  "sortBy"?: ListVaultsRequest.SortBy;
47
47
  /**
48
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
48
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
49
49
  *
50
50
  */
51
51
  "sortOrder"?: ListVaultsRequest.SortOrder;
@@ -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.76.1/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.77.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFileRequest.
18
18
  */
19
19
  export interface RestoreKeyFromFileRequest extends common.BaseRequest {
20
20
  /**
@@ -27,7 +27,7 @@ export interface RestoreKeyFromFileRequest extends common.BaseRequest {
27
27
  "restoreKeyFromFileDetails": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
28
28
  /**
29
29
  * For optimistic concurrency control. In the PUT or DELETE call for a
30
- * resource, set the `if-match` parameter to the value of the etag from a
30
+ * resource, set the {@code if-match} parameter to the value of the etag from a
31
31
  * previous GET or POST response for that resource. The resource will be
32
32
  * updated or deleted only if the etag you provide matches the resource's
33
33
  * current etag value.
@@ -13,12 +13,12 @@
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.76.1/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.77.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStoreRequest.
17
17
  */
18
18
  export interface RestoreKeyFromObjectStoreRequest extends common.BaseRequest {
19
19
  /**
20
20
  * For optimistic concurrency control. In the PUT or DELETE call for a
21
- * resource, set the `if-match` parameter to the value of the etag from a
21
+ * resource, set the {@code if-match} parameter to the value of the etag from a
22
22
  * previous GET or POST response for that resource. The resource will be
23
23
  * updated or deleted only if the etag you provide matches the resource's
24
24
  * current etag value.
@@ -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.76.1/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.77.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFileRequest.
18
18
  */
19
19
  export interface RestoreVaultFromFileRequest extends common.BaseRequest {
20
20
  /**
@@ -31,7 +31,7 @@ export interface RestoreVaultFromFileRequest extends common.BaseRequest {
31
31
  "restoreVaultFromFileDetails": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
32
32
  /**
33
33
  * For optimistic concurrency control. In the PUT or DELETE call for a
34
- * resource, set the `if-match` parameter to the value of the etag from a
34
+ * resource, set the {@code if-match} parameter to the value of the etag from a
35
35
  * previous GET or POST response for that resource. The resource will be
36
36
  * updated or deleted only if the etag you provide matches the resource's
37
37
  * current etag value.
@@ -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.76.1/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.77.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStoreRequest.
17
17
  */
18
18
  export interface RestoreVaultFromObjectStoreRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface RestoreVaultFromObjectStoreRequest extends common.BaseRequest {
22
22
  "compartmentId": string;
23
23
  /**
24
24
  * For optimistic concurrency control. In the PUT or DELETE call for a
25
- * resource, set the `if-match` parameter to the value of the etag from a
25
+ * resource, set the {@code if-match} parameter to the value of the etag from a
26
26
  * previous GET or POST response for that resource. The resource will be
27
27
  * updated or deleted only if the etag you provide matches the resource's
28
28
  * current etag value.
@@ -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.76.1/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.77.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletionRequest.
17
17
  */
18
18
  export interface ScheduleKeyDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ScheduleKeyDeletionRequest extends common.BaseRequest {
26
26
  "scheduleKeyDeletionDetails": model.ScheduleKeyDeletionDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.
@@ -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.76.1/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.77.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletionRequest.
17
17
  */
18
18
  export interface ScheduleKeyVersionDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -30,7 +30,7 @@ export interface ScheduleKeyVersionDeletionRequest extends common.BaseRequest {
30
30
  "scheduleKeyVersionDeletionDetails": model.ScheduleKeyVersionDeletionDetails;
31
31
  /**
32
32
  * For optimistic concurrency control. In the PUT or DELETE call for a
33
- * resource, set the `if-match` parameter to the value of the etag from a
33
+ * resource, set the {@code if-match} parameter to the value of the etag from a
34
34
  * previous GET or POST response for that resource. The resource will be
35
35
  * updated or deleted only if the etag you provide matches the resource's
36
36
  * current etag value.
@@ -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.76.1/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.77.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletionRequest.
17
17
  */
18
18
  export interface ScheduleVaultDeletionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface ScheduleVaultDeletionRequest extends common.BaseRequest {
26
26
  "scheduleVaultDeletionDetails": model.ScheduleVaultDeletionDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call for a
29
- * resource, set the `if-match` parameter to the value of the etag from a
29
+ * resource, set the {@code if-match} parameter to the value of the etag from a
30
30
  * previous GET or POST response for that resource. The resource will be
31
31
  * updated or deleted only if the etag you provide matches the resource's
32
32
  * current etag value.