@aws-sdk/client-amplify 3.928.0 → 3.929.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 (61) hide show
  1. package/dist-cjs/index.js +1635 -1779
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AmplifyClient.js +2 -0
  4. package/dist-es/commands/CreateAppCommand.js +3 -10
  5. package/dist-es/commands/CreateBackendEnvironmentCommand.js +3 -9
  6. package/dist-es/commands/CreateBranchCommand.js +3 -10
  7. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  8. package/dist-es/commands/CreateDomainAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateWebhookCommand.js +3 -9
  10. package/dist-es/commands/DeleteAppCommand.js +3 -10
  11. package/dist-es/commands/DeleteBackendEnvironmentCommand.js +3 -9
  12. package/dist-es/commands/DeleteBranchCommand.js +3 -10
  13. package/dist-es/commands/DeleteDomainAssociationCommand.js +3 -9
  14. package/dist-es/commands/DeleteJobCommand.js +3 -9
  15. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  16. package/dist-es/commands/GenerateAccessLogsCommand.js +3 -9
  17. package/dist-es/commands/GetAppCommand.js +3 -10
  18. package/dist-es/commands/GetArtifactUrlCommand.js +3 -9
  19. package/dist-es/commands/GetBackendEnvironmentCommand.js +3 -9
  20. package/dist-es/commands/GetBranchCommand.js +3 -10
  21. package/dist-es/commands/GetDomainAssociationCommand.js +3 -9
  22. package/dist-es/commands/GetJobCommand.js +3 -9
  23. package/dist-es/commands/GetWebhookCommand.js +3 -9
  24. package/dist-es/commands/ListAppsCommand.js +3 -10
  25. package/dist-es/commands/ListArtifactsCommand.js +3 -9
  26. package/dist-es/commands/ListBackendEnvironmentsCommand.js +3 -9
  27. package/dist-es/commands/ListBranchesCommand.js +3 -10
  28. package/dist-es/commands/ListDomainAssociationsCommand.js +3 -9
  29. package/dist-es/commands/ListJobsCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/ListWebhooksCommand.js +3 -9
  32. package/dist-es/commands/StartDeploymentCommand.js +3 -9
  33. package/dist-es/commands/StartJobCommand.js +3 -9
  34. package/dist-es/commands/StopJobCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateAppCommand.js +3 -10
  38. package/dist-es/commands/UpdateBranchCommand.js +3 -10
  39. package/dist-es/commands/UpdateDomainAssociationCommand.js +3 -9
  40. package/dist-es/commands/UpdateWebhookCommand.js +3 -9
  41. package/dist-es/models/models_0.js +0 -89
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +1553 -0
  44. package/dist-types/AmplifyClient.d.ts +10 -1
  45. package/dist-types/models/models_0.d.ts +0 -68
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +166 -0
  51. package/dist-types/ts3.4/AmplifyClient.d.ts +4 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -45
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +172 -0
  58. package/package.json +2 -2
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1399
  60. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -1,335 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAppCommandInput, CreateAppCommandOutput } from "../commands/CreateAppCommand";
4
- import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "../commands/CreateBackendEnvironmentCommand";
5
- import { CreateBranchCommandInput, CreateBranchCommandOutput } from "../commands/CreateBranchCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
7
- import { CreateDomainAssociationCommandInput, CreateDomainAssociationCommandOutput } from "../commands/CreateDomainAssociationCommand";
8
- import { CreateWebhookCommandInput, CreateWebhookCommandOutput } from "../commands/CreateWebhookCommand";
9
- import { DeleteAppCommandInput, DeleteAppCommandOutput } from "../commands/DeleteAppCommand";
10
- import { DeleteBackendEnvironmentCommandInput, DeleteBackendEnvironmentCommandOutput } from "../commands/DeleteBackendEnvironmentCommand";
11
- import { DeleteBranchCommandInput, DeleteBranchCommandOutput } from "../commands/DeleteBranchCommand";
12
- import { DeleteDomainAssociationCommandInput, DeleteDomainAssociationCommandOutput } from "../commands/DeleteDomainAssociationCommand";
13
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
14
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
15
- import { GenerateAccessLogsCommandInput, GenerateAccessLogsCommandOutput } from "../commands/GenerateAccessLogsCommand";
16
- import { GetAppCommandInput, GetAppCommandOutput } from "../commands/GetAppCommand";
17
- import { GetArtifactUrlCommandInput, GetArtifactUrlCommandOutput } from "../commands/GetArtifactUrlCommand";
18
- import { GetBackendEnvironmentCommandInput, GetBackendEnvironmentCommandOutput } from "../commands/GetBackendEnvironmentCommand";
19
- import { GetBranchCommandInput, GetBranchCommandOutput } from "../commands/GetBranchCommand";
20
- import { GetDomainAssociationCommandInput, GetDomainAssociationCommandOutput } from "../commands/GetDomainAssociationCommand";
21
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
22
- import { GetWebhookCommandInput, GetWebhookCommandOutput } from "../commands/GetWebhookCommand";
23
- import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
24
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
25
- import { ListBackendEnvironmentsCommandInput, ListBackendEnvironmentsCommandOutput } from "../commands/ListBackendEnvironmentsCommand";
26
- import { ListBranchesCommandInput, ListBranchesCommandOutput } from "../commands/ListBranchesCommand";
27
- import { ListDomainAssociationsCommandInput, ListDomainAssociationsCommandOutput } from "../commands/ListDomainAssociationsCommand";
28
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "../commands/ListWebhooksCommand";
31
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "../commands/StartDeploymentCommand";
32
- import { StartJobCommandInput, StartJobCommandOutput } from "../commands/StartJobCommand";
33
- import { StopJobCommandInput, StopJobCommandOutput } from "../commands/StopJobCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
36
- import { UpdateAppCommandInput, UpdateAppCommandOutput } from "../commands/UpdateAppCommand";
37
- import { UpdateBranchCommandInput, UpdateBranchCommandOutput } from "../commands/UpdateBranchCommand";
38
- import { UpdateDomainAssociationCommandInput, UpdateDomainAssociationCommandOutput } from "../commands/UpdateDomainAssociationCommand";
39
- import { UpdateWebhookCommandInput, UpdateWebhookCommandOutput } from "../commands/UpdateWebhookCommand";
40
- /**
41
- * serializeAws_restJson1CreateAppCommand
42
- */
43
- export declare const se_CreateAppCommand: (input: CreateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1CreateBackendEnvironmentCommand
46
- */
47
- export declare const se_CreateBackendEnvironmentCommand: (input: CreateBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1CreateBranchCommand
50
- */
51
- export declare const se_CreateBranchCommand: (input: CreateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1CreateDeploymentCommand
54
- */
55
- export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1CreateDomainAssociationCommand
58
- */
59
- export declare const se_CreateDomainAssociationCommand: (input: CreateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1CreateWebhookCommand
62
- */
63
- export declare const se_CreateWebhookCommand: (input: CreateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1DeleteAppCommand
66
- */
67
- export declare const se_DeleteAppCommand: (input: DeleteAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1DeleteBackendEnvironmentCommand
70
- */
71
- export declare const se_DeleteBackendEnvironmentCommand: (input: DeleteBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1DeleteBranchCommand
74
- */
75
- export declare const se_DeleteBranchCommand: (input: DeleteBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1DeleteDomainAssociationCommand
78
- */
79
- export declare const se_DeleteDomainAssociationCommand: (input: DeleteDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1DeleteJobCommand
82
- */
83
- export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1DeleteWebhookCommand
86
- */
87
- export declare const se_DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1GenerateAccessLogsCommand
90
- */
91
- export declare const se_GenerateAccessLogsCommand: (input: GenerateAccessLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1GetAppCommand
94
- */
95
- export declare const se_GetAppCommand: (input: GetAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1GetArtifactUrlCommand
98
- */
99
- export declare const se_GetArtifactUrlCommand: (input: GetArtifactUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1GetBackendEnvironmentCommand
102
- */
103
- export declare const se_GetBackendEnvironmentCommand: (input: GetBackendEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1GetBranchCommand
106
- */
107
- export declare const se_GetBranchCommand: (input: GetBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1GetDomainAssociationCommand
110
- */
111
- export declare const se_GetDomainAssociationCommand: (input: GetDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1GetJobCommand
114
- */
115
- export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1GetWebhookCommand
118
- */
119
- export declare const se_GetWebhookCommand: (input: GetWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1ListAppsCommand
122
- */
123
- export declare const se_ListAppsCommand: (input: ListAppsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1ListArtifactsCommand
126
- */
127
- export declare const se_ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1ListBackendEnvironmentsCommand
130
- */
131
- export declare const se_ListBackendEnvironmentsCommand: (input: ListBackendEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1ListBranchesCommand
134
- */
135
- export declare const se_ListBranchesCommand: (input: ListBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1ListDomainAssociationsCommand
138
- */
139
- export declare const se_ListDomainAssociationsCommand: (input: ListDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1ListJobsCommand
142
- */
143
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1ListTagsForResourceCommand
146
- */
147
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1ListWebhooksCommand
150
- */
151
- export declare const se_ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1StartDeploymentCommand
154
- */
155
- export declare const se_StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1StartJobCommand
158
- */
159
- export declare const se_StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1StopJobCommand
162
- */
163
- export declare const se_StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1TagResourceCommand
166
- */
167
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1UntagResourceCommand
170
- */
171
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1UpdateAppCommand
174
- */
175
- export declare const se_UpdateAppCommand: (input: UpdateAppCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1UpdateBranchCommand
178
- */
179
- export declare const se_UpdateBranchCommand: (input: UpdateBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1UpdateDomainAssociationCommand
182
- */
183
- export declare const se_UpdateDomainAssociationCommand: (input: UpdateDomainAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1UpdateWebhookCommand
186
- */
187
- export declare const se_UpdateWebhookCommand: (input: UpdateWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * deserializeAws_restJson1CreateAppCommand
190
- */
191
- export declare const de_CreateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAppCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1CreateBackendEnvironmentCommand
194
- */
195
- export declare const de_CreateBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendEnvironmentCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1CreateBranchCommand
198
- */
199
- export declare const de_CreateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBranchCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1CreateDeploymentCommand
202
- */
203
- export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1CreateDomainAssociationCommand
206
- */
207
- export declare const de_CreateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainAssociationCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1CreateWebhookCommand
210
- */
211
- export declare const de_CreateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebhookCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1DeleteAppCommand
214
- */
215
- export declare const de_DeleteAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1DeleteBackendEnvironmentCommand
218
- */
219
- export declare const de_DeleteBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendEnvironmentCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1DeleteBranchCommand
222
- */
223
- export declare const de_DeleteBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBranchCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1DeleteDomainAssociationCommand
226
- */
227
- export declare const de_DeleteDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainAssociationCommandOutput>;
228
- /**
229
- * deserializeAws_restJson1DeleteJobCommand
230
- */
231
- export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
232
- /**
233
- * deserializeAws_restJson1DeleteWebhookCommand
234
- */
235
- export declare const de_DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
236
- /**
237
- * deserializeAws_restJson1GenerateAccessLogsCommand
238
- */
239
- export declare const de_GenerateAccessLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateAccessLogsCommandOutput>;
240
- /**
241
- * deserializeAws_restJson1GetAppCommand
242
- */
243
- export declare const de_GetAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppCommandOutput>;
244
- /**
245
- * deserializeAws_restJson1GetArtifactUrlCommand
246
- */
247
- export declare const de_GetArtifactUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArtifactUrlCommandOutput>;
248
- /**
249
- * deserializeAws_restJson1GetBackendEnvironmentCommand
250
- */
251
- export declare const de_GetBackendEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendEnvironmentCommandOutput>;
252
- /**
253
- * deserializeAws_restJson1GetBranchCommand
254
- */
255
- export declare const de_GetBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBranchCommandOutput>;
256
- /**
257
- * deserializeAws_restJson1GetDomainAssociationCommand
258
- */
259
- export declare const de_GetDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainAssociationCommandOutput>;
260
- /**
261
- * deserializeAws_restJson1GetJobCommand
262
- */
263
- export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
264
- /**
265
- * deserializeAws_restJson1GetWebhookCommand
266
- */
267
- export declare const de_GetWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebhookCommandOutput>;
268
- /**
269
- * deserializeAws_restJson1ListAppsCommand
270
- */
271
- export declare const de_ListAppsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsCommandOutput>;
272
- /**
273
- * deserializeAws_restJson1ListArtifactsCommand
274
- */
275
- export declare const de_ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
276
- /**
277
- * deserializeAws_restJson1ListBackendEnvironmentsCommand
278
- */
279
- export declare const de_ListBackendEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackendEnvironmentsCommandOutput>;
280
- /**
281
- * deserializeAws_restJson1ListBranchesCommand
282
- */
283
- export declare const de_ListBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBranchesCommandOutput>;
284
- /**
285
- * deserializeAws_restJson1ListDomainAssociationsCommand
286
- */
287
- export declare const de_ListDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainAssociationsCommandOutput>;
288
- /**
289
- * deserializeAws_restJson1ListJobsCommand
290
- */
291
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
292
- /**
293
- * deserializeAws_restJson1ListTagsForResourceCommand
294
- */
295
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
296
- /**
297
- * deserializeAws_restJson1ListWebhooksCommand
298
- */
299
- export declare const de_ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
300
- /**
301
- * deserializeAws_restJson1StartDeploymentCommand
302
- */
303
- export declare const de_StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
304
- /**
305
- * deserializeAws_restJson1StartJobCommand
306
- */
307
- export declare const de_StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
308
- /**
309
- * deserializeAws_restJson1StopJobCommand
310
- */
311
- export declare const de_StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
312
- /**
313
- * deserializeAws_restJson1TagResourceCommand
314
- */
315
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
316
- /**
317
- * deserializeAws_restJson1UntagResourceCommand
318
- */
319
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
320
- /**
321
- * deserializeAws_restJson1UpdateAppCommand
322
- */
323
- export declare const de_UpdateAppCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAppCommandOutput>;
324
- /**
325
- * deserializeAws_restJson1UpdateBranchCommand
326
- */
327
- export declare const de_UpdateBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBranchCommandOutput>;
328
- /**
329
- * deserializeAws_restJson1UpdateDomainAssociationCommand
330
- */
331
- export declare const de_UpdateDomainAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainAssociationCommandOutput>;
332
- /**
333
- * deserializeAws_restJson1UpdateWebhookCommand
334
- */
335
- export declare const de_UpdateWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebhookCommandOutput>;