Module Values.ResourceIdPreferenceSource

Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.

Sourcetype nonrec t = {
  1. resourceIdType : ResourceIdType.t option;
    (*

    Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

    *)
  2. resources : Resources.t option;
    (*

    Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

    *)
}
Sourceval make : ?resourceIdType:??? -> ?resources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] 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