@aws-sdk/client-ecs 3.489.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 -651
- 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 -3768
- 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/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +8 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateServiceCommand.d.ts +60 -6
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServiceCommand.d.ts +29 -6
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +17 -11
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +7 -6
- package/dist-types/commands/DescribeServicesCommand.d.ts +29 -6
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +7 -6
- package/dist-types/commands/ListTasksCommand.d.ts +2 -2
- package/dist-types/commands/PutAccountSettingCommand.d.ts +12 -11
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -3
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/RunTaskCommand.d.ts +36 -4
- package/dist-types/commands/StartTaskCommand.d.ts +36 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +72 -9
- package/dist-types/models/models_0.d.ts +757 -230
- package/dist-types/ts3.4/models/models_0.d.ts +59 -0
- package/package.json +41 -41
|
@@ -1,59 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateCapacityProviderCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateServiceCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateTaskSetCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteAccountSettingCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteAttributesCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteCapacityProviderCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteServiceCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteTaskDefinitionsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteTaskSetCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeregisterContainerInstanceCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeregisterTaskDefinitionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeCapacityProvidersCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeClustersCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeContainerInstancesCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DescribeServicesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DescribeTaskDefinitionCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DescribeTaskSetsCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DescribeTasksCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DiscoverPollEndpointCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ExecuteCommandCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetTaskProtectionCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListAccountSettingsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListAttributesCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListContainerInstancesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListServicesByNamespaceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListServicesCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListTaskDefinitionFamiliesCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListTaskDefinitionsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListTasksCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./PutAccountSettingCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./PutAccountSettingDefaultCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./PutAttributesCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./PutClusterCapacityProvidersCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./RegisterContainerInstanceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./RegisterTaskDefinitionCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./RunTaskCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./StartTaskCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./StopTaskCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./SubmitAttachmentStateChangesCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./SubmitContainerStateChangeCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./SubmitTaskStateChangeCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./UpdateCapacityProviderCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./UpdateClusterCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./UpdateClusterSettingsCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./UpdateContainerAgentCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./UpdateContainerInstancesStateCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./UpdateServicePrimaryTaskSetCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./UpdateTaskProtectionCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./UpdateTaskSetCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "ecs",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|