@aws-sdk/client-ecs 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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
- package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
- package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
- package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
- package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListAttributesCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListTasksCommand.js +2 -2
- package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
- package/dist-cjs/commands/PutAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
- package/dist-cjs/commands/RunTaskCommand.js +2 -2
- package/dist-cjs/commands/StartTaskCommand.js +2 -2
- package/dist-cjs/commands/StopTaskCommand.js +2 -2
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +744 -1112
- package/dist-cjs/protocols/Aws_json1_1.js +260 -551
- package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/CreateTaskSetCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
- package/dist-es/commands/DeleteAttributesCommand.js +3 -3
- package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
- package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
- package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
- package/dist-es/commands/DescribeClustersCommand.js +3 -3
- package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeServicesCommand.js +3 -3
- package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
- package/dist-es/commands/DescribeTasksCommand.js +3 -3
- package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
- package/dist-es/commands/ExecuteCommandCommand.js +3 -3
- package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
- package/dist-es/commands/ListAttributesCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
- package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListTasksCommand.js +3 -3
- package/dist-es/commands/PutAccountSettingCommand.js +3 -3
- package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
- package/dist-es/commands/PutAttributesCommand.js +3 -3
- package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
- package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
- package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
- package/dist-es/commands/RunTaskCommand.js +3 -3
- package/dist-es/commands/StartTaskCommand.js +3 -3
- package/dist-es/commands/StopTaskCommand.js +3 -3
- package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
- package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
- package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
- package/dist-es/commands/UpdateClusterCommand.js +3 -3
- package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
- package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
- package/dist-es/commands/UpdateServiceCommand.js +3 -3
- package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
- package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
- package/dist-es/models/models_0.js +184 -736
- package/dist-es/protocols/Aws_json1_1.js +417 -552
- package/dist-types/models/models_0.d.ts +736 -1104
- package/dist-types/ts3.4/models/models_0.d.ts +368 -736
- 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 { CreateCapacityProviderRequestFilterSensitiveLog, CreateCapacityProviderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateCapacityProviderCommand, serializeAws_json1_1CreateCapacityProviderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateCapacityProviderCommand = (function (_super) {
|
|
7
7
|
__extends(CreateCapacityProviderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateCapacityProviderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateCapacityProviderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateCapacityProviderResponseFilterSensitiveLog,
|
|
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 { CreateClusterRequestFilterSensitiveLog, CreateClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateClusterCommand, serializeAws_json1_1CreateClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateClusterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateClusterResponseFilterSensitiveLog,
|
|
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 { CreateServiceRequestFilterSensitiveLog, CreateServiceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateServiceCommand, serializeAws_json1_1CreateServiceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateServiceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateServiceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateServiceResponseFilterSensitiveLog,
|
|
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 { CreateTaskSetRequestFilterSensitiveLog, CreateTaskSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateTaskSetCommand, serializeAws_json1_1CreateTaskSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateTaskSetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateTaskSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateTaskSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateTaskSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateTaskSetResponseFilterSensitiveLog,
|
|
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 { DeleteAccountSettingRequestFilterSensitiveLog, DeleteAccountSettingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAccountSettingCommand, serializeAws_json1_1DeleteAccountSettingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAccountSettingCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAccountSettingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAccountSettingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAccountSettingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAccountSettingResponseFilterSensitiveLog,
|
|
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 { DeleteAttributesRequestFilterSensitiveLog, DeleteAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAttributesCommand, serializeAws_json1_1DeleteAttributesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAttributesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAttributesResponseFilterSensitiveLog,
|
|
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 { DeleteCapacityProviderRequestFilterSensitiveLog, DeleteCapacityProviderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteCapacityProviderCommand, serializeAws_json1_1DeleteCapacityProviderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteCapacityProviderCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteCapacityProviderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteCapacityProviderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteCapacityProviderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteCapacityProviderResponseFilterSensitiveLog,
|
|
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 { DeleteClusterRequestFilterSensitiveLog, DeleteClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteClusterCommand, serializeAws_json1_1DeleteClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteClusterResponseFilterSensitiveLog,
|
|
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 { DeleteServiceRequestFilterSensitiveLog, DeleteServiceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteServiceCommand, serializeAws_json1_1DeleteServiceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteServiceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteServiceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteServiceResponseFilterSensitiveLog,
|
|
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 { DeleteTaskSetRequestFilterSensitiveLog, DeleteTaskSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteTaskSetCommand, serializeAws_json1_1DeleteTaskSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteTaskSetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTaskSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTaskSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTaskSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTaskSetResponseFilterSensitiveLog,
|
|
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 { DeregisterContainerInstanceRequestFilterSensitiveLog, DeregisterContainerInstanceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeregisterContainerInstanceCommand, serializeAws_json1_1DeregisterContainerInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeregisterContainerInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterContainerInstanceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterContainerInstanceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterContainerInstanceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterContainerInstanceResponseFilterSensitiveLog,
|
|
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 { DeregisterTaskDefinitionRequestFilterSensitiveLog, DeregisterTaskDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeregisterTaskDefinitionCommand, serializeAws_json1_1DeregisterTaskDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeregisterTaskDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterTaskDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterTaskDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterTaskDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterTaskDefinitionResponseFilterSensitiveLog,
|
|
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 { DescribeCapacityProvidersRequestFilterSensitiveLog, DescribeCapacityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeCapacityProvidersCommand, serializeAws_json1_1DescribeCapacityProvidersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeCapacityProvidersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeCapacityProvidersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeCapacityProvidersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeCapacityProvidersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeCapacityProvidersResponseFilterSensitiveLog,
|
|
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 { DescribeClustersRequestFilterSensitiveLog, DescribeClustersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeClustersCommand, serializeAws_json1_1DescribeClustersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeClustersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeClustersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeClustersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeClustersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeClustersResponseFilterSensitiveLog,
|
|
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 { DescribeContainerInstancesRequestFilterSensitiveLog, DescribeContainerInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeContainerInstancesCommand, serializeAws_json1_1DescribeContainerInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeContainerInstancesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeContainerInstancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeContainerInstancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeContainerInstancesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeContainerInstancesResponseFilterSensitiveLog,
|
|
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 { DescribeServicesRequestFilterSensitiveLog, DescribeServicesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeServicesCommand, serializeAws_json1_1DescribeServicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeServicesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeServicesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeServicesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeServicesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeServicesResponseFilterSensitiveLog,
|
|
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 { DescribeTaskDefinitionRequestFilterSensitiveLog, DescribeTaskDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTaskDefinitionCommand, serializeAws_json1_1DescribeTaskDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTaskDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTaskDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTaskDefinitionResponseFilterSensitiveLog,
|
|
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 { DescribeTaskSetsRequestFilterSensitiveLog, DescribeTaskSetsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTaskSetsCommand, serializeAws_json1_1DescribeTaskSetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskSetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskSetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTaskSetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTaskSetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTaskSetsResponseFilterSensitiveLog,
|
|
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 { DescribeTasksRequestFilterSensitiveLog, DescribeTasksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeTasksCommand, serializeAws_json1_1DescribeTasksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTasksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTasksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeTasksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeTasksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeTasksResponseFilterSensitiveLog,
|
|
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 { DiscoverPollEndpointRequestFilterSensitiveLog, DiscoverPollEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DiscoverPollEndpointCommand, serializeAws_json1_1DiscoverPollEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DiscoverPollEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(DiscoverPollEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DiscoverPollEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DiscoverPollEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DiscoverPollEndpointResponseFilterSensitiveLog,
|
|
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 { ExecuteCommandRequestFilterSensitiveLog, ExecuteCommandResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ExecuteCommandCommand, serializeAws_json1_1ExecuteCommandCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExecuteCommandCommand = (function (_super) {
|
|
7
7
|
__extends(ExecuteCommandCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ExecuteCommandCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ExecuteCommandRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExecuteCommandResponseFilterSensitiveLog,
|
|
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 { ListAccountSettingsRequestFilterSensitiveLog, ListAccountSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAccountSettingsCommand, serializeAws_json1_1ListAccountSettingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAccountSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAccountSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAccountSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAccountSettingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAccountSettingsResponseFilterSensitiveLog,
|
|
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 { ListAttributesRequestFilterSensitiveLog, ListAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAttributesCommand, serializeAws_json1_1ListAttributesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(ListAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAttributesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAttributesResponseFilterSensitiveLog,
|
|
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 { ListClustersRequestFilterSensitiveLog, ListClustersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListClustersCommand, serializeAws_json1_1ListClustersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListClustersCommand = (function (_super) {
|
|
7
7
|
__extends(ListClustersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListClustersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListClustersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListClustersResponseFilterSensitiveLog,
|
|
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 { ListContainerInstancesRequestFilterSensitiveLog, ListContainerInstancesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListContainerInstancesCommand, serializeAws_json1_1ListContainerInstancesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListContainerInstancesCommand = (function (_super) {
|
|
7
7
|
__extends(ListContainerInstancesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListContainerInstancesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListContainerInstancesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListContainerInstancesResponseFilterSensitiveLog,
|
|
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 { ListServicesRequestFilterSensitiveLog, ListServicesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListServicesCommand, serializeAws_json1_1ListServicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListServicesCommand = (function (_super) {
|
|
7
7
|
__extends(ListServicesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListServicesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListServicesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListServicesResponseFilterSensitiveLog,
|
|
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_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
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 { ListTaskDefinitionFamiliesRequestFilterSensitiveLog, ListTaskDefinitionFamiliesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTaskDefinitionFamiliesCommand, serializeAws_json1_1ListTaskDefinitionFamiliesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTaskDefinitionFamiliesCommand = (function (_super) {
|
|
7
7
|
__extends(ListTaskDefinitionFamiliesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTaskDefinitionFamiliesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTaskDefinitionFamiliesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTaskDefinitionFamiliesResponseFilterSensitiveLog,
|
|
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 { ListTaskDefinitionsRequestFilterSensitiveLog, ListTaskDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTaskDefinitionsCommand, serializeAws_json1_1ListTaskDefinitionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTaskDefinitionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTaskDefinitionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTaskDefinitionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTaskDefinitionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTaskDefinitionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|