@aws-sdk/client-m2 3.306.0 → 3.310.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 (69) hide show
  1. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
  9. package/dist-cjs/commands/GetApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -2
  11. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -2
  12. package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -2
  13. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -2
  14. package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
  15. package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
  16. package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
  17. package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -2
  20. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -2
  21. package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
  22. package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
  23. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
  24. package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/StartApplicationCommand.js +2 -2
  27. package/dist-cjs/commands/StartBatchJobCommand.js +2 -2
  28. package/dist-cjs/commands/StopApplicationCommand.js +2 -2
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +524 -544
  34. package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -3
  35. package/dist-es/commands/CreateApplicationCommand.js +3 -3
  36. package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -3
  37. package/dist-es/commands/CreateDeploymentCommand.js +3 -3
  38. package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
  39. package/dist-es/commands/DeleteApplicationCommand.js +3 -3
  40. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -3
  41. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
  42. package/dist-es/commands/GetApplicationCommand.js +3 -3
  43. package/dist-es/commands/GetApplicationVersionCommand.js +3 -3
  44. package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -3
  45. package/dist-es/commands/GetDataSetDetailsCommand.js +3 -3
  46. package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -3
  47. package/dist-es/commands/GetDeploymentCommand.js +3 -3
  48. package/dist-es/commands/GetEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
  50. package/dist-es/commands/ListApplicationsCommand.js +3 -3
  51. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -3
  52. package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -3
  53. package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -3
  54. package/dist-es/commands/ListDataSetsCommand.js +3 -3
  55. package/dist-es/commands/ListDeploymentsCommand.js +3 -3
  56. package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
  57. package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  59. package/dist-es/commands/StartApplicationCommand.js +3 -3
  60. package/dist-es/commands/StartBatchJobCommand.js +3 -3
  61. package/dist-es/commands/StopApplicationCommand.js +3 -3
  62. package/dist-es/commands/TagResourceCommand.js +3 -3
  63. package/dist-es/commands/UntagResourceCommand.js +3 -3
  64. package/dist-es/commands/UpdateApplicationCommand.js +3 -3
  65. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +458 -478
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +35 -35
@@ -32,67 +32,259 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
32
32
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
33
33
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
34
34
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
35
- export declare const serializeAws_restJson1CancelBatchJobExecutionCommand: (input: CancelBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateDataSetImportTaskCommand: (input: CreateDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (input: DeleteApplicationFromEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetApplicationVersionCommand: (input: GetApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetBatchJobExecutionCommand: (input: GetBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetDataSetDetailsCommand: (input: GetDataSetDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetDataSetImportTaskCommand: (input: GetDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListBatchJobDefinitionsCommand: (input: ListBatchJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListBatchJobExecutionsCommand: (input: ListBatchJobExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListDataSetImportHistoryCommand: (input: ListDataSetImportHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1StartBatchJobCommand: (input: StartBatchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1CancelBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelBatchJobExecutionCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetImportTaskCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
75
- export declare const deserializeAws_restJson1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
76
- export declare const deserializeAws_restJson1GetApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationVersionCommandOutput>;
77
- export declare const deserializeAws_restJson1GetBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchJobExecutionCommandOutput>;
78
- export declare const deserializeAws_restJson1GetDataSetDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetDetailsCommandOutput>;
79
- export declare const deserializeAws_restJson1GetDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetImportTaskCommandOutput>;
80
- export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
81
- export declare const deserializeAws_restJson1GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
82
- export declare const deserializeAws_restJson1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListBatchJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobDefinitionsCommandOutput>;
85
- export declare const deserializeAws_restJson1ListBatchJobExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobExecutionsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListDataSetImportHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetImportHistoryCommandOutput>;
87
- export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
89
- export declare const deserializeAws_restJson1ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
90
- export declare const deserializeAws_restJson1ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
92
- export declare const deserializeAws_restJson1StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
93
- export declare const deserializeAws_restJson1StartBatchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBatchJobCommandOutput>;
94
- export declare const deserializeAws_restJson1StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
95
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
35
+ /**
36
+ * serializeAws_restJson1CancelBatchJobExecutionCommand
37
+ */
38
+ export declare const se_CancelBatchJobExecutionCommand: (input: CancelBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1CreateApplicationCommand
41
+ */
42
+ export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * serializeAws_restJson1CreateDataSetImportTaskCommand
45
+ */
46
+ export declare const se_CreateDataSetImportTaskCommand: (input: CreateDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ /**
48
+ * serializeAws_restJson1CreateDeploymentCommand
49
+ */
50
+ export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ /**
52
+ * serializeAws_restJson1CreateEnvironmentCommand
53
+ */
54
+ export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ /**
56
+ * serializeAws_restJson1DeleteApplicationCommand
57
+ */
58
+ export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ /**
60
+ * serializeAws_restJson1DeleteApplicationFromEnvironmentCommand
61
+ */
62
+ export declare const se_DeleteApplicationFromEnvironmentCommand: (input: DeleteApplicationFromEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ /**
64
+ * serializeAws_restJson1DeleteEnvironmentCommand
65
+ */
66
+ export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_restJson1GetApplicationCommand
69
+ */
70
+ export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_restJson1GetApplicationVersionCommand
73
+ */
74
+ export declare const se_GetApplicationVersionCommand: (input: GetApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_restJson1GetBatchJobExecutionCommand
77
+ */
78
+ export declare const se_GetBatchJobExecutionCommand: (input: GetBatchJobExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_restJson1GetDataSetDetailsCommand
81
+ */
82
+ export declare const se_GetDataSetDetailsCommand: (input: GetDataSetDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_restJson1GetDataSetImportTaskCommand
85
+ */
86
+ export declare const se_GetDataSetImportTaskCommand: (input: GetDataSetImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_restJson1GetDeploymentCommand
89
+ */
90
+ export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_restJson1GetEnvironmentCommand
93
+ */
94
+ export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_restJson1ListApplicationsCommand
97
+ */
98
+ export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_restJson1ListApplicationVersionsCommand
101
+ */
102
+ export declare const se_ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_restJson1ListBatchJobDefinitionsCommand
105
+ */
106
+ export declare const se_ListBatchJobDefinitionsCommand: (input: ListBatchJobDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_restJson1ListBatchJobExecutionsCommand
109
+ */
110
+ export declare const se_ListBatchJobExecutionsCommand: (input: ListBatchJobExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_restJson1ListDataSetImportHistoryCommand
113
+ */
114
+ export declare const se_ListDataSetImportHistoryCommand: (input: ListDataSetImportHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_restJson1ListDataSetsCommand
117
+ */
118
+ export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_restJson1ListDeploymentsCommand
121
+ */
122
+ export declare const se_ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_restJson1ListEngineVersionsCommand
125
+ */
126
+ export declare const se_ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1ListEnvironmentsCommand
129
+ */
130
+ export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1ListTagsForResourceCommand
133
+ */
134
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1StartApplicationCommand
137
+ */
138
+ export declare const se_StartApplicationCommand: (input: StartApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1StartBatchJobCommand
141
+ */
142
+ export declare const se_StartBatchJobCommand: (input: StartBatchJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_restJson1StopApplicationCommand
145
+ */
146
+ export declare const se_StopApplicationCommand: (input: StopApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_restJson1TagResourceCommand
149
+ */
150
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_restJson1UntagResourceCommand
153
+ */
154
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_restJson1UpdateApplicationCommand
157
+ */
158
+ export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_restJson1UpdateEnvironmentCommand
161
+ */
162
+ export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * deserializeAws_restJson1CancelBatchJobExecutionCommand
165
+ */
166
+ export declare const de_CancelBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelBatchJobExecutionCommandOutput>;
167
+ /**
168
+ * deserializeAws_restJson1CreateApplicationCommand
169
+ */
170
+ export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
171
+ /**
172
+ * deserializeAws_restJson1CreateDataSetImportTaskCommand
173
+ */
174
+ export declare const de_CreateDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetImportTaskCommandOutput>;
175
+ /**
176
+ * deserializeAws_restJson1CreateDeploymentCommand
177
+ */
178
+ export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
179
+ /**
180
+ * deserializeAws_restJson1CreateEnvironmentCommand
181
+ */
182
+ export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
183
+ /**
184
+ * deserializeAws_restJson1DeleteApplicationCommand
185
+ */
186
+ export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
187
+ /**
188
+ * deserializeAws_restJson1DeleteApplicationFromEnvironmentCommand
189
+ */
190
+ export declare const de_DeleteApplicationFromEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
191
+ /**
192
+ * deserializeAws_restJson1DeleteEnvironmentCommand
193
+ */
194
+ export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
195
+ /**
196
+ * deserializeAws_restJson1GetApplicationCommand
197
+ */
198
+ export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
199
+ /**
200
+ * deserializeAws_restJson1GetApplicationVersionCommand
201
+ */
202
+ export declare const de_GetApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationVersionCommandOutput>;
203
+ /**
204
+ * deserializeAws_restJson1GetBatchJobExecutionCommand
205
+ */
206
+ export declare const de_GetBatchJobExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchJobExecutionCommandOutput>;
207
+ /**
208
+ * deserializeAws_restJson1GetDataSetDetailsCommand
209
+ */
210
+ export declare const de_GetDataSetDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetDetailsCommandOutput>;
211
+ /**
212
+ * deserializeAws_restJson1GetDataSetImportTaskCommand
213
+ */
214
+ export declare const de_GetDataSetImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetImportTaskCommandOutput>;
215
+ /**
216
+ * deserializeAws_restJson1GetDeploymentCommand
217
+ */
218
+ export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
219
+ /**
220
+ * deserializeAws_restJson1GetEnvironmentCommand
221
+ */
222
+ export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
223
+ /**
224
+ * deserializeAws_restJson1ListApplicationsCommand
225
+ */
226
+ export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
227
+ /**
228
+ * deserializeAws_restJson1ListApplicationVersionsCommand
229
+ */
230
+ export declare const de_ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
231
+ /**
232
+ * deserializeAws_restJson1ListBatchJobDefinitionsCommand
233
+ */
234
+ export declare const de_ListBatchJobDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobDefinitionsCommandOutput>;
235
+ /**
236
+ * deserializeAws_restJson1ListBatchJobExecutionsCommand
237
+ */
238
+ export declare const de_ListBatchJobExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchJobExecutionsCommandOutput>;
239
+ /**
240
+ * deserializeAws_restJson1ListDataSetImportHistoryCommand
241
+ */
242
+ export declare const de_ListDataSetImportHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetImportHistoryCommandOutput>;
243
+ /**
244
+ * deserializeAws_restJson1ListDataSetsCommand
245
+ */
246
+ export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
247
+ /**
248
+ * deserializeAws_restJson1ListDeploymentsCommand
249
+ */
250
+ export declare const de_ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
251
+ /**
252
+ * deserializeAws_restJson1ListEngineVersionsCommand
253
+ */
254
+ export declare const de_ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
255
+ /**
256
+ * deserializeAws_restJson1ListEnvironmentsCommand
257
+ */
258
+ export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
259
+ /**
260
+ * deserializeAws_restJson1ListTagsForResourceCommand
261
+ */
262
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
263
+ /**
264
+ * deserializeAws_restJson1StartApplicationCommand
265
+ */
266
+ export declare const de_StartApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartApplicationCommandOutput>;
267
+ /**
268
+ * deserializeAws_restJson1StartBatchJobCommand
269
+ */
270
+ export declare const de_StartBatchJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBatchJobCommandOutput>;
271
+ /**
272
+ * deserializeAws_restJson1StopApplicationCommand
273
+ */
274
+ export declare const de_StopApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopApplicationCommandOutput>;
275
+ /**
276
+ * deserializeAws_restJson1TagResourceCommand
277
+ */
278
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
279
+ /**
280
+ * deserializeAws_restJson1UntagResourceCommand
281
+ */
282
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
283
+ /**
284
+ * deserializeAws_restJson1UpdateApplicationCommand
285
+ */
286
+ export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
287
+ /**
288
+ * deserializeAws_restJson1UpdateEnvironmentCommand
289
+ */
290
+ export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;