oci-keymanagement 2.76.1 → 2.77.1

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 (114) hide show
  1. package/lib/client.d.ts +68 -50
  2. package/lib/client.js +79 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-ekms-private-endpoint-details.d.ts +2 -2
  5. package/lib/model/create-key-details.d.ts +8 -8
  6. package/lib/model/create-vault-details.d.ts +2 -2
  7. package/lib/model/decrypt-data-details.d.ts +3 -3
  8. package/lib/model/decrypted-data.d.ts +3 -3
  9. package/lib/model/ekms-private-endpoint-summary.d.ts +2 -2
  10. package/lib/model/ekms-private-endpoint.d.ts +2 -2
  11. package/lib/model/encrypt-data-details.d.ts +3 -3
  12. package/lib/model/encrypted-data.d.ts +3 -3
  13. package/lib/model/export-key-details.d.ts +2 -2
  14. package/lib/model/generated-key.d.ts +2 -2
  15. package/lib/model/import-key-details.d.ts +6 -6
  16. package/lib/model/import-key-version-details.d.ts +2 -2
  17. package/lib/model/key-shape.d.ts +1 -1
  18. package/lib/model/key-summary.d.ts +10 -10
  19. package/lib/model/key-version-summary.d.ts +3 -3
  20. package/lib/model/key-version.d.ts +4 -4
  21. package/lib/model/key.d.ts +12 -12
  22. package/lib/model/sign-data-details.d.ts +1 -1
  23. package/lib/model/update-ekms-private-endpoint-details.d.ts +2 -2
  24. package/lib/model/update-key-details.d.ts +2 -2
  25. package/lib/model/update-vault-details.d.ts +2 -2
  26. package/lib/model/vault-summary.d.ts +4 -4
  27. package/lib/model/vault-usage.d.ts +4 -4
  28. package/lib/model/vault.d.ts +5 -5
  29. package/lib/model/verify-data-details.d.ts +1 -1
  30. package/lib/model/wrapped-import-key.d.ts +2 -2
  31. package/lib/model/wrapping-key.d.ts +2 -2
  32. package/lib/request/backup-key-request.d.ts +2 -2
  33. package/lib/request/backup-vault-request.d.ts +2 -2
  34. package/lib/request/cancel-key-deletion-request.d.ts +2 -2
  35. package/lib/request/cancel-key-version-deletion-request.d.ts +2 -2
  36. package/lib/request/cancel-vault-deletion-request.d.ts +2 -2
  37. package/lib/request/change-key-compartment-request.d.ts +2 -2
  38. package/lib/request/change-vault-compartment-request.d.ts +2 -2
  39. package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
  40. package/lib/request/create-key-request.d.ts +1 -1
  41. package/lib/request/create-key-version-request.d.ts +1 -1
  42. package/lib/request/create-vault-replica-request.d.ts +2 -2
  43. package/lib/request/create-vault-request.d.ts +1 -1
  44. package/lib/request/decrypt-request.d.ts +1 -1
  45. package/lib/request/delete-ekms-private-endpoint-request.d.ts +2 -2
  46. package/lib/request/delete-vault-replica-request.d.ts +2 -2
  47. package/lib/request/disable-key-request.d.ts +2 -2
  48. package/lib/request/enable-key-request.d.ts +2 -2
  49. package/lib/request/encrypt-request.d.ts +1 -1
  50. package/lib/request/export-key-request.d.ts +1 -1
  51. package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
  52. package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/get-key-request.d.ts +1 -1
  54. package/lib/request/get-key-version-request.d.ts +1 -1
  55. package/lib/request/get-replication-status-request.d.ts +1 -1
  56. package/lib/request/get-vault-request.d.ts +1 -1
  57. package/lib/request/get-vault-usage-request.d.ts +1 -1
  58. package/lib/request/get-wrapping-key-request.d.ts +1 -1
  59. package/lib/request/import-key-request.d.ts +1 -1
  60. package/lib/request/import-key-version-request.d.ts +1 -1
  61. package/lib/request/list-ekms-private-endpoints-request.d.ts +4 -4
  62. package/lib/request/list-key-versions-request.d.ts +4 -4
  63. package/lib/request/list-keys-request.d.ts +9 -9
  64. package/lib/request/list-vault-replicas-request.d.ts +5 -5
  65. package/lib/request/list-vaults-request.d.ts +4 -4
  66. package/lib/request/restore-key-from-file-request.d.ts +2 -2
  67. package/lib/request/restore-key-from-object-store-request.d.ts +2 -2
  68. package/lib/request/restore-vault-from-file-request.d.ts +2 -2
  69. package/lib/request/restore-vault-from-object-store-request.d.ts +2 -2
  70. package/lib/request/schedule-key-deletion-request.d.ts +2 -2
  71. package/lib/request/schedule-key-version-deletion-request.d.ts +2 -2
  72. package/lib/request/schedule-vault-deletion-request.d.ts +2 -2
  73. package/lib/request/sign-request.d.ts +1 -1
  74. package/lib/request/update-ekms-private-endpoint-request.d.ts +2 -2
  75. package/lib/request/update-key-request.d.ts +2 -2
  76. package/lib/request/update-vault-request.d.ts +2 -2
  77. package/lib/request/verify-request.d.ts +1 -1
  78. package/lib/response/backup-key-response.d.ts +1 -1
  79. package/lib/response/backup-vault-response.d.ts +1 -1
  80. package/lib/response/cancel-key-deletion-response.d.ts +1 -1
  81. package/lib/response/cancel-key-version-deletion-response.d.ts +1 -1
  82. package/lib/response/cancel-vault-deletion-response.d.ts +1 -1
  83. package/lib/response/change-key-compartment-response.d.ts +1 -1
  84. package/lib/response/change-vault-compartment-response.d.ts +1 -1
  85. package/lib/response/create-ekms-private-endpoint-response.d.ts +1 -1
  86. package/lib/response/create-key-response.d.ts +1 -1
  87. package/lib/response/create-key-version-response.d.ts +1 -1
  88. package/lib/response/create-vault-response.d.ts +1 -1
  89. package/lib/response/disable-key-response.d.ts +1 -1
  90. package/lib/response/enable-key-response.d.ts +1 -1
  91. package/lib/response/get-ekms-private-endpoint-response.d.ts +1 -1
  92. package/lib/response/get-key-response.d.ts +1 -1
  93. package/lib/response/get-key-version-response.d.ts +1 -1
  94. package/lib/response/get-replication-status-response.d.ts +1 -1
  95. package/lib/response/get-vault-response.d.ts +1 -1
  96. package/lib/response/get-wrapping-key-response.d.ts +1 -1
  97. package/lib/response/import-key-response.d.ts +1 -1
  98. package/lib/response/import-key-version-response.d.ts +1 -1
  99. package/lib/response/list-ekms-private-endpoints-response.d.ts +1 -1
  100. package/lib/response/list-key-versions-response.d.ts +1 -1
  101. package/lib/response/list-keys-response.d.ts +1 -1
  102. package/lib/response/list-vault-replicas-response.d.ts +2 -2
  103. package/lib/response/list-vaults-response.d.ts +1 -1
  104. package/lib/response/restore-key-from-file-response.d.ts +1 -1
  105. package/lib/response/restore-key-from-object-store-response.d.ts +1 -1
  106. package/lib/response/restore-vault-from-file-response.d.ts +1 -1
  107. package/lib/response/restore-vault-from-object-store-response.d.ts +1 -1
  108. package/lib/response/schedule-key-deletion-response.d.ts +1 -1
  109. package/lib/response/schedule-key-version-deletion-response.d.ts +1 -1
  110. package/lib/response/schedule-vault-deletion-response.d.ts +1 -1
  111. package/lib/response/update-ekms-private-endpoint-response.d.ts +1 -1
  112. package/lib/response/update-key-response.d.ts +1 -1
  113. package/lib/response/update-vault-response.d.ts +1 -1
  114. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -49,6 +49,7 @@ const ekm_waiter_1 = require("./ekm-waiter");
49
49
  const kmsmanagement_waiter_1 = require("./kmsmanagement-waiter");
50
50
  const kmsvault_waiter_1 = require("./kmsvault-waiter");
51
51
  const oci_common_2 = require("oci-common");
52
+ const Breaker = require("opossum");
52
53
  // ===============================================
53
54
  // This file is autogenerated - Please do not edit
54
55
  // ===============================================
@@ -184,13 +185,21 @@ class EkmClient {
184
185
  }
185
186
  throw Error("Waiters do not exist. Please create waiters.");
186
187
  }
188
+ /**
189
+ * Shutdown the circuit breaker used by the client when it is no longer needed
190
+ */
191
+ shutdownCircuitBreaker() {
192
+ if (this._circuitBreaker) {
193
+ this._circuitBreaker.shutdown();
194
+ }
195
+ }
187
196
  /**
188
197
  * Create a new EKMS private endpoint used to connect to external key manager system
189
198
  * This operation does not retry by default if the user has not defined a retry configuration.
190
199
  * @param CreateEkmsPrivateEndpointRequest
191
200
  * @return CreateEkmsPrivateEndpointResponse
192
201
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
194
203
  */
195
204
  createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest) {
196
205
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +267,7 @@ class EkmClient {
258
267
  * @param DeleteEkmsPrivateEndpointRequest
259
268
  * @return DeleteEkmsPrivateEndpointResponse
260
269
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
262
271
  */
263
272
  deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest) {
264
273
  return __awaiter(this, void 0, void 0, function* () {
@@ -318,7 +327,7 @@ class EkmClient {
318
327
  * @param GetEkmsPrivateEndpointRequest
319
328
  * @return GetEkmsPrivateEndpointResponse
320
329
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
322
331
  */
323
332
  getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest) {
324
333
  return __awaiter(this, void 0, void 0, function* () {
@@ -382,7 +391,7 @@ class EkmClient {
382
391
  * @param ListEkmsPrivateEndpointsRequest
383
392
  * @return ListEkmsPrivateEndpointsResponse
384
393
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
386
395
  */
387
396
  listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest) {
388
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -489,7 +498,7 @@ class EkmClient {
489
498
  * @param UpdateEkmsPrivateEndpointRequest
490
499
  * @return UpdateEkmsPrivateEndpointResponse
491
500
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
493
502
  */
494
503
  updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest) {
495
504
  return __awaiter(this, void 0, void 0, function* () {
@@ -625,6 +634,14 @@ class KmsCryptoClient {
625
634
  if (this.logger)
626
635
  this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
627
636
  }
637
+ /**
638
+ * Shutdown the circuit breaker used by the client when it is no longer needed
639
+ */
640
+ shutdownCircuitBreaker() {
641
+ if (this._circuitBreaker) {
642
+ this._circuitBreaker.shutdown();
643
+ }
644
+ }
628
645
  /**
629
646
  * Decrypts data using the given [DecryptDataDetails](https://docs.cloud.oracle.com/api/#/en/key/latest/datatypes/DecryptDataDetails) resource.
630
647
  *
@@ -632,7 +649,7 @@ class KmsCryptoClient {
632
649
  * @param DecryptRequest
633
650
  * @return DecryptResponse
634
651
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
636
653
  */
637
654
  decrypt(decryptRequest) {
638
655
  return __awaiter(this, void 0, void 0, function* () {
@@ -691,7 +708,7 @@ class KmsCryptoClient {
691
708
  * @param EncryptRequest
692
709
  * @return EncryptResponse
693
710
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
695
712
  */
696
713
  encrypt(encryptRequest) {
697
714
  return __awaiter(this, void 0, void 0, function* () {
@@ -752,7 +769,7 @@ class KmsCryptoClient {
752
769
  * @param ExportKeyRequest
753
770
  * @return ExportKeyResponse
754
771
  * @throws OciError when an error occurs
755
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
756
773
  */
757
774
  exportKey(exportKeyRequest) {
758
775
  return __awaiter(this, void 0, void 0, function* () {
@@ -809,7 +826,7 @@ class KmsCryptoClient {
809
826
  * @param GenerateDataEncryptionKeyRequest
810
827
  * @return GenerateDataEncryptionKeyResponse
811
828
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
813
830
  */
814
831
  generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
815
832
  return __awaiter(this, void 0, void 0, function* () {
@@ -870,7 +887,7 @@ class KmsCryptoClient {
870
887
  * @param SignRequest
871
888
  * @return SignResponse
872
889
  * @throws OciError when an error occurs
873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
874
891
  */
875
892
  sign(signRequest) {
876
893
  return __awaiter(this, void 0, void 0, function* () {
@@ -931,7 +948,7 @@ class KmsCryptoClient {
931
948
  * @param VerifyRequest
932
949
  * @return VerifyResponse
933
950
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
935
952
  */
936
953
  verify(verifyRequest) {
937
954
  return __awaiter(this, void 0, void 0, function* () {
@@ -1080,6 +1097,14 @@ class KmsManagementClient {
1080
1097
  }
1081
1098
  throw Error("Waiters do not exist. Please create waiters.");
1082
1099
  }
1100
+ /**
1101
+ * Shutdown the circuit breaker used by the client when it is no longer needed
1102
+ */
1103
+ shutdownCircuitBreaker() {
1104
+ if (this._circuitBreaker) {
1105
+ this._circuitBreaker.shutdown();
1106
+ }
1107
+ }
1083
1108
  /**
1084
1109
  * Backs up an encrypted file that contains all key versions and metadata of the specified key so that you can restore
1085
1110
  * the key later. The file also contains the metadata of the vault that the key belonged to.
@@ -1088,7 +1113,7 @@ class KmsManagementClient {
1088
1113
  * @param BackupKeyRequest
1089
1114
  * @return BackupKeyResponse
1090
1115
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
1116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
1092
1117
  */
1093
1118
  backupKey(backupKeyRequest) {
1094
1119
  return __awaiter(this, void 0, void 0, function* () {
@@ -1167,7 +1192,7 @@ class KmsManagementClient {
1167
1192
  * @param CancelKeyDeletionRequest
1168
1193
  * @return CancelKeyDeletionResponse
1169
1194
  * @throws OciError when an error occurs
1170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
1195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
1171
1196
  */
1172
1197
  cancelKeyDeletion(cancelKeyDeletionRequest) {
1173
1198
  return __awaiter(this, void 0, void 0, function* () {
@@ -1240,7 +1265,7 @@ class KmsManagementClient {
1240
1265
  * @param CancelKeyVersionDeletionRequest
1241
1266
  * @return CancelKeyVersionDeletionResponse
1242
1267
  * @throws OciError when an error occurs
1243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
1268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
1244
1269
  */
1245
1270
  cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
1246
1271
  return __awaiter(this, void 0, void 0, function* () {
@@ -1315,7 +1340,7 @@ class KmsManagementClient {
1315
1340
  * @param ChangeKeyCompartmentRequest
1316
1341
  * @return ChangeKeyCompartmentResponse
1317
1342
  * @throws OciError when an error occurs
1318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
1319
1344
  */
1320
1345
  changeKeyCompartment(changeKeyCompartmentRequest) {
1321
1346
  return __awaiter(this, void 0, void 0, function* () {
@@ -1383,7 +1408,7 @@ class KmsManagementClient {
1383
1408
  * @param CreateKeyRequest
1384
1409
  * @return CreateKeyResponse
1385
1410
  * @throws OciError when an error occurs
1386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
1411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
1387
1412
  */
1388
1413
  createKey(createKeyRequest) {
1389
1414
  return __awaiter(this, void 0, void 0, function* () {
@@ -1453,7 +1478,7 @@ class KmsManagementClient {
1453
1478
  * @param CreateKeyVersionRequest
1454
1479
  * @return CreateKeyVersionResponse
1455
1480
  * @throws OciError when an error occurs
1456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
1481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
1457
1482
  */
1458
1483
  createKeyVersion(createKeyVersionRequest) {
1459
1484
  return __awaiter(this, void 0, void 0, function* () {
@@ -1525,7 +1550,7 @@ class KmsManagementClient {
1525
1550
  * @param DisableKeyRequest
1526
1551
  * @return DisableKeyResponse
1527
1552
  * @throws OciError when an error occurs
1528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
1529
1554
  */
1530
1555
  disableKey(disableKeyRequest) {
1531
1556
  return __awaiter(this, void 0, void 0, function* () {
@@ -1597,7 +1622,7 @@ class KmsManagementClient {
1597
1622
  * @param EnableKeyRequest
1598
1623
  * @return EnableKeyResponse
1599
1624
  * @throws OciError when an error occurs
1600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
1601
1626
  */
1602
1627
  enableKey(enableKeyRequest) {
1603
1628
  return __awaiter(this, void 0, void 0, function* () {
@@ -1668,7 +1693,7 @@ class KmsManagementClient {
1668
1693
  * @param GetKeyRequest
1669
1694
  * @return GetKeyResponse
1670
1695
  * @throws OciError when an error occurs
1671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
1672
1697
  */
1673
1698
  getKey(getKeyRequest) {
1674
1699
  return __awaiter(this, void 0, void 0, function* () {
@@ -1737,7 +1762,7 @@ class KmsManagementClient {
1737
1762
  * @param GetKeyVersionRequest
1738
1763
  * @return GetKeyVersionResponse
1739
1764
  * @throws OciError when an error occurs
1740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
1741
1766
  */
1742
1767
  getKeyVersion(getKeyVersionRequest) {
1743
1768
  return __awaiter(this, void 0, void 0, function* () {
@@ -1805,7 +1830,7 @@ class KmsManagementClient {
1805
1830
  * @param GetReplicationStatusRequest
1806
1831
  * @return GetReplicationStatusResponse
1807
1832
  * @throws OciError when an error occurs
1808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
1809
1834
  */
1810
1835
  getReplicationStatus(getReplicationStatusRequest) {
1811
1836
  return __awaiter(this, void 0, void 0, function* () {
@@ -1870,7 +1895,7 @@ class KmsManagementClient {
1870
1895
  * @param GetWrappingKeyRequest
1871
1896
  * @return GetWrappingKeyResponse
1872
1897
  * @throws OciError when an error occurs
1873
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1898
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
1874
1899
  */
1875
1900
  getWrappingKey(getWrappingKeyRequest) {
1876
1901
  return __awaiter(this, void 0, void 0, function* () {
@@ -1937,7 +1962,7 @@ class KmsManagementClient {
1937
1962
  * @param ImportKeyRequest
1938
1963
  * @return ImportKeyResponse
1939
1964
  * @throws OciError when an error occurs
1940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
1941
1966
  */
1942
1967
  importKey(importKeyRequest) {
1943
1968
  return __awaiter(this, void 0, void 0, function* () {
@@ -2006,7 +2031,7 @@ class KmsManagementClient {
2006
2031
  * @param ImportKeyVersionRequest
2007
2032
  * @return ImportKeyVersionResponse
2008
2033
  * @throws OciError when an error occurs
2009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
2034
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
2010
2035
  */
2011
2036
  importKeyVersion(importKeyVersionRequest) {
2012
2037
  return __awaiter(this, void 0, void 0, function* () {
@@ -2078,7 +2103,7 @@ class KmsManagementClient {
2078
2103
  * @param ListKeyVersionsRequest
2079
2104
  * @return ListKeyVersionsResponse
2080
2105
  * @throws OciError when an error occurs
2081
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
2106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
2082
2107
  */
2083
2108
  listKeyVersions(listKeyVersionsRequest) {
2084
2109
  return __awaiter(this, void 0, void 0, function* () {
@@ -2192,7 +2217,7 @@ class KmsManagementClient {
2192
2217
  * @param ListKeysRequest
2193
2218
  * @return ListKeysResponse
2194
2219
  * @throws OciError when an error occurs
2195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
2220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
2196
2221
  */
2197
2222
  listKeys(listKeysRequest) {
2198
2223
  return __awaiter(this, void 0, void 0, function* () {
@@ -2306,7 +2331,7 @@ class KmsManagementClient {
2306
2331
  * @param RestoreKeyFromFileRequest
2307
2332
  * @return RestoreKeyFromFileResponse
2308
2333
  * @throws OciError when an error occurs
2309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
2334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
2310
2335
  */
2311
2336
  restoreKeyFromFile(restoreKeyFromFileRequest) {
2312
2337
  return __awaiter(this, void 0, void 0, function* () {
@@ -2385,7 +2410,7 @@ class KmsManagementClient {
2385
2410
  * @param RestoreKeyFromObjectStoreRequest
2386
2411
  * @return RestoreKeyFromObjectStoreResponse
2387
2412
  * @throws OciError when an error occurs
2388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
2413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
2389
2414
  */
2390
2415
  restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
2391
2416
  return __awaiter(this, void 0, void 0, function* () {
@@ -2461,7 +2486,7 @@ class KmsManagementClient {
2461
2486
  * @param ScheduleKeyDeletionRequest
2462
2487
  * @return ScheduleKeyDeletionResponse
2463
2488
  * @throws OciError when an error occurs
2464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
2489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
2465
2490
  */
2466
2491
  scheduleKeyDeletion(scheduleKeyDeletionRequest) {
2467
2492
  return __awaiter(this, void 0, void 0, function* () {
@@ -2534,7 +2559,7 @@ class KmsManagementClient {
2534
2559
  * @param ScheduleKeyVersionDeletionRequest
2535
2560
  * @return ScheduleKeyVersionDeletionResponse
2536
2561
  * @throws OciError when an error occurs
2537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2562
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
2538
2563
  */
2539
2564
  scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
2540
2565
  return __awaiter(this, void 0, void 0, function* () {
@@ -2609,7 +2634,7 @@ class KmsManagementClient {
2609
2634
  * @param UpdateKeyRequest
2610
2635
  * @return UpdateKeyResponse
2611
2636
  * @throws OciError when an error occurs
2612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
2613
2638
  */
2614
2639
  updateKey(updateKeyRequest) {
2615
2640
  return __awaiter(this, void 0, void 0, function* () {
@@ -2804,6 +2829,14 @@ class KmsVaultClient {
2804
2829
  }
2805
2830
  throw Error("Waiters do not exist. Please create waiters.");
2806
2831
  }
2832
+ /**
2833
+ * Shutdown the circuit breaker used by the client when it is no longer needed
2834
+ */
2835
+ shutdownCircuitBreaker() {
2836
+ if (this._circuitBreaker) {
2837
+ this._circuitBreaker.shutdown();
2838
+ }
2839
+ }
2807
2840
  /**
2808
2841
  * Backs up an encrypted file that contains all the metadata of a vault so that you can restore the vault later.
2809
2842
  * You can backup a vault whether or not it contains keys. This operation only backs up the
@@ -2813,7 +2846,7 @@ class KmsVaultClient {
2813
2846
  * @param BackupVaultRequest
2814
2847
  * @return BackupVaultResponse
2815
2848
  * @throws OciError when an error occurs
2816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
2817
2850
  */
2818
2851
  backupVault(backupVaultRequest) {
2819
2852
  return __awaiter(this, void 0, void 0, function* () {
@@ -2893,7 +2926,7 @@ class KmsVaultClient {
2893
2926
  * @param CancelVaultDeletionRequest
2894
2927
  * @return CancelVaultDeletionResponse
2895
2928
  * @throws OciError when an error occurs
2896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
2897
2930
  */
2898
2931
  cancelVaultDeletion(cancelVaultDeletionRequest) {
2899
2932
  return __awaiter(this, void 0, void 0, function* () {
@@ -2967,7 +3000,7 @@ class KmsVaultClient {
2967
3000
  * @param ChangeVaultCompartmentRequest
2968
3001
  * @return ChangeVaultCompartmentResponse
2969
3002
  * @throws OciError when an error occurs
2970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
3003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
2971
3004
  */
2972
3005
  changeVaultCompartment(changeVaultCompartmentRequest) {
2973
3006
  return __awaiter(this, void 0, void 0, function* () {
@@ -3038,7 +3071,7 @@ class KmsVaultClient {
3038
3071
  * @param CreateVaultRequest
3039
3072
  * @return CreateVaultResponse
3040
3073
  * @throws OciError when an error occurs
3041
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
3074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
3042
3075
  */
3043
3076
  createVault(createVaultRequest) {
3044
3077
  return __awaiter(this, void 0, void 0, function* () {
@@ -3111,7 +3144,7 @@ class KmsVaultClient {
3111
3144
  * @param CreateVaultReplicaRequest
3112
3145
  * @return CreateVaultReplicaResponse
3113
3146
  * @throws OciError when an error occurs
3114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
3147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
3115
3148
  */
3116
3149
  createVaultReplica(createVaultReplicaRequest) {
3117
3150
  return __awaiter(this, void 0, void 0, function* () {
@@ -3179,7 +3212,7 @@ class KmsVaultClient {
3179
3212
  * @param DeleteVaultReplicaRequest
3180
3213
  * @return DeleteVaultReplicaResponse
3181
3214
  * @throws OciError when an error occurs
3182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
3215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
3183
3216
  */
3184
3217
  deleteVaultReplica(deleteVaultReplicaRequest) {
3185
3218
  return __awaiter(this, void 0, void 0, function* () {
@@ -3247,7 +3280,7 @@ class KmsVaultClient {
3247
3280
  * @param GetVaultRequest
3248
3281
  * @return GetVaultResponse
3249
3282
  * @throws OciError when an error occurs
3250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
3283
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
3251
3284
  */
3252
3285
  getVault(getVaultRequest) {
3253
3286
  return __awaiter(this, void 0, void 0, function* () {
@@ -3311,7 +3344,7 @@ class KmsVaultClient {
3311
3344
  * @param GetVaultUsageRequest
3312
3345
  * @return GetVaultUsageResponse
3313
3346
  * @throws OciError when an error occurs
3314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
3347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
3315
3348
  */
3316
3349
  getVaultUsage(getVaultUsageRequest) {
3317
3350
  return __awaiter(this, void 0, void 0, function* () {
@@ -3375,7 +3408,7 @@ class KmsVaultClient {
3375
3408
  * @param ListVaultReplicasRequest
3376
3409
  * @return ListVaultReplicasResponse
3377
3410
  * @throws OciError when an error occurs
3378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
3411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
3379
3412
  */
3380
3413
  listVaultReplicas(listVaultReplicasRequest) {
3381
3414
  return __awaiter(this, void 0, void 0, function* () {
@@ -3496,7 +3529,7 @@ class KmsVaultClient {
3496
3529
  * @param ListVaultsRequest
3497
3530
  * @return ListVaultsResponse
3498
3531
  * @throws OciError when an error occurs
3499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
3532
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
3500
3533
  */
3501
3534
  listVaults(listVaultsRequest) {
3502
3535
  return __awaiter(this, void 0, void 0, function* () {
@@ -3606,7 +3639,7 @@ class KmsVaultClient {
3606
3639
  * @param RestoreVaultFromFileRequest
3607
3640
  * @return RestoreVaultFromFileResponse
3608
3641
  * @throws OciError when an error occurs
3609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
3610
3643
  */
3611
3644
  restoreVaultFromFile(restoreVaultFromFileRequest) {
3612
3645
  return __awaiter(this, void 0, void 0, function* () {
@@ -3687,7 +3720,7 @@ class KmsVaultClient {
3687
3720
  * @param RestoreVaultFromObjectStoreRequest
3688
3721
  * @return RestoreVaultFromObjectStoreResponse
3689
3722
  * @throws OciError when an error occurs
3690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
3691
3724
  */
3692
3725
  restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
3693
3726
  return __awaiter(this, void 0, void 0, function* () {
@@ -3768,7 +3801,7 @@ class KmsVaultClient {
3768
3801
  * @param ScheduleVaultDeletionRequest
3769
3802
  * @return ScheduleVaultDeletionResponse
3770
3803
  * @throws OciError when an error occurs
3771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
3772
3805
  */
3773
3806
  scheduleVaultDeletion(scheduleVaultDeletionRequest) {
3774
3807
  return __awaiter(this, void 0, void 0, function* () {
@@ -3842,7 +3875,7 @@ class KmsVaultClient {
3842
3875
  * @param UpdateVaultRequest
3843
3876
  * @return UpdateVaultResponse
3844
3877
  * @throws OciError when an error occurs
3845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
3846
3879
  */
3847
3880
  updateVault(updateVaultRequest) {
3848
3881
  return __awaiter(this, void 0, void 0, function* () {