@aws-sdk/client-ecs 3.651.1 → 3.654.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateServiceCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateTaskSetCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteAccountSettingCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteAttributesCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteServiceCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteTaskSetCommand.d.ts +11 -0
  12. package/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +11 -0
  13. package/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeClustersCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeContainerInstancesCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeServicesCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeTaskSetsCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeTasksCommand.d.ts +11 -0
  21. package/dist-types/commands/DiscoverPollEndpointCommand.d.ts +11 -0
  22. package/dist-types/commands/ExecuteCommandCommand.d.ts +11 -0
  23. package/dist-types/commands/GetTaskProtectionCommand.d.ts +11 -0
  24. package/dist-types/commands/ListAccountSettingsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListAttributesCommand.d.ts +11 -0
  26. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  27. package/dist-types/commands/ListContainerInstancesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListServicesByNamespaceCommand.d.ts +11 -0
  29. package/dist-types/commands/ListServicesCommand.d.ts +11 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListTaskDefinitionsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListTasksCommand.d.ts +11 -0
  34. package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -0
  35. package/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +11 -0
  36. package/dist-types/commands/PutAttributesCommand.d.ts +11 -0
  37. package/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +11 -0
  38. package/dist-types/commands/RegisterContainerInstanceCommand.d.ts +11 -0
  39. package/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +11 -0
  40. package/dist-types/commands/RunTaskCommand.d.ts +11 -0
  41. package/dist-types/commands/StartTaskCommand.d.ts +11 -0
  42. package/dist-types/commands/StopTaskCommand.d.ts +11 -0
  43. package/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +11 -0
  44. package/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +11 -0
  45. package/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateClusterCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateClusterSettingsCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateContainerAgentCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateServiceCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateTaskProtectionCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateTaskSetCommand.d.ts +11 -0
  57. package/dist-types/models/models_0.d.ts +60 -55
  58. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteTaskDefinitionsCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetTaskProtectionCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListServicesByNamespaceCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +12 -1
  114. package/package.json +36 -36
@@ -37,4 +37,15 @@ declare const DeregisterContainerInstanceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {}
40
+ export declare class DeregisterContainerInstanceCommand extends DeregisterContainerInstanceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeregisterContainerInstanceRequest;
44
+ output: DeregisterContainerInstanceResponse;
45
+ };
46
+ sdk: {
47
+ input: DeregisterContainerInstanceCommandInput;
48
+ output: DeregisterContainerInstanceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeregisterTaskDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {}
40
+ export declare class DeregisterTaskDefinitionCommand extends DeregisterTaskDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeregisterTaskDefinitionRequest;
44
+ output: DeregisterTaskDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeregisterTaskDefinitionCommandInput;
48
+ output: DeregisterTaskDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeCapacityProvidersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {}
40
+ export declare class DescribeCapacityProvidersCommand extends DescribeCapacityProvidersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCapacityProvidersRequest;
44
+ output: DescribeCapacityProvidersResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCapacityProvidersCommandInput;
48
+ output: DescribeCapacityProvidersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeClustersCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
39
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClustersRequest;
43
+ output: DescribeClustersResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClustersCommandInput;
47
+ output: DescribeClustersCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeContainerInstancesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {}
40
+ export declare class DescribeContainerInstancesCommand extends DescribeContainerInstancesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeContainerInstancesRequest;
44
+ output: DescribeContainerInstancesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeContainerInstancesCommandInput;
48
+ output: DescribeContainerInstancesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeServicesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeServicesCommand extends DescribeServicesCommand_base {}
39
+ export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeServicesRequest;
43
+ output: DescribeServicesResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeServicesCommandInput;
47
+ output: DescribeServicesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeTaskDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {}
40
+ export declare class DescribeTaskDefinitionCommand extends DescribeTaskDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTaskDefinitionRequest;
44
+ output: DescribeTaskDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeTaskDefinitionCommandInput;
48
+ output: DescribeTaskDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeTaskSetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {}
39
+ export declare class DescribeTaskSetsCommand extends DescribeTaskSetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeTaskSetsRequest;
43
+ output: DescribeTaskSetsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeTaskSetsCommandInput;
47
+ output: DescribeTaskSetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DescribeTasksCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeTasksCommand extends DescribeTasksCommand_base {}
39
+ export declare class DescribeTasksCommand extends DescribeTasksCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeTasksRequest;
43
+ output: DescribeTasksResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeTasksCommandInput;
47
+ output: DescribeTasksCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DiscoverPollEndpointCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {}
40
+ export declare class DiscoverPollEndpointCommand extends DiscoverPollEndpointCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DiscoverPollEndpointRequest;
44
+ output: DiscoverPollEndpointResponse;
45
+ };
46
+ sdk: {
47
+ input: DiscoverPollEndpointCommandInput;
48
+ output: DiscoverPollEndpointCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ExecuteCommandCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {}
39
+ export declare class ExecuteCommandCommand extends ExecuteCommandCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ExecuteCommandRequest;
43
+ output: ExecuteCommandResponse;
44
+ };
45
+ sdk: {
46
+ input: ExecuteCommandCommandInput;
47
+ output: ExecuteCommandCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetTaskProtectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {}
40
+ export declare class GetTaskProtectionCommand extends GetTaskProtectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTaskProtectionRequest;
44
+ output: GetTaskProtectionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTaskProtectionCommandInput;
48
+ output: GetTaskProtectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListAccountSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {}
40
+ export declare class ListAccountSettingsCommand extends ListAccountSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccountSettingsRequest;
44
+ output: ListAccountSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAccountSettingsCommandInput;
48
+ output: ListAccountSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListAttributesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListAttributesCommand extends ListAttributesCommand_base {}
39
+ export declare class ListAttributesCommand extends ListAttributesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAttributesRequest;
43
+ output: ListAttributesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListAttributesCommandInput;
47
+ output: ListAttributesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListContainerInstancesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListContainerInstancesCommand extends ListContainerInstancesCommand_base {}
40
+ export declare class ListContainerInstancesCommand extends ListContainerInstancesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListContainerInstancesRequest;
44
+ output: ListContainerInstancesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListContainerInstancesCommandInput;
48
+ output: ListContainerInstancesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListServicesByNamespaceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {}
40
+ export declare class ListServicesByNamespaceCommand extends ListServicesByNamespaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListServicesByNamespaceRequest;
44
+ output: ListServicesByNamespaceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListServicesByNamespaceCommandInput;
48
+ output: ListServicesByNamespaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListServicesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListServicesCommand extends ListServicesCommand_base {}
36
+ export declare class ListServicesCommand extends ListServicesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListServicesRequest;
40
+ output: ListServicesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListServicesCommandInput;
44
+ output: ListServicesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTaskDefinitionFamiliesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {}
40
+ export declare class ListTaskDefinitionFamiliesCommand extends ListTaskDefinitionFamiliesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTaskDefinitionFamiliesRequest;
44
+ output: ListTaskDefinitionFamiliesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTaskDefinitionFamiliesCommandInput;
48
+ output: ListTaskDefinitionFamiliesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTaskDefinitionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {}
40
+ export declare class ListTaskDefinitionsCommand extends ListTaskDefinitionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTaskDefinitionsRequest;
44
+ output: ListTaskDefinitionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTaskDefinitionsCommandInput;
48
+ output: ListTaskDefinitionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTasksCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTasksCommand extends ListTasksCommand_base {}
36
+ export declare class ListTasksCommand extends ListTasksCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTasksRequest;
40
+ output: ListTasksResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTasksCommandInput;
44
+ output: ListTasksCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const PutAccountSettingCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutAccountSettingCommand extends PutAccountSettingCommand_base {}
40
+ export declare class PutAccountSettingCommand extends PutAccountSettingCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutAccountSettingRequest;
44
+ output: PutAccountSettingResponse;
45
+ };
46
+ sdk: {
47
+ input: PutAccountSettingCommandInput;
48
+ output: PutAccountSettingCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutAccountSettingDefaultCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_base {}
40
+ export declare class PutAccountSettingDefaultCommand extends PutAccountSettingDefaultCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutAccountSettingDefaultRequest;
44
+ output: PutAccountSettingDefaultResponse;
45
+ };
46
+ sdk: {
47
+ input: PutAccountSettingDefaultCommandInput;
48
+ output: PutAccountSettingDefaultCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutAttributesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutAttributesCommand extends PutAttributesCommand_base {}
39
+ export declare class PutAttributesCommand extends PutAttributesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutAttributesRequest;
43
+ output: PutAttributesResponse;
44
+ };
45
+ sdk: {
46
+ input: PutAttributesCommandInput;
47
+ output: PutAttributesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const PutClusterCapacityProvidersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {}
40
+ export declare class PutClusterCapacityProvidersCommand extends PutClusterCapacityProvidersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutClusterCapacityProvidersRequest;
44
+ output: PutClusterCapacityProvidersResponse;
45
+ };
46
+ sdk: {
47
+ input: PutClusterCapacityProvidersCommandInput;
48
+ output: PutClusterCapacityProvidersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RegisterContainerInstanceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {}
40
+ export declare class RegisterContainerInstanceCommand extends RegisterContainerInstanceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterContainerInstanceRequest;
44
+ output: RegisterContainerInstanceResponse;
45
+ };
46
+ sdk: {
47
+ input: RegisterContainerInstanceCommandInput;
48
+ output: RegisterContainerInstanceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const RegisterTaskDefinitionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RegisterTaskDefinitionCommand extends RegisterTaskDefinitionCommand_base {}
40
+ export declare class RegisterTaskDefinitionCommand extends RegisterTaskDefinitionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RegisterTaskDefinitionRequest;
44
+ output: RegisterTaskDefinitionResponse;
45
+ };
46
+ sdk: {
47
+ input: RegisterTaskDefinitionCommandInput;
48
+ output: RegisterTaskDefinitionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -29,4 +29,15 @@ declare const RunTaskCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class RunTaskCommand extends RunTaskCommand_base {}
32
+ export declare class RunTaskCommand extends RunTaskCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: RunTaskRequest;
36
+ output: RunTaskResponse;
37
+ };
38
+ sdk: {
39
+ input: RunTaskCommandInput;
40
+ output: RunTaskCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -33,4 +33,15 @@ declare const StartTaskCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StartTaskCommand extends StartTaskCommand_base {}
36
+ export declare class StartTaskCommand extends StartTaskCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StartTaskRequest;
40
+ output: StartTaskResponse;
41
+ };
42
+ sdk: {
43
+ input: StartTaskCommandInput;
44
+ output: StartTaskCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const StopTaskCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class StopTaskCommand extends StopTaskCommand_base {}
36
+ export declare class StopTaskCommand extends StopTaskCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: StopTaskRequest;
40
+ output: StopTaskResponse;
41
+ };
42
+ sdk: {
43
+ input: StopTaskCommandInput;
44
+ output: StopTaskCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const SubmitAttachmentStateChangesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {}
40
+ export declare class SubmitAttachmentStateChangesCommand extends SubmitAttachmentStateChangesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SubmitAttachmentStateChangesRequest;
44
+ output: SubmitAttachmentStateChangesResponse;
45
+ };
46
+ sdk: {
47
+ input: SubmitAttachmentStateChangesCommandInput;
48
+ output: SubmitAttachmentStateChangesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SubmitContainerStateChangeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {}
40
+ export declare class SubmitContainerStateChangeCommand extends SubmitContainerStateChangeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SubmitContainerStateChangeRequest;
44
+ output: SubmitContainerStateChangeResponse;
45
+ };
46
+ sdk: {
47
+ input: SubmitContainerStateChangeCommandInput;
48
+ output: SubmitContainerStateChangeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SubmitTaskStateChangeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {}
40
+ export declare class SubmitTaskStateChangeCommand extends SubmitTaskStateChangeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SubmitTaskStateChangeRequest;
44
+ output: SubmitTaskStateChangeResponse;
45
+ };
46
+ sdk: {
47
+ input: SubmitTaskStateChangeCommandInput;
48
+ output: SubmitTaskStateChangeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }