@aws-sdk/client-ecs 3.36.0 → 3.39.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 +45 -0
- package/dist-cjs/ECS.js +0 -15
- package/dist-cjs/ECSClient.js +0 -20
- package/dist-cjs/commands/CreateCapacityProviderCommand.js +0 -30
- package/dist-cjs/commands/CreateClusterCommand.js +0 -35
- package/dist-cjs/commands/CreateServiceCommand.js +0 -129
- package/dist-cjs/commands/CreateTaskSetCommand.js +0 -27
- package/dist-cjs/commands/DeleteAccountSettingCommand.js +0 -25
- package/dist-cjs/commands/DeleteAttributesCommand.js +0 -24
- package/dist-cjs/commands/DeleteCapacityProviderCommand.js +0 -38
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -30
- package/dist-cjs/commands/DeleteServiceCommand.js +0 -44
- package/dist-cjs/commands/DeleteTaskSetCommand.js +0 -25
- package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +0 -36
- package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +0 -39
- package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +0 -24
- package/dist-cjs/commands/DescribeClustersCommand.js +0 -24
- package/dist-cjs/commands/DescribeContainerInstancesCommand.js +0 -25
- package/dist-cjs/commands/DescribeServicesCommand.js +0 -24
- package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +0 -31
- package/dist-cjs/commands/DescribeTaskSetsCommand.js +0 -27
- package/dist-cjs/commands/DescribeTasksCommand.js +0 -24
- package/dist-cjs/commands/DiscoverPollEndpointCommand.js +0 -28
- package/dist-cjs/commands/ExecuteCommandCommand.js +0 -24
- package/dist-cjs/commands/ListAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/ListAttributesCommand.js +0 -30
- package/dist-cjs/commands/ListClustersCommand.js +0 -24
- package/dist-cjs/commands/ListContainerInstancesCommand.js +0 -27
- package/dist-cjs/commands/ListServicesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +0 -30
- package/dist-cjs/commands/ListTaskDefinitionsCommand.js +0 -26
- package/dist-cjs/commands/ListTasksCommand.js +0 -28
- package/dist-cjs/commands/PutAccountSettingCommand.js +0 -47
- package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +0 -26
- package/dist-cjs/commands/PutAttributesCommand.js +0 -28
- package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +0 -37
- package/dist-cjs/commands/RegisterContainerInstanceCommand.js +0 -29
- package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +0 -41
- package/dist-cjs/commands/RunTaskCommand.js +0 -52
- package/dist-cjs/commands/StartTaskCommand.js +0 -28
- package/dist-cjs/commands/StopTaskCommand.js +0 -36
- package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +0 -28
- package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +0 -28
- package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +0 -28
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateCapacityProviderCommand.js +0 -24
- package/dist-cjs/commands/UpdateClusterCommand.js +0 -24
- package/dist-cjs/commands/UpdateClusterSettingsCommand.js +0 -24
- package/dist-cjs/commands/UpdateContainerAgentCommand.js +0 -39
- package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +0 -72
- package/dist-cjs/commands/UpdateServiceCommand.js +0 -132
- package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +0 -28
- package/dist-cjs/commands/UpdateTaskSetCommand.js +0 -26
- package/dist-cjs/commands/index.js +55 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -66
- package/dist-cjs/models/models_0.js +26 -619
- package/dist-cjs/pagination/ListAccountSettingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListAttributesPaginator.js +0 -10
- package/dist-cjs/pagination/ListClustersPaginator.js +0 -10
- package/dist-cjs/pagination/ListContainerInstancesPaginator.js +0 -10
- package/dist-cjs/pagination/ListServicesPaginator.js +0 -10
- package/dist-cjs/pagination/ListTaskDefinitionFamiliesPaginator.js +0 -10
- package/dist-cjs/pagination/ListTaskDefinitionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTasksPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_json1_1.js +25 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForServicesInactive.js +0 -9
- package/dist-cjs/waiters/waitForTasksRunning.js +0 -9
- package/dist-cjs/waiters/waitForTasksStopped.js +0 -9
- package/dist-es/commands/index.js +52 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -66
- package/dist-es/models/models_0.js +20 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +22 -1
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +52 -0
- package/dist-types/index.d.ts +5 -66
- package/dist-types/models/models_0.d.ts +170 -25
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/ECS.d.ts +53 -702
- package/dist-types/ts3.4/ECSClient.d.ts +24 -101
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +2 -125
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +2 -40
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +2 -37
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +2 -48
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +2 -68
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +2 -128
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +52 -0
- package/dist-types/ts3.4/index.d.ts +5 -66
- package/dist-types/ts3.4/models/models_0.d.ts +1099 -6662
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
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("./DeleteTaskSetCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./DeregisterContainerInstanceCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeregisterTaskDefinitionCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DescribeCapacityProvidersCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DescribeClustersCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DescribeContainerInstancesCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DescribeServicesCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DescribeTaskDefinitionCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DescribeTaskSetsCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeTasksCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DiscoverPollEndpointCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./ExecuteCommandCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./ListAccountSettingsCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./ListAttributesCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListContainerInstancesCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./ListServicesCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./ListTaskDefinitionFamiliesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./ListTaskDefinitionsCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./ListTasksCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./PutAccountSettingCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./PutAccountSettingDefaultCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./PutAttributesCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./PutClusterCapacityProvidersCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./RegisterContainerInstanceCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./RegisterTaskDefinitionCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./RunTaskCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./StartTaskCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./StopTaskCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./SubmitAttachmentStateChangesCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./SubmitContainerStateChangeCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./SubmitTaskStateChangeCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./UpdateCapacityProviderCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./UpdateClusterCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateClusterSettingsCommand"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./UpdateContainerAgentCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./UpdateContainerInstancesStateCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./UpdateServicePrimaryTaskSetCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./UpdateTaskSetCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -57,22 +57,27 @@ const partitionHash = {
|
|
|
57
57
|
"us-west-1",
|
|
58
58
|
"us-west-2",
|
|
59
59
|
],
|
|
60
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
60
61
|
hostname: "ecs.{region}.amazonaws.com",
|
|
61
62
|
},
|
|
62
63
|
"aws-cn": {
|
|
63
64
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
65
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
64
66
|
hostname: "ecs.{region}.amazonaws.com.cn",
|
|
65
67
|
},
|
|
66
68
|
"aws-iso": {
|
|
67
|
-
regions: ["us-iso-east-1"],
|
|
69
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
70
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
68
71
|
hostname: "ecs.{region}.c2s.ic.gov",
|
|
69
72
|
},
|
|
70
73
|
"aws-iso-b": {
|
|
71
74
|
regions: ["us-isob-east-1"],
|
|
75
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
72
76
|
hostname: "ecs.{region}.sc2s.sgov.gov",
|
|
73
77
|
},
|
|
74
78
|
"aws-us-gov": {
|
|
75
79
|
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
80
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
76
81
|
hostname: "ecs.{region}.amazonaws.com",
|
|
77
82
|
},
|
|
78
83
|
};
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,70 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./ECSClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./ECS"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteAttributesCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DeleteCapacityProviderCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/DeleteClusterCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DeleteServiceCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/DeleteTaskSetCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/DeregisterContainerInstanceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeregisterTaskDefinitionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DescribeCapacityProvidersCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DescribeClustersCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DescribeContainerInstancesCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DescribeServicesCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./waiters/waitForServicesInactive"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DescribeTaskDefinitionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeTasksCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./waiters/waitForTasksRunning"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./waiters/waitForTasksStopped"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeTaskSetsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DiscoverPollEndpointCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/ExecuteCommandCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/ListAccountSettingsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./pagination/ListAccountSettingsPaginator"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/ListAttributesCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./pagination/ListAttributesPaginator"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/ListClustersCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./pagination/ListClustersPaginator"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/ListContainerInstancesCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./pagination/ListContainerInstancesPaginator"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/ListServicesCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./pagination/ListServicesPaginator"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/ListTaskDefinitionFamiliesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/ListTaskDefinitionFamiliesPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/ListTaskDefinitionsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/ListTaskDefinitionsPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/ListTasksCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./pagination/ListTasksPaginator"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/PutAccountSettingCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./commands/PutAccountSettingDefaultCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/PutAttributesCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./commands/PutClusterCapacityProvidersCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/RegisterContainerInstanceCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./commands/RegisterTaskDefinitionCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/RunTaskCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./commands/StartTaskCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/StopTaskCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./commands/SubmitAttachmentStateChangesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/SubmitContainerStateChangeCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./commands/SubmitTaskStateChangeCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/UpdateCapacityProviderCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./commands/UpdateClusterCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/UpdateClusterSettingsCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateContainerAgentCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./commands/UpdateContainerInstancesStateCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./commands/UpdateServiceCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./commands/UpdateServicePrimaryTaskSetCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./commands/UpdateTaskSetCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ECSClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./waiters"), exports);
|