oci-keymanagement 2.18.0 → 2.19.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 (44) hide show
  1. package/lib/client.d.ts +41 -41
  2. package/lib/client.js +41 -41
  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-key-request.d.ts +1 -1
  11. package/lib/request/create-key-version-request.d.ts +1 -1
  12. package/lib/request/create-vault-replica-request.d.ts +1 -1
  13. package/lib/request/create-vault-request.d.ts +1 -1
  14. package/lib/request/decrypt-request.d.ts +1 -1
  15. package/lib/request/delete-vault-replica-request.d.ts +1 -1
  16. package/lib/request/disable-key-request.d.ts +1 -1
  17. package/lib/request/enable-key-request.d.ts +1 -1
  18. package/lib/request/encrypt-request.d.ts +1 -1
  19. package/lib/request/export-key-request.d.ts +1 -1
  20. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  21. package/lib/request/get-key-request.d.ts +1 -1
  22. package/lib/request/get-key-version-request.d.ts +1 -1
  23. package/lib/request/get-replication-status-request.d.ts +1 -1
  24. package/lib/request/get-vault-request.d.ts +1 -1
  25. package/lib/request/get-vault-usage-request.d.ts +1 -1
  26. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  27. package/lib/request/import-key-request.d.ts +1 -1
  28. package/lib/request/import-key-version-request.d.ts +1 -1
  29. package/lib/request/list-key-versions-request.d.ts +1 -1
  30. package/lib/request/list-keys-request.d.ts +1 -1
  31. package/lib/request/list-vault-replicas-request.d.ts +1 -1
  32. package/lib/request/list-vaults-request.d.ts +1 -1
  33. package/lib/request/restore-key-from-file-request.d.ts +1 -1
  34. package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
  35. package/lib/request/restore-vault-from-file-request.d.ts +1 -1
  36. package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
  37. package/lib/request/schedule-key-deletion-request.d.ts +1 -1
  38. package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
  39. package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
  40. package/lib/request/sign-request.d.ts +1 -1
  41. package/lib/request/update-key-request.d.ts +1 -1
  42. package/lib/request/update-vault-request.d.ts +1 -1
  43. package/lib/request/verify-request.d.ts +1 -1
  44. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -107,7 +107,7 @@ class KmsCryptoClient {
107
107
  * @param DecryptRequest
108
108
  * @return DecryptResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
111
111
  */
112
112
  decrypt(decryptRequest) {
113
113
  return __awaiter(this, void 0, void 0, function* () {
@@ -164,7 +164,7 @@ class KmsCryptoClient {
164
164
  * @param EncryptRequest
165
165
  * @return EncryptResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
168
168
  */
169
169
  encrypt(encryptRequest) {
170
170
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class KmsCryptoClient {
222
222
  * @param ExportKeyRequest
223
223
  * @return ExportKeyResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
226
226
  */
227
227
  exportKey(exportKeyRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -277,7 +277,7 @@ class KmsCryptoClient {
277
277
  * @param GenerateDataEncryptionKeyRequest
278
278
  * @return GenerateDataEncryptionKeyResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
281
281
  */
282
282
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
283
283
  return __awaiter(this, void 0, void 0, function* () {
@@ -335,7 +335,7 @@ class KmsCryptoClient {
335
335
  * @param SignRequest
336
336
  * @return SignResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
339
339
  */
340
340
  sign(signRequest) {
341
341
  return __awaiter(this, void 0, void 0, function* () {
@@ -393,7 +393,7 @@ class KmsCryptoClient {
393
393
  * @param VerifyRequest
394
394
  * @return VerifyResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
397
397
  */
398
398
  verify(verifyRequest) {
399
399
  return __awaiter(this, void 0, void 0, function* () {
@@ -523,7 +523,7 @@ class KmsManagementClient {
523
523
  * @param BackupKeyRequest
524
524
  * @return BackupKeyResponse
525
525
  * @throws OciError when an error occurs
526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
527
527
  */
528
528
  backupKey(backupKeyRequest) {
529
529
  return __awaiter(this, void 0, void 0, function* () {
@@ -600,7 +600,7 @@ class KmsManagementClient {
600
600
  * @param CancelKeyDeletionRequest
601
601
  * @return CancelKeyDeletionResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
604
604
  */
605
605
  cancelKeyDeletion(cancelKeyDeletionRequest) {
606
606
  return __awaiter(this, void 0, void 0, function* () {
@@ -671,7 +671,7 @@ class KmsManagementClient {
671
671
  * @param CancelKeyVersionDeletionRequest
672
672
  * @return CancelKeyVersionDeletionResponse
673
673
  * @throws OciError when an error occurs
674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
674
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
675
675
  */
676
676
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
677
677
  return __awaiter(this, void 0, void 0, function* () {
@@ -744,7 +744,7 @@ class KmsManagementClient {
744
744
  * @param ChangeKeyCompartmentRequest
745
745
  * @return ChangeKeyCompartmentResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
748
748
  */
749
749
  changeKeyCompartment(changeKeyCompartmentRequest) {
750
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -810,7 +810,7 @@ class KmsManagementClient {
810
810
  * @param CreateKeyRequest
811
811
  * @return CreateKeyResponse
812
812
  * @throws OciError when an error occurs
813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
813
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
814
814
  */
815
815
  createKey(createKeyRequest) {
816
816
  return __awaiter(this, void 0, void 0, function* () {
@@ -878,7 +878,7 @@ class KmsManagementClient {
878
878
  * @param CreateKeyVersionRequest
879
879
  * @return CreateKeyVersionResponse
880
880
  * @throws OciError when an error occurs
881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
882
882
  */
883
883
  createKeyVersion(createKeyVersionRequest) {
884
884
  return __awaiter(this, void 0, void 0, function* () {
@@ -947,7 +947,7 @@ class KmsManagementClient {
947
947
  * @param DisableKeyRequest
948
948
  * @return DisableKeyResponse
949
949
  * @throws OciError when an error occurs
950
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
951
951
  */
952
952
  disableKey(disableKeyRequest) {
953
953
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class KmsManagementClient {
1017
1017
  * @param EnableKeyRequest
1018
1018
  * @return EnableKeyResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1021
1021
  */
1022
1022
  enableKey(enableKeyRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class KmsManagementClient {
1086
1086
  * @param GetKeyRequest
1087
1087
  * @return GetKeyResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1090
1090
  */
1091
1091
  getKey(getKeyRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1153,7 +1153,7 @@ class KmsManagementClient {
1153
1153
  * @param GetKeyVersionRequest
1154
1154
  * @return GetKeyVersionResponse
1155
1155
  * @throws OciError when an error occurs
1156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1157
1157
  */
1158
1158
  getKeyVersion(getKeyVersionRequest) {
1159
1159
  return __awaiter(this, void 0, void 0, function* () {
@@ -1219,7 +1219,7 @@ class KmsManagementClient {
1219
1219
  * @param GetReplicationStatusRequest
1220
1220
  * @return GetReplicationStatusResponse
1221
1221
  * @throws OciError when an error occurs
1222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1223
1223
  */
1224
1224
  getReplicationStatus(getReplicationStatusRequest) {
1225
1225
  return __awaiter(this, void 0, void 0, function* () {
@@ -1282,7 +1282,7 @@ class KmsManagementClient {
1282
1282
  * @param GetWrappingKeyRequest
1283
1283
  * @return GetWrappingKeyResponse
1284
1284
  * @throws OciError when an error occurs
1285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1286
1286
  */
1287
1287
  getWrappingKey(getWrappingKeyRequest) {
1288
1288
  return __awaiter(this, void 0, void 0, function* () {
@@ -1344,7 +1344,7 @@ class KmsManagementClient {
1344
1344
  * @param ImportKeyRequest
1345
1345
  * @return ImportKeyResponse
1346
1346
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1348
1348
  */
1349
1349
  importKey(importKeyRequest) {
1350
1350
  return __awaiter(this, void 0, void 0, function* () {
@@ -1410,7 +1410,7 @@ class KmsManagementClient {
1410
1410
  * @param ImportKeyVersionRequest
1411
1411
  * @return ImportKeyVersionResponse
1412
1412
  * @throws OciError when an error occurs
1413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1414
1414
  */
1415
1415
  importKeyVersion(importKeyVersionRequest) {
1416
1416
  return __awaiter(this, void 0, void 0, function* () {
@@ -1480,7 +1480,7 @@ class KmsManagementClient {
1480
1480
  * @param ListKeyVersionsRequest
1481
1481
  * @return ListKeyVersionsResponse
1482
1482
  * @throws OciError when an error occurs
1483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1484
1484
  */
1485
1485
  listKeyVersions(listKeyVersionsRequest) {
1486
1486
  return __awaiter(this, void 0, void 0, function* () {
@@ -1592,7 +1592,7 @@ class KmsManagementClient {
1592
1592
  * @param ListKeysRequest
1593
1593
  * @return ListKeysResponse
1594
1594
  * @throws OciError when an error occurs
1595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1596
1596
  */
1597
1597
  listKeys(listKeysRequest) {
1598
1598
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1704,7 @@ class KmsManagementClient {
1704
1704
  * @param RestoreKeyFromFileRequest
1705
1705
  * @return RestoreKeyFromFileResponse
1706
1706
  * @throws OciError when an error occurs
1707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1708
1708
  */
1709
1709
  restoreKeyFromFile(restoreKeyFromFileRequest) {
1710
1710
  return __awaiter(this, void 0, void 0, function* () {
@@ -1781,7 +1781,7 @@ class KmsManagementClient {
1781
1781
  * @param RestoreKeyFromObjectStoreRequest
1782
1782
  * @return RestoreKeyFromObjectStoreResponse
1783
1783
  * @throws OciError when an error occurs
1784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1785
1785
  */
1786
1786
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
1787
1787
  return __awaiter(this, void 0, void 0, function* () {
@@ -1855,7 +1855,7 @@ class KmsManagementClient {
1855
1855
  * @param ScheduleKeyDeletionRequest
1856
1856
  * @return ScheduleKeyDeletionResponse
1857
1857
  * @throws OciError when an error occurs
1858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1859
1859
  */
1860
1860
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
1861
1861
  return __awaiter(this, void 0, void 0, function* () {
@@ -1926,7 +1926,7 @@ class KmsManagementClient {
1926
1926
  * @param ScheduleKeyVersionDeletionRequest
1927
1927
  * @return ScheduleKeyVersionDeletionResponse
1928
1928
  * @throws OciError when an error occurs
1929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1930
1930
  */
1931
1931
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
1932
1932
  return __awaiter(this, void 0, void 0, function* () {
@@ -1999,7 +1999,7 @@ class KmsManagementClient {
1999
1999
  * @param UpdateKeyRequest
2000
2000
  * @return UpdateKeyResponse
2001
2001
  * @throws OciError when an error occurs
2002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2003
2003
  */
2004
2004
  updateKey(updateKeyRequest) {
2005
2005
  return __awaiter(this, void 0, void 0, function* () {
@@ -2164,7 +2164,7 @@ class KmsVaultClient {
2164
2164
  * @param BackupVaultRequest
2165
2165
  * @return BackupVaultResponse
2166
2166
  * @throws OciError when an error occurs
2167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2168
2168
  */
2169
2169
  backupVault(backupVaultRequest) {
2170
2170
  return __awaiter(this, void 0, void 0, function* () {
@@ -2242,7 +2242,7 @@ class KmsVaultClient {
2242
2242
  * @param CancelVaultDeletionRequest
2243
2243
  * @return CancelVaultDeletionResponse
2244
2244
  * @throws OciError when an error occurs
2245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2246
2246
  */
2247
2247
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2248
2248
  return __awaiter(this, void 0, void 0, function* () {
@@ -2314,7 +2314,7 @@ class KmsVaultClient {
2314
2314
  * @param ChangeVaultCompartmentRequest
2315
2315
  * @return ChangeVaultCompartmentResponse
2316
2316
  * @throws OciError when an error occurs
2317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2318
2318
  */
2319
2319
  changeVaultCompartment(changeVaultCompartmentRequest) {
2320
2320
  return __awaiter(this, void 0, void 0, function* () {
@@ -2383,7 +2383,7 @@ class KmsVaultClient {
2383
2383
  * @param CreateVaultRequest
2384
2384
  * @return CreateVaultResponse
2385
2385
  * @throws OciError when an error occurs
2386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2387
2387
  */
2388
2388
  createVault(createVaultRequest) {
2389
2389
  return __awaiter(this, void 0, void 0, function* () {
@@ -2454,7 +2454,7 @@ class KmsVaultClient {
2454
2454
  * @param CreateVaultReplicaRequest
2455
2455
  * @return CreateVaultReplicaResponse
2456
2456
  * @throws OciError when an error occurs
2457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2458
2458
  */
2459
2459
  createVaultReplica(createVaultReplicaRequest) {
2460
2460
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2520,7 @@ class KmsVaultClient {
2520
2520
  * @param DeleteVaultReplicaRequest
2521
2521
  * @return DeleteVaultReplicaResponse
2522
2522
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2524
2524
  */
2525
2525
  deleteVaultReplica(deleteVaultReplicaRequest) {
2526
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2586,7 +2586,7 @@ class KmsVaultClient {
2586
2586
  * @param GetVaultRequest
2587
2587
  * @return GetVaultResponse
2588
2588
  * @throws OciError when an error occurs
2589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2589
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2590
2590
  */
2591
2591
  getVault(getVaultRequest) {
2592
2592
  return __awaiter(this, void 0, void 0, function* () {
@@ -2648,7 +2648,7 @@ class KmsVaultClient {
2648
2648
  * @param GetVaultUsageRequest
2649
2649
  * @return GetVaultUsageResponse
2650
2650
  * @throws OciError when an error occurs
2651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2652
2652
  */
2653
2653
  getVaultUsage(getVaultUsageRequest) {
2654
2654
  return __awaiter(this, void 0, void 0, function* () {
@@ -2710,7 +2710,7 @@ class KmsVaultClient {
2710
2710
  * @param ListVaultReplicasRequest
2711
2711
  * @return ListVaultReplicasResponse
2712
2712
  * @throws OciError when an error occurs
2713
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2714
2714
  */
2715
2715
  listVaultReplicas(listVaultReplicasRequest) {
2716
2716
  return __awaiter(this, void 0, void 0, function* () {
@@ -2829,7 +2829,7 @@ class KmsVaultClient {
2829
2829
  * @param ListVaultsRequest
2830
2830
  * @return ListVaultsResponse
2831
2831
  * @throws OciError when an error occurs
2832
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2832
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2833
2833
  */
2834
2834
  listVaults(listVaultsRequest) {
2835
2835
  return __awaiter(this, void 0, void 0, function* () {
@@ -2937,7 +2937,7 @@ class KmsVaultClient {
2937
2937
  * @param RestoreVaultFromFileRequest
2938
2938
  * @return RestoreVaultFromFileResponse
2939
2939
  * @throws OciError when an error occurs
2940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
2940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
2941
2941
  */
2942
2942
  restoreVaultFromFile(restoreVaultFromFileRequest) {
2943
2943
  return __awaiter(this, void 0, void 0, function* () {
@@ -3016,7 +3016,7 @@ class KmsVaultClient {
3016
3016
  * @param RestoreVaultFromObjectStoreRequest
3017
3017
  * @return RestoreVaultFromObjectStoreResponse
3018
3018
  * @throws OciError when an error occurs
3019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3020
3020
  */
3021
3021
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3022
3022
  return __awaiter(this, void 0, void 0, function* () {
@@ -3095,7 +3095,7 @@ class KmsVaultClient {
3095
3095
  * @param ScheduleVaultDeletionRequest
3096
3096
  * @return ScheduleVaultDeletionResponse
3097
3097
  * @throws OciError when an error occurs
3098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3099
3099
  */
3100
3100
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3101
3101
  return __awaiter(this, void 0, void 0, function* () {
@@ -3167,7 +3167,7 @@ class KmsVaultClient {
3167
3167
  * @param UpdateVaultRequest
3168
3168
  * @return UpdateVaultResponse
3169
3169
  * @throws OciError when an error occurs
3170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3171
3171
  */
3172
3172
  updateVault(updateVaultRequest) {
3173
3173
  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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKeyRequest.
17
17
  */
18
18
  export interface CreateKeyRequest 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.18.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersionRequest.
16
16
  */
17
17
  export interface CreateKeyVersionRequest 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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.0/keymanagement/Decrypt.ts.html |here} to see how to use DecryptRequest.
17
17
  */
18
18
  export interface DecryptRequest 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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/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.18.0/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.19.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**