Module Values.KmsGrantOperationSource
Sourcetype nonrec t = | CreateGrant| Decrypt| DescribeKey| Encrypt| GenerateDataKey| GenerateDataKeyPair| GenerateDataKeyPairWithoutPlaintext| GenerateDataKeyWithoutPlaintext| GetPublicKey| ReEncryptFrom| ReEncryptTo| RetireGrant| Sign| Verify| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]