oci-keymanagement 2.77.1 → 2.78.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 (49) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  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-key-deletion-request.d.ts +1 -1
  6. package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
  7. package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
  8. package/lib/request/change-key-compartment-request.d.ts +1 -1
  9. package/lib/request/change-vault-compartment-request.d.ts +1 -1
  10. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  11. package/lib/request/create-key-request.d.ts +1 -1
  12. package/lib/request/create-key-version-request.d.ts +1 -1
  13. package/lib/request/create-vault-replica-request.d.ts +1 -1
  14. package/lib/request/create-vault-request.d.ts +1 -1
  15. package/lib/request/decrypt-request.d.ts +1 -1
  16. package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
  17. package/lib/request/delete-vault-replica-request.d.ts +1 -1
  18. package/lib/request/disable-key-request.d.ts +1 -1
  19. package/lib/request/enable-key-request.d.ts +1 -1
  20. package/lib/request/encrypt-request.d.ts +1 -1
  21. package/lib/request/export-key-request.d.ts +1 -1
  22. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  23. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  24. package/lib/request/get-key-request.d.ts +1 -1
  25. package/lib/request/get-key-version-request.d.ts +1 -1
  26. package/lib/request/get-replication-status-request.d.ts +1 -1
  27. package/lib/request/get-vault-request.d.ts +1 -1
  28. package/lib/request/get-vault-usage-request.d.ts +1 -1
  29. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  30. package/lib/request/import-key-request.d.ts +1 -1
  31. package/lib/request/import-key-version-request.d.ts +1 -1
  32. package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
  33. package/lib/request/list-key-versions-request.d.ts +1 -1
  34. package/lib/request/list-keys-request.d.ts +1 -1
  35. package/lib/request/list-vault-replicas-request.d.ts +1 -1
  36. package/lib/request/list-vaults-request.d.ts +1 -1
  37. package/lib/request/restore-key-from-file-request.d.ts +1 -1
  38. package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
  39. package/lib/request/restore-vault-from-file-request.d.ts +1 -1
  40. package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
  41. package/lib/request/schedule-key-deletion-request.d.ts +1 -1
  42. package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
  43. package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
  44. package/lib/request/sign-request.d.ts +1 -1
  45. package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
  46. package/lib/request/update-key-request.d.ts +1 -1
  47. package/lib/request/update-vault-request.d.ts +1 -1
  48. package/lib/request/verify-request.d.ts +1 -1
  49. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -199,7 +199,7 @@ class EkmClient {
199
199
  * @param CreateEkmsPrivateEndpointRequest
200
200
  * @return CreateEkmsPrivateEndpointResponse
201
201
  * @throws OciError when an error occurs
202
- * @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 CreateEkmsPrivateEndpoint API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
203
203
  */
204
204
  createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest) {
205
205
  return __awaiter(this, void 0, void 0, function* () {
@@ -267,7 +267,7 @@ class EkmClient {
267
267
  * @param DeleteEkmsPrivateEndpointRequest
268
268
  * @return DeleteEkmsPrivateEndpointResponse
269
269
  * @throws OciError when an error occurs
270
- * @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 DeleteEkmsPrivateEndpoint API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
271
271
  */
272
272
  deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest) {
273
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -327,7 +327,7 @@ class EkmClient {
327
327
  * @param GetEkmsPrivateEndpointRequest
328
328
  * @return GetEkmsPrivateEndpointResponse
329
329
  * @throws OciError when an error occurs
330
- * @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 GetEkmsPrivateEndpoint API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
331
331
  */
332
332
  getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest) {
333
333
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class EkmClient {
391
391
  * @param ListEkmsPrivateEndpointsRequest
392
392
  * @return ListEkmsPrivateEndpointsResponse
393
393
  * @throws OciError when an error occurs
394
- * @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 ListEkmsPrivateEndpoints API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
395
395
  */
396
396
  listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -498,7 +498,7 @@ class EkmClient {
498
498
  * @param UpdateEkmsPrivateEndpointRequest
499
499
  * @return UpdateEkmsPrivateEndpointResponse
500
500
  * @throws OciError when an error occurs
501
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
501
+ * @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 UpdateEkmsPrivateEndpoint API.
502
502
  */
503
503
  updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest) {
504
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -649,7 +649,7 @@ class KmsCryptoClient {
649
649
  * @param DecryptRequest
650
650
  * @return DecryptResponse
651
651
  * @throws OciError when an error occurs
652
- * @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 Decrypt API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
653
653
  */
654
654
  decrypt(decryptRequest) {
655
655
  return __awaiter(this, void 0, void 0, function* () {
@@ -708,7 +708,7 @@ class KmsCryptoClient {
708
708
  * @param EncryptRequest
709
709
  * @return EncryptResponse
710
710
  * @throws OciError when an error occurs
711
- * @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 Encrypt API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
712
712
  */
713
713
  encrypt(encryptRequest) {
714
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -769,7 +769,7 @@ class KmsCryptoClient {
769
769
  * @param ExportKeyRequest
770
770
  * @return ExportKeyResponse
771
771
  * @throws OciError when an error occurs
772
- * @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 ExportKey API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
773
773
  */
774
774
  exportKey(exportKeyRequest) {
775
775
  return __awaiter(this, void 0, void 0, function* () {
@@ -826,7 +826,7 @@ class KmsCryptoClient {
826
826
  * @param GenerateDataEncryptionKeyRequest
827
827
  * @return GenerateDataEncryptionKeyResponse
828
828
  * @throws OciError when an error occurs
829
- * @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 GenerateDataEncryptionKey API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
830
830
  */
831
831
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
832
832
  return __awaiter(this, void 0, void 0, function* () {
@@ -887,7 +887,7 @@ class KmsCryptoClient {
887
887
  * @param SignRequest
888
888
  * @return SignResponse
889
889
  * @throws OciError when an error occurs
890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
890
+ * @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 Sign API.
891
891
  */
892
892
  sign(signRequest) {
893
893
  return __awaiter(this, void 0, void 0, function* () {
@@ -948,7 +948,7 @@ class KmsCryptoClient {
948
948
  * @param VerifyRequest
949
949
  * @return VerifyResponse
950
950
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
951
+ * @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 Verify API.
952
952
  */
953
953
  verify(verifyRequest) {
954
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1113,7 +1113,7 @@ class KmsManagementClient {
1113
1113
  * @param BackupKeyRequest
1114
1114
  * @return BackupKeyResponse
1115
1115
  * @throws OciError when an error occurs
1116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
1116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
1117
1117
  */
1118
1118
  backupKey(backupKeyRequest) {
1119
1119
  return __awaiter(this, void 0, void 0, function* () {
@@ -1192,7 +1192,7 @@ class KmsManagementClient {
1192
1192
  * @param CancelKeyDeletionRequest
1193
1193
  * @return CancelKeyDeletionResponse
1194
1194
  * @throws OciError when an error occurs
1195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
1195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
1196
1196
  */
1197
1197
  cancelKeyDeletion(cancelKeyDeletionRequest) {
1198
1198
  return __awaiter(this, void 0, void 0, function* () {
@@ -1265,7 +1265,7 @@ class KmsManagementClient {
1265
1265
  * @param CancelKeyVersionDeletionRequest
1266
1266
  * @return CancelKeyVersionDeletionResponse
1267
1267
  * @throws OciError when an error occurs
1268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
1268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
1269
1269
  */
1270
1270
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
1271
1271
  return __awaiter(this, void 0, void 0, function* () {
@@ -1340,7 +1340,7 @@ class KmsManagementClient {
1340
1340
  * @param ChangeKeyCompartmentRequest
1341
1341
  * @return ChangeKeyCompartmentResponse
1342
1342
  * @throws OciError when an error occurs
1343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
1344
1344
  */
1345
1345
  changeKeyCompartment(changeKeyCompartmentRequest) {
1346
1346
  return __awaiter(this, void 0, void 0, function* () {
@@ -1408,7 +1408,7 @@ class KmsManagementClient {
1408
1408
  * @param CreateKeyRequest
1409
1409
  * @return CreateKeyResponse
1410
1410
  * @throws OciError when an error occurs
1411
- * @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 CreateKey API.
1411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
1412
1412
  */
1413
1413
  createKey(createKeyRequest) {
1414
1414
  return __awaiter(this, void 0, void 0, function* () {
@@ -1478,7 +1478,7 @@ class KmsManagementClient {
1478
1478
  * @param CreateKeyVersionRequest
1479
1479
  * @return CreateKeyVersionResponse
1480
1480
  * @throws OciError when an error occurs
1481
- * @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 CreateKeyVersion API.
1481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
1482
1482
  */
1483
1483
  createKeyVersion(createKeyVersionRequest) {
1484
1484
  return __awaiter(this, void 0, void 0, function* () {
@@ -1550,7 +1550,7 @@ class KmsManagementClient {
1550
1550
  * @param DisableKeyRequest
1551
1551
  * @return DisableKeyResponse
1552
1552
  * @throws OciError when an error occurs
1553
- * @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 DisableKey API.
1553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1554
1554
  */
1555
1555
  disableKey(disableKeyRequest) {
1556
1556
  return __awaiter(this, void 0, void 0, function* () {
@@ -1622,7 +1622,7 @@ class KmsManagementClient {
1622
1622
  * @param EnableKeyRequest
1623
1623
  * @return EnableKeyResponse
1624
1624
  * @throws OciError when an error occurs
1625
- * @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 EnableKey API.
1625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1626
1626
  */
1627
1627
  enableKey(enableKeyRequest) {
1628
1628
  return __awaiter(this, void 0, void 0, function* () {
@@ -1693,7 +1693,7 @@ class KmsManagementClient {
1693
1693
  * @param GetKeyRequest
1694
1694
  * @return GetKeyResponse
1695
1695
  * @throws OciError when an error occurs
1696
- * @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 GetKey API.
1696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1697
1697
  */
1698
1698
  getKey(getKeyRequest) {
1699
1699
  return __awaiter(this, void 0, void 0, function* () {
@@ -1762,7 +1762,7 @@ class KmsManagementClient {
1762
1762
  * @param GetKeyVersionRequest
1763
1763
  * @return GetKeyVersionResponse
1764
1764
  * @throws OciError when an error occurs
1765
- * @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 GetKeyVersion API.
1765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1766
1766
  */
1767
1767
  getKeyVersion(getKeyVersionRequest) {
1768
1768
  return __awaiter(this, void 0, void 0, function* () {
@@ -1830,7 +1830,7 @@ class KmsManagementClient {
1830
1830
  * @param GetReplicationStatusRequest
1831
1831
  * @return GetReplicationStatusResponse
1832
1832
  * @throws OciError when an error occurs
1833
- * @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 GetReplicationStatus API.
1833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1834
1834
  */
1835
1835
  getReplicationStatus(getReplicationStatusRequest) {
1836
1836
  return __awaiter(this, void 0, void 0, function* () {
@@ -1895,7 +1895,7 @@ class KmsManagementClient {
1895
1895
  * @param GetWrappingKeyRequest
1896
1896
  * @return GetWrappingKeyResponse
1897
1897
  * @throws OciError when an error occurs
1898
- * @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 GetWrappingKey API.
1898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1899
1899
  */
1900
1900
  getWrappingKey(getWrappingKeyRequest) {
1901
1901
  return __awaiter(this, void 0, void 0, function* () {
@@ -1962,7 +1962,7 @@ class KmsManagementClient {
1962
1962
  * @param ImportKeyRequest
1963
1963
  * @return ImportKeyResponse
1964
1964
  * @throws OciError when an error occurs
1965
- * @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 ImportKey API.
1965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1966
1966
  */
1967
1967
  importKey(importKeyRequest) {
1968
1968
  return __awaiter(this, void 0, void 0, function* () {
@@ -2031,7 +2031,7 @@ class KmsManagementClient {
2031
2031
  * @param ImportKeyVersionRequest
2032
2032
  * @return ImportKeyVersionResponse
2033
2033
  * @throws OciError when an error occurs
2034
- * @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 ImportKeyVersion API.
2034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
2035
2035
  */
2036
2036
  importKeyVersion(importKeyVersionRequest) {
2037
2037
  return __awaiter(this, void 0, void 0, function* () {
@@ -2103,7 +2103,7 @@ class KmsManagementClient {
2103
2103
  * @param ListKeyVersionsRequest
2104
2104
  * @return ListKeyVersionsResponse
2105
2105
  * @throws OciError when an error occurs
2106
- * @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 ListKeyVersions API.
2106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
2107
2107
  */
2108
2108
  listKeyVersions(listKeyVersionsRequest) {
2109
2109
  return __awaiter(this, void 0, void 0, function* () {
@@ -2217,7 +2217,7 @@ class KmsManagementClient {
2217
2217
  * @param ListKeysRequest
2218
2218
  * @return ListKeysResponse
2219
2219
  * @throws OciError when an error occurs
2220
- * @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 ListKeys API.
2220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
2221
2221
  */
2222
2222
  listKeys(listKeysRequest) {
2223
2223
  return __awaiter(this, void 0, void 0, function* () {
@@ -2331,7 +2331,7 @@ class KmsManagementClient {
2331
2331
  * @param RestoreKeyFromFileRequest
2332
2332
  * @return RestoreKeyFromFileResponse
2333
2333
  * @throws OciError when an error occurs
2334
- * @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 RestoreKeyFromFile API.
2334
+ * @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 RestoreKeyFromFile API.
2335
2335
  */
2336
2336
  restoreKeyFromFile(restoreKeyFromFileRequest) {
2337
2337
  return __awaiter(this, void 0, void 0, function* () {
@@ -2410,7 +2410,7 @@ class KmsManagementClient {
2410
2410
  * @param RestoreKeyFromObjectStoreRequest
2411
2411
  * @return RestoreKeyFromObjectStoreResponse
2412
2412
  * @throws OciError when an error occurs
2413
- * @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 RestoreKeyFromObjectStore API.
2413
+ * @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 RestoreKeyFromObjectStore API.
2414
2414
  */
2415
2415
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
2416
2416
  return __awaiter(this, void 0, void 0, function* () {
@@ -2486,7 +2486,7 @@ class KmsManagementClient {
2486
2486
  * @param ScheduleKeyDeletionRequest
2487
2487
  * @return ScheduleKeyDeletionResponse
2488
2488
  * @throws OciError when an error occurs
2489
- * @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 ScheduleKeyDeletion API.
2489
+ * @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 ScheduleKeyDeletion API.
2490
2490
  */
2491
2491
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
2492
2492
  return __awaiter(this, void 0, void 0, function* () {
@@ -2559,7 +2559,7 @@ class KmsManagementClient {
2559
2559
  * @param ScheduleKeyVersionDeletionRequest
2560
2560
  * @return ScheduleKeyVersionDeletionResponse
2561
2561
  * @throws OciError when an error occurs
2562
- * @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 ScheduleKeyVersionDeletion API.
2562
+ * @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 ScheduleKeyVersionDeletion API.
2563
2563
  */
2564
2564
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
2565
2565
  return __awaiter(this, void 0, void 0, function* () {
@@ -2634,7 +2634,7 @@ class KmsManagementClient {
2634
2634
  * @param UpdateKeyRequest
2635
2635
  * @return UpdateKeyResponse
2636
2636
  * @throws OciError when an error occurs
2637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2637
+ * @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 UpdateKey API.
2638
2638
  */
2639
2639
  updateKey(updateKeyRequest) {
2640
2640
  return __awaiter(this, void 0, void 0, function* () {
@@ -2846,7 +2846,7 @@ class KmsVaultClient {
2846
2846
  * @param BackupVaultRequest
2847
2847
  * @return BackupVaultResponse
2848
2848
  * @throws OciError when an error occurs
2849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2850
2850
  */
2851
2851
  backupVault(backupVaultRequest) {
2852
2852
  return __awaiter(this, void 0, void 0, function* () {
@@ -2926,7 +2926,7 @@ class KmsVaultClient {
2926
2926
  * @param CancelVaultDeletionRequest
2927
2927
  * @return CancelVaultDeletionResponse
2928
2928
  * @throws OciError when an error occurs
2929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2930
2930
  */
2931
2931
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2932
2932
  return __awaiter(this, void 0, void 0, function* () {
@@ -3000,7 +3000,7 @@ class KmsVaultClient {
3000
3000
  * @param ChangeVaultCompartmentRequest
3001
3001
  * @return ChangeVaultCompartmentResponse
3002
3002
  * @throws OciError when an error occurs
3003
- * @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 ChangeVaultCompartment API.
3003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
3004
3004
  */
3005
3005
  changeVaultCompartment(changeVaultCompartmentRequest) {
3006
3006
  return __awaiter(this, void 0, void 0, function* () {
@@ -3071,7 +3071,7 @@ class KmsVaultClient {
3071
3071
  * @param CreateVaultRequest
3072
3072
  * @return CreateVaultResponse
3073
3073
  * @throws OciError when an error occurs
3074
- * @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 CreateVault API.
3074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
3075
3075
  */
3076
3076
  createVault(createVaultRequest) {
3077
3077
  return __awaiter(this, void 0, void 0, function* () {
@@ -3144,7 +3144,7 @@ class KmsVaultClient {
3144
3144
  * @param CreateVaultReplicaRequest
3145
3145
  * @return CreateVaultReplicaResponse
3146
3146
  * @throws OciError when an error occurs
3147
- * @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 CreateVaultReplica API.
3147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
3148
3148
  */
3149
3149
  createVaultReplica(createVaultReplicaRequest) {
3150
3150
  return __awaiter(this, void 0, void 0, function* () {
@@ -3212,7 +3212,7 @@ class KmsVaultClient {
3212
3212
  * @param DeleteVaultReplicaRequest
3213
3213
  * @return DeleteVaultReplicaResponse
3214
3214
  * @throws OciError when an error occurs
3215
- * @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 DeleteVaultReplica API.
3215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
3216
3216
  */
3217
3217
  deleteVaultReplica(deleteVaultReplicaRequest) {
3218
3218
  return __awaiter(this, void 0, void 0, function* () {
@@ -3280,7 +3280,7 @@ class KmsVaultClient {
3280
3280
  * @param GetVaultRequest
3281
3281
  * @return GetVaultResponse
3282
3282
  * @throws OciError when an error occurs
3283
- * @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 GetVault API.
3283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
3284
3284
  */
3285
3285
  getVault(getVaultRequest) {
3286
3286
  return __awaiter(this, void 0, void 0, function* () {
@@ -3344,7 +3344,7 @@ class KmsVaultClient {
3344
3344
  * @param GetVaultUsageRequest
3345
3345
  * @return GetVaultUsageResponse
3346
3346
  * @throws OciError when an error occurs
3347
- * @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 GetVaultUsage API.
3347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
3348
3348
  */
3349
3349
  getVaultUsage(getVaultUsageRequest) {
3350
3350
  return __awaiter(this, void 0, void 0, function* () {
@@ -3408,7 +3408,7 @@ class KmsVaultClient {
3408
3408
  * @param ListVaultReplicasRequest
3409
3409
  * @return ListVaultReplicasResponse
3410
3410
  * @throws OciError when an error occurs
3411
- * @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 ListVaultReplicas API.
3411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
3412
3412
  */
3413
3413
  listVaultReplicas(listVaultReplicasRequest) {
3414
3414
  return __awaiter(this, void 0, void 0, function* () {
@@ -3529,7 +3529,7 @@ class KmsVaultClient {
3529
3529
  * @param ListVaultsRequest
3530
3530
  * @return ListVaultsResponse
3531
3531
  * @throws OciError when an error occurs
3532
- * @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 ListVaults API.
3532
+ * @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 ListVaults API.
3533
3533
  */
3534
3534
  listVaults(listVaultsRequest) {
3535
3535
  return __awaiter(this, void 0, void 0, function* () {
@@ -3639,7 +3639,7 @@ class KmsVaultClient {
3639
3639
  * @param RestoreVaultFromFileRequest
3640
3640
  * @return RestoreVaultFromFileResponse
3641
3641
  * @throws OciError when an error occurs
3642
- * @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 RestoreVaultFromFile API.
3642
+ * @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 RestoreVaultFromFile API.
3643
3643
  */
3644
3644
  restoreVaultFromFile(restoreVaultFromFileRequest) {
3645
3645
  return __awaiter(this, void 0, void 0, function* () {
@@ -3720,7 +3720,7 @@ class KmsVaultClient {
3720
3720
  * @param RestoreVaultFromObjectStoreRequest
3721
3721
  * @return RestoreVaultFromObjectStoreResponse
3722
3722
  * @throws OciError when an error occurs
3723
- * @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 RestoreVaultFromObjectStore API.
3723
+ * @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 RestoreVaultFromObjectStore API.
3724
3724
  */
3725
3725
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3726
3726
  return __awaiter(this, void 0, void 0, function* () {
@@ -3801,7 +3801,7 @@ class KmsVaultClient {
3801
3801
  * @param ScheduleVaultDeletionRequest
3802
3802
  * @return ScheduleVaultDeletionResponse
3803
3803
  * @throws OciError when an error occurs
3804
- * @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 ScheduleVaultDeletion API.
3804
+ * @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 ScheduleVaultDeletion API.
3805
3805
  */
3806
3806
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3807
3807
  return __awaiter(this, void 0, void 0, function* () {
@@ -3875,7 +3875,7 @@ class KmsVaultClient {
3875
3875
  * @param UpdateVaultRequest
3876
3876
  * @return UpdateVaultResponse
3877
3877
  * @throws OciError when an error occurs
3878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3878
+ * @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 UpdateVault API.
3879
3879
  */
3880
3880
  updateVault(updateVaultRequest) {
3881
3881
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.77.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKeyRequest.
17
17
  */
18
18
  export interface BackupKeyRequest 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.77.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVaultRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVaultRequest.
17
17
  */
18
18
  export interface BackupVaultRequest 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.77.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletionRequest.
16
16
  */
17
17
  export interface CancelKeyDeletionRequest 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.77.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletionRequest.
16
16
  */
17
17
  export interface CancelKeyVersionDeletionRequest 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.77.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletionRequest.
16
16
  */
17
17
  export interface CancelVaultDeletionRequest 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.77.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartmentRequest.
17
17
  */
18
18
  export interface ChangeKeyCompartmentRequest 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.77.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.78.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeVaultCompartmentRequest 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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/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.77.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.78.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKeyRequest.
17
17
  */
18
18
  export interface ExportKeyRequest extends common.BaseRequest {
19
19
  /**