@aws-sdk/client-personalize 3.131.0 → 3.142.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 +34 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +2 -2
- package/dist-cjs/commands/CreateCampaignCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -2
- package/dist-cjs/commands/CreateEventTrackerCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateRecommenderCommand.js +2 -2
- package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateSolutionCommand.js +2 -2
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +2 -2
- package/dist-cjs/commands/DeleteCampaignCommand.js +1 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -1
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +1 -1
- package/dist-cjs/commands/DeleteFilterCommand.js +1 -1
- package/dist-cjs/commands/DeleteRecommenderCommand.js +1 -1
- package/dist-cjs/commands/DeleteSchemaCommand.js +1 -1
- package/dist-cjs/commands/DeleteSolutionCommand.js +1 -1
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -2
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeCampaignCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +2 -2
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +2 -2
- package/dist-cjs/commands/DescribeFilterCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommenderCommand.js +2 -2
- package/dist-cjs/commands/DescribeSchemaCommand.js +2 -2
- package/dist-cjs/commands/DescribeSolutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +2 -2
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +2 -2
- package/dist-cjs/commands/ListCampaignsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
- package/dist-cjs/commands/ListEventTrackersCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListRecipesCommand.js +2 -2
- package/dist-cjs/commands/ListRecommendersCommand.js +2 -2
- package/dist-cjs/commands/ListSchemasCommand.js +2 -2
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListSolutionsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartRecommenderCommand.js +2 -2
- package/dist-cjs/commands/StopRecommenderCommand.js +2 -2
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCampaignCommand.js +2 -2
- package/dist-cjs/commands/UpdateRecommenderCommand.js +2 -2
- package/dist-cjs/models/models_0.js +696 -1033
- package/dist-cjs/protocols/Aws_json1_1.js +303 -501
- package/dist-es/commands/CreateBatchInferenceJobCommand.js +3 -3
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +3 -3
- package/dist-es/commands/CreateCampaignCommand.js +3 -3
- package/dist-es/commands/CreateDatasetCommand.js +3 -3
- package/dist-es/commands/CreateDatasetExportJobCommand.js +3 -3
- package/dist-es/commands/CreateDatasetGroupCommand.js +3 -3
- package/dist-es/commands/CreateDatasetImportJobCommand.js +3 -3
- package/dist-es/commands/CreateEventTrackerCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateRecommenderCommand.js +3 -3
- package/dist-es/commands/CreateSchemaCommand.js +3 -3
- package/dist-es/commands/CreateSolutionCommand.js +3 -3
- package/dist-es/commands/CreateSolutionVersionCommand.js +3 -3
- package/dist-es/commands/DeleteCampaignCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEventTrackerCommand.js +2 -2
- package/dist-es/commands/DeleteFilterCommand.js +2 -2
- package/dist-es/commands/DeleteRecommenderCommand.js +2 -2
- package/dist-es/commands/DeleteSchemaCommand.js +2 -2
- package/dist-es/commands/DeleteSolutionCommand.js +2 -2
- package/dist-es/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-es/commands/DescribeBatchInferenceJobCommand.js +3 -3
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +3 -3
- package/dist-es/commands/DescribeCampaignCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetExportJobCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetGroupCommand.js +3 -3
- package/dist-es/commands/DescribeDatasetImportJobCommand.js +3 -3
- package/dist-es/commands/DescribeEventTrackerCommand.js +3 -3
- package/dist-es/commands/DescribeFeatureTransformationCommand.js +3 -3
- package/dist-es/commands/DescribeFilterCommand.js +3 -3
- package/dist-es/commands/DescribeRecipeCommand.js +3 -3
- package/dist-es/commands/DescribeRecommenderCommand.js +3 -3
- package/dist-es/commands/DescribeSchemaCommand.js +3 -3
- package/dist-es/commands/DescribeSolutionCommand.js +3 -3
- package/dist-es/commands/DescribeSolutionVersionCommand.js +3 -3
- package/dist-es/commands/GetSolutionMetricsCommand.js +3 -3
- package/dist-es/commands/ListBatchInferenceJobsCommand.js +3 -3
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +3 -3
- package/dist-es/commands/ListCampaignsCommand.js +3 -3
- package/dist-es/commands/ListDatasetExportJobsCommand.js +3 -3
- package/dist-es/commands/ListDatasetGroupsCommand.js +3 -3
- package/dist-es/commands/ListDatasetImportJobsCommand.js +3 -3
- package/dist-es/commands/ListDatasetsCommand.js +3 -3
- package/dist-es/commands/ListEventTrackersCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListRecipesCommand.js +3 -3
- package/dist-es/commands/ListRecommendersCommand.js +3 -3
- package/dist-es/commands/ListSchemasCommand.js +3 -3
- package/dist-es/commands/ListSolutionVersionsCommand.js +3 -3
- package/dist-es/commands/ListSolutionsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartRecommenderCommand.js +3 -3
- package/dist-es/commands/StopRecommenderCommand.js +3 -3
- package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCampaignCommand.js +3 -3
- package/dist-es/commands/UpdateRecommenderCommand.js +3 -3
- package/dist-es/models/models_0.js +176 -684
- package/dist-es/protocols/Aws_json1_1.js +484 -503
- package/dist-types/Personalize.d.ts +87 -77
- package/dist-types/commands/CreateDatasetCommand.d.ts +8 -6
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +10 -13
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +20 -18
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +20 -14
- package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -2
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -2
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +6 -5
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +6 -5
- package/dist-types/commands/ListDatasetsCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +823 -1093
- package/dist-types/ts3.4/models/models_0.d.ts +348 -680
- package/package.json +6 -6
|
@@ -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 { CreateBatchInferenceJobRequestFilterSensitiveLog, CreateBatchInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateBatchInferenceJobCommand, serializeAws_json1_1CreateBatchInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateBatchInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBatchInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBatchInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBatchInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBatchInferenceJobResponseFilterSensitiveLog,
|
|
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 { CreateBatchSegmentJobRequestFilterSensitiveLog, CreateBatchSegmentJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateBatchSegmentJobCommand, serializeAws_json1_1CreateBatchSegmentJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateBatchSegmentJobCommand = (function (_super) {
|
|
7
7
|
__extends(CreateBatchSegmentJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateBatchSegmentJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateBatchSegmentJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateBatchSegmentJobResponseFilterSensitiveLog,
|
|
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 { CreateCampaignRequestFilterSensitiveLog, CreateCampaignResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateCampaignCommand, serializeAws_json1_1CreateCampaignCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateCampaignCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCampaignCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCampaignCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCampaignRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCampaignResponseFilterSensitiveLog,
|
|
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 { CreateDatasetRequestFilterSensitiveLog, CreateDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDatasetCommand, serializeAws_json1_1CreateDatasetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDatasetResponseFilterSensitiveLog,
|
|
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 { CreateDatasetExportJobRequestFilterSensitiveLog, CreateDatasetExportJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDatasetExportJobCommand, serializeAws_json1_1CreateDatasetExportJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDatasetExportJobCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDatasetExportJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDatasetExportJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDatasetExportJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDatasetExportJobResponseFilterSensitiveLog,
|
|
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 { CreateDatasetGroupRequestFilterSensitiveLog, CreateDatasetGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDatasetGroupCommand, serializeAws_json1_1CreateDatasetGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDatasetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDatasetGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDatasetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDatasetGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDatasetGroupResponseFilterSensitiveLog,
|
|
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 { CreateDatasetImportJobRequestFilterSensitiveLog, CreateDatasetImportJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDatasetImportJobCommand, serializeAws_json1_1CreateDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDatasetImportJobCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDatasetImportJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDatasetImportJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDatasetImportJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDatasetImportJobResponseFilterSensitiveLog,
|
|
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 { CreateEventTrackerRequestFilterSensitiveLog, CreateEventTrackerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEventTrackerCommand, serializeAws_json1_1CreateEventTrackerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEventTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEventTrackerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEventTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEventTrackerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEventTrackerResponseFilterSensitiveLog,
|
|
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 { CreateFilterRequestFilterSensitiveLog, CreateFilterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFilterCommand, serializeAws_json1_1CreateFilterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFilterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFilterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFilterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFilterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFilterResponseFilterSensitiveLog,
|
|
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 { CreateRecommenderRequestFilterSensitiveLog, CreateRecommenderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateRecommenderCommand, serializeAws_json1_1CreateRecommenderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateRecommenderCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRecommenderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRecommenderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRecommenderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRecommenderResponseFilterSensitiveLog,
|
|
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 { CreateSchemaRequestFilterSensitiveLog, CreateSchemaResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSchemaCommand, serializeAws_json1_1CreateSchemaCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSchemaCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSchemaCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSchemaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSchemaRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSchemaResponseFilterSensitiveLog,
|
|
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 { CreateSolutionRequestFilterSensitiveLog, CreateSolutionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSolutionCommand, serializeAws_json1_1CreateSolutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSolutionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSolutionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSolutionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSolutionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSolutionResponseFilterSensitiveLog,
|
|
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 { CreateSolutionVersionRequestFilterSensitiveLog, CreateSolutionVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateSolutionVersionCommand, serializeAws_json1_1CreateSolutionVersionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateSolutionVersionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateSolutionVersionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateSolutionVersionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateSolutionVersionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateSolutionVersionResponseFilterSensitiveLog,
|
|
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 { DeleteCampaignRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteCampaignCommand, serializeAws_json1_1DeleteCampaignCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteCampaignCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCampaignCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteCampaignCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCampaignRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteDatasetRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteDatasetCommand, serializeAws_json1_1DeleteDatasetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDatasetCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDatasetRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteDatasetGroupRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteDatasetGroupCommand, serializeAws_json1_1DeleteDatasetGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDatasetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDatasetGroupCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteDatasetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDatasetGroupRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteEventTrackerRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEventTrackerCommand, serializeAws_json1_1DeleteEventTrackerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEventTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEventTrackerCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteEventTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEventTrackerRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteFilterRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFilterCommand, serializeAws_json1_1DeleteFilterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFilterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFilterCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteFilterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFilterRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteRecommenderRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRecommenderCommand, serializeAws_json1_1DeleteRecommenderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRecommenderCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRecommenderCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteRecommenderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRecommenderRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteSchemaRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSchemaCommand, serializeAws_json1_1DeleteSchemaCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSchemaCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSchemaCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteSchemaCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSchemaRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DeleteSolutionRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSolutionCommand, serializeAws_json1_1DeleteSolutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSolutionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSolutionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteSolutionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSolutionRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -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 { DescribeAlgorithmRequestFilterSensitiveLog, DescribeAlgorithmResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAlgorithmCommand, serializeAws_json1_1DescribeAlgorithmCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAlgorithmCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAlgorithmCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAlgorithmCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAlgorithmRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAlgorithmResponseFilterSensitiveLog,
|
|
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 { DescribeBatchInferenceJobRequestFilterSensitiveLog, DescribeBatchInferenceJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeBatchInferenceJobCommand, serializeAws_json1_1DescribeBatchInferenceJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeBatchInferenceJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBatchInferenceJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBatchInferenceJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBatchInferenceJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBatchInferenceJobResponseFilterSensitiveLog,
|
|
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 { DescribeBatchSegmentJobRequestFilterSensitiveLog, DescribeBatchSegmentJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeBatchSegmentJobCommand, serializeAws_json1_1DescribeBatchSegmentJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeBatchSegmentJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeBatchSegmentJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeBatchSegmentJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeBatchSegmentJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeBatchSegmentJobResponseFilterSensitiveLog,
|
|
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 { DescribeCampaignRequestFilterSensitiveLog, DescribeCampaignResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCampaignCommand, serializeAws_json1_1DescribeCampaignCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCampaignCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCampaignCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCampaignCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCampaignRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCampaignResponseFilterSensitiveLog,
|
|
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 { DescribeDatasetRequestFilterSensitiveLog, DescribeDatasetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDatasetCommand, serializeAws_json1_1DescribeDatasetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDatasetCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDatasetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDatasetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDatasetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDatasetResponseFilterSensitiveLog,
|
|
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 { DescribeDatasetExportJobRequestFilterSensitiveLog, DescribeDatasetExportJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDatasetExportJobCommand, serializeAws_json1_1DescribeDatasetExportJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDatasetExportJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDatasetExportJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDatasetExportJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDatasetExportJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDatasetExportJobResponseFilterSensitiveLog,
|
|
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 { DescribeDatasetGroupRequestFilterSensitiveLog, DescribeDatasetGroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDatasetGroupCommand, serializeAws_json1_1DescribeDatasetGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDatasetGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDatasetGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDatasetGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDatasetGroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDatasetGroupResponseFilterSensitiveLog,
|
|
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 { DescribeDatasetImportJobRequestFilterSensitiveLog, DescribeDatasetImportJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDatasetImportJobCommand, serializeAws_json1_1DescribeDatasetImportJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDatasetImportJobCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDatasetImportJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDatasetImportJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDatasetImportJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDatasetImportJobResponseFilterSensitiveLog,
|
|
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 { DescribeEventTrackerRequestFilterSensitiveLog, DescribeEventTrackerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventTrackerCommand, serializeAws_json1_1DescribeEventTrackerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventTrackerCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventTrackerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventTrackerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventTrackerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventTrackerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|