oci-keymanagement 2.68.1 → 2.68.2

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
@@ -128,7 +128,7 @@ class KmsCryptoClient {
128
128
  * @param DecryptRequest
129
129
  * @return DecryptResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
132
132
  */
133
133
  decrypt(decryptRequest) {
134
134
  return __awaiter(this, void 0, void 0, function* () {
@@ -187,7 +187,7 @@ class KmsCryptoClient {
187
187
  * @param EncryptRequest
188
188
  * @return EncryptResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
191
191
  */
192
192
  encrypt(encryptRequest) {
193
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -247,7 +247,7 @@ class KmsCryptoClient {
247
247
  * @param ExportKeyRequest
248
248
  * @return ExportKeyResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
251
251
  */
252
252
  exportKey(exportKeyRequest) {
253
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -304,7 +304,7 @@ class KmsCryptoClient {
304
304
  * @param GenerateDataEncryptionKeyRequest
305
305
  * @return GenerateDataEncryptionKeyResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
308
308
  */
309
309
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
310
310
  return __awaiter(this, void 0, void 0, function* () {
@@ -364,7 +364,7 @@ class KmsCryptoClient {
364
364
  * @param SignRequest
365
365
  * @return SignResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/Sign.ts.html |here} to see how to use Sign API.
368
368
  */
369
369
  sign(signRequest) {
370
370
  return __awaiter(this, void 0, void 0, function* () {
@@ -424,7 +424,7 @@ class KmsCryptoClient {
424
424
  * @param VerifyRequest
425
425
  * @return VerifyResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/Verify.ts.html |here} to see how to use Verify API.
428
428
  */
429
429
  verify(verifyRequest) {
430
430
  return __awaiter(this, void 0, void 0, function* () {
@@ -577,7 +577,7 @@ class KmsManagementClient {
577
577
  * @param BackupKeyRequest
578
578
  * @return BackupKeyResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
581
581
  */
582
582
  backupKey(backupKeyRequest) {
583
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -656,7 +656,7 @@ class KmsManagementClient {
656
656
  * @param CancelKeyDeletionRequest
657
657
  * @return CancelKeyDeletionResponse
658
658
  * @throws OciError when an error occurs
659
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
660
660
  */
661
661
  cancelKeyDeletion(cancelKeyDeletionRequest) {
662
662
  return __awaiter(this, void 0, void 0, function* () {
@@ -729,7 +729,7 @@ class KmsManagementClient {
729
729
  * @param CancelKeyVersionDeletionRequest
730
730
  * @return CancelKeyVersionDeletionResponse
731
731
  * @throws OciError when an error occurs
732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
733
733
  */
734
734
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
735
735
  return __awaiter(this, void 0, void 0, function* () {
@@ -804,7 +804,7 @@ class KmsManagementClient {
804
804
  * @param ChangeKeyCompartmentRequest
805
805
  * @return ChangeKeyCompartmentResponse
806
806
  * @throws OciError when an error occurs
807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
808
808
  */
809
809
  changeKeyCompartment(changeKeyCompartmentRequest) {
810
810
  return __awaiter(this, void 0, void 0, function* () {
@@ -872,7 +872,7 @@ class KmsManagementClient {
872
872
  * @param CreateKeyRequest
873
873
  * @return CreateKeyResponse
874
874
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
876
876
  */
877
877
  createKey(createKeyRequest) {
878
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -942,7 +942,7 @@ class KmsManagementClient {
942
942
  * @param CreateKeyVersionRequest
943
943
  * @return CreateKeyVersionResponse
944
944
  * @throws OciError when an error occurs
945
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
945
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
946
946
  */
947
947
  createKeyVersion(createKeyVersionRequest) {
948
948
  return __awaiter(this, void 0, void 0, function* () {
@@ -1013,7 +1013,7 @@ class KmsManagementClient {
1013
1013
  * @param DisableKeyRequest
1014
1014
  * @return DisableKeyResponse
1015
1015
  * @throws OciError when an error occurs
1016
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1016
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1017
1017
  */
1018
1018
  disableKey(disableKeyRequest) {
1019
1019
  return __awaiter(this, void 0, void 0, function* () {
@@ -1085,7 +1085,7 @@ class KmsManagementClient {
1085
1085
  * @param EnableKeyRequest
1086
1086
  * @return EnableKeyResponse
1087
1087
  * @throws OciError when an error occurs
1088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1089
1089
  */
1090
1090
  enableKey(enableKeyRequest) {
1091
1091
  return __awaiter(this, void 0, void 0, function* () {
@@ -1156,7 +1156,7 @@ class KmsManagementClient {
1156
1156
  * @param GetKeyRequest
1157
1157
  * @return GetKeyResponse
1158
1158
  * @throws OciError when an error occurs
1159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1160
1160
  */
1161
1161
  getKey(getKeyRequest) {
1162
1162
  return __awaiter(this, void 0, void 0, function* () {
@@ -1225,7 +1225,7 @@ class KmsManagementClient {
1225
1225
  * @param GetKeyVersionRequest
1226
1226
  * @return GetKeyVersionResponse
1227
1227
  * @throws OciError when an error occurs
1228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1229
1229
  */
1230
1230
  getKeyVersion(getKeyVersionRequest) {
1231
1231
  return __awaiter(this, void 0, void 0, function* () {
@@ -1293,7 +1293,7 @@ class KmsManagementClient {
1293
1293
  * @param GetReplicationStatusRequest
1294
1294
  * @return GetReplicationStatusResponse
1295
1295
  * @throws OciError when an error occurs
1296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1297
1297
  */
1298
1298
  getReplicationStatus(getReplicationStatusRequest) {
1299
1299
  return __awaiter(this, void 0, void 0, function* () {
@@ -1358,7 +1358,7 @@ class KmsManagementClient {
1358
1358
  * @param GetWrappingKeyRequest
1359
1359
  * @return GetWrappingKeyResponse
1360
1360
  * @throws OciError when an error occurs
1361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1362
1362
  */
1363
1363
  getWrappingKey(getWrappingKeyRequest) {
1364
1364
  return __awaiter(this, void 0, void 0, function* () {
@@ -1422,7 +1422,7 @@ class KmsManagementClient {
1422
1422
  * @param ImportKeyRequest
1423
1423
  * @return ImportKeyResponse
1424
1424
  * @throws OciError when an error occurs
1425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1426
1426
  */
1427
1427
  importKey(importKeyRequest) {
1428
1428
  return __awaiter(this, void 0, void 0, function* () {
@@ -1490,7 +1490,7 @@ class KmsManagementClient {
1490
1490
  * @param ImportKeyVersionRequest
1491
1491
  * @return ImportKeyVersionResponse
1492
1492
  * @throws OciError when an error occurs
1493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1494
1494
  */
1495
1495
  importKeyVersion(importKeyVersionRequest) {
1496
1496
  return __awaiter(this, void 0, void 0, function* () {
@@ -1562,7 +1562,7 @@ class KmsManagementClient {
1562
1562
  * @param ListKeyVersionsRequest
1563
1563
  * @return ListKeyVersionsResponse
1564
1564
  * @throws OciError when an error occurs
1565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1566
1566
  */
1567
1567
  listKeyVersions(listKeyVersionsRequest) {
1568
1568
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1676,7 @@ class KmsManagementClient {
1676
1676
  * @param ListKeysRequest
1677
1677
  * @return ListKeysResponse
1678
1678
  * @throws OciError when an error occurs
1679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1680
1680
  */
1681
1681
  listKeys(listKeysRequest) {
1682
1682
  return __awaiter(this, void 0, void 0, function* () {
@@ -1790,7 +1790,7 @@ class KmsManagementClient {
1790
1790
  * @param RestoreKeyFromFileRequest
1791
1791
  * @return RestoreKeyFromFileResponse
1792
1792
  * @throws OciError when an error occurs
1793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1794
1794
  */
1795
1795
  restoreKeyFromFile(restoreKeyFromFileRequest) {
1796
1796
  return __awaiter(this, void 0, void 0, function* () {
@@ -1869,7 +1869,7 @@ class KmsManagementClient {
1869
1869
  * @param RestoreKeyFromObjectStoreRequest
1870
1870
  * @return RestoreKeyFromObjectStoreResponse
1871
1871
  * @throws OciError when an error occurs
1872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1873
1873
  */
1874
1874
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
1875
1875
  return __awaiter(this, void 0, void 0, function* () {
@@ -1945,7 +1945,7 @@ class KmsManagementClient {
1945
1945
  * @param ScheduleKeyDeletionRequest
1946
1946
  * @return ScheduleKeyDeletionResponse
1947
1947
  * @throws OciError when an error occurs
1948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1949
1949
  */
1950
1950
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
1951
1951
  return __awaiter(this, void 0, void 0, function* () {
@@ -2018,7 +2018,7 @@ class KmsManagementClient {
2018
2018
  * @param ScheduleKeyVersionDeletionRequest
2019
2019
  * @return ScheduleKeyVersionDeletionResponse
2020
2020
  * @throws OciError when an error occurs
2021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2021
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2022
2022
  */
2023
2023
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
2024
2024
  return __awaiter(this, void 0, void 0, function* () {
@@ -2093,7 +2093,7 @@ class KmsManagementClient {
2093
2093
  * @param UpdateKeyRequest
2094
2094
  * @return UpdateKeyResponse
2095
2095
  * @throws OciError when an error occurs
2096
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2097
2097
  */
2098
2098
  updateKey(updateKeyRequest) {
2099
2099
  return __awaiter(this, void 0, void 0, function* () {
@@ -2293,7 +2293,7 @@ class KmsVaultClient {
2293
2293
  * @param BackupVaultRequest
2294
2294
  * @return BackupVaultResponse
2295
2295
  * @throws OciError when an error occurs
2296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2297
2297
  */
2298
2298
  backupVault(backupVaultRequest) {
2299
2299
  return __awaiter(this, void 0, void 0, function* () {
@@ -2373,7 +2373,7 @@ class KmsVaultClient {
2373
2373
  * @param CancelVaultDeletionRequest
2374
2374
  * @return CancelVaultDeletionResponse
2375
2375
  * @throws OciError when an error occurs
2376
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2377
2377
  */
2378
2378
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2379
2379
  return __awaiter(this, void 0, void 0, function* () {
@@ -2447,7 +2447,7 @@ class KmsVaultClient {
2447
2447
  * @param ChangeVaultCompartmentRequest
2448
2448
  * @return ChangeVaultCompartmentResponse
2449
2449
  * @throws OciError when an error occurs
2450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2451
2451
  */
2452
2452
  changeVaultCompartment(changeVaultCompartmentRequest) {
2453
2453
  return __awaiter(this, void 0, void 0, function* () {
@@ -2518,7 +2518,7 @@ class KmsVaultClient {
2518
2518
  * @param CreateVaultRequest
2519
2519
  * @return CreateVaultResponse
2520
2520
  * @throws OciError when an error occurs
2521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2522
2522
  */
2523
2523
  createVault(createVaultRequest) {
2524
2524
  return __awaiter(this, void 0, void 0, function* () {
@@ -2591,7 +2591,7 @@ class KmsVaultClient {
2591
2591
  * @param CreateVaultReplicaRequest
2592
2592
  * @return CreateVaultReplicaResponse
2593
2593
  * @throws OciError when an error occurs
2594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2595
2595
  */
2596
2596
  createVaultReplica(createVaultReplicaRequest) {
2597
2597
  return __awaiter(this, void 0, void 0, function* () {
@@ -2659,7 +2659,7 @@ class KmsVaultClient {
2659
2659
  * @param DeleteVaultReplicaRequest
2660
2660
  * @return DeleteVaultReplicaResponse
2661
2661
  * @throws OciError when an error occurs
2662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2663
2663
  */
2664
2664
  deleteVaultReplica(deleteVaultReplicaRequest) {
2665
2665
  return __awaiter(this, void 0, void 0, function* () {
@@ -2727,7 +2727,7 @@ class KmsVaultClient {
2727
2727
  * @param GetVaultRequest
2728
2728
  * @return GetVaultResponse
2729
2729
  * @throws OciError when an error occurs
2730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2731
2731
  */
2732
2732
  getVault(getVaultRequest) {
2733
2733
  return __awaiter(this, void 0, void 0, function* () {
@@ -2791,7 +2791,7 @@ class KmsVaultClient {
2791
2791
  * @param GetVaultUsageRequest
2792
2792
  * @return GetVaultUsageResponse
2793
2793
  * @throws OciError when an error occurs
2794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2795
2795
  */
2796
2796
  getVaultUsage(getVaultUsageRequest) {
2797
2797
  return __awaiter(this, void 0, void 0, function* () {
@@ -2855,7 +2855,7 @@ class KmsVaultClient {
2855
2855
  * @param ListVaultReplicasRequest
2856
2856
  * @return ListVaultReplicasResponse
2857
2857
  * @throws OciError when an error occurs
2858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2859
2859
  */
2860
2860
  listVaultReplicas(listVaultReplicasRequest) {
2861
2861
  return __awaiter(this, void 0, void 0, function* () {
@@ -2976,7 +2976,7 @@ class KmsVaultClient {
2976
2976
  * @param ListVaultsRequest
2977
2977
  * @return ListVaultsResponse
2978
2978
  * @throws OciError when an error occurs
2979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2980
2980
  */
2981
2981
  listVaults(listVaultsRequest) {
2982
2982
  return __awaiter(this, void 0, void 0, function* () {
@@ -3086,7 +3086,7 @@ class KmsVaultClient {
3086
3086
  * @param RestoreVaultFromFileRequest
3087
3087
  * @return RestoreVaultFromFileResponse
3088
3088
  * @throws OciError when an error occurs
3089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3090
3090
  */
3091
3091
  restoreVaultFromFile(restoreVaultFromFileRequest) {
3092
3092
  return __awaiter(this, void 0, void 0, function* () {
@@ -3167,7 +3167,7 @@ class KmsVaultClient {
3167
3167
  * @param RestoreVaultFromObjectStoreRequest
3168
3168
  * @return RestoreVaultFromObjectStoreResponse
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.68.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3171
3171
  */
3172
3172
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3173
3173
  return __awaiter(this, void 0, void 0, function* () {
@@ -3248,7 +3248,7 @@ class KmsVaultClient {
3248
3248
  * @param ScheduleVaultDeletionRequest
3249
3249
  * @return ScheduleVaultDeletionResponse
3250
3250
  * @throws OciError when an error occurs
3251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3252
3252
  */
3253
3253
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3254
3254
  return __awaiter(this, void 0, void 0, function* () {
@@ -3322,7 +3322,7 @@ class KmsVaultClient {
3322
3322
  * @param UpdateVaultRequest
3323
3323
  * @return UpdateVaultResponse
3324
3324
  * @throws OciError when an error occurs
3325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3326
3326
  */
3327
3327
  updateVault(updateVaultRequest) {
3328
3328
  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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.1/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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetKey.ts.html |here} to see how to use GetKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetVault.ts.html |here} to see how to use GetVaultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/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.68.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**