oci-keymanagement 2.83.0 → 2.84.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.
- package/lib/client.d.ts +58 -58
- package/lib/client.js +58 -58
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-request.d.ts +1 -1
- package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +1 -1
- package/lib/request/cancel-key-deletion-request.d.ts +1 -1
- package/lib/request/cancel-key-version-deletion-request.d.ts +1 -1
- package/lib/request/cancel-vault-deletion-request.d.ts +1 -1
- package/lib/request/change-hsm-cluster-compartment-request.d.ts +1 -1
- package/lib/request/change-key-compartment-request.d.ts +1 -1
- package/lib/request/change-vault-compartment-request.d.ts +1 -1
- package/lib/request/create-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-hsm-cluster-request.d.ts +1 -1
- package/lib/request/create-key-request.d.ts +1 -1
- package/lib/request/create-key-version-request.d.ts +1 -1
- package/lib/request/create-vault-replica-request.d.ts +1 -1
- package/lib/request/create-vault-request.d.ts +1 -1
- package/lib/request/decrypt-request.d.ts +1 -1
- package/lib/request/delete-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-vault-replica-request.d.ts +1 -1
- package/lib/request/disable-key-request.d.ts +1 -1
- package/lib/request/download-certificate-signing-request-request.d.ts +1 -1
- package/lib/request/enable-key-request.d.ts +1 -1
- package/lib/request/encrypt-request.d.ts +1 -1
- package/lib/request/export-key-request.d.ts +1 -1
- package/lib/request/generate-data-encryption-key-request.d.ts +1 -1
- package/lib/request/get-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-hsm-cluster-request.d.ts +1 -1
- package/lib/request/get-hsm-partition-request.d.ts +1 -1
- package/lib/request/get-key-request.d.ts +1 -1
- package/lib/request/get-key-version-request.d.ts +1 -1
- package/lib/request/get-pre-co-user-credentials-request.d.ts +1 -1
- package/lib/request/get-replication-status-request.d.ts +1 -1
- package/lib/request/get-vault-request.d.ts +1 -1
- package/lib/request/get-vault-usage-request.d.ts +1 -1
- package/lib/request/get-wrapping-key-request.d.ts +1 -1
- package/lib/request/import-key-request.d.ts +1 -1
- package/lib/request/import-key-version-request.d.ts +1 -1
- package/lib/request/list-ekms-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-hsm-clusters-request.d.ts +1 -1
- package/lib/request/list-hsm-partitions-request.d.ts +1 -1
- package/lib/request/list-key-versions-request.d.ts +1 -1
- package/lib/request/list-keys-request.d.ts +1 -1
- package/lib/request/list-vault-replicas-request.d.ts +1 -1
- package/lib/request/list-vaults-request.d.ts +1 -1
- package/lib/request/restore-key-from-file-request.d.ts +1 -1
- package/lib/request/restore-key-from-object-store-request.d.ts +1 -1
- package/lib/request/restore-vault-from-file-request.d.ts +1 -1
- package/lib/request/restore-vault-from-object-store-request.d.ts +1 -1
- package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +1 -1
- package/lib/request/schedule-key-deletion-request.d.ts +1 -1
- package/lib/request/schedule-key-version-deletion-request.d.ts +1 -1
- package/lib/request/schedule-vault-deletion-request.d.ts +1 -1
- package/lib/request/sign-request.d.ts +1 -1
- package/lib/request/update-ekms-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-hsm-cluster-request.d.ts +1 -1
- package/lib/request/update-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/upload-partition-certificates-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -200,7 +200,7 @@ class EkmClient {
|
|
|
200
200
|
* @param CreateEkmsPrivateEndpointRequest
|
|
201
201
|
* @return CreateEkmsPrivateEndpointResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpoint API.
|
|
204
204
|
*/
|
|
205
205
|
createEkmsPrivateEndpoint(createEkmsPrivateEndpointRequest) {
|
|
206
206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class EkmClient {
|
|
|
268
268
|
* @param DeleteEkmsPrivateEndpointRequest
|
|
269
269
|
* @return DeleteEkmsPrivateEndpointResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/DeleteEkmsPrivateEndpoint.ts.html |here} to see how to use DeleteEkmsPrivateEndpoint API.
|
|
272
272
|
*/
|
|
273
273
|
deleteEkmsPrivateEndpoint(deleteEkmsPrivateEndpointRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class EkmClient {
|
|
|
328
328
|
* @param GetEkmsPrivateEndpointRequest
|
|
329
329
|
* @return GetEkmsPrivateEndpointResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetEkmsPrivateEndpoint.ts.html |here} to see how to use GetEkmsPrivateEndpoint API.
|
|
332
332
|
*/
|
|
333
333
|
getEkmsPrivateEndpoint(getEkmsPrivateEndpointRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -392,7 +392,7 @@ class EkmClient {
|
|
|
392
392
|
* @param ListEkmsPrivateEndpointsRequest
|
|
393
393
|
* @return ListEkmsPrivateEndpointsResponse
|
|
394
394
|
* @throws OciError when an error occurs
|
|
395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListEkmsPrivateEndpoints.ts.html |here} to see how to use ListEkmsPrivateEndpoints API.
|
|
396
396
|
*/
|
|
397
397
|
listEkmsPrivateEndpoints(listEkmsPrivateEndpointsRequest) {
|
|
398
398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -499,7 +499,7 @@ class EkmClient {
|
|
|
499
499
|
* @param UpdateEkmsPrivateEndpointRequest
|
|
500
500
|
* @return UpdateEkmsPrivateEndpointResponse
|
|
501
501
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
502
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/UpdateEkmsPrivateEndpoint.ts.html |here} to see how to use UpdateEkmsPrivateEndpoint API.
|
|
503
503
|
*/
|
|
504
504
|
updateEkmsPrivateEndpoint(updateEkmsPrivateEndpointRequest) {
|
|
505
505
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -650,7 +650,7 @@ class KmsCryptoClient {
|
|
|
650
650
|
* @param DecryptRequest
|
|
651
651
|
* @return DecryptResponse
|
|
652
652
|
* @throws OciError when an error occurs
|
|
653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
654
654
|
*/
|
|
655
655
|
decrypt(decryptRequest) {
|
|
656
656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -709,7 +709,7 @@ class KmsCryptoClient {
|
|
|
709
709
|
* @param EncryptRequest
|
|
710
710
|
* @return EncryptResponse
|
|
711
711
|
* @throws OciError when an error occurs
|
|
712
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
712
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
713
713
|
*/
|
|
714
714
|
encrypt(encryptRequest) {
|
|
715
715
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -770,7 +770,7 @@ class KmsCryptoClient {
|
|
|
770
770
|
* @param ExportKeyRequest
|
|
771
771
|
* @return ExportKeyResponse
|
|
772
772
|
* @throws OciError when an error occurs
|
|
773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
774
774
|
*/
|
|
775
775
|
exportKey(exportKeyRequest) {
|
|
776
776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -827,7 +827,7 @@ class KmsCryptoClient {
|
|
|
827
827
|
* @param GenerateDataEncryptionKeyRequest
|
|
828
828
|
* @return GenerateDataEncryptionKeyResponse
|
|
829
829
|
* @throws OciError when an error occurs
|
|
830
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
830
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
831
831
|
*/
|
|
832
832
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest) {
|
|
833
833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -888,7 +888,7 @@ class KmsCryptoClient {
|
|
|
888
888
|
* @param SignRequest
|
|
889
889
|
* @return SignResponse
|
|
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.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
892
892
|
*/
|
|
893
893
|
sign(signRequest) {
|
|
894
894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -949,7 +949,7 @@ class KmsCryptoClient {
|
|
|
949
949
|
* @param VerifyRequest
|
|
950
950
|
* @return VerifyResponse
|
|
951
951
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
953
953
|
*/
|
|
954
954
|
verify(verifyRequest) {
|
|
955
955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1150,7 +1150,7 @@ class KmsHsmClusterClient {
|
|
|
1150
1150
|
* @param CancelHsmClusterDeletionRequest
|
|
1151
1151
|
* @return CancelHsmClusterDeletionResponse
|
|
1152
1152
|
* @throws OciError when an error occurs
|
|
1153
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1153
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletion API.
|
|
1154
1154
|
*/
|
|
1155
1155
|
cancelHsmClusterDeletion(cancelHsmClusterDeletionRequest) {
|
|
1156
1156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1216,7 +1216,7 @@ class KmsHsmClusterClient {
|
|
|
1216
1216
|
* @param ChangeHsmClusterCompartmentRequest
|
|
1217
1217
|
* @return ChangeHsmClusterCompartmentResponse
|
|
1218
1218
|
* @throws OciError when an error occurs
|
|
1219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartment API.
|
|
1220
1220
|
*/
|
|
1221
1221
|
changeHsmClusterCompartment(changeHsmClusterCompartmentRequest) {
|
|
1222
1222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1279,7 +1279,7 @@ class KmsHsmClusterClient {
|
|
|
1279
1279
|
* @param CreateHsmClusterRequest
|
|
1280
1280
|
* @return CreateHsmClusterResponse
|
|
1281
1281
|
* @throws OciError when an error occurs
|
|
1282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateHsmCluster.ts.html |here} to see how to use CreateHsmCluster API.
|
|
1283
1283
|
*/
|
|
1284
1284
|
createHsmCluster(createHsmClusterRequest) {
|
|
1285
1285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1343,7 +1343,7 @@ class KmsHsmClusterClient {
|
|
|
1343
1343
|
* @param DownloadCertificateSigningRequestRequest
|
|
1344
1344
|
* @return DownloadCertificateSigningRequestResponse
|
|
1345
1345
|
* @throws OciError when an error occurs
|
|
1346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/DownloadCertificateSigningRequest.ts.html |here} to see how to use DownloadCertificateSigningRequest API.
|
|
1347
1347
|
*/
|
|
1348
1348
|
downloadCertificateSigningRequest(downloadCertificateSigningRequestRequest) {
|
|
1349
1349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1414,7 +1414,7 @@ class KmsHsmClusterClient {
|
|
|
1414
1414
|
* @param GetHsmClusterRequest
|
|
1415
1415
|
* @return GetHsmClusterResponse
|
|
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.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetHsmCluster.ts.html |here} to see how to use GetHsmCluster API.
|
|
1418
1418
|
*/
|
|
1419
1419
|
getHsmCluster(getHsmClusterRequest) {
|
|
1420
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1478,7 +1478,7 @@ class KmsHsmClusterClient {
|
|
|
1478
1478
|
* @param GetHsmPartitionRequest
|
|
1479
1479
|
* @return GetHsmPartitionResponse
|
|
1480
1480
|
* @throws OciError when an error occurs
|
|
1481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetHsmPartition.ts.html |here} to see how to use GetHsmPartition API.
|
|
1482
1482
|
*/
|
|
1483
1483
|
getHsmPartition(getHsmPartitionRequest) {
|
|
1484
1484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1544,7 +1544,7 @@ class KmsHsmClusterClient {
|
|
|
1544
1544
|
* @param GetPreCoUserCredentialsRequest
|
|
1545
1545
|
* @return GetPreCoUserCredentialsResponse
|
|
1546
1546
|
* @throws OciError when an error occurs
|
|
1547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetPreCoUserCredentials.ts.html |here} to see how to use GetPreCoUserCredentials API.
|
|
1548
1548
|
*/
|
|
1549
1549
|
getPreCoUserCredentials(getPreCoUserCredentialsRequest) {
|
|
1550
1550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1614,7 @@ class KmsHsmClusterClient {
|
|
|
1614
1614
|
* @param ListHsmClustersRequest
|
|
1615
1615
|
* @return ListHsmClustersResponse
|
|
1616
1616
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListHsmClusters.ts.html |here} to see how to use ListHsmClusters API.
|
|
1618
1618
|
*/
|
|
1619
1619
|
listHsmClusters(listHsmClustersRequest) {
|
|
1620
1620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1682,7 +1682,7 @@ class KmsHsmClusterClient {
|
|
|
1682
1682
|
* @param ListHsmPartitionsRequest
|
|
1683
1683
|
* @return ListHsmPartitionsResponse
|
|
1684
1684
|
* @throws OciError when an error occurs
|
|
1685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListHsmPartitions.ts.html |here} to see how to use ListHsmPartitions API.
|
|
1686
1686
|
*/
|
|
1687
1687
|
listHsmPartitions(listHsmPartitionsRequest) {
|
|
1688
1688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1753,7 +1753,7 @@ class KmsHsmClusterClient {
|
|
|
1753
1753
|
* @param ScheduleHsmClusterDeletionRequest
|
|
1754
1754
|
* @return ScheduleHsmClusterDeletionResponse
|
|
1755
1755
|
* @throws OciError when an error occurs
|
|
1756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1756
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ScheduleHsmClusterDeletion.ts.html |here} to see how to use ScheduleHsmClusterDeletion API.
|
|
1757
1757
|
*/
|
|
1758
1758
|
scheduleHsmClusterDeletion(scheduleHsmClusterDeletionRequest) {
|
|
1759
1759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1825,7 +1825,7 @@ class KmsHsmClusterClient {
|
|
|
1825
1825
|
* @param UpdateHsmClusterRequest
|
|
1826
1826
|
* @return UpdateHsmClusterResponse
|
|
1827
1827
|
* @throws OciError when an error occurs
|
|
1828
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1828
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/UpdateHsmCluster.ts.html |here} to see how to use UpdateHsmCluster API.
|
|
1829
1829
|
*/
|
|
1830
1830
|
updateHsmCluster(updateHsmClusterRequest) {
|
|
1831
1831
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1891,7 +1891,7 @@ class KmsHsmClusterClient {
|
|
|
1891
1891
|
* @param UploadPartitionCertificatesRequest
|
|
1892
1892
|
* @return UploadPartitionCertificatesResponse
|
|
1893
1893
|
* @throws OciError when an error occurs
|
|
1894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/UploadPartitionCertificates.ts.html |here} to see how to use UploadPartitionCertificates API.
|
|
1895
1895
|
*/
|
|
1896
1896
|
uploadPartitionCertificates(uploadPartitionCertificatesRequest) {
|
|
1897
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2061,7 +2061,7 @@ class KmsManagementClient {
|
|
|
2061
2061
|
* @param BackupKeyRequest
|
|
2062
2062
|
* @return BackupKeyResponse
|
|
2063
2063
|
* @throws OciError when an error occurs
|
|
2064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2064
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
2065
2065
|
*/
|
|
2066
2066
|
backupKey(backupKeyRequest) {
|
|
2067
2067
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2140,7 +2140,7 @@ class KmsManagementClient {
|
|
|
2140
2140
|
* @param CancelKeyDeletionRequest
|
|
2141
2141
|
* @return CancelKeyDeletionResponse
|
|
2142
2142
|
* @throws OciError when an error occurs
|
|
2143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
2144
2144
|
*/
|
|
2145
2145
|
cancelKeyDeletion(cancelKeyDeletionRequest) {
|
|
2146
2146
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2213,7 +2213,7 @@ class KmsManagementClient {
|
|
|
2213
2213
|
* @param CancelKeyVersionDeletionRequest
|
|
2214
2214
|
* @return CancelKeyVersionDeletionResponse
|
|
2215
2215
|
* @throws OciError when an error occurs
|
|
2216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
2217
2217
|
*/
|
|
2218
2218
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest) {
|
|
2219
2219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2288,7 +2288,7 @@ class KmsManagementClient {
|
|
|
2288
2288
|
* @param ChangeKeyCompartmentRequest
|
|
2289
2289
|
* @return ChangeKeyCompartmentResponse
|
|
2290
2290
|
* @throws OciError when an error occurs
|
|
2291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
2292
2292
|
*/
|
|
2293
2293
|
changeKeyCompartment(changeKeyCompartmentRequest) {
|
|
2294
2294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2356,7 +2356,7 @@ class KmsManagementClient {
|
|
|
2356
2356
|
* @param CreateKeyRequest
|
|
2357
2357
|
* @return CreateKeyResponse
|
|
2358
2358
|
* @throws OciError when an error occurs
|
|
2359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
2360
2360
|
*/
|
|
2361
2361
|
createKey(createKeyRequest) {
|
|
2362
2362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2426,7 +2426,7 @@ class KmsManagementClient {
|
|
|
2426
2426
|
* @param CreateKeyVersionRequest
|
|
2427
2427
|
* @return CreateKeyVersionResponse
|
|
2428
2428
|
* @throws OciError when an error occurs
|
|
2429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
2430
2430
|
*/
|
|
2431
2431
|
createKeyVersion(createKeyVersionRequest) {
|
|
2432
2432
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2498,7 +2498,7 @@ class KmsManagementClient {
|
|
|
2498
2498
|
* @param DisableKeyRequest
|
|
2499
2499
|
* @return DisableKeyResponse
|
|
2500
2500
|
* @throws OciError when an error occurs
|
|
2501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
2502
2502
|
*/
|
|
2503
2503
|
disableKey(disableKeyRequest) {
|
|
2504
2504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2570,7 +2570,7 @@ class KmsManagementClient {
|
|
|
2570
2570
|
* @param EnableKeyRequest
|
|
2571
2571
|
* @return EnableKeyResponse
|
|
2572
2572
|
* @throws OciError when an error occurs
|
|
2573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2573
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
2574
2574
|
*/
|
|
2575
2575
|
enableKey(enableKeyRequest) {
|
|
2576
2576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2641,7 +2641,7 @@ class KmsManagementClient {
|
|
|
2641
2641
|
* @param GetKeyRequest
|
|
2642
2642
|
* @return GetKeyResponse
|
|
2643
2643
|
* @throws OciError when an error occurs
|
|
2644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
2645
2645
|
*/
|
|
2646
2646
|
getKey(getKeyRequest) {
|
|
2647
2647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2710,7 +2710,7 @@ class KmsManagementClient {
|
|
|
2710
2710
|
* @param GetKeyVersionRequest
|
|
2711
2711
|
* @return GetKeyVersionResponse
|
|
2712
2712
|
* @throws OciError when an error occurs
|
|
2713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
2714
2714
|
*/
|
|
2715
2715
|
getKeyVersion(getKeyVersionRequest) {
|
|
2716
2716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2778,7 +2778,7 @@ class KmsManagementClient {
|
|
|
2778
2778
|
* @param GetReplicationStatusRequest
|
|
2779
2779
|
* @return GetReplicationStatusResponse
|
|
2780
2780
|
* @throws OciError when an error occurs
|
|
2781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
2782
2782
|
*/
|
|
2783
2783
|
getReplicationStatus(getReplicationStatusRequest) {
|
|
2784
2784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2843,7 +2843,7 @@ class KmsManagementClient {
|
|
|
2843
2843
|
* @param GetWrappingKeyRequest
|
|
2844
2844
|
* @return GetWrappingKeyResponse
|
|
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.
|
|
2846
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
2847
2847
|
*/
|
|
2848
2848
|
getWrappingKey(getWrappingKeyRequest) {
|
|
2849
2849
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2910,7 +2910,7 @@ class KmsManagementClient {
|
|
|
2910
2910
|
* @param ImportKeyRequest
|
|
2911
2911
|
* @return ImportKeyResponse
|
|
2912
2912
|
* @throws OciError when an error occurs
|
|
2913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
2914
2914
|
*/
|
|
2915
2915
|
importKey(importKeyRequest) {
|
|
2916
2916
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2979,7 +2979,7 @@ class KmsManagementClient {
|
|
|
2979
2979
|
* @param ImportKeyVersionRequest
|
|
2980
2980
|
* @return ImportKeyVersionResponse
|
|
2981
2981
|
* @throws OciError when an error occurs
|
|
2982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
2983
2983
|
*/
|
|
2984
2984
|
importKeyVersion(importKeyVersionRequest) {
|
|
2985
2985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3051,7 +3051,7 @@ class KmsManagementClient {
|
|
|
3051
3051
|
* @param ListKeyVersionsRequest
|
|
3052
3052
|
* @return ListKeyVersionsResponse
|
|
3053
3053
|
* @throws OciError when an error occurs
|
|
3054
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3054
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
3055
3055
|
*/
|
|
3056
3056
|
listKeyVersions(listKeyVersionsRequest) {
|
|
3057
3057
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3165,7 +3165,7 @@ class KmsManagementClient {
|
|
|
3165
3165
|
* @param ListKeysRequest
|
|
3166
3166
|
* @return ListKeysResponse
|
|
3167
3167
|
* @throws OciError when an error occurs
|
|
3168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
3169
3169
|
*/
|
|
3170
3170
|
listKeys(listKeysRequest) {
|
|
3171
3171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3279,7 +3279,7 @@ class KmsManagementClient {
|
|
|
3279
3279
|
* @param RestoreKeyFromFileRequest
|
|
3280
3280
|
* @return RestoreKeyFromFileResponse
|
|
3281
3281
|
* @throws OciError when an error occurs
|
|
3282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
3283
3283
|
*/
|
|
3284
3284
|
restoreKeyFromFile(restoreKeyFromFileRequest) {
|
|
3285
3285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3358,7 +3358,7 @@ class KmsManagementClient {
|
|
|
3358
3358
|
* @param RestoreKeyFromObjectStoreRequest
|
|
3359
3359
|
* @return RestoreKeyFromObjectStoreResponse
|
|
3360
3360
|
* @throws OciError when an error occurs
|
|
3361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
3362
3362
|
*/
|
|
3363
3363
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest) {
|
|
3364
3364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3434,7 +3434,7 @@ class KmsManagementClient {
|
|
|
3434
3434
|
* @param ScheduleKeyDeletionRequest
|
|
3435
3435
|
* @return ScheduleKeyDeletionResponse
|
|
3436
3436
|
* @throws OciError when an error occurs
|
|
3437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
3438
3438
|
*/
|
|
3439
3439
|
scheduleKeyDeletion(scheduleKeyDeletionRequest) {
|
|
3440
3440
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3507,7 +3507,7 @@ class KmsManagementClient {
|
|
|
3507
3507
|
* @param ScheduleKeyVersionDeletionRequest
|
|
3508
3508
|
* @return ScheduleKeyVersionDeletionResponse
|
|
3509
3509
|
* @throws OciError when an error occurs
|
|
3510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
3511
3511
|
*/
|
|
3512
3512
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest) {
|
|
3513
3513
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3582,7 +3582,7 @@ class KmsManagementClient {
|
|
|
3582
3582
|
* @param UpdateKeyRequest
|
|
3583
3583
|
* @return UpdateKeyResponse
|
|
3584
3584
|
* @throws OciError when an error occurs
|
|
3585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
3586
3586
|
*/
|
|
3587
3587
|
updateKey(updateKeyRequest) {
|
|
3588
3588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3794,7 +3794,7 @@ class KmsVaultClient {
|
|
|
3794
3794
|
* @param BackupVaultRequest
|
|
3795
3795
|
* @return BackupVaultResponse
|
|
3796
3796
|
* @throws OciError when an error occurs
|
|
3797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
3798
3798
|
*/
|
|
3799
3799
|
backupVault(backupVaultRequest) {
|
|
3800
3800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3874,7 +3874,7 @@ class KmsVaultClient {
|
|
|
3874
3874
|
* @param CancelVaultDeletionRequest
|
|
3875
3875
|
* @return CancelVaultDeletionResponse
|
|
3876
3876
|
* @throws OciError when an error occurs
|
|
3877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
3878
3878
|
*/
|
|
3879
3879
|
cancelVaultDeletion(cancelVaultDeletionRequest) {
|
|
3880
3880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3948,7 +3948,7 @@ class KmsVaultClient {
|
|
|
3948
3948
|
* @param ChangeVaultCompartmentRequest
|
|
3949
3949
|
* @return ChangeVaultCompartmentResponse
|
|
3950
3950
|
* @throws OciError when an error occurs
|
|
3951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
3952
3952
|
*/
|
|
3953
3953
|
changeVaultCompartment(changeVaultCompartmentRequest) {
|
|
3954
3954
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4019,7 +4019,7 @@ class KmsVaultClient {
|
|
|
4019
4019
|
* @param CreateVaultRequest
|
|
4020
4020
|
* @return CreateVaultResponse
|
|
4021
4021
|
* @throws OciError when an error occurs
|
|
4022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
4023
4023
|
*/
|
|
4024
4024
|
createVault(createVaultRequest) {
|
|
4025
4025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4092,7 +4092,7 @@ class KmsVaultClient {
|
|
|
4092
4092
|
* @param CreateVaultReplicaRequest
|
|
4093
4093
|
* @return CreateVaultReplicaResponse
|
|
4094
4094
|
* @throws OciError when an error occurs
|
|
4095
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4095
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
4096
4096
|
*/
|
|
4097
4097
|
createVaultReplica(createVaultReplicaRequest) {
|
|
4098
4098
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4160,7 +4160,7 @@ class KmsVaultClient {
|
|
|
4160
4160
|
* @param DeleteVaultReplicaRequest
|
|
4161
4161
|
* @return DeleteVaultReplicaResponse
|
|
4162
4162
|
* @throws OciError when an error occurs
|
|
4163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
4164
4164
|
*/
|
|
4165
4165
|
deleteVaultReplica(deleteVaultReplicaRequest) {
|
|
4166
4166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4228,7 +4228,7 @@ class KmsVaultClient {
|
|
|
4228
4228
|
* @param GetVaultRequest
|
|
4229
4229
|
* @return GetVaultResponse
|
|
4230
4230
|
* @throws OciError when an error occurs
|
|
4231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
4232
4232
|
*/
|
|
4233
4233
|
getVault(getVaultRequest) {
|
|
4234
4234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4292,7 +4292,7 @@ class KmsVaultClient {
|
|
|
4292
4292
|
* @param GetVaultUsageRequest
|
|
4293
4293
|
* @return GetVaultUsageResponse
|
|
4294
4294
|
* @throws OciError when an error occurs
|
|
4295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
4296
4296
|
*/
|
|
4297
4297
|
getVaultUsage(getVaultUsageRequest) {
|
|
4298
4298
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4356,7 +4356,7 @@ class KmsVaultClient {
|
|
|
4356
4356
|
* @param ListVaultReplicasRequest
|
|
4357
4357
|
* @return ListVaultReplicasResponse
|
|
4358
4358
|
* @throws OciError when an error occurs
|
|
4359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
4360
4360
|
*/
|
|
4361
4361
|
listVaultReplicas(listVaultReplicasRequest) {
|
|
4362
4362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4477,7 +4477,7 @@ class KmsVaultClient {
|
|
|
4477
4477
|
* @param ListVaultsRequest
|
|
4478
4478
|
* @return ListVaultsResponse
|
|
4479
4479
|
* @throws OciError when an error occurs
|
|
4480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
4481
4481
|
*/
|
|
4482
4482
|
listVaults(listVaultsRequest) {
|
|
4483
4483
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4587,7 +4587,7 @@ class KmsVaultClient {
|
|
|
4587
4587
|
* @param RestoreVaultFromFileRequest
|
|
4588
4588
|
* @return RestoreVaultFromFileResponse
|
|
4589
4589
|
* @throws OciError when an error occurs
|
|
4590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
4591
4591
|
*/
|
|
4592
4592
|
restoreVaultFromFile(restoreVaultFromFileRequest) {
|
|
4593
4593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4668,7 +4668,7 @@ class KmsVaultClient {
|
|
|
4668
4668
|
* @param RestoreVaultFromObjectStoreRequest
|
|
4669
4669
|
* @return RestoreVaultFromObjectStoreResponse
|
|
4670
4670
|
* @throws OciError when an error occurs
|
|
4671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
4672
4672
|
*/
|
|
4673
4673
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest) {
|
|
4674
4674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4749,7 +4749,7 @@ class KmsVaultClient {
|
|
|
4749
4749
|
* @param ScheduleVaultDeletionRequest
|
|
4750
4750
|
* @return ScheduleVaultDeletionResponse
|
|
4751
4751
|
* @throws OciError when an error occurs
|
|
4752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
4753
4753
|
*/
|
|
4754
4754
|
scheduleVaultDeletion(scheduleVaultDeletionRequest) {
|
|
4755
4755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4823,7 +4823,7 @@ class KmsVaultClient {
|
|
|
4823
4823
|
* @param UpdateVaultRequest
|
|
4824
4824
|
* @return UpdateVaultResponse
|
|
4825
4825
|
* @throws OciError when an error occurs
|
|
4826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
4827
4827
|
*/
|
|
4828
4828
|
updateVault(updateVaultRequest) {
|
|
4829
4829
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CancelHsmClusterDeletion.ts.html |here} to see how to use CancelHsmClusterDeletionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelHsmClusterDeletionRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/ChangeHsmClusterCompartment.ts.html |here} to see how to use ChangeHsmClusterCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeHsmClusterCompartmentRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/keymanagement/CreateEkmsPrivateEndpoint.ts.html |here} to see how to use CreateEkmsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateEkmsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|