File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -886,10 +886,9 @@ export interface AzureEncryptionKeyOptions {
886886 keyVersion ?: string | undefined ;
887887}
888888
889-
890889/**
891890 * @public
892- * Configuration options for making an Azure encryption key
891+ * Configuration options for making a KMIP encryption key
893892 */
894893export interface KMIPEncryptionKeyOptions {
895894 /**
@@ -905,7 +904,6 @@ export interface KMIPEncryptionKeyOptions {
905904 endpoint ?: string ;
906905}
907906
908-
909907/**
910908 * @public
911909 * Options to provide when creating a new data key.
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ export type {
225225 ClientEncryptionRewrapManyDataKeyResult ,
226226 DataKey ,
227227 GCPEncryptionKeyOptions ,
228+ KMIPEncryptionKeyOptions ,
228229 RangeOptions
229230} from './client-side-encryption/client_encryption' ;
230231export {
You can’t perform that action at this time.
0 commit comments