oci-keymanagement 2.25.0 → 2.26.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
@@ -112,7 +112,7 @@ class KmsCryptoClient {
112
112
  * @param DecryptRequest
113
113
  * @return DecryptResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
116
116
  */
117
117
  decrypt(decryptRequest) {
118
118
  return __awaiter(this, void 0, void 0, function* () {
@@ -169,7 +169,7 @@ class KmsCryptoClient {
169
169
  * @param EncryptRequest
170
170
  * @return EncryptResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
173
173
  */
174
174
  encrypt(encryptRequest) {
175
175
  return __awaiter(this, void 0, void 0, function* () {
@@ -227,7 +227,7 @@ class KmsCryptoClient {
227
227
  * @param ExportKeyRequest
228
228
  * @return ExportKeyResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
231
231
  */
232
232
  exportKey(exportKeyRequest) {
233
233
  return __awaiter(this, void 0, void 0, function* () {
@@ -282,7 +282,7 @@ class KmsCryptoClient {
282
282
  * @param GenerateDataEncryptionKeyRequest
283
283
  * @return GenerateDataEncryptionKeyResponse
284
284
  * @throws OciError when an error occurs
285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
285
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
286
286
  */
287
287
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
288
288
  return __awaiter(this, void 0, void 0, function* () {
@@ -340,7 +340,7 @@ class KmsCryptoClient {
340
340
  * @param SignRequest
341
341
  * @return SignResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
344
344
  */
345
345
  sign(signRequest) {
346
346
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class KmsCryptoClient {
398
398
  * @param VerifyRequest
399
399
  * @return VerifyResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
402
402
  */
403
403
  verify(verifyRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -533,7 +533,7 @@ class KmsManagementClient {
533
533
  * @param BackupKeyRequest
534
534
  * @return BackupKeyResponse
535
535
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
537
537
  */
538
538
  backupKey(backupKeyRequest) {
539
539
  return __awaiter(this, void 0, void 0, function* () {
@@ -610,7 +610,7 @@ class KmsManagementClient {
610
610
  * @param CancelKeyDeletionRequest
611
611
  * @return CancelKeyDeletionResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
614
614
  */
615
615
  cancelKeyDeletion(cancelKeyDeletionRequest) {
616
616
  return __awaiter(this, void 0, void 0, function* () {
@@ -681,7 +681,7 @@ class KmsManagementClient {
681
681
  * @param CancelKeyVersionDeletionRequest
682
682
  * @return CancelKeyVersionDeletionResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
685
685
  */
686
686
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
687
687
  return __awaiter(this, void 0, void 0, function* () {
@@ -754,7 +754,7 @@ class KmsManagementClient {
754
754
  * @param ChangeKeyCompartmentRequest
755
755
  * @return ChangeKeyCompartmentResponse
756
756
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
758
758
  */
759
759
  changeKeyCompartment(changeKeyCompartmentRequest) {
760
760
  return __awaiter(this, void 0, void 0, function* () {
@@ -820,7 +820,7 @@ class KmsManagementClient {
820
820
  * @param CreateKeyRequest
821
821
  * @return CreateKeyResponse
822
822
  * @throws OciError when an error occurs
823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
824
824
  */
825
825
  createKey(createKeyRequest) {
826
826
  return __awaiter(this, void 0, void 0, function* () {
@@ -888,7 +888,7 @@ class KmsManagementClient {
888
888
  * @param CreateKeyVersionRequest
889
889
  * @return CreateKeyVersionResponse
890
890
  * @throws OciError when an error occurs
891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
892
892
  */
893
893
  createKeyVersion(createKeyVersionRequest) {
894
894
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class KmsManagementClient {
957
957
  * @param DisableKeyRequest
958
958
  * @return DisableKeyResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
961
961
  */
962
962
  disableKey(disableKeyRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1027,7 +1027,7 @@ class KmsManagementClient {
1027
1027
  * @param EnableKeyRequest
1028
1028
  * @return EnableKeyResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1031
1031
  */
1032
1032
  enableKey(enableKeyRequest) {
1033
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1096,7 +1096,7 @@ class KmsManagementClient {
1096
1096
  * @param GetKeyRequest
1097
1097
  * @return GetKeyResponse
1098
1098
  * @throws OciError when an error occurs
1099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1099
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1100
1100
  */
1101
1101
  getKey(getKeyRequest) {
1102
1102
  return __awaiter(this, void 0, void 0, function* () {
@@ -1163,7 +1163,7 @@ class KmsManagementClient {
1163
1163
  * @param GetKeyVersionRequest
1164
1164
  * @return GetKeyVersionResponse
1165
1165
  * @throws OciError when an error occurs
1166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1167
1167
  */
1168
1168
  getKeyVersion(getKeyVersionRequest) {
1169
1169
  return __awaiter(this, void 0, void 0, function* () {
@@ -1229,7 +1229,7 @@ class KmsManagementClient {
1229
1229
  * @param GetReplicationStatusRequest
1230
1230
  * @return GetReplicationStatusResponse
1231
1231
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1233
1233
  */
1234
1234
  getReplicationStatus(getReplicationStatusRequest) {
1235
1235
  return __awaiter(this, void 0, void 0, function* () {
@@ -1292,7 +1292,7 @@ class KmsManagementClient {
1292
1292
  * @param GetWrappingKeyRequest
1293
1293
  * @return GetWrappingKeyResponse
1294
1294
  * @throws OciError when an error occurs
1295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1296
1296
  */
1297
1297
  getWrappingKey(getWrappingKeyRequest) {
1298
1298
  return __awaiter(this, void 0, void 0, function* () {
@@ -1354,7 +1354,7 @@ class KmsManagementClient {
1354
1354
  * @param ImportKeyRequest
1355
1355
  * @return ImportKeyResponse
1356
1356
  * @throws OciError when an error occurs
1357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1358
1358
  */
1359
1359
  importKey(importKeyRequest) {
1360
1360
  return __awaiter(this, void 0, void 0, function* () {
@@ -1420,7 +1420,7 @@ class KmsManagementClient {
1420
1420
  * @param ImportKeyVersionRequest
1421
1421
  * @return ImportKeyVersionResponse
1422
1422
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1424
1424
  */
1425
1425
  importKeyVersion(importKeyVersionRequest) {
1426
1426
  return __awaiter(this, void 0, void 0, function* () {
@@ -1490,7 +1490,7 @@ class KmsManagementClient {
1490
1490
  * @param ListKeyVersionsRequest
1491
1491
  * @return ListKeyVersionsResponse
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.25.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1494
1494
  */
1495
1495
  listKeyVersions(listKeyVersionsRequest) {
1496
1496
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class KmsManagementClient {
1602
1602
  * @param ListKeysRequest
1603
1603
  * @return ListKeysResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1606
1606
  */
1607
1607
  listKeys(listKeysRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1714,7 +1714,7 @@ class KmsManagementClient {
1714
1714
  * @param RestoreKeyFromFileRequest
1715
1715
  * @return RestoreKeyFromFileResponse
1716
1716
  * @throws OciError when an error occurs
1717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1718
1718
  */
1719
1719
  restoreKeyFromFile(restoreKeyFromFileRequest) {
1720
1720
  return __awaiter(this, void 0, void 0, function* () {
@@ -1791,7 +1791,7 @@ class KmsManagementClient {
1791
1791
  * @param RestoreKeyFromObjectStoreRequest
1792
1792
  * @return RestoreKeyFromObjectStoreResponse
1793
1793
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1795
1795
  */
1796
1796
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
1797
1797
  return __awaiter(this, void 0, void 0, function* () {
@@ -1865,7 +1865,7 @@ class KmsManagementClient {
1865
1865
  * @param ScheduleKeyDeletionRequest
1866
1866
  * @return ScheduleKeyDeletionResponse
1867
1867
  * @throws OciError when an error occurs
1868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1869
1869
  */
1870
1870
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
1871
1871
  return __awaiter(this, void 0, void 0, function* () {
@@ -1936,7 +1936,7 @@ class KmsManagementClient {
1936
1936
  * @param ScheduleKeyVersionDeletionRequest
1937
1937
  * @return ScheduleKeyVersionDeletionResponse
1938
1938
  * @throws OciError when an error occurs
1939
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
1940
1940
  */
1941
1941
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
1942
1942
  return __awaiter(this, void 0, void 0, function* () {
@@ -2009,7 +2009,7 @@ class KmsManagementClient {
2009
2009
  * @param UpdateKeyRequest
2010
2010
  * @return UpdateKeyResponse
2011
2011
  * @throws OciError when an error occurs
2012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2013
2013
  */
2014
2014
  updateKey(updateKeyRequest) {
2015
2015
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class KmsVaultClient {
2179
2179
  * @param BackupVaultRequest
2180
2180
  * @return BackupVaultResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2183
2183
  */
2184
2184
  backupVault(backupVaultRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2257,7 +2257,7 @@ class KmsVaultClient {
2257
2257
  * @param CancelVaultDeletionRequest
2258
2258
  * @return CancelVaultDeletionResponse
2259
2259
  * @throws OciError when an error occurs
2260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2261
2261
  */
2262
2262
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2263
2263
  return __awaiter(this, void 0, void 0, function* () {
@@ -2329,7 +2329,7 @@ class KmsVaultClient {
2329
2329
  * @param ChangeVaultCompartmentRequest
2330
2330
  * @return ChangeVaultCompartmentResponse
2331
2331
  * @throws OciError when an error occurs
2332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2333
2333
  */
2334
2334
  changeVaultCompartment(changeVaultCompartmentRequest) {
2335
2335
  return __awaiter(this, void 0, void 0, function* () {
@@ -2398,7 +2398,7 @@ class KmsVaultClient {
2398
2398
  * @param CreateVaultRequest
2399
2399
  * @return CreateVaultResponse
2400
2400
  * @throws OciError when an error occurs
2401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2402
2402
  */
2403
2403
  createVault(createVaultRequest) {
2404
2404
  return __awaiter(this, void 0, void 0, function* () {
@@ -2469,7 +2469,7 @@ class KmsVaultClient {
2469
2469
  * @param CreateVaultReplicaRequest
2470
2470
  * @return CreateVaultReplicaResponse
2471
2471
  * @throws OciError when an error occurs
2472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2473
2473
  */
2474
2474
  createVaultReplica(createVaultReplicaRequest) {
2475
2475
  return __awaiter(this, void 0, void 0, function* () {
@@ -2535,7 +2535,7 @@ class KmsVaultClient {
2535
2535
  * @param DeleteVaultReplicaRequest
2536
2536
  * @return DeleteVaultReplicaResponse
2537
2537
  * @throws OciError when an error occurs
2538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2539
2539
  */
2540
2540
  deleteVaultReplica(deleteVaultReplicaRequest) {
2541
2541
  return __awaiter(this, void 0, void 0, function* () {
@@ -2601,7 +2601,7 @@ class KmsVaultClient {
2601
2601
  * @param GetVaultRequest
2602
2602
  * @return GetVaultResponse
2603
2603
  * @throws OciError when an error occurs
2604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2605
2605
  */
2606
2606
  getVault(getVaultRequest) {
2607
2607
  return __awaiter(this, void 0, void 0, function* () {
@@ -2663,7 +2663,7 @@ class KmsVaultClient {
2663
2663
  * @param GetVaultUsageRequest
2664
2664
  * @return GetVaultUsageResponse
2665
2665
  * @throws OciError when an error occurs
2666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2667
2667
  */
2668
2668
  getVaultUsage(getVaultUsageRequest) {
2669
2669
  return __awaiter(this, void 0, void 0, function* () {
@@ -2725,7 +2725,7 @@ class KmsVaultClient {
2725
2725
  * @param ListVaultReplicasRequest
2726
2726
  * @return ListVaultReplicasResponse
2727
2727
  * @throws OciError when an error occurs
2728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2729
2729
  */
2730
2730
  listVaultReplicas(listVaultReplicasRequest) {
2731
2731
  return __awaiter(this, void 0, void 0, function* () {
@@ -2844,7 +2844,7 @@ class KmsVaultClient {
2844
2844
  * @param ListVaultsRequest
2845
2845
  * @return ListVaultsResponse
2846
2846
  * @throws OciError when an error occurs
2847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2848
2848
  */
2849
2849
  listVaults(listVaultsRequest) {
2850
2850
  return __awaiter(this, void 0, void 0, function* () {
@@ -2952,7 +2952,7 @@ class KmsVaultClient {
2952
2952
  * @param RestoreVaultFromFileRequest
2953
2953
  * @return RestoreVaultFromFileResponse
2954
2954
  * @throws OciError when an error occurs
2955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
2955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
2956
2956
  */
2957
2957
  restoreVaultFromFile(restoreVaultFromFileRequest) {
2958
2958
  return __awaiter(this, void 0, void 0, function* () {
@@ -3031,7 +3031,7 @@ class KmsVaultClient {
3031
3031
  * @param RestoreVaultFromObjectStoreRequest
3032
3032
  * @return RestoreVaultFromObjectStoreResponse
3033
3033
  * @throws OciError when an error occurs
3034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3035
3035
  */
3036
3036
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3037
3037
  return __awaiter(this, void 0, void 0, function* () {
@@ -3110,7 +3110,7 @@ class KmsVaultClient {
3110
3110
  * @param ScheduleVaultDeletionRequest
3111
3111
  * @return ScheduleVaultDeletionResponse
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.25.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3114
3114
  */
3115
3115
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3116
3116
  return __awaiter(this, void 0, void 0, function* () {
@@ -3182,7 +3182,7 @@ class KmsVaultClient {
3182
3182
  * @param UpdateVaultRequest
3183
3183
  * @return UpdateVaultResponse
3184
3184
  * @throws OciError when an error occurs
3185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3186
3186
  */
3187
3187
  updateVault(updateVaultRequest) {
3188
3188
  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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**