Module Values.SetDefaultPolicyVersionRequestSource

Sets the specified version of the specified policy as the policy's default (operative) version. This operation affects all users, groups, and roles that the policy is attached to. To list the users, groups, and roles that the policy is attached to, use ListEntitiesForPolicy. For information about managed policies, see Managed policies and inline policies in the IAM User Guide.

Sourcetype nonrec t = {
  1. policyArn : ArnType.t;
    (*

    The Amazon Resource Name (ARN) of the IAM policy whose default version you want to set. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

    *)
  2. versionId : PolicyVersionIdType.t;
    (*

    The version of the policy to set as the default (operative) version. For more information about managed policy versions, see Versioning for managed policies in the IAM User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : policyArn:ArnType.t -> versionId:PolicyVersionIdType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ArnType.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