oci-keymanagement 2.58.1 → 2.59.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
|
@@ -58,7 +58,7 @@ export declare class KmsCryptoClient {
|
|
|
58
58
|
* @param DecryptRequest
|
|
59
59
|
* @return DecryptResponse
|
|
60
60
|
* @throws OciError when an error occurs
|
|
61
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
61
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
62
62
|
*/
|
|
63
63
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
64
64
|
/**
|
|
@@ -69,7 +69,7 @@ export declare class KmsCryptoClient {
|
|
|
69
69
|
* @param EncryptRequest
|
|
70
70
|
* @return EncryptResponse
|
|
71
71
|
* @throws OciError when an error occurs
|
|
72
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
72
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
73
73
|
*/
|
|
74
74
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
75
75
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class KmsCryptoClient {
|
|
|
81
81
|
* @param ExportKeyRequest
|
|
82
82
|
* @return ExportKeyResponse
|
|
83
83
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
85
85
|
*/
|
|
86
86
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
87
87
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class KmsCryptoClient {
|
|
|
91
91
|
* @param GenerateDataEncryptionKeyRequest
|
|
92
92
|
* @return GenerateDataEncryptionKeyResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
95
95
|
*/
|
|
96
96
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
97
97
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class KmsCryptoClient {
|
|
|
103
103
|
* @param SignRequest
|
|
104
104
|
* @return SignResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
107
107
|
*/
|
|
108
108
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
109
109
|
/**
|
|
@@ -115,7 +115,7 @@ export declare class KmsCryptoClient {
|
|
|
115
115
|
* @param VerifyRequest
|
|
116
116
|
* @return VerifyResponse
|
|
117
117
|
* @throws OciError when an error occurs
|
|
118
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
118
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
119
119
|
*/
|
|
120
120
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
121
121
|
}
|
|
@@ -174,7 +174,7 @@ export declare class KmsManagementClient {
|
|
|
174
174
|
* @param BackupKeyRequest
|
|
175
175
|
* @return BackupKeyResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
178
178
|
*/
|
|
179
179
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
180
180
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class KmsManagementClient {
|
|
|
191
191
|
* @param CancelKeyDeletionRequest
|
|
192
192
|
* @return CancelKeyDeletionResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
195
195
|
*/
|
|
196
196
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
197
197
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class KmsManagementClient {
|
|
|
208
208
|
* @param CancelKeyVersionDeletionRequest
|
|
209
209
|
* @return CancelKeyVersionDeletionResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
212
212
|
*/
|
|
213
213
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
214
214
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class KmsManagementClient {
|
|
|
226
226
|
* @param ChangeKeyCompartmentRequest
|
|
227
227
|
* @return ChangeKeyCompartmentResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
230
230
|
*/
|
|
231
231
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
232
232
|
/**
|
|
@@ -241,7 +241,7 @@ export declare class KmsManagementClient {
|
|
|
241
241
|
* @param CreateKeyRequest
|
|
242
242
|
* @return CreateKeyResponse
|
|
243
243
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
245
245
|
*/
|
|
246
246
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
247
247
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class KmsManagementClient {
|
|
|
257
257
|
* @param CreateKeyVersionRequest
|
|
258
258
|
* @return CreateKeyVersionResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
261
261
|
*/
|
|
262
262
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
263
263
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class KmsManagementClient {
|
|
|
273
273
|
* @param DisableKeyRequest
|
|
274
274
|
* @return DisableKeyResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
277
277
|
*/
|
|
278
278
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
279
279
|
/**
|
|
@@ -289,7 +289,7 @@ export declare class KmsManagementClient {
|
|
|
289
289
|
* @param EnableKeyRequest
|
|
290
290
|
* @return EnableKeyResponse
|
|
291
291
|
* @throws OciError when an error occurs
|
|
292
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
292
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
293
293
|
*/
|
|
294
294
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
295
295
|
/**
|
|
@@ -304,7 +304,7 @@ export declare class KmsManagementClient {
|
|
|
304
304
|
* @param GetKeyRequest
|
|
305
305
|
* @return GetKeyResponse
|
|
306
306
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
308
308
|
*/
|
|
309
309
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
310
310
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class KmsManagementClient {
|
|
|
319
319
|
* @param GetKeyVersionRequest
|
|
320
320
|
* @return GetKeyVersionResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
323
323
|
*/
|
|
324
324
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
325
325
|
/**
|
|
@@ -332,7 +332,7 @@ export declare class KmsManagementClient {
|
|
|
332
332
|
* @param GetReplicationStatusRequest
|
|
333
333
|
* @return GetReplicationStatusResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
336
336
|
*/
|
|
337
337
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
338
338
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class KmsManagementClient {
|
|
|
343
343
|
* @param GetWrappingKeyRequest
|
|
344
344
|
* @return GetWrappingKeyResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
347
347
|
*/
|
|
348
348
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
349
349
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class KmsManagementClient {
|
|
|
355
355
|
* @param ImportKeyRequest
|
|
356
356
|
* @return ImportKeyResponse
|
|
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.59.0/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
359
359
|
*/
|
|
360
360
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
361
361
|
/**
|
|
@@ -369,7 +369,7 @@ export declare class KmsManagementClient {
|
|
|
369
369
|
* @param ImportKeyVersionRequest
|
|
370
370
|
* @return ImportKeyVersionResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
373
373
|
*/
|
|
374
374
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
375
375
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class KmsManagementClient {
|
|
|
385
385
|
* @param ListKeyVersionsRequest
|
|
386
386
|
* @return ListKeyVersionsResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
389
389
|
*/
|
|
390
390
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
391
391
|
/**
|
|
@@ -432,7 +432,7 @@ export declare class KmsManagementClient {
|
|
|
432
432
|
* @param ListKeysRequest
|
|
433
433
|
* @return ListKeysResponse
|
|
434
434
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
435
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
436
436
|
*/
|
|
437
437
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
438
438
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class KmsManagementClient {
|
|
|
476
476
|
* @param RestoreKeyFromFileRequest
|
|
477
477
|
* @return RestoreKeyFromFileResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
480
480
|
*/
|
|
481
481
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
482
482
|
/**
|
|
@@ -488,7 +488,7 @@ export declare class KmsManagementClient {
|
|
|
488
488
|
* @param RestoreKeyFromObjectStoreRequest
|
|
489
489
|
* @return RestoreKeyFromObjectStoreResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
492
492
|
*/
|
|
493
493
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
494
494
|
/**
|
|
@@ -504,7 +504,7 @@ export declare class KmsManagementClient {
|
|
|
504
504
|
* @param ScheduleKeyDeletionRequest
|
|
505
505
|
* @return ScheduleKeyDeletionResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
508
508
|
*/
|
|
509
509
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
510
510
|
/**
|
|
@@ -520,7 +520,7 @@ export declare class KmsManagementClient {
|
|
|
520
520
|
* @param ScheduleKeyVersionDeletionRequest
|
|
521
521
|
* @return ScheduleKeyVersionDeletionResponse
|
|
522
522
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
524
524
|
*/
|
|
525
525
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
526
526
|
/**
|
|
@@ -537,7 +537,7 @@ export declare class KmsManagementClient {
|
|
|
537
537
|
* @param UpdateKeyRequest
|
|
538
538
|
* @return UpdateKeyResponse
|
|
539
539
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
541
541
|
*/
|
|
542
542
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
543
543
|
}
|
|
@@ -615,7 +615,7 @@ export declare class KmsVaultClient {
|
|
|
615
615
|
* @param BackupVaultRequest
|
|
616
616
|
* @return BackupVaultResponse
|
|
617
617
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
619
619
|
*/
|
|
620
620
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
621
621
|
/**
|
|
@@ -633,7 +633,7 @@ export declare class KmsVaultClient {
|
|
|
633
633
|
* @param CancelVaultDeletionRequest
|
|
634
634
|
* @return CancelVaultDeletionResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
637
637
|
*/
|
|
638
638
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
639
639
|
/**
|
|
@@ -651,7 +651,7 @@ export declare class KmsVaultClient {
|
|
|
651
651
|
* @param ChangeVaultCompartmentRequest
|
|
652
652
|
* @return ChangeVaultCompartmentResponse
|
|
653
653
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
655
655
|
*/
|
|
656
656
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
657
657
|
/**
|
|
@@ -669,7 +669,7 @@ export declare class KmsVaultClient {
|
|
|
669
669
|
* @param CreateVaultRequest
|
|
670
670
|
* @return CreateVaultResponse
|
|
671
671
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
673
673
|
*/
|
|
674
674
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
675
675
|
/**
|
|
@@ -688,7 +688,7 @@ export declare class KmsVaultClient {
|
|
|
688
688
|
* @param CreateVaultReplicaRequest
|
|
689
689
|
* @return CreateVaultReplicaResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
692
692
|
*/
|
|
693
693
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
694
694
|
/**
|
|
@@ -703,7 +703,7 @@ export declare class KmsVaultClient {
|
|
|
703
703
|
* @param DeleteVaultReplicaRequest
|
|
704
704
|
* @return DeleteVaultReplicaResponse
|
|
705
705
|
* @throws OciError when an error occurs
|
|
706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
707
707
|
*/
|
|
708
708
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
709
709
|
/**
|
|
@@ -718,7 +718,7 @@ export declare class KmsVaultClient {
|
|
|
718
718
|
* @param GetVaultRequest
|
|
719
719
|
* @return GetVaultResponse
|
|
720
720
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
722
722
|
*/
|
|
723
723
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
724
724
|
/**
|
|
@@ -728,7 +728,7 @@ export declare class KmsVaultClient {
|
|
|
728
728
|
* @param GetVaultUsageRequest
|
|
729
729
|
* @return GetVaultUsageResponse
|
|
730
730
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
732
732
|
*/
|
|
733
733
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
734
734
|
/**
|
|
@@ -743,7 +743,7 @@ export declare class KmsVaultClient {
|
|
|
743
743
|
* @param ListVaultReplicasRequest
|
|
744
744
|
* @return ListVaultReplicasResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
747
747
|
*/
|
|
748
748
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
749
749
|
/**
|
|
@@ -790,7 +790,7 @@ export declare class KmsVaultClient {
|
|
|
790
790
|
* @param ListVaultsRequest
|
|
791
791
|
* @return ListVaultsResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
794
794
|
*/
|
|
795
795
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
796
796
|
/**
|
|
@@ -834,7 +834,7 @@ export declare class KmsVaultClient {
|
|
|
834
834
|
* @param RestoreVaultFromFileRequest
|
|
835
835
|
* @return RestoreVaultFromFileResponse
|
|
836
836
|
* @throws OciError when an error occurs
|
|
837
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
837
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
838
838
|
*/
|
|
839
839
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
840
840
|
/**
|
|
@@ -846,7 +846,7 @@ export declare class KmsVaultClient {
|
|
|
846
846
|
* @param RestoreVaultFromObjectStoreRequest
|
|
847
847
|
* @return RestoreVaultFromObjectStoreResponse
|
|
848
848
|
* @throws OciError when an error occurs
|
|
849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
850
850
|
*/
|
|
851
851
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
852
852
|
/**
|
|
@@ -865,7 +865,7 @@ export declare class KmsVaultClient {
|
|
|
865
865
|
* @param ScheduleVaultDeletionRequest
|
|
866
866
|
* @return ScheduleVaultDeletionResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
869
869
|
*/
|
|
870
870
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
871
871
|
/**
|
|
@@ -882,7 +882,7 @@ export declare class KmsVaultClient {
|
|
|
882
882
|
* @param UpdateVaultRequest
|
|
883
883
|
* @return UpdateVaultResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
886
886
|
*/
|
|
887
887
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
888
888
|
}
|