Module Values_2.UpdateIAMPolicyAssignmentResponseSource

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. assignmentName : Values_0.IAMPolicyAssignmentName.t option;
    (*

    The name of the assignment or rule.

    *)
  2. assignmentId : Values_0.String_.t option;
    (*

    The ID of the assignment.

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

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

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

    The Amazon Quick Sight users, groups, or both that the IAM policy is assigned to.

    *)
  5. 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.

    *)
  6. requestId : Values_0.String_.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
  7. status : Values_1.StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ConcurrentUpdatingException of Values_1.ConcurrentUpdatingException.t
  3. | `InternalFailureException of Values_1.InternalFailureException.t
  4. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  5. | `ResourceExistsException of Values_1.ResourceExistsException.t
  6. | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
  7. | `ThrottlingException of Values_1.ThrottlingException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?assignmentName:??? -> ?assignmentId:??? -> ?policyArn:??? -> ?identities:??? -> ?assignmentStatus:??? -> ?requestId:??? -> ?status:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConcurrentUpdatingException of Values_1.ConcurrentUpdatingException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceExistsException of Values_1.ResourceExistsException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ConcurrentUpdatingException of Values_1.ConcurrentUpdatingException.t | `InternalFailureException of Values_1.InternalFailureException.t | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t | `ResourceExistsException of Values_1.ResourceExistsException.t | `ResourceNotFoundException of Values_1.ResourceNotFoundException.t | `ThrottlingException of Values_1.ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_1.StatusCode.t | `Map of ([> `String of Values_0.String_.t ] * [> `List of [> `String of string ] list ]) list | `String of Values_0.IAMPolicyAssignmentName.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