@aws-sdk/client-xray 3.131.0 → 3.137.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 (60) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/BatchGetTracesCommand.js +2 -2
  3. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSamplingRuleCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteSamplingRuleCommand.js +2 -2
  7. package/dist-cjs/commands/GetEncryptionConfigCommand.js +2 -2
  8. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  9. package/dist-cjs/commands/GetGroupsCommand.js +2 -2
  10. package/dist-cjs/commands/GetInsightCommand.js +2 -2
  11. package/dist-cjs/commands/GetInsightEventsCommand.js +2 -2
  12. package/dist-cjs/commands/GetInsightImpactGraphCommand.js +2 -2
  13. package/dist-cjs/commands/GetInsightSummariesCommand.js +2 -2
  14. package/dist-cjs/commands/GetSamplingRulesCommand.js +2 -2
  15. package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSamplingTargetsCommand.js +2 -2
  17. package/dist-cjs/commands/GetServiceGraphCommand.js +2 -2
  18. package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -2
  19. package/dist-cjs/commands/GetTraceGraphCommand.js +2 -2
  20. package/dist-cjs/commands/GetTraceSummariesCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/PutEncryptionConfigCommand.js +2 -2
  23. package/dist-cjs/commands/PutTelemetryRecordsCommand.js +2 -2
  24. package/dist-cjs/commands/PutTraceSegmentsCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateSamplingRuleCommand.js +2 -2
  29. package/dist-cjs/models/models_0.js +449 -662
  30. package/dist-es/commands/BatchGetTracesCommand.js +3 -3
  31. package/dist-es/commands/CreateGroupCommand.js +3 -3
  32. package/dist-es/commands/CreateSamplingRuleCommand.js +3 -3
  33. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  34. package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -3
  35. package/dist-es/commands/GetEncryptionConfigCommand.js +3 -3
  36. package/dist-es/commands/GetGroupCommand.js +3 -3
  37. package/dist-es/commands/GetGroupsCommand.js +3 -3
  38. package/dist-es/commands/GetInsightCommand.js +3 -3
  39. package/dist-es/commands/GetInsightEventsCommand.js +3 -3
  40. package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -3
  41. package/dist-es/commands/GetInsightSummariesCommand.js +3 -3
  42. package/dist-es/commands/GetSamplingRulesCommand.js +3 -3
  43. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -3
  44. package/dist-es/commands/GetSamplingTargetsCommand.js +3 -3
  45. package/dist-es/commands/GetServiceGraphCommand.js +3 -3
  46. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -3
  47. package/dist-es/commands/GetTraceGraphCommand.js +3 -3
  48. package/dist-es/commands/GetTraceSummariesCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/PutEncryptionConfigCommand.js +3 -3
  51. package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -3
  52. package/dist-es/commands/PutTraceSegmentsCommand.js +3 -3
  53. package/dist-es/commands/TagResourceCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  56. package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -3
  57. package/dist-es/models/models_0.js +124 -445
  58. package/dist-types/models/models_0.d.ts +432 -646
  59. package/dist-types/ts3.4/models/models_0.d.ts +216 -430
  60. package/package.json +6 -6
@@ -9,10 +9,6 @@ export interface Alias {
9
9
 
10
10
  Type?: string;
11
11
  }
12
- export declare namespace Alias {
13
-
14
- const filterSensitiveLog: (obj: Alias) => any;
15
- }
16
12
 
17
13
  export declare type AnnotationValue = AnnotationValue.BooleanValueMember | AnnotationValue.NumberValueMember | AnnotationValue.StringValueMember | AnnotationValue.$UnknownMember;
18
14
  export declare namespace AnnotationValue {
@@ -53,8 +49,6 @@ export declare namespace AnnotationValue {
53
49
  _: (name: string, value: any) => T;
54
50
  }
55
51
  const visit: <T>(value: AnnotationValue, visitor: Visitor<T>) => T;
56
-
57
- const filterSensitiveLog: (obj: AnnotationValue) => any;
58
52
  }
59
53
 
60
54
  export interface ServiceId {
@@ -67,10 +61,6 @@ export interface ServiceId {
67
61
 
68
62
  Type?: string;
69
63
  }
70
- export declare namespace ServiceId {
71
-
72
- const filterSensitiveLog: (obj: ServiceId) => any;
73
- }
74
64
 
75
65
  export interface ValueWithServiceIds {
76
66
 
@@ -78,38 +68,22 @@ export interface ValueWithServiceIds {
78
68
 
79
69
  ServiceIds?: ServiceId[];
80
70
  }
81
- export declare namespace ValueWithServiceIds {
82
-
83
- const filterSensitiveLog: (obj: ValueWithServiceIds) => any;
84
- }
85
71
 
86
72
  export interface AnomalousService {
87
73
 
88
74
  ServiceId?: ServiceId;
89
75
  }
90
- export declare namespace AnomalousService {
91
-
92
- const filterSensitiveLog: (obj: AnomalousService) => any;
93
- }
94
76
 
95
77
  export interface AvailabilityZoneDetail {
96
78
 
97
79
  Name?: string;
98
80
  }
99
- export declare namespace AvailabilityZoneDetail {
100
-
101
- const filterSensitiveLog: (obj: AvailabilityZoneDetail) => any;
102
- }
103
81
  export interface BatchGetTracesRequest {
104
82
 
105
83
  TraceIds: string[] | undefined;
106
84
 
107
85
  NextToken?: string;
108
86
  }
109
- export declare namespace BatchGetTracesRequest {
110
-
111
- const filterSensitiveLog: (obj: BatchGetTracesRequest) => any;
112
- }
113
87
 
114
88
  export interface Segment {
115
89
 
@@ -117,10 +91,6 @@ export interface Segment {
117
91
 
118
92
  Document?: string;
119
93
  }
120
- export declare namespace Segment {
121
-
122
- const filterSensitiveLog: (obj: Segment) => any;
123
- }
124
94
 
125
95
  export interface Trace {
126
96
 
@@ -132,10 +102,6 @@ export interface Trace {
132
102
 
133
103
  Segments?: Segment[];
134
104
  }
135
- export declare namespace Trace {
136
-
137
- const filterSensitiveLog: (obj: Trace) => any;
138
- }
139
105
  export interface BatchGetTracesResult {
140
106
 
141
107
  Traces?: Trace[];
@@ -144,10 +110,6 @@ export interface BatchGetTracesResult {
144
110
 
145
111
  NextToken?: string;
146
112
  }
147
- export declare namespace BatchGetTracesResult {
148
-
149
- const filterSensitiveLog: (obj: BatchGetTracesResult) => any;
150
- }
151
113
 
152
114
  export declare class InvalidRequestException extends __BaseException {
153
115
  readonly name: "InvalidRequestException";
@@ -171,10 +133,6 @@ export interface InsightsConfiguration {
171
133
 
172
134
  NotificationsEnabled?: boolean;
173
135
  }
174
- export declare namespace InsightsConfiguration {
175
-
176
- const filterSensitiveLog: (obj: InsightsConfiguration) => any;
177
- }
178
136
 
179
137
  export interface Tag {
180
138
 
@@ -182,10 +140,6 @@ export interface Tag {
182
140
 
183
141
  Value: string | undefined;
184
142
  }
185
- export declare namespace Tag {
186
-
187
- const filterSensitiveLog: (obj: Tag) => any;
188
- }
189
143
  export interface CreateGroupRequest {
190
144
 
191
145
  GroupName: string | undefined;
@@ -196,10 +150,6 @@ export interface CreateGroupRequest {
196
150
 
197
151
  Tags?: Tag[];
198
152
  }
199
- export declare namespace CreateGroupRequest {
200
-
201
- const filterSensitiveLog: (obj: CreateGroupRequest) => any;
202
- }
203
153
 
204
154
  export interface Group {
205
155
 
@@ -211,18 +161,10 @@ export interface Group {
211
161
 
212
162
  InsightsConfiguration?: InsightsConfiguration;
213
163
  }
214
- export declare namespace Group {
215
-
216
- const filterSensitiveLog: (obj: Group) => any;
217
- }
218
164
  export interface CreateGroupResult {
219
165
 
220
166
  Group?: Group;
221
167
  }
222
- export declare namespace CreateGroupResult {
223
-
224
- const filterSensitiveLog: (obj: CreateGroupResult) => any;
225
- }
226
168
 
227
169
  export interface SamplingRule {
228
170
 
@@ -252,20 +194,12 @@ export interface SamplingRule {
252
194
 
253
195
  Attributes?: Record<string, string>;
254
196
  }
255
- export declare namespace SamplingRule {
256
-
257
- const filterSensitiveLog: (obj: SamplingRule) => any;
258
- }
259
197
  export interface CreateSamplingRuleRequest {
260
198
 
261
199
  SamplingRule: SamplingRule | undefined;
262
200
 
263
201
  Tags?: Tag[];
264
202
  }
265
- export declare namespace CreateSamplingRuleRequest {
266
-
267
- const filterSensitiveLog: (obj: CreateSamplingRuleRequest) => any;
268
- }
269
203
 
270
204
  export interface SamplingRuleRecord {
271
205
 
@@ -275,18 +209,10 @@ export interface SamplingRuleRecord {
275
209
 
276
210
  ModifiedAt?: Date;
277
211
  }
278
- export declare namespace SamplingRuleRecord {
279
-
280
- const filterSensitiveLog: (obj: SamplingRuleRecord) => any;
281
- }
282
212
  export interface CreateSamplingRuleResult {
283
213
 
284
214
  SamplingRuleRecord?: SamplingRuleRecord;
285
215
  }
286
- export declare namespace CreateSamplingRuleResult {
287
-
288
- const filterSensitiveLog: (obj: CreateSamplingRuleResult) => any;
289
- }
290
216
 
291
217
  export declare class RuleLimitExceededException extends __BaseException {
292
218
  readonly name: "RuleLimitExceededException";
@@ -301,40 +227,20 @@ export interface DeleteGroupRequest {
301
227
 
302
228
  GroupARN?: string;
303
229
  }
304
- export declare namespace DeleteGroupRequest {
305
-
306
- const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
307
- }
308
230
  export interface DeleteGroupResult {
309
231
  }
310
- export declare namespace DeleteGroupResult {
311
-
312
- const filterSensitiveLog: (obj: DeleteGroupResult) => any;
313
- }
314
232
  export interface DeleteSamplingRuleRequest {
315
233
 
316
234
  RuleName?: string;
317
235
 
318
236
  RuleARN?: string;
319
237
  }
320
- export declare namespace DeleteSamplingRuleRequest {
321
-
322
- const filterSensitiveLog: (obj: DeleteSamplingRuleRequest) => any;
323
- }
324
238
  export interface DeleteSamplingRuleResult {
325
239
 
326
240
  SamplingRuleRecord?: SamplingRuleRecord;
327
241
  }
328
- export declare namespace DeleteSamplingRuleResult {
329
-
330
- const filterSensitiveLog: (obj: DeleteSamplingRuleResult) => any;
331
- }
332
242
  export interface GetEncryptionConfigRequest {
333
243
  }
334
- export declare namespace GetEncryptionConfigRequest {
335
-
336
- const filterSensitiveLog: (obj: GetEncryptionConfigRequest) => any;
337
- }
338
244
  export declare enum EncryptionStatus {
339
245
  ACTIVE = "ACTIVE",
340
246
  UPDATING = "UPDATING"
@@ -352,44 +258,24 @@ export interface EncryptionConfig {
352
258
 
353
259
  Type?: EncryptionType | string;
354
260
  }
355
- export declare namespace EncryptionConfig {
356
-
357
- const filterSensitiveLog: (obj: EncryptionConfig) => any;
358
- }
359
261
  export interface GetEncryptionConfigResult {
360
262
 
361
263
  EncryptionConfig?: EncryptionConfig;
362
264
  }
363
- export declare namespace GetEncryptionConfigResult {
364
-
365
- const filterSensitiveLog: (obj: GetEncryptionConfigResult) => any;
366
- }
367
265
  export interface GetGroupRequest {
368
266
 
369
267
  GroupName?: string;
370
268
 
371
269
  GroupARN?: string;
372
270
  }
373
- export declare namespace GetGroupRequest {
374
-
375
- const filterSensitiveLog: (obj: GetGroupRequest) => any;
376
- }
377
271
  export interface GetGroupResult {
378
272
 
379
273
  Group?: Group;
380
274
  }
381
- export declare namespace GetGroupResult {
382
-
383
- const filterSensitiveLog: (obj: GetGroupResult) => any;
384
- }
385
275
  export interface GetGroupsRequest {
386
276
 
387
277
  NextToken?: string;
388
278
  }
389
- export declare namespace GetGroupsRequest {
390
-
391
- const filterSensitiveLog: (obj: GetGroupsRequest) => any;
392
- }
393
279
 
394
280
  export interface GroupSummary {
395
281
 
@@ -401,28 +287,16 @@ export interface GroupSummary {
401
287
 
402
288
  InsightsConfiguration?: InsightsConfiguration;
403
289
  }
404
- export declare namespace GroupSummary {
405
-
406
- const filterSensitiveLog: (obj: GroupSummary) => any;
407
- }
408
290
  export interface GetGroupsResult {
409
291
 
410
292
  Groups?: GroupSummary[];
411
293
 
412
294
  NextToken?: string;
413
295
  }
414
- export declare namespace GetGroupsResult {
415
-
416
- const filterSensitiveLog: (obj: GetGroupsResult) => any;
417
- }
418
296
  export interface GetInsightRequest {
419
297
 
420
298
  InsightId: string | undefined;
421
299
  }
422
- export declare namespace GetInsightRequest {
423
-
424
- const filterSensitiveLog: (obj: GetInsightRequest) => any;
425
- }
426
300
  export declare enum InsightCategory {
427
301
  FAULT = "FAULT"
428
302
  }
@@ -435,10 +309,6 @@ export interface RequestImpactStatistics {
435
309
 
436
310
  TotalCount?: number;
437
311
  }
438
- export declare namespace RequestImpactStatistics {
439
-
440
- const filterSensitiveLog: (obj: RequestImpactStatistics) => any;
441
- }
442
312
  export declare enum InsightState {
443
313
  ACTIVE = "ACTIVE",
444
314
  CLOSED = "CLOSED"
@@ -470,18 +340,10 @@ export interface Insight {
470
340
 
471
341
  TopAnomalousServices?: AnomalousService[];
472
342
  }
473
- export declare namespace Insight {
474
-
475
- const filterSensitiveLog: (obj: Insight) => any;
476
- }
477
343
  export interface GetInsightResult {
478
344
 
479
345
  Insight?: Insight;
480
346
  }
481
- export declare namespace GetInsightResult {
482
-
483
- const filterSensitiveLog: (obj: GetInsightResult) => any;
484
- }
485
347
  export interface GetInsightEventsRequest {
486
348
 
487
349
  InsightId: string | undefined;
@@ -490,10 +352,6 @@ export interface GetInsightEventsRequest {
490
352
 
491
353
  NextToken?: string;
492
354
  }
493
- export declare namespace GetInsightEventsRequest {
494
-
495
- const filterSensitiveLog: (obj: GetInsightEventsRequest) => any;
496
- }
497
355
 
498
356
  export interface InsightEvent {
499
357
 
@@ -507,20 +365,12 @@ export interface InsightEvent {
507
365
 
508
366
  TopAnomalousServices?: AnomalousService[];
509
367
  }
510
- export declare namespace InsightEvent {
511
-
512
- const filterSensitiveLog: (obj: InsightEvent) => any;
513
- }
514
368
  export interface GetInsightEventsResult {
515
369
 
516
370
  InsightEvents?: InsightEvent[];
517
371
 
518
372
  NextToken?: string;
519
373
  }
520
- export declare namespace GetInsightEventsResult {
521
-
522
- const filterSensitiveLog: (obj: GetInsightEventsResult) => any;
523
- }
524
374
  export interface GetInsightImpactGraphRequest {
525
375
 
526
376
  InsightId: string | undefined;
@@ -531,19 +381,11 @@ export interface GetInsightImpactGraphRequest {
531
381
 
532
382
  NextToken?: string;
533
383
  }
534
- export declare namespace GetInsightImpactGraphRequest {
535
-
536
- const filterSensitiveLog: (obj: GetInsightImpactGraphRequest) => any;
537
- }
538
384
 
539
385
  export interface InsightImpactGraphEdge {
540
386
 
541
387
  ReferenceId?: number;
542
388
  }
543
- export declare namespace InsightImpactGraphEdge {
544
-
545
- const filterSensitiveLog: (obj: InsightImpactGraphEdge) => any;
546
- }
547
389
 
548
390
  export interface InsightImpactGraphService {
549
391
 
@@ -559,10 +401,6 @@ export interface InsightImpactGraphService {
559
401
 
560
402
  Edges?: InsightImpactGraphEdge[];
561
403
  }
562
- export declare namespace InsightImpactGraphService {
563
-
564
- const filterSensitiveLog: (obj: InsightImpactGraphService) => any;
565
- }
566
404
  export interface GetInsightImpactGraphResult {
567
405
 
568
406
  InsightId?: string;
@@ -579,10 +417,6 @@ export interface GetInsightImpactGraphResult {
579
417
 
580
418
  NextToken?: string;
581
419
  }
582
- export declare namespace GetInsightImpactGraphResult {
583
-
584
- const filterSensitiveLog: (obj: GetInsightImpactGraphResult) => any;
585
- }
586
420
  export interface GetInsightSummariesRequest {
587
421
 
588
422
  States?: (InsightState | string)[];
@@ -599,10 +433,6 @@ export interface GetInsightSummariesRequest {
599
433
 
600
434
  NextToken?: string;
601
435
  }
602
- export declare namespace GetInsightSummariesRequest {
603
-
604
- const filterSensitiveLog: (obj: GetInsightSummariesRequest) => any;
605
- }
606
436
 
607
437
  export interface InsightSummary {
608
438
 
@@ -632,46 +462,26 @@ export interface InsightSummary {
632
462
 
633
463
  LastUpdateTime?: Date;
634
464
  }
635
- export declare namespace InsightSummary {
636
-
637
- const filterSensitiveLog: (obj: InsightSummary) => any;
638
- }
639
465
  export interface GetInsightSummariesResult {
640
466
 
641
467
  InsightSummaries?: InsightSummary[];
642
468
 
643
469
  NextToken?: string;
644
470
  }
645
- export declare namespace GetInsightSummariesResult {
646
-
647
- const filterSensitiveLog: (obj: GetInsightSummariesResult) => any;
648
- }
649
471
  export interface GetSamplingRulesRequest {
650
472
 
651
473
  NextToken?: string;
652
474
  }
653
- export declare namespace GetSamplingRulesRequest {
654
-
655
- const filterSensitiveLog: (obj: GetSamplingRulesRequest) => any;
656
- }
657
475
  export interface GetSamplingRulesResult {
658
476
 
659
477
  SamplingRuleRecords?: SamplingRuleRecord[];
660
478
 
661
479
  NextToken?: string;
662
480
  }
663
- export declare namespace GetSamplingRulesResult {
664
-
665
- const filterSensitiveLog: (obj: GetSamplingRulesResult) => any;
666
- }
667
481
  export interface GetSamplingStatisticSummariesRequest {
668
482
 
669
483
  NextToken?: string;
670
484
  }
671
- export declare namespace GetSamplingStatisticSummariesRequest {
672
-
673
- const filterSensitiveLog: (obj: GetSamplingStatisticSummariesRequest) => any;
674
- }
675
485
 
676
486
  export interface SamplingStatisticSummary {
677
487
 
@@ -685,20 +495,12 @@ export interface SamplingStatisticSummary {
685
495
 
686
496
  SampledCount?: number;
687
497
  }
688
- export declare namespace SamplingStatisticSummary {
689
-
690
- const filterSensitiveLog: (obj: SamplingStatisticSummary) => any;
691
- }
692
498
  export interface GetSamplingStatisticSummariesResult {
693
499
 
694
500
  SamplingStatisticSummaries?: SamplingStatisticSummary[];
695
501
 
696
502
  NextToken?: string;
697
503
  }
698
- export declare namespace GetSamplingStatisticSummariesResult {
699
-
700
- const filterSensitiveLog: (obj: GetSamplingStatisticSummariesResult) => any;
701
- }
702
504
 
703
505
  export interface SamplingStatisticsDocument {
704
506
 
@@ -714,18 +516,10 @@ export interface SamplingStatisticsDocument {
714
516
 
715
517
  BorrowCount?: number;
716
518
  }
717
- export declare namespace SamplingStatisticsDocument {
718
-
719
- const filterSensitiveLog: (obj: SamplingStatisticsDocument) => any;
720
- }
721
519
  export interface GetSamplingTargetsRequest {
722
520
 
723
521
  SamplingStatisticsDocuments: SamplingStatisticsDocument[] | undefined;
724
522
  }
725
- export declare namespace GetSamplingTargetsRequest {
726
-
727
- const filterSensitiveLog: (obj: GetSamplingTargetsRequest) => any;
728
- }
729
523
 
730
524
  export interface SamplingTargetDocument {
731
525
 
@@ -739,10 +533,6 @@ export interface SamplingTargetDocument {
739
533
 
740
534
  Interval?: number;
741
535
  }
742
- export declare namespace SamplingTargetDocument {
743
-
744
- const filterSensitiveLog: (obj: SamplingTargetDocument) => any;
745
- }
746
536
 
747
537
  export interface UnprocessedStatistics {
748
538
 
@@ -752,10 +542,6 @@ export interface UnprocessedStatistics {
752
542
 
753
543
  Message?: string;
754
544
  }
755
- export declare namespace UnprocessedStatistics {
756
-
757
- const filterSensitiveLog: (obj: UnprocessedStatistics) => any;
758
- }
759
545
  export interface GetSamplingTargetsResult {
760
546
 
761
547
  SamplingTargetDocuments?: SamplingTargetDocument[];
@@ -764,10 +550,6 @@ export interface GetSamplingTargetsResult {
764
550
 
765
551
  UnprocessedStatistics?: UnprocessedStatistics[];
766
552
  }
767
- export declare namespace GetSamplingTargetsResult {
768
-
769
- const filterSensitiveLog: (obj: GetSamplingTargetsResult) => any;
770
- }
771
553
  export interface GetServiceGraphRequest {
772
554
 
773
555
  StartTime: Date | undefined;
@@ -780,10 +562,6 @@ export interface GetServiceGraphRequest {
780
562
 
781
563
  NextToken?: string;
782
564
  }
783
- export declare namespace GetServiceGraphRequest {
784
-
785
- const filterSensitiveLog: (obj: GetServiceGraphRequest) => any;
786
- }
787
565
 
788
566
  export interface HistogramEntry {
789
567
 
@@ -791,10 +569,6 @@ export interface HistogramEntry {
791
569
 
792
570
  Count?: number;
793
571
  }
794
- export declare namespace HistogramEntry {
795
-
796
- const filterSensitiveLog: (obj: HistogramEntry) => any;
797
- }
798
572
 
799
573
  export interface ErrorStatistics {
800
574
 
@@ -804,10 +578,6 @@ export interface ErrorStatistics {
804
578
 
805
579
  TotalCount?: number;
806
580
  }
807
- export declare namespace ErrorStatistics {
808
-
809
- const filterSensitiveLog: (obj: ErrorStatistics) => any;
810
- }
811
581
 
812
582
  export interface FaultStatistics {
813
583
 
@@ -815,10 +585,6 @@ export interface FaultStatistics {
815
585
 
816
586
  TotalCount?: number;
817
587
  }
818
- export declare namespace FaultStatistics {
819
-
820
- const filterSensitiveLog: (obj: FaultStatistics) => any;
821
- }
822
588
 
823
589
  export interface EdgeStatistics {
824
590
 
@@ -832,10 +598,6 @@ export interface EdgeStatistics {
832
598
 
833
599
  TotalResponseTime?: number;
834
600
  }
835
- export declare namespace EdgeStatistics {
836
-
837
- const filterSensitiveLog: (obj: EdgeStatistics) => any;
838
- }
839
601
 
840
602
  export interface Edge {
841
603
 
@@ -851,10 +613,6 @@ export interface Edge {
851
613
 
852
614
  Aliases?: Alias[];
853
615
  }
854
- export declare namespace Edge {
855
-
856
- const filterSensitiveLog: (obj: Edge) => any;
857
- }
858
616
 
859
617
  export interface ServiceStatistics {
860
618
 
@@ -868,10 +626,6 @@ export interface ServiceStatistics {
868
626
 
869
627
  TotalResponseTime?: number;
870
628
  }
871
- export declare namespace ServiceStatistics {
872
-
873
- const filterSensitiveLog: (obj: ServiceStatistics) => any;
874
- }
875
629
 
876
630
  export interface Service {
877
631
 
@@ -901,10 +655,6 @@ export interface Service {
901
655
 
902
656
  ResponseTimeHistogram?: HistogramEntry[];
903
657
  }
904
- export declare namespace Service {
905
-
906
- const filterSensitiveLog: (obj: Service) => any;
907
- }
908
658
  export interface GetServiceGraphResult {
909
659
 
910
660
  StartTime?: Date;
@@ -917,10 +667,6 @@ export interface GetServiceGraphResult {
917
667
 
918
668
  NextToken?: string;
919
669
  }
920
- export declare namespace GetServiceGraphResult {
921
-
922
- const filterSensitiveLog: (obj: GetServiceGraphResult) => any;
923
- }
924
670
  export interface GetTimeSeriesServiceStatisticsRequest {
925
671
 
926
672
  StartTime: Date | undefined;
@@ -939,10 +685,6 @@ export interface GetTimeSeriesServiceStatisticsRequest {
939
685
 
940
686
  NextToken?: string;
941
687
  }
942
- export declare namespace GetTimeSeriesServiceStatisticsRequest {
943
-
944
- const filterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsRequest) => any;
945
- }
946
688
 
947
689
  export interface ForecastStatistics {
948
690
 
@@ -950,10 +692,6 @@ export interface ForecastStatistics {
950
692
 
951
693
  FaultCountLow?: number;
952
694
  }
953
- export declare namespace ForecastStatistics {
954
-
955
- const filterSensitiveLog: (obj: ForecastStatistics) => any;
956
- }
957
695
 
958
696
  export interface TimeSeriesServiceStatistics {
959
697
 
@@ -967,10 +705,6 @@ export interface TimeSeriesServiceStatistics {
967
705
 
968
706
  ResponseTimeHistogram?: HistogramEntry[];
969
707
  }
970
- export declare namespace TimeSeriesServiceStatistics {
971
-
972
- const filterSensitiveLog: (obj: TimeSeriesServiceStatistics) => any;
973
- }
974
708
  export interface GetTimeSeriesServiceStatisticsResult {
975
709
 
976
710
  TimeSeriesServiceStatistics?: TimeSeriesServiceStatistics[];
@@ -979,30 +713,18 @@ export interface GetTimeSeriesServiceStatisticsResult {
979
713
 
980
714
  NextToken?: string;
981
715
  }
982
- export declare namespace GetTimeSeriesServiceStatisticsResult {
983
-
984
- const filterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsResult) => any;
985
- }
986
716
  export interface GetTraceGraphRequest {
987
717
 
988
718
  TraceIds: string[] | undefined;
989
719
 
990
720
  NextToken?: string;
991
721
  }
992
- export declare namespace GetTraceGraphRequest {
993
-
994
- const filterSensitiveLog: (obj: GetTraceGraphRequest) => any;
995
- }
996
722
  export interface GetTraceGraphResult {
997
723
 
998
724
  Services?: Service[];
999
725
 
1000
726
  NextToken?: string;
1001
727
  }
1002
- export declare namespace GetTraceGraphResult {
1003
-
1004
- const filterSensitiveLog: (obj: GetTraceGraphResult) => any;
1005
- }
1006
728
  export declare enum SamplingStrategyName {
1007
729
  FixedRate = "FixedRate",
1008
730
  PartialScan = "PartialScan"
@@ -1014,10 +736,6 @@ export interface SamplingStrategy {
1014
736
 
1015
737
  Value?: number;
1016
738
  }
1017
- export declare namespace SamplingStrategy {
1018
-
1019
- const filterSensitiveLog: (obj: SamplingStrategy) => any;
1020
- }
1021
739
  export declare enum TimeRangeType {
1022
740
  Event = "Event",
1023
741
  TraceId = "TraceId"
@@ -1038,10 +756,6 @@ export interface GetTraceSummariesRequest {
1038
756
 
1039
757
  NextToken?: string;
1040
758
  }
1041
- export declare namespace GetTraceSummariesRequest {
1042
-
1043
- const filterSensitiveLog: (obj: GetTraceSummariesRequest) => any;
1044
- }
1045
759
 
1046
760
  export interface RootCauseException {
1047
761
 
@@ -1049,10 +763,6 @@ export interface RootCauseException {
1049
763
 
1050
764
  Message?: string;
1051
765
  }
1052
- export declare namespace RootCauseException {
1053
-
1054
- const filterSensitiveLog: (obj: RootCauseException) => any;
1055
- }
1056
766
 
1057
767
  export interface ErrorRootCauseEntity {
1058
768
 
@@ -1062,10 +772,6 @@ export interface ErrorRootCauseEntity {
1062
772
 
1063
773
  Remote?: boolean;
1064
774
  }
1065
- export declare namespace ErrorRootCauseEntity {
1066
-
1067
- const filterSensitiveLog: (obj: ErrorRootCauseEntity) => any;
1068
- }
1069
775
 
1070
776
  export interface ErrorRootCauseService {
1071
777
 
@@ -1081,10 +787,6 @@ export interface ErrorRootCauseService {
1081
787
 
1082
788
  Inferred?: boolean;
1083
789
  }
1084
- export declare namespace ErrorRootCauseService {
1085
-
1086
- const filterSensitiveLog: (obj: ErrorRootCauseService) => any;
1087
- }
1088
790
 
1089
791
  export interface ErrorRootCause {
1090
792
 
@@ -1092,10 +794,6 @@ export interface ErrorRootCause {
1092
794
 
1093
795
  ClientImpacting?: boolean;
1094
796
  }
1095
- export declare namespace ErrorRootCause {
1096
-
1097
- const filterSensitiveLog: (obj: ErrorRootCause) => any;
1098
- }
1099
797
 
1100
798
  export interface FaultRootCauseEntity {
1101
799
 
@@ -1105,10 +803,6 @@ export interface FaultRootCauseEntity {
1105
803
 
1106
804
  Remote?: boolean;
1107
805
  }
1108
- export declare namespace FaultRootCauseEntity {
1109
-
1110
- const filterSensitiveLog: (obj: FaultRootCauseEntity) => any;
1111
- }
1112
806
 
1113
807
  export interface FaultRootCauseService {
1114
808
 
@@ -1124,10 +818,6 @@ export interface FaultRootCauseService {
1124
818
 
1125
819
  Inferred?: boolean;
1126
820
  }
1127
- export declare namespace FaultRootCauseService {
1128
-
1129
- const filterSensitiveLog: (obj: FaultRootCauseService) => any;
1130
- }
1131
821
 
1132
822
  export interface FaultRootCause {
1133
823
 
@@ -1135,10 +825,6 @@ export interface FaultRootCause {
1135
825
 
1136
826
  ClientImpacting?: boolean;
1137
827
  }
1138
- export declare namespace FaultRootCause {
1139
-
1140
- const filterSensitiveLog: (obj: FaultRootCause) => any;
1141
- }
1142
828
 
1143
829
  export interface Http {
1144
830
 
@@ -1152,28 +838,16 @@ export interface Http {
1152
838
 
1153
839
  ClientIp?: string;
1154
840
  }
1155
- export declare namespace Http {
1156
-
1157
- const filterSensitiveLog: (obj: Http) => any;
1158
- }
1159
841
 
1160
842
  export interface InstanceIdDetail {
1161
843
 
1162
844
  Id?: string;
1163
845
  }
1164
- export declare namespace InstanceIdDetail {
1165
-
1166
- const filterSensitiveLog: (obj: InstanceIdDetail) => any;
1167
- }
1168
846
 
1169
847
  export interface ResourceARNDetail {
1170
848
 
1171
849
  ARN?: string;
1172
850
  }
1173
- export declare namespace ResourceARNDetail {
1174
-
1175
- const filterSensitiveLog: (obj: ResourceARNDetail) => any;
1176
- }
1177
851
 
1178
852
  export interface ResponseTimeRootCauseEntity {
1179
853
 
@@ -1183,10 +857,6 @@ export interface ResponseTimeRootCauseEntity {
1183
857
 
1184
858
  Remote?: boolean;
1185
859
  }
1186
- export declare namespace ResponseTimeRootCauseEntity {
1187
-
1188
- const filterSensitiveLog: (obj: ResponseTimeRootCauseEntity) => any;
1189
- }
1190
860
 
1191
861
  export interface ResponseTimeRootCauseService {
1192
862
 
@@ -1202,10 +872,6 @@ export interface ResponseTimeRootCauseService {
1202
872
 
1203
873
  Inferred?: boolean;
1204
874
  }
1205
- export declare namespace ResponseTimeRootCauseService {
1206
-
1207
- const filterSensitiveLog: (obj: ResponseTimeRootCauseService) => any;
1208
- }
1209
875
 
1210
876
  export interface ResponseTimeRootCause {
1211
877
 
@@ -1213,10 +879,6 @@ export interface ResponseTimeRootCause {
1213
879
 
1214
880
  ClientImpacting?: boolean;
1215
881
  }
1216
- export declare namespace ResponseTimeRootCause {
1217
-
1218
- const filterSensitiveLog: (obj: ResponseTimeRootCause) => any;
1219
- }
1220
882
 
1221
883
  export interface TraceUser {
1222
884
 
@@ -1224,10 +886,6 @@ export interface TraceUser {
1224
886
 
1225
887
  ServiceIds?: ServiceId[];
1226
888
  }
1227
- export declare namespace TraceUser {
1228
-
1229
- const filterSensitiveLog: (obj: TraceUser) => any;
1230
- }
1231
889
 
1232
890
  export interface TraceSummary {
1233
891
 
@@ -1271,10 +929,6 @@ export interface TraceSummary {
1271
929
 
1272
930
  MatchedEventTime?: Date;
1273
931
  }
1274
- export declare namespace TraceSummary {
1275
-
1276
- const filterSensitiveLog: (obj: TraceSummary) => any;
1277
- }
1278
932
  export interface GetTraceSummariesResult {
1279
933
 
1280
934
  TraceSummaries?: TraceSummary[];
@@ -1285,30 +939,18 @@ export interface GetTraceSummariesResult {
1285
939
 
1286
940
  NextToken?: string;
1287
941
  }
1288
- export declare namespace GetTraceSummariesResult {
1289
-
1290
- const filterSensitiveLog: (obj: GetTraceSummariesResult) => any;
1291
- }
1292
942
  export interface ListTagsForResourceRequest {
1293
943
 
1294
944
  ResourceARN: string | undefined;
1295
945
 
1296
946
  NextToken?: string;
1297
947
  }
1298
- export declare namespace ListTagsForResourceRequest {
1299
-
1300
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1301
- }
1302
948
  export interface ListTagsForResourceResponse {
1303
949
 
1304
950
  Tags?: Tag[];
1305
951
 
1306
952
  NextToken?: string;
1307
953
  }
1308
- export declare namespace ListTagsForResourceResponse {
1309
-
1310
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1311
- }
1312
954
 
1313
955
  export declare class ResourceNotFoundException extends __BaseException {
1314
956
  readonly name: "ResourceNotFoundException";
@@ -1324,18 +966,10 @@ export interface PutEncryptionConfigRequest {
1324
966
 
1325
967
  Type: EncryptionType | string | undefined;
1326
968
  }
1327
- export declare namespace PutEncryptionConfigRequest {
1328
-
1329
- const filterSensitiveLog: (obj: PutEncryptionConfigRequest) => any;
1330
- }
1331
969
  export interface PutEncryptionConfigResult {
1332
970
 
1333
971
  EncryptionConfig?: EncryptionConfig;
1334
972
  }
1335
- export declare namespace PutEncryptionConfigResult {
1336
-
1337
- const filterSensitiveLog: (obj: PutEncryptionConfigResult) => any;
1338
- }
1339
973
 
1340
974
  export interface BackendConnectionErrors {
1341
975
 
@@ -1351,10 +985,6 @@ export interface BackendConnectionErrors {
1351
985
 
1352
986
  OtherCount?: number;
1353
987
  }
1354
- export declare namespace BackendConnectionErrors {
1355
-
1356
- const filterSensitiveLog: (obj: BackendConnectionErrors) => any;
1357
- }
1358
988
 
1359
989
  export interface TelemetryRecord {
1360
990
 
@@ -1370,10 +1000,6 @@ export interface TelemetryRecord {
1370
1000
 
1371
1001
  BackendConnectionErrors?: BackendConnectionErrors;
1372
1002
  }
1373
- export declare namespace TelemetryRecord {
1374
-
1375
- const filterSensitiveLog: (obj: TelemetryRecord) => any;
1376
- }
1377
1003
  export interface PutTelemetryRecordsRequest {
1378
1004
 
1379
1005
  TelemetryRecords: TelemetryRecord[] | undefined;
@@ -1384,24 +1010,12 @@ export interface PutTelemetryRecordsRequest {
1384
1010
 
1385
1011
  ResourceARN?: string;
1386
1012
  }
1387
- export declare namespace PutTelemetryRecordsRequest {
1388
-
1389
- const filterSensitiveLog: (obj: PutTelemetryRecordsRequest) => any;
1390
- }
1391
1013
  export interface PutTelemetryRecordsResult {
1392
1014
  }
1393
- export declare namespace PutTelemetryRecordsResult {
1394
-
1395
- const filterSensitiveLog: (obj: PutTelemetryRecordsResult) => any;
1396
- }
1397
1015
  export interface PutTraceSegmentsRequest {
1398
1016
 
1399
1017
  TraceSegmentDocuments: string[] | undefined;
1400
1018
  }
1401
- export declare namespace PutTraceSegmentsRequest {
1402
-
1403
- const filterSensitiveLog: (obj: PutTraceSegmentsRequest) => any;
1404
- }
1405
1019
 
1406
1020
  export interface UnprocessedTraceSegment {
1407
1021
 
@@ -1411,34 +1025,18 @@ export interface UnprocessedTraceSegment {
1411
1025
 
1412
1026
  Message?: string;
1413
1027
  }
1414
- export declare namespace UnprocessedTraceSegment {
1415
-
1416
- const filterSensitiveLog: (obj: UnprocessedTraceSegment) => any;
1417
- }
1418
1028
  export interface PutTraceSegmentsResult {
1419
1029
 
1420
1030
  UnprocessedTraceSegments?: UnprocessedTraceSegment[];
1421
1031
  }
1422
- export declare namespace PutTraceSegmentsResult {
1423
-
1424
- const filterSensitiveLog: (obj: PutTraceSegmentsResult) => any;
1425
- }
1426
1032
  export interface TagResourceRequest {
1427
1033
 
1428
1034
  ResourceARN: string | undefined;
1429
1035
 
1430
1036
  Tags: Tag[] | undefined;
1431
1037
  }
1432
- export declare namespace TagResourceRequest {
1433
-
1434
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1435
- }
1436
1038
  export interface TagResourceResponse {
1437
1039
  }
1438
- export declare namespace TagResourceResponse {
1439
-
1440
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1441
- }
1442
1040
 
1443
1041
  export declare class TooManyTagsException extends __BaseException {
1444
1042
  readonly name: "TooManyTagsException";
@@ -1454,16 +1052,8 @@ export interface UntagResourceRequest {
1454
1052
 
1455
1053
  TagKeys: string[] | undefined;
1456
1054
  }
1457
- export declare namespace UntagResourceRequest {
1458
-
1459
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1460
- }
1461
1055
  export interface UntagResourceResponse {
1462
1056
  }
1463
- export declare namespace UntagResourceResponse {
1464
-
1465
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1466
- }
1467
1057
  export interface UpdateGroupRequest {
1468
1058
 
1469
1059
  GroupName?: string;
@@ -1474,18 +1064,10 @@ export interface UpdateGroupRequest {
1474
1064
 
1475
1065
  InsightsConfiguration?: InsightsConfiguration;
1476
1066
  }
1477
- export declare namespace UpdateGroupRequest {
1478
-
1479
- const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
1480
- }
1481
1067
  export interface UpdateGroupResult {
1482
1068
 
1483
1069
  Group?: Group;
1484
1070
  }
1485
- export declare namespace UpdateGroupResult {
1486
-
1487
- const filterSensitiveLog: (obj: UpdateGroupResult) => any;
1488
- }
1489
1071
 
1490
1072
  export interface SamplingRuleUpdate {
1491
1073
 
@@ -1513,23 +1095,227 @@ export interface SamplingRuleUpdate {
1513
1095
 
1514
1096
  Attributes?: Record<string, string>;
1515
1097
  }
1516
- export declare namespace SamplingRuleUpdate {
1517
-
1518
- const filterSensitiveLog: (obj: SamplingRuleUpdate) => any;
1519
- }
1520
1098
  export interface UpdateSamplingRuleRequest {
1521
1099
 
1522
1100
  SamplingRuleUpdate: SamplingRuleUpdate | undefined;
1523
1101
  }
1524
- export declare namespace UpdateSamplingRuleRequest {
1525
-
1526
- const filterSensitiveLog: (obj: UpdateSamplingRuleRequest) => any;
1527
- }
1528
1102
  export interface UpdateSamplingRuleResult {
1529
1103
 
1530
1104
  SamplingRuleRecord?: SamplingRuleRecord;
1531
1105
  }
1532
- export declare namespace UpdateSamplingRuleResult {
1533
-
1534
- const filterSensitiveLog: (obj: UpdateSamplingRuleResult) => any;
1535
- }
1106
+
1107
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
1108
+
1109
+ export declare const AnnotationValueFilterSensitiveLog: (obj: AnnotationValue) => any;
1110
+
1111
+ export declare const ServiceIdFilterSensitiveLog: (obj: ServiceId) => any;
1112
+
1113
+ export declare const ValueWithServiceIdsFilterSensitiveLog: (obj: ValueWithServiceIds) => any;
1114
+
1115
+ export declare const AnomalousServiceFilterSensitiveLog: (obj: AnomalousService) => any;
1116
+
1117
+ export declare const AvailabilityZoneDetailFilterSensitiveLog: (obj: AvailabilityZoneDetail) => any;
1118
+
1119
+ export declare const BatchGetTracesRequestFilterSensitiveLog: (obj: BatchGetTracesRequest) => any;
1120
+
1121
+ export declare const SegmentFilterSensitiveLog: (obj: Segment) => any;
1122
+
1123
+ export declare const TraceFilterSensitiveLog: (obj: Trace) => any;
1124
+
1125
+ export declare const BatchGetTracesResultFilterSensitiveLog: (obj: BatchGetTracesResult) => any;
1126
+
1127
+ export declare const InsightsConfigurationFilterSensitiveLog: (obj: InsightsConfiguration) => any;
1128
+
1129
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1130
+
1131
+ export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
1132
+
1133
+ export declare const GroupFilterSensitiveLog: (obj: Group) => any;
1134
+
1135
+ export declare const CreateGroupResultFilterSensitiveLog: (obj: CreateGroupResult) => any;
1136
+
1137
+ export declare const SamplingRuleFilterSensitiveLog: (obj: SamplingRule) => any;
1138
+
1139
+ export declare const CreateSamplingRuleRequestFilterSensitiveLog: (obj: CreateSamplingRuleRequest) => any;
1140
+
1141
+ export declare const SamplingRuleRecordFilterSensitiveLog: (obj: SamplingRuleRecord) => any;
1142
+
1143
+ export declare const CreateSamplingRuleResultFilterSensitiveLog: (obj: CreateSamplingRuleResult) => any;
1144
+
1145
+ export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
1146
+
1147
+ export declare const DeleteGroupResultFilterSensitiveLog: (obj: DeleteGroupResult) => any;
1148
+
1149
+ export declare const DeleteSamplingRuleRequestFilterSensitiveLog: (obj: DeleteSamplingRuleRequest) => any;
1150
+
1151
+ export declare const DeleteSamplingRuleResultFilterSensitiveLog: (obj: DeleteSamplingRuleResult) => any;
1152
+
1153
+ export declare const GetEncryptionConfigRequestFilterSensitiveLog: (obj: GetEncryptionConfigRequest) => any;
1154
+
1155
+ export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
1156
+
1157
+ export declare const GetEncryptionConfigResultFilterSensitiveLog: (obj: GetEncryptionConfigResult) => any;
1158
+
1159
+ export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
1160
+
1161
+ export declare const GetGroupResultFilterSensitiveLog: (obj: GetGroupResult) => any;
1162
+
1163
+ export declare const GetGroupsRequestFilterSensitiveLog: (obj: GetGroupsRequest) => any;
1164
+
1165
+ export declare const GroupSummaryFilterSensitiveLog: (obj: GroupSummary) => any;
1166
+
1167
+ export declare const GetGroupsResultFilterSensitiveLog: (obj: GetGroupsResult) => any;
1168
+
1169
+ export declare const GetInsightRequestFilterSensitiveLog: (obj: GetInsightRequest) => any;
1170
+
1171
+ export declare const RequestImpactStatisticsFilterSensitiveLog: (obj: RequestImpactStatistics) => any;
1172
+
1173
+ export declare const InsightFilterSensitiveLog: (obj: Insight) => any;
1174
+
1175
+ export declare const GetInsightResultFilterSensitiveLog: (obj: GetInsightResult) => any;
1176
+
1177
+ export declare const GetInsightEventsRequestFilterSensitiveLog: (obj: GetInsightEventsRequest) => any;
1178
+
1179
+ export declare const InsightEventFilterSensitiveLog: (obj: InsightEvent) => any;
1180
+
1181
+ export declare const GetInsightEventsResultFilterSensitiveLog: (obj: GetInsightEventsResult) => any;
1182
+
1183
+ export declare const GetInsightImpactGraphRequestFilterSensitiveLog: (obj: GetInsightImpactGraphRequest) => any;
1184
+
1185
+ export declare const InsightImpactGraphEdgeFilterSensitiveLog: (obj: InsightImpactGraphEdge) => any;
1186
+
1187
+ export declare const InsightImpactGraphServiceFilterSensitiveLog: (obj: InsightImpactGraphService) => any;
1188
+
1189
+ export declare const GetInsightImpactGraphResultFilterSensitiveLog: (obj: GetInsightImpactGraphResult) => any;
1190
+
1191
+ export declare const GetInsightSummariesRequestFilterSensitiveLog: (obj: GetInsightSummariesRequest) => any;
1192
+
1193
+ export declare const InsightSummaryFilterSensitiveLog: (obj: InsightSummary) => any;
1194
+
1195
+ export declare const GetInsightSummariesResultFilterSensitiveLog: (obj: GetInsightSummariesResult) => any;
1196
+
1197
+ export declare const GetSamplingRulesRequestFilterSensitiveLog: (obj: GetSamplingRulesRequest) => any;
1198
+
1199
+ export declare const GetSamplingRulesResultFilterSensitiveLog: (obj: GetSamplingRulesResult) => any;
1200
+
1201
+ export declare const GetSamplingStatisticSummariesRequestFilterSensitiveLog: (obj: GetSamplingStatisticSummariesRequest) => any;
1202
+
1203
+ export declare const SamplingStatisticSummaryFilterSensitiveLog: (obj: SamplingStatisticSummary) => any;
1204
+
1205
+ export declare const GetSamplingStatisticSummariesResultFilterSensitiveLog: (obj: GetSamplingStatisticSummariesResult) => any;
1206
+
1207
+ export declare const SamplingStatisticsDocumentFilterSensitiveLog: (obj: SamplingStatisticsDocument) => any;
1208
+
1209
+ export declare const GetSamplingTargetsRequestFilterSensitiveLog: (obj: GetSamplingTargetsRequest) => any;
1210
+
1211
+ export declare const SamplingTargetDocumentFilterSensitiveLog: (obj: SamplingTargetDocument) => any;
1212
+
1213
+ export declare const UnprocessedStatisticsFilterSensitiveLog: (obj: UnprocessedStatistics) => any;
1214
+
1215
+ export declare const GetSamplingTargetsResultFilterSensitiveLog: (obj: GetSamplingTargetsResult) => any;
1216
+
1217
+ export declare const GetServiceGraphRequestFilterSensitiveLog: (obj: GetServiceGraphRequest) => any;
1218
+
1219
+ export declare const HistogramEntryFilterSensitiveLog: (obj: HistogramEntry) => any;
1220
+
1221
+ export declare const ErrorStatisticsFilterSensitiveLog: (obj: ErrorStatistics) => any;
1222
+
1223
+ export declare const FaultStatisticsFilterSensitiveLog: (obj: FaultStatistics) => any;
1224
+
1225
+ export declare const EdgeStatisticsFilterSensitiveLog: (obj: EdgeStatistics) => any;
1226
+
1227
+ export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
1228
+
1229
+ export declare const ServiceStatisticsFilterSensitiveLog: (obj: ServiceStatistics) => any;
1230
+
1231
+ export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
1232
+
1233
+ export declare const GetServiceGraphResultFilterSensitiveLog: (obj: GetServiceGraphResult) => any;
1234
+
1235
+ export declare const GetTimeSeriesServiceStatisticsRequestFilterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsRequest) => any;
1236
+
1237
+ export declare const ForecastStatisticsFilterSensitiveLog: (obj: ForecastStatistics) => any;
1238
+
1239
+ export declare const TimeSeriesServiceStatisticsFilterSensitiveLog: (obj: TimeSeriesServiceStatistics) => any;
1240
+
1241
+ export declare const GetTimeSeriesServiceStatisticsResultFilterSensitiveLog: (obj: GetTimeSeriesServiceStatisticsResult) => any;
1242
+
1243
+ export declare const GetTraceGraphRequestFilterSensitiveLog: (obj: GetTraceGraphRequest) => any;
1244
+
1245
+ export declare const GetTraceGraphResultFilterSensitiveLog: (obj: GetTraceGraphResult) => any;
1246
+
1247
+ export declare const SamplingStrategyFilterSensitiveLog: (obj: SamplingStrategy) => any;
1248
+
1249
+ export declare const GetTraceSummariesRequestFilterSensitiveLog: (obj: GetTraceSummariesRequest) => any;
1250
+
1251
+ export declare const RootCauseExceptionFilterSensitiveLog: (obj: RootCauseException) => any;
1252
+
1253
+ export declare const ErrorRootCauseEntityFilterSensitiveLog: (obj: ErrorRootCauseEntity) => any;
1254
+
1255
+ export declare const ErrorRootCauseServiceFilterSensitiveLog: (obj: ErrorRootCauseService) => any;
1256
+
1257
+ export declare const ErrorRootCauseFilterSensitiveLog: (obj: ErrorRootCause) => any;
1258
+
1259
+ export declare const FaultRootCauseEntityFilterSensitiveLog: (obj: FaultRootCauseEntity) => any;
1260
+
1261
+ export declare const FaultRootCauseServiceFilterSensitiveLog: (obj: FaultRootCauseService) => any;
1262
+
1263
+ export declare const FaultRootCauseFilterSensitiveLog: (obj: FaultRootCause) => any;
1264
+
1265
+ export declare const HttpFilterSensitiveLog: (obj: Http) => any;
1266
+
1267
+ export declare const InstanceIdDetailFilterSensitiveLog: (obj: InstanceIdDetail) => any;
1268
+
1269
+ export declare const ResourceARNDetailFilterSensitiveLog: (obj: ResourceARNDetail) => any;
1270
+
1271
+ export declare const ResponseTimeRootCauseEntityFilterSensitiveLog: (obj: ResponseTimeRootCauseEntity) => any;
1272
+
1273
+ export declare const ResponseTimeRootCauseServiceFilterSensitiveLog: (obj: ResponseTimeRootCauseService) => any;
1274
+
1275
+ export declare const ResponseTimeRootCauseFilterSensitiveLog: (obj: ResponseTimeRootCause) => any;
1276
+
1277
+ export declare const TraceUserFilterSensitiveLog: (obj: TraceUser) => any;
1278
+
1279
+ export declare const TraceSummaryFilterSensitiveLog: (obj: TraceSummary) => any;
1280
+
1281
+ export declare const GetTraceSummariesResultFilterSensitiveLog: (obj: GetTraceSummariesResult) => any;
1282
+
1283
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1284
+
1285
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1286
+
1287
+ export declare const PutEncryptionConfigRequestFilterSensitiveLog: (obj: PutEncryptionConfigRequest) => any;
1288
+
1289
+ export declare const PutEncryptionConfigResultFilterSensitiveLog: (obj: PutEncryptionConfigResult) => any;
1290
+
1291
+ export declare const BackendConnectionErrorsFilterSensitiveLog: (obj: BackendConnectionErrors) => any;
1292
+
1293
+ export declare const TelemetryRecordFilterSensitiveLog: (obj: TelemetryRecord) => any;
1294
+
1295
+ export declare const PutTelemetryRecordsRequestFilterSensitiveLog: (obj: PutTelemetryRecordsRequest) => any;
1296
+
1297
+ export declare const PutTelemetryRecordsResultFilterSensitiveLog: (obj: PutTelemetryRecordsResult) => any;
1298
+
1299
+ export declare const PutTraceSegmentsRequestFilterSensitiveLog: (obj: PutTraceSegmentsRequest) => any;
1300
+
1301
+ export declare const UnprocessedTraceSegmentFilterSensitiveLog: (obj: UnprocessedTraceSegment) => any;
1302
+
1303
+ export declare const PutTraceSegmentsResultFilterSensitiveLog: (obj: PutTraceSegmentsResult) => any;
1304
+
1305
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1306
+
1307
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1308
+
1309
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1310
+
1311
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1312
+
1313
+ export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
1314
+
1315
+ export declare const UpdateGroupResultFilterSensitiveLog: (obj: UpdateGroupResult) => any;
1316
+
1317
+ export declare const SamplingRuleUpdateFilterSensitiveLog: (obj: SamplingRuleUpdate) => any;
1318
+
1319
+ export declare const UpdateSamplingRuleRequestFilterSensitiveLog: (obj: UpdateSamplingRuleRequest) => any;
1320
+
1321
+ export declare const UpdateSamplingRuleResultFilterSensitiveLog: (obj: UpdateSamplingRuleResult) => any;