Module Values_2.GetModelPackageGroupPolicyInputSource

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

Sourcetype nonrec t = {
  1. modelPackageGroupName : Values_0.EntityName.t;
    (*

    The name of the model group for which to get the resource policy.

    *)
}
Sourceval context_ : string
Sourceval make : modelPackageGroupName:Values_0.EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EntityName.t ]) 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