Values_4.ModifyVerifiedAccessGroupPolicyResultSourceModifies the specified Amazon Web Services Verified Access group policy.
type nonrec t = {policyEnabled : Values_0.Boolean.t option;The status of the Verified Access policy.
*)policyDocument : Values_0.String_.t option;The Verified Access policy document.
*)sseSpecification : Values_1.VerifiedAccessSseSpecificationResponse.t option;The options in use for server side encryption.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.KmsKeyArn.t ])
list ])
list ]