Values.PutRegistryPolicyResponseSourceCreates or updates the permissions policy for your registry. A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.
type nonrec t = {registryId : RegistryId.t option;The registry ID associated with the request.
*)policyText : RegistryPolicyText.t option;The JSON policy text for your registry.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]