@aws-sdk/client-xray 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchGetTracesCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSamplingRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js +2 -2
- package/dist-cjs/commands/GetEncryptionConfigCommand.js +2 -2
- package/dist-cjs/commands/GetGroupCommand.js +2 -2
- package/dist-cjs/commands/GetGroupsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightCommand.js +2 -2
- package/dist-cjs/commands/GetInsightEventsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js +2 -2
- package/dist-cjs/commands/GetInsightSummariesCommand.js +2 -2
- package/dist-cjs/commands/GetSamplingRulesCommand.js +2 -2
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +2 -2
- package/dist-cjs/commands/GetSamplingTargetsCommand.js +2 -2
- package/dist-cjs/commands/GetServiceGraphCommand.js +2 -2
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -2
- package/dist-cjs/commands/GetTraceGraphCommand.js +2 -2
- package/dist-cjs/commands/GetTraceSummariesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutEncryptionConfigCommand.js +2 -2
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js +2 -2
- package/dist-cjs/commands/PutTraceSegmentsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +449 -662
- package/dist-es/commands/BatchGetTracesCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateSamplingRuleCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -3
- package/dist-es/commands/GetEncryptionConfigCommand.js +3 -3
- package/dist-es/commands/GetGroupCommand.js +3 -3
- package/dist-es/commands/GetGroupsCommand.js +3 -3
- package/dist-es/commands/GetInsightCommand.js +3 -3
- package/dist-es/commands/GetInsightEventsCommand.js +3 -3
- package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -3
- package/dist-es/commands/GetInsightSummariesCommand.js +3 -3
- package/dist-es/commands/GetSamplingRulesCommand.js +3 -3
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -3
- package/dist-es/commands/GetSamplingTargetsCommand.js +3 -3
- package/dist-es/commands/GetServiceGraphCommand.js +3 -3
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -3
- package/dist-es/commands/GetTraceGraphCommand.js +3 -3
- package/dist-es/commands/GetTraceSummariesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutEncryptionConfigCommand.js +3 -3
- package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -3
- package/dist-es/commands/PutTraceSegmentsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -3
- package/dist-es/models/models_0.js +124 -445
- package/dist-types/models/models_0.d.ts +432 -646
- package/dist-types/ts3.4/models/models_0.d.ts +216 -430
- package/package.json +7 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetTracesRequestFilterSensitiveLog, BatchGetTracesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetTracesCommand, serializeAws_restJson1BatchGetTracesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var BatchGetTracesCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetTracesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetTracesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetTracesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetTracesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateGroupRequestFilterSensitiveLog, CreateGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateGroupCommand, serializeAws_restJson1CreateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateSamplingRuleRequestFilterSensitiveLog, CreateSamplingRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateSamplingRuleCommand, serializeAws_restJson1CreateSamplingRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateSamplingRuleCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSamplingRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSamplingRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSamplingRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSamplingRuleResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteGroupRequestFilterSensitiveLog, DeleteGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteGroupCommand, serializeAws_restJson1DeleteGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteSamplingRuleRequestFilterSensitiveLog, DeleteSamplingRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteSamplingRuleCommand, serializeAws_restJson1DeleteSamplingRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteSamplingRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSamplingRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSamplingRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSamplingRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSamplingRuleResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetEncryptionConfigRequestFilterSensitiveLog, GetEncryptionConfigResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetEncryptionConfigCommand, serializeAws_restJson1GetEncryptionConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetEncryptionConfigCommand = (function (_super) {
|
|
7
7
|
__extends(GetEncryptionConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetEncryptionConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetEncryptionConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetEncryptionConfigResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGroupRequestFilterSensitiveLog, GetGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGroupCommand, serializeAws_restJson1GetGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(GetGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetGroupsRequestFilterSensitiveLog, GetGroupsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetGroupsCommand, serializeAws_restJson1GetGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(GetGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetGroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetGroupsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightRequestFilterSensitiveLog, GetInsightResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetInsightCommand, serializeAws_restJson1GetInsightCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetInsightCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightEventsRequestFilterSensitiveLog, GetInsightEventsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetInsightEventsCommand, serializeAws_restJson1GetInsightEventsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetInsightEventsCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightEventsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightEventsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightEventsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightEventsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightImpactGraphRequestFilterSensitiveLog, GetInsightImpactGraphResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetInsightImpactGraphCommand, serializeAws_restJson1GetInsightImpactGraphCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetInsightImpactGraphCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightImpactGraphCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightImpactGraphCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightImpactGraphRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightImpactGraphResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetInsightSummariesRequestFilterSensitiveLog, GetInsightSummariesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetInsightSummariesCommand, serializeAws_restJson1GetInsightSummariesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetInsightSummariesCommand = (function (_super) {
|
|
7
7
|
__extends(GetInsightSummariesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetInsightSummariesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetInsightSummariesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetInsightSummariesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSamplingRulesRequestFilterSensitiveLog, GetSamplingRulesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSamplingRulesCommand, serializeAws_restJson1GetSamplingRulesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSamplingRulesCommand = (function (_super) {
|
|
7
7
|
__extends(GetSamplingRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSamplingRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSamplingRulesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSamplingRulesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSamplingStatisticSummariesRequestFilterSensitiveLog, GetSamplingStatisticSummariesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSamplingStatisticSummariesCommand, serializeAws_restJson1GetSamplingStatisticSummariesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSamplingStatisticSummariesCommand = (function (_super) {
|
|
7
7
|
__extends(GetSamplingStatisticSummariesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSamplingStatisticSummariesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSamplingStatisticSummariesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSamplingStatisticSummariesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSamplingTargetsRequestFilterSensitiveLog, GetSamplingTargetsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSamplingTargetsCommand, serializeAws_restJson1GetSamplingTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetSamplingTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(GetSamplingTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetSamplingTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetSamplingTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetSamplingTargetsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetServiceGraphRequestFilterSensitiveLog, GetServiceGraphResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetServiceGraphCommand, serializeAws_restJson1GetServiceGraphCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetServiceGraphCommand = (function (_super) {
|
|
7
7
|
__extends(GetServiceGraphCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetServiceGraphCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetServiceGraphRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetServiceGraphResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTimeSeriesServiceStatisticsRequestFilterSensitiveLog, GetTimeSeriesServiceStatisticsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTimeSeriesServiceStatisticsCommand, serializeAws_restJson1GetTimeSeriesServiceStatisticsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTimeSeriesServiceStatisticsCommand = (function (_super) {
|
|
7
7
|
__extends(GetTimeSeriesServiceStatisticsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTimeSeriesServiceStatisticsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTimeSeriesServiceStatisticsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTimeSeriesServiceStatisticsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTraceGraphRequestFilterSensitiveLog, GetTraceGraphResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTraceGraphCommand, serializeAws_restJson1GetTraceGraphCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTraceGraphCommand = (function (_super) {
|
|
7
7
|
__extends(GetTraceGraphCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTraceGraphCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTraceGraphRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTraceGraphResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetTraceSummariesRequestFilterSensitiveLog, GetTraceSummariesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetTraceSummariesCommand, serializeAws_restJson1GetTraceSummariesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var GetTraceSummariesCommand = (function (_super) {
|
|
7
7
|
__extends(GetTraceSummariesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetTraceSummariesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetTraceSummariesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetTraceSummariesResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutEncryptionConfigRequestFilterSensitiveLog, PutEncryptionConfigResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutEncryptionConfigCommand, serializeAws_restJson1PutEncryptionConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutEncryptionConfigCommand = (function (_super) {
|
|
7
7
|
__extends(PutEncryptionConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutEncryptionConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutEncryptionConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutEncryptionConfigResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutTelemetryRecordsRequestFilterSensitiveLog, PutTelemetryRecordsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutTelemetryRecordsCommand, serializeAws_restJson1PutTelemetryRecordsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutTelemetryRecordsCommand = (function (_super) {
|
|
7
7
|
__extends(PutTelemetryRecordsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutTelemetryRecordsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutTelemetryRecordsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutTelemetryRecordsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutTraceSegmentsRequestFilterSensitiveLog, PutTraceSegmentsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutTraceSegmentsCommand, serializeAws_restJson1PutTraceSegmentsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutTraceSegmentsCommand = (function (_super) {
|
|
7
7
|
__extends(PutTraceSegmentsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutTraceSegmentsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutTraceSegmentsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutTraceSegmentsResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateGroupRequestFilterSensitiveLog, UpdateGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateGroupCommand, serializeAws_restJson1UpdateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateGroupCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateGroupResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateSamplingRuleRequestFilterSensitiveLog, UpdateSamplingRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateSamplingRuleCommand, serializeAws_restJson1UpdateSamplingRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateSamplingRuleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateSamplingRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateSamplingRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateSamplingRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateSamplingRuleResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|