@aws-sdk/client-xray 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/XRay.d.ts +133 -157
- package/dist-types/ts3.4/XRayClient.d.ts +22 -53
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +9 -39
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38