Values_5.DescribeVerifiedAccessEndpointsRequestSourceDescribes the specified Amazon Web Services Verified Access endpoints.
type nonrec t = {verifiedAccessEndpointIds : Values_3.VerifiedAccessEndpointIdList.t option;The ID of the Verified Access endpoint.
*)verifiedAccessInstanceId : Values_2.VerifiedAccessInstanceId.t option;The ID of the Verified Access instance.
*)verifiedAccessGroupId : Values_2.VerifiedAccessGroupId.t option;The ID of the Verified Access group.
*)maxResults : Values_3.DescribeVerifiedAccessEndpointsMaxResults.t option;The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
*)nextToken : Values_3.NextToken.t option;The token for the next page of results.
*)filters : Values_3.FilterList.t option;One or more filters. Filter names and values are case-sensitive.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_3.DescribeVerifiedAccessEndpointsMaxResults.t
| `List of
[> `String of Values_1.VerifiedAccessEndpointId.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_2.VerifiedAccessInstanceId.t ])
list ]