oci-keymanagement 2.12.0 → 2.12.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
|
@@ -48,7 +48,7 @@ export declare class KmsCryptoClient {
|
|
|
48
48
|
* @param DecryptRequest
|
|
49
49
|
* @return DecryptResponse
|
|
50
50
|
* @throws OciError when an error occurs
|
|
51
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
51
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/Decrypt.ts.html |here} to see how to use Decrypt API.
|
|
52
52
|
*/
|
|
53
53
|
decrypt(decryptRequest: requests.DecryptRequest): Promise<responses.DecryptResponse>;
|
|
54
54
|
/**
|
|
@@ -59,7 +59,7 @@ export declare class KmsCryptoClient {
|
|
|
59
59
|
* @param EncryptRequest
|
|
60
60
|
* @return EncryptResponse
|
|
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.12.
|
|
62
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/Encrypt.ts.html |here} to see how to use Encrypt API.
|
|
63
63
|
*/
|
|
64
64
|
encrypt(encryptRequest: requests.EncryptRequest): Promise<responses.EncryptResponse>;
|
|
65
65
|
/**
|
|
@@ -71,7 +71,7 @@ export declare class KmsCryptoClient {
|
|
|
71
71
|
* @param ExportKeyRequest
|
|
72
72
|
* @return ExportKeyResponse
|
|
73
73
|
* @throws OciError when an error occurs
|
|
74
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ExportKey.ts.html |here} to see how to use ExportKey API.
|
|
75
75
|
*/
|
|
76
76
|
exportKey(exportKeyRequest: requests.ExportKeyRequest): Promise<responses.ExportKeyResponse>;
|
|
77
77
|
/**
|
|
@@ -81,7 +81,7 @@ export declare class KmsCryptoClient {
|
|
|
81
81
|
* @param GenerateDataEncryptionKeyRequest
|
|
82
82
|
* @return GenerateDataEncryptionKeyResponse
|
|
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.12.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GenerateDataEncryptionKey.ts.html |here} to see how to use GenerateDataEncryptionKey API.
|
|
85
85
|
*/
|
|
86
86
|
generateDataEncryptionKey(generateDataEncryptionKeyRequest: requests.GenerateDataEncryptionKeyRequest): Promise<responses.GenerateDataEncryptionKeyResponse>;
|
|
87
87
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class KmsCryptoClient {
|
|
|
93
93
|
* @param SignRequest
|
|
94
94
|
* @return SignResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/Sign.ts.html |here} to see how to use Sign API.
|
|
97
97
|
*/
|
|
98
98
|
sign(signRequest: requests.SignRequest): Promise<responses.SignResponse>;
|
|
99
99
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class KmsCryptoClient {
|
|
|
105
105
|
* @param VerifyRequest
|
|
106
106
|
* @return VerifyResponse
|
|
107
107
|
* @throws OciError when an error occurs
|
|
108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/Verify.ts.html |here} to see how to use Verify API.
|
|
109
109
|
*/
|
|
110
110
|
verify(verifyRequest: requests.VerifyRequest): Promise<responses.VerifyResponse>;
|
|
111
111
|
}
|
|
@@ -154,7 +154,7 @@ export declare class KmsManagementClient {
|
|
|
154
154
|
* @param BackupKeyRequest
|
|
155
155
|
* @return BackupKeyResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/BackupKey.ts.html |here} to see how to use BackupKey API.
|
|
158
158
|
*/
|
|
159
159
|
backupKey(backupKeyRequest: requests.BackupKeyRequest): Promise<responses.BackupKeyResponse>;
|
|
160
160
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class KmsManagementClient {
|
|
|
171
171
|
* @param CancelKeyDeletionRequest
|
|
172
172
|
* @return CancelKeyDeletionResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CancelKeyDeletion.ts.html |here} to see how to use CancelKeyDeletion API.
|
|
175
175
|
*/
|
|
176
176
|
cancelKeyDeletion(cancelKeyDeletionRequest: requests.CancelKeyDeletionRequest): Promise<responses.CancelKeyDeletionResponse>;
|
|
177
177
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class KmsManagementClient {
|
|
|
188
188
|
* @param CancelKeyVersionDeletionRequest
|
|
189
189
|
* @return CancelKeyVersionDeletionResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CancelKeyVersionDeletion.ts.html |here} to see how to use CancelKeyVersionDeletion API.
|
|
192
192
|
*/
|
|
193
193
|
cancelKeyVersionDeletion(cancelKeyVersionDeletionRequest: requests.CancelKeyVersionDeletionRequest): Promise<responses.CancelKeyVersionDeletionResponse>;
|
|
194
194
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class KmsManagementClient {
|
|
|
206
206
|
* @param ChangeKeyCompartmentRequest
|
|
207
207
|
* @return ChangeKeyCompartmentResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ChangeKeyCompartment.ts.html |here} to see how to use ChangeKeyCompartment API.
|
|
210
210
|
*/
|
|
211
211
|
changeKeyCompartment(changeKeyCompartmentRequest: requests.ChangeKeyCompartmentRequest): Promise<responses.ChangeKeyCompartmentResponse>;
|
|
212
212
|
/**
|
|
@@ -221,7 +221,7 @@ export declare class KmsManagementClient {
|
|
|
221
221
|
* @param CreateKeyRequest
|
|
222
222
|
* @return CreateKeyResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CreateKey.ts.html |here} to see how to use CreateKey API.
|
|
225
225
|
*/
|
|
226
226
|
createKey(createKeyRequest: requests.CreateKeyRequest): Promise<responses.CreateKeyResponse>;
|
|
227
227
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class KmsManagementClient {
|
|
|
237
237
|
* @param CreateKeyVersionRequest
|
|
238
238
|
* @return CreateKeyVersionResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CreateKeyVersion.ts.html |here} to see how to use CreateKeyVersion API.
|
|
241
241
|
*/
|
|
242
242
|
createKeyVersion(createKeyVersionRequest: requests.CreateKeyVersionRequest): Promise<responses.CreateKeyVersionResponse>;
|
|
243
243
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class KmsManagementClient {
|
|
|
253
253
|
* @param DisableKeyRequest
|
|
254
254
|
* @return DisableKeyResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/DisableKey.ts.html |here} to see how to use DisableKey API.
|
|
257
257
|
*/
|
|
258
258
|
disableKey(disableKeyRequest: requests.DisableKeyRequest): Promise<responses.DisableKeyResponse>;
|
|
259
259
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class KmsManagementClient {
|
|
|
269
269
|
* @param EnableKeyRequest
|
|
270
270
|
* @return EnableKeyResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/EnableKey.ts.html |here} to see how to use EnableKey API.
|
|
273
273
|
*/
|
|
274
274
|
enableKey(enableKeyRequest: requests.EnableKeyRequest): Promise<responses.EnableKeyResponse>;
|
|
275
275
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class KmsManagementClient {
|
|
|
284
284
|
* @param GetKeyRequest
|
|
285
285
|
* @return GetKeyResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetKey.ts.html |here} to see how to use GetKey API.
|
|
288
288
|
*/
|
|
289
289
|
getKey(getKeyRequest: requests.GetKeyRequest): Promise<responses.GetKeyResponse>;
|
|
290
290
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class KmsManagementClient {
|
|
|
299
299
|
* @param GetKeyVersionRequest
|
|
300
300
|
* @return GetKeyVersionResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetKeyVersion.ts.html |here} to see how to use GetKeyVersion API.
|
|
303
303
|
*/
|
|
304
304
|
getKeyVersion(getKeyVersionRequest: requests.GetKeyVersionRequest): Promise<responses.GetKeyVersionResponse>;
|
|
305
305
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class KmsManagementClient {
|
|
|
312
312
|
* @param GetReplicationStatusRequest
|
|
313
313
|
* @return GetReplicationStatusResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetReplicationStatus.ts.html |here} to see how to use GetReplicationStatus API.
|
|
316
316
|
*/
|
|
317
317
|
getReplicationStatus(getReplicationStatusRequest: requests.GetReplicationStatusRequest): Promise<responses.GetReplicationStatusResponse>;
|
|
318
318
|
/**
|
|
@@ -323,7 +323,7 @@ export declare class KmsManagementClient {
|
|
|
323
323
|
* @param GetWrappingKeyRequest
|
|
324
324
|
* @return GetWrappingKeyResponse
|
|
325
325
|
* @throws OciError when an error occurs
|
|
326
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
326
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetWrappingKey.ts.html |here} to see how to use GetWrappingKey API.
|
|
327
327
|
*/
|
|
328
328
|
getWrappingKey(getWrappingKeyRequest: requests.GetWrappingKeyRequest): Promise<responses.GetWrappingKeyResponse>;
|
|
329
329
|
/**
|
|
@@ -335,7 +335,7 @@ export declare class KmsManagementClient {
|
|
|
335
335
|
* @param ImportKeyRequest
|
|
336
336
|
* @return ImportKeyResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ImportKey.ts.html |here} to see how to use ImportKey API.
|
|
339
339
|
*/
|
|
340
340
|
importKey(importKeyRequest: requests.ImportKeyRequest): Promise<responses.ImportKeyResponse>;
|
|
341
341
|
/**
|
|
@@ -349,7 +349,7 @@ export declare class KmsManagementClient {
|
|
|
349
349
|
* @param ImportKeyVersionRequest
|
|
350
350
|
* @return ImportKeyVersionResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ImportKeyVersion.ts.html |here} to see how to use ImportKeyVersion API.
|
|
353
353
|
*/
|
|
354
354
|
importKeyVersion(importKeyVersionRequest: requests.ImportKeyVersionRequest): Promise<responses.ImportKeyVersionResponse>;
|
|
355
355
|
/**
|
|
@@ -365,7 +365,7 @@ export declare class KmsManagementClient {
|
|
|
365
365
|
* @param ListKeyVersionsRequest
|
|
366
366
|
* @return ListKeyVersionsResponse
|
|
367
367
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ListKeyVersions.ts.html |here} to see how to use ListKeyVersions API.
|
|
369
369
|
*/
|
|
370
370
|
listKeyVersions(listKeyVersionsRequest: requests.ListKeyVersionsRequest): Promise<responses.ListKeyVersionsResponse>;
|
|
371
371
|
/**
|
|
@@ -412,7 +412,7 @@ export declare class KmsManagementClient {
|
|
|
412
412
|
* @param ListKeysRequest
|
|
413
413
|
* @return ListKeysResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ListKeys.ts.html |here} to see how to use ListKeys API.
|
|
416
416
|
*/
|
|
417
417
|
listKeys(listKeysRequest: requests.ListKeysRequest): Promise<responses.ListKeysResponse>;
|
|
418
418
|
/**
|
|
@@ -456,7 +456,7 @@ export declare class KmsManagementClient {
|
|
|
456
456
|
* @param RestoreKeyFromFileRequest
|
|
457
457
|
* @return RestoreKeyFromFileResponse
|
|
458
458
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/RestoreKeyFromFile.ts.html |here} to see how to use RestoreKeyFromFile API.
|
|
460
460
|
*/
|
|
461
461
|
restoreKeyFromFile(restoreKeyFromFileRequest: requests.RestoreKeyFromFileRequest): Promise<responses.RestoreKeyFromFileResponse>;
|
|
462
462
|
/**
|
|
@@ -468,7 +468,7 @@ export declare class KmsManagementClient {
|
|
|
468
468
|
* @param RestoreKeyFromObjectStoreRequest
|
|
469
469
|
* @return RestoreKeyFromObjectStoreResponse
|
|
470
470
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/RestoreKeyFromObjectStore.ts.html |here} to see how to use RestoreKeyFromObjectStore API.
|
|
472
472
|
*/
|
|
473
473
|
restoreKeyFromObjectStore(restoreKeyFromObjectStoreRequest: requests.RestoreKeyFromObjectStoreRequest): Promise<responses.RestoreKeyFromObjectStoreResponse>;
|
|
474
474
|
/**
|
|
@@ -484,7 +484,7 @@ export declare class KmsManagementClient {
|
|
|
484
484
|
* @param ScheduleKeyDeletionRequest
|
|
485
485
|
* @return ScheduleKeyDeletionResponse
|
|
486
486
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ScheduleKeyDeletion.ts.html |here} to see how to use ScheduleKeyDeletion API.
|
|
488
488
|
*/
|
|
489
489
|
scheduleKeyDeletion(scheduleKeyDeletionRequest: requests.ScheduleKeyDeletionRequest): Promise<responses.ScheduleKeyDeletionResponse>;
|
|
490
490
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class KmsManagementClient {
|
|
|
500
500
|
* @param ScheduleKeyVersionDeletionRequest
|
|
501
501
|
* @return ScheduleKeyVersionDeletionResponse
|
|
502
502
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ScheduleKeyVersionDeletion.ts.html |here} to see how to use ScheduleKeyVersionDeletion API.
|
|
504
504
|
*/
|
|
505
505
|
scheduleKeyVersionDeletion(scheduleKeyVersionDeletionRequest: requests.ScheduleKeyVersionDeletionRequest): Promise<responses.ScheduleKeyVersionDeletionResponse>;
|
|
506
506
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class KmsManagementClient {
|
|
|
517
517
|
* @param UpdateKeyRequest
|
|
518
518
|
* @return UpdateKeyResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/UpdateKey.ts.html |here} to see how to use UpdateKey API.
|
|
521
521
|
*/
|
|
522
522
|
updateKey(updateKeyRequest: requests.UpdateKeyRequest): Promise<responses.UpdateKeyResponse>;
|
|
523
523
|
}
|
|
@@ -582,7 +582,7 @@ export declare class KmsVaultClient {
|
|
|
582
582
|
* @param BackupVaultRequest
|
|
583
583
|
* @return BackupVaultResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/BackupVault.ts.html |here} to see how to use BackupVault API.
|
|
586
586
|
*/
|
|
587
587
|
backupVault(backupVaultRequest: requests.BackupVaultRequest): Promise<responses.BackupVaultResponse>;
|
|
588
588
|
/**
|
|
@@ -600,7 +600,7 @@ export declare class KmsVaultClient {
|
|
|
600
600
|
* @param CancelVaultDeletionRequest
|
|
601
601
|
* @return CancelVaultDeletionResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CancelVaultDeletion.ts.html |here} to see how to use CancelVaultDeletion API.
|
|
604
604
|
*/
|
|
605
605
|
cancelVaultDeletion(cancelVaultDeletionRequest: requests.CancelVaultDeletionRequest): Promise<responses.CancelVaultDeletionResponse>;
|
|
606
606
|
/**
|
|
@@ -618,7 +618,7 @@ export declare class KmsVaultClient {
|
|
|
618
618
|
* @param ChangeVaultCompartmentRequest
|
|
619
619
|
* @return ChangeVaultCompartmentResponse
|
|
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.12.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ChangeVaultCompartment.ts.html |here} to see how to use ChangeVaultCompartment API.
|
|
622
622
|
*/
|
|
623
623
|
changeVaultCompartment(changeVaultCompartmentRequest: requests.ChangeVaultCompartmentRequest): Promise<responses.ChangeVaultCompartmentResponse>;
|
|
624
624
|
/**
|
|
@@ -636,7 +636,7 @@ export declare class KmsVaultClient {
|
|
|
636
636
|
* @param CreateVaultRequest
|
|
637
637
|
* @return CreateVaultResponse
|
|
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.12.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CreateVault.ts.html |here} to see how to use CreateVault API.
|
|
640
640
|
*/
|
|
641
641
|
createVault(createVaultRequest: requests.CreateVaultRequest): Promise<responses.CreateVaultResponse>;
|
|
642
642
|
/**
|
|
@@ -655,7 +655,7 @@ export declare class KmsVaultClient {
|
|
|
655
655
|
* @param CreateVaultReplicaRequest
|
|
656
656
|
* @return CreateVaultReplicaResponse
|
|
657
657
|
* @throws OciError when an error occurs
|
|
658
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
658
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/CreateVaultReplica.ts.html |here} to see how to use CreateVaultReplica API.
|
|
659
659
|
*/
|
|
660
660
|
createVaultReplica(createVaultReplicaRequest: requests.CreateVaultReplicaRequest): Promise<responses.CreateVaultReplicaResponse>;
|
|
661
661
|
/**
|
|
@@ -670,7 +670,7 @@ export declare class KmsVaultClient {
|
|
|
670
670
|
* @param DeleteVaultReplicaRequest
|
|
671
671
|
* @return DeleteVaultReplicaResponse
|
|
672
672
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/DeleteVaultReplica.ts.html |here} to see how to use DeleteVaultReplica API.
|
|
674
674
|
*/
|
|
675
675
|
deleteVaultReplica(deleteVaultReplicaRequest: requests.DeleteVaultReplicaRequest): Promise<responses.DeleteVaultReplicaResponse>;
|
|
676
676
|
/**
|
|
@@ -685,7 +685,7 @@ export declare class KmsVaultClient {
|
|
|
685
685
|
* @param GetVaultRequest
|
|
686
686
|
* @return GetVaultResponse
|
|
687
687
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetVault.ts.html |here} to see how to use GetVault API.
|
|
689
689
|
*/
|
|
690
690
|
getVault(getVaultRequest: requests.GetVaultRequest): Promise<responses.GetVaultResponse>;
|
|
691
691
|
/**
|
|
@@ -695,7 +695,7 @@ export declare class KmsVaultClient {
|
|
|
695
695
|
* @param GetVaultUsageRequest
|
|
696
696
|
* @return GetVaultUsageResponse
|
|
697
697
|
* @throws OciError when an error occurs
|
|
698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/GetVaultUsage.ts.html |here} to see how to use GetVaultUsage API.
|
|
699
699
|
*/
|
|
700
700
|
getVaultUsage(getVaultUsageRequest: requests.GetVaultUsageRequest): Promise<responses.GetVaultUsageResponse>;
|
|
701
701
|
/**
|
|
@@ -710,7 +710,7 @@ export declare class KmsVaultClient {
|
|
|
710
710
|
* @param ListVaultReplicasRequest
|
|
711
711
|
* @return ListVaultReplicasResponse
|
|
712
712
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ListVaultReplicas.ts.html |here} to see how to use ListVaultReplicas API.
|
|
714
714
|
*/
|
|
715
715
|
listVaultReplicas(listVaultReplicasRequest: requests.ListVaultReplicasRequest): Promise<responses.ListVaultReplicasResponse>;
|
|
716
716
|
/**
|
|
@@ -757,7 +757,7 @@ export declare class KmsVaultClient {
|
|
|
757
757
|
* @param ListVaultsRequest
|
|
758
758
|
* @return ListVaultsResponse
|
|
759
759
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ListVaults.ts.html |here} to see how to use ListVaults API.
|
|
761
761
|
*/
|
|
762
762
|
listVaults(listVaultsRequest: requests.ListVaultsRequest): Promise<responses.ListVaultsResponse>;
|
|
763
763
|
/**
|
|
@@ -801,7 +801,7 @@ export declare class KmsVaultClient {
|
|
|
801
801
|
* @param RestoreVaultFromFileRequest
|
|
802
802
|
* @return RestoreVaultFromFileResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/RestoreVaultFromFile.ts.html |here} to see how to use RestoreVaultFromFile API.
|
|
805
805
|
*/
|
|
806
806
|
restoreVaultFromFile(restoreVaultFromFileRequest: requests.RestoreVaultFromFileRequest): Promise<responses.RestoreVaultFromFileResponse>;
|
|
807
807
|
/**
|
|
@@ -813,7 +813,7 @@ export declare class KmsVaultClient {
|
|
|
813
813
|
* @param RestoreVaultFromObjectStoreRequest
|
|
814
814
|
* @return RestoreVaultFromObjectStoreResponse
|
|
815
815
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
816
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/RestoreVaultFromObjectStore.ts.html |here} to see how to use RestoreVaultFromObjectStore API.
|
|
817
817
|
*/
|
|
818
818
|
restoreVaultFromObjectStore(restoreVaultFromObjectStoreRequest: requests.RestoreVaultFromObjectStoreRequest): Promise<responses.RestoreVaultFromObjectStoreResponse>;
|
|
819
819
|
/**
|
|
@@ -832,7 +832,7 @@ export declare class KmsVaultClient {
|
|
|
832
832
|
* @param ScheduleVaultDeletionRequest
|
|
833
833
|
* @return ScheduleVaultDeletionResponse
|
|
834
834
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/ScheduleVaultDeletion.ts.html |here} to see how to use ScheduleVaultDeletion API.
|
|
836
836
|
*/
|
|
837
837
|
scheduleVaultDeletion(scheduleVaultDeletionRequest: requests.ScheduleVaultDeletionRequest): Promise<responses.ScheduleVaultDeletionResponse>;
|
|
838
838
|
/**
|
|
@@ -849,7 +849,7 @@ export declare class KmsVaultClient {
|
|
|
849
849
|
* @param UpdateVaultRequest
|
|
850
850
|
* @return UpdateVaultResponse
|
|
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.12.
|
|
852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/keymanagement/UpdateVault.ts.html |here} to see how to use UpdateVault API.
|
|
853
853
|
*/
|
|
854
854
|
updateVault(updateVaultRequest: requests.UpdateVaultRequest): Promise<responses.UpdateVaultResponse>;
|
|
855
855
|
}
|