@aws-sdk/client-xray 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/XRay.d.ts +490 -140
  3. package/dist-types/ts3.4/XRayClient.d.ts +291 -100
  4. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +38 -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 +8 -6
  35. package/dist-types/ts3.4/models/index.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +1408 -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 +66 -38
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  54. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-xray
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-xray
@@ -1,140 +1,490 @@
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
+
112
+ export declare class XRay extends XRayClient {
113
+ batchGetTraces(
114
+ args: BatchGetTracesCommandInput,
115
+ options?: __HttpHandlerOptions
116
+ ): Promise<BatchGetTracesCommandOutput>;
117
+ batchGetTraces(
118
+ args: BatchGetTracesCommandInput,
119
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void
120
+ ): void;
121
+ batchGetTraces(
122
+ args: BatchGetTracesCommandInput,
123
+ options: __HttpHandlerOptions,
124
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void
125
+ ): void;
126
+
127
+ createGroup(
128
+ args: CreateGroupCommandInput,
129
+ options?: __HttpHandlerOptions
130
+ ): Promise<CreateGroupCommandOutput>;
131
+ createGroup(
132
+ args: CreateGroupCommandInput,
133
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
134
+ ): void;
135
+ createGroup(
136
+ args: CreateGroupCommandInput,
137
+ options: __HttpHandlerOptions,
138
+ cb: (err: any, data?: CreateGroupCommandOutput) => void
139
+ ): void;
140
+
141
+ createSamplingRule(
142
+ args: CreateSamplingRuleCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<CreateSamplingRuleCommandOutput>;
145
+ createSamplingRule(
146
+ args: CreateSamplingRuleCommandInput,
147
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
148
+ ): void;
149
+ createSamplingRule(
150
+ args: CreateSamplingRuleCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
153
+ ): void;
154
+
155
+ deleteGroup(
156
+ args: DeleteGroupCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<DeleteGroupCommandOutput>;
159
+ deleteGroup(
160
+ args: DeleteGroupCommandInput,
161
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
162
+ ): void;
163
+ deleteGroup(
164
+ args: DeleteGroupCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void
167
+ ): void;
168
+
169
+ deleteSamplingRule(
170
+ args: DeleteSamplingRuleCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<DeleteSamplingRuleCommandOutput>;
173
+ deleteSamplingRule(
174
+ args: DeleteSamplingRuleCommandInput,
175
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
176
+ ): void;
177
+ deleteSamplingRule(
178
+ args: DeleteSamplingRuleCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
181
+ ): void;
182
+
183
+ getEncryptionConfig(
184
+ args: GetEncryptionConfigCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<GetEncryptionConfigCommandOutput>;
187
+ getEncryptionConfig(
188
+ args: GetEncryptionConfigCommandInput,
189
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
190
+ ): void;
191
+ getEncryptionConfig(
192
+ args: GetEncryptionConfigCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
195
+ ): void;
196
+
197
+ getGroup(
198
+ args: GetGroupCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<GetGroupCommandOutput>;
201
+ getGroup(
202
+ args: GetGroupCommandInput,
203
+ cb: (err: any, data?: GetGroupCommandOutput) => void
204
+ ): void;
205
+ getGroup(
206
+ args: GetGroupCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: GetGroupCommandOutput) => void
209
+ ): void;
210
+
211
+ getGroups(
212
+ args: GetGroupsCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<GetGroupsCommandOutput>;
215
+ getGroups(
216
+ args: GetGroupsCommandInput,
217
+ cb: (err: any, data?: GetGroupsCommandOutput) => void
218
+ ): void;
219
+ getGroups(
220
+ args: GetGroupsCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: GetGroupsCommandOutput) => void
223
+ ): void;
224
+
225
+ getInsight(
226
+ args: GetInsightCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<GetInsightCommandOutput>;
229
+ getInsight(
230
+ args: GetInsightCommandInput,
231
+ cb: (err: any, data?: GetInsightCommandOutput) => void
232
+ ): void;
233
+ getInsight(
234
+ args: GetInsightCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: GetInsightCommandOutput) => void
237
+ ): void;
238
+
239
+ getInsightEvents(
240
+ args: GetInsightEventsCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<GetInsightEventsCommandOutput>;
243
+ getInsightEvents(
244
+ args: GetInsightEventsCommandInput,
245
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void
246
+ ): void;
247
+ getInsightEvents(
248
+ args: GetInsightEventsCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void
251
+ ): void;
252
+
253
+ getInsightImpactGraph(
254
+ args: GetInsightImpactGraphCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<GetInsightImpactGraphCommandOutput>;
257
+ getInsightImpactGraph(
258
+ args: GetInsightImpactGraphCommandInput,
259
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
260
+ ): void;
261
+ getInsightImpactGraph(
262
+ args: GetInsightImpactGraphCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
265
+ ): void;
266
+
267
+ getInsightSummaries(
268
+ args: GetInsightSummariesCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<GetInsightSummariesCommandOutput>;
271
+ getInsightSummaries(
272
+ args: GetInsightSummariesCommandInput,
273
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
274
+ ): void;
275
+ getInsightSummaries(
276
+ args: GetInsightSummariesCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
279
+ ): void;
280
+
281
+ getSamplingRules(
282
+ args: GetSamplingRulesCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<GetSamplingRulesCommandOutput>;
285
+ getSamplingRules(
286
+ args: GetSamplingRulesCommandInput,
287
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
288
+ ): void;
289
+ getSamplingRules(
290
+ args: GetSamplingRulesCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
293
+ ): void;
294
+
295
+ getSamplingStatisticSummaries(
296
+ args: GetSamplingStatisticSummariesCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<GetSamplingStatisticSummariesCommandOutput>;
299
+ getSamplingStatisticSummaries(
300
+ args: GetSamplingStatisticSummariesCommandInput,
301
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
302
+ ): void;
303
+ getSamplingStatisticSummaries(
304
+ args: GetSamplingStatisticSummariesCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
307
+ ): void;
308
+
309
+ getSamplingTargets(
310
+ args: GetSamplingTargetsCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<GetSamplingTargetsCommandOutput>;
313
+ getSamplingTargets(
314
+ args: GetSamplingTargetsCommandInput,
315
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
316
+ ): void;
317
+ getSamplingTargets(
318
+ args: GetSamplingTargetsCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
321
+ ): void;
322
+
323
+ getServiceGraph(
324
+ args: GetServiceGraphCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<GetServiceGraphCommandOutput>;
327
+ getServiceGraph(
328
+ args: GetServiceGraphCommandInput,
329
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void
330
+ ): void;
331
+ getServiceGraph(
332
+ args: GetServiceGraphCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void
335
+ ): void;
336
+
337
+ getTimeSeriesServiceStatistics(
338
+ args: GetTimeSeriesServiceStatisticsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
341
+ getTimeSeriesServiceStatistics(
342
+ args: GetTimeSeriesServiceStatisticsCommandInput,
343
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
344
+ ): void;
345
+ getTimeSeriesServiceStatistics(
346
+ args: GetTimeSeriesServiceStatisticsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
349
+ ): void;
350
+
351
+ getTraceGraph(
352
+ args: GetTraceGraphCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<GetTraceGraphCommandOutput>;
355
+ getTraceGraph(
356
+ args: GetTraceGraphCommandInput,
357
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void
358
+ ): void;
359
+ getTraceGraph(
360
+ args: GetTraceGraphCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void
363
+ ): void;
364
+
365
+ getTraceSummaries(
366
+ args: GetTraceSummariesCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<GetTraceSummariesCommandOutput>;
369
+ getTraceSummaries(
370
+ args: GetTraceSummariesCommandInput,
371
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
372
+ ): void;
373
+ getTraceSummaries(
374
+ args: GetTraceSummariesCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
377
+ ): void;
378
+
379
+ listTagsForResource(
380
+ args: ListTagsForResourceCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<ListTagsForResourceCommandOutput>;
383
+ listTagsForResource(
384
+ args: ListTagsForResourceCommandInput,
385
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
386
+ ): void;
387
+ listTagsForResource(
388
+ args: ListTagsForResourceCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
391
+ ): void;
392
+
393
+ putEncryptionConfig(
394
+ args: PutEncryptionConfigCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<PutEncryptionConfigCommandOutput>;
397
+ putEncryptionConfig(
398
+ args: PutEncryptionConfigCommandInput,
399
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
400
+ ): void;
401
+ putEncryptionConfig(
402
+ args: PutEncryptionConfigCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
405
+ ): void;
406
+
407
+ putTelemetryRecords(
408
+ args: PutTelemetryRecordsCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<PutTelemetryRecordsCommandOutput>;
411
+ putTelemetryRecords(
412
+ args: PutTelemetryRecordsCommandInput,
413
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
414
+ ): void;
415
+ putTelemetryRecords(
416
+ args: PutTelemetryRecordsCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
419
+ ): void;
420
+
421
+ putTraceSegments(
422
+ args: PutTraceSegmentsCommandInput,
423
+ options?: __HttpHandlerOptions
424
+ ): Promise<PutTraceSegmentsCommandOutput>;
425
+ putTraceSegments(
426
+ args: PutTraceSegmentsCommandInput,
427
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
428
+ ): void;
429
+ putTraceSegments(
430
+ args: PutTraceSegmentsCommandInput,
431
+ options: __HttpHandlerOptions,
432
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
433
+ ): void;
434
+
435
+ tagResource(
436
+ args: TagResourceCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<TagResourceCommandOutput>;
439
+ tagResource(
440
+ args: TagResourceCommandInput,
441
+ cb: (err: any, data?: TagResourceCommandOutput) => void
442
+ ): void;
443
+ tagResource(
444
+ args: TagResourceCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: TagResourceCommandOutput) => void
447
+ ): void;
448
+
449
+ untagResource(
450
+ args: UntagResourceCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<UntagResourceCommandOutput>;
453
+ untagResource(
454
+ args: UntagResourceCommandInput,
455
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
456
+ ): void;
457
+ untagResource(
458
+ args: UntagResourceCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
461
+ ): void;
462
+
463
+ updateGroup(
464
+ args: UpdateGroupCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<UpdateGroupCommandOutput>;
467
+ updateGroup(
468
+ args: UpdateGroupCommandInput,
469
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
470
+ ): void;
471
+ updateGroup(
472
+ args: UpdateGroupCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void
475
+ ): void;
476
+
477
+ updateSamplingRule(
478
+ args: UpdateSamplingRuleCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<UpdateSamplingRuleCommandOutput>;
481
+ updateSamplingRule(
482
+ args: UpdateSamplingRuleCommandInput,
483
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
484
+ ): void;
485
+ updateSamplingRule(
486
+ args: UpdateSamplingRuleCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
489
+ ): void;
490
+ }