@aws-sdk/client-codebuild 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/BatchDeleteBuildsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetBuildBatchesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetBuildsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetProjectsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetReportsCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateReportGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -2
- package/dist-cjs/commands/DeleteBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteReportGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
- package/dist-cjs/commands/DescribeCodeCoveragesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTestCasesCommand.js +2 -2
- package/dist-cjs/commands/GetReportGroupTrendCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/ImportSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/InvalidateProjectCacheCommand.js +2 -2
- package/dist-cjs/commands/ListBuildBatchesCommand.js +2 -2
- package/dist-cjs/commands/ListBuildBatchesForProjectCommand.js +2 -2
- package/dist-cjs/commands/ListBuildsCommand.js +2 -2
- package/dist-cjs/commands/ListBuildsForProjectCommand.js +2 -2
- package/dist-cjs/commands/ListCuratedEnvironmentImagesCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListReportsCommand.js +2 -2
- package/dist-cjs/commands/ListReportsForReportGroupCommand.js +2 -2
- package/dist-cjs/commands/ListSharedProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListSharedReportGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListSourceCredentialsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/RetryBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/RetryBuildCommand.js +2 -2
- package/dist-cjs/commands/StartBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/StartBuildCommand.js +2 -2
- package/dist-cjs/commands/StopBuildBatchCommand.js +2 -2
- package/dist-cjs/commands/StopBuildCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectVisibilityCommand.js +2 -2
- package/dist-cjs/commands/UpdateReportGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -2
- package/dist-cjs/models/models_0.js +577 -863
- package/dist-es/commands/BatchDeleteBuildsCommand.js +3 -3
- package/dist-es/commands/BatchGetBuildBatchesCommand.js +3 -3
- package/dist-es/commands/BatchGetBuildsCommand.js +3 -3
- package/dist-es/commands/BatchGetProjectsCommand.js +3 -3
- package/dist-es/commands/BatchGetReportGroupsCommand.js +3 -3
- package/dist-es/commands/BatchGetReportsCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateReportGroupCommand.js +3 -3
- package/dist-es/commands/CreateWebhookCommand.js +3 -3
- package/dist-es/commands/DeleteBuildBatchCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteReportCommand.js +3 -3
- package/dist-es/commands/DeleteReportGroupCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/DeleteWebhookCommand.js +3 -3
- package/dist-es/commands/DescribeCodeCoveragesCommand.js +3 -3
- package/dist-es/commands/DescribeTestCasesCommand.js +3 -3
- package/dist-es/commands/GetReportGroupTrendCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/ImportSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/InvalidateProjectCacheCommand.js +3 -3
- package/dist-es/commands/ListBuildBatchesCommand.js +3 -3
- package/dist-es/commands/ListBuildBatchesForProjectCommand.js +3 -3
- package/dist-es/commands/ListBuildsCommand.js +3 -3
- package/dist-es/commands/ListBuildsForProjectCommand.js +3 -3
- package/dist-es/commands/ListCuratedEnvironmentImagesCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListReportGroupsCommand.js +3 -3
- package/dist-es/commands/ListReportsCommand.js +3 -3
- package/dist-es/commands/ListReportsForReportGroupCommand.js +3 -3
- package/dist-es/commands/ListSharedProjectsCommand.js +3 -3
- package/dist-es/commands/ListSharedReportGroupsCommand.js +3 -3
- package/dist-es/commands/ListSourceCredentialsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/RetryBuildBatchCommand.js +3 -3
- package/dist-es/commands/RetryBuildCommand.js +3 -3
- package/dist-es/commands/StartBuildBatchCommand.js +3 -3
- package/dist-es/commands/StartBuildCommand.js +3 -3
- package/dist-es/commands/StopBuildBatchCommand.js +3 -3
- package/dist-es/commands/StopBuildCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateProjectVisibilityCommand.js +3 -3
- package/dist-es/commands/UpdateReportGroupCommand.js +3 -3
- package/dist-es/commands/UpdateWebhookCommand.js +3 -3
- package/dist-es/models/models_0.js +143 -572
- package/dist-types/models/models_0.d.ts +572 -858
- package/dist-types/ts3.4/models/models_0.d.ts +286 -572
- 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 { BatchDeleteBuildsInputFilterSensitiveLog, BatchDeleteBuildsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchDeleteBuildsCommand, serializeAws_json1_1BatchDeleteBuildsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDeleteBuildsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteBuildsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteBuildsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteBuildsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteBuildsOutputFilterSensitiveLog,
|
|
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 { BatchGetBuildBatchesInputFilterSensitiveLog, BatchGetBuildBatchesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetBuildBatchesCommand, serializeAws_json1_1BatchGetBuildBatchesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetBuildBatchesCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetBuildBatchesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetBuildBatchesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetBuildBatchesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetBuildBatchesOutputFilterSensitiveLog,
|
|
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 { BatchGetBuildsInputFilterSensitiveLog, BatchGetBuildsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetBuildsCommand, serializeAws_json1_1BatchGetBuildsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetBuildsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetBuildsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetBuildsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetBuildsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetBuildsOutputFilterSensitiveLog,
|
|
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 { BatchGetProjectsInputFilterSensitiveLog, BatchGetProjectsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetProjectsCommand, serializeAws_json1_1BatchGetProjectsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetProjectsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetProjectsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetProjectsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetProjectsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetProjectsOutputFilterSensitiveLog,
|
|
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 { BatchGetReportGroupsInputFilterSensitiveLog, BatchGetReportGroupsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetReportGroupsCommand, serializeAws_json1_1BatchGetReportGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetReportGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetReportGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetReportGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetReportGroupsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetReportGroupsOutputFilterSensitiveLog,
|
|
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 { BatchGetReportsInputFilterSensitiveLog, BatchGetReportsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetReportsCommand, serializeAws_json1_1BatchGetReportsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetReportsCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetReportsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetReportsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetReportsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetReportsOutputFilterSensitiveLog,
|
|
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 { CreateProjectInputFilterSensitiveLog, CreateProjectOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateProjectCommand, serializeAws_json1_1CreateProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateProjectCommand = (function (_super) {
|
|
7
7
|
__extends(CreateProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateProjectInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateProjectOutputFilterSensitiveLog,
|
|
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 { CreateReportGroupInputFilterSensitiveLog, CreateReportGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateReportGroupCommand, serializeAws_json1_1CreateReportGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateReportGroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateReportGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateReportGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateReportGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateReportGroupOutputFilterSensitiveLog,
|
|
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 { CreateWebhookInputFilterSensitiveLog, CreateWebhookOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateWebhookCommand, serializeAws_json1_1CreateWebhookCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateWebhookCommand = (function (_super) {
|
|
7
7
|
__extends(CreateWebhookCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateWebhookCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateWebhookInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateWebhookOutputFilterSensitiveLog,
|
|
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 { DeleteBuildBatchInputFilterSensitiveLog, DeleteBuildBatchOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteBuildBatchCommand, serializeAws_json1_1DeleteBuildBatchCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteBuildBatchCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteBuildBatchCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteBuildBatchCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteBuildBatchInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteBuildBatchOutputFilterSensitiveLog,
|
|
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 { DeleteProjectInputFilterSensitiveLog, DeleteProjectOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteProjectCommand, serializeAws_json1_1DeleteProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteProjectCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteProjectInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteProjectOutputFilterSensitiveLog,
|
|
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 { DeleteReportInputFilterSensitiveLog, DeleteReportOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteReportCommand, serializeAws_json1_1DeleteReportCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteReportCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteReportCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteReportCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteReportInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteReportOutputFilterSensitiveLog,
|
|
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 { DeleteReportGroupInputFilterSensitiveLog, DeleteReportGroupOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteReportGroupCommand, serializeAws_json1_1DeleteReportGroupCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteReportGroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteReportGroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteReportGroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteReportGroupInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteReportGroupOutputFilterSensitiveLog,
|
|
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 { DeleteResourcePolicyInputFilterSensitiveLog, DeleteResourcePolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteResourcePolicyCommand, serializeAws_json1_1DeleteResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteResourcePolicyInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteResourcePolicyOutputFilterSensitiveLog,
|
|
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 { DeleteSourceCredentialsInputFilterSensitiveLog, DeleteSourceCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteSourceCredentialsCommand, serializeAws_json1_1DeleteSourceCredentialsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteSourceCredentialsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteSourceCredentialsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteSourceCredentialsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteSourceCredentialsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteSourceCredentialsOutputFilterSensitiveLog,
|
|
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 { DeleteWebhookInputFilterSensitiveLog, DeleteWebhookOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteWebhookCommand, serializeAws_json1_1DeleteWebhookCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteWebhookCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteWebhookCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteWebhookCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteWebhookInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteWebhookOutputFilterSensitiveLog,
|
|
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 { DescribeCodeCoveragesInputFilterSensitiveLog, DescribeCodeCoveragesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCodeCoveragesCommand, serializeAws_json1_1DescribeCodeCoveragesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCodeCoveragesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCodeCoveragesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCodeCoveragesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCodeCoveragesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCodeCoveragesOutputFilterSensitiveLog,
|
|
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 { DescribeTestCasesInputFilterSensitiveLog, DescribeTestCasesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTestCasesCommand, serializeAws_json1_1DescribeTestCasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTestCasesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTestCasesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTestCasesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTestCasesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTestCasesOutputFilterSensitiveLog,
|
|
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 { GetReportGroupTrendInputFilterSensitiveLog, GetReportGroupTrendOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetReportGroupTrendCommand, serializeAws_json1_1GetReportGroupTrendCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetReportGroupTrendCommand = (function (_super) {
|
|
7
7
|
__extends(GetReportGroupTrendCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetReportGroupTrendCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetReportGroupTrendInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetReportGroupTrendOutputFilterSensitiveLog,
|
|
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 { GetResourcePolicyInputFilterSensitiveLog, GetResourcePolicyOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetResourcePolicyCommand, serializeAws_json1_1GetResourcePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetResourcePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetResourcePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetResourcePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetResourcePolicyInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetResourcePolicyOutputFilterSensitiveLog,
|
|
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 { ImportSourceCredentialsInputFilterSensitiveLog, ImportSourceCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ImportSourceCredentialsCommand, serializeAws_json1_1ImportSourceCredentialsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ImportSourceCredentialsCommand = (function (_super) {
|
|
7
7
|
__extends(ImportSourceCredentialsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ImportSourceCredentialsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ImportSourceCredentialsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ImportSourceCredentialsOutputFilterSensitiveLog,
|
|
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 { InvalidateProjectCacheInputFilterSensitiveLog, InvalidateProjectCacheOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InvalidateProjectCacheCommand, serializeAws_json1_1InvalidateProjectCacheCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InvalidateProjectCacheCommand = (function (_super) {
|
|
7
7
|
__extends(InvalidateProjectCacheCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InvalidateProjectCacheCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InvalidateProjectCacheInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InvalidateProjectCacheOutputFilterSensitiveLog,
|
|
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 { ListBuildBatchesInputFilterSensitiveLog, ListBuildBatchesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListBuildBatchesCommand, serializeAws_json1_1ListBuildBatchesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListBuildBatchesCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuildBatchesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuildBatchesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuildBatchesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuildBatchesOutputFilterSensitiveLog,
|
|
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 { ListBuildBatchesForProjectInputFilterSensitiveLog, ListBuildBatchesForProjectOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListBuildBatchesForProjectCommand, serializeAws_json1_1ListBuildBatchesForProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListBuildBatchesForProjectCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuildBatchesForProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuildBatchesForProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuildBatchesForProjectInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuildBatchesForProjectOutputFilterSensitiveLog,
|
|
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 { ListBuildsInputFilterSensitiveLog, ListBuildsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListBuildsCommand, serializeAws_json1_1ListBuildsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListBuildsCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuildsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuildsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuildsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuildsOutputFilterSensitiveLog,
|
|
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 { ListBuildsForProjectInputFilterSensitiveLog, ListBuildsForProjectOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListBuildsForProjectCommand, serializeAws_json1_1ListBuildsForProjectCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListBuildsForProjectCommand = (function (_super) {
|
|
7
7
|
__extends(ListBuildsForProjectCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListBuildsForProjectCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListBuildsForProjectInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListBuildsForProjectOutputFilterSensitiveLog,
|
|
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 { ListCuratedEnvironmentImagesInputFilterSensitiveLog, ListCuratedEnvironmentImagesOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListCuratedEnvironmentImagesCommand, serializeAws_json1_1ListCuratedEnvironmentImagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListCuratedEnvironmentImagesCommand = (function (_super) {
|
|
7
7
|
__extends(ListCuratedEnvironmentImagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListCuratedEnvironmentImagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListCuratedEnvironmentImagesInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListCuratedEnvironmentImagesOutputFilterSensitiveLog,
|
|
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 { ListProjectsInputFilterSensitiveLog, ListProjectsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListProjectsCommand, serializeAws_json1_1ListProjectsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListProjectsCommand = (function (_super) {
|
|
7
7
|
__extends(ListProjectsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListProjectsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListProjectsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListProjectsOutputFilterSensitiveLog,
|
|
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 { ListReportGroupsInputFilterSensitiveLog, ListReportGroupsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListReportGroupsCommand, serializeAws_json1_1ListReportGroupsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListReportGroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListReportGroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListReportGroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListReportGroupsInputFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListReportGroupsOutputFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|