Smaws_Client_Health.DescribeAffectedEntitiesForOrganizationReturns a list of entities that have been affected by one or more events for one or more accounts in your organization in Organizations, based on the filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the Amazon Web Services service.
At least one event Amazon Resource Name (ARN) and account ID are required.
Before you can call this operation, you must first enable Health to work with Organizations. To do this, call the EnableHealthServiceAccessForOrganization operation from your organization's management account.
nextToken parameter in the next request to return more results.val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token
| `UnsupportedLocale of Types.unsupported_locale ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_affected_entities_for_organization_request ->
(Types.describe_affected_entities_for_organization_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token
| `UnsupportedLocale of Types.unsupported_locale ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_affected_entities_for_organization_request ->
(Types.describe_affected_entities_for_organization_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidPaginationToken of Types.invalid_pagination_token
| `UnsupportedLocale of Types.unsupported_locale ]
* Smaws_Lib.Response.metadata)
Stdlib.result