@aws-sdk/client-xray 3.35.0 → 3.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/XRay.js +0 -5
- package/dist-cjs/XRayClient.js +0 -10
- package/dist-cjs/commands/BatchGetTracesCommand.js +0 -27
- package/dist-cjs/commands/CreateGroupCommand.js +0 -25
- package/dist-cjs/commands/CreateSamplingRuleCommand.js +0 -31
- package/dist-cjs/commands/DeleteGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js +0 -25
- package/dist-cjs/commands/GetEncryptionConfigCommand.js +0 -25
- package/dist-cjs/commands/GetGroupCommand.js +0 -25
- package/dist-cjs/commands/GetGroupsCommand.js +0 -25
- package/dist-cjs/commands/GetInsightCommand.js +0 -27
- package/dist-cjs/commands/GetInsightEventsCommand.js +0 -27
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js +0 -26
- package/dist-cjs/commands/GetInsightSummariesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingRulesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +0 -25
- package/dist-cjs/commands/GetSamplingTargetsCommand.js +0 -26
- package/dist-cjs/commands/GetServiceGraphCommand.js +0 -29
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +0 -26
- package/dist-cjs/commands/GetTraceGraphCommand.js +0 -25
- package/dist-cjs/commands/GetTraceSummariesCommand.js +0 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutEncryptionConfigCommand.js +0 -25
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js +0 -25
- package/dist-cjs/commands/PutTraceSegmentsCommand.js +0 -87
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateGroupCommand.js +0 -25
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js +0 -25
- package/dist-cjs/commands/index.js +30 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -41
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -340
- package/dist-cjs/pagination/BatchGetTracesPaginator.js +0 -11
- package/dist-cjs/pagination/GetGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/GetInsightEventsPaginator.js +0 -11
- package/dist-cjs/pagination/GetInsightSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/GetSamplingRulesPaginator.js +0 -11
- package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/GetServiceGraphPaginator.js +0 -11
- package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js +0 -11
- package/dist-cjs/pagination/GetTraceGraphPaginator.js +0 -11
- package/dist-cjs/pagination/GetTraceSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/XRay.js +0 -1
- package/dist-es/XRayClient.js +0 -1
- package/dist-es/commands/BatchGetTracesCommand.js +0 -1
- package/dist-es/commands/CreateGroupCommand.js +0 -1
- package/dist-es/commands/CreateSamplingRuleCommand.js +0 -1
- package/dist-es/commands/DeleteGroupCommand.js +0 -1
- package/dist-es/commands/DeleteSamplingRuleCommand.js +0 -1
- package/dist-es/commands/GetEncryptionConfigCommand.js +0 -1
- package/dist-es/commands/GetGroupCommand.js +0 -1
- package/dist-es/commands/GetGroupsCommand.js +0 -1
- package/dist-es/commands/GetInsightCommand.js +0 -1
- package/dist-es/commands/GetInsightEventsCommand.js +0 -1
- package/dist-es/commands/GetInsightImpactGraphCommand.js +0 -1
- package/dist-es/commands/GetInsightSummariesCommand.js +0 -1
- package/dist-es/commands/GetSamplingRulesCommand.js +0 -1
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +0 -1
- package/dist-es/commands/GetSamplingTargetsCommand.js +0 -1
- package/dist-es/commands/GetServiceGraphCommand.js +0 -1
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +0 -1
- package/dist-es/commands/GetTraceGraphCommand.js +0 -1
- package/dist-es/commands/GetTraceSummariesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutEncryptionConfigCommand.js +0 -1
- package/dist-es/commands/PutTelemetryRecordsCommand.js +0 -1
- package/dist-es/commands/PutTraceSegmentsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateGroupCommand.js +0 -1
- package/dist-es/commands/UpdateSamplingRuleCommand.js +0 -1
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -41
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/BatchGetTracesPaginator.js +0 -1
- package/dist-es/pagination/GetGroupsPaginator.js +0 -1
- package/dist-es/pagination/GetInsightEventsPaginator.js +0 -1
- package/dist-es/pagination/GetInsightSummariesPaginator.js +0 -1
- package/dist-es/pagination/GetSamplingRulesPaginator.js +0 -1
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js +0 -1
- package/dist-es/pagination/GetServiceGraphPaginator.js +0 -1
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js +0 -1
- package/dist-es/pagination/GetTraceGraphPaginator.js +0 -1
- package/dist-es/pagination/GetTraceSummariesPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/index.d.ts +4 -40
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/XRay.d.ts +28 -183
- package/dist-types/ts3.4/XRayClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/BatchGetTracesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateSamplingRuleCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteSamplingRuleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEncryptionConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetInsightCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetInsightEventsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetInsightImpactGraphCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetInsightSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingRulesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingStatisticSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSamplingTargetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetServiceGraphCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetTimeSeriesServiceStatisticsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetTraceGraphCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetTraceSummariesCommand.d.ts +2 -36
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutEncryptionConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutTelemetryRecordsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutTraceSegmentsCommand.d.ts +2 -82
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateSamplingRuleCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/index.d.ts +4 -40
- package/dist-types/ts3.4/models/models_0.d.ts +540 -1902
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/XRay.js.map +0 -1
- package/dist-cjs/XRayClient.js.map +0 -1
- package/dist-cjs/commands/BatchGetTracesCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/commands/GetEncryptionConfigCommand.js.map +0 -1
- package/dist-cjs/commands/GetGroupCommand.js.map +0 -1
- package/dist-cjs/commands/GetGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightEventsCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetInsightSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingRulesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/GetSamplingTargetsCommand.js.map +0 -1
- package/dist-cjs/commands/GetServiceGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js.map +0 -1
- package/dist-cjs/commands/GetTraceGraphCommand.js.map +0 -1
- package/dist-cjs/commands/GetTraceSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutEncryptionConfigCommand.js.map +0 -1
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js.map +0 -1
- package/dist-cjs/commands/PutTraceSegmentsCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGroupCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/BatchGetTracesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetInsightEventsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetInsightSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetSamplingRulesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetSamplingStatisticSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetServiceGraphPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTimeSeriesServiceStatisticsPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTraceGraphPaginator.js.map +0 -1
- package/dist-cjs/pagination/GetTraceSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/XRay.js.map +0 -1
- package/dist-es/XRayClient.js.map +0 -1
- package/dist-es/commands/BatchGetTracesCommand.js.map +0 -1
- package/dist-es/commands/CreateGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateSamplingRuleCommand.js.map +0 -1
- package/dist-es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteSamplingRuleCommand.js.map +0 -1
- package/dist-es/commands/GetEncryptionConfigCommand.js.map +0 -1
- package/dist-es/commands/GetGroupCommand.js.map +0 -1
- package/dist-es/commands/GetGroupsCommand.js.map +0 -1
- package/dist-es/commands/GetInsightCommand.js.map +0 -1
- package/dist-es/commands/GetInsightEventsCommand.js.map +0 -1
- package/dist-es/commands/GetInsightImpactGraphCommand.js.map +0 -1
- package/dist-es/commands/GetInsightSummariesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingRulesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js.map +0 -1
- package/dist-es/commands/GetSamplingTargetsCommand.js.map +0 -1
- package/dist-es/commands/GetServiceGraphCommand.js.map +0 -1
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js.map +0 -1
- package/dist-es/commands/GetTraceGraphCommand.js.map +0 -1
- package/dist-es/commands/GetTraceSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutEncryptionConfigCommand.js.map +0 -1
- package/dist-es/commands/PutTelemetryRecordsCommand.js.map +0 -1
- package/dist-es/commands/PutTraceSegmentsCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist-es/commands/UpdateSamplingRuleCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/BatchGetTracesPaginator.js.map +0 -1
- package/dist-es/pagination/GetGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/GetInsightEventsPaginator.js.map +0 -1
- package/dist-es/pagination/GetInsightSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/GetSamplingRulesPaginator.js.map +0 -1
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/GetServiceGraphPaginator.js.map +0 -1
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js.map +0 -1
- package/dist-es/pagination/GetTraceGraphPaginator.js.map +0 -1
- package/dist-es/pagination/GetTraceSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/XRay.ts +0 -1036
- package/src/XRayClient.ts +0 -342
- package/src/commands/BatchGetTracesCommand.ts +0 -97
- package/src/commands/CreateGroupCommand.ts +0 -95
- package/src/commands/CreateSamplingRuleCommand.ts +0 -101
- package/src/commands/DeleteGroupCommand.ts +0 -95
- package/src/commands/DeleteSamplingRuleCommand.ts +0 -95
- package/src/commands/GetEncryptionConfigCommand.ts +0 -95
- package/src/commands/GetGroupCommand.ts +0 -91
- package/src/commands/GetGroupsCommand.ts +0 -95
- package/src/commands/GetInsightCommand.ts +0 -97
- package/src/commands/GetInsightEventsCommand.ts +0 -97
- package/src/commands/GetInsightImpactGraphCommand.ts +0 -96
- package/src/commands/GetInsightSummariesCommand.ts +0 -95
- package/src/commands/GetSamplingRulesCommand.ts +0 -95
- package/src/commands/GetSamplingStatisticSummariesCommand.ts +0 -100
- package/src/commands/GetSamplingTargetsCommand.ts +0 -96
- package/src/commands/GetServiceGraphCommand.ts +0 -99
- package/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +0 -104
- package/src/commands/GetTraceGraphCommand.ts +0 -95
- package/src/commands/GetTraceSummariesCommand.ts +0 -111
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutEncryptionConfigCommand.ts +0 -95
- package/src/commands/PutTelemetryRecordsCommand.ts +0 -95
- package/src/commands/PutTraceSegmentsCommand.ts +0 -157
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/commands/UpdateGroupCommand.ts +0 -95
- package/src/commands/UpdateSamplingRuleCommand.ts +0 -95
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -41
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -3647
- package/src/pagination/BatchGetTracesPaginator.ts +0 -58
- package/src/pagination/GetGroupsPaginator.ts +0 -54
- package/src/pagination/GetInsightEventsPaginator.ts +0 -59
- package/src/pagination/GetInsightSummariesPaginator.ts +0 -59
- package/src/pagination/GetSamplingRulesPaginator.ts +0 -58
- package/src/pagination/GetSamplingStatisticSummariesPaginator.ts +0 -58
- package/src/pagination/GetServiceGraphPaginator.ts +0 -58
- package/src/pagination/GetTimeSeriesServiceStatisticsPaginator.ts +0 -58
- package/src/pagination/GetTraceGraphPaginator.ts +0 -58
- package/src/pagination/GetTraceSummariesPaginator.ts +0 -58
- package/src/pagination/Interfaces.ts +0 -8
- package/src/protocols/Aws_restJson1.ts +0 -4338
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,9 +5,6 @@ exports.ResourceNotFoundException = exports.ListTagsForResourceResponse = export
|
|
|
5
5
|
exports.UpdateSamplingRuleResult = exports.UpdateSamplingRuleRequest = exports.SamplingRuleUpdate = exports.UpdateGroupResult = exports.UpdateGroupRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagsException = exports.TagResourceResponse = exports.TagResourceRequest = exports.PutTraceSegmentsResult = exports.UnprocessedTraceSegment = exports.PutTraceSegmentsRequest = exports.PutTelemetryRecordsResult = exports.PutTelemetryRecordsRequest = exports.TelemetryRecord = exports.BackendConnectionErrors = exports.PutEncryptionConfigResult = exports.PutEncryptionConfigRequest = void 0;
|
|
6
6
|
var Alias;
|
|
7
7
|
(function (Alias) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
Alias.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
@@ -23,9 +20,6 @@ var AnnotationValue;
|
|
|
23
20
|
return visitor.StringValue(value.StringValue);
|
|
24
21
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
25
22
|
};
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
23
|
AnnotationValue.filterSensitiveLog = (obj) => {
|
|
30
24
|
if (obj.NumberValue !== undefined)
|
|
31
25
|
return { NumberValue: obj.NumberValue };
|
|
@@ -39,18 +33,12 @@ var AnnotationValue;
|
|
|
39
33
|
})(AnnotationValue = exports.AnnotationValue || (exports.AnnotationValue = {}));
|
|
40
34
|
var ServiceId;
|
|
41
35
|
(function (ServiceId) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
36
|
ServiceId.filterSensitiveLog = (obj) => ({
|
|
46
37
|
...obj,
|
|
47
38
|
});
|
|
48
39
|
})(ServiceId = exports.ServiceId || (exports.ServiceId = {}));
|
|
49
40
|
var ValueWithServiceIds;
|
|
50
41
|
(function (ValueWithServiceIds) {
|
|
51
|
-
/**
|
|
52
|
-
* @internal
|
|
53
|
-
*/
|
|
54
42
|
ValueWithServiceIds.filterSensitiveLog = (obj) => ({
|
|
55
43
|
...obj,
|
|
56
44
|
...(obj.AnnotationValue && { AnnotationValue: AnnotationValue.filterSensitiveLog(obj.AnnotationValue) }),
|
|
@@ -58,207 +46,138 @@ var ValueWithServiceIds;
|
|
|
58
46
|
})(ValueWithServiceIds = exports.ValueWithServiceIds || (exports.ValueWithServiceIds = {}));
|
|
59
47
|
var AnomalousService;
|
|
60
48
|
(function (AnomalousService) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
49
|
AnomalousService.filterSensitiveLog = (obj) => ({
|
|
65
50
|
...obj,
|
|
66
51
|
});
|
|
67
52
|
})(AnomalousService = exports.AnomalousService || (exports.AnomalousService = {}));
|
|
68
53
|
var AvailabilityZoneDetail;
|
|
69
54
|
(function (AvailabilityZoneDetail) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
55
|
AvailabilityZoneDetail.filterSensitiveLog = (obj) => ({
|
|
74
56
|
...obj,
|
|
75
57
|
});
|
|
76
58
|
})(AvailabilityZoneDetail = exports.AvailabilityZoneDetail || (exports.AvailabilityZoneDetail = {}));
|
|
77
59
|
var BatchGetTracesRequest;
|
|
78
60
|
(function (BatchGetTracesRequest) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
61
|
BatchGetTracesRequest.filterSensitiveLog = (obj) => ({
|
|
83
62
|
...obj,
|
|
84
63
|
});
|
|
85
64
|
})(BatchGetTracesRequest = exports.BatchGetTracesRequest || (exports.BatchGetTracesRequest = {}));
|
|
86
65
|
var Segment;
|
|
87
66
|
(function (Segment) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
67
|
Segment.filterSensitiveLog = (obj) => ({
|
|
92
68
|
...obj,
|
|
93
69
|
});
|
|
94
70
|
})(Segment = exports.Segment || (exports.Segment = {}));
|
|
95
71
|
var Trace;
|
|
96
72
|
(function (Trace) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
73
|
Trace.filterSensitiveLog = (obj) => ({
|
|
101
74
|
...obj,
|
|
102
75
|
});
|
|
103
76
|
})(Trace = exports.Trace || (exports.Trace = {}));
|
|
104
77
|
var BatchGetTracesResult;
|
|
105
78
|
(function (BatchGetTracesResult) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
79
|
BatchGetTracesResult.filterSensitiveLog = (obj) => ({
|
|
110
80
|
...obj,
|
|
111
81
|
});
|
|
112
82
|
})(BatchGetTracesResult = exports.BatchGetTracesResult || (exports.BatchGetTracesResult = {}));
|
|
113
83
|
var InvalidRequestException;
|
|
114
84
|
(function (InvalidRequestException) {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
85
|
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
119
86
|
...obj,
|
|
120
87
|
});
|
|
121
88
|
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
122
89
|
var ThrottledException;
|
|
123
90
|
(function (ThrottledException) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
91
|
ThrottledException.filterSensitiveLog = (obj) => ({
|
|
128
92
|
...obj,
|
|
129
93
|
});
|
|
130
94
|
})(ThrottledException = exports.ThrottledException || (exports.ThrottledException = {}));
|
|
131
95
|
var InsightsConfiguration;
|
|
132
96
|
(function (InsightsConfiguration) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
97
|
InsightsConfiguration.filterSensitiveLog = (obj) => ({
|
|
137
98
|
...obj,
|
|
138
99
|
});
|
|
139
100
|
})(InsightsConfiguration = exports.InsightsConfiguration || (exports.InsightsConfiguration = {}));
|
|
140
101
|
var Tag;
|
|
141
102
|
(function (Tag) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
103
|
Tag.filterSensitiveLog = (obj) => ({
|
|
146
104
|
...obj,
|
|
147
105
|
});
|
|
148
106
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
149
107
|
var CreateGroupRequest;
|
|
150
108
|
(function (CreateGroupRequest) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
109
|
CreateGroupRequest.filterSensitiveLog = (obj) => ({
|
|
155
110
|
...obj,
|
|
156
111
|
});
|
|
157
112
|
})(CreateGroupRequest = exports.CreateGroupRequest || (exports.CreateGroupRequest = {}));
|
|
158
113
|
var Group;
|
|
159
114
|
(function (Group) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
115
|
Group.filterSensitiveLog = (obj) => ({
|
|
164
116
|
...obj,
|
|
165
117
|
});
|
|
166
118
|
})(Group = exports.Group || (exports.Group = {}));
|
|
167
119
|
var CreateGroupResult;
|
|
168
120
|
(function (CreateGroupResult) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
121
|
CreateGroupResult.filterSensitiveLog = (obj) => ({
|
|
173
122
|
...obj,
|
|
174
123
|
});
|
|
175
124
|
})(CreateGroupResult = exports.CreateGroupResult || (exports.CreateGroupResult = {}));
|
|
176
125
|
var SamplingRule;
|
|
177
126
|
(function (SamplingRule) {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
127
|
SamplingRule.filterSensitiveLog = (obj) => ({
|
|
182
128
|
...obj,
|
|
183
129
|
});
|
|
184
130
|
})(SamplingRule = exports.SamplingRule || (exports.SamplingRule = {}));
|
|
185
131
|
var CreateSamplingRuleRequest;
|
|
186
132
|
(function (CreateSamplingRuleRequest) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
133
|
CreateSamplingRuleRequest.filterSensitiveLog = (obj) => ({
|
|
191
134
|
...obj,
|
|
192
135
|
});
|
|
193
136
|
})(CreateSamplingRuleRequest = exports.CreateSamplingRuleRequest || (exports.CreateSamplingRuleRequest = {}));
|
|
194
137
|
var SamplingRuleRecord;
|
|
195
138
|
(function (SamplingRuleRecord) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
139
|
SamplingRuleRecord.filterSensitiveLog = (obj) => ({
|
|
200
140
|
...obj,
|
|
201
141
|
});
|
|
202
142
|
})(SamplingRuleRecord = exports.SamplingRuleRecord || (exports.SamplingRuleRecord = {}));
|
|
203
143
|
var CreateSamplingRuleResult;
|
|
204
144
|
(function (CreateSamplingRuleResult) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
145
|
CreateSamplingRuleResult.filterSensitiveLog = (obj) => ({
|
|
209
146
|
...obj,
|
|
210
147
|
});
|
|
211
148
|
})(CreateSamplingRuleResult = exports.CreateSamplingRuleResult || (exports.CreateSamplingRuleResult = {}));
|
|
212
149
|
var RuleLimitExceededException;
|
|
213
150
|
(function (RuleLimitExceededException) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
151
|
RuleLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
218
152
|
...obj,
|
|
219
153
|
});
|
|
220
154
|
})(RuleLimitExceededException = exports.RuleLimitExceededException || (exports.RuleLimitExceededException = {}));
|
|
221
155
|
var DeleteGroupRequest;
|
|
222
156
|
(function (DeleteGroupRequest) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
157
|
DeleteGroupRequest.filterSensitiveLog = (obj) => ({
|
|
227
158
|
...obj,
|
|
228
159
|
});
|
|
229
160
|
})(DeleteGroupRequest = exports.DeleteGroupRequest || (exports.DeleteGroupRequest = {}));
|
|
230
161
|
var DeleteGroupResult;
|
|
231
162
|
(function (DeleteGroupResult) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
163
|
DeleteGroupResult.filterSensitiveLog = (obj) => ({
|
|
236
164
|
...obj,
|
|
237
165
|
});
|
|
238
166
|
})(DeleteGroupResult = exports.DeleteGroupResult || (exports.DeleteGroupResult = {}));
|
|
239
167
|
var DeleteSamplingRuleRequest;
|
|
240
168
|
(function (DeleteSamplingRuleRequest) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
169
|
DeleteSamplingRuleRequest.filterSensitiveLog = (obj) => ({
|
|
245
170
|
...obj,
|
|
246
171
|
});
|
|
247
172
|
})(DeleteSamplingRuleRequest = exports.DeleteSamplingRuleRequest || (exports.DeleteSamplingRuleRequest = {}));
|
|
248
173
|
var DeleteSamplingRuleResult;
|
|
249
174
|
(function (DeleteSamplingRuleResult) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
175
|
DeleteSamplingRuleResult.filterSensitiveLog = (obj) => ({
|
|
254
176
|
...obj,
|
|
255
177
|
});
|
|
256
178
|
})(DeleteSamplingRuleResult = exports.DeleteSamplingRuleResult || (exports.DeleteSamplingRuleResult = {}));
|
|
257
179
|
var GetEncryptionConfigRequest;
|
|
258
180
|
(function (GetEncryptionConfigRequest) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
181
|
GetEncryptionConfigRequest.filterSensitiveLog = (obj) => ({
|
|
263
182
|
...obj,
|
|
264
183
|
});
|
|
@@ -275,72 +194,48 @@ var EncryptionType;
|
|
|
275
194
|
})(EncryptionType = exports.EncryptionType || (exports.EncryptionType = {}));
|
|
276
195
|
var EncryptionConfig;
|
|
277
196
|
(function (EncryptionConfig) {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
197
|
EncryptionConfig.filterSensitiveLog = (obj) => ({
|
|
282
198
|
...obj,
|
|
283
199
|
});
|
|
284
200
|
})(EncryptionConfig = exports.EncryptionConfig || (exports.EncryptionConfig = {}));
|
|
285
201
|
var GetEncryptionConfigResult;
|
|
286
202
|
(function (GetEncryptionConfigResult) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
203
|
GetEncryptionConfigResult.filterSensitiveLog = (obj) => ({
|
|
291
204
|
...obj,
|
|
292
205
|
});
|
|
293
206
|
})(GetEncryptionConfigResult = exports.GetEncryptionConfigResult || (exports.GetEncryptionConfigResult = {}));
|
|
294
207
|
var GetGroupRequest;
|
|
295
208
|
(function (GetGroupRequest) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
209
|
GetGroupRequest.filterSensitiveLog = (obj) => ({
|
|
300
210
|
...obj,
|
|
301
211
|
});
|
|
302
212
|
})(GetGroupRequest = exports.GetGroupRequest || (exports.GetGroupRequest = {}));
|
|
303
213
|
var GetGroupResult;
|
|
304
214
|
(function (GetGroupResult) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
215
|
GetGroupResult.filterSensitiveLog = (obj) => ({
|
|
309
216
|
...obj,
|
|
310
217
|
});
|
|
311
218
|
})(GetGroupResult = exports.GetGroupResult || (exports.GetGroupResult = {}));
|
|
312
219
|
var GetGroupsRequest;
|
|
313
220
|
(function (GetGroupsRequest) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
221
|
GetGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
318
222
|
...obj,
|
|
319
223
|
});
|
|
320
224
|
})(GetGroupsRequest = exports.GetGroupsRequest || (exports.GetGroupsRequest = {}));
|
|
321
225
|
var GroupSummary;
|
|
322
226
|
(function (GroupSummary) {
|
|
323
|
-
/**
|
|
324
|
-
* @internal
|
|
325
|
-
*/
|
|
326
227
|
GroupSummary.filterSensitiveLog = (obj) => ({
|
|
327
228
|
...obj,
|
|
328
229
|
});
|
|
329
230
|
})(GroupSummary = exports.GroupSummary || (exports.GroupSummary = {}));
|
|
330
231
|
var GetGroupsResult;
|
|
331
232
|
(function (GetGroupsResult) {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
233
|
GetGroupsResult.filterSensitiveLog = (obj) => ({
|
|
336
234
|
...obj,
|
|
337
235
|
});
|
|
338
236
|
})(GetGroupsResult = exports.GetGroupsResult || (exports.GetGroupsResult = {}));
|
|
339
237
|
var GetInsightRequest;
|
|
340
238
|
(function (GetInsightRequest) {
|
|
341
|
-
/**
|
|
342
|
-
* @internal
|
|
343
|
-
*/
|
|
344
239
|
GetInsightRequest.filterSensitiveLog = (obj) => ({
|
|
345
240
|
...obj,
|
|
346
241
|
});
|
|
@@ -351,9 +246,6 @@ var InsightCategory;
|
|
|
351
246
|
})(InsightCategory = exports.InsightCategory || (exports.InsightCategory = {}));
|
|
352
247
|
var RequestImpactStatistics;
|
|
353
248
|
(function (RequestImpactStatistics) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
249
|
RequestImpactStatistics.filterSensitiveLog = (obj) => ({
|
|
358
250
|
...obj,
|
|
359
251
|
});
|
|
@@ -365,333 +257,222 @@ var InsightState;
|
|
|
365
257
|
})(InsightState = exports.InsightState || (exports.InsightState = {}));
|
|
366
258
|
var Insight;
|
|
367
259
|
(function (Insight) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
260
|
Insight.filterSensitiveLog = (obj) => ({
|
|
372
261
|
...obj,
|
|
373
262
|
});
|
|
374
263
|
})(Insight = exports.Insight || (exports.Insight = {}));
|
|
375
264
|
var GetInsightResult;
|
|
376
265
|
(function (GetInsightResult) {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
266
|
GetInsightResult.filterSensitiveLog = (obj) => ({
|
|
381
267
|
...obj,
|
|
382
268
|
});
|
|
383
269
|
})(GetInsightResult = exports.GetInsightResult || (exports.GetInsightResult = {}));
|
|
384
270
|
var GetInsightEventsRequest;
|
|
385
271
|
(function (GetInsightEventsRequest) {
|
|
386
|
-
/**
|
|
387
|
-
* @internal
|
|
388
|
-
*/
|
|
389
272
|
GetInsightEventsRequest.filterSensitiveLog = (obj) => ({
|
|
390
273
|
...obj,
|
|
391
274
|
});
|
|
392
275
|
})(GetInsightEventsRequest = exports.GetInsightEventsRequest || (exports.GetInsightEventsRequest = {}));
|
|
393
276
|
var InsightEvent;
|
|
394
277
|
(function (InsightEvent) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
278
|
InsightEvent.filterSensitiveLog = (obj) => ({
|
|
399
279
|
...obj,
|
|
400
280
|
});
|
|
401
281
|
})(InsightEvent = exports.InsightEvent || (exports.InsightEvent = {}));
|
|
402
282
|
var GetInsightEventsResult;
|
|
403
283
|
(function (GetInsightEventsResult) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
284
|
GetInsightEventsResult.filterSensitiveLog = (obj) => ({
|
|
408
285
|
...obj,
|
|
409
286
|
});
|
|
410
287
|
})(GetInsightEventsResult = exports.GetInsightEventsResult || (exports.GetInsightEventsResult = {}));
|
|
411
288
|
var GetInsightImpactGraphRequest;
|
|
412
289
|
(function (GetInsightImpactGraphRequest) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
290
|
GetInsightImpactGraphRequest.filterSensitiveLog = (obj) => ({
|
|
417
291
|
...obj,
|
|
418
292
|
});
|
|
419
293
|
})(GetInsightImpactGraphRequest = exports.GetInsightImpactGraphRequest || (exports.GetInsightImpactGraphRequest = {}));
|
|
420
294
|
var InsightImpactGraphEdge;
|
|
421
295
|
(function (InsightImpactGraphEdge) {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
296
|
InsightImpactGraphEdge.filterSensitiveLog = (obj) => ({
|
|
426
297
|
...obj,
|
|
427
298
|
});
|
|
428
299
|
})(InsightImpactGraphEdge = exports.InsightImpactGraphEdge || (exports.InsightImpactGraphEdge = {}));
|
|
429
300
|
var InsightImpactGraphService;
|
|
430
301
|
(function (InsightImpactGraphService) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
302
|
InsightImpactGraphService.filterSensitiveLog = (obj) => ({
|
|
435
303
|
...obj,
|
|
436
304
|
});
|
|
437
305
|
})(InsightImpactGraphService = exports.InsightImpactGraphService || (exports.InsightImpactGraphService = {}));
|
|
438
306
|
var GetInsightImpactGraphResult;
|
|
439
307
|
(function (GetInsightImpactGraphResult) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
308
|
GetInsightImpactGraphResult.filterSensitiveLog = (obj) => ({
|
|
444
309
|
...obj,
|
|
445
310
|
});
|
|
446
311
|
})(GetInsightImpactGraphResult = exports.GetInsightImpactGraphResult || (exports.GetInsightImpactGraphResult = {}));
|
|
447
312
|
var GetInsightSummariesRequest;
|
|
448
313
|
(function (GetInsightSummariesRequest) {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
314
|
GetInsightSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
453
315
|
...obj,
|
|
454
316
|
});
|
|
455
317
|
})(GetInsightSummariesRequest = exports.GetInsightSummariesRequest || (exports.GetInsightSummariesRequest = {}));
|
|
456
318
|
var InsightSummary;
|
|
457
319
|
(function (InsightSummary) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
320
|
InsightSummary.filterSensitiveLog = (obj) => ({
|
|
462
321
|
...obj,
|
|
463
322
|
});
|
|
464
323
|
})(InsightSummary = exports.InsightSummary || (exports.InsightSummary = {}));
|
|
465
324
|
var GetInsightSummariesResult;
|
|
466
325
|
(function (GetInsightSummariesResult) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
326
|
GetInsightSummariesResult.filterSensitiveLog = (obj) => ({
|
|
471
327
|
...obj,
|
|
472
328
|
});
|
|
473
329
|
})(GetInsightSummariesResult = exports.GetInsightSummariesResult || (exports.GetInsightSummariesResult = {}));
|
|
474
330
|
var GetSamplingRulesRequest;
|
|
475
331
|
(function (GetSamplingRulesRequest) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
332
|
GetSamplingRulesRequest.filterSensitiveLog = (obj) => ({
|
|
480
333
|
...obj,
|
|
481
334
|
});
|
|
482
335
|
})(GetSamplingRulesRequest = exports.GetSamplingRulesRequest || (exports.GetSamplingRulesRequest = {}));
|
|
483
336
|
var GetSamplingRulesResult;
|
|
484
337
|
(function (GetSamplingRulesResult) {
|
|
485
|
-
/**
|
|
486
|
-
* @internal
|
|
487
|
-
*/
|
|
488
338
|
GetSamplingRulesResult.filterSensitiveLog = (obj) => ({
|
|
489
339
|
...obj,
|
|
490
340
|
});
|
|
491
341
|
})(GetSamplingRulesResult = exports.GetSamplingRulesResult || (exports.GetSamplingRulesResult = {}));
|
|
492
342
|
var GetSamplingStatisticSummariesRequest;
|
|
493
343
|
(function (GetSamplingStatisticSummariesRequest) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
344
|
GetSamplingStatisticSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
498
345
|
...obj,
|
|
499
346
|
});
|
|
500
347
|
})(GetSamplingStatisticSummariesRequest = exports.GetSamplingStatisticSummariesRequest || (exports.GetSamplingStatisticSummariesRequest = {}));
|
|
501
348
|
var SamplingStatisticSummary;
|
|
502
349
|
(function (SamplingStatisticSummary) {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
350
|
SamplingStatisticSummary.filterSensitiveLog = (obj) => ({
|
|
507
351
|
...obj,
|
|
508
352
|
});
|
|
509
353
|
})(SamplingStatisticSummary = exports.SamplingStatisticSummary || (exports.SamplingStatisticSummary = {}));
|
|
510
354
|
var GetSamplingStatisticSummariesResult;
|
|
511
355
|
(function (GetSamplingStatisticSummariesResult) {
|
|
512
|
-
/**
|
|
513
|
-
* @internal
|
|
514
|
-
*/
|
|
515
356
|
GetSamplingStatisticSummariesResult.filterSensitiveLog = (obj) => ({
|
|
516
357
|
...obj,
|
|
517
358
|
});
|
|
518
359
|
})(GetSamplingStatisticSummariesResult = exports.GetSamplingStatisticSummariesResult || (exports.GetSamplingStatisticSummariesResult = {}));
|
|
519
360
|
var SamplingStatisticsDocument;
|
|
520
361
|
(function (SamplingStatisticsDocument) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
362
|
SamplingStatisticsDocument.filterSensitiveLog = (obj) => ({
|
|
525
363
|
...obj,
|
|
526
364
|
});
|
|
527
365
|
})(SamplingStatisticsDocument = exports.SamplingStatisticsDocument || (exports.SamplingStatisticsDocument = {}));
|
|
528
366
|
var GetSamplingTargetsRequest;
|
|
529
367
|
(function (GetSamplingTargetsRequest) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
368
|
GetSamplingTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
534
369
|
...obj,
|
|
535
370
|
});
|
|
536
371
|
})(GetSamplingTargetsRequest = exports.GetSamplingTargetsRequest || (exports.GetSamplingTargetsRequest = {}));
|
|
537
372
|
var SamplingTargetDocument;
|
|
538
373
|
(function (SamplingTargetDocument) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
374
|
SamplingTargetDocument.filterSensitiveLog = (obj) => ({
|
|
543
375
|
...obj,
|
|
544
376
|
});
|
|
545
377
|
})(SamplingTargetDocument = exports.SamplingTargetDocument || (exports.SamplingTargetDocument = {}));
|
|
546
378
|
var UnprocessedStatistics;
|
|
547
379
|
(function (UnprocessedStatistics) {
|
|
548
|
-
/**
|
|
549
|
-
* @internal
|
|
550
|
-
*/
|
|
551
380
|
UnprocessedStatistics.filterSensitiveLog = (obj) => ({
|
|
552
381
|
...obj,
|
|
553
382
|
});
|
|
554
383
|
})(UnprocessedStatistics = exports.UnprocessedStatistics || (exports.UnprocessedStatistics = {}));
|
|
555
384
|
var GetSamplingTargetsResult;
|
|
556
385
|
(function (GetSamplingTargetsResult) {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
386
|
GetSamplingTargetsResult.filterSensitiveLog = (obj) => ({
|
|
561
387
|
...obj,
|
|
562
388
|
});
|
|
563
389
|
})(GetSamplingTargetsResult = exports.GetSamplingTargetsResult || (exports.GetSamplingTargetsResult = {}));
|
|
564
390
|
var GetServiceGraphRequest;
|
|
565
391
|
(function (GetServiceGraphRequest) {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
392
|
GetServiceGraphRequest.filterSensitiveLog = (obj) => ({
|
|
570
393
|
...obj,
|
|
571
394
|
});
|
|
572
395
|
})(GetServiceGraphRequest = exports.GetServiceGraphRequest || (exports.GetServiceGraphRequest = {}));
|
|
573
396
|
var HistogramEntry;
|
|
574
397
|
(function (HistogramEntry) {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
398
|
HistogramEntry.filterSensitiveLog = (obj) => ({
|
|
579
399
|
...obj,
|
|
580
400
|
});
|
|
581
401
|
})(HistogramEntry = exports.HistogramEntry || (exports.HistogramEntry = {}));
|
|
582
402
|
var ErrorStatistics;
|
|
583
403
|
(function (ErrorStatistics) {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
404
|
ErrorStatistics.filterSensitiveLog = (obj) => ({
|
|
588
405
|
...obj,
|
|
589
406
|
});
|
|
590
407
|
})(ErrorStatistics = exports.ErrorStatistics || (exports.ErrorStatistics = {}));
|
|
591
408
|
var FaultStatistics;
|
|
592
409
|
(function (FaultStatistics) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
410
|
FaultStatistics.filterSensitiveLog = (obj) => ({
|
|
597
411
|
...obj,
|
|
598
412
|
});
|
|
599
413
|
})(FaultStatistics = exports.FaultStatistics || (exports.FaultStatistics = {}));
|
|
600
414
|
var EdgeStatistics;
|
|
601
415
|
(function (EdgeStatistics) {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
416
|
EdgeStatistics.filterSensitiveLog = (obj) => ({
|
|
606
417
|
...obj,
|
|
607
418
|
});
|
|
608
419
|
})(EdgeStatistics = exports.EdgeStatistics || (exports.EdgeStatistics = {}));
|
|
609
420
|
var Edge;
|
|
610
421
|
(function (Edge) {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
422
|
Edge.filterSensitiveLog = (obj) => ({
|
|
615
423
|
...obj,
|
|
616
424
|
});
|
|
617
425
|
})(Edge = exports.Edge || (exports.Edge = {}));
|
|
618
426
|
var ServiceStatistics;
|
|
619
427
|
(function (ServiceStatistics) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
428
|
ServiceStatistics.filterSensitiveLog = (obj) => ({
|
|
624
429
|
...obj,
|
|
625
430
|
});
|
|
626
431
|
})(ServiceStatistics = exports.ServiceStatistics || (exports.ServiceStatistics = {}));
|
|
627
432
|
var Service;
|
|
628
433
|
(function (Service) {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
434
|
Service.filterSensitiveLog = (obj) => ({
|
|
633
435
|
...obj,
|
|
634
436
|
});
|
|
635
437
|
})(Service = exports.Service || (exports.Service = {}));
|
|
636
438
|
var GetServiceGraphResult;
|
|
637
439
|
(function (GetServiceGraphResult) {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
440
|
GetServiceGraphResult.filterSensitiveLog = (obj) => ({
|
|
642
441
|
...obj,
|
|
643
442
|
});
|
|
644
443
|
})(GetServiceGraphResult = exports.GetServiceGraphResult || (exports.GetServiceGraphResult = {}));
|
|
645
444
|
var GetTimeSeriesServiceStatisticsRequest;
|
|
646
445
|
(function (GetTimeSeriesServiceStatisticsRequest) {
|
|
647
|
-
/**
|
|
648
|
-
* @internal
|
|
649
|
-
*/
|
|
650
446
|
GetTimeSeriesServiceStatisticsRequest.filterSensitiveLog = (obj) => ({
|
|
651
447
|
...obj,
|
|
652
448
|
});
|
|
653
449
|
})(GetTimeSeriesServiceStatisticsRequest = exports.GetTimeSeriesServiceStatisticsRequest || (exports.GetTimeSeriesServiceStatisticsRequest = {}));
|
|
654
450
|
var ForecastStatistics;
|
|
655
451
|
(function (ForecastStatistics) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
452
|
ForecastStatistics.filterSensitiveLog = (obj) => ({
|
|
660
453
|
...obj,
|
|
661
454
|
});
|
|
662
455
|
})(ForecastStatistics = exports.ForecastStatistics || (exports.ForecastStatistics = {}));
|
|
663
456
|
var TimeSeriesServiceStatistics;
|
|
664
457
|
(function (TimeSeriesServiceStatistics) {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
458
|
TimeSeriesServiceStatistics.filterSensitiveLog = (obj) => ({
|
|
669
459
|
...obj,
|
|
670
460
|
});
|
|
671
461
|
})(TimeSeriesServiceStatistics = exports.TimeSeriesServiceStatistics || (exports.TimeSeriesServiceStatistics = {}));
|
|
672
462
|
var GetTimeSeriesServiceStatisticsResult;
|
|
673
463
|
(function (GetTimeSeriesServiceStatisticsResult) {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
464
|
GetTimeSeriesServiceStatisticsResult.filterSensitiveLog = (obj) => ({
|
|
678
465
|
...obj,
|
|
679
466
|
});
|
|
680
467
|
})(GetTimeSeriesServiceStatisticsResult = exports.GetTimeSeriesServiceStatisticsResult || (exports.GetTimeSeriesServiceStatisticsResult = {}));
|
|
681
468
|
var GetTraceGraphRequest;
|
|
682
469
|
(function (GetTraceGraphRequest) {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
470
|
GetTraceGraphRequest.filterSensitiveLog = (obj) => ({
|
|
687
471
|
...obj,
|
|
688
472
|
});
|
|
689
473
|
})(GetTraceGraphRequest = exports.GetTraceGraphRequest || (exports.GetTraceGraphRequest = {}));
|
|
690
474
|
var GetTraceGraphResult;
|
|
691
475
|
(function (GetTraceGraphResult) {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
476
|
GetTraceGraphResult.filterSensitiveLog = (obj) => ({
|
|
696
477
|
...obj,
|
|
697
478
|
});
|
|
@@ -703,9 +484,6 @@ var SamplingStrategyName;
|
|
|
703
484
|
})(SamplingStrategyName = exports.SamplingStrategyName || (exports.SamplingStrategyName = {}));
|
|
704
485
|
var SamplingStrategy;
|
|
705
486
|
(function (SamplingStrategy) {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
487
|
SamplingStrategy.filterSensitiveLog = (obj) => ({
|
|
710
488
|
...obj,
|
|
711
489
|
});
|
|
@@ -717,144 +495,96 @@ var TimeRangeType;
|
|
|
717
495
|
})(TimeRangeType = exports.TimeRangeType || (exports.TimeRangeType = {}));
|
|
718
496
|
var GetTraceSummariesRequest;
|
|
719
497
|
(function (GetTraceSummariesRequest) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
498
|
GetTraceSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
724
499
|
...obj,
|
|
725
500
|
});
|
|
726
501
|
})(GetTraceSummariesRequest = exports.GetTraceSummariesRequest || (exports.GetTraceSummariesRequest = {}));
|
|
727
502
|
var RootCauseException;
|
|
728
503
|
(function (RootCauseException) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
504
|
RootCauseException.filterSensitiveLog = (obj) => ({
|
|
733
505
|
...obj,
|
|
734
506
|
});
|
|
735
507
|
})(RootCauseException = exports.RootCauseException || (exports.RootCauseException = {}));
|
|
736
508
|
var ErrorRootCauseEntity;
|
|
737
509
|
(function (ErrorRootCauseEntity) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
510
|
ErrorRootCauseEntity.filterSensitiveLog = (obj) => ({
|
|
742
511
|
...obj,
|
|
743
512
|
});
|
|
744
513
|
})(ErrorRootCauseEntity = exports.ErrorRootCauseEntity || (exports.ErrorRootCauseEntity = {}));
|
|
745
514
|
var ErrorRootCauseService;
|
|
746
515
|
(function (ErrorRootCauseService) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
516
|
ErrorRootCauseService.filterSensitiveLog = (obj) => ({
|
|
751
517
|
...obj,
|
|
752
518
|
});
|
|
753
519
|
})(ErrorRootCauseService = exports.ErrorRootCauseService || (exports.ErrorRootCauseService = {}));
|
|
754
520
|
var ErrorRootCause;
|
|
755
521
|
(function (ErrorRootCause) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
522
|
ErrorRootCause.filterSensitiveLog = (obj) => ({
|
|
760
523
|
...obj,
|
|
761
524
|
});
|
|
762
525
|
})(ErrorRootCause = exports.ErrorRootCause || (exports.ErrorRootCause = {}));
|
|
763
526
|
var FaultRootCauseEntity;
|
|
764
527
|
(function (FaultRootCauseEntity) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
528
|
FaultRootCauseEntity.filterSensitiveLog = (obj) => ({
|
|
769
529
|
...obj,
|
|
770
530
|
});
|
|
771
531
|
})(FaultRootCauseEntity = exports.FaultRootCauseEntity || (exports.FaultRootCauseEntity = {}));
|
|
772
532
|
var FaultRootCauseService;
|
|
773
533
|
(function (FaultRootCauseService) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
534
|
FaultRootCauseService.filterSensitiveLog = (obj) => ({
|
|
778
535
|
...obj,
|
|
779
536
|
});
|
|
780
537
|
})(FaultRootCauseService = exports.FaultRootCauseService || (exports.FaultRootCauseService = {}));
|
|
781
538
|
var FaultRootCause;
|
|
782
539
|
(function (FaultRootCause) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
540
|
FaultRootCause.filterSensitiveLog = (obj) => ({
|
|
787
541
|
...obj,
|
|
788
542
|
});
|
|
789
543
|
})(FaultRootCause = exports.FaultRootCause || (exports.FaultRootCause = {}));
|
|
790
544
|
var Http;
|
|
791
545
|
(function (Http) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
546
|
Http.filterSensitiveLog = (obj) => ({
|
|
796
547
|
...obj,
|
|
797
548
|
});
|
|
798
549
|
})(Http = exports.Http || (exports.Http = {}));
|
|
799
550
|
var InstanceIdDetail;
|
|
800
551
|
(function (InstanceIdDetail) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
552
|
InstanceIdDetail.filterSensitiveLog = (obj) => ({
|
|
805
553
|
...obj,
|
|
806
554
|
});
|
|
807
555
|
})(InstanceIdDetail = exports.InstanceIdDetail || (exports.InstanceIdDetail = {}));
|
|
808
556
|
var ResourceARNDetail;
|
|
809
557
|
(function (ResourceARNDetail) {
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
813
558
|
ResourceARNDetail.filterSensitiveLog = (obj) => ({
|
|
814
559
|
...obj,
|
|
815
560
|
});
|
|
816
561
|
})(ResourceARNDetail = exports.ResourceARNDetail || (exports.ResourceARNDetail = {}));
|
|
817
562
|
var ResponseTimeRootCauseEntity;
|
|
818
563
|
(function (ResponseTimeRootCauseEntity) {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
564
|
ResponseTimeRootCauseEntity.filterSensitiveLog = (obj) => ({
|
|
823
565
|
...obj,
|
|
824
566
|
});
|
|
825
567
|
})(ResponseTimeRootCauseEntity = exports.ResponseTimeRootCauseEntity || (exports.ResponseTimeRootCauseEntity = {}));
|
|
826
568
|
var ResponseTimeRootCauseService;
|
|
827
569
|
(function (ResponseTimeRootCauseService) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
570
|
ResponseTimeRootCauseService.filterSensitiveLog = (obj) => ({
|
|
832
571
|
...obj,
|
|
833
572
|
});
|
|
834
573
|
})(ResponseTimeRootCauseService = exports.ResponseTimeRootCauseService || (exports.ResponseTimeRootCauseService = {}));
|
|
835
574
|
var ResponseTimeRootCause;
|
|
836
575
|
(function (ResponseTimeRootCause) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
576
|
ResponseTimeRootCause.filterSensitiveLog = (obj) => ({
|
|
841
577
|
...obj,
|
|
842
578
|
});
|
|
843
579
|
})(ResponseTimeRootCause = exports.ResponseTimeRootCause || (exports.ResponseTimeRootCause = {}));
|
|
844
580
|
var TraceUser;
|
|
845
581
|
(function (TraceUser) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
582
|
TraceUser.filterSensitiveLog = (obj) => ({
|
|
850
583
|
...obj,
|
|
851
584
|
});
|
|
852
585
|
})(TraceUser = exports.TraceUser || (exports.TraceUser = {}));
|
|
853
586
|
var TraceSummary;
|
|
854
587
|
(function (TraceSummary) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
588
|
TraceSummary.filterSensitiveLog = (obj) => ({
|
|
859
589
|
...obj,
|
|
860
590
|
...(obj.Annotations && {
|
|
@@ -867,209 +597,139 @@ var TraceSummary;
|
|
|
867
597
|
})(TraceSummary = exports.TraceSummary || (exports.TraceSummary = {}));
|
|
868
598
|
var GetTraceSummariesResult;
|
|
869
599
|
(function (GetTraceSummariesResult) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
600
|
GetTraceSummariesResult.filterSensitiveLog = (obj) => ({
|
|
874
601
|
...obj,
|
|
875
602
|
});
|
|
876
603
|
})(GetTraceSummariesResult = exports.GetTraceSummariesResult || (exports.GetTraceSummariesResult = {}));
|
|
877
604
|
var ListTagsForResourceRequest;
|
|
878
605
|
(function (ListTagsForResourceRequest) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
606
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
883
607
|
...obj,
|
|
884
608
|
});
|
|
885
609
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
886
610
|
var ListTagsForResourceResponse;
|
|
887
611
|
(function (ListTagsForResourceResponse) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
612
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
892
613
|
...obj,
|
|
893
614
|
});
|
|
894
615
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
895
616
|
var ResourceNotFoundException;
|
|
896
617
|
(function (ResourceNotFoundException) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
618
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
901
619
|
...obj,
|
|
902
620
|
});
|
|
903
621
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
904
622
|
var PutEncryptionConfigRequest;
|
|
905
623
|
(function (PutEncryptionConfigRequest) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
624
|
PutEncryptionConfigRequest.filterSensitiveLog = (obj) => ({
|
|
910
625
|
...obj,
|
|
911
626
|
});
|
|
912
627
|
})(PutEncryptionConfigRequest = exports.PutEncryptionConfigRequest || (exports.PutEncryptionConfigRequest = {}));
|
|
913
628
|
var PutEncryptionConfigResult;
|
|
914
629
|
(function (PutEncryptionConfigResult) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
630
|
PutEncryptionConfigResult.filterSensitiveLog = (obj) => ({
|
|
919
631
|
...obj,
|
|
920
632
|
});
|
|
921
633
|
})(PutEncryptionConfigResult = exports.PutEncryptionConfigResult || (exports.PutEncryptionConfigResult = {}));
|
|
922
634
|
var BackendConnectionErrors;
|
|
923
635
|
(function (BackendConnectionErrors) {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
636
|
BackendConnectionErrors.filterSensitiveLog = (obj) => ({
|
|
928
637
|
...obj,
|
|
929
638
|
});
|
|
930
639
|
})(BackendConnectionErrors = exports.BackendConnectionErrors || (exports.BackendConnectionErrors = {}));
|
|
931
640
|
var TelemetryRecord;
|
|
932
641
|
(function (TelemetryRecord) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
642
|
TelemetryRecord.filterSensitiveLog = (obj) => ({
|
|
937
643
|
...obj,
|
|
938
644
|
});
|
|
939
645
|
})(TelemetryRecord = exports.TelemetryRecord || (exports.TelemetryRecord = {}));
|
|
940
646
|
var PutTelemetryRecordsRequest;
|
|
941
647
|
(function (PutTelemetryRecordsRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
648
|
PutTelemetryRecordsRequest.filterSensitiveLog = (obj) => ({
|
|
946
649
|
...obj,
|
|
947
650
|
});
|
|
948
651
|
})(PutTelemetryRecordsRequest = exports.PutTelemetryRecordsRequest || (exports.PutTelemetryRecordsRequest = {}));
|
|
949
652
|
var PutTelemetryRecordsResult;
|
|
950
653
|
(function (PutTelemetryRecordsResult) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
654
|
PutTelemetryRecordsResult.filterSensitiveLog = (obj) => ({
|
|
955
655
|
...obj,
|
|
956
656
|
});
|
|
957
657
|
})(PutTelemetryRecordsResult = exports.PutTelemetryRecordsResult || (exports.PutTelemetryRecordsResult = {}));
|
|
958
658
|
var PutTraceSegmentsRequest;
|
|
959
659
|
(function (PutTraceSegmentsRequest) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
660
|
PutTraceSegmentsRequest.filterSensitiveLog = (obj) => ({
|
|
964
661
|
...obj,
|
|
965
662
|
});
|
|
966
663
|
})(PutTraceSegmentsRequest = exports.PutTraceSegmentsRequest || (exports.PutTraceSegmentsRequest = {}));
|
|
967
664
|
var UnprocessedTraceSegment;
|
|
968
665
|
(function (UnprocessedTraceSegment) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
666
|
UnprocessedTraceSegment.filterSensitiveLog = (obj) => ({
|
|
973
667
|
...obj,
|
|
974
668
|
});
|
|
975
669
|
})(UnprocessedTraceSegment = exports.UnprocessedTraceSegment || (exports.UnprocessedTraceSegment = {}));
|
|
976
670
|
var PutTraceSegmentsResult;
|
|
977
671
|
(function (PutTraceSegmentsResult) {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
672
|
PutTraceSegmentsResult.filterSensitiveLog = (obj) => ({
|
|
982
673
|
...obj,
|
|
983
674
|
});
|
|
984
675
|
})(PutTraceSegmentsResult = exports.PutTraceSegmentsResult || (exports.PutTraceSegmentsResult = {}));
|
|
985
676
|
var TagResourceRequest;
|
|
986
677
|
(function (TagResourceRequest) {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
678
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
991
679
|
...obj,
|
|
992
680
|
});
|
|
993
681
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
994
682
|
var TagResourceResponse;
|
|
995
683
|
(function (TagResourceResponse) {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
684
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1000
685
|
...obj,
|
|
1001
686
|
});
|
|
1002
687
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1003
688
|
var TooManyTagsException;
|
|
1004
689
|
(function (TooManyTagsException) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
690
|
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
1009
691
|
...obj,
|
|
1010
692
|
});
|
|
1011
693
|
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
1012
694
|
var UntagResourceRequest;
|
|
1013
695
|
(function (UntagResourceRequest) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
696
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1018
697
|
...obj,
|
|
1019
698
|
});
|
|
1020
699
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1021
700
|
var UntagResourceResponse;
|
|
1022
701
|
(function (UntagResourceResponse) {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
702
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1027
703
|
...obj,
|
|
1028
704
|
});
|
|
1029
705
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1030
706
|
var UpdateGroupRequest;
|
|
1031
707
|
(function (UpdateGroupRequest) {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
708
|
UpdateGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1036
709
|
...obj,
|
|
1037
710
|
});
|
|
1038
711
|
})(UpdateGroupRequest = exports.UpdateGroupRequest || (exports.UpdateGroupRequest = {}));
|
|
1039
712
|
var UpdateGroupResult;
|
|
1040
713
|
(function (UpdateGroupResult) {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
714
|
UpdateGroupResult.filterSensitiveLog = (obj) => ({
|
|
1045
715
|
...obj,
|
|
1046
716
|
});
|
|
1047
717
|
})(UpdateGroupResult = exports.UpdateGroupResult || (exports.UpdateGroupResult = {}));
|
|
1048
718
|
var SamplingRuleUpdate;
|
|
1049
719
|
(function (SamplingRuleUpdate) {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
720
|
SamplingRuleUpdate.filterSensitiveLog = (obj) => ({
|
|
1054
721
|
...obj,
|
|
1055
722
|
});
|
|
1056
723
|
})(SamplingRuleUpdate = exports.SamplingRuleUpdate || (exports.SamplingRuleUpdate = {}));
|
|
1057
724
|
var UpdateSamplingRuleRequest;
|
|
1058
725
|
(function (UpdateSamplingRuleRequest) {
|
|
1059
|
-
/**
|
|
1060
|
-
* @internal
|
|
1061
|
-
*/
|
|
1062
726
|
UpdateSamplingRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1063
727
|
...obj,
|
|
1064
728
|
});
|
|
1065
729
|
})(UpdateSamplingRuleRequest = exports.UpdateSamplingRuleRequest || (exports.UpdateSamplingRuleRequest = {}));
|
|
1066
730
|
var UpdateSamplingRuleResult;
|
|
1067
731
|
(function (UpdateSamplingRuleResult) {
|
|
1068
|
-
/**
|
|
1069
|
-
* @internal
|
|
1070
|
-
*/
|
|
1071
732
|
UpdateSamplingRuleResult.filterSensitiveLog = (obj) => ({
|
|
1072
733
|
...obj,
|
|
1073
734
|
});
|
|
1074
735
|
})(UpdateSamplingRuleResult = exports.UpdateSamplingRuleResult || (exports.UpdateSamplingRuleResult = {}));
|
|
1075
|
-
//# sourceMappingURL=models_0.js.map
|