@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 { ListTasksRequestFilterSensitiveLog, ListTasksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTasksCommand, serializeAws_json1_1ListTasksCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTasksCommand = (function (_super) {
|
|
7
7
|
__extends(ListTasksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTasksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTasksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTasksResponseFilterSensitiveLog,
|
|
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 { PutAccountSettingRequestFilterSensitiveLog, PutAccountSettingResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutAccountSettingCommand, serializeAws_json1_1PutAccountSettingCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutAccountSettingCommand = (function (_super) {
|
|
7
7
|
__extends(PutAccountSettingCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAccountSettingCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAccountSettingRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAccountSettingResponseFilterSensitiveLog,
|
|
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 { PutAccountSettingDefaultRequestFilterSensitiveLog, PutAccountSettingDefaultResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutAccountSettingDefaultCommand, serializeAws_json1_1PutAccountSettingDefaultCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutAccountSettingDefaultCommand = (function (_super) {
|
|
7
7
|
__extends(PutAccountSettingDefaultCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAccountSettingDefaultCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAccountSettingDefaultRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAccountSettingDefaultResponseFilterSensitiveLog,
|
|
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 { PutAttributesRequestFilterSensitiveLog, PutAttributesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutAttributesCommand, serializeAws_json1_1PutAttributesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutAttributesCommand = (function (_super) {
|
|
7
7
|
__extends(PutAttributesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAttributesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAttributesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAttributesResponseFilterSensitiveLog,
|
|
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 { PutClusterCapacityProvidersRequestFilterSensitiveLog, PutClusterCapacityProvidersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutClusterCapacityProvidersCommand, serializeAws_json1_1PutClusterCapacityProvidersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutClusterCapacityProvidersCommand = (function (_super) {
|
|
7
7
|
__extends(PutClusterCapacityProvidersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutClusterCapacityProvidersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutClusterCapacityProvidersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutClusterCapacityProvidersResponseFilterSensitiveLog,
|
|
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 { RegisterContainerInstanceRequestFilterSensitiveLog, RegisterContainerInstanceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterContainerInstanceCommand, serializeAws_json1_1RegisterContainerInstanceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterContainerInstanceCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterContainerInstanceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RegisterContainerInstanceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterContainerInstanceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RegisterContainerInstanceResponseFilterSensitiveLog,
|
|
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 { RegisterTaskDefinitionRequestFilterSensitiveLog, RegisterTaskDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterTaskDefinitionCommand, serializeAws_json1_1RegisterTaskDefinitionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterTaskDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterTaskDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RegisterTaskDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterTaskDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RegisterTaskDefinitionResponseFilterSensitiveLog,
|
|
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 { RunTaskRequestFilterSensitiveLog, RunTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RunTaskCommand, serializeAws_json1_1RunTaskCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RunTaskCommand = (function (_super) {
|
|
7
7
|
__extends(RunTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RunTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RunTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RunTaskResponseFilterSensitiveLog,
|
|
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 { StartTaskRequestFilterSensitiveLog, StartTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartTaskCommand, serializeAws_json1_1StartTaskCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartTaskCommand = (function (_super) {
|
|
7
7
|
__extends(StartTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartTaskResponseFilterSensitiveLog,
|
|
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 { StopTaskRequestFilterSensitiveLog, StopTaskResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopTaskCommand, serializeAws_json1_1StopTaskCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopTaskCommand = (function (_super) {
|
|
7
7
|
__extends(StopTaskCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopTaskCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopTaskRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopTaskResponseFilterSensitiveLog,
|
|
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 { SubmitAttachmentStateChangesRequestFilterSensitiveLog, SubmitAttachmentStateChangesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SubmitAttachmentStateChangesCommand, serializeAws_json1_1SubmitAttachmentStateChangesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SubmitAttachmentStateChangesCommand = (function (_super) {
|
|
7
7
|
__extends(SubmitAttachmentStateChangesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SubmitAttachmentStateChangesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SubmitAttachmentStateChangesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SubmitAttachmentStateChangesResponseFilterSensitiveLog,
|
|
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 { SubmitContainerStateChangeRequestFilterSensitiveLog, SubmitContainerStateChangeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SubmitContainerStateChangeCommand, serializeAws_json1_1SubmitContainerStateChangeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SubmitContainerStateChangeCommand = (function (_super) {
|
|
7
7
|
__extends(SubmitContainerStateChangeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SubmitContainerStateChangeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SubmitContainerStateChangeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SubmitContainerStateChangeResponseFilterSensitiveLog,
|
|
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 { SubmitTaskStateChangeRequestFilterSensitiveLog, SubmitTaskStateChangeResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SubmitTaskStateChangeCommand, serializeAws_json1_1SubmitTaskStateChangeCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var SubmitTaskStateChangeCommand = (function (_super) {
|
|
7
7
|
__extends(SubmitTaskStateChangeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SubmitTaskStateChangeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SubmitTaskStateChangeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SubmitTaskStateChangeResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateCapacityProviderRequestFilterSensitiveLog, UpdateCapacityProviderResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateCapacityProviderCommand, serializeAws_json1_1UpdateCapacityProviderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateCapacityProviderCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateCapacityProviderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateCapacityProviderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateCapacityProviderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateCapacityProviderResponseFilterSensitiveLog,
|
|
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 { UpdateClusterRequestFilterSensitiveLog, UpdateClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateClusterCommand, serializeAws_json1_1UpdateClusterCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateClusterCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateClusterResponseFilterSensitiveLog,
|
|
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 { UpdateClusterSettingsRequestFilterSensitiveLog, UpdateClusterSettingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateClusterSettingsCommand, serializeAws_json1_1UpdateClusterSettingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateClusterSettingsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateClusterSettingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateClusterSettingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateClusterSettingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateClusterSettingsResponseFilterSensitiveLog,
|
|
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 { UpdateContainerAgentRequestFilterSensitiveLog, UpdateContainerAgentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateContainerAgentCommand, serializeAws_json1_1UpdateContainerAgentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateContainerAgentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateContainerAgentCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateContainerAgentCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateContainerAgentRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateContainerAgentResponseFilterSensitiveLog,
|
|
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 { UpdateContainerInstancesStateRequestFilterSensitiveLog, UpdateContainerInstancesStateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateContainerInstancesStateCommand, serializeAws_json1_1UpdateContainerInstancesStateCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateContainerInstancesStateCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateContainerInstancesStateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateContainerInstancesStateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateContainerInstancesStateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateContainerInstancesStateResponseFilterSensitiveLog,
|
|
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 { UpdateServiceRequestFilterSensitiveLog, UpdateServiceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateServiceCommand, serializeAws_json1_1UpdateServiceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateServiceCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateServiceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateServiceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateServiceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateServiceResponseFilterSensitiveLog,
|
|
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 { UpdateServicePrimaryTaskSetRequestFilterSensitiveLog, UpdateServicePrimaryTaskSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand, serializeAws_json1_1UpdateServicePrimaryTaskSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateServicePrimaryTaskSetCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateServicePrimaryTaskSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateServicePrimaryTaskSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateServicePrimaryTaskSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateServicePrimaryTaskSetResponseFilterSensitiveLog,
|
|
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 { UpdateTaskSetRequestFilterSensitiveLog, UpdateTaskSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateTaskSetCommand, serializeAws_json1_1UpdateTaskSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateTaskSetCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTaskSetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateTaskSetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateTaskSetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateTaskSetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|