Module Values.GrantOperationSource

Sourcetype nonrec t =
  1. | Decrypt
  2. | Encrypt
  3. | GenerateDataKey
  4. | GenerateDataKeyWithoutPlaintext
  5. | ReEncryptFrom
  6. | ReEncryptTo
  7. | Sign
  8. | Verify
  9. | GetPublicKey
  10. | CreateGrant
  11. | RetireGrant
  12. | DescribeKey
  13. | GenerateDataKeyPair
  14. | GenerateDataKeyPairWithoutPlaintext
  15. | GenerateMac
  16. | VerifyMac
  17. | DeriveSharedSecret
  18. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t