oci-keymanagement 2.51.0 → 2.53.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 +41 -41
- package/lib/client.js +41 -41
- package/lib/request/backup-key-request.d.ts +1 -1
- package/lib/request/backup-vault-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-key-compartment-request.d.ts +1 -1
- package/lib/request/change-vault-compartment-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-vault-replica-request.d.ts +1 -1
- package/lib/request/disable-key-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-key-request.d.ts +1 -1
- package/lib/request/get-key-version-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-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-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-key-request.d.ts +1 -1
- package/lib/request/update-vault-request.d.ts +1 -1
- package/lib/request/verify-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare class KmsCryptoClient {
|
|
|
51
51
|
* @param DecryptRequest
|
|
52
52
|
* @return DecryptResponse
|
|
53
53
|
* @throws OciError when an error occurs
|
|
54
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
54
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
55
55
|
*/
|
|
56
56
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
57
57
|
/**
|
|
@@ -62,7 +62,7 @@ export declare class KmsCryptoClient {
|
|
|
62
62
|
* @param EncryptRequest
|
|
63
63
|
* @return EncryptResponse
|
|
64
64
|
* @throws OciError when an error occurs
|
|
65
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
65
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
66
66
|
*/
|
|
67
67
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
68
68
|
/**
|
|
@@ -74,7 +74,7 @@ export declare class KmsCryptoClient {
|
|
|
74
74
|
* @param ExportKeyRequest
|
|
75
75
|
* @return ExportKeyResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
78
78
|
*/
|
|
79
79
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
80
80
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class KmsCryptoClient {
|
|
|
84
84
|
* @param GenerateDataEncryptionKeyRequest
|
|
85
85
|
* @return GenerateDataEncryptionKeyResponse
|
|
86
86
|
* @throws OciError when an error occurs
|
|
87
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
88
88
|
*/
|
|
89
89
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
90
90
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class KmsCryptoClient {
|
|
|
96
96
|
* @param SignRequest
|
|
97
97
|
* @return SignResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
100
100
|
*/
|
|
101
101
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
102
102
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class KmsCryptoClient {
|
|
|
108
108
|
* @param VerifyRequest
|
|
109
109
|
* @return VerifyResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
112
112
|
*/
|
|
113
113
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
114
114
|
}
|
|
@@ -160,7 +160,7 @@ export declare class KmsManagementClient {
|
|
|
160
160
|
* @param BackupKeyRequest
|
|
161
161
|
* @return BackupKeyResponse
|
|
162
162
|
* @throws OciError when an error occurs
|
|
163
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
163
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
164
164
|
*/
|
|
165
165
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
166
166
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class KmsManagementClient {
|
|
|
177
177
|
* @param CancelKeyDeletionRequest
|
|
178
178
|
* @return CancelKeyDeletionResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
181
181
|
*/
|
|
182
182
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
183
183
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class KmsManagementClient {
|
|
|
194
194
|
* @param CancelKeyVersionDeletionRequest
|
|
195
195
|
* @return CancelKeyVersionDeletionResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
198
198
|
*/
|
|
199
199
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
200
200
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class KmsManagementClient {
|
|
|
212
212
|
* @param ChangeKeyCompartmentRequest
|
|
213
213
|
* @return ChangeKeyCompartmentResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
216
216
|
*/
|
|
217
217
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
218
218
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class KmsManagementClient {
|
|
|
227
227
|
* @param CreateKeyRequest
|
|
228
228
|
* @return CreateKeyResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
231
231
|
*/
|
|
232
232
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
233
233
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class KmsManagementClient {
|
|
|
243
243
|
* @param CreateKeyVersionRequest
|
|
244
244
|
* @return CreateKeyVersionResponse
|
|
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.
|
|
246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
247
247
|
*/
|
|
248
248
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
249
249
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class KmsManagementClient {
|
|
|
259
259
|
* @param DisableKeyRequest
|
|
260
260
|
* @return DisableKeyResponse
|
|
261
261
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
263
263
|
*/
|
|
264
264
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
265
265
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class KmsManagementClient {
|
|
|
275
275
|
* @param EnableKeyRequest
|
|
276
276
|
* @return EnableKeyResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
279
279
|
*/
|
|
280
280
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
281
281
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class KmsManagementClient {
|
|
|
290
290
|
* @param GetKeyRequest
|
|
291
291
|
* @return GetKeyResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
294
294
|
*/
|
|
295
295
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
296
296
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class KmsManagementClient {
|
|
|
305
305
|
* @param GetKeyVersionRequest
|
|
306
306
|
* @return GetKeyVersionResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
309
309
|
*/
|
|
310
310
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
311
311
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class KmsManagementClient {
|
|
|
318
318
|
* @param GetReplicationStatusRequest
|
|
319
319
|
* @return GetReplicationStatusResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
322
322
|
*/
|
|
323
323
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
324
324
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class KmsManagementClient {
|
|
|
329
329
|
* @param GetWrappingKeyRequest
|
|
330
330
|
* @return GetWrappingKeyResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
333
333
|
*/
|
|
334
334
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
335
335
|
/**
|
|
@@ -341,7 +341,7 @@ export declare class KmsManagementClient {
|
|
|
341
341
|
* @param ImportKeyRequest
|
|
342
342
|
* @return ImportKeyResponse
|
|
343
343
|
* @throws OciError when an error occurs
|
|
344
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
344
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
345
345
|
*/
|
|
346
346
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
347
347
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class KmsManagementClient {
|
|
|
355
355
|
* @param ImportKeyVersionRequest
|
|
356
356
|
* @return ImportKeyVersionResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
359
359
|
*/
|
|
360
360
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
361
361
|
/**
|
|
@@ -371,7 +371,7 @@ export declare class KmsManagementClient {
|
|
|
371
371
|
* @param ListKeyVersionsRequest
|
|
372
372
|
* @return ListKeyVersionsResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
375
375
|
*/
|
|
376
376
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
377
377
|
/**
|
|
@@ -418,7 +418,7 @@ export declare class KmsManagementClient {
|
|
|
418
418
|
* @param ListKeysRequest
|
|
419
419
|
* @return ListKeysResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
422
422
|
*/
|
|
423
423
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
424
424
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class KmsManagementClient {
|
|
|
462
462
|
* @param RestoreKeyFromFileRequest
|
|
463
463
|
* @return RestoreKeyFromFileResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
466
466
|
*/
|
|
467
467
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
468
468
|
/**
|
|
@@ -474,7 +474,7 @@ export declare class KmsManagementClient {
|
|
|
474
474
|
* @param RestoreKeyFromObjectStoreRequest
|
|
475
475
|
* @return RestoreKeyFromObjectStoreResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
478
478
|
*/
|
|
479
479
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
480
480
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class KmsManagementClient {
|
|
|
490
490
|
* @param ScheduleKeyDeletionRequest
|
|
491
491
|
* @return ScheduleKeyDeletionResponse
|
|
492
492
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
494
494
|
*/
|
|
495
495
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
496
496
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class KmsManagementClient {
|
|
|
506
506
|
* @param ScheduleKeyVersionDeletionRequest
|
|
507
507
|
* @return ScheduleKeyVersionDeletionResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
510
510
|
*/
|
|
511
511
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
512
512
|
/**
|
|
@@ -523,7 +523,7 @@ export declare class KmsManagementClient {
|
|
|
523
523
|
* @param UpdateKeyRequest
|
|
524
524
|
* @return UpdateKeyResponse
|
|
525
525
|
* @throws OciError when an error occurs
|
|
526
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
526
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
527
527
|
*/
|
|
528
528
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
529
529
|
}
|
|
@@ -591,7 +591,7 @@ export declare class KmsVaultClient {
|
|
|
591
591
|
* @param BackupVaultRequest
|
|
592
592
|
* @return BackupVaultResponse
|
|
593
593
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
595
595
|
*/
|
|
596
596
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
597
597
|
/**
|
|
@@ -609,7 +609,7 @@ export declare class KmsVaultClient {
|
|
|
609
609
|
* @param CancelVaultDeletionRequest
|
|
610
610
|
* @return CancelVaultDeletionResponse
|
|
611
611
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
613
613
|
*/
|
|
614
614
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
615
615
|
/**
|
|
@@ -627,7 +627,7 @@ export declare class KmsVaultClient {
|
|
|
627
627
|
* @param ChangeVaultCompartmentRequest
|
|
628
628
|
* @return ChangeVaultCompartmentResponse
|
|
629
629
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
631
631
|
*/
|
|
632
632
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
633
633
|
/**
|
|
@@ -645,7 +645,7 @@ export declare class KmsVaultClient {
|
|
|
645
645
|
* @param CreateVaultRequest
|
|
646
646
|
* @return CreateVaultResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
649
649
|
*/
|
|
650
650
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
651
651
|
/**
|
|
@@ -664,7 +664,7 @@ export declare class KmsVaultClient {
|
|
|
664
664
|
* @param CreateVaultReplicaRequest
|
|
665
665
|
* @return CreateVaultReplicaResponse
|
|
666
666
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
667
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
668
668
|
*/
|
|
669
669
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
670
670
|
/**
|
|
@@ -679,7 +679,7 @@ export declare class KmsVaultClient {
|
|
|
679
679
|
* @param DeleteVaultReplicaRequest
|
|
680
680
|
* @return DeleteVaultReplicaResponse
|
|
681
681
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
683
683
|
*/
|
|
684
684
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
685
685
|
/**
|
|
@@ -694,7 +694,7 @@ export declare class KmsVaultClient {
|
|
|
694
694
|
* @param GetVaultRequest
|
|
695
695
|
* @return GetVaultResponse
|
|
696
696
|
* @throws OciError when an error occurs
|
|
697
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
697
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
698
698
|
*/
|
|
699
699
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
700
700
|
/**
|
|
@@ -704,7 +704,7 @@ export declare class KmsVaultClient {
|
|
|
704
704
|
* @param GetVaultUsageRequest
|
|
705
705
|
* @return GetVaultUsageResponse
|
|
706
706
|
* @throws OciError when an error occurs
|
|
707
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
707
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
708
708
|
*/
|
|
709
709
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
710
710
|
/**
|
|
@@ -719,7 +719,7 @@ export declare class KmsVaultClient {
|
|
|
719
719
|
* @param ListVaultReplicasRequest
|
|
720
720
|
* @return ListVaultReplicasResponse
|
|
721
721
|
* @throws OciError when an error occurs
|
|
722
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
722
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
723
723
|
*/
|
|
724
724
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
725
725
|
/**
|
|
@@ -766,7 +766,7 @@ export declare class KmsVaultClient {
|
|
|
766
766
|
* @param ListVaultsRequest
|
|
767
767
|
* @return ListVaultsResponse
|
|
768
768
|
* @throws OciError when an error occurs
|
|
769
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
769
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
770
770
|
*/
|
|
771
771
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
772
772
|
/**
|
|
@@ -810,7 +810,7 @@ export declare class KmsVaultClient {
|
|
|
810
810
|
* @param RestoreVaultFromFileRequest
|
|
811
811
|
* @return RestoreVaultFromFileResponse
|
|
812
812
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
813
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
814
814
|
*/
|
|
815
815
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
816
816
|
/**
|
|
@@ -822,7 +822,7 @@ export declare class KmsVaultClient {
|
|
|
822
822
|
* @param RestoreVaultFromObjectStoreRequest
|
|
823
823
|
* @return RestoreVaultFromObjectStoreResponse
|
|
824
824
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
826
826
|
*/
|
|
827
827
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
828
828
|
/**
|
|
@@ -841,7 +841,7 @@ export declare class KmsVaultClient {
|
|
|
841
841
|
* @param ScheduleVaultDeletionRequest
|
|
842
842
|
* @return ScheduleVaultDeletionResponse
|
|
843
843
|
* @throws OciError when an error occurs
|
|
844
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
844
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
845
845
|
*/
|
|
846
846
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
847
847
|
/**
|
|
@@ -858,7 +858,7 @@ export declare class KmsVaultClient {
|
|
|
858
858
|
* @param UpdateVaultRequest
|
|
859
859
|
* @return UpdateVaultResponse
|
|
860
860
|
* @throws OciError when an error occurs
|
|
861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
862
862
|
*/
|
|
863
863
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
864
864
|
}
|