PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::XRay; use Moose; sub service { 'xray' } sub signing_name { 'xray' } sub version { '2016-04-12' } sub flattened_arrays { 0 } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::RestJsonCaller'; sub BatchGetTraces { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::BatchGetTraces', @_); return $self->caller->do_call($self, $call_object); } sub CreateGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::CreateGroup', @_); return $self->caller->do_call($self, $call_object); } sub CreateSamplingRule { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::CreateSamplingRule', @_); return $self->caller->do_call($self, $call_object); } sub DeleteGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::DeleteGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeleteSamplingRule { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::DeleteSamplingRule', @_); return $self->caller->do_call($self, $call_object); } sub GetEncryptionConfig { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetEncryptionConfig', @_); return $self->caller->do_call($self, $call_object); } sub GetGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetGroup', @_); return $self->caller->do_call($self, $call_object); } sub GetGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetGroups', @_); return $self->caller->do_call($self, $call_object); } sub GetInsight { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetInsight', @_); return $self->caller->do_call($self, $call_object); } sub GetInsightEvents { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetInsightEvents', @_); return $self->caller->do_call($self, $call_object); } sub GetInsightImpactGraph { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetInsightImpactGraph', @_); return $self->caller->do_call($self, $call_object); } sub GetInsightSummaries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetInsightSummaries', @_); return $self->caller->do_call($self, $call_object); } sub GetSamplingRules { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetSamplingRules', @_); return $self->caller->do_call($self, $call_object); } sub GetSamplingStatisticSummaries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetSamplingStatisticSummaries', @_); return $self->caller->do_call($self, $call_object); } sub GetSamplingTargets { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetSamplingTargets', @_); return $self->caller->do_call($self, $call_object); } sub GetServiceGraph { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetServiceGraph', @_); return $self->caller->do_call($self, $call_object); } sub GetTimeSeriesServiceStatistics { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetTimeSeriesServiceStatistics', @_); return $self->caller->do_call($self, $call_object); } sub GetTraceGraph { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetTraceGraph', @_); return $self->caller->do_call($self, $call_object); } sub GetTraceSummaries { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::GetTraceSummaries', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub PutEncryptionConfig { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::PutEncryptionConfig', @_); return $self->caller->do_call($self, $call_object); } sub PutTelemetryRecords { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::PutTelemetryRecords', @_); return $self->caller->do_call($self, $call_object); } sub PutTraceSegments { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::PutTraceSegments', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub UpdateGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::UpdateGroup', @_); return $self->caller->do_call($self, $call_object); } sub UpdateSamplingRule { my $self = shift; my $call_object = $self->new_with_coercions('Paws::XRay::UpdateSamplingRule', @_); return $self->caller->do_call($self, $call_object); } sub BatchGetAllTraces { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->BatchGetTraces(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->BatchGetTraces(@_, NextToken => $next_result->NextToken); push @{ $result->Traces }, @{ $next_result->Traces }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Traces') foreach (@{ $result->Traces }); $result = $self->BatchGetTraces(@_, NextToken => $result->NextToken); } $callback->($_ => 'Traces') foreach (@{ $result->Traces }); } return undef } sub GetAllGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetGroups(@_, NextToken => $next_result->NextToken); push @{ $result->Groups }, @{ $next_result->Groups }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Groups') foreach (@{ $result->Groups }); $result = $self->GetGroups(@_, NextToken => $result->NextToken); } $callback->($_ => 'Groups') foreach (@{ $result->Groups }); } return undef } sub GetAllSamplingRules { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetSamplingRules(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetSamplingRules(@_, NextToken => $next_result->NextToken); push @{ $result->SamplingRuleRecords }, @{ $next_result->SamplingRuleRecords }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'SamplingRuleRecords') foreach (@{ $result->SamplingRuleRecords }); $result = $self->GetSamplingRules(@_, NextToken => $result->NextToken); } $callback->($_ => 'SamplingRuleRecords') foreach (@{ $result->SamplingRuleRecords }); } return undef } sub GetAllSamplingStatisticSummaries { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetSamplingStatisticSummaries(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetSamplingStatisticSummaries(@_, NextToken => $next_result->NextToken); push @{ $result->SamplingStatisticSummaries }, @{ $next_result->SamplingStatisticSummaries }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'SamplingStatisticSummaries') foreach (@{ $result->SamplingStatisticSummaries }); $result = $self->GetSamplingStatisticSummaries(@_, NextToken => $result->NextToken); } $callback->($_ => 'SamplingStatisticSummaries') foreach (@{ $result->SamplingStatisticSummaries }); } return undef } sub GetAllServiceGraph { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetServiceGraph(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetServiceGraph(@_, NextToken => $next_result->NextToken); push @{ $result->Services }, @{ $next_result->Services }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Services') foreach (@{ $result->Services }); $result = $self->GetServiceGraph(@_, NextToken => $result->NextToken); } $callback->($_ => 'Services') foreach (@{ $result->Services }); } return undef } sub GetAllTimeSeriesServiceStatistics { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetTimeSeriesServiceStatistics(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetTimeSeriesServiceStatistics(@_, NextToken => $next_result->NextToken); push @{ $result->TimeSeriesServiceStatistics }, @{ $next_result->TimeSeriesServiceStatistics }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'TimeSeriesServiceStatistics') foreach (@{ $result->TimeSeriesServiceStatistics }); $result = $self->GetTimeSeriesServiceStatistics(@_, NextToken => $result->NextToken); } $callback->($_ => 'TimeSeriesServiceStatistics') foreach (@{ $result->TimeSeriesServiceStatistics }); } return undef } sub GetAllTraceGraph { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetTraceGraph(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetTraceGraph(@_, NextToken => $next_result->NextToken); push @{ $result->Services }, @{ $next_result->Services }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Services') foreach (@{ $result->Services }); $result = $self->GetTraceGraph(@_, NextToken => $result->NextToken); } $callback->($_ => 'Services') foreach (@{ $result->Services }); } return undef } sub GetAllTraceSummaries { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->GetTraceSummaries(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->GetTraceSummaries(@_, NextToken => $next_result->NextToken); push @{ $result->TraceSummaries }, @{ $next_result->TraceSummaries }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'TraceSummaries') foreach (@{ $result->TraceSummaries }); $result = $self->GetTraceSummaries(@_, NextToken => $result->NextToken); } $callback->($_ => 'TraceSummaries') foreach (@{ $result->TraceSummaries }); } return undef } sub operations { qw/BatchGetTraces CreateGroup CreateSamplingRule DeleteGroup DeleteSamplingRule GetEncryptionConfig GetGroup GetGroups GetInsight GetInsightEvents GetInsightImpactGraph GetInsightSummaries GetSamplingRules GetSamplingStatisticSummaries GetSamplingTargets GetServiceGraph GetTimeSeriesServiceStatistics GetTraceGraph GetTraceSummaries ListTagsForResource PutEncryptionConfig PutTelemetryRecords PutTraceSegments TagResource UntagResource UpdateGroup UpdateSamplingRule / } 1; ### main pod documentation begin ### =head1 NAME Paws::XRay - Perl Interface to AWS AWS X-Ray =head1 SYNOPSIS use Paws; my $obj = Paws->service('XRay'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION AWS X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces. For the AWS API documentation, see L =head1 METHODS =head2 BatchGetTraces =over =item TraceIds => ArrayRef[Str|Undef] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use C to get a list of trace IDs. =head2 CreateGroup =over =item GroupName => Str =item [FilterExpression => Str] =item [InsightsConfiguration => L] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a group resource with a name and a filter expression. =head2 CreateSamplingRule =over =item SamplingRule => L =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates a rule to control sampling behavior for instrumented applications. Services retrieve rules with GetSamplingRules, and evaluate each rule in ascending order of I for each request. If a rule matches, the service records a trace, borrowing it from the reservoir size. After 10 seconds, the service reports back to X-Ray with GetSamplingTargets to get updated versions of each in-use rule. The updated rule contains a trace quota that the service can use instead of borrowing from the reservoir. =head2 DeleteGroup =over =item [GroupARN => Str] =item [GroupName => Str] =back Each argument is described in detail in: L Returns: a L instance Deletes a group resource. =head2 DeleteSamplingRule =over =item [RuleARN => Str] =item [RuleName => Str] =back Each argument is described in detail in: L Returns: a L instance Deletes a sampling rule. =head2 GetEncryptionConfig Each argument is described in detail in: L Returns: a L instance Retrieves the current encryption configuration for X-Ray data. =head2 GetGroup =over =item [GroupARN => Str] =item [GroupName => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves group resource details. =head2 GetGroups =over =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves all active group details. =head2 GetInsight =over =item InsightId => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight. =head2 GetInsightEvents =over =item InsightId => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console. =head2 GetInsightImpactGraph =over =item EndTime => Str =item InsightId => Str =item StartTime => Str =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves a service graph structure filtered by the specified insight. The service graph is limited to only structural information. For a complete service graph, use this API with the GetServiceGraph API. =head2 GetInsightSummaries =over =item EndTime => Str =item StartTime => Str =item [GroupARN => Str] =item [GroupName => Str] =item [MaxResults => Int] =item [NextToken => Str] =item [States => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Retrieves the summaries of all insights in the specified group matching the provided filter values. =head2 GetSamplingRules =over =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves all sampling rules. =head2 GetSamplingStatisticSummaries =over =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves information about recent sampling results for all sampling rules. =head2 GetSamplingTargets =over =item SamplingStatisticsDocuments => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L instance Requests a sampling quota for rules that the service is using to sample requests. =head2 GetServiceGraph =over =item EndTime => Str =item StartTime => Str =item [GroupARN => Str] =item [GroupName => Str] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result. Root services process incoming requests and make calls to downstream services. Root services are applications that use the AWS X-Ray SDK (https://docs.aws.amazon.com/xray/index.html). Downstream services can be other applications, AWS resources, HTTP web APIs, or SQL databases. =head2 GetTimeSeriesServiceStatistics =over =item EndTime => Str =item StartTime => Str =item [EntitySelectorExpression => Str] =item [ForecastStatistics => Bool] =item [GroupARN => Str] =item [GroupName => Str] =item [NextToken => Str] =item [Period => Int] =back Each argument is described in detail in: L Returns: a L instance Get an aggregation of service statistics defined by a specific time range. =head2 GetTraceGraph =over =item TraceIds => ArrayRef[Str|Undef] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves a service graph for one or more specific trace IDs. =head2 GetTraceSummaries =over =item EndTime => Str =item StartTime => Str =item [FilterExpression => Str] =item [NextToken => Str] =item [Sampling => Bool] =item [SamplingStrategy => L] =item [TimeRangeType => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to C. A filter expression can target traced requests that hit specific service nodes or edges, have errors, or come from a known user. For example, the following filter expression targets traces that pass through C: C This filter expression finds traces that have an annotation named C with the value C<12345>: C For a full list of indexed fields and keywords that you can use in filter expressions, see Using Filter Expressions (https://docs.aws.amazon.com/xray/latest/devguide/xray-console-filters.html) in the I. =head2 ListTagsForResource =over =item ResourceARN => Str =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Returns a list of tags that are applied to the specified AWS X-Ray group or sampling rule. =head2 PutEncryptionConfig =over =item Type => Str =item [KeyId => Str] =back Each argument is described in detail in: L Returns: a L instance Updates the encryption configuration for X-Ray data. =head2 PutTelemetryRecords =over =item TelemetryRecords => ArrayRef[L] =item [EC2InstanceId => Str] =item [Hostname => Str] =item [ResourceARN => Str] =back Each argument is described in detail in: L Returns: a L instance Used by the AWS X-Ray daemon to upload telemetry. =head2 PutTraceSegments =over =item TraceSegmentDocuments => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Uploads segment documents to AWS X-Ray. The X-Ray SDK (https://docs.aws.amazon.com/xray/index.html) generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments. Segments must include the following fields. For the full segment document schema, see AWS X-Ray Segment Documents (https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html) in the I. B =over =item * C - The name of the service that handled the request. =item * C - A 64-bit identifier for the segment, unique among segments in the same trace, in 16 hexadecimal digits. =item * C - A unique identifier that connects all segments and subsegments originating from a single client request. =item * C - Time the segment or subsegment was created, in floating point seconds in epoch time, accurate to milliseconds. For example, C<1480615200.010> or C<1.480615200010E9>. =item * C - Time the segment or subsegment was closed. For example, C<1480615200.090> or C<1.480615200090E9>. Specify either an C or C. =item * C - Set to C instead of specifying an C to record that a segment has been started, but is not complete. Send an in-progress segment when your application receives a request that will take a long time to serve, to trace that the request was received. When the response is sent, send the complete segment to overwrite the in-progress segment. =back A C consists of three numbers separated by hyphens. For example, 1-58406520-a006649127e371903a2de979. This includes: B =over =item * The version number, for instance, C<1>. =item * The time of the original request, in Unix epoch time, in 8 hexadecimal digits. For example, 10:00AM December 2nd, 2016 PST in epoch time is C<1480615200> seconds, or C<58406520> in hexadecimal. =item * A 96-bit identifier for the trace, globally unique, in 24 hexadecimal digits. =back =head2 TagResource =over =item ResourceARN => Str =item Tags => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L instance Applies tags to an existing AWS X-Ray group or sampling rule. =head2 UntagResource =over =item ResourceARN => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Removes tags from an AWS X-Ray group or sampling rule. You cannot edit or delete system tags (those with an C prefix). =head2 UpdateGroup =over =item [FilterExpression => Str] =item [GroupARN => Str] =item [GroupName => Str] =item [InsightsConfiguration => L] =back Each argument is described in detail in: L Returns: a L instance Updates a group resource. =head2 UpdateSamplingRule =over =item SamplingRuleUpdate => L =back Each argument is described in detail in: L Returns: a L instance Modifies a sampling rule's configuration. =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head2 BatchGetAllTraces(sub { },TraceIds => ArrayRef[Str|Undef], [NextToken => Str]) =head2 BatchGetAllTraces(TraceIds => ArrayRef[Str|Undef], [NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Traces, passing the object as the first parameter, and the string 'Traces' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllGroups(sub { },[NextToken => Str]) =head2 GetAllGroups([NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Groups, passing the object as the first parameter, and the string 'Groups' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllSamplingRules(sub { },[NextToken => Str]) =head2 GetAllSamplingRules([NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - SamplingRuleRecords, passing the object as the first parameter, and the string 'SamplingRuleRecords' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllSamplingStatisticSummaries(sub { },[NextToken => Str]) =head2 GetAllSamplingStatisticSummaries([NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - SamplingStatisticSummaries, passing the object as the first parameter, and the string 'SamplingStatisticSummaries' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllServiceGraph(sub { },EndTime => Str, StartTime => Str, [GroupARN => Str, GroupName => Str, NextToken => Str]) =head2 GetAllServiceGraph(EndTime => Str, StartTime => Str, [GroupARN => Str, GroupName => Str, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Services, passing the object as the first parameter, and the string 'Services' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllTimeSeriesServiceStatistics(sub { },EndTime => Str, StartTime => Str, [EntitySelectorExpression => Str, ForecastStatistics => Bool, GroupARN => Str, GroupName => Str, NextToken => Str, Period => Int]) =head2 GetAllTimeSeriesServiceStatistics(EndTime => Str, StartTime => Str, [EntitySelectorExpression => Str, ForecastStatistics => Bool, GroupARN => Str, GroupName => Str, NextToken => Str, Period => Int]) If passed a sub as first parameter, it will call the sub for each element found in : - TimeSeriesServiceStatistics, passing the object as the first parameter, and the string 'TimeSeriesServiceStatistics' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllTraceGraph(sub { },TraceIds => ArrayRef[Str|Undef], [NextToken => Str]) =head2 GetAllTraceGraph(TraceIds => ArrayRef[Str|Undef], [NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Services, passing the object as the first parameter, and the string 'Services' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 GetAllTraceSummaries(sub { },EndTime => Str, StartTime => Str, [FilterExpression => Str, NextToken => Str, Sampling => Bool, SamplingStrategy => L, TimeRangeType => Str]) =head2 GetAllTraceSummaries(EndTime => Str, StartTime => Str, [FilterExpression => Str, NextToken => Str, Sampling => Bool, SamplingStrategy => L, TimeRangeType => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - TraceSummaries, passing the object as the first parameter, and the string 'TraceSummaries' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut