@aws-sdk/client-ecs 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ECS.d.ts +15 -1
- package/dist-types/ECSClient.d.ts +1 -1
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteServiceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTaskSetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteCommandCommand.d.ts +2 -1
- package/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ListAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListContainerInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/ListServicesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -1
- package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTasksCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingCommand.d.ts +2 -1
- package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -1
- package/dist-types/commands/PutAttributesCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +2 -1
- package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/RunTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopTaskCommand.d.ts +2 -1
- package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +2 -1
- package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +999 -999
- package/dist-types/ts3.4/ECS.d.ts +14 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -238,6 +238,7 @@ export interface ECS {
|
|
|
238
238
|
options: __HttpHandlerOptions,
|
|
239
239
|
cb: (err: any, data?: CreateCapacityProviderCommandOutput) => void
|
|
240
240
|
): void;
|
|
241
|
+
createCluster(): Promise<CreateClusterCommandOutput>;
|
|
241
242
|
createCluster(
|
|
242
243
|
args: CreateClusterCommandInput,
|
|
243
244
|
options?: __HttpHandlerOptions
|
|
@@ -394,6 +395,7 @@ export interface ECS {
|
|
|
394
395
|
options: __HttpHandlerOptions,
|
|
395
396
|
cb: (err: any, data?: DeregisterTaskDefinitionCommandOutput) => void
|
|
396
397
|
): void;
|
|
398
|
+
describeCapacityProviders(): Promise<DescribeCapacityProvidersCommandOutput>;
|
|
397
399
|
describeCapacityProviders(
|
|
398
400
|
args: DescribeCapacityProvidersCommandInput,
|
|
399
401
|
options?: __HttpHandlerOptions
|
|
@@ -407,6 +409,7 @@ export interface ECS {
|
|
|
407
409
|
options: __HttpHandlerOptions,
|
|
408
410
|
cb: (err: any, data?: DescribeCapacityProvidersCommandOutput) => void
|
|
409
411
|
): void;
|
|
412
|
+
describeClusters(): Promise<DescribeClustersCommandOutput>;
|
|
410
413
|
describeClusters(
|
|
411
414
|
args: DescribeClustersCommandInput,
|
|
412
415
|
options?: __HttpHandlerOptions
|
|
@@ -485,6 +488,7 @@ export interface ECS {
|
|
|
485
488
|
options: __HttpHandlerOptions,
|
|
486
489
|
cb: (err: any, data?: DescribeTaskSetsCommandOutput) => void
|
|
487
490
|
): void;
|
|
491
|
+
discoverPollEndpoint(): Promise<DiscoverPollEndpointCommandOutput>;
|
|
488
492
|
discoverPollEndpoint(
|
|
489
493
|
args: DiscoverPollEndpointCommandInput,
|
|
490
494
|
options?: __HttpHandlerOptions
|
|
@@ -524,6 +528,7 @@ export interface ECS {
|
|
|
524
528
|
options: __HttpHandlerOptions,
|
|
525
529
|
cb: (err: any, data?: GetTaskProtectionCommandOutput) => void
|
|
526
530
|
): void;
|
|
531
|
+
listAccountSettings(): Promise<ListAccountSettingsCommandOutput>;
|
|
527
532
|
listAccountSettings(
|
|
528
533
|
args: ListAccountSettingsCommandInput,
|
|
529
534
|
options?: __HttpHandlerOptions
|
|
@@ -550,6 +555,7 @@ export interface ECS {
|
|
|
550
555
|
options: __HttpHandlerOptions,
|
|
551
556
|
cb: (err: any, data?: ListAttributesCommandOutput) => void
|
|
552
557
|
): void;
|
|
558
|
+
listClusters(): Promise<ListClustersCommandOutput>;
|
|
553
559
|
listClusters(
|
|
554
560
|
args: ListClustersCommandInput,
|
|
555
561
|
options?: __HttpHandlerOptions
|
|
@@ -563,6 +569,7 @@ export interface ECS {
|
|
|
563
569
|
options: __HttpHandlerOptions,
|
|
564
570
|
cb: (err: any, data?: ListClustersCommandOutput) => void
|
|
565
571
|
): void;
|
|
572
|
+
listContainerInstances(): Promise<ListContainerInstancesCommandOutput>;
|
|
566
573
|
listContainerInstances(
|
|
567
574
|
args: ListContainerInstancesCommandInput,
|
|
568
575
|
options?: __HttpHandlerOptions
|
|
@@ -576,6 +583,7 @@ export interface ECS {
|
|
|
576
583
|
options: __HttpHandlerOptions,
|
|
577
584
|
cb: (err: any, data?: ListContainerInstancesCommandOutput) => void
|
|
578
585
|
): void;
|
|
586
|
+
listServices(): Promise<ListServicesCommandOutput>;
|
|
579
587
|
listServices(
|
|
580
588
|
args: ListServicesCommandInput,
|
|
581
589
|
options?: __HttpHandlerOptions
|
|
@@ -615,6 +623,7 @@ export interface ECS {
|
|
|
615
623
|
options: __HttpHandlerOptions,
|
|
616
624
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
617
625
|
): void;
|
|
626
|
+
listTaskDefinitionFamilies(): Promise<ListTaskDefinitionFamiliesCommandOutput>;
|
|
618
627
|
listTaskDefinitionFamilies(
|
|
619
628
|
args: ListTaskDefinitionFamiliesCommandInput,
|
|
620
629
|
options?: __HttpHandlerOptions
|
|
@@ -628,6 +637,7 @@ export interface ECS {
|
|
|
628
637
|
options: __HttpHandlerOptions,
|
|
629
638
|
cb: (err: any, data?: ListTaskDefinitionFamiliesCommandOutput) => void
|
|
630
639
|
): void;
|
|
640
|
+
listTaskDefinitions(): Promise<ListTaskDefinitionsCommandOutput>;
|
|
631
641
|
listTaskDefinitions(
|
|
632
642
|
args: ListTaskDefinitionsCommandInput,
|
|
633
643
|
options?: __HttpHandlerOptions
|
|
@@ -641,6 +651,7 @@ export interface ECS {
|
|
|
641
651
|
options: __HttpHandlerOptions,
|
|
642
652
|
cb: (err: any, data?: ListTaskDefinitionsCommandOutput) => void
|
|
643
653
|
): void;
|
|
654
|
+
listTasks(): Promise<ListTasksCommandOutput>;
|
|
644
655
|
listTasks(
|
|
645
656
|
args: ListTasksCommandInput,
|
|
646
657
|
options?: __HttpHandlerOptions
|
|
@@ -706,6 +717,7 @@ export interface ECS {
|
|
|
706
717
|
options: __HttpHandlerOptions,
|
|
707
718
|
cb: (err: any, data?: PutClusterCapacityProvidersCommandOutput) => void
|
|
708
719
|
): void;
|
|
720
|
+
registerContainerInstance(): Promise<RegisterContainerInstanceCommandOutput>;
|
|
709
721
|
registerContainerInstance(
|
|
710
722
|
args: RegisterContainerInstanceCommandInput,
|
|
711
723
|
options?: __HttpHandlerOptions
|
|
@@ -784,6 +796,7 @@ export interface ECS {
|
|
|
784
796
|
options: __HttpHandlerOptions,
|
|
785
797
|
cb: (err: any, data?: SubmitAttachmentStateChangesCommandOutput) => void
|
|
786
798
|
): void;
|
|
799
|
+
submitContainerStateChange(): Promise<SubmitContainerStateChangeCommandOutput>;
|
|
787
800
|
submitContainerStateChange(
|
|
788
801
|
args: SubmitContainerStateChangeCommandInput,
|
|
789
802
|
options?: __HttpHandlerOptions
|
|
@@ -797,6 +810,7 @@ export interface ECS {
|
|
|
797
810
|
options: __HttpHandlerOptions,
|
|
798
811
|
cb: (err: any, data?: SubmitContainerStateChangeCommandOutput) => void
|
|
799
812
|
): void;
|
|
813
|
+
submitTaskStateChange(): Promise<SubmitTaskStateChangeCommandOutput>;
|
|
800
814
|
submitTaskStateChange(
|
|
801
815
|
args: SubmitTaskStateChangeCommandInput,
|
|
802
816
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const CreateCapacityProviderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCapacityProviderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCapacityProviderCommandInput,
|
|
32
|
+
CreateCapacityProviderCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCapacityProviderCommand extends CreateCapacityProviderCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateClusterCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [CreateClusterCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateClusterCommandInput,
|
|
31
|
+
CreateClusterCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateServiceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateServiceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateServiceCommandInput,
|
|
31
|
+
CreateServiceCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateTaskSetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateTaskSetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateTaskSetCommandInput,
|
|
31
|
+
CreateTaskSetCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateTaskSetCommand extends CreateTaskSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteAccountSettingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteAccountSettingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteAccountSettingCommandInput,
|
|
32
|
+
DeleteAccountSettingCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteAccountSettingCommand extends DeleteAccountSettingCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteAttributesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteAttributesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteAttributesCommandInput,
|
|
31
|
+
DeleteAttributesCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteAttributesCommand extends DeleteAttributesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteCapacityProviderCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteCapacityProviderCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteCapacityProviderCommandInput,
|
|
32
|
+
DeleteCapacityProviderCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteCapacityProviderCommand extends DeleteCapacityProviderCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteClusterCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteClusterCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteClusterCommandInput,
|
|
31
|
+
DeleteClusterCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteServiceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteServiceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteServiceCommandInput,
|
|
31
|
+
DeleteServiceCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteTaskDefinitionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteTaskDefinitionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteTaskDefinitionsCommandInput,
|
|
32
|
+
DeleteTaskDefinitionsCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteTaskDefinitionsCommand extends DeleteTaskDefinitionsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteTaskSetCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteTaskSetCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteTaskSetCommandInput,
|
|
31
|
+
DeleteTaskSetCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteTaskSetCommand extends DeleteTaskSetCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterContainerInstanceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeregisterContainerInstanceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterContainerInstanceCommandInput,
|
|
32
|
+
DeregisterContainerInstanceCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeregisterTaskDefinitionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeregisterTaskDefinitionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeregisterTaskDefinitionCommandInput,
|
|
32
|
+
DeregisterTaskDefinitionCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeCapacityProvidersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeCapacityProvidersCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeCapacityProvidersCommandInput,
|
|
32
|
+
DescribeCapacityProvidersCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeClustersCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeClustersCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeClustersCommandInput,
|
|
31
|
+
DescribeClustersCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeContainerInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeContainerInstancesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeContainerInstancesCommandInput,
|
|
32
|
+
DescribeContainerInstancesCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeServicesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeServicesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeServicesCommandInput,
|
|
31
|
+
DescribeServicesCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTaskDefinitionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeTaskDefinitionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTaskDefinitionCommandInput,
|
|
32
|
+
DescribeTaskDefinitionCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeTaskSetsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeTaskSetsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeTaskSetsCommandInput,
|
|
31
|
+
DescribeTaskSetsCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeTasksCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeTasksCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeTasksCommandInput,
|
|
31
|
+
DescribeTasksCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeTasksCommand extends DescribeTasksCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DiscoverPollEndpointCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DiscoverPollEndpointCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DiscoverPollEndpointCommandInput,
|
|
32
|
+
DiscoverPollEndpointCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ExecuteCommandCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ExecuteCommandCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ExecuteCommandCommandInput,
|
|
31
|
+
ExecuteCommandCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetTaskProtectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetTaskProtectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetTaskProtectionCommandInput,
|
|
32
|
+
GetTaskProtectionCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListAccountSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListAccountSettingsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListAccountSettingsCommandInput,
|
|
32
|
+
ListAccountSettingsCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListAttributesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: ListAttributesCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListAttributesCommandInput,
|
|
31
|
+
ListAttributesCommandOutput,
|
|
32
|
+
ECSClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListAttributesCommand extends ListAttributesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListClustersCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListClustersCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListClustersCommandInput,
|
|
28
|
+
ListClustersCommandOutput,
|
|
29
|
+
ECSClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListClustersCommand extends ListClustersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListContainerInstancesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListContainerInstancesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListContainerInstancesCommandInput,
|
|
32
|
+
ListContainerInstancesCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListContainerInstancesCommand extends ListContainerInstancesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListServicesByNamespaceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListServicesByNamespaceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListServicesByNamespaceCommandInput,
|
|
32
|
+
ListServicesByNamespaceCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListServicesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListServicesCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListServicesCommandInput,
|
|
28
|
+
ListServicesCommandOutput,
|
|
29
|
+
ECSClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListServicesCommand extends ListServicesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListTaskDefinitionFamiliesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTaskDefinitionFamiliesCommandInput,
|
|
32
|
+
ListTaskDefinitionFamiliesCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTaskDefinitionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListTaskDefinitionsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTaskDefinitionsCommandInput,
|
|
32
|
+
ListTaskDefinitionsCommandOutput,
|
|
33
|
+
ECSClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {}
|