File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -886,10 +886,9 @@ export interface AzureEncryptionKeyOptions {
886
886
keyVersion ?: string | undefined ;
887
887
}
888
888
889
-
890
889
/**
891
890
* @public
892
- * Configuration options for making an Azure encryption key
891
+ * Configuration options for making a KMIP encryption key
893
892
*/
894
893
export interface KMIPEncryptionKeyOptions {
895
894
/**
@@ -905,7 +904,6 @@ export interface KMIPEncryptionKeyOptions {
905
904
endpoint ?: string ;
906
905
}
907
906
908
-
909
907
/**
910
908
* @public
911
909
* 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 {
225
225
ClientEncryptionRewrapManyDataKeyResult ,
226
226
DataKey ,
227
227
GCPEncryptionKeyOptions ,
228
+ KMIPEncryptionKeyOptions ,
228
229
RangeOptions
229
230
} from './client-side-encryption/client_encryption' ;
230
231
export {
You can’t perform that action at this time.
0 commit comments