@aws-sdk/client-ecs 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/ECS.d.ts +255 -309
- package/dist-types/ts3.4/ECSClient.d.ts +19 -44
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/ContinueServiceDeploymentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/CreateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeDaemonDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDaemonDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDaemonTaskDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDaemonsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RegisterDaemonTaskDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopServiceDeploymentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDaemonCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateExpressGatewayServiceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +31 -62
- package/dist-types/ts3.4/models/errors.d.ts +26 -90
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/dist-types/ts3.4/waiters/waitForDaemonActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentStopped.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonDeploymentSuccessful.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForDaemonTaskDefinitionDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +2 -2
- package/package.json +38 -38
|
@@ -21,15 +21,13 @@ export declare const AcceleratorName: {
|
|
|
21
21
|
readonly V100: "v100";
|
|
22
22
|
readonly VU9P: "vu9p";
|
|
23
23
|
};
|
|
24
|
-
export type AcceleratorName =
|
|
25
|
-
(typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
24
|
+
export type AcceleratorName = (typeof AcceleratorName)[keyof typeof AcceleratorName];
|
|
26
25
|
export declare const AcceleratorType: {
|
|
27
26
|
readonly FPGA: "fpga";
|
|
28
27
|
readonly GPU: "gpu";
|
|
29
28
|
readonly INFERENCE: "inference";
|
|
30
29
|
};
|
|
31
|
-
export type AcceleratorType =
|
|
32
|
-
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
30
|
+
export type AcceleratorType = (typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
33
31
|
export declare const AccessType: {
|
|
34
32
|
readonly PRIVATE: "PRIVATE";
|
|
35
33
|
readonly PUBLIC: "PUBLIC";
|
|
@@ -43,20 +41,17 @@ export declare const AgentUpdateStatus: {
|
|
|
43
41
|
readonly UPDATED: "UPDATED";
|
|
44
42
|
readonly UPDATING: "UPDATING";
|
|
45
43
|
};
|
|
46
|
-
export type AgentUpdateStatus =
|
|
47
|
-
(typeof AgentUpdateStatus)[keyof typeof AgentUpdateStatus];
|
|
44
|
+
export type AgentUpdateStatus = (typeof AgentUpdateStatus)[keyof typeof AgentUpdateStatus];
|
|
48
45
|
export declare const ManagedDraining: {
|
|
49
46
|
readonly DISABLED: "DISABLED";
|
|
50
47
|
readonly ENABLED: "ENABLED";
|
|
51
48
|
};
|
|
52
|
-
export type ManagedDraining =
|
|
53
|
-
(typeof ManagedDraining)[keyof typeof ManagedDraining];
|
|
49
|
+
export type ManagedDraining = (typeof ManagedDraining)[keyof typeof ManagedDraining];
|
|
54
50
|
export declare const ManagedScalingStatus: {
|
|
55
51
|
readonly DISABLED: "DISABLED";
|
|
56
52
|
readonly ENABLED: "ENABLED";
|
|
57
53
|
};
|
|
58
|
-
export type ManagedScalingStatus =
|
|
59
|
-
(typeof ManagedScalingStatus)[keyof typeof ManagedScalingStatus];
|
|
54
|
+
export type ManagedScalingStatus = (typeof ManagedScalingStatus)[keyof typeof ManagedScalingStatus];
|
|
60
55
|
export declare const ManagedTerminationProtection: {
|
|
61
56
|
readonly DISABLED: "DISABLED";
|
|
62
57
|
readonly ENABLED: "ENABLED";
|
|
@@ -74,8 +69,7 @@ export declare const CapacityOptionType: {
|
|
|
74
69
|
readonly RESERVED: "RESERVED";
|
|
75
70
|
readonly SPOT: "SPOT";
|
|
76
71
|
};
|
|
77
|
-
export type CapacityOptionType =
|
|
78
|
-
(typeof CapacityOptionType)[keyof typeof CapacityOptionType];
|
|
72
|
+
export type CapacityOptionType = (typeof CapacityOptionType)[keyof typeof CapacityOptionType];
|
|
79
73
|
export declare const CapacityReservationPreference: {
|
|
80
74
|
readonly RESERVATIONS_EXCLUDED: "RESERVATIONS_EXCLUDED";
|
|
81
75
|
readonly RESERVATIONS_FIRST: "RESERVATIONS_FIRST";
|
|
@@ -94,21 +88,18 @@ export declare const BurstablePerformance: {
|
|
|
94
88
|
readonly INCLUDED: "included";
|
|
95
89
|
readonly REQUIRED: "required";
|
|
96
90
|
};
|
|
97
|
-
export type BurstablePerformance =
|
|
98
|
-
(typeof BurstablePerformance)[keyof typeof BurstablePerformance];
|
|
91
|
+
export type BurstablePerformance = (typeof BurstablePerformance)[keyof typeof BurstablePerformance];
|
|
99
92
|
export declare const CpuManufacturer: {
|
|
100
93
|
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
101
94
|
readonly AMD: "amd";
|
|
102
95
|
readonly INTEL: "intel";
|
|
103
96
|
};
|
|
104
|
-
export type CpuManufacturer =
|
|
105
|
-
(typeof CpuManufacturer)[keyof typeof CpuManufacturer];
|
|
97
|
+
export type CpuManufacturer = (typeof CpuManufacturer)[keyof typeof CpuManufacturer];
|
|
106
98
|
export declare const InstanceGeneration: {
|
|
107
99
|
readonly CURRENT: "current";
|
|
108
100
|
readonly PREVIOUS: "previous";
|
|
109
101
|
};
|
|
110
|
-
export type InstanceGeneration =
|
|
111
|
-
(typeof InstanceGeneration)[keyof typeof InstanceGeneration];
|
|
102
|
+
export type InstanceGeneration = (typeof InstanceGeneration)[keyof typeof InstanceGeneration];
|
|
112
103
|
export declare const LocalStorage: {
|
|
113
104
|
readonly EXCLUDED: "excluded";
|
|
114
105
|
readonly INCLUDED: "included";
|
|
@@ -119,8 +110,7 @@ export declare const LocalStorageType: {
|
|
|
119
110
|
readonly HDD: "hdd";
|
|
120
111
|
readonly SSD: "ssd";
|
|
121
112
|
};
|
|
122
|
-
export type LocalStorageType =
|
|
123
|
-
(typeof LocalStorageType)[keyof typeof LocalStorageType];
|
|
113
|
+
export type LocalStorageType = (typeof LocalStorageType)[keyof typeof LocalStorageType];
|
|
124
114
|
export declare const ManagedInstancesMonitoringOptions: {
|
|
125
115
|
readonly BASIC: "BASIC";
|
|
126
116
|
readonly DETAILED: "DETAILED";
|
|
@@ -131,8 +121,7 @@ export declare const PropagateMITags: {
|
|
|
131
121
|
readonly CAPACITY_PROVIDER: "CAPACITY_PROVIDER";
|
|
132
122
|
readonly NONE: "NONE";
|
|
133
123
|
};
|
|
134
|
-
export type PropagateMITags =
|
|
135
|
-
(typeof PropagateMITags)[keyof typeof PropagateMITags];
|
|
124
|
+
export type PropagateMITags = (typeof PropagateMITags)[keyof typeof PropagateMITags];
|
|
136
125
|
export declare const CapacityProviderStatus: {
|
|
137
126
|
readonly ACTIVE: "ACTIVE";
|
|
138
127
|
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
@@ -147,8 +136,7 @@ export declare const CapacityProviderType: {
|
|
|
147
136
|
readonly FARGATE_SPOT: "FARGATE_SPOT";
|
|
148
137
|
readonly MANAGED_INSTANCES: "MANAGED_INSTANCES";
|
|
149
138
|
};
|
|
150
|
-
export type CapacityProviderType =
|
|
151
|
-
(typeof CapacityProviderType)[keyof typeof CapacityProviderType];
|
|
139
|
+
export type CapacityProviderType = (typeof CapacityProviderType)[keyof typeof CapacityProviderType];
|
|
152
140
|
export declare const CapacityProviderUpdateStatus: {
|
|
153
141
|
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
154
142
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -177,8 +165,7 @@ export type ExecuteCommandLogging =
|
|
|
177
165
|
export declare const ClusterSettingName: {
|
|
178
166
|
readonly CONTAINER_INSIGHTS: "containerInsights";
|
|
179
167
|
};
|
|
180
|
-
export type ClusterSettingName =
|
|
181
|
-
(typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
168
|
+
export type ClusterSettingName = (typeof ClusterSettingName)[keyof typeof ClusterSettingName];
|
|
182
169
|
export declare const TargetType: {
|
|
183
170
|
readonly CONTAINER_INSTANCE: "container-instance";
|
|
184
171
|
};
|
|
@@ -219,13 +206,11 @@ export declare const TransportProtocol: {
|
|
|
219
206
|
readonly TCP: "tcp";
|
|
220
207
|
readonly UDP: "udp";
|
|
221
208
|
};
|
|
222
|
-
export type TransportProtocol =
|
|
223
|
-
(typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
209
|
+
export type TransportProtocol = (typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
224
210
|
export declare const ManagedAgentName: {
|
|
225
211
|
readonly ExecuteCommandAgent: "ExecuteCommandAgent";
|
|
226
212
|
};
|
|
227
|
-
export type ManagedAgentName =
|
|
228
|
-
(typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
213
|
+
export type ManagedAgentName = (typeof ManagedAgentName)[keyof typeof ManagedAgentName];
|
|
229
214
|
export declare const ContainerInstanceField: {
|
|
230
215
|
readonly CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH";
|
|
231
216
|
readonly TAGS: "TAGS";
|
|
@@ -249,8 +234,7 @@ export declare const PlatformDeviceType: {
|
|
|
249
234
|
readonly GPU: "GPU";
|
|
250
235
|
readonly NEURON_DEVICE: "NEURON_DEVICE";
|
|
251
236
|
};
|
|
252
|
-
export type PlatformDeviceType =
|
|
253
|
-
(typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
237
|
+
export type PlatformDeviceType = (typeof PlatformDeviceType)[keyof typeof PlatformDeviceType];
|
|
254
238
|
export declare const DeploymentLifecycleHookAction: {
|
|
255
239
|
readonly CONTINUE: "CONTINUE";
|
|
256
240
|
readonly ROLLBACK: "ROLLBACK";
|
|
@@ -281,8 +265,7 @@ export declare const DaemonPropagateTags: {
|
|
|
281
265
|
readonly DAEMON: "DAEMON";
|
|
282
266
|
readonly NONE: "NONE";
|
|
283
267
|
};
|
|
284
|
-
export type DaemonPropagateTags =
|
|
285
|
-
(typeof DaemonPropagateTags)[keyof typeof DaemonPropagateTags];
|
|
268
|
+
export type DaemonPropagateTags = (typeof DaemonPropagateTags)[keyof typeof DaemonPropagateTags];
|
|
286
269
|
export declare const DaemonStatus: {
|
|
287
270
|
readonly ACTIVE: "ACTIVE";
|
|
288
271
|
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
@@ -294,13 +277,11 @@ export declare const ContainerCondition: {
|
|
|
294
277
|
readonly START: "START";
|
|
295
278
|
readonly SUCCESS: "SUCCESS";
|
|
296
279
|
};
|
|
297
|
-
export type ContainerCondition =
|
|
298
|
-
(typeof ContainerCondition)[keyof typeof ContainerCondition];
|
|
280
|
+
export type ContainerCondition = (typeof ContainerCondition)[keyof typeof ContainerCondition];
|
|
299
281
|
export declare const EnvironmentFileType: {
|
|
300
282
|
readonly S3: "s3";
|
|
301
283
|
};
|
|
302
|
-
export type EnvironmentFileType =
|
|
303
|
-
(typeof EnvironmentFileType)[keyof typeof EnvironmentFileType];
|
|
284
|
+
export type EnvironmentFileType = (typeof EnvironmentFileType)[keyof typeof EnvironmentFileType];
|
|
304
285
|
export declare const FirelensConfigurationType: {
|
|
305
286
|
readonly FLUENTBIT: "fluentbit";
|
|
306
287
|
readonly FLUENTD: "fluentd";
|
|
@@ -408,8 +389,7 @@ export declare const ApplicationProtocol: {
|
|
|
408
389
|
readonly HTTP: "http";
|
|
409
390
|
readonly HTTP2: "http2";
|
|
410
391
|
};
|
|
411
|
-
export type ApplicationProtocol =
|
|
412
|
-
(typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
392
|
+
export type ApplicationProtocol = (typeof ApplicationProtocol)[keyof typeof ApplicationProtocol];
|
|
413
393
|
export declare const ResourceType: {
|
|
414
394
|
readonly GPU: "GPU";
|
|
415
395
|
readonly INFERENCE_ACCELERATOR: "InferenceAccelerator";
|
|
@@ -420,8 +400,7 @@ export declare const VersionConsistency: {
|
|
|
420
400
|
readonly DISABLED: "disabled";
|
|
421
401
|
readonly ENABLED: "enabled";
|
|
422
402
|
};
|
|
423
|
-
export type VersionConsistency =
|
|
424
|
-
(typeof VersionConsistency)[keyof typeof VersionConsistency];
|
|
403
|
+
export type VersionConsistency = (typeof VersionConsistency)[keyof typeof VersionConsistency];
|
|
425
404
|
export declare const IpcMode: {
|
|
426
405
|
readonly HOST: "host";
|
|
427
406
|
readonly NONE: "none";
|
|
@@ -454,8 +433,7 @@ export declare const CPUArchitecture: {
|
|
|
454
433
|
readonly ARM64: "ARM64";
|
|
455
434
|
readonly X86_64: "X86_64";
|
|
456
435
|
};
|
|
457
|
-
export type CPUArchitecture =
|
|
458
|
-
(typeof CPUArchitecture)[keyof typeof CPUArchitecture];
|
|
436
|
+
export type CPUArchitecture = (typeof CPUArchitecture)[keyof typeof CPUArchitecture];
|
|
459
437
|
export declare const OSFamily: {
|
|
460
438
|
readonly LINUX: "LINUX";
|
|
461
439
|
readonly WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE";
|
|
@@ -474,8 +452,7 @@ export declare const TaskDefinitionStatus: {
|
|
|
474
452
|
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
475
453
|
readonly INACTIVE: "INACTIVE";
|
|
476
454
|
};
|
|
477
|
-
export type TaskDefinitionStatus =
|
|
478
|
-
(typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
|
|
455
|
+
export type TaskDefinitionStatus = (typeof TaskDefinitionStatus)[keyof typeof TaskDefinitionStatus];
|
|
479
456
|
export declare const Scope: {
|
|
480
457
|
readonly SHARED: "shared";
|
|
481
458
|
readonly TASK: "task";
|
|
@@ -491,13 +468,11 @@ export declare const EFSTransitEncryption: {
|
|
|
491
468
|
readonly DISABLED: "DISABLED";
|
|
492
469
|
readonly ENABLED: "ENABLED";
|
|
493
470
|
};
|
|
494
|
-
export type EFSTransitEncryption =
|
|
495
|
-
(typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
471
|
+
export type EFSTransitEncryption = (typeof EFSTransitEncryption)[keyof typeof EFSTransitEncryption];
|
|
496
472
|
export declare const TaskDefinitionField: {
|
|
497
473
|
readonly TAGS: "TAGS";
|
|
498
474
|
};
|
|
499
|
-
export type TaskDefinitionField =
|
|
500
|
-
(typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
475
|
+
export type TaskDefinitionField = (typeof TaskDefinitionField)[keyof typeof TaskDefinitionField];
|
|
501
476
|
export declare const TaskDefinitionFamilyStatus: {
|
|
502
477
|
readonly ACTIVE: "ACTIVE";
|
|
503
478
|
readonly ALL: "ALL";
|
|
@@ -543,8 +518,7 @@ export declare const DeploymentStrategy: {
|
|
|
543
518
|
readonly LINEAR: "LINEAR";
|
|
544
519
|
readonly ROLLING: "ROLLING";
|
|
545
520
|
};
|
|
546
|
-
export type DeploymentStrategy =
|
|
547
|
-
(typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
521
|
+
export type DeploymentStrategy = (typeof DeploymentStrategy)[keyof typeof DeploymentStrategy];
|
|
548
522
|
export declare const DeploymentLifecycleHookStatus: {
|
|
549
523
|
readonly AWAITING_ACTION: "AWAITING_ACTION";
|
|
550
524
|
readonly FAILED: "FAILED";
|
|
@@ -612,8 +586,7 @@ export declare const AssignPublicIp: {
|
|
|
612
586
|
readonly DISABLED: "DISABLED";
|
|
613
587
|
readonly ENABLED: "ENABLED";
|
|
614
588
|
};
|
|
615
|
-
export type AssignPublicIp =
|
|
616
|
-
(typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
589
|
+
export type AssignPublicIp = (typeof AssignPublicIp)[keyof typeof AssignPublicIp];
|
|
617
590
|
export declare const PlacementConstraintType: {
|
|
618
591
|
readonly DISTINCT_INSTANCE: "distinctInstance";
|
|
619
592
|
readonly MEMBER_OF: "memberOf";
|
|
@@ -637,8 +610,7 @@ export declare const SchedulingStrategy: {
|
|
|
637
610
|
readonly DAEMON: "DAEMON";
|
|
638
611
|
readonly REPLICA: "REPLICA";
|
|
639
612
|
};
|
|
640
|
-
export type SchedulingStrategy =
|
|
641
|
-
(typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
|
|
613
|
+
export type SchedulingStrategy = (typeof SchedulingStrategy)[keyof typeof SchedulingStrategy];
|
|
642
614
|
export declare const ServiceConnectAccessLoggingFormat: {
|
|
643
615
|
readonly JSON: "JSON";
|
|
644
616
|
readonly TEXT: "TEXT";
|
|
@@ -657,13 +629,11 @@ export declare const TaskFilesystemType: {
|
|
|
657
629
|
readonly NTFS: "ntfs";
|
|
658
630
|
readonly XFS: "xfs";
|
|
659
631
|
};
|
|
660
|
-
export type TaskFilesystemType =
|
|
661
|
-
(typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
|
|
632
|
+
export type TaskFilesystemType = (typeof TaskFilesystemType)[keyof typeof TaskFilesystemType];
|
|
662
633
|
export declare const EBSResourceType: {
|
|
663
634
|
readonly VOLUME: "volume";
|
|
664
635
|
};
|
|
665
|
-
export type EBSResourceType =
|
|
666
|
-
(typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
636
|
+
export type EBSResourceType = (typeof EBSResourceType)[keyof typeof EBSResourceType];
|
|
667
637
|
export declare const DeploymentRolloutState: {
|
|
668
638
|
readonly COMPLETED: "COMPLETED";
|
|
669
639
|
readonly FAILED: "FAILED";
|
|
@@ -685,8 +655,7 @@ export declare const StabilityStatus: {
|
|
|
685
655
|
readonly STABILIZING: "STABILIZING";
|
|
686
656
|
readonly STEADY_STATE: "STEADY_STATE";
|
|
687
657
|
};
|
|
688
|
-
export type StabilityStatus =
|
|
689
|
-
(typeof StabilityStatus)[keyof typeof StabilityStatus];
|
|
658
|
+
export type StabilityStatus = (typeof StabilityStatus)[keyof typeof StabilityStatus];
|
|
690
659
|
export declare const ExpressGatewayServiceInclude: {
|
|
691
660
|
readonly TAGS: "TAGS";
|
|
692
661
|
};
|
|
@@ -3,9 +3,7 @@ import { ECSServiceException as __BaseException } from "./ECSServiceException";
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ClientException extends __BaseException {
|
|
11
9
|
readonly name: "ClientException";
|
|
@@ -15,23 +13,17 @@ export declare class ClientException extends __BaseException {
|
|
|
15
13
|
export declare class ClusterNotFoundException extends __BaseException {
|
|
16
14
|
readonly name: "ClusterNotFoundException";
|
|
17
15
|
readonly $fault: "client";
|
|
18
|
-
constructor(
|
|
19
|
-
opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>
|
|
20
|
-
);
|
|
16
|
+
constructor(opts: __ExceptionOptionType<ClusterNotFoundException, __BaseException>);
|
|
21
17
|
}
|
|
22
18
|
export declare class InvalidParameterException extends __BaseException {
|
|
23
19
|
readonly name: "InvalidParameterException";
|
|
24
20
|
readonly $fault: "client";
|
|
25
|
-
constructor(
|
|
26
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
27
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
28
22
|
}
|
|
29
23
|
export declare class LimitExceededException extends __BaseException {
|
|
30
24
|
readonly name: "LimitExceededException";
|
|
31
25
|
readonly $fault: "client";
|
|
32
|
-
constructor(
|
|
33
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
34
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
35
27
|
}
|
|
36
28
|
export declare class ServerException extends __BaseException {
|
|
37
29
|
readonly name: "ServerException";
|
|
@@ -41,167 +33,113 @@ export declare class ServerException extends __BaseException {
|
|
|
41
33
|
export declare class UnsupportedFeatureException extends __BaseException {
|
|
42
34
|
readonly name: "UnsupportedFeatureException";
|
|
43
35
|
readonly $fault: "client";
|
|
44
|
-
constructor(
|
|
45
|
-
opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>
|
|
46
|
-
);
|
|
36
|
+
constructor(opts: __ExceptionOptionType<UnsupportedFeatureException, __BaseException>);
|
|
47
37
|
}
|
|
48
38
|
export declare class UpdateInProgressException extends __BaseException {
|
|
49
39
|
readonly name: "UpdateInProgressException";
|
|
50
40
|
readonly $fault: "client";
|
|
51
|
-
constructor(
|
|
52
|
-
opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>
|
|
53
|
-
);
|
|
41
|
+
constructor(opts: __ExceptionOptionType<UpdateInProgressException, __BaseException>);
|
|
54
42
|
}
|
|
55
43
|
export declare class NamespaceNotFoundException extends __BaseException {
|
|
56
44
|
readonly name: "NamespaceNotFoundException";
|
|
57
45
|
readonly $fault: "client";
|
|
58
|
-
constructor(
|
|
59
|
-
opts: __ExceptionOptionType<NamespaceNotFoundException, __BaseException>
|
|
60
|
-
);
|
|
46
|
+
constructor(opts: __ExceptionOptionType<NamespaceNotFoundException, __BaseException>);
|
|
61
47
|
}
|
|
62
48
|
export declare class ClusterContainsCapacityProviderException extends __BaseException {
|
|
63
49
|
readonly name: "ClusterContainsCapacityProviderException";
|
|
64
50
|
readonly $fault: "client";
|
|
65
51
|
constructor(
|
|
66
|
-
opts: __ExceptionOptionType<
|
|
67
|
-
ClusterContainsCapacityProviderException,
|
|
68
|
-
__BaseException
|
|
69
|
-
>
|
|
52
|
+
opts: __ExceptionOptionType<ClusterContainsCapacityProviderException, __BaseException>,
|
|
70
53
|
);
|
|
71
54
|
}
|
|
72
55
|
export declare class ClusterContainsContainerInstancesException extends __BaseException {
|
|
73
56
|
readonly name: "ClusterContainsContainerInstancesException";
|
|
74
57
|
readonly $fault: "client";
|
|
75
58
|
constructor(
|
|
76
|
-
opts: __ExceptionOptionType<
|
|
77
|
-
ClusterContainsContainerInstancesException,
|
|
78
|
-
__BaseException
|
|
79
|
-
>
|
|
59
|
+
opts: __ExceptionOptionType<ClusterContainsContainerInstancesException, __BaseException>,
|
|
80
60
|
);
|
|
81
61
|
}
|
|
82
62
|
export declare class ClusterContainsServicesException extends __BaseException {
|
|
83
63
|
readonly name: "ClusterContainsServicesException";
|
|
84
64
|
readonly $fault: "client";
|
|
85
|
-
constructor(
|
|
86
|
-
opts: __ExceptionOptionType<
|
|
87
|
-
ClusterContainsServicesException,
|
|
88
|
-
__BaseException
|
|
89
|
-
>
|
|
90
|
-
);
|
|
65
|
+
constructor(opts: __ExceptionOptionType<ClusterContainsServicesException, __BaseException>);
|
|
91
66
|
}
|
|
92
67
|
export declare class ClusterContainsTasksException extends __BaseException {
|
|
93
68
|
readonly name: "ClusterContainsTasksException";
|
|
94
69
|
readonly $fault: "client";
|
|
95
|
-
constructor(
|
|
96
|
-
opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>
|
|
97
|
-
);
|
|
70
|
+
constructor(opts: __ExceptionOptionType<ClusterContainsTasksException, __BaseException>);
|
|
98
71
|
}
|
|
99
72
|
export declare class TargetNotConnectedException extends __BaseException {
|
|
100
73
|
readonly name: "TargetNotConnectedException";
|
|
101
74
|
readonly $fault: "client";
|
|
102
|
-
constructor(
|
|
103
|
-
opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>
|
|
104
|
-
);
|
|
75
|
+
constructor(opts: __ExceptionOptionType<TargetNotConnectedException, __BaseException>);
|
|
105
76
|
}
|
|
106
77
|
export declare class ResourceInUseException extends __BaseException {
|
|
107
78
|
readonly name: "ResourceInUseException";
|
|
108
79
|
readonly $fault: "client";
|
|
109
|
-
constructor(
|
|
110
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
111
|
-
);
|
|
80
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
112
81
|
}
|
|
113
82
|
export declare class TargetNotFoundException extends __BaseException {
|
|
114
83
|
readonly name: "TargetNotFoundException";
|
|
115
84
|
readonly $fault: "client";
|
|
116
|
-
constructor(
|
|
117
|
-
opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>
|
|
118
|
-
);
|
|
85
|
+
constructor(opts: __ExceptionOptionType<TargetNotFoundException, __BaseException>);
|
|
119
86
|
}
|
|
120
87
|
export declare class ServiceNotFoundException extends __BaseException {
|
|
121
88
|
readonly name: "ServiceNotFoundException";
|
|
122
89
|
readonly $fault: "client";
|
|
123
|
-
constructor(
|
|
124
|
-
opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>
|
|
125
|
-
);
|
|
90
|
+
constructor(opts: __ExceptionOptionType<ServiceNotFoundException, __BaseException>);
|
|
126
91
|
}
|
|
127
92
|
export declare class AttributeLimitExceededException extends __BaseException {
|
|
128
93
|
readonly name: "AttributeLimitExceededException";
|
|
129
94
|
readonly $fault: "client";
|
|
130
|
-
constructor(
|
|
131
|
-
opts: __ExceptionOptionType<
|
|
132
|
-
AttributeLimitExceededException,
|
|
133
|
-
__BaseException
|
|
134
|
-
>
|
|
135
|
-
);
|
|
95
|
+
constructor(opts: __ExceptionOptionType<AttributeLimitExceededException, __BaseException>);
|
|
136
96
|
}
|
|
137
97
|
export declare class MissingVersionException extends __BaseException {
|
|
138
98
|
readonly name: "MissingVersionException";
|
|
139
99
|
readonly $fault: "client";
|
|
140
|
-
constructor(
|
|
141
|
-
opts: __ExceptionOptionType<MissingVersionException, __BaseException>
|
|
142
|
-
);
|
|
100
|
+
constructor(opts: __ExceptionOptionType<MissingVersionException, __BaseException>);
|
|
143
101
|
}
|
|
144
102
|
export declare class NoUpdateAvailableException extends __BaseException {
|
|
145
103
|
readonly name: "NoUpdateAvailableException";
|
|
146
104
|
readonly $fault: "client";
|
|
147
|
-
constructor(
|
|
148
|
-
opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
|
|
149
|
-
);
|
|
105
|
+
constructor(opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>);
|
|
150
106
|
}
|
|
151
107
|
export declare class ServiceDeploymentNotFoundException extends __BaseException {
|
|
152
108
|
readonly name: "ServiceDeploymentNotFoundException";
|
|
153
109
|
readonly $fault: "client";
|
|
154
|
-
constructor(
|
|
155
|
-
opts: __ExceptionOptionType<
|
|
156
|
-
ServiceDeploymentNotFoundException,
|
|
157
|
-
__BaseException
|
|
158
|
-
>
|
|
159
|
-
);
|
|
110
|
+
constructor(opts: __ExceptionOptionType<ServiceDeploymentNotFoundException, __BaseException>);
|
|
160
111
|
}
|
|
161
112
|
export declare class PlatformUnknownException extends __BaseException {
|
|
162
113
|
readonly name: "PlatformUnknownException";
|
|
163
114
|
readonly $fault: "client";
|
|
164
|
-
constructor(
|
|
165
|
-
opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>
|
|
166
|
-
);
|
|
115
|
+
constructor(opts: __ExceptionOptionType<PlatformUnknownException, __BaseException>);
|
|
167
116
|
}
|
|
168
117
|
export declare class DaemonNotActiveException extends __BaseException {
|
|
169
118
|
readonly name: "DaemonNotActiveException";
|
|
170
119
|
readonly $fault: "client";
|
|
171
|
-
constructor(
|
|
172
|
-
opts: __ExceptionOptionType<DaemonNotActiveException, __BaseException>
|
|
173
|
-
);
|
|
120
|
+
constructor(opts: __ExceptionOptionType<DaemonNotActiveException, __BaseException>);
|
|
174
121
|
}
|
|
175
122
|
export declare class DaemonNotFoundException extends __BaseException {
|
|
176
123
|
readonly name: "DaemonNotFoundException";
|
|
177
124
|
readonly $fault: "client";
|
|
178
|
-
constructor(
|
|
179
|
-
opts: __ExceptionOptionType<DaemonNotFoundException, __BaseException>
|
|
180
|
-
);
|
|
125
|
+
constructor(opts: __ExceptionOptionType<DaemonNotFoundException, __BaseException>);
|
|
181
126
|
}
|
|
182
127
|
export declare class PlatformTaskDefinitionIncompatibilityException extends __BaseException {
|
|
183
128
|
readonly name: "PlatformTaskDefinitionIncompatibilityException";
|
|
184
129
|
readonly $fault: "client";
|
|
185
130
|
constructor(
|
|
186
|
-
opts: __ExceptionOptionType<
|
|
187
|
-
PlatformTaskDefinitionIncompatibilityException,
|
|
188
|
-
__BaseException
|
|
189
|
-
>
|
|
131
|
+
opts: __ExceptionOptionType<PlatformTaskDefinitionIncompatibilityException, __BaseException>,
|
|
190
132
|
);
|
|
191
133
|
}
|
|
192
134
|
export declare class ServiceNotActiveException extends __BaseException {
|
|
193
135
|
readonly name: "ServiceNotActiveException";
|
|
194
136
|
readonly $fault: "client";
|
|
195
|
-
constructor(
|
|
196
|
-
opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>
|
|
197
|
-
);
|
|
137
|
+
constructor(opts: __ExceptionOptionType<ServiceNotActiveException, __BaseException>);
|
|
198
138
|
}
|
|
199
139
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
200
140
|
readonly name: "ResourceNotFoundException";
|
|
201
141
|
readonly $fault: "client";
|
|
202
|
-
constructor(
|
|
203
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
204
|
-
);
|
|
142
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
205
143
|
}
|
|
206
144
|
export declare class ConflictException extends __BaseException {
|
|
207
145
|
readonly name: "ConflictException";
|
|
@@ -212,9 +150,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
212
150
|
export declare class TaskSetNotFoundException extends __BaseException {
|
|
213
151
|
readonly name: "TaskSetNotFoundException";
|
|
214
152
|
readonly $fault: "client";
|
|
215
|
-
constructor(
|
|
216
|
-
opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>
|
|
217
|
-
);
|
|
153
|
+
constructor(opts: __ExceptionOptionType<TaskSetNotFoundException, __BaseException>);
|
|
218
154
|
}
|
|
219
155
|
export declare class BlockedException extends __BaseException {
|
|
220
156
|
readonly name: "BlockedException";
|
|
@@ -207,9 +207,7 @@ export interface InstanceLaunchTemplate {
|
|
|
207
207
|
ec2InstanceProfileArn: string | undefined;
|
|
208
208
|
networkConfiguration: ManagedInstancesNetworkConfiguration | undefined;
|
|
209
209
|
storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
210
|
-
localStorageConfiguration?:
|
|
211
|
-
| ManagedInstancesLocalStorageConfiguration
|
|
212
|
-
| undefined;
|
|
210
|
+
localStorageConfiguration?: ManagedInstancesLocalStorageConfiguration | undefined;
|
|
213
211
|
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
214
212
|
capacityOptionType?: CapacityOptionType | undefined;
|
|
215
213
|
instanceMetadataTagsPropagation?: boolean | undefined;
|
|
@@ -232,9 +230,7 @@ export interface CreateCapacityProviderRequest {
|
|
|
232
230
|
name: string | undefined;
|
|
233
231
|
cluster?: string | undefined;
|
|
234
232
|
autoScalingGroupProvider?: AutoScalingGroupProvider | undefined;
|
|
235
|
-
managedInstancesProvider?:
|
|
236
|
-
| CreateManagedInstancesProviderConfiguration
|
|
237
|
-
| undefined;
|
|
233
|
+
managedInstancesProvider?: CreateManagedInstancesProviderConfiguration | undefined;
|
|
238
234
|
tags?: Tag[] | undefined;
|
|
239
235
|
}
|
|
240
236
|
export interface ManagedInstancesProvider {
|
|
@@ -293,9 +289,7 @@ export interface InstanceLaunchTemplateUpdate {
|
|
|
293
289
|
networkConfiguration?: ManagedInstancesNetworkConfiguration | undefined;
|
|
294
290
|
storageConfiguration?: ManagedInstancesStorageConfiguration | undefined;
|
|
295
291
|
instanceMetadataTagsPropagation?: boolean | undefined;
|
|
296
|
-
localStorageConfiguration?:
|
|
297
|
-
| ManagedInstancesLocalStorageConfiguration
|
|
298
|
-
| undefined;
|
|
292
|
+
localStorageConfiguration?: ManagedInstancesLocalStorageConfiguration | undefined;
|
|
299
293
|
monitoring?: ManagedInstancesMonitoringOptions | undefined;
|
|
300
294
|
instanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
301
295
|
capacityReservations?: CapacityReservationRequest | undefined;
|
|
@@ -311,9 +305,7 @@ export interface UpdateCapacityProviderRequest {
|
|
|
311
305
|
name: string | undefined;
|
|
312
306
|
cluster?: string | undefined;
|
|
313
307
|
autoScalingGroupProvider?: AutoScalingGroupProviderUpdate | undefined;
|
|
314
|
-
managedInstancesProvider?:
|
|
315
|
-
| UpdateManagedInstancesProviderConfiguration
|
|
316
|
-
| undefined;
|
|
308
|
+
managedInstancesProvider?: UpdateManagedInstancesProviderConfiguration | undefined;
|
|
317
309
|
}
|
|
318
310
|
export interface UpdateCapacityProviderResponse {
|
|
319
311
|
capacityProvider?: CapacityProvider | undefined;
|
|
@@ -1196,9 +1188,7 @@ export interface Volume {
|
|
|
1196
1188
|
dockerVolumeConfiguration?: DockerVolumeConfiguration | undefined;
|
|
1197
1189
|
efsVolumeConfiguration?: EFSVolumeConfiguration | undefined;
|
|
1198
1190
|
s3filesVolumeConfiguration?: S3FilesVolumeConfiguration | undefined;
|
|
1199
|
-
fsxWindowsFileServerVolumeConfiguration?:
|
|
1200
|
-
| FSxWindowsFileServerVolumeConfiguration
|
|
1201
|
-
| undefined;
|
|
1191
|
+
fsxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration | undefined;
|
|
1202
1192
|
configuredAtLaunch?: boolean | undefined;
|
|
1203
1193
|
}
|
|
1204
1194
|
export interface TaskDefinition {
|
|
@@ -1343,9 +1333,7 @@ export interface DeploymentLifecycleHook {
|
|
|
1343
1333
|
roleArn?: string | undefined;
|
|
1344
1334
|
lifecycleStages?: DeploymentLifecycleHookStage[] | undefined;
|
|
1345
1335
|
hookDetails?: __DocumentType | undefined;
|
|
1346
|
-
timeoutConfiguration?:
|
|
1347
|
-
| DeploymentLifecycleHookTimeoutConfiguration
|
|
1348
|
-
| undefined;
|
|
1336
|
+
timeoutConfiguration?: DeploymentLifecycleHookTimeoutConfiguration | undefined;
|
|
1349
1337
|
}
|
|
1350
1338
|
export interface LinearConfiguration {
|
|
1351
1339
|
stepPercent?: number | undefined;
|
|
@@ -1897,9 +1885,7 @@ export interface ManagedScalableTarget {
|
|
|
1897
1885
|
}
|
|
1898
1886
|
export interface ManagedAutoScaling {
|
|
1899
1887
|
scalableTarget?: ManagedScalableTarget | undefined;
|
|
1900
|
-
applicationAutoScalingPolicies?:
|
|
1901
|
-
| ManagedApplicationAutoScalingPolicy[]
|
|
1902
|
-
| undefined;
|
|
1888
|
+
applicationAutoScalingPolicies?: ManagedApplicationAutoScalingPolicy[] | undefined;
|
|
1903
1889
|
}
|
|
1904
1890
|
export interface ManagedCertificate {
|
|
1905
1891
|
arn?: string | undefined;
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTasksCommandInput,
|
|
4
|
-
ListTasksCommandOutput,
|
|
5
|
-
} from "../commands/ListTasksCommand";
|
|
2
|
+
import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
|
|
6
3
|
import { ECSPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListTasks: (
|
|
8
5
|
config: ECSPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: ECSClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|