oci-keymanagement 2.29.0 → 2.30.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
@@ -113,7 +113,7 @@ class KmsCryptoClient {
113
113
  * @param DecryptRequest
114
114
  * @return DecryptResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
117
117
  */
118
118
  decrypt(decryptRequest) {
119
119
  return __awaiter(this, void 0, void 0, function* () {
@@ -172,7 +172,7 @@ class KmsCryptoClient {
172
172
  * @param EncryptRequest
173
173
  * @return EncryptResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
176
176
  */
177
177
  encrypt(encryptRequest) {
178
178
  return __awaiter(this, void 0, void 0, function* () {
@@ -232,7 +232,7 @@ class KmsCryptoClient {
232
232
  * @param ExportKeyRequest
233
233
  * @return ExportKeyResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
236
236
  */
237
237
  exportKey(exportKeyRequest) {
238
238
  return __awaiter(this, void 0, void 0, function* () {
@@ -289,7 +289,7 @@ class KmsCryptoClient {
289
289
  * @param GenerateDataEncryptionKeyRequest
290
290
  * @return GenerateDataEncryptionKeyResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
293
293
  */
294
294
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
295
295
  return __awaiter(this, void 0, void 0, function* () {
@@ -349,7 +349,7 @@ class KmsCryptoClient {
349
349
  * @param SignRequest
350
350
  * @return SignResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
353
353
  */
354
354
  sign(signRequest) {
355
355
  return __awaiter(this, void 0, void 0, function* () {
@@ -409,7 +409,7 @@ class KmsCryptoClient {
409
409
  * @param VerifyRequest
410
410
  * @return VerifyResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
413
413
  */
414
414
  verify(verifyRequest) {
415
415
  return __awaiter(this, void 0, void 0, function* () {
@@ -547,7 +547,7 @@ class KmsManagementClient {
547
547
  * @param BackupKeyRequest
548
548
  * @return BackupKeyResponse
549
549
  * @throws OciError when an error occurs
550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
551
551
  */
552
552
  backupKey(backupKeyRequest) {
553
553
  return __awaiter(this, void 0, void 0, function* () {
@@ -626,7 +626,7 @@ class KmsManagementClient {
626
626
  * @param CancelKeyDeletionRequest
627
627
  * @return CancelKeyDeletionResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
630
630
  */
631
631
  cancelKeyDeletion(cancelKeyDeletionRequest) {
632
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -699,7 +699,7 @@ class KmsManagementClient {
699
699
  * @param CancelKeyVersionDeletionRequest
700
700
  * @return CancelKeyVersionDeletionResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
703
703
  */
704
704
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
705
705
  return __awaiter(this, void 0, void 0, function* () {
@@ -774,7 +774,7 @@ class KmsManagementClient {
774
774
  * @param ChangeKeyCompartmentRequest
775
775
  * @return ChangeKeyCompartmentResponse
776
776
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
778
778
  */
779
779
  changeKeyCompartment(changeKeyCompartmentRequest) {
780
780
  return __awaiter(this, void 0, void 0, function* () {
@@ -842,7 +842,7 @@ class KmsManagementClient {
842
842
  * @param CreateKeyRequest
843
843
  * @return CreateKeyResponse
844
844
  * @throws OciError when an error occurs
845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
846
846
  */
847
847
  createKey(createKeyRequest) {
848
848
  return __awaiter(this, void 0, void 0, function* () {
@@ -912,7 +912,7 @@ class KmsManagementClient {
912
912
  * @param CreateKeyVersionRequest
913
913
  * @return CreateKeyVersionResponse
914
914
  * @throws OciError when an error occurs
915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
916
916
  */
917
917
  createKeyVersion(createKeyVersionRequest) {
918
918
  return __awaiter(this, void 0, void 0, function* () {
@@ -983,7 +983,7 @@ class KmsManagementClient {
983
983
  * @param DisableKeyRequest
984
984
  * @return DisableKeyResponse
985
985
  * @throws OciError when an error occurs
986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
986
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
987
987
  */
988
988
  disableKey(disableKeyRequest) {
989
989
  return __awaiter(this, void 0, void 0, function* () {
@@ -1055,7 +1055,7 @@ class KmsManagementClient {
1055
1055
  * @param EnableKeyRequest
1056
1056
  * @return EnableKeyResponse
1057
1057
  * @throws OciError when an error occurs
1058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1059
1059
  */
1060
1060
  enableKey(enableKeyRequest) {
1061
1061
  return __awaiter(this, void 0, void 0, function* () {
@@ -1126,7 +1126,7 @@ class KmsManagementClient {
1126
1126
  * @param GetKeyRequest
1127
1127
  * @return GetKeyResponse
1128
1128
  * @throws OciError when an error occurs
1129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1130
1130
  */
1131
1131
  getKey(getKeyRequest) {
1132
1132
  return __awaiter(this, void 0, void 0, function* () {
@@ -1195,7 +1195,7 @@ class KmsManagementClient {
1195
1195
  * @param GetKeyVersionRequest
1196
1196
  * @return GetKeyVersionResponse
1197
1197
  * @throws OciError when an error occurs
1198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1199
1199
  */
1200
1200
  getKeyVersion(getKeyVersionRequest) {
1201
1201
  return __awaiter(this, void 0, void 0, function* () {
@@ -1263,7 +1263,7 @@ class KmsManagementClient {
1263
1263
  * @param GetReplicationStatusRequest
1264
1264
  * @return GetReplicationStatusResponse
1265
1265
  * @throws OciError when an error occurs
1266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1267
1267
  */
1268
1268
  getReplicationStatus(getReplicationStatusRequest) {
1269
1269
  return __awaiter(this, void 0, void 0, function* () {
@@ -1328,7 +1328,7 @@ class KmsManagementClient {
1328
1328
  * @param GetWrappingKeyRequest
1329
1329
  * @return GetWrappingKeyResponse
1330
1330
  * @throws OciError when an error occurs
1331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1332
1332
  */
1333
1333
  getWrappingKey(getWrappingKeyRequest) {
1334
1334
  return __awaiter(this, void 0, void 0, function* () {
@@ -1392,7 +1392,7 @@ class KmsManagementClient {
1392
1392
  * @param ImportKeyRequest
1393
1393
  * @return ImportKeyResponse
1394
1394
  * @throws OciError when an error occurs
1395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1396
1396
  */
1397
1397
  importKey(importKeyRequest) {
1398
1398
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class KmsManagementClient {
1460
1460
  * @param ImportKeyVersionRequest
1461
1461
  * @return ImportKeyVersionResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1464
1464
  */
1465
1465
  importKeyVersion(importKeyVersionRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1532,7 +1532,7 @@ class KmsManagementClient {
1532
1532
  * @param ListKeyVersionsRequest
1533
1533
  * @return ListKeyVersionsResponse
1534
1534
  * @throws OciError when an error occurs
1535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1536
1536
  */
1537
1537
  listKeyVersions(listKeyVersionsRequest) {
1538
1538
  return __awaiter(this, void 0, void 0, function* () {
@@ -1646,7 +1646,7 @@ class KmsManagementClient {
1646
1646
  * @param ListKeysRequest
1647
1647
  * @return ListKeysResponse
1648
1648
  * @throws OciError when an error occurs
1649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1650
1650
  */
1651
1651
  listKeys(listKeysRequest) {
1652
1652
  return __awaiter(this, void 0, void 0, function* () {
@@ -1760,7 +1760,7 @@ class KmsManagementClient {
1760
1760
  * @param RestoreKeyFromFileRequest
1761
1761
  * @return RestoreKeyFromFileResponse
1762
1762
  * @throws OciError when an error occurs
1763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1764
1764
  */
1765
1765
  restoreKeyFromFile(restoreKeyFromFileRequest) {
1766
1766
  return __awaiter(this, void 0, void 0, function* () {
@@ -1839,7 +1839,7 @@ class KmsManagementClient {
1839
1839
  * @param RestoreKeyFromObjectStoreRequest
1840
1840
  * @return RestoreKeyFromObjectStoreResponse
1841
1841
  * @throws OciError when an error occurs
1842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1843
1843
  */
1844
1844
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
1845
1845
  return __awaiter(this, void 0, void 0, function* () {
@@ -1915,7 +1915,7 @@ class KmsManagementClient {
1915
1915
  * @param ScheduleKeyDeletionRequest
1916
1916
  * @return ScheduleKeyDeletionResponse
1917
1917
  * @throws OciError when an error occurs
1918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1919
1919
  */
1920
1920
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
1921
1921
  return __awaiter(this, void 0, void 0, function* () {
@@ -1988,7 +1988,7 @@ class KmsManagementClient {
1988
1988
  * @param ScheduleKeyVersionDeletionRequest
1989
1989
  * @return ScheduleKeyVersionDeletionResponse
1990
1990
  * @throws OciError when an error occurs
1991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1992
1992
  */
1993
1993
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
1994
1994
  return __awaiter(this, void 0, void 0, function* () {
@@ -2063,7 +2063,7 @@ class KmsManagementClient {
2063
2063
  * @param UpdateKeyRequest
2064
2064
  * @return UpdateKeyResponse
2065
2065
  * @throws OciError when an error occurs
2066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2066
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2067
2067
  */
2068
2068
  updateKey(updateKeyRequest) {
2069
2069
  return __awaiter(this, void 0, void 0, function* () {
@@ -2236,7 +2236,7 @@ class KmsVaultClient {
2236
2236
  * @param BackupVaultRequest
2237
2237
  * @return BackupVaultResponse
2238
2238
  * @throws OciError when an error occurs
2239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2240
2240
  */
2241
2241
  backupVault(backupVaultRequest) {
2242
2242
  return __awaiter(this, void 0, void 0, function* () {
@@ -2316,7 +2316,7 @@ class KmsVaultClient {
2316
2316
  * @param CancelVaultDeletionRequest
2317
2317
  * @return CancelVaultDeletionResponse
2318
2318
  * @throws OciError when an error occurs
2319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2320
2320
  */
2321
2321
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2322
2322
  return __awaiter(this, void 0, void 0, function* () {
@@ -2390,7 +2390,7 @@ class KmsVaultClient {
2390
2390
  * @param ChangeVaultCompartmentRequest
2391
2391
  * @return ChangeVaultCompartmentResponse
2392
2392
  * @throws OciError when an error occurs
2393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2394
2394
  */
2395
2395
  changeVaultCompartment(changeVaultCompartmentRequest) {
2396
2396
  return __awaiter(this, void 0, void 0, function* () {
@@ -2461,7 +2461,7 @@ class KmsVaultClient {
2461
2461
  * @param CreateVaultRequest
2462
2462
  * @return CreateVaultResponse
2463
2463
  * @throws OciError when an error occurs
2464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2465
2465
  */
2466
2466
  createVault(createVaultRequest) {
2467
2467
  return __awaiter(this, void 0, void 0, function* () {
@@ -2534,7 +2534,7 @@ class KmsVaultClient {
2534
2534
  * @param CreateVaultReplicaRequest
2535
2535
  * @return CreateVaultReplicaResponse
2536
2536
  * @throws OciError when an error occurs
2537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2538
2538
  */
2539
2539
  createVaultReplica(createVaultReplicaRequest) {
2540
2540
  return __awaiter(this, void 0, void 0, function* () {
@@ -2602,7 +2602,7 @@ class KmsVaultClient {
2602
2602
  * @param DeleteVaultReplicaRequest
2603
2603
  * @return DeleteVaultReplicaResponse
2604
2604
  * @throws OciError when an error occurs
2605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2606
2606
  */
2607
2607
  deleteVaultReplica(deleteVaultReplicaRequest) {
2608
2608
  return __awaiter(this, void 0, void 0, function* () {
@@ -2670,7 +2670,7 @@ class KmsVaultClient {
2670
2670
  * @param GetVaultRequest
2671
2671
  * @return GetVaultResponse
2672
2672
  * @throws OciError when an error occurs
2673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2674
2674
  */
2675
2675
  getVault(getVaultRequest) {
2676
2676
  return __awaiter(this, void 0, void 0, function* () {
@@ -2734,7 +2734,7 @@ class KmsVaultClient {
2734
2734
  * @param GetVaultUsageRequest
2735
2735
  * @return GetVaultUsageResponse
2736
2736
  * @throws OciError when an error occurs
2737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2738
2738
  */
2739
2739
  getVaultUsage(getVaultUsageRequest) {
2740
2740
  return __awaiter(this, void 0, void 0, function* () {
@@ -2798,7 +2798,7 @@ class KmsVaultClient {
2798
2798
  * @param ListVaultReplicasRequest
2799
2799
  * @return ListVaultReplicasResponse
2800
2800
  * @throws OciError when an error occurs
2801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2802
2802
  */
2803
2803
  listVaultReplicas(listVaultReplicasRequest) {
2804
2804
  return __awaiter(this, void 0, void 0, function* () {
@@ -2919,7 +2919,7 @@ class KmsVaultClient {
2919
2919
  * @param ListVaultsRequest
2920
2920
  * @return ListVaultsResponse
2921
2921
  * @throws OciError when an error occurs
2922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2923
2923
  */
2924
2924
  listVaults(listVaultsRequest) {
2925
2925
  return __awaiter(this, void 0, void 0, function* () {
@@ -3029,7 +3029,7 @@ class KmsVaultClient {
3029
3029
  * @param RestoreVaultFromFileRequest
3030
3030
  * @return RestoreVaultFromFileResponse
3031
3031
  * @throws OciError when an error occurs
3032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3033
3033
  */
3034
3034
  restoreVaultFromFile(restoreVaultFromFileRequest) {
3035
3035
  return __awaiter(this, void 0, void 0, function* () {
@@ -3110,7 +3110,7 @@ class KmsVaultClient {
3110
3110
  * @param RestoreVaultFromObjectStoreRequest
3111
3111
  * @return RestoreVaultFromObjectStoreResponse
3112
3112
  * @throws OciError when an error occurs
3113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3114
3114
  */
3115
3115
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3116
3116
  return __awaiter(this, void 0, void 0, function* () {
@@ -3191,7 +3191,7 @@ class KmsVaultClient {
3191
3191
  * @param ScheduleVaultDeletionRequest
3192
3192
  * @return ScheduleVaultDeletionResponse
3193
3193
  * @throws OciError when an error occurs
3194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3195
3195
  */
3196
3196
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3197
3197
  return __awaiter(this, void 0, void 0, function* () {
@@ -3265,7 +3265,7 @@ class KmsVaultClient {
3265
3265
  * @param UpdateVaultRequest
3266
3266
  * @return UpdateVaultResponse
3267
3267
  * @throws OciError when an error occurs
3268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.30.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3269
3269
  */
3270
3270
  updateVault(updateVaultRequest) {
3271
3271
  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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.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.29.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.30.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**