Values.UpdateServiceAccessPoliciesRequestSourceContainer for the parameters to the UpdateServiceAccessPolicies operation. Specifies the name of the domain you want to update and the access rules you want to configure.
type nonrec t = {domainName : DomainName.t;accessPolicies : PolicyDocument.t;The access rules you want to configure. These rules replace any existing rules.
*)}