oci-keymanagement 2.62.2 → 2.62.3

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
@@ -124,7 +124,7 @@ class KmsCryptoClient {
124
124
  * @param DecryptRequest
125
125
  * @return DecryptResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
128
128
  */
129
129
  decrypt(decryptRequest) {
130
130
  return __awaiter(this, void 0, void 0, function* () {
@@ -183,7 +183,7 @@ class KmsCryptoClient {
183
183
  * @param EncryptRequest
184
184
  * @return EncryptResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
187
187
  */
188
188
  encrypt(encryptRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +243,7 @@ class KmsCryptoClient {
243
243
  * @param ExportKeyRequest
244
244
  * @return ExportKeyResponse
245
245
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
247
247
  */
248
248
  exportKey(exportKeyRequest) {
249
249
  return __awaiter(this, void 0, void 0, function* () {
@@ -300,7 +300,7 @@ class KmsCryptoClient {
300
300
  * @param GenerateDataEncryptionKeyRequest
301
301
  * @return GenerateDataEncryptionKeyResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
304
304
  */
305
305
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
306
306
  return __awaiter(this, void 0, void 0, function* () {
@@ -360,7 +360,7 @@ class KmsCryptoClient {
360
360
  * @param SignRequest
361
361
  * @return SignResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/Sign.ts.html |here} to see how to use Sign API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/Sign.ts.html |here} to see how to use Sign API.
364
364
  */
365
365
  sign(signRequest) {
366
366
  return __awaiter(this, void 0, void 0, function* () {
@@ -420,7 +420,7 @@ class KmsCryptoClient {
420
420
  * @param VerifyRequest
421
421
  * @return VerifyResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/Verify.ts.html |here} to see how to use Verify API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/Verify.ts.html |here} to see how to use Verify API.
424
424
  */
425
425
  verify(verifyRequest) {
426
426
  return __awaiter(this, void 0, void 0, function* () {
@@ -569,7 +569,7 @@ class KmsManagementClient {
569
569
  * @param BackupKeyRequest
570
570
  * @return BackupKeyResponse
571
571
  * @throws OciError when an error occurs
572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
573
573
  */
574
574
  backupKey(backupKeyRequest) {
575
575
  return __awaiter(this, void 0, void 0, function* () {
@@ -648,7 +648,7 @@ class KmsManagementClient {
648
648
  * @param CancelKeyDeletionRequest
649
649
  * @return CancelKeyDeletionResponse
650
650
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
652
652
  */
653
653
  cancelKeyDeletion(cancelKeyDeletionRequest) {
654
654
  return __awaiter(this, void 0, void 0, function* () {
@@ -721,7 +721,7 @@ class KmsManagementClient {
721
721
  * @param CancelKeyVersionDeletionRequest
722
722
  * @return CancelKeyVersionDeletionResponse
723
723
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
725
725
  */
726
726
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
727
727
  return __awaiter(this, void 0, void 0, function* () {
@@ -796,7 +796,7 @@ class KmsManagementClient {
796
796
  * @param ChangeKeyCompartmentRequest
797
797
  * @return ChangeKeyCompartmentResponse
798
798
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
800
800
  */
801
801
  changeKeyCompartment(changeKeyCompartmentRequest) {
802
802
  return __awaiter(this, void 0, void 0, function* () {
@@ -864,7 +864,7 @@ class KmsManagementClient {
864
864
  * @param CreateKeyRequest
865
865
  * @return CreateKeyResponse
866
866
  * @throws OciError when an error occurs
867
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
867
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
868
868
  */
869
869
  createKey(createKeyRequest) {
870
870
  return __awaiter(this, void 0, void 0, function* () {
@@ -934,7 +934,7 @@ class KmsManagementClient {
934
934
  * @param CreateKeyVersionRequest
935
935
  * @return CreateKeyVersionResponse
936
936
  * @throws OciError when an error occurs
937
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
937
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
938
938
  */
939
939
  createKeyVersion(createKeyVersionRequest) {
940
940
  return __awaiter(this, void 0, void 0, function* () {
@@ -1005,7 +1005,7 @@ class KmsManagementClient {
1005
1005
  * @param DisableKeyRequest
1006
1006
  * @return DisableKeyResponse
1007
1007
  * @throws OciError when an error occurs
1008
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1008
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1009
1009
  */
1010
1010
  disableKey(disableKeyRequest) {
1011
1011
  return __awaiter(this, void 0, void 0, function* () {
@@ -1077,7 +1077,7 @@ class KmsManagementClient {
1077
1077
  * @param EnableKeyRequest
1078
1078
  * @return EnableKeyResponse
1079
1079
  * @throws OciError when an error occurs
1080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1080
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1081
1081
  */
1082
1082
  enableKey(enableKeyRequest) {
1083
1083
  return __awaiter(this, void 0, void 0, function* () {
@@ -1148,7 +1148,7 @@ class KmsManagementClient {
1148
1148
  * @param GetKeyRequest
1149
1149
  * @return GetKeyResponse
1150
1150
  * @throws OciError when an error occurs
1151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1152
1152
  */
1153
1153
  getKey(getKeyRequest) {
1154
1154
  return __awaiter(this, void 0, void 0, function* () {
@@ -1217,7 +1217,7 @@ class KmsManagementClient {
1217
1217
  * @param GetKeyVersionRequest
1218
1218
  * @return GetKeyVersionResponse
1219
1219
  * @throws OciError when an error occurs
1220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1221
1221
  */
1222
1222
  getKeyVersion(getKeyVersionRequest) {
1223
1223
  return __awaiter(this, void 0, void 0, function* () {
@@ -1285,7 +1285,7 @@ class KmsManagementClient {
1285
1285
  * @param GetReplicationStatusRequest
1286
1286
  * @return GetReplicationStatusResponse
1287
1287
  * @throws OciError when an error occurs
1288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1289
1289
  */
1290
1290
  getReplicationStatus(getReplicationStatusRequest) {
1291
1291
  return __awaiter(this, void 0, void 0, function* () {
@@ -1350,7 +1350,7 @@ class KmsManagementClient {
1350
1350
  * @param GetWrappingKeyRequest
1351
1351
  * @return GetWrappingKeyResponse
1352
1352
  * @throws OciError when an error occurs
1353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1354
1354
  */
1355
1355
  getWrappingKey(getWrappingKeyRequest) {
1356
1356
  return __awaiter(this, void 0, void 0, function* () {
@@ -1414,7 +1414,7 @@ class KmsManagementClient {
1414
1414
  * @param ImportKeyRequest
1415
1415
  * @return ImportKeyResponse
1416
1416
  * @throws OciError when an error occurs
1417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1418
1418
  */
1419
1419
  importKey(importKeyRequest) {
1420
1420
  return __awaiter(this, void 0, void 0, function* () {
@@ -1482,7 +1482,7 @@ class KmsManagementClient {
1482
1482
  * @param ImportKeyVersionRequest
1483
1483
  * @return ImportKeyVersionResponse
1484
1484
  * @throws OciError when an error occurs
1485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
1486
1486
  */
1487
1487
  importKeyVersion(importKeyVersionRequest) {
1488
1488
  return __awaiter(this, void 0, void 0, function* () {
@@ -1554,7 +1554,7 @@ class KmsManagementClient {
1554
1554
  * @param ListKeyVersionsRequest
1555
1555
  * @return ListKeyVersionsResponse
1556
1556
  * @throws OciError when an error occurs
1557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
1558
1558
  */
1559
1559
  listKeyVersions(listKeyVersionsRequest) {
1560
1560
  return __awaiter(this, void 0, void 0, function* () {
@@ -1668,7 +1668,7 @@ class KmsManagementClient {
1668
1668
  * @param ListKeysRequest
1669
1669
  * @return ListKeysResponse
1670
1670
  * @throws OciError when an error occurs
1671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
1672
1672
  */
1673
1673
  listKeys(listKeysRequest) {
1674
1674
  return __awaiter(this, void 0, void 0, function* () {
@@ -1782,7 +1782,7 @@ class KmsManagementClient {
1782
1782
  * @param RestoreKeyFromFileRequest
1783
1783
  * @return RestoreKeyFromFileResponse
1784
1784
  * @throws OciError when an error occurs
1785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
1786
1786
  */
1787
1787
  restoreKeyFromFile(restoreKeyFromFileRequest) {
1788
1788
  return __awaiter(this, void 0, void 0, function* () {
@@ -1861,7 +1861,7 @@ class KmsManagementClient {
1861
1861
  * @param RestoreKeyFromObjectStoreRequest
1862
1862
  * @return RestoreKeyFromObjectStoreResponse
1863
1863
  * @throws OciError when an error occurs
1864
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
1865
1865
  */
1866
1866
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
1867
1867
  return __awaiter(this, void 0, void 0, function* () {
@@ -1937,7 +1937,7 @@ class KmsManagementClient {
1937
1937
  * @param ScheduleKeyDeletionRequest
1938
1938
  * @return ScheduleKeyDeletionResponse
1939
1939
  * @throws OciError when an error occurs
1940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
1941
1941
  */
1942
1942
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
1943
1943
  return __awaiter(this, void 0, void 0, function* () {
@@ -2010,7 +2010,7 @@ class KmsManagementClient {
2010
2010
  * @param ScheduleKeyVersionDeletionRequest
2011
2011
  * @return ScheduleKeyVersionDeletionResponse
2012
2012
  * @throws OciError when an error occurs
2013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2014
2014
  */
2015
2015
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
2016
2016
  return __awaiter(this, void 0, void 0, function* () {
@@ -2085,7 +2085,7 @@ class KmsManagementClient {
2085
2085
  * @param UpdateKeyRequest
2086
2086
  * @return UpdateKeyResponse
2087
2087
  * @throws OciError when an error occurs
2088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2089
2089
  */
2090
2090
  updateKey(updateKeyRequest) {
2091
2091
  return __awaiter(this, void 0, void 0, function* () {
@@ -2281,7 +2281,7 @@ class KmsVaultClient {
2281
2281
  * @param BackupVaultRequest
2282
2282
  * @return BackupVaultResponse
2283
2283
  * @throws OciError when an error occurs
2284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2285
2285
  */
2286
2286
  backupVault(backupVaultRequest) {
2287
2287
  return __awaiter(this, void 0, void 0, function* () {
@@ -2361,7 +2361,7 @@ class KmsVaultClient {
2361
2361
  * @param CancelVaultDeletionRequest
2362
2362
  * @return CancelVaultDeletionResponse
2363
2363
  * @throws OciError when an error occurs
2364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2365
2365
  */
2366
2366
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2367
2367
  return __awaiter(this, void 0, void 0, function* () {
@@ -2435,7 +2435,7 @@ class KmsVaultClient {
2435
2435
  * @param ChangeVaultCompartmentRequest
2436
2436
  * @return ChangeVaultCompartmentResponse
2437
2437
  * @throws OciError when an error occurs
2438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2439
2439
  */
2440
2440
  changeVaultCompartment(changeVaultCompartmentRequest) {
2441
2441
  return __awaiter(this, void 0, void 0, function* () {
@@ -2506,7 +2506,7 @@ class KmsVaultClient {
2506
2506
  * @param CreateVaultRequest
2507
2507
  * @return CreateVaultResponse
2508
2508
  * @throws OciError when an error occurs
2509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
2510
2510
  */
2511
2511
  createVault(createVaultRequest) {
2512
2512
  return __awaiter(this, void 0, void 0, function* () {
@@ -2579,7 +2579,7 @@ class KmsVaultClient {
2579
2579
  * @param CreateVaultReplicaRequest
2580
2580
  * @return CreateVaultReplicaResponse
2581
2581
  * @throws OciError when an error occurs
2582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
2583
2583
  */
2584
2584
  createVaultReplica(createVaultReplicaRequest) {
2585
2585
  return __awaiter(this, void 0, void 0, function* () {
@@ -2647,7 +2647,7 @@ class KmsVaultClient {
2647
2647
  * @param DeleteVaultReplicaRequest
2648
2648
  * @return DeleteVaultReplicaResponse
2649
2649
  * @throws OciError when an error occurs
2650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
2651
2651
  */
2652
2652
  deleteVaultReplica(deleteVaultReplicaRequest) {
2653
2653
  return __awaiter(this, void 0, void 0, function* () {
@@ -2715,7 +2715,7 @@ class KmsVaultClient {
2715
2715
  * @param GetVaultRequest
2716
2716
  * @return GetVaultResponse
2717
2717
  * @throws OciError when an error occurs
2718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
2719
2719
  */
2720
2720
  getVault(getVaultRequest) {
2721
2721
  return __awaiter(this, void 0, void 0, function* () {
@@ -2779,7 +2779,7 @@ class KmsVaultClient {
2779
2779
  * @param GetVaultUsageRequest
2780
2780
  * @return GetVaultUsageResponse
2781
2781
  * @throws OciError when an error occurs
2782
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2782
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
2783
2783
  */
2784
2784
  getVaultUsage(getVaultUsageRequest) {
2785
2785
  return __awaiter(this, void 0, void 0, function* () {
@@ -2843,7 +2843,7 @@ class KmsVaultClient {
2843
2843
  * @param ListVaultReplicasRequest
2844
2844
  * @return ListVaultReplicasResponse
2845
2845
  * @throws OciError when an error occurs
2846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2846
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
2847
2847
  */
2848
2848
  listVaultReplicas(listVaultReplicasRequest) {
2849
2849
  return __awaiter(this, void 0, void 0, function* () {
@@ -2964,7 +2964,7 @@ class KmsVaultClient {
2964
2964
  * @param ListVaultsRequest
2965
2965
  * @return ListVaultsResponse
2966
2966
  * @throws OciError when an error occurs
2967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
2968
2968
  */
2969
2969
  listVaults(listVaultsRequest) {
2970
2970
  return __awaiter(this, void 0, void 0, function* () {
@@ -3074,7 +3074,7 @@ class KmsVaultClient {
3074
3074
  * @param RestoreVaultFromFileRequest
3075
3075
  * @return RestoreVaultFromFileResponse
3076
3076
  * @throws OciError when an error occurs
3077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3078
3078
  */
3079
3079
  restoreVaultFromFile(restoreVaultFromFileRequest) {
3080
3080
  return __awaiter(this, void 0, void 0, function* () {
@@ -3155,7 +3155,7 @@ class KmsVaultClient {
3155
3155
  * @param RestoreVaultFromObjectStoreRequest
3156
3156
  * @return RestoreVaultFromObjectStoreResponse
3157
3157
  * @throws OciError when an error occurs
3158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3159
3159
  */
3160
3160
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3161
3161
  return __awaiter(this, void 0, void 0, function* () {
@@ -3236,7 +3236,7 @@ class KmsVaultClient {
3236
3236
  * @param ScheduleVaultDeletionRequest
3237
3237
  * @return ScheduleVaultDeletionResponse
3238
3238
  * @throws OciError when an error occurs
3239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3240
3240
  */
3241
3241
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3242
3242
  return __awaiter(this, void 0, void 0, function* () {
@@ -3310,7 +3310,7 @@ class KmsVaultClient {
3310
3310
  * @param UpdateVaultRequest
3311
3311
  * @return UpdateVaultResponse
3312
3312
  * @throws OciError when an error occurs
3313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.2/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3314
3314
  */
3315
3315
  updateVault(updateVaultRequest) {
3316
3316
  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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/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.62.2/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.62.3/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKeyRequest.
16
16
  */
17
17
  export interface GetWrappingKeyRequest extends common.BaseRequest {
18
18
  /**