import * as __aws_sdk_types from '@aws-sdk/types'; /** * GetParametersForImportOutput shape */ export interface GetParametersForImportOutput { /** *
The identifier of the CMK to use in a subsequent ImportKeyMaterial request. This is the same CMK specified in the GetParametersForImport request.
The import token to send in a subsequent ImportKeyMaterial request.
*/ ImportToken?: Uint8Array; /** *The public key to use to encrypt the key material before importing it with ImportKeyMaterial.
*/ PublicKey?: Uint8Array; /** *The time at which the import token and public key are no longer valid. After this time, you cannot use them to make an ImportKeyMaterial request and you must send another GetParametersForImport request to get new ones.