AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns 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 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.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeAffectedEntitiesAsync.

Namespace: Amazon.AWSHealth
Assembly: AWSSDK.AWSHealth.dll
Version: 3.x.y.z

Syntax

C#
public abstract DescribeAffectedEntitiesResponse DescribeAffectedEntities(
         DescribeAffectedEntitiesRequest request
)

Parameters

request
Type: Amazon.AWSHealth.Model.DescribeAffectedEntitiesRequest

Container for the necessary parameters to execute the DescribeAffectedEntities service method.

Return Value


The response from the DescribeAffectedEntities service method, as returned by AWSHealth.

Exceptions

ExceptionCondition
InvalidPaginationTokenException The specified pagination token (nextToken) is not valid.
UnsupportedLocaleException The specified locale is not supported.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also