Module Values.DefinitionSource

Specifies all of the type-specific parameters.

Sourcetype nonrec t = {
  1. iamActionDefinition : IamActionDefinition.t option;
    (*

    The Identity and Access Management (IAM) action definition details.

    *)
  2. scpActionDefinition : ScpActionDefinition.t option;
    (*

    The service control policies (SCPs) action definition details.

    *)
  3. ssmActionDefinition : SsmActionDefinition.t option;
    (*

    The Amazon Web Services Systems Manager (SSM) action definition details.

    *)
}
Sourceval make : ?iamActionDefinition:??? -> ?scpActionDefinition:??? -> ?ssmActionDefinition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of Role.t ] list | `String of PolicyArn.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