ExAws.S3.Crypto.KMSWrapper.generate_data_key

You're seeing just the function generate_data_key, go back to ExAws.S3.Crypto.KMSWrapper module for more information.
Link to this function

generate_data_key(key_id)

View Source

Specs

generate_data_key(key_id :: String.t()) ::
  {:ok, {encrypted_blob :: String.t(), key :: bitstring()}}
  | {:error, reason :: String.t()}

Generate a data key for the master key with the given id.