@aws-sdk/client-ecs 3.1086.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 +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -200,10 +197,7 @@ import {
|
|
|
200
197
|
ListDaemonDeploymentsCommandInput,
|
|
201
198
|
ListDaemonDeploymentsCommandOutput,
|
|
202
199
|
} from "./commands/ListDaemonDeploymentsCommand";
|
|
203
|
-
import {
|
|
204
|
-
ListDaemonsCommandInput,
|
|
205
|
-
ListDaemonsCommandOutput,
|
|
206
|
-
} from "./commands/ListDaemonsCommand";
|
|
200
|
+
import { ListDaemonsCommandInput, ListDaemonsCommandOutput } from "./commands/ListDaemonsCommand";
|
|
207
201
|
import {
|
|
208
202
|
ListDaemonTaskDefinitionsCommandInput,
|
|
209
203
|
ListDaemonTaskDefinitionsCommandOutput,
|
|
@@ -232,10 +226,7 @@ import {
|
|
|
232
226
|
ListTaskDefinitionsCommandInput,
|
|
233
227
|
ListTaskDefinitionsCommandOutput,
|
|
234
228
|
} from "./commands/ListTaskDefinitionsCommand";
|
|
235
|
-
import {
|
|
236
|
-
ListTasksCommandInput,
|
|
237
|
-
ListTasksCommandOutput,
|
|
238
|
-
} from "./commands/ListTasksCommand";
|
|
229
|
+
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
239
230
|
import {
|
|
240
231
|
PutAccountSettingCommandInput,
|
|
241
232
|
PutAccountSettingCommandOutput,
|
|
@@ -264,22 +255,13 @@ import {
|
|
|
264
255
|
RegisterTaskDefinitionCommandInput,
|
|
265
256
|
RegisterTaskDefinitionCommandOutput,
|
|
266
257
|
} from "./commands/RegisterTaskDefinitionCommand";
|
|
267
|
-
import {
|
|
268
|
-
|
|
269
|
-
RunTaskCommandOutput,
|
|
270
|
-
} from "./commands/RunTaskCommand";
|
|
271
|
-
import {
|
|
272
|
-
StartTaskCommandInput,
|
|
273
|
-
StartTaskCommandOutput,
|
|
274
|
-
} from "./commands/StartTaskCommand";
|
|
258
|
+
import { RunTaskCommandInput, RunTaskCommandOutput } from "./commands/RunTaskCommand";
|
|
259
|
+
import { StartTaskCommandInput, StartTaskCommandOutput } from "./commands/StartTaskCommand";
|
|
275
260
|
import {
|
|
276
261
|
StopServiceDeploymentCommandInput,
|
|
277
262
|
StopServiceDeploymentCommandOutput,
|
|
278
263
|
} from "./commands/StopServiceDeploymentCommand";
|
|
279
|
-
import {
|
|
280
|
-
StopTaskCommandInput,
|
|
281
|
-
StopTaskCommandOutput,
|
|
282
|
-
} from "./commands/StopTaskCommand";
|
|
264
|
+
import { StopTaskCommandInput, StopTaskCommandOutput } from "./commands/StopTaskCommand";
|
|
283
265
|
import {
|
|
284
266
|
SubmitAttachmentStateChangesCommandInput,
|
|
285
267
|
SubmitAttachmentStateChangesCommandOutput,
|
|
@@ -292,10 +274,7 @@ import {
|
|
|
292
274
|
SubmitTaskStateChangeCommandInput,
|
|
293
275
|
SubmitTaskStateChangeCommandOutput,
|
|
294
276
|
} from "./commands/SubmitTaskStateChangeCommand";
|
|
295
|
-
import {
|
|
296
|
-
TagResourceCommandInput,
|
|
297
|
-
TagResourceCommandOutput,
|
|
298
|
-
} from "./commands/TagResourceCommand";
|
|
277
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
299
278
|
import {
|
|
300
279
|
UntagResourceCommandInput,
|
|
301
280
|
UntagResourceCommandOutput,
|
|
@@ -507,8 +486,7 @@ export type ServiceOutputTypes =
|
|
|
507
486
|
| UpdateServicePrimaryTaskSetCommandOutput
|
|
508
487
|
| UpdateTaskProtectionCommandOutput
|
|
509
488
|
| UpdateTaskSetCommandOutput;
|
|
510
|
-
export interface ClientDefaults
|
|
511
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
489
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
512
490
|
requestHandler?: __HttpHandlerUserInput;
|
|
513
491
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
514
492
|
urlParser?: __UrlParser;
|
|
@@ -533,9 +511,7 @@ export interface ClientDefaults
|
|
|
533
511
|
extensions?: RuntimeExtension[];
|
|
534
512
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
535
513
|
}
|
|
536
|
-
export type ECSClientConfigType = Partial<
|
|
537
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
538
|
-
> &
|
|
514
|
+
export type ECSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
539
515
|
ClientDefaults &
|
|
540
516
|
UserAgentInputConfig &
|
|
541
517
|
RetryInputConfig &
|
|
@@ -545,17 +521,16 @@ export type ECSClientConfigType = Partial<
|
|
|
545
521
|
HttpAuthSchemeInputConfig &
|
|
546
522
|
ClientInputEndpointParameters;
|
|
547
523
|
export interface ECSClientConfig extends ECSClientConfigType {}
|
|
548
|
-
export type ECSClientResolvedConfigType =
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
ClientResolvedEndpointParameters;
|
|
524
|
+
export type ECSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
525
|
+
Required<ClientDefaults> &
|
|
526
|
+
RuntimeExtensionsConfig &
|
|
527
|
+
UserAgentResolvedConfig &
|
|
528
|
+
RetryResolvedConfig &
|
|
529
|
+
RegionResolvedConfig &
|
|
530
|
+
HostHeaderResolvedConfig &
|
|
531
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
532
|
+
HttpAuthSchemeResolvedConfig &
|
|
533
|
+
ClientResolvedEndpointParameters;
|
|
559
534
|
export interface ECSClientResolvedConfig extends ECSClientResolvedConfigType {}
|
|
560
535
|
export declare class ECSClient extends __Client<
|
|
561
536
|
__HttpHandlerOptions,
|
|
@@ -7,17 +7,10 @@ import { ECSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ECSHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ECSHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ECSHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -15,32 +15,29 @@ import { ECSClientResolvedConfig } from "../ECSClient";
|
|
|
15
15
|
export interface ECSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
16
16
|
region?: string;
|
|
17
17
|
}
|
|
18
|
-
export interface ECSHttpAuthSchemeParametersProvider
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {}
|
|
18
|
+
export interface ECSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ECSClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ECSHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
25
24
|
export declare const defaultECSHttpAuthSchemeParametersProvider: (
|
|
26
25
|
config: ECSClientResolvedConfig,
|
|
27
26
|
context: HandlerExecutionContext,
|
|
28
|
-
input: object
|
|
27
|
+
input: object,
|
|
29
28
|
) => Promise<ECSHttpAuthSchemeParameters>;
|
|
30
|
-
export interface ECSHttpAuthSchemeProvider
|
|
31
|
-
extends HttpAuthSchemeProvider<ECSHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ECSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ECSHttpAuthSchemeParameters> {}
|
|
32
30
|
export declare const defaultECSHttpAuthSchemeProvider: ECSHttpAuthSchemeProvider;
|
|
33
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
34
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
35
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
36
34
|
httpAuthSchemeProvider?: ECSHttpAuthSchemeProvider;
|
|
37
35
|
}
|
|
38
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
39
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
40
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
41
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
42
39
|
readonly httpAuthSchemeProvider: ECSHttpAuthSchemeProvider;
|
|
43
40
|
}
|
|
44
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
45
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
46
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./ECSClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ECSClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
ECSClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ContinueServiceDeploymentResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ContinueServiceDeploymentCommandInput
|
|
8
|
-
extends ContinueServiceDeploymentRequest {}
|
|
7
|
+
export interface ContinueServiceDeploymentCommandInput extends ContinueServiceDeploymentRequest {}
|
|
9
8
|
export interface ContinueServiceDeploymentCommandOutput
|
|
10
|
-
extends ContinueServiceDeploymentResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ContinueServiceDeploymentResponse, __MetadataBearer {}
|
|
12
10
|
declare const ContinueServiceDeploymentCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ContinueServiceDeploymentCommandInput
|
|
12
|
+
input: ContinueServiceDeploymentCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ContinueServiceDeploymentCommandInput,
|
|
17
15
|
ContinueServiceDeploymentCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ContinueServiceDeploymentCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ContinueServiceDeploymentCommandInput
|
|
21
|
+
input: ContinueServiceDeploymentCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ContinueServiceDeploymentCommandInput,
|
|
26
24
|
ContinueServiceDeploymentCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCapacityProviderRequest,
|
|
4
|
-
CreateCapacityProviderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCapacityProviderRequest, CreateCapacityProviderResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCapacityProviderCommandInput
|
|
8
|
-
extends CreateCapacityProviderRequest {}
|
|
4
|
+
export interface CreateCapacityProviderCommandInput extends CreateCapacityProviderRequest {}
|
|
9
5
|
export interface CreateCapacityProviderCommandOutput
|
|
10
|
-
extends CreateCapacityProviderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateCapacityProviderResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateCapacityProviderCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateCapacityProviderCommandInput
|
|
9
|
+
input: CreateCapacityProviderCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateCapacityProviderCommandInput,
|
|
17
12
|
CreateCapacityProviderCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateCapacityProviderCommandInput
|
|
18
|
+
input: CreateCapacityProviderCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateCapacityProviderCommandInput,
|
|
26
21
|
CreateCapacityProviderCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateClusterRequest,
|
|
4
|
-
CreateClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
8
|
-
export interface CreateClusterCommandOutput
|
|
9
|
-
extends CreateClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateClusterCommandInput
|
|
8
|
+
input: CreateClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateClusterCommandInput,
|
|
16
11
|
CreateClusterCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateDaemonRequest, CreateDaemonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateDaemonCommandInput extends CreateDaemonRequest {}
|
|
5
|
-
export interface CreateDaemonCommandOutput
|
|
6
|
-
extends CreateDaemonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDaemonCommandOutput extends CreateDaemonResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateDaemonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateDaemonCommandInput
|
|
8
|
+
input: CreateDaemonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateDaemonCommandInput,
|
|
13
11
|
CreateDaemonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateDaemonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateDaemonCommandInput
|
|
17
|
+
input: CreateDaemonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateDaemonCommandInput,
|
|
22
20
|
CreateDaemonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateExpressGatewayServiceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateExpressGatewayServiceCommandInput
|
|
8
|
-
extends CreateExpressGatewayServiceRequest {}
|
|
7
|
+
export interface CreateExpressGatewayServiceCommandInput extends CreateExpressGatewayServiceRequest {}
|
|
9
8
|
export interface CreateExpressGatewayServiceCommandOutput
|
|
10
|
-
extends CreateExpressGatewayServiceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateExpressGatewayServiceResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateExpressGatewayServiceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateExpressGatewayServiceCommandInput
|
|
12
|
+
input: CreateExpressGatewayServiceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateExpressGatewayServiceCommandInput,
|
|
17
15
|
CreateExpressGatewayServiceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateExpressGatewayServiceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateExpressGatewayServiceCommandInput
|
|
21
|
+
input: CreateExpressGatewayServiceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateExpressGatewayServiceCommandInput,
|
|
26
24
|
CreateExpressGatewayServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateServiceRequest,
|
|
4
|
-
CreateServiceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateServiceCommandInput extends CreateServiceRequest {}
|
|
8
|
-
export interface CreateServiceCommandOutput
|
|
9
|
-
extends CreateServiceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateServiceCommandOutput extends CreateServiceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateServiceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateServiceCommandInput
|
|
8
|
+
input: CreateServiceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateServiceCommandInput,
|
|
16
11
|
CreateServiceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateServiceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateServiceCommandInput
|
|
17
|
+
input: CreateServiceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateServiceCommandInput,
|
|
25
20
|
CreateServiceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTaskSetRequest,
|
|
4
|
-
CreateTaskSetResponse,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { CreateTaskSetRequest, CreateTaskSetResponse } from "../models/models_1";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateTaskSetCommandInput extends CreateTaskSetRequest {}
|
|
8
|
-
export interface CreateTaskSetCommandOutput
|
|
9
|
-
extends CreateTaskSetResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateTaskSetCommandOutput extends CreateTaskSetResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateTaskSetCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateTaskSetCommandInput
|
|
8
|
+
input: CreateTaskSetCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateTaskSetCommandInput,
|
|
16
11
|
CreateTaskSetCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateTaskSetCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateTaskSetCommandInput
|
|
17
|
+
input: CreateTaskSetCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateTaskSetCommandInput,
|
|
25
20
|
CreateTaskSetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAccountSettingRequest,
|
|
4
|
-
DeleteAccountSettingResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAccountSettingRequest, DeleteAccountSettingResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAccountSettingCommandInput
|
|
8
|
-
extends DeleteAccountSettingRequest {}
|
|
4
|
+
export interface DeleteAccountSettingCommandInput extends DeleteAccountSettingRequest {}
|
|
9
5
|
export interface DeleteAccountSettingCommandOutput
|
|
10
|
-
extends DeleteAccountSettingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAccountSettingResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAccountSettingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAccountSettingCommandInput
|
|
9
|
+
input: DeleteAccountSettingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAccountSettingCommandInput,
|
|
17
12
|
DeleteAccountSettingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteAccountSettingCommandInput
|
|
18
|
+
input: DeleteAccountSettingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteAccountSettingCommandInput,
|
|
26
21
|
DeleteAccountSettingCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAttributesRequest,
|
|
4
|
-
DeleteAttributesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAttributesRequest, DeleteAttributesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteAttributesCommandInput extends DeleteAttributesRequest {}
|
|
8
|
-
export interface DeleteAttributesCommandOutput
|
|
9
|
-
extends DeleteAttributesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteAttributesCommandOutput extends DeleteAttributesResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteAttributesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteAttributesCommandInput
|
|
8
|
+
input: DeleteAttributesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteAttributesCommandInput,
|
|
16
11
|
DeleteAttributesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteAttributesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteAttributesCommandInput
|
|
17
|
+
input: DeleteAttributesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteAttributesCommandInput,
|
|
25
20
|
DeleteAttributesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteCapacityProviderRequest,
|
|
4
|
-
DeleteCapacityProviderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteCapacityProviderCommandInput
|
|
8
|
-
extends DeleteCapacityProviderRequest {}
|
|
4
|
+
export interface DeleteCapacityProviderCommandInput extends DeleteCapacityProviderRequest {}
|
|
9
5
|
export interface DeleteCapacityProviderCommandOutput
|
|
10
|
-
extends DeleteCapacityProviderResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteCapacityProviderResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteCapacityProviderCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteCapacityProviderCommandInput
|
|
9
|
+
input: DeleteCapacityProviderCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteCapacityProviderCommandInput,
|
|
17
12
|
DeleteCapacityProviderCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteCapacityProviderCommandInput
|
|
18
|
+
input: DeleteCapacityProviderCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteCapacityProviderCommandInput,
|
|
26
21
|
DeleteCapacityProviderCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteClusterRequest,
|
|
4
|
-
DeleteClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
8
|
-
export interface DeleteClusterCommandOutput
|
|
9
|
-
extends DeleteClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteClusterCommandInput
|
|
8
|
+
input: DeleteClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteClusterCommandInput,
|
|
16
11
|
DeleteClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteClusterCommandInput
|
|
17
|
+
input: DeleteClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteClusterCommandInput,
|
|
25
20
|
DeleteClusterCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteDaemonRequest, DeleteDaemonResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteDaemonCommandInput extends DeleteDaemonRequest {}
|
|
5
|
-
export interface DeleteDaemonCommandOutput
|
|
6
|
-
extends DeleteDaemonResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteDaemonCommandOutput extends DeleteDaemonResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteDaemonCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteDaemonCommandInput
|
|
8
|
+
input: DeleteDaemonCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteDaemonCommandInput,
|
|
13
11
|
DeleteDaemonCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteDaemonCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteDaemonCommandInput
|
|
17
|
+
input: DeleteDaemonCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteDaemonCommandInput,
|
|
22
20
|
DeleteDaemonCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDaemonTaskDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDaemonTaskDefinitionCommandInput
|
|
8
|
-
extends DeleteDaemonTaskDefinitionRequest {}
|
|
7
|
+
export interface DeleteDaemonTaskDefinitionCommandInput extends DeleteDaemonTaskDefinitionRequest {}
|
|
9
8
|
export interface DeleteDaemonTaskDefinitionCommandOutput
|
|
10
|
-
extends DeleteDaemonTaskDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteDaemonTaskDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDaemonTaskDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDaemonTaskDefinitionCommandInput
|
|
12
|
+
input: DeleteDaemonTaskDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDaemonTaskDefinitionCommandInput,
|
|
17
15
|
DeleteDaemonTaskDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteDaemonTaskDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteDaemonTaskDefinitionCommandInput
|
|
21
|
+
input: DeleteDaemonTaskDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteDaemonTaskDefinitionCommandInput,
|
|
26
24
|
DeleteDaemonTaskDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteExpressGatewayServiceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteExpressGatewayServiceCommandInput
|
|
8
|
-
extends DeleteExpressGatewayServiceRequest {}
|
|
7
|
+
export interface DeleteExpressGatewayServiceCommandInput extends DeleteExpressGatewayServiceRequest {}
|
|
9
8
|
export interface DeleteExpressGatewayServiceCommandOutput
|
|
10
|
-
extends DeleteExpressGatewayServiceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteExpressGatewayServiceResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteExpressGatewayServiceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteExpressGatewayServiceCommandInput
|
|
12
|
+
input: DeleteExpressGatewayServiceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteExpressGatewayServiceCommandInput,
|
|
17
15
|
DeleteExpressGatewayServiceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteExpressGatewayServiceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteExpressGatewayServiceCommandInput
|
|
21
|
+
input: DeleteExpressGatewayServiceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteExpressGatewayServiceCommandInput,
|
|
26
24
|
DeleteExpressGatewayServiceCommandOutput,
|