Module Values.CreateFieldLevelEncryptionConfigResultSource

Create a new field-level encryption configuration.

Sourcetype nonrec t = {
  1. fieldLevelEncryption : FieldLevelEncryption.t option;
    (*

    Returned when you create a new field-level encryption configuration.

    *)
  2. location : String_.t option;
    (*

    The fully qualified URI of the new configuration resource just created.

    *)
  3. eTag : String_.t option;
    (*

    The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.

    *)
}
Sourcetype nonrec error = [
  1. | `FieldLevelEncryptionConfigAlreadyExists of FieldLevelEncryptionConfigAlreadyExists.t
  2. | `InconsistentQuantities of InconsistentQuantities.t
  3. | `InvalidArgument of InvalidArgument.t
  4. | `NoSuchFieldLevelEncryptionProfile of NoSuchFieldLevelEncryptionProfile.t
  5. | `QueryArgProfileEmpty of QueryArgProfileEmpty.t
  6. | `TooManyFieldLevelEncryptionConfigs of TooManyFieldLevelEncryptionConfigs.t
  7. | `TooManyFieldLevelEncryptionContentTypeProfiles of TooManyFieldLevelEncryptionContentTypeProfiles.t
  8. | `TooManyFieldLevelEncryptionQueryArgProfiles of TooManyFieldLevelEncryptionQueryArgProfiles.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?fieldLevelEncryption:??? -> ?location:??? -> ?eTag:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `FieldLevelEncryptionConfigAlreadyExists of FieldLevelEncryptionConfigAlreadyExists.t | `InconsistentQuantities of InconsistentQuantities.t | `InvalidArgument of InvalidArgument.t | `NoSuchFieldLevelEncryptionProfile of NoSuchFieldLevelEncryptionProfile.t | `QueryArgProfileEmpty of QueryArgProfileEmpty.t | `TooManyFieldLevelEncryptionConfigs of TooManyFieldLevelEncryptionConfigs.t | `TooManyFieldLevelEncryptionContentTypeProfiles of TooManyFieldLevelEncryptionContentTypeProfiles.t | `TooManyFieldLevelEncryptionQueryArgProfiles of TooManyFieldLevelEncryptionQueryArgProfiles.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `FieldLevelEncryptionConfigAlreadyExists of FieldLevelEncryptionConfigAlreadyExists.t | `InconsistentQuantities of InconsistentQuantities.t | `InvalidArgument of InvalidArgument.t | `NoSuchFieldLevelEncryptionProfile of NoSuchFieldLevelEncryptionProfile.t | `QueryArgProfileEmpty of QueryArgProfileEmpty.t | `TooManyFieldLevelEncryptionConfigs of TooManyFieldLevelEncryptionConfigs.t | `TooManyFieldLevelEncryptionContentTypeProfiles of TooManyFieldLevelEncryptionContentTypeProfiles.t | `TooManyFieldLevelEncryptionQueryArgProfiles of TooManyFieldLevelEncryptionQueryArgProfiles.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ((string, String_.t) Awso.Import.List.Assoc.t * FieldLevelEncryption.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t