Module Values_2.UpdateIAMPolicyAssignmentRequestSource

Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request. This overwrites all of the users included in Identities.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the IAM policy assignment.

    *)
  2. assignmentName : Values_0.IAMPolicyAssignmentName.t;
    (*

    The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.

    *)
  3. namespace : Values_0.Namespace.t;
    (*

    The namespace of the assignment.

    *)
  4. assignmentStatus : Values_1.AssignmentStatus.t option;
    (*

    The status of the assignment. Possible values are as follows: ENABLED - Anything specified in this assignment is used when creating the data source. DISABLED - This assignment isn't used when creating the data source. DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

    *)
  5. policyArn : Values_0.Arn.t option;
    (*

    The ARN for the IAM policy to apply to the Amazon Quick Sight users and groups specified in this assignment.

    *)
  6. identities : Values_1.IdentityMap.t option;
    (*

    The Amazon Quick Sight users, groups, or both that you want to assign the policy to.

    *)
}
Sourceval context_ : string
Sourceval make : ?assignmentStatus:??? -> ?policyArn:??? -> ?identities:??? -> awsAccountId:Values_1.AwsAccountId.t -> assignmentName:Values_0.IAMPolicyAssignmentName.t -> namespace:Values_0.Namespace.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of Values_0.String_.t ] * [> `List of [> `String of string ] list ]) list | `String of Values_1.AwsAccountId.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