Values_2.UpdateIAMPolicyAssignmentResponseSourceUpdates 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.
type nonrec t = {assignmentName : Values_0.IAMPolicyAssignmentName.t option;The name of the assignment or rule.
*)assignmentId : Values_0.String_.t option;The ID of the assignment.
*)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.
*)identities : Values_1.IdentityMap.t option;The Amazon Quick Sight users, groups, or both that the IAM policy is assigned to.
*)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.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]