@aws-sdk/client-ecs 3.169.0 → 3.170.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 (82) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ECS.d.ts +940 -265
  3. package/dist-types/ts3.4/ECSClient.d.ts +440 -125
  4. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateTaskSetCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteAccountSettingCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteAttributesCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteTaskSetCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeregisterContainerInstanceCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeregisterTaskDefinitionCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeCapacityProvidersCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeContainerInstancesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeTaskDefinitionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeTaskSetsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeTasksCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DiscoverPollEndpointCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ExecuteCommandCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListAccountSettingsCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ListAttributesCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListContainerInstancesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/ListTaskDefinitionFamiliesCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTaskDefinitionsCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/PutAccountSettingDefaultCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/PutAttributesCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutClusterCapacityProvidersCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/RegisterContainerInstanceCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RegisterTaskDefinitionCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/RunTaskCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/StartTaskCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/StopTaskCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/SubmitAttachmentStateChangesCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/SubmitContainerStateChangeCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/SubmitTaskStateChangeCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +37 -17
  50. package/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/index.d.ts +52 -52
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  58. package/dist-types/ts3.4/index.d.ts +7 -7
  59. package/dist-types/ts3.4/models/ECSServiceException.d.ts +8 -6
  60. package/dist-types/ts3.4/models/index.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_0.d.ts +2989 -2811
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  63. package/dist-types/ts3.4/pagination/ListAccountSettingsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListAttributesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListContainerInstancesPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/ListTaskDefinitionFamiliesPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/ListTaskDefinitionsPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  72. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  77. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  78. package/dist-types/ts3.4/waiters/waitForServicesInactive.d.ts +13 -7
  79. package/dist-types/ts3.4/waiters/waitForServicesStable.d.ts +13 -7
  80. package/dist-types/ts3.4/waiters/waitForTasksRunning.d.ts +13 -7
  81. package/dist-types/ts3.4/waiters/waitForTasksStopped.d.ts +13 -7
  82. package/package.json +35 -35
@@ -1,158 +1,629 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput } from "../commands/CreateCapacityProviderCommand";
4
- import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
5
- import { CreateServiceCommandInput, CreateServiceCommandOutput } from "../commands/CreateServiceCommand";
6
- import { CreateTaskSetCommandInput, CreateTaskSetCommandOutput } from "../commands/CreateTaskSetCommand";
7
- import { DeleteAccountSettingCommandInput, DeleteAccountSettingCommandOutput } from "../commands/DeleteAccountSettingCommand";
8
- import { DeleteAttributesCommandInput, DeleteAttributesCommandOutput } from "../commands/DeleteAttributesCommand";
9
- import { DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput } from "../commands/DeleteCapacityProviderCommand";
10
- import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
11
- import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "../commands/DeleteServiceCommand";
12
- import { DeleteTaskSetCommandInput, DeleteTaskSetCommandOutput } from "../commands/DeleteTaskSetCommand";
13
- import { DeregisterContainerInstanceCommandInput, DeregisterContainerInstanceCommandOutput } from "../commands/DeregisterContainerInstanceCommand";
14
- import { DeregisterTaskDefinitionCommandInput, DeregisterTaskDefinitionCommandOutput } from "../commands/DeregisterTaskDefinitionCommand";
15
- import { DescribeCapacityProvidersCommandInput, DescribeCapacityProvidersCommandOutput } from "../commands/DescribeCapacityProvidersCommand";
16
- import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "../commands/DescribeClustersCommand";
17
- import { DescribeContainerInstancesCommandInput, DescribeContainerInstancesCommandOutput } from "../commands/DescribeContainerInstancesCommand";
18
- import { DescribeServicesCommandInput, DescribeServicesCommandOutput } from "../commands/DescribeServicesCommand";
19
- import { DescribeTaskDefinitionCommandInput, DescribeTaskDefinitionCommandOutput } from "../commands/DescribeTaskDefinitionCommand";
20
- import { DescribeTasksCommandInput, DescribeTasksCommandOutput } from "../commands/DescribeTasksCommand";
21
- import { DescribeTaskSetsCommandInput, DescribeTaskSetsCommandOutput } from "../commands/DescribeTaskSetsCommand";
22
- import { DiscoverPollEndpointCommandInput, DiscoverPollEndpointCommandOutput } from "../commands/DiscoverPollEndpointCommand";
23
- import { ExecuteCommandCommandInput, ExecuteCommandCommandOutput } from "../commands/ExecuteCommandCommand";
24
- import { ListAccountSettingsCommandInput, ListAccountSettingsCommandOutput } from "../commands/ListAccountSettingsCommand";
25
- import { ListAttributesCommandInput, ListAttributesCommandOutput } from "../commands/ListAttributesCommand";
26
- import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
27
- import { ListContainerInstancesCommandInput, ListContainerInstancesCommandOutput } from "../commands/ListContainerInstancesCommand";
28
- import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ListTaskDefinitionFamiliesCommandInput, ListTaskDefinitionFamiliesCommandOutput } from "../commands/ListTaskDefinitionFamiliesCommand";
31
- import { ListTaskDefinitionsCommandInput, ListTaskDefinitionsCommandOutput } from "../commands/ListTaskDefinitionsCommand";
32
- import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
33
- import { PutAccountSettingCommandInput, PutAccountSettingCommandOutput } from "../commands/PutAccountSettingCommand";
34
- import { PutAccountSettingDefaultCommandInput, PutAccountSettingDefaultCommandOutput } from "../commands/PutAccountSettingDefaultCommand";
35
- import { PutAttributesCommandInput, PutAttributesCommandOutput } from "../commands/PutAttributesCommand";
36
- import { PutClusterCapacityProvidersCommandInput, PutClusterCapacityProvidersCommandOutput } from "../commands/PutClusterCapacityProvidersCommand";
37
- import { RegisterContainerInstanceCommandInput, RegisterContainerInstanceCommandOutput } from "../commands/RegisterContainerInstanceCommand";
38
- import { RegisterTaskDefinitionCommandInput, RegisterTaskDefinitionCommandOutput } from "../commands/RegisterTaskDefinitionCommand";
39
- import { RunTaskCommandInput, RunTaskCommandOutput } from "../commands/RunTaskCommand";
40
- import { StartTaskCommandInput, StartTaskCommandOutput } from "../commands/StartTaskCommand";
41
- import { StopTaskCommandInput, StopTaskCommandOutput } from "../commands/StopTaskCommand";
42
- import { SubmitAttachmentStateChangesCommandInput, SubmitAttachmentStateChangesCommandOutput } from "../commands/SubmitAttachmentStateChangesCommand";
43
- import { SubmitContainerStateChangeCommandInput, SubmitContainerStateChangeCommandOutput } from "../commands/SubmitContainerStateChangeCommand";
44
- import { SubmitTaskStateChangeCommandInput, SubmitTaskStateChangeCommandOutput } from "../commands/SubmitTaskStateChangeCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
47
- import { UpdateCapacityProviderCommandInput, UpdateCapacityProviderCommandOutput } from "../commands/UpdateCapacityProviderCommand";
48
- import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
49
- import { UpdateClusterSettingsCommandInput, UpdateClusterSettingsCommandOutput } from "../commands/UpdateClusterSettingsCommand";
50
- import { UpdateContainerAgentCommandInput, UpdateContainerAgentCommandOutput } from "../commands/UpdateContainerAgentCommand";
51
- import { UpdateContainerInstancesStateCommandInput, UpdateContainerInstancesStateCommandOutput } from "../commands/UpdateContainerInstancesStateCommand";
52
- import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
53
- import { UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput } from "../commands/UpdateServicePrimaryTaskSetCommand";
54
- import { UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput } from "../commands/UpdateTaskSetCommand";
55
- export declare const serializeAws_json1_1CreateCapacityProviderCommand: (input: CreateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1CreateTaskSetCommand: (input: CreateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DeleteAccountSettingCommand: (input: DeleteAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DeleteAttributesCommand: (input: DeleteAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DeleteCapacityProviderCommand: (input: DeleteCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteTaskSetCommand: (input: DeleteTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeregisterContainerInstanceCommand: (input: DeregisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeregisterTaskDefinitionCommand: (input: DeregisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DescribeCapacityProvidersCommand: (input: DescribeCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DescribeContainerInstancesCommand: (input: DescribeContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DescribeServicesCommand: (input: DescribeServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DescribeTaskDefinitionCommand: (input: DescribeTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeTasksCommand: (input: DescribeTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeTaskSetsCommand: (input: DescribeTaskSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DiscoverPollEndpointCommand: (input: DiscoverPollEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1ExecuteCommandCommand: (input: ExecuteCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1ListAccountSettingsCommand: (input: ListAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListAttributesCommand: (input: ListAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListContainerInstancesCommand: (input: ListContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListTaskDefinitionFamiliesCommand: (input: ListTaskDefinitionFamiliesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListTaskDefinitionsCommand: (input: ListTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1PutAccountSettingCommand: (input: PutAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1PutAccountSettingDefaultCommand: (input: PutAccountSettingDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1PutAttributesCommand: (input: PutAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1PutClusterCapacityProvidersCommand: (input: PutClusterCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1RegisterContainerInstanceCommand: (input: RegisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1RegisterTaskDefinitionCommand: (input: RegisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1RunTaskCommand: (input: RunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1StartTaskCommand: (input: StartTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1StopTaskCommand: (input: StopTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1SubmitAttachmentStateChangesCommand: (input: SubmitAttachmentStateChangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1SubmitContainerStateChangeCommand: (input: SubmitContainerStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1SubmitTaskStateChangeCommand: (input: SubmitTaskStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1UpdateCapacityProviderCommand: (input: UpdateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1UpdateClusterSettingsCommand: (input: UpdateClusterSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1UpdateContainerAgentCommand: (input: UpdateContainerAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1UpdateContainerInstancesStateCommand: (input: UpdateContainerInstancesStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (input: UpdateServicePrimaryTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1UpdateTaskSetCommand: (input: UpdateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const deserializeAws_json1_1CreateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityProviderCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
109
- export declare const deserializeAws_json1_1CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
110
- export declare const deserializeAws_json1_1CreateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskSetCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSettingCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttributesCommandOutput>;
113
- export declare const deserializeAws_json1_1DeleteCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCapacityProviderCommandOutput>;
114
- export declare const deserializeAws_json1_1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
115
- export declare const deserializeAws_json1_1DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
116
- export declare const deserializeAws_json1_1DeleteTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskSetCommandOutput>;
117
- export declare const deserializeAws_json1_1DeregisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterContainerInstanceCommandOutput>;
118
- export declare const deserializeAws_json1_1DeregisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTaskDefinitionCommandOutput>;
119
- export declare const deserializeAws_json1_1DescribeCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityProvidersCommandOutput>;
120
- export declare const deserializeAws_json1_1DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
121
- export declare const deserializeAws_json1_1DescribeContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerInstancesCommandOutput>;
122
- export declare const deserializeAws_json1_1DescribeServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServicesCommandOutput>;
123
- export declare const deserializeAws_json1_1DescribeTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskDefinitionCommandOutput>;
124
- export declare const deserializeAws_json1_1DescribeTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTasksCommandOutput>;
125
- export declare const deserializeAws_json1_1DescribeTaskSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskSetsCommandOutput>;
126
- export declare const deserializeAws_json1_1DiscoverPollEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverPollEndpointCommandOutput>;
127
- export declare const deserializeAws_json1_1ExecuteCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteCommandCommandOutput>;
128
- export declare const deserializeAws_json1_1ListAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountSettingsCommandOutput>;
129
- export declare const deserializeAws_json1_1ListAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttributesCommandOutput>;
130
- export declare const deserializeAws_json1_1ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
131
- export declare const deserializeAws_json1_1ListContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerInstancesCommandOutput>;
132
- export declare const deserializeAws_json1_1ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
133
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
134
- export declare const deserializeAws_json1_1ListTaskDefinitionFamiliesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
135
- export declare const deserializeAws_json1_1ListTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionsCommandOutput>;
136
- export declare const deserializeAws_json1_1ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
137
- export declare const deserializeAws_json1_1PutAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingCommandOutput>;
138
- export declare const deserializeAws_json1_1PutAccountSettingDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingDefaultCommandOutput>;
139
- export declare const deserializeAws_json1_1PutAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAttributesCommandOutput>;
140
- export declare const deserializeAws_json1_1PutClusterCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClusterCapacityProvidersCommandOutput>;
141
- export declare const deserializeAws_json1_1RegisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterContainerInstanceCommandOutput>;
142
- export declare const deserializeAws_json1_1RegisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTaskDefinitionCommandOutput>;
143
- export declare const deserializeAws_json1_1RunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunTaskCommandOutput>;
144
- export declare const deserializeAws_json1_1StartTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskCommandOutput>;
145
- export declare const deserializeAws_json1_1StopTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTaskCommandOutput>;
146
- export declare const deserializeAws_json1_1SubmitAttachmentStateChangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitAttachmentStateChangesCommandOutput>;
147
- export declare const deserializeAws_json1_1SubmitContainerStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitContainerStateChangeCommandOutput>;
148
- export declare const deserializeAws_json1_1SubmitTaskStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitTaskStateChangeCommandOutput>;
149
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
150
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
151
- export declare const deserializeAws_json1_1UpdateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCapacityProviderCommandOutput>;
152
- export declare const deserializeAws_json1_1UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
153
- export declare const deserializeAws_json1_1UpdateClusterSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterSettingsCommandOutput>;
154
- export declare const deserializeAws_json1_1UpdateContainerAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerAgentCommandOutput>;
155
- export declare const deserializeAws_json1_1UpdateContainerInstancesStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerInstancesStateCommandOutput>;
156
- export declare const deserializeAws_json1_1UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
157
- export declare const deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
158
- export declare const deserializeAws_json1_1UpdateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskSetCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateCapacityProviderCommandInput,
8
+ CreateCapacityProviderCommandOutput,
9
+ } from "../commands/CreateCapacityProviderCommand";
10
+ import {
11
+ CreateClusterCommandInput,
12
+ CreateClusterCommandOutput,
13
+ } from "../commands/CreateClusterCommand";
14
+ import {
15
+ CreateServiceCommandInput,
16
+ CreateServiceCommandOutput,
17
+ } from "../commands/CreateServiceCommand";
18
+ import {
19
+ CreateTaskSetCommandInput,
20
+ CreateTaskSetCommandOutput,
21
+ } from "../commands/CreateTaskSetCommand";
22
+ import {
23
+ DeleteAccountSettingCommandInput,
24
+ DeleteAccountSettingCommandOutput,
25
+ } from "../commands/DeleteAccountSettingCommand";
26
+ import {
27
+ DeleteAttributesCommandInput,
28
+ DeleteAttributesCommandOutput,
29
+ } from "../commands/DeleteAttributesCommand";
30
+ import {
31
+ DeleteCapacityProviderCommandInput,
32
+ DeleteCapacityProviderCommandOutput,
33
+ } from "../commands/DeleteCapacityProviderCommand";
34
+ import {
35
+ DeleteClusterCommandInput,
36
+ DeleteClusterCommandOutput,
37
+ } from "../commands/DeleteClusterCommand";
38
+ import {
39
+ DeleteServiceCommandInput,
40
+ DeleteServiceCommandOutput,
41
+ } from "../commands/DeleteServiceCommand";
42
+ import {
43
+ DeleteTaskSetCommandInput,
44
+ DeleteTaskSetCommandOutput,
45
+ } from "../commands/DeleteTaskSetCommand";
46
+ import {
47
+ DeregisterContainerInstanceCommandInput,
48
+ DeregisterContainerInstanceCommandOutput,
49
+ } from "../commands/DeregisterContainerInstanceCommand";
50
+ import {
51
+ DeregisterTaskDefinitionCommandInput,
52
+ DeregisterTaskDefinitionCommandOutput,
53
+ } from "../commands/DeregisterTaskDefinitionCommand";
54
+ import {
55
+ DescribeCapacityProvidersCommandInput,
56
+ DescribeCapacityProvidersCommandOutput,
57
+ } from "../commands/DescribeCapacityProvidersCommand";
58
+ import {
59
+ DescribeClustersCommandInput,
60
+ DescribeClustersCommandOutput,
61
+ } from "../commands/DescribeClustersCommand";
62
+ import {
63
+ DescribeContainerInstancesCommandInput,
64
+ DescribeContainerInstancesCommandOutput,
65
+ } from "../commands/DescribeContainerInstancesCommand";
66
+ import {
67
+ DescribeServicesCommandInput,
68
+ DescribeServicesCommandOutput,
69
+ } from "../commands/DescribeServicesCommand";
70
+ import {
71
+ DescribeTaskDefinitionCommandInput,
72
+ DescribeTaskDefinitionCommandOutput,
73
+ } from "../commands/DescribeTaskDefinitionCommand";
74
+ import {
75
+ DescribeTasksCommandInput,
76
+ DescribeTasksCommandOutput,
77
+ } from "../commands/DescribeTasksCommand";
78
+ import {
79
+ DescribeTaskSetsCommandInput,
80
+ DescribeTaskSetsCommandOutput,
81
+ } from "../commands/DescribeTaskSetsCommand";
82
+ import {
83
+ DiscoverPollEndpointCommandInput,
84
+ DiscoverPollEndpointCommandOutput,
85
+ } from "../commands/DiscoverPollEndpointCommand";
86
+ import {
87
+ ExecuteCommandCommandInput,
88
+ ExecuteCommandCommandOutput,
89
+ } from "../commands/ExecuteCommandCommand";
90
+ import {
91
+ ListAccountSettingsCommandInput,
92
+ ListAccountSettingsCommandOutput,
93
+ } from "../commands/ListAccountSettingsCommand";
94
+ import {
95
+ ListAttributesCommandInput,
96
+ ListAttributesCommandOutput,
97
+ } from "../commands/ListAttributesCommand";
98
+ import {
99
+ ListClustersCommandInput,
100
+ ListClustersCommandOutput,
101
+ } from "../commands/ListClustersCommand";
102
+ import {
103
+ ListContainerInstancesCommandInput,
104
+ ListContainerInstancesCommandOutput,
105
+ } from "../commands/ListContainerInstancesCommand";
106
+ import {
107
+ ListServicesCommandInput,
108
+ ListServicesCommandOutput,
109
+ } from "../commands/ListServicesCommand";
110
+ import {
111
+ ListTagsForResourceCommandInput,
112
+ ListTagsForResourceCommandOutput,
113
+ } from "../commands/ListTagsForResourceCommand";
114
+ import {
115
+ ListTaskDefinitionFamiliesCommandInput,
116
+ ListTaskDefinitionFamiliesCommandOutput,
117
+ } from "../commands/ListTaskDefinitionFamiliesCommand";
118
+ import {
119
+ ListTaskDefinitionsCommandInput,
120
+ ListTaskDefinitionsCommandOutput,
121
+ } from "../commands/ListTaskDefinitionsCommand";
122
+ import {
123
+ ListTasksCommandInput,
124
+ ListTasksCommandOutput,
125
+ } from "../commands/ListTasksCommand";
126
+ import {
127
+ PutAccountSettingCommandInput,
128
+ PutAccountSettingCommandOutput,
129
+ } from "../commands/PutAccountSettingCommand";
130
+ import {
131
+ PutAccountSettingDefaultCommandInput,
132
+ PutAccountSettingDefaultCommandOutput,
133
+ } from "../commands/PutAccountSettingDefaultCommand";
134
+ import {
135
+ PutAttributesCommandInput,
136
+ PutAttributesCommandOutput,
137
+ } from "../commands/PutAttributesCommand";
138
+ import {
139
+ PutClusterCapacityProvidersCommandInput,
140
+ PutClusterCapacityProvidersCommandOutput,
141
+ } from "../commands/PutClusterCapacityProvidersCommand";
142
+ import {
143
+ RegisterContainerInstanceCommandInput,
144
+ RegisterContainerInstanceCommandOutput,
145
+ } from "../commands/RegisterContainerInstanceCommand";
146
+ import {
147
+ RegisterTaskDefinitionCommandInput,
148
+ RegisterTaskDefinitionCommandOutput,
149
+ } from "../commands/RegisterTaskDefinitionCommand";
150
+ import {
151
+ RunTaskCommandInput,
152
+ RunTaskCommandOutput,
153
+ } from "../commands/RunTaskCommand";
154
+ import {
155
+ StartTaskCommandInput,
156
+ StartTaskCommandOutput,
157
+ } from "../commands/StartTaskCommand";
158
+ import {
159
+ StopTaskCommandInput,
160
+ StopTaskCommandOutput,
161
+ } from "../commands/StopTaskCommand";
162
+ import {
163
+ SubmitAttachmentStateChangesCommandInput,
164
+ SubmitAttachmentStateChangesCommandOutput,
165
+ } from "../commands/SubmitAttachmentStateChangesCommand";
166
+ import {
167
+ SubmitContainerStateChangeCommandInput,
168
+ SubmitContainerStateChangeCommandOutput,
169
+ } from "../commands/SubmitContainerStateChangeCommand";
170
+ import {
171
+ SubmitTaskStateChangeCommandInput,
172
+ SubmitTaskStateChangeCommandOutput,
173
+ } from "../commands/SubmitTaskStateChangeCommand";
174
+ import {
175
+ TagResourceCommandInput,
176
+ TagResourceCommandOutput,
177
+ } from "../commands/TagResourceCommand";
178
+ import {
179
+ UntagResourceCommandInput,
180
+ UntagResourceCommandOutput,
181
+ } from "../commands/UntagResourceCommand";
182
+ import {
183
+ UpdateCapacityProviderCommandInput,
184
+ UpdateCapacityProviderCommandOutput,
185
+ } from "../commands/UpdateCapacityProviderCommand";
186
+ import {
187
+ UpdateClusterCommandInput,
188
+ UpdateClusterCommandOutput,
189
+ } from "../commands/UpdateClusterCommand";
190
+ import {
191
+ UpdateClusterSettingsCommandInput,
192
+ UpdateClusterSettingsCommandOutput,
193
+ } from "../commands/UpdateClusterSettingsCommand";
194
+ import {
195
+ UpdateContainerAgentCommandInput,
196
+ UpdateContainerAgentCommandOutput,
197
+ } from "../commands/UpdateContainerAgentCommand";
198
+ import {
199
+ UpdateContainerInstancesStateCommandInput,
200
+ UpdateContainerInstancesStateCommandOutput,
201
+ } from "../commands/UpdateContainerInstancesStateCommand";
202
+ import {
203
+ UpdateServiceCommandInput,
204
+ UpdateServiceCommandOutput,
205
+ } from "../commands/UpdateServiceCommand";
206
+ import {
207
+ UpdateServicePrimaryTaskSetCommandInput,
208
+ UpdateServicePrimaryTaskSetCommandOutput,
209
+ } from "../commands/UpdateServicePrimaryTaskSetCommand";
210
+ import {
211
+ UpdateTaskSetCommandInput,
212
+ UpdateTaskSetCommandOutput,
213
+ } from "../commands/UpdateTaskSetCommand";
214
+ export declare const serializeAws_json1_1CreateCapacityProviderCommand: (
215
+ input: CreateCapacityProviderCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1CreateClusterCommand: (
219
+ input: CreateClusterCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1CreateServiceCommand: (
223
+ input: CreateServiceCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1CreateTaskSetCommand: (
227
+ input: CreateTaskSetCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DeleteAccountSettingCommand: (
231
+ input: DeleteAccountSettingCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DeleteAttributesCommand: (
235
+ input: DeleteAttributesCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DeleteCapacityProviderCommand: (
239
+ input: DeleteCapacityProviderCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1DeleteClusterCommand: (
243
+ input: DeleteClusterCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DeleteServiceCommand: (
247
+ input: DeleteServiceCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DeleteTaskSetCommand: (
251
+ input: DeleteTaskSetCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DeregisterContainerInstanceCommand: (
255
+ input: DeregisterContainerInstanceCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DeregisterTaskDefinitionCommand: (
259
+ input: DeregisterTaskDefinitionCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DescribeCapacityProvidersCommand: (
263
+ input: DescribeCapacityProvidersCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1DescribeClustersCommand: (
267
+ input: DescribeClustersCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1DescribeContainerInstancesCommand: (
271
+ input: DescribeContainerInstancesCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1DescribeServicesCommand: (
275
+ input: DescribeServicesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1DescribeTaskDefinitionCommand: (
279
+ input: DescribeTaskDefinitionCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1DescribeTasksCommand: (
283
+ input: DescribeTasksCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1DescribeTaskSetsCommand: (
287
+ input: DescribeTaskSetsCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1DiscoverPollEndpointCommand: (
291
+ input: DiscoverPollEndpointCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1ExecuteCommandCommand: (
295
+ input: ExecuteCommandCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1ListAccountSettingsCommand: (
299
+ input: ListAccountSettingsCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListAttributesCommand: (
303
+ input: ListAttributesCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListClustersCommand: (
307
+ input: ListClustersCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListContainerInstancesCommand: (
311
+ input: ListContainerInstancesCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListServicesCommand: (
315
+ input: ListServicesCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
319
+ input: ListTagsForResourceCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
323
+ input: ListTaskDefinitionFamiliesCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1ListTaskDefinitionsCommand: (
327
+ input: ListTaskDefinitionsCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1ListTasksCommand: (
331
+ input: ListTasksCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1PutAccountSettingCommand: (
335
+ input: PutAccountSettingCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1PutAccountSettingDefaultCommand: (
339
+ input: PutAccountSettingDefaultCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1PutAttributesCommand: (
343
+ input: PutAttributesCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1PutClusterCapacityProvidersCommand: (
347
+ input: PutClusterCapacityProvidersCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1RegisterContainerInstanceCommand: (
351
+ input: RegisterContainerInstanceCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1RegisterTaskDefinitionCommand: (
355
+ input: RegisterTaskDefinitionCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1RunTaskCommand: (
359
+ input: RunTaskCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1StartTaskCommand: (
363
+ input: StartTaskCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1StopTaskCommand: (
367
+ input: StopTaskCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1SubmitAttachmentStateChangesCommand: (
371
+ input: SubmitAttachmentStateChangesCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1SubmitContainerStateChangeCommand: (
375
+ input: SubmitContainerStateChangeCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1SubmitTaskStateChangeCommand: (
379
+ input: SubmitTaskStateChangeCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1TagResourceCommand: (
383
+ input: TagResourceCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1UntagResourceCommand: (
387
+ input: UntagResourceCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1UpdateCapacityProviderCommand: (
391
+ input: UpdateCapacityProviderCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1UpdateClusterCommand: (
395
+ input: UpdateClusterCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1UpdateClusterSettingsCommand: (
399
+ input: UpdateClusterSettingsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1UpdateContainerAgentCommand: (
403
+ input: UpdateContainerAgentCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1UpdateContainerInstancesStateCommand: (
407
+ input: UpdateContainerInstancesStateCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1UpdateServiceCommand: (
411
+ input: UpdateServiceCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
415
+ input: UpdateServicePrimaryTaskSetCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1UpdateTaskSetCommand: (
419
+ input: UpdateTaskSetCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const deserializeAws_json1_1CreateCapacityProviderCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<CreateCapacityProviderCommandOutput>;
426
+ export declare const deserializeAws_json1_1CreateClusterCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<CreateClusterCommandOutput>;
430
+ export declare const deserializeAws_json1_1CreateServiceCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<CreateServiceCommandOutput>;
434
+ export declare const deserializeAws_json1_1CreateTaskSetCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<CreateTaskSetCommandOutput>;
438
+ export declare const deserializeAws_json1_1DeleteAccountSettingCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DeleteAccountSettingCommandOutput>;
442
+ export declare const deserializeAws_json1_1DeleteAttributesCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DeleteAttributesCommandOutput>;
446
+ export declare const deserializeAws_json1_1DeleteCapacityProviderCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DeleteCapacityProviderCommandOutput>;
450
+ export declare const deserializeAws_json1_1DeleteClusterCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DeleteClusterCommandOutput>;
454
+ export declare const deserializeAws_json1_1DeleteServiceCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DeleteServiceCommandOutput>;
458
+ export declare const deserializeAws_json1_1DeleteTaskSetCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<DeleteTaskSetCommandOutput>;
462
+ export declare const deserializeAws_json1_1DeregisterContainerInstanceCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<DeregisterContainerInstanceCommandOutput>;
466
+ export declare const deserializeAws_json1_1DeregisterTaskDefinitionCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<DeregisterTaskDefinitionCommandOutput>;
470
+ export declare const deserializeAws_json1_1DescribeCapacityProvidersCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<DescribeCapacityProvidersCommandOutput>;
474
+ export declare const deserializeAws_json1_1DescribeClustersCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<DescribeClustersCommandOutput>;
478
+ export declare const deserializeAws_json1_1DescribeContainerInstancesCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<DescribeContainerInstancesCommandOutput>;
482
+ export declare const deserializeAws_json1_1DescribeServicesCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<DescribeServicesCommandOutput>;
486
+ export declare const deserializeAws_json1_1DescribeTaskDefinitionCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<DescribeTaskDefinitionCommandOutput>;
490
+ export declare const deserializeAws_json1_1DescribeTasksCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<DescribeTasksCommandOutput>;
494
+ export declare const deserializeAws_json1_1DescribeTaskSetsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<DescribeTaskSetsCommandOutput>;
498
+ export declare const deserializeAws_json1_1DiscoverPollEndpointCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<DiscoverPollEndpointCommandOutput>;
502
+ export declare const deserializeAws_json1_1ExecuteCommandCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ExecuteCommandCommandOutput>;
506
+ export declare const deserializeAws_json1_1ListAccountSettingsCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<ListAccountSettingsCommandOutput>;
510
+ export declare const deserializeAws_json1_1ListAttributesCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<ListAttributesCommandOutput>;
514
+ export declare const deserializeAws_json1_1ListClustersCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<ListClustersCommandOutput>;
518
+ export declare const deserializeAws_json1_1ListContainerInstancesCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ListContainerInstancesCommandOutput>;
522
+ export declare const deserializeAws_json1_1ListServicesCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<ListServicesCommandOutput>;
526
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<ListTagsForResourceCommandOutput>;
530
+ export declare const deserializeAws_json1_1ListTaskDefinitionFamiliesCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
534
+ export declare const deserializeAws_json1_1ListTaskDefinitionsCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<ListTaskDefinitionsCommandOutput>;
538
+ export declare const deserializeAws_json1_1ListTasksCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<ListTasksCommandOutput>;
542
+ export declare const deserializeAws_json1_1PutAccountSettingCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<PutAccountSettingCommandOutput>;
546
+ export declare const deserializeAws_json1_1PutAccountSettingDefaultCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<PutAccountSettingDefaultCommandOutput>;
550
+ export declare const deserializeAws_json1_1PutAttributesCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<PutAttributesCommandOutput>;
554
+ export declare const deserializeAws_json1_1PutClusterCapacityProvidersCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<PutClusterCapacityProvidersCommandOutput>;
558
+ export declare const deserializeAws_json1_1RegisterContainerInstanceCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<RegisterContainerInstanceCommandOutput>;
562
+ export declare const deserializeAws_json1_1RegisterTaskDefinitionCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<RegisterTaskDefinitionCommandOutput>;
566
+ export declare const deserializeAws_json1_1RunTaskCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<RunTaskCommandOutput>;
570
+ export declare const deserializeAws_json1_1StartTaskCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<StartTaskCommandOutput>;
574
+ export declare const deserializeAws_json1_1StopTaskCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<StopTaskCommandOutput>;
578
+ export declare const deserializeAws_json1_1SubmitAttachmentStateChangesCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<SubmitAttachmentStateChangesCommandOutput>;
582
+ export declare const deserializeAws_json1_1SubmitContainerStateChangeCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<SubmitContainerStateChangeCommandOutput>;
586
+ export declare const deserializeAws_json1_1SubmitTaskStateChangeCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<SubmitTaskStateChangeCommandOutput>;
590
+ export declare const deserializeAws_json1_1TagResourceCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<TagResourceCommandOutput>;
594
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<UntagResourceCommandOutput>;
598
+ export declare const deserializeAws_json1_1UpdateCapacityProviderCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<UpdateCapacityProviderCommandOutput>;
602
+ export declare const deserializeAws_json1_1UpdateClusterCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<UpdateClusterCommandOutput>;
606
+ export declare const deserializeAws_json1_1UpdateClusterSettingsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<UpdateClusterSettingsCommandOutput>;
610
+ export declare const deserializeAws_json1_1UpdateContainerAgentCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<UpdateContainerAgentCommandOutput>;
614
+ export declare const deserializeAws_json1_1UpdateContainerInstancesStateCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<UpdateContainerInstancesStateCommandOutput>;
618
+ export declare const deserializeAws_json1_1UpdateServiceCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<UpdateServiceCommandOutput>;
622
+ export declare const deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
626
+ export declare const deserializeAws_json1_1UpdateTaskSetCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<UpdateTaskSetCommandOutput>;