oci-keymanagement 2.69.0 → 2.70.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.
- 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
|
@@ -59,7 +59,7 @@ export declare class KmsCryptoClient {
|
|
|
59
59
|
* @param DecryptRequest
|
|
60
60
|
* @return DecryptResponse
|
|
61
61
|
* @throws OciError when an error occurs
|
|
62
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
62
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
63
63
|
*/
|
|
64
64
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
65
65
|
/**
|
|
@@ -70,7 +70,7 @@ export declare class KmsCryptoClient {
|
|
|
70
70
|
* @param EncryptRequest
|
|
71
71
|
* @return EncryptResponse
|
|
72
72
|
* @throws OciError when an error occurs
|
|
73
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
73
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
74
74
|
*/
|
|
75
75
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
76
76
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class KmsCryptoClient {
|
|
|
82
82
|
* @param ExportKeyRequest
|
|
83
83
|
* @return ExportKeyResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
86
86
|
*/
|
|
87
87
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
88
88
|
/**
|
|
@@ -92,7 +92,7 @@ export declare class KmsCryptoClient {
|
|
|
92
92
|
* @param GenerateDataEncryptionKeyRequest
|
|
93
93
|
* @return GenerateDataEncryptionKeyResponse
|
|
94
94
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
95
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
96
96
|
*/
|
|
97
97
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
98
98
|
/**
|
|
@@ -104,7 +104,7 @@ export declare class KmsCryptoClient {
|
|
|
104
104
|
* @param SignRequest
|
|
105
105
|
* @return SignResponse
|
|
106
106
|
* @throws OciError when an error occurs
|
|
107
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
107
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
108
108
|
*/
|
|
109
109
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
110
110
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class KmsCryptoClient {
|
|
|
116
116
|
* @param VerifyRequest
|
|
117
117
|
* @return VerifyResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
120
120
|
*/
|
|
121
121
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
122
122
|
}
|
|
@@ -176,7 +176,7 @@ export declare class KmsManagementClient {
|
|
|
176
176
|
* @param BackupKeyRequest
|
|
177
177
|
* @return BackupKeyResponse
|
|
178
178
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
180
180
|
*/
|
|
181
181
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
182
182
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class KmsManagementClient {
|
|
|
193
193
|
* @param CancelKeyDeletionRequest
|
|
194
194
|
* @return CancelKeyDeletionResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
197
197
|
*/
|
|
198
198
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
199
199
|
/**
|
|
@@ -210,7 +210,7 @@ export declare class KmsManagementClient {
|
|
|
210
210
|
* @param CancelKeyVersionDeletionRequest
|
|
211
211
|
* @return CancelKeyVersionDeletionResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
214
214
|
*/
|
|
215
215
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
216
216
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class KmsManagementClient {
|
|
|
228
228
|
* @param ChangeKeyCompartmentRequest
|
|
229
229
|
* @return ChangeKeyCompartmentResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
232
232
|
*/
|
|
233
233
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
234
234
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class KmsManagementClient {
|
|
|
243
243
|
* @param CreateKeyRequest
|
|
244
244
|
* @return CreateKeyResponse
|
|
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.70.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
247
247
|
*/
|
|
248
248
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
249
249
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class KmsManagementClient {
|
|
|
259
259
|
* @param CreateKeyVersionRequest
|
|
260
260
|
* @return CreateKeyVersionResponse
|
|
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.70.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
263
263
|
*/
|
|
264
264
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
265
265
|
/**
|
|
@@ -275,7 +275,7 @@ export declare class KmsManagementClient {
|
|
|
275
275
|
* @param DisableKeyRequest
|
|
276
276
|
* @return DisableKeyResponse
|
|
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.70.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
279
279
|
*/
|
|
280
280
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
281
281
|
/**
|
|
@@ -291,7 +291,7 @@ export declare class KmsManagementClient {
|
|
|
291
291
|
* @param EnableKeyRequest
|
|
292
292
|
* @return EnableKeyResponse
|
|
293
293
|
* @throws OciError when an error occurs
|
|
294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
295
295
|
*/
|
|
296
296
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
297
297
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class KmsManagementClient {
|
|
|
306
306
|
* @param GetKeyRequest
|
|
307
307
|
* @return GetKeyResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
310
310
|
*/
|
|
311
311
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
312
312
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class KmsManagementClient {
|
|
|
321
321
|
* @param GetKeyVersionRequest
|
|
322
322
|
* @return GetKeyVersionResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
325
325
|
*/
|
|
326
326
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
327
327
|
/**
|
|
@@ -334,7 +334,7 @@ export declare class KmsManagementClient {
|
|
|
334
334
|
* @param GetReplicationStatusRequest
|
|
335
335
|
* @return GetReplicationStatusResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
338
338
|
*/
|
|
339
339
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
340
340
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class KmsManagementClient {
|
|
|
345
345
|
* @param GetWrappingKeyRequest
|
|
346
346
|
* @return GetWrappingKeyResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
349
349
|
*/
|
|
350
350
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
351
351
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class KmsManagementClient {
|
|
|
357
357
|
* @param ImportKeyRequest
|
|
358
358
|
* @return ImportKeyResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
361
361
|
*/
|
|
362
362
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
363
363
|
/**
|
|
@@ -371,7 +371,7 @@ export declare class KmsManagementClient {
|
|
|
371
371
|
* @param ImportKeyVersionRequest
|
|
372
372
|
* @return ImportKeyVersionResponse
|
|
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.70.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
375
375
|
*/
|
|
376
376
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
377
377
|
/**
|
|
@@ -387,7 +387,7 @@ export declare class KmsManagementClient {
|
|
|
387
387
|
* @param ListKeyVersionsRequest
|
|
388
388
|
* @return ListKeyVersionsResponse
|
|
389
389
|
* @throws OciError when an error occurs
|
|
390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
391
391
|
*/
|
|
392
392
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
393
393
|
/**
|
|
@@ -434,7 +434,7 @@ export declare class KmsManagementClient {
|
|
|
434
434
|
* @param ListKeysRequest
|
|
435
435
|
* @return ListKeysResponse
|
|
436
436
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
438
438
|
*/
|
|
439
439
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
440
440
|
/**
|
|
@@ -478,7 +478,7 @@ export declare class KmsManagementClient {
|
|
|
478
478
|
* @param RestoreKeyFromFileRequest
|
|
479
479
|
* @return RestoreKeyFromFileResponse
|
|
480
480
|
* @throws OciError when an error occurs
|
|
481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
482
482
|
*/
|
|
483
483
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
484
484
|
/**
|
|
@@ -490,7 +490,7 @@ export declare class KmsManagementClient {
|
|
|
490
490
|
* @param RestoreKeyFromObjectStoreRequest
|
|
491
491
|
* @return RestoreKeyFromObjectStoreResponse
|
|
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.70.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
494
494
|
*/
|
|
495
495
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
496
496
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class KmsManagementClient {
|
|
|
506
506
|
* @param ScheduleKeyDeletionRequest
|
|
507
507
|
* @return ScheduleKeyDeletionResponse
|
|
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.70.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
510
510
|
*/
|
|
511
511
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
512
512
|
/**
|
|
@@ -522,7 +522,7 @@ export declare class KmsManagementClient {
|
|
|
522
522
|
* @param ScheduleKeyVersionDeletionRequest
|
|
523
523
|
* @return ScheduleKeyVersionDeletionResponse
|
|
524
524
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
526
526
|
*/
|
|
527
527
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
528
528
|
/**
|
|
@@ -539,7 +539,7 @@ export declare class KmsManagementClient {
|
|
|
539
539
|
* @param UpdateKeyRequest
|
|
540
540
|
* @return UpdateKeyResponse
|
|
541
541
|
* @throws OciError when an error occurs
|
|
542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
543
543
|
*/
|
|
544
544
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
545
545
|
}
|
|
@@ -618,7 +618,7 @@ export declare class KmsVaultClient {
|
|
|
618
618
|
* @param BackupVaultRequest
|
|
619
619
|
* @return BackupVaultResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
622
622
|
*/
|
|
623
623
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
624
624
|
/**
|
|
@@ -636,7 +636,7 @@ export declare class KmsVaultClient {
|
|
|
636
636
|
* @param CancelVaultDeletionRequest
|
|
637
637
|
* @return CancelVaultDeletionResponse
|
|
638
638
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
640
640
|
*/
|
|
641
641
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
642
642
|
/**
|
|
@@ -654,7 +654,7 @@ export declare class KmsVaultClient {
|
|
|
654
654
|
* @param ChangeVaultCompartmentRequest
|
|
655
655
|
* @return ChangeVaultCompartmentResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
658
658
|
*/
|
|
659
659
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
660
660
|
/**
|
|
@@ -672,7 +672,7 @@ export declare class KmsVaultClient {
|
|
|
672
672
|
* @param CreateVaultRequest
|
|
673
673
|
* @return CreateVaultResponse
|
|
674
674
|
* @throws OciError when an error occurs
|
|
675
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
676
676
|
*/
|
|
677
677
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
678
678
|
/**
|
|
@@ -691,7 +691,7 @@ export declare class KmsVaultClient {
|
|
|
691
691
|
* @param CreateVaultReplicaRequest
|
|
692
692
|
* @return CreateVaultReplicaResponse
|
|
693
693
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
695
695
|
*/
|
|
696
696
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
697
697
|
/**
|
|
@@ -706,7 +706,7 @@ export declare class KmsVaultClient {
|
|
|
706
706
|
* @param DeleteVaultReplicaRequest
|
|
707
707
|
* @return DeleteVaultReplicaResponse
|
|
708
708
|
* @throws OciError when an error occurs
|
|
709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
710
710
|
*/
|
|
711
711
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
712
712
|
/**
|
|
@@ -721,7 +721,7 @@ export declare class KmsVaultClient {
|
|
|
721
721
|
* @param GetVaultRequest
|
|
722
722
|
* @return GetVaultResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
725
725
|
*/
|
|
726
726
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
727
727
|
/**
|
|
@@ -731,7 +731,7 @@ export declare class KmsVaultClient {
|
|
|
731
731
|
* @param GetVaultUsageRequest
|
|
732
732
|
* @return GetVaultUsageResponse
|
|
733
733
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
735
735
|
*/
|
|
736
736
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
737
737
|
/**
|
|
@@ -746,7 +746,7 @@ export declare class KmsVaultClient {
|
|
|
746
746
|
* @param ListVaultReplicasRequest
|
|
747
747
|
* @return ListVaultReplicasResponse
|
|
748
748
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
750
750
|
*/
|
|
751
751
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
752
752
|
/**
|
|
@@ -793,7 +793,7 @@ export declare class KmsVaultClient {
|
|
|
793
793
|
* @param ListVaultsRequest
|
|
794
794
|
* @return ListVaultsResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
797
797
|
*/
|
|
798
798
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
799
799
|
/**
|
|
@@ -837,7 +837,7 @@ export declare class KmsVaultClient {
|
|
|
837
837
|
* @param RestoreVaultFromFileRequest
|
|
838
838
|
* @return RestoreVaultFromFileResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
841
841
|
*/
|
|
842
842
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
843
843
|
/**
|
|
@@ -849,7 +849,7 @@ export declare class KmsVaultClient {
|
|
|
849
849
|
* @param RestoreVaultFromObjectStoreRequest
|
|
850
850
|
* @return RestoreVaultFromObjectStoreResponse
|
|
851
851
|
* @throws OciError when an error occurs
|
|
852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
853
853
|
*/
|
|
854
854
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
855
855
|
/**
|
|
@@ -868,7 +868,7 @@ export declare class KmsVaultClient {
|
|
|
868
868
|
* @param ScheduleVaultDeletionRequest
|
|
869
869
|
* @return ScheduleVaultDeletionResponse
|
|
870
870
|
* @throws OciError when an error occurs
|
|
871
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
872
872
|
*/
|
|
873
873
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
874
874
|
/**
|
|
@@ -885,7 +885,7 @@ export declare class KmsVaultClient {
|
|
|
885
885
|
* @param UpdateVaultRequest
|
|
886
886
|
* @return UpdateVaultResponse
|
|
887
887
|
* @throws OciError when an error occurs
|
|
888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
889
889
|
*/
|
|
890
890
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
891
891
|
}
|