@aws-sdk/client-ecs 3.651.1 → 3.654.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-types/commands/CreateCapacityProviderCommand.d.ts +11 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTaskSetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAttributesCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTasksCommand.d.ts +11 -0
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteCommandCommand.d.ts +11 -0
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +11 -0
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/ListAttributesCommand.d.ts +11 -0
- package/dist-types/commands/ListClustersCommand.d.ts +11 -0
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/ListServicesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +11 -0
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTasksCommand.d.ts +11 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -0
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +11 -0
- package/dist-types/commands/PutAttributesCommand.d.ts +11 -0
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +11 -0
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/RunTaskCommand.d.ts +11 -0
- package/dist-types/commands/StartTaskCommand.d.ts +11 -0
- package/dist-types/commands/StopTaskCommand.d.ts +11 -0
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +11 -0
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +11 -0
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +60 -55
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -478,4 +478,15 @@ declare const RunTaskCommand_base: {
|
|
|
478
478
|
*
|
|
479
479
|
*/
|
|
480
480
|
export declare class RunTaskCommand extends RunTaskCommand_base {
|
|
481
|
+
/** @internal type navigation helper, not in runtime. */
|
|
482
|
+
protected static __types: {
|
|
483
|
+
api: {
|
|
484
|
+
input: RunTaskRequest;
|
|
485
|
+
output: RunTaskResponse;
|
|
486
|
+
};
|
|
487
|
+
sdk: {
|
|
488
|
+
input: RunTaskCommandInput;
|
|
489
|
+
output: RunTaskCommandOutput;
|
|
490
|
+
};
|
|
491
|
+
};
|
|
481
492
|
}
|
|
@@ -362,4 +362,15 @@ declare const StartTaskCommand_base: {
|
|
|
362
362
|
* @public
|
|
363
363
|
*/
|
|
364
364
|
export declare class StartTaskCommand extends StartTaskCommand_base {
|
|
365
|
+
/** @internal type navigation helper, not in runtime. */
|
|
366
|
+
protected static __types: {
|
|
367
|
+
api: {
|
|
368
|
+
input: StartTaskRequest;
|
|
369
|
+
output: StartTaskResponse;
|
|
370
|
+
};
|
|
371
|
+
sdk: {
|
|
372
|
+
input: StartTaskCommandInput;
|
|
373
|
+
output: StartTaskCommandOutput;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
365
376
|
}
|
|
@@ -258,4 +258,15 @@ declare const StopTaskCommand_base: {
|
|
|
258
258
|
* @public
|
|
259
259
|
*/
|
|
260
260
|
export declare class StopTaskCommand extends StopTaskCommand_base {
|
|
261
|
+
/** @internal type navigation helper, not in runtime. */
|
|
262
|
+
protected static __types: {
|
|
263
|
+
api: {
|
|
264
|
+
input: StopTaskRequest;
|
|
265
|
+
output: StopTaskResponse;
|
|
266
|
+
};
|
|
267
|
+
sdk: {
|
|
268
|
+
input: StopTaskCommandInput;
|
|
269
|
+
output: StopTaskCommandOutput;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
261
272
|
}
|
|
@@ -91,4 +91,15 @@ declare const SubmitAttachmentStateChangesCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: SubmitAttachmentStateChangesRequest;
|
|
98
|
+
output: SubmitAttachmentStateChangesResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: SubmitAttachmentStateChangesCommandInput;
|
|
102
|
+
output: SubmitAttachmentStateChangesCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -97,4 +97,15 @@ declare const SubmitContainerStateChangeCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: SubmitContainerStateChangeRequest;
|
|
104
|
+
output: SubmitContainerStateChangeResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: SubmitContainerStateChangeCommandInput;
|
|
108
|
+
output: SubmitContainerStateChangeCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -125,4 +125,15 @@ declare const SubmitTaskStateChangeCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: SubmitTaskStateChangeRequest;
|
|
132
|
+
output: SubmitTaskStateChangeResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: SubmitTaskStateChangeCommandInput;
|
|
136
|
+
output: SubmitTaskStateChangeCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -109,4 +109,15 @@ declare const TagResourceCommand_base: {
|
|
|
109
109
|
*
|
|
110
110
|
*/
|
|
111
111
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: TagResourceRequest;
|
|
116
|
+
output: {};
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: TagResourceCommandInput;
|
|
120
|
+
output: TagResourceCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -100,4 +100,15 @@ declare const UntagResourceCommand_base: {
|
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
102
102
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: UntagResourceRequest;
|
|
107
|
+
output: {};
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: UntagResourceCommandInput;
|
|
111
|
+
output: UntagResourceCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -114,4 +114,15 @@ declare const UpdateCapacityProviderCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class UpdateCapacityProviderCommand extends UpdateCapacityProviderCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: UpdateCapacityProviderRequest;
|
|
121
|
+
output: UpdateCapacityProviderResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: UpdateCapacityProviderCommandInput;
|
|
125
|
+
output: UpdateCapacityProviderCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -181,4 +181,15 @@ declare const UpdateClusterCommand_base: {
|
|
|
181
181
|
* @public
|
|
182
182
|
*/
|
|
183
183
|
export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
|
|
184
|
+
/** @internal type navigation helper, not in runtime. */
|
|
185
|
+
protected static __types: {
|
|
186
|
+
api: {
|
|
187
|
+
input: UpdateClusterRequest;
|
|
188
|
+
output: UpdateClusterResponse;
|
|
189
|
+
};
|
|
190
|
+
sdk: {
|
|
191
|
+
input: UpdateClusterCommandInput;
|
|
192
|
+
output: UpdateClusterCommandOutput;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
184
195
|
}
|
|
@@ -158,4 +158,15 @@ declare const UpdateClusterSettingsCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class UpdateClusterSettingsCommand extends UpdateClusterSettingsCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: UpdateClusterSettingsRequest;
|
|
165
|
+
output: UpdateClusterSettingsResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: UpdateClusterSettingsCommandInput;
|
|
169
|
+
output: UpdateClusterSettingsCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -198,4 +198,15 @@ declare const UpdateContainerAgentCommand_base: {
|
|
|
198
198
|
* @public
|
|
199
199
|
*/
|
|
200
200
|
export declare class UpdateContainerAgentCommand extends UpdateContainerAgentCommand_base {
|
|
201
|
+
/** @internal type navigation helper, not in runtime. */
|
|
202
|
+
protected static __types: {
|
|
203
|
+
api: {
|
|
204
|
+
input: UpdateContainerAgentRequest;
|
|
205
|
+
output: UpdateContainerAgentResponse;
|
|
206
|
+
};
|
|
207
|
+
sdk: {
|
|
208
|
+
input: UpdateContainerAgentCommandInput;
|
|
209
|
+
output: UpdateContainerAgentCommandOutput;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
201
212
|
}
|
|
@@ -222,4 +222,15 @@ declare const UpdateContainerInstancesStateCommand_base: {
|
|
|
222
222
|
* @public
|
|
223
223
|
*/
|
|
224
224
|
export declare class UpdateContainerInstancesStateCommand extends UpdateContainerInstancesStateCommand_base {
|
|
225
|
+
/** @internal type navigation helper, not in runtime. */
|
|
226
|
+
protected static __types: {
|
|
227
|
+
api: {
|
|
228
|
+
input: UpdateContainerInstancesStateRequest;
|
|
229
|
+
output: UpdateContainerInstancesStateResponse;
|
|
230
|
+
};
|
|
231
|
+
sdk: {
|
|
232
|
+
input: UpdateContainerInstancesStateCommandInput;
|
|
233
|
+
output: UpdateContainerInstancesStateCommandOutput;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
225
236
|
}
|
|
@@ -673,4 +673,15 @@ declare const UpdateServiceCommand_base: {
|
|
|
673
673
|
*
|
|
674
674
|
*/
|
|
675
675
|
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
676
|
+
/** @internal type navigation helper, not in runtime. */
|
|
677
|
+
protected static __types: {
|
|
678
|
+
api: {
|
|
679
|
+
input: UpdateServiceRequest;
|
|
680
|
+
output: UpdateServiceResponse;
|
|
681
|
+
};
|
|
682
|
+
sdk: {
|
|
683
|
+
input: UpdateServiceCommandInput;
|
|
684
|
+
output: UpdateServiceCommandOutput;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
676
687
|
}
|
|
@@ -172,4 +172,15 @@ declare const UpdateServicePrimaryTaskSetCommand_base: {
|
|
|
172
172
|
* @public
|
|
173
173
|
*/
|
|
174
174
|
export declare class UpdateServicePrimaryTaskSetCommand extends UpdateServicePrimaryTaskSetCommand_base {
|
|
175
|
+
/** @internal type navigation helper, not in runtime. */
|
|
176
|
+
protected static __types: {
|
|
177
|
+
api: {
|
|
178
|
+
input: UpdateServicePrimaryTaskSetRequest;
|
|
179
|
+
output: UpdateServicePrimaryTaskSetResponse;
|
|
180
|
+
};
|
|
181
|
+
sdk: {
|
|
182
|
+
input: UpdateServicePrimaryTaskSetCommandInput;
|
|
183
|
+
output: UpdateServicePrimaryTaskSetCommandOutput;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
175
186
|
}
|
|
@@ -216,4 +216,15 @@ declare const UpdateTaskProtectionCommand_base: {
|
|
|
216
216
|
*
|
|
217
217
|
*/
|
|
218
218
|
export declare class UpdateTaskProtectionCommand extends UpdateTaskProtectionCommand_base {
|
|
219
|
+
/** @internal type navigation helper, not in runtime. */
|
|
220
|
+
protected static __types: {
|
|
221
|
+
api: {
|
|
222
|
+
input: UpdateTaskProtectionRequest;
|
|
223
|
+
output: UpdateTaskProtectionResponse;
|
|
224
|
+
};
|
|
225
|
+
sdk: {
|
|
226
|
+
input: UpdateTaskProtectionCommandInput;
|
|
227
|
+
output: UpdateTaskProtectionCommandOutput;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
219
230
|
}
|
|
@@ -175,4 +175,15 @@ declare const UpdateTaskSetCommand_base: {
|
|
|
175
175
|
* @public
|
|
176
176
|
*/
|
|
177
177
|
export declare class UpdateTaskSetCommand extends UpdateTaskSetCommand_base {
|
|
178
|
+
/** @internal type navigation helper, not in runtime. */
|
|
179
|
+
protected static __types: {
|
|
180
|
+
api: {
|
|
181
|
+
input: UpdateTaskSetRequest;
|
|
182
|
+
output: UpdateTaskSetResponse;
|
|
183
|
+
};
|
|
184
|
+
sdk: {
|
|
185
|
+
input: UpdateTaskSetCommandInput;
|
|
186
|
+
output: UpdateTaskSetCommandOutput;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
178
189
|
}
|