Values.DescribeAffectedEntitiesResponseSourceReturns a list of entities that have been affected by the specified events, based on the specified filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the Amazon Web Services service. Events that have impact beyond that of the affected entities, or where the extent of impact is unknown, include at least one entity indicating this. At least one event ARN is required. This API operation uses pagination. Specify the nextToken parameter in the next request to return more results. This operation supports resource-level permissions. You can use this operation to allow or deny access to specific Health events. For more information, see Resource- and action-based conditions in the Health User Guide.
type nonrec t = {entities : EntityList.t option;The entities that match the filter criteria.
*)nextToken : NextToken.t option;If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.
*)}type nonrec error = [ | `InvalidPaginationToken of InvalidPaginationToken.t| `UnsupportedLocale of UnsupportedLocale.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidPaginationToken of InvalidPaginationToken.t
| `Unknown_operation_error of string * string option
| `UnsupportedLocale of UnsupportedLocale.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidPaginationToken of InvalidPaginationToken.t
| `Unknown_operation_error of string * string option
| `UnsupportedLocale of UnsupportedLocale.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of EntityArn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]