Gets network performance data.
See https://www.paws-r-sdk.com/docs/ec2_get_aws_network_performance_data/ for full documentation.
ec2_get_aws_network_performance_data(
DataQueries = NULL,
StartTime = NULL,
EndTime = NULL,
MaxResults = NULL,
NextToken = NULL,
DryRun = NULL
)
A list of network performance data queries.
The starting time for the performance data request. The starting time
must be formatted as yyyy-mm-ddThh:mm:ss
. For example,
2022-06-10T12:00:00.000Z
.
The ending time for the performance data request. The end time must be
formatted as yyyy-mm-ddThh:mm:ss
. For example,
2022-06-12T12:00:00.000Z
.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
The token for the next page of results.
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
.