@aws-sdk/client-ecs 3.490.0 → 3.495.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/dist-cjs/ECS.js +1 -123
- package/dist-cjs/ECSClient.js +1 -43
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/CreateClusterCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -28
- package/dist-cjs/commands/CreateTaskSetCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +1 -28
- package/dist-cjs/commands/DeleteAttributesCommand.js +1 -28
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/DeleteClusterCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskSetCommand.js +1 -28
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +1 -28
- package/dist-cjs/commands/DescribeClustersCommand.js +1 -28
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +1 -28
- package/dist-cjs/commands/DescribeServicesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTasksCommand.js +1 -28
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +1 -28
- package/dist-cjs/commands/ExecuteCommandCommand.js +1 -29
- package/dist-cjs/commands/GetTaskProtectionCommand.js +1 -28
- package/dist-cjs/commands/ListAccountSettingsCommand.js +1 -28
- package/dist-cjs/commands/ListAttributesCommand.js +1 -28
- package/dist-cjs/commands/ListClustersCommand.js +1 -28
- package/dist-cjs/commands/ListContainerInstancesCommand.js +1 -28
- package/dist-cjs/commands/ListServicesByNamespaceCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +1 -28
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +1 -28
- package/dist-cjs/commands/ListTasksCommand.js +1 -28
- package/dist-cjs/commands/PutAccountSettingCommand.js +1 -28
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +1 -28
- package/dist-cjs/commands/PutAttributesCommand.js +1 -28
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +1 -28
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +1 -28
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +1 -28
- package/dist-cjs/commands/RunTaskCommand.js +1 -28
- package/dist-cjs/commands/StartTaskCommand.js +1 -28
- package/dist-cjs/commands/StopTaskCommand.js +1 -28
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +1 -28
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +1 -28
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterCommand.js +1 -28
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +1 -28
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskProtectionCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskSetCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -59
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6154 -12
- package/dist-cjs/models/ECSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -659
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccountSettingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAttributesPaginator.js +1 -7
- package/dist-cjs/pagination/ListClustersPaginator.js +1 -7
- package/dist-cjs/pagination/ListContainerInstancesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesByNamespacePaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3776
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -7
- package/dist-cjs/waiters/waitForServicesInactive.js +1 -57
- package/dist-cjs/waiters/waitForServicesStable.js +1 -84
- package/dist-cjs/waiters/waitForTasksRunning.js +1 -74
- package/dist-cjs/waiters/waitForTasksStopped.js +1 -44
- package/package.json +41 -41
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAttributes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAttributesCommand_1 = require("../commands/ListAttributesCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListAttributes = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListAttributesCommand_1.ListAttributesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListClusters = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListClustersCommand_1 = require("../commands/ListClustersCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListClusters = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListClustersCommand_1.ListClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListContainerInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListContainerInstancesCommand_1 = require("../commands/ListContainerInstancesCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListContainerInstances = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListContainerInstancesCommand_1.ListContainerInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServicesByNamespace = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServicesByNamespaceCommand_1 = require("../commands/ListServicesByNamespaceCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListServicesByNamespace = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListServicesByNamespaceCommand_1.ListServicesByNamespaceCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServices = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServicesCommand_1 = require("../commands/ListServicesCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListServices = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListServicesCommand_1.ListServicesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTaskDefinitionFamilies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTaskDefinitionFamiliesCommand_1 = require("../commands/ListTaskDefinitionFamiliesCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListTaskDefinitionFamilies = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListTaskDefinitionFamiliesCommand_1.ListTaskDefinitionFamiliesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTaskDefinitions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTaskDefinitionsCommand_1 = require("../commands/ListTaskDefinitionsCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListTaskDefinitions = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListTaskDefinitionsCommand_1.ListTaskDefinitionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTasks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTasksCommand_1 = require("../commands/ListTasksCommand");
|
|
6
|
-
const ECSClient_1 = require("../ECSClient");
|
|
7
|
-
exports.paginateListTasks = (0, core_1.createPaginator)(ECSClient_1.ECSClient, ListTasksCommand_1.ListTasksCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAccountSettingsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAttributesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListClustersPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListContainerInstancesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListServicesByNamespacePaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListTaskDefinitionFamiliesPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListTaskDefinitionsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListTasksPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|