@aws-sdk/client-xray 3.928.0 → 3.929.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 (59) hide show
  1. package/dist-cjs/index.js +1651 -2118
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/XRayClient.js +2 -0
  4. package/dist-es/commands/BatchGetTracesCommand.js +3 -9
  5. package/dist-es/commands/CancelTraceRetrievalCommand.js +3 -9
  6. package/dist-es/commands/CreateGroupCommand.js +3 -9
  7. package/dist-es/commands/CreateSamplingRuleCommand.js +3 -9
  8. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  9. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  10. package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -9
  11. package/dist-es/commands/GetEncryptionConfigCommand.js +3 -9
  12. package/dist-es/commands/GetGroupCommand.js +3 -9
  13. package/dist-es/commands/GetGroupsCommand.js +3 -9
  14. package/dist-es/commands/GetIndexingRulesCommand.js +3 -9
  15. package/dist-es/commands/GetInsightCommand.js +3 -9
  16. package/dist-es/commands/GetInsightEventsCommand.js +3 -9
  17. package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -9
  18. package/dist-es/commands/GetInsightSummariesCommand.js +3 -9
  19. package/dist-es/commands/GetRetrievedTracesGraphCommand.js +3 -9
  20. package/dist-es/commands/GetSamplingRulesCommand.js +3 -9
  21. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -9
  22. package/dist-es/commands/GetSamplingTargetsCommand.js +3 -9
  23. package/dist-es/commands/GetServiceGraphCommand.js +3 -9
  24. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -9
  25. package/dist-es/commands/GetTraceGraphCommand.js +3 -9
  26. package/dist-es/commands/GetTraceSegmentDestinationCommand.js +3 -9
  27. package/dist-es/commands/GetTraceSummariesCommand.js +3 -9
  28. package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
  29. package/dist-es/commands/ListRetrievedTracesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/PutEncryptionConfigCommand.js +3 -9
  32. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  33. package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -9
  34. package/dist-es/commands/PutTraceSegmentsCommand.js +3 -9
  35. package/dist-es/commands/StartTraceRetrievalCommand.js +3 -9
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  39. package/dist-es/commands/UpdateIndexingRuleCommand.js +3 -9
  40. package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -9
  41. package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +3 -9
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +1554 -0
  44. package/dist-types/XRayClient.d.ts +10 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/dist-types/runtimeConfig.d.ts +1 -0
  47. package/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  49. package/dist-types/schemas/schemas_0.d.ts +250 -0
  50. package/dist-types/ts3.4/XRayClient.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
  56. package/package.json +2 -2
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1823
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
@@ -1,344 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "../commands/BatchGetTracesCommand";
4
- import { CancelTraceRetrievalCommandInput, CancelTraceRetrievalCommandOutput } from "../commands/CancelTraceRetrievalCommand";
5
- import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
6
- import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "../commands/CreateSamplingRuleCommand";
7
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
8
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
9
- import { DeleteSamplingRuleCommandInput, DeleteSamplingRuleCommandOutput } from "../commands/DeleteSamplingRuleCommand";
10
- import { GetEncryptionConfigCommandInput, GetEncryptionConfigCommandOutput } from "../commands/GetEncryptionConfigCommand";
11
- import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
12
- import { GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand";
13
- import { GetIndexingRulesCommandInput, GetIndexingRulesCommandOutput } from "../commands/GetIndexingRulesCommand";
14
- import { GetInsightCommandInput, GetInsightCommandOutput } from "../commands/GetInsightCommand";
15
- import { GetInsightEventsCommandInput, GetInsightEventsCommandOutput } from "../commands/GetInsightEventsCommand";
16
- import { GetInsightImpactGraphCommandInput, GetInsightImpactGraphCommandOutput } from "../commands/GetInsightImpactGraphCommand";
17
- import { GetInsightSummariesCommandInput, GetInsightSummariesCommandOutput } from "../commands/GetInsightSummariesCommand";
18
- import { GetRetrievedTracesGraphCommandInput, GetRetrievedTracesGraphCommandOutput } from "../commands/GetRetrievedTracesGraphCommand";
19
- import { GetSamplingRulesCommandInput, GetSamplingRulesCommandOutput } from "../commands/GetSamplingRulesCommand";
20
- import { GetSamplingStatisticSummariesCommandInput, GetSamplingStatisticSummariesCommandOutput } from "../commands/GetSamplingStatisticSummariesCommand";
21
- import { GetSamplingTargetsCommandInput, GetSamplingTargetsCommandOutput } from "../commands/GetSamplingTargetsCommand";
22
- import { GetServiceGraphCommandInput, GetServiceGraphCommandOutput } from "../commands/GetServiceGraphCommand";
23
- import { GetTimeSeriesServiceStatisticsCommandInput, GetTimeSeriesServiceStatisticsCommandOutput } from "../commands/GetTimeSeriesServiceStatisticsCommand";
24
- import { GetTraceGraphCommandInput, GetTraceGraphCommandOutput } from "../commands/GetTraceGraphCommand";
25
- import { GetTraceSegmentDestinationCommandInput, GetTraceSegmentDestinationCommandOutput } from "../commands/GetTraceSegmentDestinationCommand";
26
- import { GetTraceSummariesCommandInput, GetTraceSummariesCommandOutput } from "../commands/GetTraceSummariesCommand";
27
- import { ListResourcePoliciesCommandInput, ListResourcePoliciesCommandOutput } from "../commands/ListResourcePoliciesCommand";
28
- import { ListRetrievedTracesCommandInput, ListRetrievedTracesCommandOutput } from "../commands/ListRetrievedTracesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { PutEncryptionConfigCommandInput, PutEncryptionConfigCommandOutput } from "../commands/PutEncryptionConfigCommand";
31
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
32
- import { PutTelemetryRecordsCommandInput, PutTelemetryRecordsCommandOutput } from "../commands/PutTelemetryRecordsCommand";
33
- import { PutTraceSegmentsCommandInput, PutTraceSegmentsCommandOutput } from "../commands/PutTraceSegmentsCommand";
34
- import { StartTraceRetrievalCommandInput, StartTraceRetrievalCommandOutput } from "../commands/StartTraceRetrievalCommand";
35
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
36
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
37
- import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
38
- import { UpdateIndexingRuleCommandInput, UpdateIndexingRuleCommandOutput } from "../commands/UpdateIndexingRuleCommand";
39
- import { UpdateSamplingRuleCommandInput, UpdateSamplingRuleCommandOutput } from "../commands/UpdateSamplingRuleCommand";
40
- import { UpdateTraceSegmentDestinationCommandInput, UpdateTraceSegmentDestinationCommandOutput } from "../commands/UpdateTraceSegmentDestinationCommand";
41
- /**
42
- * serializeAws_restJson1BatchGetTracesCommand
43
- */
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>;
49
- /**
50
- * serializeAws_restJson1CreateGroupCommand
51
- */
52
- export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreateSamplingRuleCommand
55
- */
56
- export declare const se_CreateSamplingRuleCommand: (input: CreateSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1DeleteGroupCommand
59
- */
60
- export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1DeleteResourcePolicyCommand
63
- */
64
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1DeleteSamplingRuleCommand
67
- */
68
- export declare const se_DeleteSamplingRuleCommand: (input: DeleteSamplingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1GetEncryptionConfigCommand
71
- */
72
- export declare const se_GetEncryptionConfigCommand: (input: GetEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1GetGroupCommand
75
- */
76
- export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1GetGroupsCommand
79
- */
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>;
85
- /**
86
- * serializeAws_restJson1GetInsightCommand
87
- */
88
- export declare const se_GetInsightCommand: (input: GetInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1GetInsightEventsCommand
91
- */
92
- export declare const se_GetInsightEventsCommand: (input: GetInsightEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1GetInsightImpactGraphCommand
95
- */
96
- export declare const se_GetInsightImpactGraphCommand: (input: GetInsightImpactGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1GetInsightSummariesCommand
99
- */
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>;
105
- /**
106
- * serializeAws_restJson1GetSamplingRulesCommand
107
- */
108
- export declare const se_GetSamplingRulesCommand: (input: GetSamplingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1GetSamplingStatisticSummariesCommand
111
- */
112
- export declare const se_GetSamplingStatisticSummariesCommand: (input: GetSamplingStatisticSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1GetSamplingTargetsCommand
115
- */
116
- export declare const se_GetSamplingTargetsCommand: (input: GetSamplingTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1GetServiceGraphCommand
119
- */
120
- export declare const se_GetServiceGraphCommand: (input: GetServiceGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1GetTimeSeriesServiceStatisticsCommand
123
- */
124
- export declare const se_GetTimeSeriesServiceStatisticsCommand: (input: GetTimeSeriesServiceStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1GetTraceGraphCommand
127
- */
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>;
133
- /**
134
- * serializeAws_restJson1GetTraceSummariesCommand
135
- */
136
- export declare const se_GetTraceSummariesCommand: (input: GetTraceSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListResourcePoliciesCommand
139
- */
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>;
145
- /**
146
- * serializeAws_restJson1ListTagsForResourceCommand
147
- */
148
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1PutEncryptionConfigCommand
151
- */
152
- export declare const se_PutEncryptionConfigCommand: (input: PutEncryptionConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1PutResourcePolicyCommand
155
- */
156
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1PutTelemetryRecordsCommand
159
- */
160
- export declare const se_PutTelemetryRecordsCommand: (input: PutTelemetryRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1PutTraceSegmentsCommand
163
- */
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>;
169
- /**
170
- * serializeAws_restJson1TagResourceCommand
171
- */
172
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1UntagResourceCommand
175
- */
176
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1UpdateGroupCommand
179
- */
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>;
185
- /**
186
- * serializeAws_restJson1UpdateSamplingRuleCommand
187
- */
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>;
193
- /**
194
- * deserializeAws_restJson1BatchGetTracesCommand
195
- */
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>;
201
- /**
202
- * deserializeAws_restJson1CreateGroupCommand
203
- */
204
- export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1CreateSamplingRuleCommand
207
- */
208
- export declare const de_CreateSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSamplingRuleCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1DeleteGroupCommand
211
- */
212
- export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1DeleteResourcePolicyCommand
215
- */
216
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1DeleteSamplingRuleCommand
219
- */
220
- export declare const de_DeleteSamplingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSamplingRuleCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1GetEncryptionConfigCommand
223
- */
224
- export declare const de_GetEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEncryptionConfigCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1GetGroupCommand
227
- */
228
- export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1GetGroupsCommand
231
- */
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>;
237
- /**
238
- * deserializeAws_restJson1GetInsightCommand
239
- */
240
- export declare const de_GetInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1GetInsightEventsCommand
243
- */
244
- export declare const de_GetInsightEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightEventsCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1GetInsightImpactGraphCommand
247
- */
248
- export declare const de_GetInsightImpactGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightImpactGraphCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1GetInsightSummariesCommand
251
- */
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>;
257
- /**
258
- * deserializeAws_restJson1GetSamplingRulesCommand
259
- */
260
- export declare const de_GetSamplingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingRulesCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1GetSamplingStatisticSummariesCommand
263
- */
264
- export declare const de_GetSamplingStatisticSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingStatisticSummariesCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1GetSamplingTargetsCommand
267
- */
268
- export declare const de_GetSamplingTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSamplingTargetsCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1GetServiceGraphCommand
271
- */
272
- export declare const de_GetServiceGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceGraphCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1GetTimeSeriesServiceStatisticsCommand
275
- */
276
- export declare const de_GetTimeSeriesServiceStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1GetTraceGraphCommand
279
- */
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>;
285
- /**
286
- * deserializeAws_restJson1GetTraceSummariesCommand
287
- */
288
- export declare const de_GetTraceSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTraceSummariesCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1ListResourcePoliciesCommand
291
- */
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>;
297
- /**
298
- * deserializeAws_restJson1ListTagsForResourceCommand
299
- */
300
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1PutEncryptionConfigCommand
303
- */
304
- export declare const de_PutEncryptionConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEncryptionConfigCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1PutResourcePolicyCommand
307
- */
308
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
309
- /**
310
- * deserializeAws_restJson1PutTelemetryRecordsCommand
311
- */
312
- export declare const de_PutTelemetryRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutTelemetryRecordsCommandOutput>;
313
- /**
314
- * deserializeAws_restJson1PutTraceSegmentsCommand
315
- */
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>;
321
- /**
322
- * deserializeAws_restJson1TagResourceCommand
323
- */
324
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1UntagResourceCommand
327
- */
328
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1UpdateGroupCommand
331
- */
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>;
337
- /**
338
- * deserializeAws_restJson1UpdateSamplingRuleCommand
339
- */
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>;