@aws-sdk/client-ecs 3.306.0 → 3.309.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 (122) hide show
  1. package/dist-cjs/commands/CreateCapacityProviderCommand.js +2 -2
  2. package/dist-cjs/commands/CreateClusterCommand.js +2 -2
  3. package/dist-cjs/commands/CreateServiceCommand.js +2 -2
  4. package/dist-cjs/commands/CreateTaskSetCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAccountSettingCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAttributesCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCapacityProviderCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteTaskDefinitionsCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTaskSetCommand.js +2 -2
  12. package/dist-cjs/commands/DeregisterContainerInstanceCommand.js +2 -2
  13. package/dist-cjs/commands/DeregisterTaskDefinitionCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeCapacityProvidersCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeClustersCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeContainerInstancesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeServicesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeTaskDefinitionCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTaskSetsCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeTasksCommand.js +2 -2
  21. package/dist-cjs/commands/DiscoverPollEndpointCommand.js +2 -2
  22. package/dist-cjs/commands/ExecuteCommandCommand.js +2 -2
  23. package/dist-cjs/commands/GetTaskProtectionCommand.js +2 -2
  24. package/dist-cjs/commands/ListAccountSettingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAttributesCommand.js +2 -2
  26. package/dist-cjs/commands/ListClustersCommand.js +2 -2
  27. package/dist-cjs/commands/ListContainerInstancesCommand.js +2 -2
  28. package/dist-cjs/commands/ListServicesByNamespaceCommand.js +2 -2
  29. package/dist-cjs/commands/ListServicesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ListTaskDefinitionFamiliesCommand.js +2 -2
  32. package/dist-cjs/commands/ListTaskDefinitionsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTasksCommand.js +2 -2
  34. package/dist-cjs/commands/PutAccountSettingCommand.js +2 -2
  35. package/dist-cjs/commands/PutAccountSettingDefaultCommand.js +2 -2
  36. package/dist-cjs/commands/PutAttributesCommand.js +2 -2
  37. package/dist-cjs/commands/PutClusterCapacityProvidersCommand.js +2 -2
  38. package/dist-cjs/commands/RegisterContainerInstanceCommand.js +2 -2
  39. package/dist-cjs/commands/RegisterTaskDefinitionCommand.js +2 -2
  40. package/dist-cjs/commands/RunTaskCommand.js +2 -2
  41. package/dist-cjs/commands/StartTaskCommand.js +2 -2
  42. package/dist-cjs/commands/StopTaskCommand.js +2 -2
  43. package/dist-cjs/commands/SubmitAttachmentStateChangesCommand.js +2 -2
  44. package/dist-cjs/commands/SubmitContainerStateChangeCommand.js +2 -2
  45. package/dist-cjs/commands/SubmitTaskStateChangeCommand.js +2 -2
  46. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  47. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateCapacityProviderCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateClusterCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateClusterSettingsCommand.js +2 -2
  51. package/dist-cjs/commands/UpdateContainerAgentCommand.js +2 -2
  52. package/dist-cjs/commands/UpdateContainerInstancesStateCommand.js +2 -2
  53. package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateServicePrimaryTaskSetCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateTaskProtectionCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateTaskSetCommand.js +2 -2
  57. package/dist-cjs/protocols/Aws_json1_1.js +1598 -1784
  58. package/dist-es/commands/CreateCapacityProviderCommand.js +3 -3
  59. package/dist-es/commands/CreateClusterCommand.js +3 -3
  60. package/dist-es/commands/CreateServiceCommand.js +3 -3
  61. package/dist-es/commands/CreateTaskSetCommand.js +3 -3
  62. package/dist-es/commands/DeleteAccountSettingCommand.js +3 -3
  63. package/dist-es/commands/DeleteAttributesCommand.js +3 -3
  64. package/dist-es/commands/DeleteCapacityProviderCommand.js +3 -3
  65. package/dist-es/commands/DeleteClusterCommand.js +3 -3
  66. package/dist-es/commands/DeleteServiceCommand.js +3 -3
  67. package/dist-es/commands/DeleteTaskDefinitionsCommand.js +3 -3
  68. package/dist-es/commands/DeleteTaskSetCommand.js +3 -3
  69. package/dist-es/commands/DeregisterContainerInstanceCommand.js +3 -3
  70. package/dist-es/commands/DeregisterTaskDefinitionCommand.js +3 -3
  71. package/dist-es/commands/DescribeCapacityProvidersCommand.js +3 -3
  72. package/dist-es/commands/DescribeClustersCommand.js +3 -3
  73. package/dist-es/commands/DescribeContainerInstancesCommand.js +3 -3
  74. package/dist-es/commands/DescribeServicesCommand.js +3 -3
  75. package/dist-es/commands/DescribeTaskDefinitionCommand.js +3 -3
  76. package/dist-es/commands/DescribeTaskSetsCommand.js +3 -3
  77. package/dist-es/commands/DescribeTasksCommand.js +3 -3
  78. package/dist-es/commands/DiscoverPollEndpointCommand.js +3 -3
  79. package/dist-es/commands/ExecuteCommandCommand.js +3 -3
  80. package/dist-es/commands/GetTaskProtectionCommand.js +3 -3
  81. package/dist-es/commands/ListAccountSettingsCommand.js +3 -3
  82. package/dist-es/commands/ListAttributesCommand.js +3 -3
  83. package/dist-es/commands/ListClustersCommand.js +3 -3
  84. package/dist-es/commands/ListContainerInstancesCommand.js +3 -3
  85. package/dist-es/commands/ListServicesByNamespaceCommand.js +3 -3
  86. package/dist-es/commands/ListServicesCommand.js +3 -3
  87. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  88. package/dist-es/commands/ListTaskDefinitionFamiliesCommand.js +3 -3
  89. package/dist-es/commands/ListTaskDefinitionsCommand.js +3 -3
  90. package/dist-es/commands/ListTasksCommand.js +3 -3
  91. package/dist-es/commands/PutAccountSettingCommand.js +3 -3
  92. package/dist-es/commands/PutAccountSettingDefaultCommand.js +3 -3
  93. package/dist-es/commands/PutAttributesCommand.js +3 -3
  94. package/dist-es/commands/PutClusterCapacityProvidersCommand.js +3 -3
  95. package/dist-es/commands/RegisterContainerInstanceCommand.js +3 -3
  96. package/dist-es/commands/RegisterTaskDefinitionCommand.js +3 -3
  97. package/dist-es/commands/RunTaskCommand.js +3 -3
  98. package/dist-es/commands/StartTaskCommand.js +3 -3
  99. package/dist-es/commands/StopTaskCommand.js +3 -3
  100. package/dist-es/commands/SubmitAttachmentStateChangesCommand.js +3 -3
  101. package/dist-es/commands/SubmitContainerStateChangeCommand.js +3 -3
  102. package/dist-es/commands/SubmitTaskStateChangeCommand.js +3 -3
  103. package/dist-es/commands/TagResourceCommand.js +3 -3
  104. package/dist-es/commands/UntagResourceCommand.js +3 -3
  105. package/dist-es/commands/UpdateCapacityProviderCommand.js +3 -3
  106. package/dist-es/commands/UpdateClusterCommand.js +3 -3
  107. package/dist-es/commands/UpdateClusterSettingsCommand.js +3 -3
  108. package/dist-es/commands/UpdateContainerAgentCommand.js +3 -3
  109. package/dist-es/commands/UpdateContainerInstancesStateCommand.js +3 -3
  110. package/dist-es/commands/UpdateServiceCommand.js +3 -3
  111. package/dist-es/commands/UpdateServicePrimaryTaskSetCommand.js +3 -3
  112. package/dist-es/commands/UpdateTaskProtectionCommand.js +3 -3
  113. package/dist-es/commands/UpdateTaskSetCommand.js +3 -3
  114. package/dist-es/protocols/Aws_json1_1.js +1483 -1669
  115. package/dist-types/ECS.d.ts +9 -0
  116. package/dist-types/commands/CreateServiceCommand.d.ts +3 -0
  117. package/dist-types/commands/RunTaskCommand.d.ts +3 -0
  118. package/dist-types/commands/StartTaskCommand.d.ts +3 -0
  119. package/dist-types/models/models_0.d.ts +26 -32
  120. package/dist-types/protocols/Aws_json1_1.d.ts +448 -112
  121. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +112 -112
  122. package/package.json +6 -6
@@ -56,115 +56,451 @@ import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../comman
56
56
  import { UpdateServicePrimaryTaskSetCommandInput, UpdateServicePrimaryTaskSetCommandOutput } from "../commands/UpdateServicePrimaryTaskSetCommand";
57
57
  import { UpdateTaskProtectionCommandInput, UpdateTaskProtectionCommandOutput } from "../commands/UpdateTaskProtectionCommand";
58
58
  import { UpdateTaskSetCommandInput, UpdateTaskSetCommandOutput } from "../commands/UpdateTaskSetCommand";
59
- export declare const serializeAws_json1_1CreateCapacityProviderCommand: (input: CreateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1CreateTaskSetCommand: (input: CreateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteAccountSettingCommand: (input: DeleteAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteAttributesCommand: (input: DeleteAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeleteCapacityProviderCommand: (input: DeleteCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DeleteTaskDefinitionsCommand: (input: DeleteTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1DeleteTaskSetCommand: (input: DeleteTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1DeregisterContainerInstanceCommand: (input: DeregisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1DeregisterTaskDefinitionCommand: (input: DeregisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DescribeCapacityProvidersCommand: (input: DescribeCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DescribeContainerInstancesCommand: (input: DescribeContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DescribeServicesCommand: (input: DescribeServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DescribeTaskDefinitionCommand: (input: DescribeTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1DescribeTasksCommand: (input: DescribeTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1DescribeTaskSetsCommand: (input: DescribeTaskSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1DiscoverPollEndpointCommand: (input: DiscoverPollEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ExecuteCommandCommand: (input: ExecuteCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1GetTaskProtectionCommand: (input: GetTaskProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListAccountSettingsCommand: (input: ListAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListAttributesCommand: (input: ListAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListContainerInstancesCommand: (input: ListContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1ListServicesByNamespaceCommand: (input: ListServicesByNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1ListTaskDefinitionFamiliesCommand: (input: ListTaskDefinitionFamiliesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1ListTaskDefinitionsCommand: (input: ListTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1PutAccountSettingCommand: (input: PutAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1PutAccountSettingDefaultCommand: (input: PutAccountSettingDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1PutAttributesCommand: (input: PutAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1PutClusterCapacityProvidersCommand: (input: PutClusterCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1RegisterContainerInstanceCommand: (input: RegisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1RegisterTaskDefinitionCommand: (input: RegisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1RunTaskCommand: (input: RunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1StartTaskCommand: (input: StartTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1StopTaskCommand: (input: StopTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1SubmitAttachmentStateChangesCommand: (input: SubmitAttachmentStateChangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1SubmitContainerStateChangeCommand: (input: SubmitContainerStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1SubmitTaskStateChangeCommand: (input: SubmitTaskStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1UpdateCapacityProviderCommand: (input: UpdateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1UpdateClusterSettingsCommand: (input: UpdateClusterSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1UpdateContainerAgentCommand: (input: UpdateContainerAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1UpdateContainerInstancesStateCommand: (input: UpdateContainerInstancesStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (input: UpdateServicePrimaryTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1UpdateTaskProtectionCommand: (input: UpdateTaskProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1UpdateTaskSetCommand: (input: UpdateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const deserializeAws_json1_1CreateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityProviderCommandOutput>;
116
- export declare const deserializeAws_json1_1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
117
- export declare const deserializeAws_json1_1CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
118
- export declare const deserializeAws_json1_1CreateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskSetCommandOutput>;
119
- export declare const deserializeAws_json1_1DeleteAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSettingCommandOutput>;
120
- export declare const deserializeAws_json1_1DeleteAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttributesCommandOutput>;
121
- export declare const deserializeAws_json1_1DeleteCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCapacityProviderCommandOutput>;
122
- export declare const deserializeAws_json1_1DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
123
- export declare const deserializeAws_json1_1DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
124
- export declare const deserializeAws_json1_1DeleteTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskDefinitionsCommandOutput>;
125
- export declare const deserializeAws_json1_1DeleteTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskSetCommandOutput>;
126
- export declare const deserializeAws_json1_1DeregisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterContainerInstanceCommandOutput>;
127
- export declare const deserializeAws_json1_1DeregisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTaskDefinitionCommandOutput>;
128
- export declare const deserializeAws_json1_1DescribeCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityProvidersCommandOutput>;
129
- export declare const deserializeAws_json1_1DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
130
- export declare const deserializeAws_json1_1DescribeContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerInstancesCommandOutput>;
131
- export declare const deserializeAws_json1_1DescribeServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServicesCommandOutput>;
132
- export declare const deserializeAws_json1_1DescribeTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskDefinitionCommandOutput>;
133
- export declare const deserializeAws_json1_1DescribeTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTasksCommandOutput>;
134
- export declare const deserializeAws_json1_1DescribeTaskSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskSetsCommandOutput>;
135
- export declare const deserializeAws_json1_1DiscoverPollEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverPollEndpointCommandOutput>;
136
- export declare const deserializeAws_json1_1ExecuteCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteCommandCommandOutput>;
137
- export declare const deserializeAws_json1_1GetTaskProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTaskProtectionCommandOutput>;
138
- export declare const deserializeAws_json1_1ListAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountSettingsCommandOutput>;
139
- export declare const deserializeAws_json1_1ListAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttributesCommandOutput>;
140
- export declare const deserializeAws_json1_1ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
141
- export declare const deserializeAws_json1_1ListContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerInstancesCommandOutput>;
142
- export declare const deserializeAws_json1_1ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
143
- export declare const deserializeAws_json1_1ListServicesByNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesByNamespaceCommandOutput>;
144
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
145
- export declare const deserializeAws_json1_1ListTaskDefinitionFamiliesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
146
- export declare const deserializeAws_json1_1ListTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionsCommandOutput>;
147
- export declare const deserializeAws_json1_1ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
148
- export declare const deserializeAws_json1_1PutAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingCommandOutput>;
149
- export declare const deserializeAws_json1_1PutAccountSettingDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingDefaultCommandOutput>;
150
- export declare const deserializeAws_json1_1PutAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAttributesCommandOutput>;
151
- export declare const deserializeAws_json1_1PutClusterCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClusterCapacityProvidersCommandOutput>;
152
- export declare const deserializeAws_json1_1RegisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterContainerInstanceCommandOutput>;
153
- export declare const deserializeAws_json1_1RegisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTaskDefinitionCommandOutput>;
154
- export declare const deserializeAws_json1_1RunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunTaskCommandOutput>;
155
- export declare const deserializeAws_json1_1StartTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskCommandOutput>;
156
- export declare const deserializeAws_json1_1StopTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTaskCommandOutput>;
157
- export declare const deserializeAws_json1_1SubmitAttachmentStateChangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitAttachmentStateChangesCommandOutput>;
158
- export declare const deserializeAws_json1_1SubmitContainerStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitContainerStateChangeCommandOutput>;
159
- export declare const deserializeAws_json1_1SubmitTaskStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitTaskStateChangeCommandOutput>;
160
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
161
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
162
- export declare const deserializeAws_json1_1UpdateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCapacityProviderCommandOutput>;
163
- export declare const deserializeAws_json1_1UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
164
- export declare const deserializeAws_json1_1UpdateClusterSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterSettingsCommandOutput>;
165
- export declare const deserializeAws_json1_1UpdateContainerAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerAgentCommandOutput>;
166
- export declare const deserializeAws_json1_1UpdateContainerInstancesStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerInstancesStateCommandOutput>;
167
- export declare const deserializeAws_json1_1UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
168
- export declare const deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
169
- export declare const deserializeAws_json1_1UpdateTaskProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskProtectionCommandOutput>;
170
- export declare const deserializeAws_json1_1UpdateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskSetCommandOutput>;
59
+ /**
60
+ * serializeAws_json1_1CreateCapacityProviderCommand
61
+ */
62
+ export declare const se_CreateCapacityProviderCommand: (input: CreateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_json1_1CreateClusterCommand
65
+ */
66
+ export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1CreateServiceCommand
69
+ */
70
+ export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1CreateTaskSetCommand
73
+ */
74
+ export declare const se_CreateTaskSetCommand: (input: CreateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1DeleteAccountSettingCommand
77
+ */
78
+ export declare const se_DeleteAccountSettingCommand: (input: DeleteAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1DeleteAttributesCommand
81
+ */
82
+ export declare const se_DeleteAttributesCommand: (input: DeleteAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1DeleteCapacityProviderCommand
85
+ */
86
+ export declare const se_DeleteCapacityProviderCommand: (input: DeleteCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1DeleteClusterCommand
89
+ */
90
+ export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1DeleteServiceCommand
93
+ */
94
+ export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1DeleteTaskDefinitionsCommand
97
+ */
98
+ export declare const se_DeleteTaskDefinitionsCommand: (input: DeleteTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1DeleteTaskSetCommand
101
+ */
102
+ export declare const se_DeleteTaskSetCommand: (input: DeleteTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_json1_1DeregisterContainerInstanceCommand
105
+ */
106
+ export declare const se_DeregisterContainerInstanceCommand: (input: DeregisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_json1_1DeregisterTaskDefinitionCommand
109
+ */
110
+ export declare const se_DeregisterTaskDefinitionCommand: (input: DeregisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_json1_1DescribeCapacityProvidersCommand
113
+ */
114
+ export declare const se_DescribeCapacityProvidersCommand: (input: DescribeCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_json1_1DescribeClustersCommand
117
+ */
118
+ export declare const se_DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_json1_1DescribeContainerInstancesCommand
121
+ */
122
+ export declare const se_DescribeContainerInstancesCommand: (input: DescribeContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_json1_1DescribeServicesCommand
125
+ */
126
+ export declare const se_DescribeServicesCommand: (input: DescribeServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_json1_1DescribeTaskDefinitionCommand
129
+ */
130
+ export declare const se_DescribeTaskDefinitionCommand: (input: DescribeTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_json1_1DescribeTasksCommand
133
+ */
134
+ export declare const se_DescribeTasksCommand: (input: DescribeTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_json1_1DescribeTaskSetsCommand
137
+ */
138
+ export declare const se_DescribeTaskSetsCommand: (input: DescribeTaskSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_json1_1DiscoverPollEndpointCommand
141
+ */
142
+ export declare const se_DiscoverPollEndpointCommand: (input: DiscoverPollEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1ExecuteCommandCommand
145
+ */
146
+ export declare const se_ExecuteCommandCommand: (input: ExecuteCommandCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_json1_1GetTaskProtectionCommand
149
+ */
150
+ export declare const se_GetTaskProtectionCommand: (input: GetTaskProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_json1_1ListAccountSettingsCommand
153
+ */
154
+ export declare const se_ListAccountSettingsCommand: (input: ListAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1ListAttributesCommand
157
+ */
158
+ export declare const se_ListAttributesCommand: (input: ListAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_json1_1ListClustersCommand
161
+ */
162
+ export declare const se_ListClustersCommand: (input: ListClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1ListContainerInstancesCommand
165
+ */
166
+ export declare const se_ListContainerInstancesCommand: (input: ListContainerInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_json1_1ListServicesCommand
169
+ */
170
+ export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_json1_1ListServicesByNamespaceCommand
173
+ */
174
+ export declare const se_ListServicesByNamespaceCommand: (input: ListServicesByNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_json1_1ListTagsForResourceCommand
177
+ */
178
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_json1_1ListTaskDefinitionFamiliesCommand
181
+ */
182
+ export declare const se_ListTaskDefinitionFamiliesCommand: (input: ListTaskDefinitionFamiliesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1ListTaskDefinitionsCommand
185
+ */
186
+ export declare const se_ListTaskDefinitionsCommand: (input: ListTaskDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_json1_1ListTasksCommand
189
+ */
190
+ export declare const se_ListTasksCommand: (input: ListTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_json1_1PutAccountSettingCommand
193
+ */
194
+ export declare const se_PutAccountSettingCommand: (input: PutAccountSettingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_json1_1PutAccountSettingDefaultCommand
197
+ */
198
+ export declare const se_PutAccountSettingDefaultCommand: (input: PutAccountSettingDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_json1_1PutAttributesCommand
201
+ */
202
+ export declare const se_PutAttributesCommand: (input: PutAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_json1_1PutClusterCapacityProvidersCommand
205
+ */
206
+ export declare const se_PutClusterCapacityProvidersCommand: (input: PutClusterCapacityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_json1_1RegisterContainerInstanceCommand
209
+ */
210
+ export declare const se_RegisterContainerInstanceCommand: (input: RegisterContainerInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_json1_1RegisterTaskDefinitionCommand
213
+ */
214
+ export declare const se_RegisterTaskDefinitionCommand: (input: RegisterTaskDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_json1_1RunTaskCommand
217
+ */
218
+ export declare const se_RunTaskCommand: (input: RunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_json1_1StartTaskCommand
221
+ */
222
+ export declare const se_StartTaskCommand: (input: StartTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_json1_1StopTaskCommand
225
+ */
226
+ export declare const se_StopTaskCommand: (input: StopTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_json1_1SubmitAttachmentStateChangesCommand
229
+ */
230
+ export declare const se_SubmitAttachmentStateChangesCommand: (input: SubmitAttachmentStateChangesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_json1_1SubmitContainerStateChangeCommand
233
+ */
234
+ export declare const se_SubmitContainerStateChangeCommand: (input: SubmitContainerStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_json1_1SubmitTaskStateChangeCommand
237
+ */
238
+ export declare const se_SubmitTaskStateChangeCommand: (input: SubmitTaskStateChangeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_json1_1TagResourceCommand
241
+ */
242
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_json1_1UntagResourceCommand
245
+ */
246
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_json1_1UpdateCapacityProviderCommand
249
+ */
250
+ export declare const se_UpdateCapacityProviderCommand: (input: UpdateCapacityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_json1_1UpdateClusterCommand
253
+ */
254
+ export declare const se_UpdateClusterCommand: (input: UpdateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_json1_1UpdateClusterSettingsCommand
257
+ */
258
+ export declare const se_UpdateClusterSettingsCommand: (input: UpdateClusterSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_json1_1UpdateContainerAgentCommand
261
+ */
262
+ export declare const se_UpdateContainerAgentCommand: (input: UpdateContainerAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_json1_1UpdateContainerInstancesStateCommand
265
+ */
266
+ export declare const se_UpdateContainerInstancesStateCommand: (input: UpdateContainerInstancesStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_json1_1UpdateServiceCommand
269
+ */
270
+ export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_json1_1UpdateServicePrimaryTaskSetCommand
273
+ */
274
+ export declare const se_UpdateServicePrimaryTaskSetCommand: (input: UpdateServicePrimaryTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_json1_1UpdateTaskProtectionCommand
277
+ */
278
+ export declare const se_UpdateTaskProtectionCommand: (input: UpdateTaskProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_json1_1UpdateTaskSetCommand
281
+ */
282
+ export declare const se_UpdateTaskSetCommand: (input: UpdateTaskSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * deserializeAws_json1_1CreateCapacityProviderCommand
285
+ */
286
+ export declare const de_CreateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCapacityProviderCommandOutput>;
287
+ /**
288
+ * deserializeAws_json1_1CreateClusterCommand
289
+ */
290
+ export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
291
+ /**
292
+ * deserializeAws_json1_1CreateServiceCommand
293
+ */
294
+ export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
295
+ /**
296
+ * deserializeAws_json1_1CreateTaskSetCommand
297
+ */
298
+ export declare const de_CreateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTaskSetCommandOutput>;
299
+ /**
300
+ * deserializeAws_json1_1DeleteAccountSettingCommand
301
+ */
302
+ export declare const de_DeleteAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSettingCommandOutput>;
303
+ /**
304
+ * deserializeAws_json1_1DeleteAttributesCommand
305
+ */
306
+ export declare const de_DeleteAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttributesCommandOutput>;
307
+ /**
308
+ * deserializeAws_json1_1DeleteCapacityProviderCommand
309
+ */
310
+ export declare const de_DeleteCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCapacityProviderCommandOutput>;
311
+ /**
312
+ * deserializeAws_json1_1DeleteClusterCommand
313
+ */
314
+ export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
315
+ /**
316
+ * deserializeAws_json1_1DeleteServiceCommand
317
+ */
318
+ export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
319
+ /**
320
+ * deserializeAws_json1_1DeleteTaskDefinitionsCommand
321
+ */
322
+ export declare const de_DeleteTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskDefinitionsCommandOutput>;
323
+ /**
324
+ * deserializeAws_json1_1DeleteTaskSetCommand
325
+ */
326
+ export declare const de_DeleteTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTaskSetCommandOutput>;
327
+ /**
328
+ * deserializeAws_json1_1DeregisterContainerInstanceCommand
329
+ */
330
+ export declare const de_DeregisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterContainerInstanceCommandOutput>;
331
+ /**
332
+ * deserializeAws_json1_1DeregisterTaskDefinitionCommand
333
+ */
334
+ export declare const de_DeregisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterTaskDefinitionCommandOutput>;
335
+ /**
336
+ * deserializeAws_json1_1DescribeCapacityProvidersCommand
337
+ */
338
+ export declare const de_DescribeCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityProvidersCommandOutput>;
339
+ /**
340
+ * deserializeAws_json1_1DescribeClustersCommand
341
+ */
342
+ export declare const de_DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
343
+ /**
344
+ * deserializeAws_json1_1DescribeContainerInstancesCommand
345
+ */
346
+ export declare const de_DescribeContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerInstancesCommandOutput>;
347
+ /**
348
+ * deserializeAws_json1_1DescribeServicesCommand
349
+ */
350
+ export declare const de_DescribeServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServicesCommandOutput>;
351
+ /**
352
+ * deserializeAws_json1_1DescribeTaskDefinitionCommand
353
+ */
354
+ export declare const de_DescribeTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskDefinitionCommandOutput>;
355
+ /**
356
+ * deserializeAws_json1_1DescribeTasksCommand
357
+ */
358
+ export declare const de_DescribeTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTasksCommandOutput>;
359
+ /**
360
+ * deserializeAws_json1_1DescribeTaskSetsCommand
361
+ */
362
+ export declare const de_DescribeTaskSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTaskSetsCommandOutput>;
363
+ /**
364
+ * deserializeAws_json1_1DiscoverPollEndpointCommand
365
+ */
366
+ export declare const de_DiscoverPollEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DiscoverPollEndpointCommandOutput>;
367
+ /**
368
+ * deserializeAws_json1_1ExecuteCommandCommand
369
+ */
370
+ export declare const de_ExecuteCommandCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteCommandCommandOutput>;
371
+ /**
372
+ * deserializeAws_json1_1GetTaskProtectionCommand
373
+ */
374
+ export declare const de_GetTaskProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTaskProtectionCommandOutput>;
375
+ /**
376
+ * deserializeAws_json1_1ListAccountSettingsCommand
377
+ */
378
+ export declare const de_ListAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountSettingsCommandOutput>;
379
+ /**
380
+ * deserializeAws_json1_1ListAttributesCommand
381
+ */
382
+ export declare const de_ListAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttributesCommandOutput>;
383
+ /**
384
+ * deserializeAws_json1_1ListClustersCommand
385
+ */
386
+ export declare const de_ListClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClustersCommandOutput>;
387
+ /**
388
+ * deserializeAws_json1_1ListContainerInstancesCommand
389
+ */
390
+ export declare const de_ListContainerInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainerInstancesCommandOutput>;
391
+ /**
392
+ * deserializeAws_json1_1ListServicesCommand
393
+ */
394
+ export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
395
+ /**
396
+ * deserializeAws_json1_1ListServicesByNamespaceCommand
397
+ */
398
+ export declare const de_ListServicesByNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesByNamespaceCommandOutput>;
399
+ /**
400
+ * deserializeAws_json1_1ListTagsForResourceCommand
401
+ */
402
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
403
+ /**
404
+ * deserializeAws_json1_1ListTaskDefinitionFamiliesCommand
405
+ */
406
+ export declare const de_ListTaskDefinitionFamiliesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionFamiliesCommandOutput>;
407
+ /**
408
+ * deserializeAws_json1_1ListTaskDefinitionsCommand
409
+ */
410
+ export declare const de_ListTaskDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTaskDefinitionsCommandOutput>;
411
+ /**
412
+ * deserializeAws_json1_1ListTasksCommand
413
+ */
414
+ export declare const de_ListTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTasksCommandOutput>;
415
+ /**
416
+ * deserializeAws_json1_1PutAccountSettingCommand
417
+ */
418
+ export declare const de_PutAccountSettingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingCommandOutput>;
419
+ /**
420
+ * deserializeAws_json1_1PutAccountSettingDefaultCommand
421
+ */
422
+ export declare const de_PutAccountSettingDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountSettingDefaultCommandOutput>;
423
+ /**
424
+ * deserializeAws_json1_1PutAttributesCommand
425
+ */
426
+ export declare const de_PutAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAttributesCommandOutput>;
427
+ /**
428
+ * deserializeAws_json1_1PutClusterCapacityProvidersCommand
429
+ */
430
+ export declare const de_PutClusterCapacityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutClusterCapacityProvidersCommandOutput>;
431
+ /**
432
+ * deserializeAws_json1_1RegisterContainerInstanceCommand
433
+ */
434
+ export declare const de_RegisterContainerInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterContainerInstanceCommandOutput>;
435
+ /**
436
+ * deserializeAws_json1_1RegisterTaskDefinitionCommand
437
+ */
438
+ export declare const de_RegisterTaskDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTaskDefinitionCommandOutput>;
439
+ /**
440
+ * deserializeAws_json1_1RunTaskCommand
441
+ */
442
+ export declare const de_RunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RunTaskCommandOutput>;
443
+ /**
444
+ * deserializeAws_json1_1StartTaskCommand
445
+ */
446
+ export declare const de_StartTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTaskCommandOutput>;
447
+ /**
448
+ * deserializeAws_json1_1StopTaskCommand
449
+ */
450
+ export declare const de_StopTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTaskCommandOutput>;
451
+ /**
452
+ * deserializeAws_json1_1SubmitAttachmentStateChangesCommand
453
+ */
454
+ export declare const de_SubmitAttachmentStateChangesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitAttachmentStateChangesCommandOutput>;
455
+ /**
456
+ * deserializeAws_json1_1SubmitContainerStateChangeCommand
457
+ */
458
+ export declare const de_SubmitContainerStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitContainerStateChangeCommandOutput>;
459
+ /**
460
+ * deserializeAws_json1_1SubmitTaskStateChangeCommand
461
+ */
462
+ export declare const de_SubmitTaskStateChangeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitTaskStateChangeCommandOutput>;
463
+ /**
464
+ * deserializeAws_json1_1TagResourceCommand
465
+ */
466
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
467
+ /**
468
+ * deserializeAws_json1_1UntagResourceCommand
469
+ */
470
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
471
+ /**
472
+ * deserializeAws_json1_1UpdateCapacityProviderCommand
473
+ */
474
+ export declare const de_UpdateCapacityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCapacityProviderCommandOutput>;
475
+ /**
476
+ * deserializeAws_json1_1UpdateClusterCommand
477
+ */
478
+ export declare const de_UpdateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterCommandOutput>;
479
+ /**
480
+ * deserializeAws_json1_1UpdateClusterSettingsCommand
481
+ */
482
+ export declare const de_UpdateClusterSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClusterSettingsCommandOutput>;
483
+ /**
484
+ * deserializeAws_json1_1UpdateContainerAgentCommand
485
+ */
486
+ export declare const de_UpdateContainerAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerAgentCommandOutput>;
487
+ /**
488
+ * deserializeAws_json1_1UpdateContainerInstancesStateCommand
489
+ */
490
+ export declare const de_UpdateContainerInstancesStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContainerInstancesStateCommandOutput>;
491
+ /**
492
+ * deserializeAws_json1_1UpdateServiceCommand
493
+ */
494
+ export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
495
+ /**
496
+ * deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand
497
+ */
498
+ export declare const de_UpdateServicePrimaryTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServicePrimaryTaskSetCommandOutput>;
499
+ /**
500
+ * deserializeAws_json1_1UpdateTaskProtectionCommand
501
+ */
502
+ export declare const de_UpdateTaskProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskProtectionCommandOutput>;
503
+ /**
504
+ * deserializeAws_json1_1UpdateTaskSetCommand
505
+ */
506
+ export declare const de_UpdateTaskSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTaskSetCommandOutput>;