@aws-sdk/client-xray 3.693.0 → 3.698.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/README.md +64 -0
- package/dist-cjs/index.js +506 -24
- package/dist-es/XRay.js +16 -0
- package/dist-es/commands/CancelTraceRetrievalCommand.js +22 -0
- package/dist-es/commands/GetIndexingRulesCommand.js +22 -0
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +22 -0
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +22 -0
- package/dist-es/commands/ListRetrievedTracesCommand.js +22 -0
- package/dist-es/commands/StartTraceRetrievalCommand.js +22 -0
- package/dist-es/commands/UpdateIndexingRuleCommand.js +22 -0
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +50 -14
- package/dist-es/protocols/Aws_restJson1.js +294 -4
- package/dist-types/XRay.d.ts +59 -0
- package/dist-types/XRayClient.d.ts +10 -2
- package/dist-types/commands/BatchGetTracesCommand.d.ts +4 -1
- package/dist-types/commands/CancelTraceRetrievalCommand.d.ts +81 -0
- package/dist-types/commands/GetIndexingRulesCommand.d.ts +91 -0
- package/dist-types/commands/GetRetrievedTracesGraphCommand.d.ts +185 -0
- package/dist-types/commands/GetTraceSegmentDestinationCommand.d.ts +78 -0
- package/dist-types/commands/GetTraceSummariesCommand.d.ts +2 -2
- package/dist-types/commands/ListRetrievedTracesCommand.d.ts +104 -0
- package/dist-types/commands/PutTraceSegmentsCommand.d.ts +14 -4
- package/dist-types/commands/StartTraceRetrievalCommand.d.ts +90 -0
- package/dist-types/commands/UpdateIndexingRuleCommand.d.ts +98 -0
- package/dist-types/commands/UpdateTraceSegmentDestinationCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +826 -256
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/XRay.d.ts +139 -0
- package/dist-types/ts3.4/XRayClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +213 -61
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +35 -35
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand";
|
|
4
|
+
import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput } from "../commands/CancelTraceRetrievalCommand";
|
|
4
5
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
5
6
|
import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "../commands/CreateSamplingRuleCommand";
|
|
6
7
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
@@ -9,31 +10,42 @@ import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from
|
|
|
9
10
|
import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "../commands/GetEncryptionConfigCommand";
|
|
10
11
|
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
11
12
|
import { GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand";
|
|
13
|
+
import { GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput } from "../commands/GetIndexingRulesCommand";
|
|
12
14
|
import { GetInsightCommandInput, GetInsightCommandOutput } from "../commands/GetInsightCommand";
|
|
13
15
|
import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "../commands/GetInsightEventsCommand";
|
|
14
16
|
import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "../commands/GetInsightImpactGraphCommand";
|
|
15
17
|
import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "../commands/GetInsightSummariesCommand";
|
|
18
|
+
import { GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput } from "../commands/GetRetrievedTracesGraphCommand";
|
|
16
19
|
import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "../commands/GetSamplingRulesCommand";
|
|
17
20
|
import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "../commands/GetSamplingStatisticSummariesCommand";
|
|
18
21
|
import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "../commands/GetSamplingTargetsCommand";
|
|
19
22
|
import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "../commands/GetServiceGraphCommand";
|
|
20
23
|
import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "../commands/GetTimeSeriesServiceStatisticsCommand";
|
|
21
24
|
import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "../commands/GetTraceGraphCommand";
|
|
25
|
+
import { GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput } from "../commands/GetTraceSegmentDestinationCommand";
|
|
22
26
|
import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "../commands/GetTraceSummariesCommand";
|
|
23
27
|
import { ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput } from "../commands/ListResourcePoliciesCommand";
|
|
28
|
+
import { ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput } from "../commands/ListRetrievedTracesCommand";
|
|
24
29
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
30
|
import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "../commands/PutEncryptionConfigCommand";
|
|
26
31
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
27
32
|
import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "../commands/PutTelemetryRecordsCommand";
|
|
28
33
|
import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "../commands/PutTraceSegmentsCommand";
|
|
34
|
+
import { StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput } from "../commands/StartTraceRetrievalCommand";
|
|
29
35
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
30
36
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
31
37
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
38
|
+
import { UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput } from "../commands/UpdateIndexingRuleCommand";
|
|
32
39
|
import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "../commands/UpdateSamplingRuleCommand";
|
|
40
|
+
import { UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput } from "../commands/UpdateTraceSegmentDestinationCommand";
|
|
33
41
|
/**
|
|
34
42
|
* serializeAws_restJson1BatchGetTracesCommand
|
|
35
43
|
*/
|
|
36
44
|
export declare const se_BatchGetTracesCommand: (input: BatchGetTracesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
/**
|
|
46
|
+
* serializeAws_restJson1CancelTraceRetrievalCommand
|
|
47
|
+
*/
|
|
48
|
+
export declare const se_CancelTraceRetrievalCommand: (input: CancelTraceRetrievalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
49
|
/**
|
|
38
50
|
* serializeAws_restJson1CreateGroupCommand
|
|
39
51
|
*/
|
|
@@ -66,6 +78,10 @@ export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context:
|
|
|
66
78
|
* serializeAws_restJson1GetGroupsCommand
|
|
67
79
|
*/
|
|
68
80
|
export declare const se_GetGroupsCommand: (input: GetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
/**
|
|
82
|
+
* serializeAws_restJson1GetIndexingRulesCommand
|
|
83
|
+
*/
|
|
84
|
+
export declare const se_GetIndexingRulesCommand: (input: GetIndexingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
85
|
/**
|
|
70
86
|
* serializeAws_restJson1GetInsightCommand
|
|
71
87
|
*/
|
|
@@ -82,6 +98,10 @@ export declare const se_GetInsightImpactGraphCommand: (input: GetInsightImpactGr
|
|
|
82
98
|
* serializeAws_restJson1GetInsightSummariesCommand
|
|
83
99
|
*/
|
|
84
100
|
export declare const se_GetInsightSummariesCommand: (input: GetInsightSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1GetRetrievedTracesGraphCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_GetRetrievedTracesGraphCommand: (input: GetRetrievedTracesGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
105
|
/**
|
|
86
106
|
* serializeAws_restJson1GetSamplingRulesCommand
|
|
87
107
|
*/
|
|
@@ -106,6 +126,10 @@ export declare const se_GetTimeSeriesServiceStatisticsCommand: (input: GetTimeSe
|
|
|
106
126
|
* serializeAws_restJson1GetTraceGraphCommand
|
|
107
127
|
*/
|
|
108
128
|
export declare const se_GetTraceGraphCommand: (input: GetTraceGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
/**
|
|
130
|
+
* serializeAws_restJson1GetTraceSegmentDestinationCommand
|
|
131
|
+
*/
|
|
132
|
+
export declare const se_GetTraceSegmentDestinationCommand: (input: GetTraceSegmentDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
133
|
/**
|
|
110
134
|
* serializeAws_restJson1GetTraceSummariesCommand
|
|
111
135
|
*/
|
|
@@ -114,6 +138,10 @@ export declare const se_GetTraceSummariesCommand: (input: GetTraceSummariesComma
|
|
|
114
138
|
* serializeAws_restJson1ListResourcePoliciesCommand
|
|
115
139
|
*/
|
|
116
140
|
export declare const se_ListResourcePoliciesCommand: (input: ListResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_restJson1ListRetrievedTracesCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_ListRetrievedTracesCommand: (input: ListRetrievedTracesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
145
|
/**
|
|
118
146
|
* serializeAws_restJson1ListTagsForResourceCommand
|
|
119
147
|
*/
|
|
@@ -134,6 +162,10 @@ export declare const se_PutTelemetryRecordsCommand: (input: PutTelemetryRecordsC
|
|
|
134
162
|
* serializeAws_restJson1PutTraceSegmentsCommand
|
|
135
163
|
*/
|
|
136
164
|
export declare const se_PutTraceSegmentsCommand: (input: PutTraceSegmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
/**
|
|
166
|
+
* serializeAws_restJson1StartTraceRetrievalCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const se_StartTraceRetrievalCommand: (input: StartTraceRetrievalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
169
|
/**
|
|
138
170
|
* serializeAws_restJson1TagResourceCommand
|
|
139
171
|
*/
|
|
@@ -146,14 +178,26 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
146
178
|
* serializeAws_restJson1UpdateGroupCommand
|
|
147
179
|
*/
|
|
148
180
|
export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1UpdateIndexingRuleCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_UpdateIndexingRuleCommand: (input: UpdateIndexingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
185
|
/**
|
|
150
186
|
* serializeAws_restJson1UpdateSamplingRuleCommand
|
|
151
187
|
*/
|
|
152
188
|
export declare const se_UpdateSamplingRuleCommand: (input: UpdateSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1UpdateTraceSegmentDestinationCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_UpdateTraceSegmentDestinationCommand: (input: UpdateTraceSegmentDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
193
|
/**
|
|
154
194
|
* deserializeAws_restJson1BatchGetTracesCommand
|
|
155
195
|
*/
|
|
156
196
|
export declare const de_BatchGetTracesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetTracesCommandOutput>;
|
|
197
|
+
/**
|
|
198
|
+
* deserializeAws_restJson1CancelTraceRetrievalCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const de_CancelTraceRetrievalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelTraceRetrievalCommandOutput>;
|
|
157
201
|
/**
|
|
158
202
|
* deserializeAws_restJson1CreateGroupCommand
|
|
159
203
|
*/
|
|
@@ -186,6 +230,10 @@ export declare const de_GetGroupCommand: (output: __HttpResponse, context: __Ser
|
|
|
186
230
|
* deserializeAws_restJson1GetGroupsCommand
|
|
187
231
|
*/
|
|
188
232
|
export declare const de_GetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsCommandOutput>;
|
|
233
|
+
/**
|
|
234
|
+
* deserializeAws_restJson1GetIndexingRulesCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const de_GetIndexingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIndexingRulesCommandOutput>;
|
|
189
237
|
/**
|
|
190
238
|
* deserializeAws_restJson1GetInsightCommand
|
|
191
239
|
*/
|
|
@@ -202,6 +250,10 @@ export declare const de_GetInsightImpactGraphCommand: (output: __HttpResponse, c
|
|
|
202
250
|
* deserializeAws_restJson1GetInsightSummariesCommand
|
|
203
251
|
*/
|
|
204
252
|
export declare const de_GetInsightSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightSummariesCommandOutput>;
|
|
253
|
+
/**
|
|
254
|
+
* deserializeAws_restJson1GetRetrievedTracesGraphCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const de_GetRetrievedTracesGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRetrievedTracesGraphCommandOutput>;
|
|
205
257
|
/**
|
|
206
258
|
* deserializeAws_restJson1GetSamplingRulesCommand
|
|
207
259
|
*/
|
|
@@ -226,6 +278,10 @@ export declare const de_GetTimeSeriesServiceStatisticsCommand: (output: __HttpRe
|
|
|
226
278
|
* deserializeAws_restJson1GetTraceGraphCommand
|
|
227
279
|
*/
|
|
228
280
|
export declare const de_GetTraceGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTraceGraphCommandOutput>;
|
|
281
|
+
/**
|
|
282
|
+
* deserializeAws_restJson1GetTraceSegmentDestinationCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const de_GetTraceSegmentDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTraceSegmentDestinationCommandOutput>;
|
|
229
285
|
/**
|
|
230
286
|
* deserializeAws_restJson1GetTraceSummariesCommand
|
|
231
287
|
*/
|
|
@@ -234,6 +290,10 @@ export declare const de_GetTraceSummariesCommand: (output: __HttpResponse, conte
|
|
|
234
290
|
* deserializeAws_restJson1ListResourcePoliciesCommand
|
|
235
291
|
*/
|
|
236
292
|
export declare const de_ListResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcePoliciesCommandOutput>;
|
|
293
|
+
/**
|
|
294
|
+
* deserializeAws_restJson1ListRetrievedTracesCommand
|
|
295
|
+
*/
|
|
296
|
+
export declare const de_ListRetrievedTracesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetrievedTracesCommandOutput>;
|
|
237
297
|
/**
|
|
238
298
|
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
239
299
|
*/
|
|
@@ -254,6 +314,10 @@ export declare const de_PutTelemetryRecordsCommand: (output: __HttpResponse, con
|
|
|
254
314
|
* deserializeAws_restJson1PutTraceSegmentsCommand
|
|
255
315
|
*/
|
|
256
316
|
export declare const de_PutTraceSegmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutTraceSegmentsCommandOutput>;
|
|
317
|
+
/**
|
|
318
|
+
* deserializeAws_restJson1StartTraceRetrievalCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const de_StartTraceRetrievalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTraceRetrievalCommandOutput>;
|
|
257
321
|
/**
|
|
258
322
|
* deserializeAws_restJson1TagResourceCommand
|
|
259
323
|
*/
|
|
@@ -266,7 +330,15 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
266
330
|
* deserializeAws_restJson1UpdateGroupCommand
|
|
267
331
|
*/
|
|
268
332
|
export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
333
|
+
/**
|
|
334
|
+
* deserializeAws_restJson1UpdateIndexingRuleCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const de_UpdateIndexingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexingRuleCommandOutput>;
|
|
269
337
|
/**
|
|
270
338
|
* deserializeAws_restJson1UpdateSamplingRuleCommand
|
|
271
339
|
*/
|
|
272
340
|
export declare const de_UpdateSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSamplingRuleCommandOutput>;
|
|
341
|
+
/**
|
|
342
|
+
* deserializeAws_restJson1UpdateTraceSegmentDestinationCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const de_UpdateTraceSegmentDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTraceSegmentDestinationCommandOutput>;
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
BatchGetTracesCommandInput,
|
|
4
4
|
BatchGetTracesCommandOutput,
|
|
5
5
|
} from "./commands/BatchGetTracesCommand";
|
|
6
|
+
import {
|
|
7
|
+
CancelTraceRetrievalCommandInput,
|
|
8
|
+
CancelTraceRetrievalCommandOutput,
|
|
9
|
+
} from "./commands/CancelTraceRetrievalCommand";
|
|
6
10
|
import {
|
|
7
11
|
CreateGroupCommandInput,
|
|
8
12
|
CreateGroupCommandOutput,
|
|
@@ -35,6 +39,10 @@ import {
|
|
|
35
39
|
GetGroupsCommandInput,
|
|
36
40
|
GetGroupsCommandOutput,
|
|
37
41
|
} from "./commands/GetGroupsCommand";
|
|
42
|
+
import {
|
|
43
|
+
GetIndexingRulesCommandInput,
|
|
44
|
+
GetIndexingRulesCommandOutput,
|
|
45
|
+
} from "./commands/GetIndexingRulesCommand";
|
|
38
46
|
import {
|
|
39
47
|
GetInsightCommandInput,
|
|
40
48
|
GetInsightCommandOutput,
|
|
@@ -51,6 +59,10 @@ import {
|
|
|
51
59
|
GetInsightSummariesCommandInput,
|
|
52
60
|
GetInsightSummariesCommandOutput,
|
|
53
61
|
} from "./commands/GetInsightSummariesCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetRetrievedTracesGraphCommandInput,
|
|
64
|
+
GetRetrievedTracesGraphCommandOutput,
|
|
65
|
+
} from "./commands/GetRetrievedTracesGraphCommand";
|
|
54
66
|
import {
|
|
55
67
|
GetSamplingRulesCommandInput,
|
|
56
68
|
GetSamplingRulesCommandOutput,
|
|
@@ -75,6 +87,10 @@ import {
|
|
|
75
87
|
GetTraceGraphCommandInput,
|
|
76
88
|
GetTraceGraphCommandOutput,
|
|
77
89
|
} from "./commands/GetTraceGraphCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetTraceSegmentDestinationCommandInput,
|
|
92
|
+
GetTraceSegmentDestinationCommandOutput,
|
|
93
|
+
} from "./commands/GetTraceSegmentDestinationCommand";
|
|
78
94
|
import {
|
|
79
95
|
GetTraceSummariesCommandInput,
|
|
80
96
|
GetTraceSummariesCommandOutput,
|
|
@@ -83,6 +99,10 @@ import {
|
|
|
83
99
|
ListResourcePoliciesCommandInput,
|
|
84
100
|
ListResourcePoliciesCommandOutput,
|
|
85
101
|
} from "./commands/ListResourcePoliciesCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListRetrievedTracesCommandInput,
|
|
104
|
+
ListRetrievedTracesCommandOutput,
|
|
105
|
+
} from "./commands/ListRetrievedTracesCommand";
|
|
86
106
|
import {
|
|
87
107
|
ListTagsForResourceCommandInput,
|
|
88
108
|
ListTagsForResourceCommandOutput,
|
|
@@ -103,6 +123,10 @@ import {
|
|
|
103
123
|
PutTraceSegmentsCommandInput,
|
|
104
124
|
PutTraceSegmentsCommandOutput,
|
|
105
125
|
} from "./commands/PutTraceSegmentsCommand";
|
|
126
|
+
import {
|
|
127
|
+
StartTraceRetrievalCommandInput,
|
|
128
|
+
StartTraceRetrievalCommandOutput,
|
|
129
|
+
} from "./commands/StartTraceRetrievalCommand";
|
|
106
130
|
import {
|
|
107
131
|
TagResourceCommandInput,
|
|
108
132
|
TagResourceCommandOutput,
|
|
@@ -115,10 +139,18 @@ import {
|
|
|
115
139
|
UpdateGroupCommandInput,
|
|
116
140
|
UpdateGroupCommandOutput,
|
|
117
141
|
} from "./commands/UpdateGroupCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateIndexingRuleCommandInput,
|
|
144
|
+
UpdateIndexingRuleCommandOutput,
|
|
145
|
+
} from "./commands/UpdateIndexingRuleCommand";
|
|
118
146
|
import {
|
|
119
147
|
UpdateSamplingRuleCommandInput,
|
|
120
148
|
UpdateSamplingRuleCommandOutput,
|
|
121
149
|
} from "./commands/UpdateSamplingRuleCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateTraceSegmentDestinationCommandInput,
|
|
152
|
+
UpdateTraceSegmentDestinationCommandOutput,
|
|
153
|
+
} from "./commands/UpdateTraceSegmentDestinationCommand";
|
|
122
154
|
import { XRayClient } from "./XRayClient";
|
|
123
155
|
export interface XRay {
|
|
124
156
|
batchGetTraces(
|
|
@@ -134,6 +166,19 @@ export interface XRay {
|
|
|
134
166
|
options: __HttpHandlerOptions,
|
|
135
167
|
cb: (err: any, data?: BatchGetTracesCommandOutput) => void
|
|
136
168
|
): void;
|
|
169
|
+
cancelTraceRetrieval(
|
|
170
|
+
args: CancelTraceRetrievalCommandInput,
|
|
171
|
+
options?: __HttpHandlerOptions
|
|
172
|
+
): Promise<CancelTraceRetrievalCommandOutput>;
|
|
173
|
+
cancelTraceRetrieval(
|
|
174
|
+
args: CancelTraceRetrievalCommandInput,
|
|
175
|
+
cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void
|
|
176
|
+
): void;
|
|
177
|
+
cancelTraceRetrieval(
|
|
178
|
+
args: CancelTraceRetrievalCommandInput,
|
|
179
|
+
options: __HttpHandlerOptions,
|
|
180
|
+
cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void
|
|
181
|
+
): void;
|
|
137
182
|
createGroup(
|
|
138
183
|
args: CreateGroupCommandInput,
|
|
139
184
|
options?: __HttpHandlerOptions
|
|
@@ -243,6 +288,20 @@ export interface XRay {
|
|
|
243
288
|
options: __HttpHandlerOptions,
|
|
244
289
|
cb: (err: any, data?: GetGroupsCommandOutput) => void
|
|
245
290
|
): void;
|
|
291
|
+
getIndexingRules(): Promise<GetIndexingRulesCommandOutput>;
|
|
292
|
+
getIndexingRules(
|
|
293
|
+
args: GetIndexingRulesCommandInput,
|
|
294
|
+
options?: __HttpHandlerOptions
|
|
295
|
+
): Promise<GetIndexingRulesCommandOutput>;
|
|
296
|
+
getIndexingRules(
|
|
297
|
+
args: GetIndexingRulesCommandInput,
|
|
298
|
+
cb: (err: any, data?: GetIndexingRulesCommandOutput) => void
|
|
299
|
+
): void;
|
|
300
|
+
getIndexingRules(
|
|
301
|
+
args: GetIndexingRulesCommandInput,
|
|
302
|
+
options: __HttpHandlerOptions,
|
|
303
|
+
cb: (err: any, data?: GetIndexingRulesCommandOutput) => void
|
|
304
|
+
): void;
|
|
246
305
|
getInsight(
|
|
247
306
|
args: GetInsightCommandInput,
|
|
248
307
|
options?: __HttpHandlerOptions
|
|
@@ -295,6 +354,19 @@ export interface XRay {
|
|
|
295
354
|
options: __HttpHandlerOptions,
|
|
296
355
|
cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
|
|
297
356
|
): void;
|
|
357
|
+
getRetrievedTracesGraph(
|
|
358
|
+
args: GetRetrievedTracesGraphCommandInput,
|
|
359
|
+
options?: __HttpHandlerOptions
|
|
360
|
+
): Promise<GetRetrievedTracesGraphCommandOutput>;
|
|
361
|
+
getRetrievedTracesGraph(
|
|
362
|
+
args: GetRetrievedTracesGraphCommandInput,
|
|
363
|
+
cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void
|
|
364
|
+
): void;
|
|
365
|
+
getRetrievedTracesGraph(
|
|
366
|
+
args: GetRetrievedTracesGraphCommandInput,
|
|
367
|
+
options: __HttpHandlerOptions,
|
|
368
|
+
cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void
|
|
369
|
+
): void;
|
|
298
370
|
getSamplingRules(): Promise<GetSamplingRulesCommandOutput>;
|
|
299
371
|
getSamplingRules(
|
|
300
372
|
args: GetSamplingRulesCommandInput,
|
|
@@ -375,6 +447,20 @@ export interface XRay {
|
|
|
375
447
|
options: __HttpHandlerOptions,
|
|
376
448
|
cb: (err: any, data?: GetTraceGraphCommandOutput) => void
|
|
377
449
|
): void;
|
|
450
|
+
getTraceSegmentDestination(): Promise<GetTraceSegmentDestinationCommandOutput>;
|
|
451
|
+
getTraceSegmentDestination(
|
|
452
|
+
args: GetTraceSegmentDestinationCommandInput,
|
|
453
|
+
options?: __HttpHandlerOptions
|
|
454
|
+
): Promise<GetTraceSegmentDestinationCommandOutput>;
|
|
455
|
+
getTraceSegmentDestination(
|
|
456
|
+
args: GetTraceSegmentDestinationCommandInput,
|
|
457
|
+
cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void
|
|
458
|
+
): void;
|
|
459
|
+
getTraceSegmentDestination(
|
|
460
|
+
args: GetTraceSegmentDestinationCommandInput,
|
|
461
|
+
options: __HttpHandlerOptions,
|
|
462
|
+
cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void
|
|
463
|
+
): void;
|
|
378
464
|
getTraceSummaries(
|
|
379
465
|
args: GetTraceSummariesCommandInput,
|
|
380
466
|
options?: __HttpHandlerOptions
|
|
@@ -402,6 +488,19 @@ export interface XRay {
|
|
|
402
488
|
options: __HttpHandlerOptions,
|
|
403
489
|
cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void
|
|
404
490
|
): void;
|
|
491
|
+
listRetrievedTraces(
|
|
492
|
+
args: ListRetrievedTracesCommandInput,
|
|
493
|
+
options?: __HttpHandlerOptions
|
|
494
|
+
): Promise<ListRetrievedTracesCommandOutput>;
|
|
495
|
+
listRetrievedTraces(
|
|
496
|
+
args: ListRetrievedTracesCommandInput,
|
|
497
|
+
cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void
|
|
498
|
+
): void;
|
|
499
|
+
listRetrievedTraces(
|
|
500
|
+
args: ListRetrievedTracesCommandInput,
|
|
501
|
+
options: __HttpHandlerOptions,
|
|
502
|
+
cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void
|
|
503
|
+
): void;
|
|
405
504
|
listTagsForResource(
|
|
406
505
|
args: ListTagsForResourceCommandInput,
|
|
407
506
|
options?: __HttpHandlerOptions
|
|
@@ -467,6 +566,19 @@ export interface XRay {
|
|
|
467
566
|
options: __HttpHandlerOptions,
|
|
468
567
|
cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
|
|
469
568
|
): void;
|
|
569
|
+
startTraceRetrieval(
|
|
570
|
+
args: StartTraceRetrievalCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<StartTraceRetrievalCommandOutput>;
|
|
573
|
+
startTraceRetrieval(
|
|
574
|
+
args: StartTraceRetrievalCommandInput,
|
|
575
|
+
cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
startTraceRetrieval(
|
|
578
|
+
args: StartTraceRetrievalCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void
|
|
581
|
+
): void;
|
|
470
582
|
tagResource(
|
|
471
583
|
args: TagResourceCommandInput,
|
|
472
584
|
options?: __HttpHandlerOptions
|
|
@@ -507,6 +619,19 @@ export interface XRay {
|
|
|
507
619
|
options: __HttpHandlerOptions,
|
|
508
620
|
cb: (err: any, data?: UpdateGroupCommandOutput) => void
|
|
509
621
|
): void;
|
|
622
|
+
updateIndexingRule(
|
|
623
|
+
args: UpdateIndexingRuleCommandInput,
|
|
624
|
+
options?: __HttpHandlerOptions
|
|
625
|
+
): Promise<UpdateIndexingRuleCommandOutput>;
|
|
626
|
+
updateIndexingRule(
|
|
627
|
+
args: UpdateIndexingRuleCommandInput,
|
|
628
|
+
cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void
|
|
629
|
+
): void;
|
|
630
|
+
updateIndexingRule(
|
|
631
|
+
args: UpdateIndexingRuleCommandInput,
|
|
632
|
+
options: __HttpHandlerOptions,
|
|
633
|
+
cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void
|
|
634
|
+
): void;
|
|
510
635
|
updateSamplingRule(
|
|
511
636
|
args: UpdateSamplingRuleCommandInput,
|
|
512
637
|
options?: __HttpHandlerOptions
|
|
@@ -520,5 +645,19 @@ export interface XRay {
|
|
|
520
645
|
options: __HttpHandlerOptions,
|
|
521
646
|
cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
|
|
522
647
|
): void;
|
|
648
|
+
updateTraceSegmentDestination(): Promise<UpdateTraceSegmentDestinationCommandOutput>;
|
|
649
|
+
updateTraceSegmentDestination(
|
|
650
|
+
args: UpdateTraceSegmentDestinationCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<UpdateTraceSegmentDestinationCommandOutput>;
|
|
653
|
+
updateTraceSegmentDestination(
|
|
654
|
+
args: UpdateTraceSegmentDestinationCommandInput,
|
|
655
|
+
cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
updateTraceSegmentDestination(
|
|
658
|
+
args: UpdateTraceSegmentDestinationCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void
|
|
661
|
+
): void;
|
|
523
662
|
}
|
|
524
663
|
export declare class XRay extends XRayClient implements XRay {}
|
|
@@ -49,6 +49,10 @@ import {
|
|
|
49
49
|
BatchGetTracesCommandInput,
|
|
50
50
|
BatchGetTracesCommandOutput,
|
|
51
51
|
} from "./commands/BatchGetTracesCommand";
|
|
52
|
+
import {
|
|
53
|
+
CancelTraceRetrievalCommandInput,
|
|
54
|
+
CancelTraceRetrievalCommandOutput,
|
|
55
|
+
} from "./commands/CancelTraceRetrievalCommand";
|
|
52
56
|
import {
|
|
53
57
|
CreateGroupCommandInput,
|
|
54
58
|
CreateGroupCommandOutput,
|
|
@@ -81,6 +85,10 @@ import {
|
|
|
81
85
|
GetGroupsCommandInput,
|
|
82
86
|
GetGroupsCommandOutput,
|
|
83
87
|
} from "./commands/GetGroupsCommand";
|
|
88
|
+
import {
|
|
89
|
+
GetIndexingRulesCommandInput,
|
|
90
|
+
GetIndexingRulesCommandOutput,
|
|
91
|
+
} from "./commands/GetIndexingRulesCommand";
|
|
84
92
|
import {
|
|
85
93
|
GetInsightCommandInput,
|
|
86
94
|
GetInsightCommandOutput,
|
|
@@ -97,6 +105,10 @@ import {
|
|
|
97
105
|
GetInsightSummariesCommandInput,
|
|
98
106
|
GetInsightSummariesCommandOutput,
|
|
99
107
|
} from "./commands/GetInsightSummariesCommand";
|
|
108
|
+
import {
|
|
109
|
+
GetRetrievedTracesGraphCommandInput,
|
|
110
|
+
GetRetrievedTracesGraphCommandOutput,
|
|
111
|
+
} from "./commands/GetRetrievedTracesGraphCommand";
|
|
100
112
|
import {
|
|
101
113
|
GetSamplingRulesCommandInput,
|
|
102
114
|
GetSamplingRulesCommandOutput,
|
|
@@ -121,6 +133,10 @@ import {
|
|
|
121
133
|
GetTraceGraphCommandInput,
|
|
122
134
|
GetTraceGraphCommandOutput,
|
|
123
135
|
} from "./commands/GetTraceGraphCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetTraceSegmentDestinationCommandInput,
|
|
138
|
+
GetTraceSegmentDestinationCommandOutput,
|
|
139
|
+
} from "./commands/GetTraceSegmentDestinationCommand";
|
|
124
140
|
import {
|
|
125
141
|
GetTraceSummariesCommandInput,
|
|
126
142
|
GetTraceSummariesCommandOutput,
|
|
@@ -129,6 +145,10 @@ import {
|
|
|
129
145
|
ListResourcePoliciesCommandInput,
|
|
130
146
|
ListResourcePoliciesCommandOutput,
|
|
131
147
|
} from "./commands/ListResourcePoliciesCommand";
|
|
148
|
+
import {
|
|
149
|
+
ListRetrievedTracesCommandInput,
|
|
150
|
+
ListRetrievedTracesCommandOutput,
|
|
151
|
+
} from "./commands/ListRetrievedTracesCommand";
|
|
132
152
|
import {
|
|
133
153
|
ListTagsForResourceCommandInput,
|
|
134
154
|
ListTagsForResourceCommandOutput,
|
|
@@ -149,6 +169,10 @@ import {
|
|
|
149
169
|
PutTraceSegmentsCommandInput,
|
|
150
170
|
PutTraceSegmentsCommandOutput,
|
|
151
171
|
} from "./commands/PutTraceSegmentsCommand";
|
|
172
|
+
import {
|
|
173
|
+
StartTraceRetrievalCommandInput,
|
|
174
|
+
StartTraceRetrievalCommandOutput,
|
|
175
|
+
} from "./commands/StartTraceRetrievalCommand";
|
|
152
176
|
import {
|
|
153
177
|
TagResourceCommandInput,
|
|
154
178
|
TagResourceCommandOutput,
|
|
@@ -161,10 +185,18 @@ import {
|
|
|
161
185
|
UpdateGroupCommandInput,
|
|
162
186
|
UpdateGroupCommandOutput,
|
|
163
187
|
} from "./commands/UpdateGroupCommand";
|
|
188
|
+
import {
|
|
189
|
+
UpdateIndexingRuleCommandInput,
|
|
190
|
+
UpdateIndexingRuleCommandOutput,
|
|
191
|
+
} from "./commands/UpdateIndexingRuleCommand";
|
|
164
192
|
import {
|
|
165
193
|
UpdateSamplingRuleCommandInput,
|
|
166
194
|
UpdateSamplingRuleCommandOutput,
|
|
167
195
|
} from "./commands/UpdateSamplingRuleCommand";
|
|
196
|
+
import {
|
|
197
|
+
UpdateTraceSegmentDestinationCommandInput,
|
|
198
|
+
UpdateTraceSegmentDestinationCommandOutput,
|
|
199
|
+
} from "./commands/UpdateTraceSegmentDestinationCommand";
|
|
168
200
|
import {
|
|
169
201
|
ClientInputEndpointParameters,
|
|
170
202
|
ClientResolvedEndpointParameters,
|
|
@@ -174,6 +206,7 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
174
206
|
export { __Client };
|
|
175
207
|
export type ServiceInputTypes =
|
|
176
208
|
| BatchGetTracesCommandInput
|
|
209
|
+
| CancelTraceRetrievalCommandInput
|
|
177
210
|
| CreateGroupCommandInput
|
|
178
211
|
| CreateSamplingRuleCommandInput
|
|
179
212
|
| DeleteGroupCommandInput
|
|
@@ -182,29 +215,37 @@ export type ServiceInputTypes =
|
|
|
182
215
|
| GetEncryptionConfigCommandInput
|
|
183
216
|
| GetGroupCommandInput
|
|
184
217
|
| GetGroupsCommandInput
|
|
218
|
+
| GetIndexingRulesCommandInput
|
|
185
219
|
| GetInsightCommandInput
|
|
186
220
|
| GetInsightEventsCommandInput
|
|
187
221
|
| GetInsightImpactGraphCommandInput
|
|
188
222
|
| GetInsightSummariesCommandInput
|
|
223
|
+
| GetRetrievedTracesGraphCommandInput
|
|
189
224
|
| GetSamplingRulesCommandInput
|
|
190
225
|
| GetSamplingStatisticSummariesCommandInput
|
|
191
226
|
| GetSamplingTargetsCommandInput
|
|
192
227
|
| GetServiceGraphCommandInput
|
|
193
228
|
| GetTimeSeriesServiceStatisticsCommandInput
|
|
194
229
|
| GetTraceGraphCommandInput
|
|
230
|
+
| GetTraceSegmentDestinationCommandInput
|
|
195
231
|
| GetTraceSummariesCommandInput
|
|
196
232
|
| ListResourcePoliciesCommandInput
|
|
233
|
+
| ListRetrievedTracesCommandInput
|
|
197
234
|
| ListTagsForResourceCommandInput
|
|
198
235
|
| PutEncryptionConfigCommandInput
|
|
199
236
|
| PutResourcePolicyCommandInput
|
|
200
237
|
| PutTelemetryRecordsCommandInput
|
|
201
238
|
| PutTraceSegmentsCommandInput
|
|
239
|
+
| StartTraceRetrievalCommandInput
|
|
202
240
|
| TagResourceCommandInput
|
|
203
241
|
| UntagResourceCommandInput
|
|
204
242
|
| UpdateGroupCommandInput
|
|
205
|
-
|
|
|
243
|
+
| UpdateIndexingRuleCommandInput
|
|
244
|
+
| UpdateSamplingRuleCommandInput
|
|
245
|
+
| UpdateTraceSegmentDestinationCommandInput;
|
|
206
246
|
export type ServiceOutputTypes =
|
|
207
247
|
| BatchGetTracesCommandOutput
|
|
248
|
+
| CancelTraceRetrievalCommandOutput
|
|
208
249
|
| CreateGroupCommandOutput
|
|
209
250
|
| CreateSamplingRuleCommandOutput
|
|
210
251
|
| DeleteGroupCommandOutput
|
|
@@ -213,27 +254,34 @@ export type ServiceOutputTypes =
|
|
|
213
254
|
| GetEncryptionConfigCommandOutput
|
|
214
255
|
| GetGroupCommandOutput
|
|
215
256
|
| GetGroupsCommandOutput
|
|
257
|
+
| GetIndexingRulesCommandOutput
|
|
216
258
|
| GetInsightCommandOutput
|
|
217
259
|
| GetInsightEventsCommandOutput
|
|
218
260
|
| GetInsightImpactGraphCommandOutput
|
|
219
261
|
| GetInsightSummariesCommandOutput
|
|
262
|
+
| GetRetrievedTracesGraphCommandOutput
|
|
220
263
|
| GetSamplingRulesCommandOutput
|
|
221
264
|
| GetSamplingStatisticSummariesCommandOutput
|
|
222
265
|
| GetSamplingTargetsCommandOutput
|
|
223
266
|
| GetServiceGraphCommandOutput
|
|
224
267
|
| GetTimeSeriesServiceStatisticsCommandOutput
|
|
225
268
|
| GetTraceGraphCommandOutput
|
|
269
|
+
| GetTraceSegmentDestinationCommandOutput
|
|
226
270
|
| GetTraceSummariesCommandOutput
|
|
227
271
|
| ListResourcePoliciesCommandOutput
|
|
272
|
+
| ListRetrievedTracesCommandOutput
|
|
228
273
|
| ListTagsForResourceCommandOutput
|
|
229
274
|
| PutEncryptionConfigCommandOutput
|
|
230
275
|
| PutResourcePolicyCommandOutput
|
|
231
276
|
| PutTelemetryRecordsCommandOutput
|
|
232
277
|
| PutTraceSegmentsCommandOutput
|
|
278
|
+
| StartTraceRetrievalCommandOutput
|
|
233
279
|
| TagResourceCommandOutput
|
|
234
280
|
| UntagResourceCommandOutput
|
|
235
281
|
| UpdateGroupCommandOutput
|
|
236
|
-
|
|
|
282
|
+
| UpdateIndexingRuleCommandOutput
|
|
283
|
+
| UpdateSamplingRuleCommandOutput
|
|
284
|
+
| UpdateTraceSegmentDestinationCommandOutput;
|
|
237
285
|
export interface ClientDefaults
|
|
238
286
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
239
287
|
requestHandler?: __HttpHandlerUserInput;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CancelTraceRetrievalRequest,
|
|
5
|
+
CancelTraceRetrievalResult,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
XRayClientResolvedConfig,
|
|
11
|
+
} from "../XRayClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CancelTraceRetrievalCommandInput
|
|
15
|
+
extends CancelTraceRetrievalRequest {}
|
|
16
|
+
export interface CancelTraceRetrievalCommandOutput
|
|
17
|
+
extends CancelTraceRetrievalResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CancelTraceRetrievalCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CancelTraceRetrievalCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CancelTraceRetrievalCommandInput,
|
|
24
|
+
CancelTraceRetrievalCommandOutput,
|
|
25
|
+
XRayClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CancelTraceRetrievalCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CancelTraceRetrievalCommandInput,
|
|
33
|
+
CancelTraceRetrievalCommandOutput,
|
|
34
|
+
XRayClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CancelTraceRetrievalCommand extends CancelTraceRetrievalCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelTraceRetrievalRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelTraceRetrievalCommandInput;
|
|
48
|
+
output: CancelTraceRetrievalCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|