@aws-sdk/client-ecs 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ECS.d.ts +940 -265
- package/dist-types/ts3.4/ECSClient.d.ts +440 -125
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECSServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2989 -2811
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +4 -4
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,158 +1,629 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateCapacityProviderCommandInput,
|
|
8
|
+
CreateCapacityProviderCommandOutput,
|
|
9
|
+
} from "../commands/CreateCapacityProviderCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateClusterCommandInput,
|
|
12
|
+
CreateClusterCommandOutput,
|
|
13
|
+
} from "../commands/CreateClusterCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateServiceCommandInput,
|
|
16
|
+
CreateServiceCommandOutput,
|
|
17
|
+
} from "../commands/CreateServiceCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateTaskSetCommandInput,
|
|
20
|
+
CreateTaskSetCommandOutput,
|
|
21
|
+
} from "../commands/CreateTaskSetCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteAccountSettingCommandInput,
|
|
24
|
+
DeleteAccountSettingCommandOutput,
|
|
25
|
+
} from "../commands/DeleteAccountSettingCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteAttributesCommandInput,
|
|
28
|
+
DeleteAttributesCommandOutput,
|
|
29
|
+
} from "../commands/DeleteAttributesCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteCapacityProviderCommandInput,
|
|
32
|
+
DeleteCapacityProviderCommandOutput,
|
|
33
|
+
} from "../commands/DeleteCapacityProviderCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteClusterCommandInput,
|
|
36
|
+
DeleteClusterCommandOutput,
|
|
37
|
+
} from "../commands/DeleteClusterCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteServiceCommandInput,
|
|
40
|
+
DeleteServiceCommandOutput,
|
|
41
|
+
} from "../commands/DeleteServiceCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteTaskSetCommandInput,
|
|
44
|
+
DeleteTaskSetCommandOutput,
|
|
45
|
+
} from "../commands/DeleteTaskSetCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeregisterContainerInstanceCommandInput,
|
|
48
|
+
DeregisterContainerInstanceCommandOutput,
|
|
49
|
+
} from "../commands/DeregisterContainerInstanceCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeregisterTaskDefinitionCommandInput,
|
|
52
|
+
DeregisterTaskDefinitionCommandOutput,
|
|
53
|
+
} from "../commands/DeregisterTaskDefinitionCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeCapacityProvidersCommandInput,
|
|
56
|
+
DescribeCapacityProvidersCommandOutput,
|
|
57
|
+
} from "../commands/DescribeCapacityProvidersCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeClustersCommandInput,
|
|
60
|
+
DescribeClustersCommandOutput,
|
|
61
|
+
} from "../commands/DescribeClustersCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeContainerInstancesCommandInput,
|
|
64
|
+
DescribeContainerInstancesCommandOutput,
|
|
65
|
+
} from "../commands/DescribeContainerInstancesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeServicesCommandInput,
|
|
68
|
+
DescribeServicesCommandOutput,
|
|
69
|
+
} from "../commands/DescribeServicesCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeTaskDefinitionCommandInput,
|
|
72
|
+
DescribeTaskDefinitionCommandOutput,
|
|
73
|
+
} from "../commands/DescribeTaskDefinitionCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeTasksCommandInput,
|
|
76
|
+
DescribeTasksCommandOutput,
|
|
77
|
+
} from "../commands/DescribeTasksCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeTaskSetsCommandInput,
|
|
80
|
+
DescribeTaskSetsCommandOutput,
|
|
81
|
+
} from "../commands/DescribeTaskSetsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DiscoverPollEndpointCommandInput,
|
|
84
|
+
DiscoverPollEndpointCommandOutput,
|
|
85
|
+
} from "../commands/DiscoverPollEndpointCommand";
|
|
86
|
+
import {
|
|
87
|
+
ExecuteCommandCommandInput,
|
|
88
|
+
ExecuteCommandCommandOutput,
|
|
89
|
+
} from "../commands/ExecuteCommandCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListAccountSettingsCommandInput,
|
|
92
|
+
ListAccountSettingsCommandOutput,
|
|
93
|
+
} from "../commands/ListAccountSettingsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListAttributesCommandInput,
|
|
96
|
+
ListAttributesCommandOutput,
|
|
97
|
+
} from "../commands/ListAttributesCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListClustersCommandInput,
|
|
100
|
+
ListClustersCommandOutput,
|
|
101
|
+
} from "../commands/ListClustersCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListContainerInstancesCommandInput,
|
|
104
|
+
ListContainerInstancesCommandOutput,
|
|
105
|
+
} from "../commands/ListContainerInstancesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListServicesCommandInput,
|
|
108
|
+
ListServicesCommandOutput,
|
|
109
|
+
} from "../commands/ListServicesCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListTagsForResourceCommandInput,
|
|
112
|
+
ListTagsForResourceCommandOutput,
|
|
113
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListTaskDefinitionFamiliesCommandInput,
|
|
116
|
+
ListTaskDefinitionFamiliesCommandOutput,
|
|
117
|
+
} from "../commands/ListTaskDefinitionFamiliesCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListTaskDefinitionsCommandInput,
|
|
120
|
+
ListTaskDefinitionsCommandOutput,
|
|
121
|
+
} from "../commands/ListTaskDefinitionsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListTasksCommandInput,
|
|
124
|
+
ListTasksCommandOutput,
|
|
125
|
+
} from "../commands/ListTasksCommand";
|
|
126
|
+
import {
|
|
127
|
+
PutAccountSettingCommandInput,
|
|
128
|
+
PutAccountSettingCommandOutput,
|
|
129
|
+
} from "../commands/PutAccountSettingCommand";
|
|
130
|
+
import {
|
|
131
|
+
PutAccountSettingDefaultCommandInput,
|
|
132
|
+
PutAccountSettingDefaultCommandOutput,
|
|
133
|
+
} from "../commands/PutAccountSettingDefaultCommand";
|
|
134
|
+
import {
|
|
135
|
+
PutAttributesCommandInput,
|
|
136
|
+
PutAttributesCommandOutput,
|
|
137
|
+
} from "../commands/PutAttributesCommand";
|
|
138
|
+
import {
|
|
139
|
+
PutClusterCapacityProvidersCommandInput,
|
|
140
|
+
PutClusterCapacityProvidersCommandOutput,
|
|
141
|
+
} from "../commands/PutClusterCapacityProvidersCommand";
|
|
142
|
+
import {
|
|
143
|
+
RegisterContainerInstanceCommandInput,
|
|
144
|
+
RegisterContainerInstanceCommandOutput,
|
|
145
|
+
} from "../commands/RegisterContainerInstanceCommand";
|
|
146
|
+
import {
|
|
147
|
+
RegisterTaskDefinitionCommandInput,
|
|
148
|
+
RegisterTaskDefinitionCommandOutput,
|
|
149
|
+
} from "../commands/RegisterTaskDefinitionCommand";
|
|
150
|
+
import {
|
|
151
|
+
RunTaskCommandInput,
|
|
152
|
+
RunTaskCommandOutput,
|
|
153
|
+
} from "../commands/RunTaskCommand";
|
|
154
|
+
import {
|
|
155
|
+
StartTaskCommandInput,
|
|
156
|
+
StartTaskCommandOutput,
|
|
157
|
+
} from "../commands/StartTaskCommand";
|
|
158
|
+
import {
|
|
159
|
+
StopTaskCommandInput,
|
|
160
|
+
StopTaskCommandOutput,
|
|
161
|
+
} from "../commands/StopTaskCommand";
|
|
162
|
+
import {
|
|
163
|
+
SubmitAttachmentStateChangesCommandInput,
|
|
164
|
+
SubmitAttachmentStateChangesCommandOutput,
|
|
165
|
+
} from "../commands/SubmitAttachmentStateChangesCommand";
|
|
166
|
+
import {
|
|
167
|
+
SubmitContainerStateChangeCommandInput,
|
|
168
|
+
SubmitContainerStateChangeCommandOutput,
|
|
169
|
+
} from "../commands/SubmitContainerStateChangeCommand";
|
|
170
|
+
import {
|
|
171
|
+
SubmitTaskStateChangeCommandInput,
|
|
172
|
+
SubmitTaskStateChangeCommandOutput,
|
|
173
|
+
} from "../commands/SubmitTaskStateChangeCommand";
|
|
174
|
+
import {
|
|
175
|
+
TagResourceCommandInput,
|
|
176
|
+
TagResourceCommandOutput,
|
|
177
|
+
} from "../commands/TagResourceCommand";
|
|
178
|
+
import {
|
|
179
|
+
UntagResourceCommandInput,
|
|
180
|
+
UntagResourceCommandOutput,
|
|
181
|
+
} from "../commands/UntagResourceCommand";
|
|
182
|
+
import {
|
|
183
|
+
UpdateCapacityProviderCommandInput,
|
|
184
|
+
UpdateCapacityProviderCommandOutput,
|
|
185
|
+
} from "../commands/UpdateCapacityProviderCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateClusterCommandInput,
|
|
188
|
+
UpdateClusterCommandOutput,
|
|
189
|
+
} from "../commands/UpdateClusterCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateClusterSettingsCommandInput,
|
|
192
|
+
UpdateClusterSettingsCommandOutput,
|
|
193
|
+
} from "../commands/UpdateClusterSettingsCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateContainerAgentCommandInput,
|
|
196
|
+
UpdateContainerAgentCommandOutput,
|
|
197
|
+
} from "../commands/UpdateContainerAgentCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateContainerInstancesStateCommandInput,
|
|
200
|
+
UpdateContainerInstancesStateCommandOutput,
|
|
201
|
+
} from "../commands/UpdateContainerInstancesStateCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateServiceCommandInput,
|
|
204
|
+
UpdateServiceCommandOutput,
|
|
205
|
+
} from "../commands/UpdateServiceCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateServicePrimaryTaskSetCommandInput,
|
|
208
|
+
UpdateServicePrimaryTaskSetCommandOutput,
|
|
209
|
+
} from "../commands/UpdateServicePrimaryTaskSetCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateTaskSetCommandInput,
|
|
212
|
+
UpdateTaskSetCommandOutput,
|
|
213
|
+
} from "../commands/UpdateTaskSetCommand";
|
|
214
|
+
export declare const serializeAws_json1_1CreateCapacityProviderCommand: (
|
|
215
|
+
input: CreateCapacityProviderCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_1CreateClusterCommand: (
|
|
219
|
+
input: CreateClusterCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_1CreateServiceCommand: (
|
|
223
|
+
input: CreateServiceCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_1CreateTaskSetCommand: (
|
|
227
|
+
input: CreateTaskSetCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1DeleteAccountSettingCommand: (
|
|
231
|
+
input: DeleteAccountSettingCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_1DeleteAttributesCommand: (
|
|
235
|
+
input: DeleteAttributesCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_1DeleteCapacityProviderCommand: (
|
|
239
|
+
input: DeleteCapacityProviderCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_1DeleteClusterCommand: (
|
|
243
|
+
input: DeleteClusterCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_1DeleteServiceCommand: (
|
|
247
|
+
input: DeleteServiceCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_1DeleteTaskSetCommand: (
|
|
251
|
+
input: DeleteTaskSetCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_1DeregisterContainerInstanceCommand: (
|
|
255
|
+
input: DeregisterContainerInstanceCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_1DeregisterTaskDefinitionCommand: (
|
|
259
|
+
input: DeregisterTaskDefinitionCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_1DescribeCapacityProvidersCommand: (
|
|
263
|
+
input: DescribeCapacityProvidersCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_1DescribeClustersCommand: (
|
|
267
|
+
input: DescribeClustersCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_1DescribeContainerInstancesCommand: (
|
|
271
|
+
input: DescribeContainerInstancesCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_1DescribeServicesCommand: (
|
|
275
|
+
input: DescribeServicesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1DescribeTaskDefinitionCommand: (
|
|
279
|
+
input: DescribeTaskDefinitionCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_1DescribeTasksCommand: (
|
|
283
|
+
input: DescribeTasksCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_1DescribeTaskSetsCommand: (
|
|
287
|
+
input: DescribeTaskSetsCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_1DiscoverPollEndpointCommand: (
|
|
291
|
+
input: DiscoverPollEndpointCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_1ExecuteCommandCommand: (
|
|
295
|
+
input: ExecuteCommandCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_1ListAccountSettingsCommand: (
|
|
299
|
+
input: ListAccountSettingsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_json1_1ListAttributesCommand: (
|
|
303
|
+
input: ListAttributesCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_json1_1ListClustersCommand: (
|
|
307
|
+
input: ListClustersCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_json1_1ListContainerInstancesCommand: (
|
|
311
|
+
input: ListContainerInstancesCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_json1_1ListServicesCommand: (
|
|
315
|
+
input: ListServicesCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (
|
|
319
|
+
input: ListTagsForResourceCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
|
|
323
|
+
input: ListTaskDefinitionFamiliesCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_json1_1ListTaskDefinitionsCommand: (
|
|
327
|
+
input: ListTaskDefinitionsCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_json1_1ListTasksCommand: (
|
|
331
|
+
input: ListTasksCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_json1_1PutAccountSettingCommand: (
|
|
335
|
+
input: PutAccountSettingCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_json1_1PutAccountSettingDefaultCommand: (
|
|
339
|
+
input: PutAccountSettingDefaultCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_json1_1PutAttributesCommand: (
|
|
343
|
+
input: PutAttributesCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_json1_1PutClusterCapacityProvidersCommand: (
|
|
347
|
+
input: PutClusterCapacityProvidersCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const serializeAws_json1_1RegisterContainerInstanceCommand: (
|
|
351
|
+
input: RegisterContainerInstanceCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const serializeAws_json1_1RegisterTaskDefinitionCommand: (
|
|
355
|
+
input: RegisterTaskDefinitionCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const serializeAws_json1_1RunTaskCommand: (
|
|
359
|
+
input: RunTaskCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const serializeAws_json1_1StartTaskCommand: (
|
|
363
|
+
input: StartTaskCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const serializeAws_json1_1StopTaskCommand: (
|
|
367
|
+
input: StopTaskCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const serializeAws_json1_1SubmitAttachmentStateChangesCommand: (
|
|
371
|
+
input: SubmitAttachmentStateChangesCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const serializeAws_json1_1SubmitContainerStateChangeCommand: (
|
|
375
|
+
input: SubmitContainerStateChangeCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const serializeAws_json1_1SubmitTaskStateChangeCommand: (
|
|
379
|
+
input: SubmitTaskStateChangeCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const serializeAws_json1_1TagResourceCommand: (
|
|
383
|
+
input: TagResourceCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (
|
|
387
|
+
input: UntagResourceCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const serializeAws_json1_1UpdateCapacityProviderCommand: (
|
|
391
|
+
input: UpdateCapacityProviderCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const serializeAws_json1_1UpdateClusterCommand: (
|
|
395
|
+
input: UpdateClusterCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const serializeAws_json1_1UpdateClusterSettingsCommand: (
|
|
399
|
+
input: UpdateClusterSettingsCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_json1_1UpdateContainerAgentCommand: (
|
|
403
|
+
input: UpdateContainerAgentCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1UpdateContainerInstancesStateCommand: (
|
|
407
|
+
input: UpdateContainerInstancesStateCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_json1_1UpdateServiceCommand: (
|
|
411
|
+
input: UpdateServiceCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
|
|
415
|
+
input: UpdateServicePrimaryTaskSetCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_json1_1UpdateTaskSetCommand: (
|
|
419
|
+
input: UpdateTaskSetCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const deserializeAws_json1_1CreateCapacityProviderCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<CreateCapacityProviderCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_1CreateClusterCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<CreateClusterCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_1CreateServiceCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<CreateServiceCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_1CreateTaskSetCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<CreateTaskSetCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_1DeleteAccountSettingCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<DeleteAccountSettingCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_1DeleteAttributesCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<DeleteAttributesCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1DeleteCapacityProviderCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<DeleteCapacityProviderCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_json1_1DeleteClusterCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<DeleteClusterCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_json1_1DeleteServiceCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<DeleteServiceCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_json1_1DeleteTaskSetCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<DeleteTaskSetCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_json1_1DeregisterContainerInstanceCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<DeregisterContainerInstanceCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_json1_1DeregisterTaskDefinitionCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<DeregisterTaskDefinitionCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_json1_1DescribeCapacityProvidersCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<DescribeCapacityProvidersCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_json1_1DescribeClustersCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<DescribeClustersCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_json1_1DescribeContainerInstancesCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<DescribeContainerInstancesCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_json1_1DescribeServicesCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<DescribeServicesCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_json1_1DescribeTaskDefinitionCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DescribeTaskDefinitionCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_json1_1DescribeTasksCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DescribeTasksCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_json1_1DescribeTaskSetsCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DescribeTaskSetsCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_json1_1DiscoverPollEndpointCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DiscoverPollEndpointCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_json1_1ExecuteCommandCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<ExecuteCommandCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_json1_1ListAccountSettingsCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<ListAccountSettingsCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_json1_1ListAttributesCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<ListAttributesCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_json1_1ListClustersCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<ListClustersCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_json1_1ListContainerInstancesCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ListContainerInstancesCommandOutput>;
|
|
522
|
+
export declare const deserializeAws_json1_1ListServicesCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<ListServicesCommandOutput>;
|
|
526
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
530
|
+
export declare const deserializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
534
|
+
export declare const deserializeAws_json1_1ListTaskDefinitionsCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<ListTaskDefinitionsCommandOutput>;
|
|
538
|
+
export declare const deserializeAws_json1_1ListTasksCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<ListTasksCommandOutput>;
|
|
542
|
+
export declare const deserializeAws_json1_1PutAccountSettingCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<PutAccountSettingCommandOutput>;
|
|
546
|
+
export declare const deserializeAws_json1_1PutAccountSettingDefaultCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<PutAccountSettingDefaultCommandOutput>;
|
|
550
|
+
export declare const deserializeAws_json1_1PutAttributesCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<PutAttributesCommandOutput>;
|
|
554
|
+
export declare const deserializeAws_json1_1PutClusterCapacityProvidersCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<PutClusterCapacityProvidersCommandOutput>;
|
|
558
|
+
export declare const deserializeAws_json1_1RegisterContainerInstanceCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<RegisterContainerInstanceCommandOutput>;
|
|
562
|
+
export declare const deserializeAws_json1_1RegisterTaskDefinitionCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<RegisterTaskDefinitionCommandOutput>;
|
|
566
|
+
export declare const deserializeAws_json1_1RunTaskCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<RunTaskCommandOutput>;
|
|
570
|
+
export declare const deserializeAws_json1_1StartTaskCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<StartTaskCommandOutput>;
|
|
574
|
+
export declare const deserializeAws_json1_1StopTaskCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<StopTaskCommandOutput>;
|
|
578
|
+
export declare const deserializeAws_json1_1SubmitAttachmentStateChangesCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<SubmitAttachmentStateChangesCommandOutput>;
|
|
582
|
+
export declare const deserializeAws_json1_1SubmitContainerStateChangeCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<SubmitContainerStateChangeCommandOutput>;
|
|
586
|
+
export declare const deserializeAws_json1_1SubmitTaskStateChangeCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<SubmitTaskStateChangeCommandOutput>;
|
|
590
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<TagResourceCommandOutput>;
|
|
594
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
598
|
+
export declare const deserializeAws_json1_1UpdateCapacityProviderCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<UpdateCapacityProviderCommandOutput>;
|
|
602
|
+
export declare const deserializeAws_json1_1UpdateClusterCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<UpdateClusterCommandOutput>;
|
|
606
|
+
export declare const deserializeAws_json1_1UpdateClusterSettingsCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<UpdateClusterSettingsCommandOutput>;
|
|
610
|
+
export declare const deserializeAws_json1_1UpdateContainerAgentCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<UpdateContainerAgentCommandOutput>;
|
|
614
|
+
export declare const deserializeAws_json1_1UpdateContainerInstancesStateCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<UpdateContainerInstancesStateCommandOutput>;
|
|
618
|
+
export declare const deserializeAws_json1_1UpdateServiceCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<UpdateServiceCommandOutput>;
|
|
622
|
+
export declare const deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
|
|
626
|
+
export declare const deserializeAws_json1_1UpdateTaskSetCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<UpdateTaskSetCommandOutput>;
|