@aws-sdk/client-xray 3.1086.0 → 3.1088.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 (57) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/XRay.d.ts +133 -157
  3. package/dist-types/ts3.4/XRayClient.d.ts +22 -53
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CancelTraceRetrievalCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -4
  12. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +4 -4
  16. package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +4 -4
  17. package/dist-types/ts3.4/commands/GetIndexingRulesCommand.d.ts +3 -8
  18. package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/GetRetrievedTracesGraphCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +3 -8
  24. package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetTraceSegmentDestinationCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +5 -11
  31. package/dist-types/ts3.4/commands/ListResourcePoliciesCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ListRetrievedTracesCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -11
  36. package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/StartTraceRetrievalCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/UpdateIndexingRuleCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/UpdateTraceSegmentDestinationCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  46. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  47. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  48. package/dist-types/ts3.4/models/enums.d.ts +6 -12
  49. package/dist-types/ts3.4/models/errors.d.ts +9 -39
  50. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  51. package/dist-types/ts3.4/pagination/GetGroupsPaginator.d.ts +1 -4
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  56. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  57. package/package.json +39 -39
@@ -11,18 +11,12 @@ import {
11
11
  CancelTraceRetrievalCommandInput,
12
12
  CancelTraceRetrievalCommandOutput,
13
13
  } from "./commands/CancelTraceRetrievalCommand";
14
- import {
15
- CreateGroupCommandInput,
16
- CreateGroupCommandOutput,
17
- } from "./commands/CreateGroupCommand";
14
+ import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
18
15
  import {
19
16
  CreateSamplingRuleCommandInput,
20
17
  CreateSamplingRuleCommandOutput,
21
18
  } from "./commands/CreateSamplingRuleCommand";
22
- import {
23
- DeleteGroupCommandInput,
24
- DeleteGroupCommandOutput,
25
- } from "./commands/DeleteGroupCommand";
19
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
26
20
  import {
27
21
  DeleteResourcePolicyCommandInput,
28
22
  DeleteResourcePolicyCommandOutput,
@@ -35,22 +29,13 @@ import {
35
29
  GetEncryptionConfigCommandInput,
36
30
  GetEncryptionConfigCommandOutput,
37
31
  } from "./commands/GetEncryptionConfigCommand";
38
- import {
39
- GetGroupCommandInput,
40
- GetGroupCommandOutput,
41
- } from "./commands/GetGroupCommand";
42
- import {
43
- GetGroupsCommandInput,
44
- GetGroupsCommandOutput,
45
- } from "./commands/GetGroupsCommand";
32
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
33
+ import { GetGroupsCommandInput, GetGroupsCommandOutput } from "./commands/GetGroupsCommand";
46
34
  import {
47
35
  GetIndexingRulesCommandInput,
48
36
  GetIndexingRulesCommandOutput,
49
37
  } from "./commands/GetIndexingRulesCommand";
50
- import {
51
- GetInsightCommandInput,
52
- GetInsightCommandOutput,
53
- } from "./commands/GetInsightCommand";
38
+ import { GetInsightCommandInput, GetInsightCommandOutput } from "./commands/GetInsightCommand";
54
39
  import {
55
40
  GetInsightEventsCommandInput,
56
41
  GetInsightEventsCommandOutput,
@@ -131,18 +116,12 @@ import {
131
116
  StartTraceRetrievalCommandInput,
132
117
  StartTraceRetrievalCommandOutput,
133
118
  } from "./commands/StartTraceRetrievalCommand";
134
- import {
135
- TagResourceCommandInput,
136
- TagResourceCommandOutput,
137
- } from "./commands/TagResourceCommand";
119
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
138
120
  import {
139
121
  UntagResourceCommandInput,
140
122
  UntagResourceCommandOutput,
141
123
  } from "./commands/UntagResourceCommand";
142
- import {
143
- UpdateGroupCommandInput,
144
- UpdateGroupCommandOutput,
145
- } from "./commands/UpdateGroupCommand";
124
+ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
146
125
  import {
147
126
  UpdateIndexingRuleCommandInput,
148
127
  UpdateIndexingRuleCommandOutput,
@@ -159,593 +138,590 @@ import { XRayClient } from "./XRayClient";
159
138
  export interface XRay {
160
139
  batchGetTraces(
161
140
  args: BatchGetTracesCommandInput,
162
- options?: __HttpHandlerOptions
141
+ options?: __HttpHandlerOptions,
163
142
  ): Promise<BatchGetTracesCommandOutput>;
164
143
  batchGetTraces(
165
144
  args: BatchGetTracesCommandInput,
166
- cb: (err: any, data?: BatchGetTracesCommandOutput) => void
145
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void,
167
146
  ): void;
168
147
  batchGetTraces(
169
148
  args: BatchGetTracesCommandInput,
170
149
  options: __HttpHandlerOptions,
171
- cb: (err: any, data?: BatchGetTracesCommandOutput) => void
150
+ cb: (err: any, data?: BatchGetTracesCommandOutput) => void,
172
151
  ): void;
173
152
  cancelTraceRetrieval(
174
153
  args: CancelTraceRetrievalCommandInput,
175
- options?: __HttpHandlerOptions
154
+ options?: __HttpHandlerOptions,
176
155
  ): Promise<CancelTraceRetrievalCommandOutput>;
177
156
  cancelTraceRetrieval(
178
157
  args: CancelTraceRetrievalCommandInput,
179
- cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void
158
+ cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void,
180
159
  ): void;
181
160
  cancelTraceRetrieval(
182
161
  args: CancelTraceRetrievalCommandInput,
183
162
  options: __HttpHandlerOptions,
184
- cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void
163
+ cb: (err: any, data?: CancelTraceRetrievalCommandOutput) => void,
185
164
  ): void;
186
165
  createGroup(
187
166
  args: CreateGroupCommandInput,
188
- options?: __HttpHandlerOptions
167
+ options?: __HttpHandlerOptions,
189
168
  ): Promise<CreateGroupCommandOutput>;
190
169
  createGroup(
191
170
  args: CreateGroupCommandInput,
192
- cb: (err: any, data?: CreateGroupCommandOutput) => void
171
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
193
172
  ): void;
194
173
  createGroup(
195
174
  args: CreateGroupCommandInput,
196
175
  options: __HttpHandlerOptions,
197
- cb: (err: any, data?: CreateGroupCommandOutput) => void
176
+ cb: (err: any, data?: CreateGroupCommandOutput) => void,
198
177
  ): void;
199
178
  createSamplingRule(
200
179
  args: CreateSamplingRuleCommandInput,
201
- options?: __HttpHandlerOptions
180
+ options?: __HttpHandlerOptions,
202
181
  ): Promise<CreateSamplingRuleCommandOutput>;
203
182
  createSamplingRule(
204
183
  args: CreateSamplingRuleCommandInput,
205
- cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
184
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void,
206
185
  ): void;
207
186
  createSamplingRule(
208
187
  args: CreateSamplingRuleCommandInput,
209
188
  options: __HttpHandlerOptions,
210
- cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void
189
+ cb: (err: any, data?: CreateSamplingRuleCommandOutput) => void,
211
190
  ): void;
212
191
  deleteGroup(): Promise<DeleteGroupCommandOutput>;
213
192
  deleteGroup(
214
193
  args: DeleteGroupCommandInput,
215
- options?: __HttpHandlerOptions
194
+ options?: __HttpHandlerOptions,
216
195
  ): Promise<DeleteGroupCommandOutput>;
217
196
  deleteGroup(
218
197
  args: DeleteGroupCommandInput,
219
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
198
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
220
199
  ): void;
221
200
  deleteGroup(
222
201
  args: DeleteGroupCommandInput,
223
202
  options: __HttpHandlerOptions,
224
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
203
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
225
204
  ): void;
226
205
  deleteResourcePolicy(
227
206
  args: DeleteResourcePolicyCommandInput,
228
- options?: __HttpHandlerOptions
207
+ options?: __HttpHandlerOptions,
229
208
  ): Promise<DeleteResourcePolicyCommandOutput>;
230
209
  deleteResourcePolicy(
231
210
  args: DeleteResourcePolicyCommandInput,
232
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
211
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
233
212
  ): void;
234
213
  deleteResourcePolicy(
235
214
  args: DeleteResourcePolicyCommandInput,
236
215
  options: __HttpHandlerOptions,
237
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
216
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
238
217
  ): void;
239
218
  deleteSamplingRule(): Promise<DeleteSamplingRuleCommandOutput>;
240
219
  deleteSamplingRule(
241
220
  args: DeleteSamplingRuleCommandInput,
242
- options?: __HttpHandlerOptions
221
+ options?: __HttpHandlerOptions,
243
222
  ): Promise<DeleteSamplingRuleCommandOutput>;
244
223
  deleteSamplingRule(
245
224
  args: DeleteSamplingRuleCommandInput,
246
- cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
225
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void,
247
226
  ): void;
248
227
  deleteSamplingRule(
249
228
  args: DeleteSamplingRuleCommandInput,
250
229
  options: __HttpHandlerOptions,
251
- cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void
230
+ cb: (err: any, data?: DeleteSamplingRuleCommandOutput) => void,
252
231
  ): void;
253
232
  getEncryptionConfig(): Promise<GetEncryptionConfigCommandOutput>;
254
233
  getEncryptionConfig(
255
234
  args: GetEncryptionConfigCommandInput,
256
- options?: __HttpHandlerOptions
235
+ options?: __HttpHandlerOptions,
257
236
  ): Promise<GetEncryptionConfigCommandOutput>;
258
237
  getEncryptionConfig(
259
238
  args: GetEncryptionConfigCommandInput,
260
- cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
239
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void,
261
240
  ): void;
262
241
  getEncryptionConfig(
263
242
  args: GetEncryptionConfigCommandInput,
264
243
  options: __HttpHandlerOptions,
265
- cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void
244
+ cb: (err: any, data?: GetEncryptionConfigCommandOutput) => void,
266
245
  ): void;
267
246
  getGroup(): Promise<GetGroupCommandOutput>;
268
247
  getGroup(
269
248
  args: GetGroupCommandInput,
270
- options?: __HttpHandlerOptions
249
+ options?: __HttpHandlerOptions,
271
250
  ): Promise<GetGroupCommandOutput>;
272
- getGroup(
273
- args: GetGroupCommandInput,
274
- cb: (err: any, data?: GetGroupCommandOutput) => void
275
- ): void;
251
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
276
252
  getGroup(
277
253
  args: GetGroupCommandInput,
278
254
  options: __HttpHandlerOptions,
279
- cb: (err: any, data?: GetGroupCommandOutput) => void
255
+ cb: (err: any, data?: GetGroupCommandOutput) => void,
280
256
  ): void;
281
257
  getGroups(): Promise<GetGroupsCommandOutput>;
282
258
  getGroups(
283
259
  args: GetGroupsCommandInput,
284
- options?: __HttpHandlerOptions
260
+ options?: __HttpHandlerOptions,
285
261
  ): Promise<GetGroupsCommandOutput>;
286
262
  getGroups(
287
263
  args: GetGroupsCommandInput,
288
- cb: (err: any, data?: GetGroupsCommandOutput) => void
264
+ cb: (err: any, data?: GetGroupsCommandOutput) => void,
289
265
  ): void;
290
266
  getGroups(
291
267
  args: GetGroupsCommandInput,
292
268
  options: __HttpHandlerOptions,
293
- cb: (err: any, data?: GetGroupsCommandOutput) => void
269
+ cb: (err: any, data?: GetGroupsCommandOutput) => void,
294
270
  ): void;
295
271
  getIndexingRules(): Promise<GetIndexingRulesCommandOutput>;
296
272
  getIndexingRules(
297
273
  args: GetIndexingRulesCommandInput,
298
- options?: __HttpHandlerOptions
274
+ options?: __HttpHandlerOptions,
299
275
  ): Promise<GetIndexingRulesCommandOutput>;
300
276
  getIndexingRules(
301
277
  args: GetIndexingRulesCommandInput,
302
- cb: (err: any, data?: GetIndexingRulesCommandOutput) => void
278
+ cb: (err: any, data?: GetIndexingRulesCommandOutput) => void,
303
279
  ): void;
304
280
  getIndexingRules(
305
281
  args: GetIndexingRulesCommandInput,
306
282
  options: __HttpHandlerOptions,
307
- cb: (err: any, data?: GetIndexingRulesCommandOutput) => void
283
+ cb: (err: any, data?: GetIndexingRulesCommandOutput) => void,
308
284
  ): void;
309
285
  getInsight(
310
286
  args: GetInsightCommandInput,
311
- options?: __HttpHandlerOptions
287
+ options?: __HttpHandlerOptions,
312
288
  ): Promise<GetInsightCommandOutput>;
313
289
  getInsight(
314
290
  args: GetInsightCommandInput,
315
- cb: (err: any, data?: GetInsightCommandOutput) => void
291
+ cb: (err: any, data?: GetInsightCommandOutput) => void,
316
292
  ): void;
317
293
  getInsight(
318
294
  args: GetInsightCommandInput,
319
295
  options: __HttpHandlerOptions,
320
- cb: (err: any, data?: GetInsightCommandOutput) => void
296
+ cb: (err: any, data?: GetInsightCommandOutput) => void,
321
297
  ): void;
322
298
  getInsightEvents(
323
299
  args: GetInsightEventsCommandInput,
324
- options?: __HttpHandlerOptions
300
+ options?: __HttpHandlerOptions,
325
301
  ): Promise<GetInsightEventsCommandOutput>;
326
302
  getInsightEvents(
327
303
  args: GetInsightEventsCommandInput,
328
- cb: (err: any, data?: GetInsightEventsCommandOutput) => void
304
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void,
329
305
  ): void;
330
306
  getInsightEvents(
331
307
  args: GetInsightEventsCommandInput,
332
308
  options: __HttpHandlerOptions,
333
- cb: (err: any, data?: GetInsightEventsCommandOutput) => void
309
+ cb: (err: any, data?: GetInsightEventsCommandOutput) => void,
334
310
  ): void;
335
311
  getInsightImpactGraph(
336
312
  args: GetInsightImpactGraphCommandInput,
337
- options?: __HttpHandlerOptions
313
+ options?: __HttpHandlerOptions,
338
314
  ): Promise<GetInsightImpactGraphCommandOutput>;
339
315
  getInsightImpactGraph(
340
316
  args: GetInsightImpactGraphCommandInput,
341
- cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
317
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void,
342
318
  ): void;
343
319
  getInsightImpactGraph(
344
320
  args: GetInsightImpactGraphCommandInput,
345
321
  options: __HttpHandlerOptions,
346
- cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void
322
+ cb: (err: any, data?: GetInsightImpactGraphCommandOutput) => void,
347
323
  ): void;
348
324
  getInsightSummaries(
349
325
  args: GetInsightSummariesCommandInput,
350
- options?: __HttpHandlerOptions
326
+ options?: __HttpHandlerOptions,
351
327
  ): Promise<GetInsightSummariesCommandOutput>;
352
328
  getInsightSummaries(
353
329
  args: GetInsightSummariesCommandInput,
354
- cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
330
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void,
355
331
  ): void;
356
332
  getInsightSummaries(
357
333
  args: GetInsightSummariesCommandInput,
358
334
  options: __HttpHandlerOptions,
359
- cb: (err: any, data?: GetInsightSummariesCommandOutput) => void
335
+ cb: (err: any, data?: GetInsightSummariesCommandOutput) => void,
360
336
  ): void;
361
337
  getRetrievedTracesGraph(
362
338
  args: GetRetrievedTracesGraphCommandInput,
363
- options?: __HttpHandlerOptions
339
+ options?: __HttpHandlerOptions,
364
340
  ): Promise<GetRetrievedTracesGraphCommandOutput>;
365
341
  getRetrievedTracesGraph(
366
342
  args: GetRetrievedTracesGraphCommandInput,
367
- cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void
343
+ cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void,
368
344
  ): void;
369
345
  getRetrievedTracesGraph(
370
346
  args: GetRetrievedTracesGraphCommandInput,
371
347
  options: __HttpHandlerOptions,
372
- cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void
348
+ cb: (err: any, data?: GetRetrievedTracesGraphCommandOutput) => void,
373
349
  ): void;
374
350
  getSamplingRules(): Promise<GetSamplingRulesCommandOutput>;
375
351
  getSamplingRules(
376
352
  args: GetSamplingRulesCommandInput,
377
- options?: __HttpHandlerOptions
353
+ options?: __HttpHandlerOptions,
378
354
  ): Promise<GetSamplingRulesCommandOutput>;
379
355
  getSamplingRules(
380
356
  args: GetSamplingRulesCommandInput,
381
- cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
357
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void,
382
358
  ): void;
383
359
  getSamplingRules(
384
360
  args: GetSamplingRulesCommandInput,
385
361
  options: __HttpHandlerOptions,
386
- cb: (err: any, data?: GetSamplingRulesCommandOutput) => void
362
+ cb: (err: any, data?: GetSamplingRulesCommandOutput) => void,
387
363
  ): void;
388
364
  getSamplingStatisticSummaries(): Promise<GetSamplingStatisticSummariesCommandOutput>;
389
365
  getSamplingStatisticSummaries(
390
366
  args: GetSamplingStatisticSummariesCommandInput,
391
- options?: __HttpHandlerOptions
367
+ options?: __HttpHandlerOptions,
392
368
  ): Promise<GetSamplingStatisticSummariesCommandOutput>;
393
369
  getSamplingStatisticSummaries(
394
370
  args: GetSamplingStatisticSummariesCommandInput,
395
- cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
371
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void,
396
372
  ): void;
397
373
  getSamplingStatisticSummaries(
398
374
  args: GetSamplingStatisticSummariesCommandInput,
399
375
  options: __HttpHandlerOptions,
400
- cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void
376
+ cb: (err: any, data?: GetSamplingStatisticSummariesCommandOutput) => void,
401
377
  ): void;
402
378
  getSamplingTargets(
403
379
  args: GetSamplingTargetsCommandInput,
404
- options?: __HttpHandlerOptions
380
+ options?: __HttpHandlerOptions,
405
381
  ): Promise<GetSamplingTargetsCommandOutput>;
406
382
  getSamplingTargets(
407
383
  args: GetSamplingTargetsCommandInput,
408
- cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
384
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void,
409
385
  ): void;
410
386
  getSamplingTargets(
411
387
  args: GetSamplingTargetsCommandInput,
412
388
  options: __HttpHandlerOptions,
413
- cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void
389
+ cb: (err: any, data?: GetSamplingTargetsCommandOutput) => void,
414
390
  ): void;
415
391
  getServiceGraph(
416
392
  args: GetServiceGraphCommandInput,
417
- options?: __HttpHandlerOptions
393
+ options?: __HttpHandlerOptions,
418
394
  ): Promise<GetServiceGraphCommandOutput>;
419
395
  getServiceGraph(
420
396
  args: GetServiceGraphCommandInput,
421
- cb: (err: any, data?: GetServiceGraphCommandOutput) => void
397
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void,
422
398
  ): void;
423
399
  getServiceGraph(
424
400
  args: GetServiceGraphCommandInput,
425
401
  options: __HttpHandlerOptions,
426
- cb: (err: any, data?: GetServiceGraphCommandOutput) => void
402
+ cb: (err: any, data?: GetServiceGraphCommandOutput) => void,
427
403
  ): void;
428
404
  getTimeSeriesServiceStatistics(
429
405
  args: GetTimeSeriesServiceStatisticsCommandInput,
430
- options?: __HttpHandlerOptions
406
+ options?: __HttpHandlerOptions,
431
407
  ): Promise<GetTimeSeriesServiceStatisticsCommandOutput>;
432
408
  getTimeSeriesServiceStatistics(
433
409
  args: GetTimeSeriesServiceStatisticsCommandInput,
434
- cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
410
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void,
435
411
  ): void;
436
412
  getTimeSeriesServiceStatistics(
437
413
  args: GetTimeSeriesServiceStatisticsCommandInput,
438
414
  options: __HttpHandlerOptions,
439
- cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void
415
+ cb: (err: any, data?: GetTimeSeriesServiceStatisticsCommandOutput) => void,
440
416
  ): void;
441
417
  getTraceGraph(
442
418
  args: GetTraceGraphCommandInput,
443
- options?: __HttpHandlerOptions
419
+ options?: __HttpHandlerOptions,
444
420
  ): Promise<GetTraceGraphCommandOutput>;
445
421
  getTraceGraph(
446
422
  args: GetTraceGraphCommandInput,
447
- cb: (err: any, data?: GetTraceGraphCommandOutput) => void
423
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void,
448
424
  ): void;
449
425
  getTraceGraph(
450
426
  args: GetTraceGraphCommandInput,
451
427
  options: __HttpHandlerOptions,
452
- cb: (err: any, data?: GetTraceGraphCommandOutput) => void
428
+ cb: (err: any, data?: GetTraceGraphCommandOutput) => void,
453
429
  ): void;
454
430
  getTraceSegmentDestination(): Promise<GetTraceSegmentDestinationCommandOutput>;
455
431
  getTraceSegmentDestination(
456
432
  args: GetTraceSegmentDestinationCommandInput,
457
- options?: __HttpHandlerOptions
433
+ options?: __HttpHandlerOptions,
458
434
  ): Promise<GetTraceSegmentDestinationCommandOutput>;
459
435
  getTraceSegmentDestination(
460
436
  args: GetTraceSegmentDestinationCommandInput,
461
- cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void
437
+ cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void,
462
438
  ): void;
463
439
  getTraceSegmentDestination(
464
440
  args: GetTraceSegmentDestinationCommandInput,
465
441
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void
442
+ cb: (err: any, data?: GetTraceSegmentDestinationCommandOutput) => void,
467
443
  ): void;
468
444
  getTraceSummaries(
469
445
  args: GetTraceSummariesCommandInput,
470
- options?: __HttpHandlerOptions
446
+ options?: __HttpHandlerOptions,
471
447
  ): Promise<GetTraceSummariesCommandOutput>;
472
448
  getTraceSummaries(
473
449
  args: GetTraceSummariesCommandInput,
474
- cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
450
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void,
475
451
  ): void;
476
452
  getTraceSummaries(
477
453
  args: GetTraceSummariesCommandInput,
478
454
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: GetTraceSummariesCommandOutput) => void
455
+ cb: (err: any, data?: GetTraceSummariesCommandOutput) => void,
480
456
  ): void;
481
457
  listResourcePolicies(): Promise<ListResourcePoliciesCommandOutput>;
482
458
  listResourcePolicies(
483
459
  args: ListResourcePoliciesCommandInput,
484
- options?: __HttpHandlerOptions
460
+ options?: __HttpHandlerOptions,
485
461
  ): Promise<ListResourcePoliciesCommandOutput>;
486
462
  listResourcePolicies(
487
463
  args: ListResourcePoliciesCommandInput,
488
- cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void
464
+ cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void,
489
465
  ): void;
490
466
  listResourcePolicies(
491
467
  args: ListResourcePoliciesCommandInput,
492
468
  options: __HttpHandlerOptions,
493
- cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void
469
+ cb: (err: any, data?: ListResourcePoliciesCommandOutput) => void,
494
470
  ): void;
495
471
  listRetrievedTraces(
496
472
  args: ListRetrievedTracesCommandInput,
497
- options?: __HttpHandlerOptions
473
+ options?: __HttpHandlerOptions,
498
474
  ): Promise<ListRetrievedTracesCommandOutput>;
499
475
  listRetrievedTraces(
500
476
  args: ListRetrievedTracesCommandInput,
501
- cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void
477
+ cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void,
502
478
  ): void;
503
479
  listRetrievedTraces(
504
480
  args: ListRetrievedTracesCommandInput,
505
481
  options: __HttpHandlerOptions,
506
- cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void
482
+ cb: (err: any, data?: ListRetrievedTracesCommandOutput) => void,
507
483
  ): void;
508
484
  listTagsForResource(
509
485
  args: ListTagsForResourceCommandInput,
510
- options?: __HttpHandlerOptions
486
+ options?: __HttpHandlerOptions,
511
487
  ): Promise<ListTagsForResourceCommandOutput>;
512
488
  listTagsForResource(
513
489
  args: ListTagsForResourceCommandInput,
514
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
490
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
515
491
  ): void;
516
492
  listTagsForResource(
517
493
  args: ListTagsForResourceCommandInput,
518
494
  options: __HttpHandlerOptions,
519
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
495
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
520
496
  ): void;
521
497
  putEncryptionConfig(
522
498
  args: PutEncryptionConfigCommandInput,
523
- options?: __HttpHandlerOptions
499
+ options?: __HttpHandlerOptions,
524
500
  ): Promise<PutEncryptionConfigCommandOutput>;
525
501
  putEncryptionConfig(
526
502
  args: PutEncryptionConfigCommandInput,
527
- cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
503
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void,
528
504
  ): void;
529
505
  putEncryptionConfig(
530
506
  args: PutEncryptionConfigCommandInput,
531
507
  options: __HttpHandlerOptions,
532
- cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void
508
+ cb: (err: any, data?: PutEncryptionConfigCommandOutput) => void,
533
509
  ): void;
534
510
  putResourcePolicy(
535
511
  args: PutResourcePolicyCommandInput,
536
- options?: __HttpHandlerOptions
512
+ options?: __HttpHandlerOptions,
537
513
  ): Promise<PutResourcePolicyCommandOutput>;
538
514
  putResourcePolicy(
539
515
  args: PutResourcePolicyCommandInput,
540
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
516
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
541
517
  ): void;
542
518
  putResourcePolicy(
543
519
  args: PutResourcePolicyCommandInput,
544
520
  options: __HttpHandlerOptions,
545
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
521
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
546
522
  ): void;
547
523
  putTelemetryRecords(
548
524
  args: PutTelemetryRecordsCommandInput,
549
- options?: __HttpHandlerOptions
525
+ options?: __HttpHandlerOptions,
550
526
  ): Promise<PutTelemetryRecordsCommandOutput>;
551
527
  putTelemetryRecords(
552
528
  args: PutTelemetryRecordsCommandInput,
553
- cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
529
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void,
554
530
  ): void;
555
531
  putTelemetryRecords(
556
532
  args: PutTelemetryRecordsCommandInput,
557
533
  options: __HttpHandlerOptions,
558
- cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void
534
+ cb: (err: any, data?: PutTelemetryRecordsCommandOutput) => void,
559
535
  ): void;
560
536
  putTraceSegments(
561
537
  args: PutTraceSegmentsCommandInput,
562
- options?: __HttpHandlerOptions
538
+ options?: __HttpHandlerOptions,
563
539
  ): Promise<PutTraceSegmentsCommandOutput>;
564
540
  putTraceSegments(
565
541
  args: PutTraceSegmentsCommandInput,
566
- cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
542
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void,
567
543
  ): void;
568
544
  putTraceSegments(
569
545
  args: PutTraceSegmentsCommandInput,
570
546
  options: __HttpHandlerOptions,
571
- cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void
547
+ cb: (err: any, data?: PutTraceSegmentsCommandOutput) => void,
572
548
  ): void;
573
549
  startTraceRetrieval(
574
550
  args: StartTraceRetrievalCommandInput,
575
- options?: __HttpHandlerOptions
551
+ options?: __HttpHandlerOptions,
576
552
  ): Promise<StartTraceRetrievalCommandOutput>;
577
553
  startTraceRetrieval(
578
554
  args: StartTraceRetrievalCommandInput,
579
- cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void
555
+ cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void,
580
556
  ): void;
581
557
  startTraceRetrieval(
582
558
  args: StartTraceRetrievalCommandInput,
583
559
  options: __HttpHandlerOptions,
584
- cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void
560
+ cb: (err: any, data?: StartTraceRetrievalCommandOutput) => void,
585
561
  ): void;
586
562
  tagResource(
587
563
  args: TagResourceCommandInput,
588
- options?: __HttpHandlerOptions
564
+ options?: __HttpHandlerOptions,
589
565
  ): Promise<TagResourceCommandOutput>;
590
566
  tagResource(
591
567
  args: TagResourceCommandInput,
592
- cb: (err: any, data?: TagResourceCommandOutput) => void
568
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
593
569
  ): void;
594
570
  tagResource(
595
571
  args: TagResourceCommandInput,
596
572
  options: __HttpHandlerOptions,
597
- cb: (err: any, data?: TagResourceCommandOutput) => void
573
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
598
574
  ): void;
599
575
  untagResource(
600
576
  args: UntagResourceCommandInput,
601
- options?: __HttpHandlerOptions
577
+ options?: __HttpHandlerOptions,
602
578
  ): Promise<UntagResourceCommandOutput>;
603
579
  untagResource(
604
580
  args: UntagResourceCommandInput,
605
- cb: (err: any, data?: UntagResourceCommandOutput) => void
581
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
606
582
  ): void;
607
583
  untagResource(
608
584
  args: UntagResourceCommandInput,
609
585
  options: __HttpHandlerOptions,
610
- cb: (err: any, data?: UntagResourceCommandOutput) => void
586
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
611
587
  ): void;
612
588
  updateGroup(): Promise<UpdateGroupCommandOutput>;
613
589
  updateGroup(
614
590
  args: UpdateGroupCommandInput,
615
- options?: __HttpHandlerOptions
591
+ options?: __HttpHandlerOptions,
616
592
  ): Promise<UpdateGroupCommandOutput>;
617
593
  updateGroup(
618
594
  args: UpdateGroupCommandInput,
619
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
595
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
620
596
  ): void;
621
597
  updateGroup(
622
598
  args: UpdateGroupCommandInput,
623
599
  options: __HttpHandlerOptions,
624
- cb: (err: any, data?: UpdateGroupCommandOutput) => void
600
+ cb: (err: any, data?: UpdateGroupCommandOutput) => void,
625
601
  ): void;
626
602
  updateIndexingRule(
627
603
  args: UpdateIndexingRuleCommandInput,
628
- options?: __HttpHandlerOptions
604
+ options?: __HttpHandlerOptions,
629
605
  ): Promise<UpdateIndexingRuleCommandOutput>;
630
606
  updateIndexingRule(
631
607
  args: UpdateIndexingRuleCommandInput,
632
- cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void
608
+ cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void,
633
609
  ): void;
634
610
  updateIndexingRule(
635
611
  args: UpdateIndexingRuleCommandInput,
636
612
  options: __HttpHandlerOptions,
637
- cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void
613
+ cb: (err: any, data?: UpdateIndexingRuleCommandOutput) => void,
638
614
  ): void;
639
615
  updateSamplingRule(
640
616
  args: UpdateSamplingRuleCommandInput,
641
- options?: __HttpHandlerOptions
617
+ options?: __HttpHandlerOptions,
642
618
  ): Promise<UpdateSamplingRuleCommandOutput>;
643
619
  updateSamplingRule(
644
620
  args: UpdateSamplingRuleCommandInput,
645
- cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
621
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void,
646
622
  ): void;
647
623
  updateSamplingRule(
648
624
  args: UpdateSamplingRuleCommandInput,
649
625
  options: __HttpHandlerOptions,
650
- cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void
626
+ cb: (err: any, data?: UpdateSamplingRuleCommandOutput) => void,
651
627
  ): void;
652
628
  updateTraceSegmentDestination(): Promise<UpdateTraceSegmentDestinationCommandOutput>;
653
629
  updateTraceSegmentDestination(
654
630
  args: UpdateTraceSegmentDestinationCommandInput,
655
- options?: __HttpHandlerOptions
631
+ options?: __HttpHandlerOptions,
656
632
  ): Promise<UpdateTraceSegmentDestinationCommandOutput>;
657
633
  updateTraceSegmentDestination(
658
634
  args: UpdateTraceSegmentDestinationCommandInput,
659
- cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void
635
+ cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void,
660
636
  ): void;
661
637
  updateTraceSegmentDestination(
662
638
  args: UpdateTraceSegmentDestinationCommandInput,
663
639
  options: __HttpHandlerOptions,
664
- cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void
640
+ cb: (err: any, data?: UpdateTraceSegmentDestinationCommandOutput) => void,
665
641
  ): void;
666
642
  paginateBatchGetTraces(
667
643
  args: BatchGetTracesCommandInput,
668
644
  paginationConfig?: Pick<
669
645
  PaginationConfiguration,
670
646
  Exclude<keyof PaginationConfiguration, "client">
671
- >
647
+ >,
672
648
  ): Paginator<BatchGetTracesCommandOutput>;
673
649
  paginateGetGroups(
674
650
  args?: GetGroupsCommandInput,
675
651
  paginationConfig?: Pick<
676
652
  PaginationConfiguration,
677
653
  Exclude<keyof PaginationConfiguration, "client">
678
- >
654
+ >,
679
655
  ): Paginator<GetGroupsCommandOutput>;
680
656
  paginateGetInsightEvents(
681
657
  args: GetInsightEventsCommandInput,
682
658
  paginationConfig?: Pick<
683
659
  PaginationConfiguration,
684
660
  Exclude<keyof PaginationConfiguration, "client">
685
- >
661
+ >,
686
662
  ): Paginator<GetInsightEventsCommandOutput>;
687
663
  paginateGetInsightSummaries(
688
664
  args: GetInsightSummariesCommandInput,
689
665
  paginationConfig?: Pick<
690
666
  PaginationConfiguration,
691
667
  Exclude<keyof PaginationConfiguration, "client">
692
- >
668
+ >,
693
669
  ): Paginator<GetInsightSummariesCommandOutput>;
694
670
  paginateGetSamplingRules(
695
671
  args?: GetSamplingRulesCommandInput,
696
672
  paginationConfig?: Pick<
697
673
  PaginationConfiguration,
698
674
  Exclude<keyof PaginationConfiguration, "client">
699
- >
675
+ >,
700
676
  ): Paginator<GetSamplingRulesCommandOutput>;
701
677
  paginateGetSamplingStatisticSummaries(
702
678
  args?: GetSamplingStatisticSummariesCommandInput,
703
679
  paginationConfig?: Pick<
704
680
  PaginationConfiguration,
705
681
  Exclude<keyof PaginationConfiguration, "client">
706
- >
682
+ >,
707
683
  ): Paginator<GetSamplingStatisticSummariesCommandOutput>;
708
684
  paginateGetServiceGraph(
709
685
  args: GetServiceGraphCommandInput,
710
686
  paginationConfig?: Pick<
711
687
  PaginationConfiguration,
712
688
  Exclude<keyof PaginationConfiguration, "client">
713
- >
689
+ >,
714
690
  ): Paginator<GetServiceGraphCommandOutput>;
715
691
  paginateGetTimeSeriesServiceStatistics(
716
692
  args: GetTimeSeriesServiceStatisticsCommandInput,
717
693
  paginationConfig?: Pick<
718
694
  PaginationConfiguration,
719
695
  Exclude<keyof PaginationConfiguration, "client">
720
- >
696
+ >,
721
697
  ): Paginator<GetTimeSeriesServiceStatisticsCommandOutput>;
722
698
  paginateGetTraceGraph(
723
699
  args: GetTraceGraphCommandInput,
724
700
  paginationConfig?: Pick<
725
701
  PaginationConfiguration,
726
702
  Exclude<keyof PaginationConfiguration, "client">
727
- >
703
+ >,
728
704
  ): Paginator<GetTraceGraphCommandOutput>;
729
705
  paginateGetTraceSummaries(
730
706
  args: GetTraceSummariesCommandInput,
731
707
  paginationConfig?: Pick<
732
708
  PaginationConfiguration,
733
709
  Exclude<keyof PaginationConfiguration, "client">
734
- >
710
+ >,
735
711
  ): Paginator<GetTraceSummariesCommandOutput>;
736
712
  paginateListResourcePolicies(
737
713
  args?: ListResourcePoliciesCommandInput,
738
714
  paginationConfig?: Pick<
739
715
  PaginationConfiguration,
740
716
  Exclude<keyof PaginationConfiguration, "client">
741
- >
717
+ >,
742
718
  ): Paginator<ListResourcePoliciesCommandOutput>;
743
719
  paginateListTagsForResource(
744
720
  args: ListTagsForResourceCommandInput,
745
721
  paginationConfig?: Pick<
746
722
  PaginationConfiguration,
747
723
  Exclude<keyof PaginationConfiguration, "client">
748
- >
724
+ >,
749
725
  ): Paginator<ListTagsForResourceCommandOutput>;
750
726
  }
751
727
  export declare class XRay extends XRayClient implements XRay {}