@aws-sdk/client-ecs 3.37.0 → 3.41.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/README.md +7 -7
- package/dist-cjs/commands/index.js +55 -0
- package/dist-cjs/endpoints.js +145 -23
- package/dist-cjs/index.js +5 -66
- package/dist-cjs/models/models_0.js +51 -5
- package/dist-cjs/pagination/index.js +12 -0
- package/dist-cjs/protocols/Aws_json1_1.js +58 -0
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-es/commands/index.js +52 -0
- package/dist-es/endpoints.js +145 -23
- package/dist-es/index.js +5 -66
- package/dist-es/models/models_0.js +40 -0
- package/dist-es/pagination/index.js +9 -0
- package/dist-es/protocols/Aws_json1_1.js +55 -1
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/ECS.d.ts +147 -152
- package/dist-types/ECSClient.d.ts +15 -7
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +5 -5
- package/dist-types/commands/CreateClusterCommand.d.ts +5 -5
- package/dist-types/commands/CreateServiceCommand.d.ts +52 -51
- package/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +4 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +5 -6
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +8 -7
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +8 -9
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -3
- package/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +4 -4
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +7 -7
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -6
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +3 -3
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +7 -7
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +3 -4
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -2
- package/dist-types/commands/RunTaskCommand.d.ts +6 -6
- package/dist-types/commands/StartTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -3
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -3
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +4 -4
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +6 -6
- package/dist-types/commands/UpdateServiceCommand.d.ts +16 -16
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +1 -1
- 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 +1132 -910
- package/dist-types/pagination/index.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/ECSClient.d.ts +4 -0
- 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 +75 -0
- package/dist-types/ts3.4/pagination/index.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +27 -27
package/dist-types/index.d.ts
CHANGED
|
@@ -1,67 +1,6 @@
|
|
|
1
|
-
export * from "./ECSClient";
|
|
2
1
|
export * from "./ECS";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/DeleteAttributesCommand";
|
|
9
|
-
export * from "./commands/DeleteCapacityProviderCommand";
|
|
10
|
-
export * from "./commands/DeleteClusterCommand";
|
|
11
|
-
export * from "./commands/DeleteServiceCommand";
|
|
12
|
-
export * from "./commands/DeleteTaskSetCommand";
|
|
13
|
-
export * from "./commands/DeregisterContainerInstanceCommand";
|
|
14
|
-
export * from "./commands/DeregisterTaskDefinitionCommand";
|
|
15
|
-
export * from "./commands/DescribeCapacityProvidersCommand";
|
|
16
|
-
export * from "./commands/DescribeClustersCommand";
|
|
17
|
-
export * from "./commands/DescribeContainerInstancesCommand";
|
|
18
|
-
export * from "./commands/DescribeServicesCommand";
|
|
19
|
-
export * from "./waiters/waitForServicesInactive";
|
|
20
|
-
export * from "./commands/DescribeTaskDefinitionCommand";
|
|
21
|
-
export * from "./commands/DescribeTasksCommand";
|
|
22
|
-
export * from "./waiters/waitForTasksRunning";
|
|
23
|
-
export * from "./waiters/waitForTasksStopped";
|
|
24
|
-
export * from "./commands/DescribeTaskSetsCommand";
|
|
25
|
-
export * from "./commands/DiscoverPollEndpointCommand";
|
|
26
|
-
export * from "./commands/ExecuteCommandCommand";
|
|
27
|
-
export * from "./commands/ListAccountSettingsCommand";
|
|
28
|
-
export * from "./pagination/ListAccountSettingsPaginator";
|
|
29
|
-
export * from "./commands/ListAttributesCommand";
|
|
30
|
-
export * from "./pagination/ListAttributesPaginator";
|
|
31
|
-
export * from "./commands/ListClustersCommand";
|
|
32
|
-
export * from "./pagination/ListClustersPaginator";
|
|
33
|
-
export * from "./commands/ListContainerInstancesCommand";
|
|
34
|
-
export * from "./pagination/ListContainerInstancesPaginator";
|
|
35
|
-
export * from "./commands/ListServicesCommand";
|
|
36
|
-
export * from "./pagination/ListServicesPaginator";
|
|
37
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
38
|
-
export * from "./commands/ListTaskDefinitionFamiliesCommand";
|
|
39
|
-
export * from "./pagination/ListTaskDefinitionFamiliesPaginator";
|
|
40
|
-
export * from "./commands/ListTaskDefinitionsCommand";
|
|
41
|
-
export * from "./pagination/ListTaskDefinitionsPaginator";
|
|
42
|
-
export * from "./commands/ListTasksCommand";
|
|
43
|
-
export * from "./pagination/ListTasksPaginator";
|
|
44
|
-
export * from "./commands/PutAccountSettingCommand";
|
|
45
|
-
export * from "./commands/PutAccountSettingDefaultCommand";
|
|
46
|
-
export * from "./commands/PutAttributesCommand";
|
|
47
|
-
export * from "./commands/PutClusterCapacityProvidersCommand";
|
|
48
|
-
export * from "./commands/RegisterContainerInstanceCommand";
|
|
49
|
-
export * from "./commands/RegisterTaskDefinitionCommand";
|
|
50
|
-
export * from "./commands/RunTaskCommand";
|
|
51
|
-
export * from "./commands/StartTaskCommand";
|
|
52
|
-
export * from "./commands/StopTaskCommand";
|
|
53
|
-
export * from "./commands/SubmitAttachmentStateChangesCommand";
|
|
54
|
-
export * from "./commands/SubmitContainerStateChangeCommand";
|
|
55
|
-
export * from "./commands/SubmitTaskStateChangeCommand";
|
|
56
|
-
export * from "./commands/TagResourceCommand";
|
|
57
|
-
export * from "./commands/UntagResourceCommand";
|
|
58
|
-
export * from "./commands/UpdateCapacityProviderCommand";
|
|
59
|
-
export * from "./commands/UpdateClusterCommand";
|
|
60
|
-
export * from "./commands/UpdateClusterSettingsCommand";
|
|
61
|
-
export * from "./commands/UpdateContainerAgentCommand";
|
|
62
|
-
export * from "./commands/UpdateContainerInstancesStateCommand";
|
|
63
|
-
export * from "./commands/UpdateServiceCommand";
|
|
64
|
-
export * from "./commands/UpdateServicePrimaryTaskSetCommand";
|
|
65
|
-
export * from "./commands/UpdateTaskSetCommand";
|
|
66
|
-
export * from "./pagination/Interfaces";
|
|
67
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ECSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|