Module Values.FleetAttributeSource

Sourcetype nonrec t =
  1. | VPC_CONFIGURATION
  2. | VPC_CONFIGURATION_SECURITY_GROUP_IDS
  3. | DOMAIN_JOIN_INFO
  4. | IAM_ROLE_ARN
  5. | USB_DEVICE_FILTER_STRINGS
  6. | SESSION_SCRIPT_S3_LOCATION
  7. | MAX_SESSIONS_PER_INSTANCE
  8. | VOLUME_CONFIGURATION
  9. | 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