Values.PutResourcePolicyResultSourceUpdates the resource policy for a specified resource.
type putResourcePolicyResult = {resourcePolicy : ResourcePolicy.t option;The content of the updated resource policy.
*)}and t = {putResourcePolicyResult : putResourcePolicyResult;responseMetaData : responseMetaData;}type error = [ | `ConflictPolicyUpdateFault of ConflictPolicyUpdateFault.t| `InvalidPolicyFault of InvalidPolicyFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictPolicyUpdateFault of unit
| `InvalidPolicyFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictPolicyUpdateFault of unit
| `InvalidPolicyFault of unit
| `ResourceNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]