Values.PutConfiguredAudienceModelPolicyResponseSourceCreate or update the resource policy for a configured audience model.
type nonrec t = {configuredAudienceModelPolicy : ResourcePolicy.t option;The IAM resource policy.
*)policyHash : Hash.t option;A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]