@aws-sdk/client-xray 3.169.0 → 3.171.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/XRay.d.ts +463 -140
  3. package/dist-types/ts3.4/XRayClient.d.ts +266 -100
  4. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/index.d.ts +27 -27
  32. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  33. package/dist-types/ts3.4/index.d.ts +6 -6
  34. package/dist-types/ts3.4/models/XRayServiceException.d.ts +7 -6
  35. package/dist-types/ts3.4/models/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +971 -1321
  37. package/dist-types/ts3.4/pagination/BatchGetTracesPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/GetInsightEventsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/GetInsightSummariesPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/GetSamplingRulesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/GetSamplingStatisticSummariesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetServiceGraphPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetTimeSeriesServiceStatisticsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/GetTraceGraphPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/GetTraceSummariesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  48. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +329 -83
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  54. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-xray
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-xray
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-xray
@@ -1,140 +1,463 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
3
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
4
- import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
5
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
6
- import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "./commands/DeleteSamplingRuleCommand";
7
- import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "./commands/GetEncryptionConfigCommand";
8
- import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
9
- import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
10
- import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
11
- import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "./commands/GetInsightEventsCommand";
12
- import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "./commands/GetInsightImpactGraphCommand";
13
- import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "./commands/GetInsightSummariesCommand";
14
- import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "./commands/GetSamplingRulesCommand";
15
- import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "./commands/GetSamplingStatisticSummariesCommand";
16
- import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "./commands/GetSamplingTargetsCommand";
17
- import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "./commands/GetServiceGraphCommand";
18
- import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "./commands/GetTimeSeriesServiceStatisticsCommand";
19
- import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "./commands/GetTraceGraphCommand";
20
- import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "./commands/GetTraceSummariesCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
- import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "./commands/PutEncryptionConfigCommand";
23
- import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "./commands/PutTelemetryRecordsCommand";
24
- import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "./commands/PutTraceSegmentsCommand";
25
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
26
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
27
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
28
- import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "./commands/UpdateSamplingRuleCommand";
29
- import { XRayClient } from "./XRayClient";
30
-
31
- export declare class XRay extends XRayClient {
32
-
33
- batchGetTraces(args: BatchGetTracesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetTracesCommandOutput>;
34
- batchGetTraces(args: BatchGetTracesCommandInput, cb: (err: any, data?: BatchGetTracesCommandOutput) => void): void;
35
- batchGetTraces(args: BatchGetTracesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetTracesCommandOutput) => void): void;
36
-
37
- createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
38
- createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
39
- createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
40
-
41
- createSamplingRule(args: CreateSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateSamplingRuleCommandOutput>;
42
- createSamplingRule(args: CreateSamplingRuleCommandInput, cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void): void;
43
- createSamplingRule(args: CreateSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void): void;
44
-
45
- deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
46
- deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
47
- deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
48
-
49
- deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSamplingRuleCommandOutput>;
50
- deleteSamplingRule(args: DeleteSamplingRuleCommandInput, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
51
- deleteSamplingRule(args: DeleteSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void): void;
52
-
53
- getEncryptionConfig(args: GetEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetEncryptionConfigCommandOutput>;
54
- getEncryptionConfig(args: GetEncryptionConfigCommandInput, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
55
- getEncryptionConfig(args: GetEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void): void;
56
-
57
- getGroup(args: GetGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupCommandOutput>;
58
- getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
59
- getGroup(args: GetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
60
-
61
- getGroups(args: GetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<GetGroupsCommandOutput>;
62
- getGroups(args: GetGroupsCommandInput, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
63
- getGroups(args: GetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetGroupsCommandOutput) => void): void;
64
-
65
- getInsight(args: GetInsightCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightCommandOutput>;
66
- getInsight(args: GetInsightCommandInput, cb: (err: any, data?: GetInsightCommandOutput) => void): void;
67
- getInsight(args: GetInsightCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightCommandOutput) => void): void;
68
-
69
- getInsightEvents(args: GetInsightEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightEventsCommandOutput>;
70
- getInsightEvents(args: GetInsightEventsCommandInput, cb: (err: any, data?: GetInsightEventsCommandOutput) => void): void;
71
- getInsightEvents(args: GetInsightEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightEventsCommandOutput) => void): void;
72
-
73
- getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightImpactGraphCommandOutput>;
74
- getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void): void;
75
- getInsightImpactGraph(args: GetInsightImpactGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void): void;
76
-
77
- getInsightSummaries(args: GetInsightSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightSummariesCommandOutput>;
78
- getInsightSummaries(args: GetInsightSummariesCommandInput, cb: (err: any, data?: GetInsightSummariesCommandOutput) => void): void;
79
- getInsightSummaries(args: GetInsightSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightSummariesCommandOutput) => void): void;
80
-
81
- getSamplingRules(args: GetSamplingRulesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingRulesCommandOutput>;
82
- getSamplingRules(args: GetSamplingRulesCommandInput, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
83
- getSamplingRules(args: GetSamplingRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingRulesCommandOutput) => void): void;
84
-
85
- getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingStatisticSummariesCommandOutput>;
86
- getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
87
- getSamplingStatisticSummaries(args: GetSamplingStatisticSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void): void;
88
-
89
- getSamplingTargets(args: GetSamplingTargetsCommandInput, options?: __HttpHandlerOptions): Promise<GetSamplingTargetsCommandOutput>;
90
- getSamplingTargets(args: GetSamplingTargetsCommandInput, cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void): void;
91
- getSamplingTargets(args: GetSamplingTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void): void;
92
-
93
- getServiceGraph(args: GetServiceGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceGraphCommandOutput>;
94
- getServiceGraph(args: GetServiceGraphCommandInput, cb: (err: any, data?: GetServiceGraphCommandOutput) => void): void;
95
- getServiceGraph(args: GetServiceGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceGraphCommandOutput) => void): void;
96
-
97
- getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
98
- getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void): void;
99
- getTimeSeriesServiceStatistics(args: GetTimeSeriesServiceStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void): void;
100
-
101
- getTraceGraph(args: GetTraceGraphCommandInput, options?: __HttpHandlerOptions): Promise<GetTraceGraphCommandOutput>;
102
- getTraceGraph(args: GetTraceGraphCommandInput, cb: (err: any, data?: GetTraceGraphCommandOutput) => void): void;
103
- getTraceGraph(args: GetTraceGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTraceGraphCommandOutput) => void): void;
104
-
105
- getTraceSummaries(args: GetTraceSummariesCommandInput, options?: __HttpHandlerOptions): Promise<GetTraceSummariesCommandOutput>;
106
- getTraceSummaries(args: GetTraceSummariesCommandInput, cb: (err: any, data?: GetTraceSummariesCommandOutput) => void): void;
107
- getTraceSummaries(args: GetTraceSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTraceSummariesCommandOutput) => void): void;
108
-
109
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
110
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
111
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
112
-
113
- putEncryptionConfig(args: PutEncryptionConfigCommandInput, options?: __HttpHandlerOptions): Promise<PutEncryptionConfigCommandOutput>;
114
- putEncryptionConfig(args: PutEncryptionConfigCommandInput, cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void): void;
115
- putEncryptionConfig(args: PutEncryptionConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void): void;
116
-
117
- putTelemetryRecords(args: PutTelemetryRecordsCommandInput, options?: __HttpHandlerOptions): Promise<PutTelemetryRecordsCommandOutput>;
118
- putTelemetryRecords(args: PutTelemetryRecordsCommandInput, cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void): void;
119
- putTelemetryRecords(args: PutTelemetryRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void): void;
120
-
121
- putTraceSegments(args: PutTraceSegmentsCommandInput, options?: __HttpHandlerOptions): Promise<PutTraceSegmentsCommandOutput>;
122
- putTraceSegments(args: PutTraceSegmentsCommandInput, cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void): void;
123
- putTraceSegments(args: PutTraceSegmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void): void;
124
-
125
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
126
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
127
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
128
-
129
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
130
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
131
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
132
-
133
- updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
134
- updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
135
- updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
136
-
137
- updateSamplingRule(args: UpdateSamplingRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSamplingRuleCommandOutput>;
138
- updateSamplingRule(args: UpdateSamplingRuleCommandInput, cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void): void;
139
- updateSamplingRule(args: UpdateSamplingRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void): void;
140
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchGetTracesCommandInput,
4
+ BatchGetTracesCommandOutput,
5
+ } from "./commands/BatchGetTracesCommand";
6
+ import {
7
+ CreateGroupCommandInput,
8
+ CreateGroupCommandOutput,
9
+ } from "./commands/CreateGroupCommand";
10
+ import {
11
+ CreateSamplingRuleCommandInput,
12
+ CreateSamplingRuleCommandOutput,
13
+ } from "./commands/CreateSamplingRuleCommand";
14
+ import {
15
+ DeleteGroupCommandInput,
16
+ DeleteGroupCommandOutput,
17
+ } from "./commands/DeleteGroupCommand";
18
+ import {
19
+ DeleteSamplingRuleCommandInput,
20
+ DeleteSamplingRuleCommandOutput,
21
+ } from "./commands/DeleteSamplingRuleCommand";
22
+ import {
23
+ GetEncryptionConfigCommandInput,
24
+ GetEncryptionConfigCommandOutput,
25
+ } from "./commands/GetEncryptionConfigCommand";
26
+ import {
27
+ GetGroupCommandInput,
28
+ GetGroupCommandOutput,
29
+ } from "./commands/GetGroupCommand";
30
+ import {
31
+ GetGroupsCommandInput,
32
+ GetGroupsCommandOutput,
33
+ } from "./commands/GetGroupsCommand";
34
+ import {
35
+ GetInsightCommandInput,
36
+ GetInsightCommandOutput,
37
+ } from "./commands/GetInsightCommand";
38
+ import {
39
+ GetInsightEventsCommandInput,
40
+ GetInsightEventsCommandOutput,
41
+ } from "./commands/GetInsightEventsCommand";
42
+ import {
43
+ GetInsightImpactGraphCommandInput,
44
+ GetInsightImpactGraphCommandOutput,
45
+ } from "./commands/GetInsightImpactGraphCommand";
46
+ import {
47
+ GetInsightSummariesCommandInput,
48
+ GetInsightSummariesCommandOutput,
49
+ } from "./commands/GetInsightSummariesCommand";
50
+ import {
51
+ GetSamplingRulesCommandInput,
52
+ GetSamplingRulesCommandOutput,
53
+ } from "./commands/GetSamplingRulesCommand";
54
+ import {
55
+ GetSamplingStatisticSummariesCommandInput,
56
+ GetSamplingStatisticSummariesCommandOutput,
57
+ } from "./commands/GetSamplingStatisticSummariesCommand";
58
+ import {
59
+ GetSamplingTargetsCommandInput,
60
+ GetSamplingTargetsCommandOutput,
61
+ } from "./commands/GetSamplingTargetsCommand";
62
+ import {
63
+ GetServiceGraphCommandInput,
64
+ GetServiceGraphCommandOutput,
65
+ } from "./commands/GetServiceGraphCommand";
66
+ import {
67
+ GetTimeSeriesServiceStatisticsCommandInput,
68
+ GetTimeSeriesServiceStatisticsCommandOutput,
69
+ } from "./commands/GetTimeSeriesServiceStatisticsCommand";
70
+ import {
71
+ GetTraceGraphCommandInput,
72
+ GetTraceGraphCommandOutput,
73
+ } from "./commands/GetTraceGraphCommand";
74
+ import {
75
+ GetTraceSummariesCommandInput,
76
+ GetTraceSummariesCommandOutput,
77
+ } from "./commands/GetTraceSummariesCommand";
78
+ import {
79
+ ListTagsForResourceCommandInput,
80
+ ListTagsForResourceCommandOutput,
81
+ } from "./commands/ListTagsForResourceCommand";
82
+ import {
83
+ PutEncryptionConfigCommandInput,
84
+ PutEncryptionConfigCommandOutput,
85
+ } from "./commands/PutEncryptionConfigCommand";
86
+ import {
87
+ PutTelemetryRecordsCommandInput,
88
+ PutTelemetryRecordsCommandOutput,
89
+ } from "./commands/PutTelemetryRecordsCommand";
90
+ import {
91
+ PutTraceSegmentsCommandInput,
92
+ PutTraceSegmentsCommandOutput,
93
+ } from "./commands/PutTraceSegmentsCommand";
94
+ import {
95
+ TagResourceCommandInput,
96
+ TagResourceCommandOutput,
97
+ } from "./commands/TagResourceCommand";
98
+ import {
99
+ UntagResourceCommandInput,
100
+ UntagResourceCommandOutput,
101
+ } from "./commands/UntagResourceCommand";
102
+ import {
103
+ UpdateGroupCommandInput,
104
+ UpdateGroupCommandOutput,
105
+ } from "./commands/UpdateGroupCommand";
106
+ import {
107
+ UpdateSamplingRuleCommandInput,
108
+ UpdateSamplingRuleCommandOutput,
109
+ } from "./commands/UpdateSamplingRuleCommand";
110
+ import { XRayClient } from "./XRayClient";
111
+ export declare class XRay extends XRayClient {
112
+ batchGetTraces(
113
+ args: BatchGetTracesCommandInput,
114
+ options?: __HttpHandlerOptions
115
+ ): Promise<BatchGetTracesCommandOutput>;
116
+ batchGetTraces(
117
+ args: BatchGetTracesCommandInput,
118
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void
119
+ ): void;
120
+ batchGetTraces(
121
+ args: BatchGetTracesCommandInput,
122
+ options: __HttpHandlerOptions,
123
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void
124
+ ): void;
125
+ createGroup(
126
+ args: CreateGroupCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<CreateGroupCommandOutput>;
129
+ createGroup(
130
+ args: CreateGroupCommandInput,
131
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
132
+ ): void;
133
+ createGroup(
134
+ args: CreateGroupCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
137
+ ): void;
138
+ createSamplingRule(
139
+ args: CreateSamplingRuleCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<CreateSamplingRuleCommandOutput>;
142
+ createSamplingRule(
143
+ args: CreateSamplingRuleCommandInput,
144
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
145
+ ): void;
146
+ createSamplingRule(
147
+ args: CreateSamplingRuleCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
150
+ ): void;
151
+ deleteGroup(
152
+ args: DeleteGroupCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<DeleteGroupCommandOutput>;
155
+ deleteGroup(
156
+ args: DeleteGroupCommandInput,
157
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
158
+ ): void;
159
+ deleteGroup(
160
+ args: DeleteGroupCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
163
+ ): void;
164
+ deleteSamplingRule(
165
+ args: DeleteSamplingRuleCommandInput,
166
+ options?: __HttpHandlerOptions
167
+ ): Promise<DeleteSamplingRuleCommandOutput>;
168
+ deleteSamplingRule(
169
+ args: DeleteSamplingRuleCommandInput,
170
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
171
+ ): void;
172
+ deleteSamplingRule(
173
+ args: DeleteSamplingRuleCommandInput,
174
+ options: __HttpHandlerOptions,
175
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
176
+ ): void;
177
+ getEncryptionConfig(
178
+ args: GetEncryptionConfigCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<GetEncryptionConfigCommandOutput>;
181
+ getEncryptionConfig(
182
+ args: GetEncryptionConfigCommandInput,
183
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
184
+ ): void;
185
+ getEncryptionConfig(
186
+ args: GetEncryptionConfigCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
189
+ ): void;
190
+ getGroup(
191
+ args: GetGroupCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<GetGroupCommandOutput>;
194
+ getGroup(
195
+ args: GetGroupCommandInput,
196
+ cb: (err: any, data?: GetGroupCommandOutput) => void
197
+ ): void;
198
+ getGroup(
199
+ args: GetGroupCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: GetGroupCommandOutput) => void
202
+ ): void;
203
+ getGroups(
204
+ args: GetGroupsCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<GetGroupsCommandOutput>;
207
+ getGroups(
208
+ args: GetGroupsCommandInput,
209
+ cb: (err: any, data?: GetGroupsCommandOutput) => void
210
+ ): void;
211
+ getGroups(
212
+ args: GetGroupsCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: GetGroupsCommandOutput) => void
215
+ ): void;
216
+ getInsight(
217
+ args: GetInsightCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<GetInsightCommandOutput>;
220
+ getInsight(
221
+ args: GetInsightCommandInput,
222
+ cb: (err: any, data?: GetInsightCommandOutput) => void
223
+ ): void;
224
+ getInsight(
225
+ args: GetInsightCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: GetInsightCommandOutput) => void
228
+ ): void;
229
+ getInsightEvents(
230
+ args: GetInsightEventsCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<GetInsightEventsCommandOutput>;
233
+ getInsightEvents(
234
+ args: GetInsightEventsCommandInput,
235
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void
236
+ ): void;
237
+ getInsightEvents(
238
+ args: GetInsightEventsCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void
241
+ ): void;
242
+ getInsightImpactGraph(
243
+ args: GetInsightImpactGraphCommandInput,
244
+ options?: __HttpHandlerOptions
245
+ ): Promise<GetInsightImpactGraphCommandOutput>;
246
+ getInsightImpactGraph(
247
+ args: GetInsightImpactGraphCommandInput,
248
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
249
+ ): void;
250
+ getInsightImpactGraph(
251
+ args: GetInsightImpactGraphCommandInput,
252
+ options: __HttpHandlerOptions,
253
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
254
+ ): void;
255
+ getInsightSummaries(
256
+ args: GetInsightSummariesCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<GetInsightSummariesCommandOutput>;
259
+ getInsightSummaries(
260
+ args: GetInsightSummariesCommandInput,
261
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
262
+ ): void;
263
+ getInsightSummaries(
264
+ args: GetInsightSummariesCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
267
+ ): void;
268
+ getSamplingRules(
269
+ args: GetSamplingRulesCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<GetSamplingRulesCommandOutput>;
272
+ getSamplingRules(
273
+ args: GetSamplingRulesCommandInput,
274
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
275
+ ): void;
276
+ getSamplingRules(
277
+ args: GetSamplingRulesCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
280
+ ): void;
281
+ getSamplingStatisticSummaries(
282
+ args: GetSamplingStatisticSummariesCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<GetSamplingStatisticSummariesCommandOutput>;
285
+ getSamplingStatisticSummaries(
286
+ args: GetSamplingStatisticSummariesCommandInput,
287
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
288
+ ): void;
289
+ getSamplingStatisticSummaries(
290
+ args: GetSamplingStatisticSummariesCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
293
+ ): void;
294
+ getSamplingTargets(
295
+ args: GetSamplingTargetsCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<GetSamplingTargetsCommandOutput>;
298
+ getSamplingTargets(
299
+ args: GetSamplingTargetsCommandInput,
300
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
301
+ ): void;
302
+ getSamplingTargets(
303
+ args: GetSamplingTargetsCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
306
+ ): void;
307
+ getServiceGraph(
308
+ args: GetServiceGraphCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<GetServiceGraphCommandOutput>;
311
+ getServiceGraph(
312
+ args: GetServiceGraphCommandInput,
313
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void
314
+ ): void;
315
+ getServiceGraph(
316
+ args: GetServiceGraphCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void
319
+ ): void;
320
+ getTimeSeriesServiceStatistics(
321
+ args: GetTimeSeriesServiceStatisticsCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
324
+ getTimeSeriesServiceStatistics(
325
+ args: GetTimeSeriesServiceStatisticsCommandInput,
326
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
327
+ ): void;
328
+ getTimeSeriesServiceStatistics(
329
+ args: GetTimeSeriesServiceStatisticsCommandInput,
330
+ options: __HttpHandlerOptions,
331
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
332
+ ): void;
333
+ getTraceGraph(
334
+ args: GetTraceGraphCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<GetTraceGraphCommandOutput>;
337
+ getTraceGraph(
338
+ args: GetTraceGraphCommandInput,
339
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void
340
+ ): void;
341
+ getTraceGraph(
342
+ args: GetTraceGraphCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void
345
+ ): void;
346
+ getTraceSummaries(
347
+ args: GetTraceSummariesCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<GetTraceSummariesCommandOutput>;
350
+ getTraceSummaries(
351
+ args: GetTraceSummariesCommandInput,
352
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
353
+ ): void;
354
+ getTraceSummaries(
355
+ args: GetTraceSummariesCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
358
+ ): void;
359
+ listTagsForResource(
360
+ args: ListTagsForResourceCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<ListTagsForResourceCommandOutput>;
363
+ listTagsForResource(
364
+ args: ListTagsForResourceCommandInput,
365
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
366
+ ): void;
367
+ listTagsForResource(
368
+ args: ListTagsForResourceCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
371
+ ): void;
372
+ putEncryptionConfig(
373
+ args: PutEncryptionConfigCommandInput,
374
+ options?: __HttpHandlerOptions
375
+ ): Promise<PutEncryptionConfigCommandOutput>;
376
+ putEncryptionConfig(
377
+ args: PutEncryptionConfigCommandInput,
378
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
379
+ ): void;
380
+ putEncryptionConfig(
381
+ args: PutEncryptionConfigCommandInput,
382
+ options: __HttpHandlerOptions,
383
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
384
+ ): void;
385
+ putTelemetryRecords(
386
+ args: PutTelemetryRecordsCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<PutTelemetryRecordsCommandOutput>;
389
+ putTelemetryRecords(
390
+ args: PutTelemetryRecordsCommandInput,
391
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
392
+ ): void;
393
+ putTelemetryRecords(
394
+ args: PutTelemetryRecordsCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
397
+ ): void;
398
+ putTraceSegments(
399
+ args: PutTraceSegmentsCommandInput,
400
+ options?: __HttpHandlerOptions
401
+ ): Promise<PutTraceSegmentsCommandOutput>;
402
+ putTraceSegments(
403
+ args: PutTraceSegmentsCommandInput,
404
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
405
+ ): void;
406
+ putTraceSegments(
407
+ args: PutTraceSegmentsCommandInput,
408
+ options: __HttpHandlerOptions,
409
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
410
+ ): void;
411
+ tagResource(
412
+ args: TagResourceCommandInput,
413
+ options?: __HttpHandlerOptions
414
+ ): Promise<TagResourceCommandOutput>;
415
+ tagResource(
416
+ args: TagResourceCommandInput,
417
+ cb: (err: any, data?: TagResourceCommandOutput) => void
418
+ ): void;
419
+ tagResource(
420
+ args: TagResourceCommandInput,
421
+ options: __HttpHandlerOptions,
422
+ cb: (err: any, data?: TagResourceCommandOutput) => void
423
+ ): void;
424
+ untagResource(
425
+ args: UntagResourceCommandInput,
426
+ options?: __HttpHandlerOptions
427
+ ): Promise<UntagResourceCommandOutput>;
428
+ untagResource(
429
+ args: UntagResourceCommandInput,
430
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
431
+ ): void;
432
+ untagResource(
433
+ args: UntagResourceCommandInput,
434
+ options: __HttpHandlerOptions,
435
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
436
+ ): void;
437
+ updateGroup(
438
+ args: UpdateGroupCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<UpdateGroupCommandOutput>;
441
+ updateGroup(
442
+ args: UpdateGroupCommandInput,
443
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
444
+ ): void;
445
+ updateGroup(
446
+ args: UpdateGroupCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
449
+ ): void;
450
+ updateSamplingRule(
451
+ args: UpdateSamplingRuleCommandInput,
452
+ options?: __HttpHandlerOptions
453
+ ): Promise<UpdateSamplingRuleCommandOutput>;
454
+ updateSamplingRule(
455
+ args: UpdateSamplingRuleCommandInput,
456
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
457
+ ): void;
458
+ updateSamplingRule(
459
+ args: UpdateSamplingRuleCommandInput,
460
+ options: __HttpHandlerOptions,
461
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
462
+ ): void;
463
+ }