oci-keymanagement 2.88.2 → 2.89.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 (61) hide show
  1. package/lib/client.d.ts +58 -58
  2. package/lib/client.js +58 -58
  3. package/lib/request/backup-key-request.d.ts +1 -1
  4. package/lib/request/backup-vault-request.d.ts +1 -1
  5. package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +1 -1
  6. package/lib/request/cancel-key-deletion-request.d.ts +1 -1
  7. package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
  8. package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
  9. package/lib/request/change-hsm-cluster-compartment-request.d.ts +1 -1
  10. package/lib/request/change-key-compartment-request.d.ts +1 -1
  11. package/lib/request/change-vault-compartment-request.d.ts +1 -1
  12. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  13. package/lib/request/create-hsm-cluster-request.d.ts +1 -1
  14. package/lib/request/create-key-request.d.ts +1 -1
  15. package/lib/request/create-key-version-request.d.ts +1 -1
  16. package/lib/request/create-vault-replica-request.d.ts +1 -1
  17. package/lib/request/create-vault-request.d.ts +1 -1
  18. package/lib/request/decrypt-request.d.ts +1 -1
  19. package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
  20. package/lib/request/delete-vault-replica-request.d.ts +1 -1
  21. package/lib/request/disable-key-request.d.ts +1 -1
  22. package/lib/request/download-certificate-signing-request-request.d.ts +1 -1
  23. package/lib/request/enable-key-request.d.ts +1 -1
  24. package/lib/request/encrypt-request.d.ts +1 -1
  25. package/lib/request/export-key-request.d.ts +1 -1
  26. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  27. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  28. package/lib/request/get-hsm-cluster-request.d.ts +1 -1
  29. package/lib/request/get-hsm-partition-request.d.ts +1 -1
  30. package/lib/request/get-key-request.d.ts +1 -1
  31. package/lib/request/get-key-version-request.d.ts +1 -1
  32. package/lib/request/get-pre-co-user-credentials-request.d.ts +1 -1
  33. package/lib/request/get-replication-status-request.d.ts +1 -1
  34. package/lib/request/get-vault-request.d.ts +1 -1
  35. package/lib/request/get-vault-usage-request.d.ts +1 -1
  36. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  37. package/lib/request/import-key-request.d.ts +1 -1
  38. package/lib/request/import-key-version-request.d.ts +1 -1
  39. package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
  40. package/lib/request/list-hsm-clusters-request.d.ts +1 -1
  41. package/lib/request/list-hsm-partitions-request.d.ts +1 -1
  42. package/lib/request/list-key-versions-request.d.ts +1 -1
  43. package/lib/request/list-keys-request.d.ts +1 -1
  44. package/lib/request/list-vault-replicas-request.d.ts +1 -1
  45. package/lib/request/list-vaults-request.d.ts +1 -1
  46. package/lib/request/restore-key-from-file-request.d.ts +1 -1
  47. package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
  48. package/lib/request/restore-vault-from-file-request.d.ts +1 -1
  49. package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
  50. package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +1 -1
  51. package/lib/request/schedule-key-deletion-request.d.ts +1 -1
  52. package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
  53. package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
  54. package/lib/request/sign-request.d.ts +1 -1
  55. package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
  56. package/lib/request/update-hsm-cluster-request.d.ts +1 -1
  57. package/lib/request/update-key-request.d.ts +1 -1
  58. package/lib/request/update-vault-request.d.ts +1 -1
  59. package/lib/request/upload-partition-certificates-request.d.ts +1 -1
  60. package/lib/request/verify-request.d.ts +1 -1
  61. 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.88.2/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmClusterRequest.
17
17
  */
18
18
  export interface CreateHsmClusterRequest 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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplicaRequest.
17
17
  */
18
18
  export interface CreateVaultReplicaRequest 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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteEkmsPrivateEndpointRequest 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.88.2/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.89.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplicaRequest.
17
17
  */
18
18
  export interface DeleteVaultReplicaRequest 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.88.2/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.89.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKeyRequest.
16
16
  */
17
17
  export interface DisableKeyRequest 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.88.2/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequestRequest.
16
16
  */
17
17
  export interface DownloadCertificateSigningRequestRequest 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.88.2/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.89.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKeyRequest.
16
16
  */
17
17
  export interface EnableKeyRequest 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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmClusterRequest.
16
16
  */
17
17
  export interface GetHsmClusterRequest 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.88.2/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartitionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartitionRequest.
16
16
  */
17
17
  export interface GetHsmPartitionRequest 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.88.2/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.89.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.88.2/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.89.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.88.2/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentialsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentialsRequest.
16
16
  */
17
17
  export interface GetPreCoUserCredentialsRequest 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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.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.88.2/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.89.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpointsRequest.
16
16
  */
17
17
  export interface ListEkmsPrivateEndpointsRequest 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.88.2/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClustersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClustersRequest.
16
16
  */
17
17
  export interface ListHsmClustersRequest 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.88.2/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitionsRequest.
16
16
  */
17
17
  export interface ListHsmPartitionsRequest 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.88.2/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.89.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersionsRequest.
16
16
  */
17
17
  export interface ListKeyVersionsRequest 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.88.2/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.89.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeysRequest.
16
16
  */
17
17
  export interface ListKeysRequest 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.88.2/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.89.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicasRequest.
16
16
  */
17
17
  export interface ListVaultReplicasRequest 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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStoreRequest.
17
17
  */
18
18
  export interface RestoreVaultFromObjectStoreRequest 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.88.2/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletionRequest.
17
17
  */
18
18
  export interface ScheduleHsmClusterDeletionRequest 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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/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.88.2/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.89.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdateEkmsPrivateEndpointRequest 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.88.2/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmClusterRequest.
17
17
  */
18
18
  export interface UpdateHsmClusterRequest 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.88.2/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.89.1/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.88.2/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.89.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVaultRequest.
17
17
  */
18
18
  export interface UpdateVaultRequest 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.88.2/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificatesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificatesRequest.
17
17
  */
18
18
  export interface UploadPartitionCertificatesRequest 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.88.2/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.89.1/keymanagement/Verify.ts.html |here} to see how to use VerifyRequest.
17
17
  */
18
18
  export interface VerifyRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-keymanagement",
3
- "version": "2.88.2",
3
+ "version": "2.89.1",
4
4
  "description": "OCI NodeJS client for Key Management",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.88.2",
19
- "oci-workrequests": "2.88.2"
18
+ "oci-common": "2.89.1",
19
+ "oci-workrequests": "2.89.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"