@aws-sdk/client-amplify 3.928.0 → 3.930.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 +33 -33
  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,449 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateAppCommandInput,
8
- CreateAppCommandOutput,
9
- } from "../commands/CreateAppCommand";
10
- import {
11
- CreateBackendEnvironmentCommandInput,
12
- CreateBackendEnvironmentCommandOutput,
13
- } from "../commands/CreateBackendEnvironmentCommand";
14
- import {
15
- CreateBranchCommandInput,
16
- CreateBranchCommandOutput,
17
- } from "../commands/CreateBranchCommand";
18
- import {
19
- CreateDeploymentCommandInput,
20
- CreateDeploymentCommandOutput,
21
- } from "../commands/CreateDeploymentCommand";
22
- import {
23
- CreateDomainAssociationCommandInput,
24
- CreateDomainAssociationCommandOutput,
25
- } from "../commands/CreateDomainAssociationCommand";
26
- import {
27
- CreateWebhookCommandInput,
28
- CreateWebhookCommandOutput,
29
- } from "../commands/CreateWebhookCommand";
30
- import {
31
- DeleteAppCommandInput,
32
- DeleteAppCommandOutput,
33
- } from "../commands/DeleteAppCommand";
34
- import {
35
- DeleteBackendEnvironmentCommandInput,
36
- DeleteBackendEnvironmentCommandOutput,
37
- } from "../commands/DeleteBackendEnvironmentCommand";
38
- import {
39
- DeleteBranchCommandInput,
40
- DeleteBranchCommandOutput,
41
- } from "../commands/DeleteBranchCommand";
42
- import {
43
- DeleteDomainAssociationCommandInput,
44
- DeleteDomainAssociationCommandOutput,
45
- } from "../commands/DeleteDomainAssociationCommand";
46
- import {
47
- DeleteJobCommandInput,
48
- DeleteJobCommandOutput,
49
- } from "../commands/DeleteJobCommand";
50
- import {
51
- DeleteWebhookCommandInput,
52
- DeleteWebhookCommandOutput,
53
- } from "../commands/DeleteWebhookCommand";
54
- import {
55
- GenerateAccessLogsCommandInput,
56
- GenerateAccessLogsCommandOutput,
57
- } from "../commands/GenerateAccessLogsCommand";
58
- import {
59
- GetAppCommandInput,
60
- GetAppCommandOutput,
61
- } from "../commands/GetAppCommand";
62
- import {
63
- GetArtifactUrlCommandInput,
64
- GetArtifactUrlCommandOutput,
65
- } from "../commands/GetArtifactUrlCommand";
66
- import {
67
- GetBackendEnvironmentCommandInput,
68
- GetBackendEnvironmentCommandOutput,
69
- } from "../commands/GetBackendEnvironmentCommand";
70
- import {
71
- GetBranchCommandInput,
72
- GetBranchCommandOutput,
73
- } from "../commands/GetBranchCommand";
74
- import {
75
- GetDomainAssociationCommandInput,
76
- GetDomainAssociationCommandOutput,
77
- } from "../commands/GetDomainAssociationCommand";
78
- import {
79
- GetJobCommandInput,
80
- GetJobCommandOutput,
81
- } from "../commands/GetJobCommand";
82
- import {
83
- GetWebhookCommandInput,
84
- GetWebhookCommandOutput,
85
- } from "../commands/GetWebhookCommand";
86
- import {
87
- ListAppsCommandInput,
88
- ListAppsCommandOutput,
89
- } from "../commands/ListAppsCommand";
90
- import {
91
- ListArtifactsCommandInput,
92
- ListArtifactsCommandOutput,
93
- } from "../commands/ListArtifactsCommand";
94
- import {
95
- ListBackendEnvironmentsCommandInput,
96
- ListBackendEnvironmentsCommandOutput,
97
- } from "../commands/ListBackendEnvironmentsCommand";
98
- import {
99
- ListBranchesCommandInput,
100
- ListBranchesCommandOutput,
101
- } from "../commands/ListBranchesCommand";
102
- import {
103
- ListDomainAssociationsCommandInput,
104
- ListDomainAssociationsCommandOutput,
105
- } from "../commands/ListDomainAssociationsCommand";
106
- import {
107
- ListJobsCommandInput,
108
- ListJobsCommandOutput,
109
- } from "../commands/ListJobsCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- ListWebhooksCommandInput,
116
- ListWebhooksCommandOutput,
117
- } from "../commands/ListWebhooksCommand";
118
- import {
119
- StartDeploymentCommandInput,
120
- StartDeploymentCommandOutput,
121
- } from "../commands/StartDeploymentCommand";
122
- import {
123
- StartJobCommandInput,
124
- StartJobCommandOutput,
125
- } from "../commands/StartJobCommand";
126
- import {
127
- StopJobCommandInput,
128
- StopJobCommandOutput,
129
- } from "../commands/StopJobCommand";
130
- import {
131
- TagResourceCommandInput,
132
- TagResourceCommandOutput,
133
- } from "../commands/TagResourceCommand";
134
- import {
135
- UntagResourceCommandInput,
136
- UntagResourceCommandOutput,
137
- } from "../commands/UntagResourceCommand";
138
- import {
139
- UpdateAppCommandInput,
140
- UpdateAppCommandOutput,
141
- } from "../commands/UpdateAppCommand";
142
- import {
143
- UpdateBranchCommandInput,
144
- UpdateBranchCommandOutput,
145
- } from "../commands/UpdateBranchCommand";
146
- import {
147
- UpdateDomainAssociationCommandInput,
148
- UpdateDomainAssociationCommandOutput,
149
- } from "../commands/UpdateDomainAssociationCommand";
150
- import {
151
- UpdateWebhookCommandInput,
152
- UpdateWebhookCommandOutput,
153
- } from "../commands/UpdateWebhookCommand";
154
- export declare const se_CreateAppCommand: (
155
- input: CreateAppCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateBackendEnvironmentCommand: (
159
- input: CreateBackendEnvironmentCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateBranchCommand: (
163
- input: CreateBranchCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateDeploymentCommand: (
167
- input: CreateDeploymentCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateDomainAssociationCommand: (
171
- input: CreateDomainAssociationCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateWebhookCommand: (
175
- input: CreateWebhookCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteAppCommand: (
179
- input: DeleteAppCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteBackendEnvironmentCommand: (
183
- input: DeleteBackendEnvironmentCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteBranchCommand: (
187
- input: DeleteBranchCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteDomainAssociationCommand: (
191
- input: DeleteDomainAssociationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteJobCommand: (
195
- input: DeleteJobCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DeleteWebhookCommand: (
199
- input: DeleteWebhookCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GenerateAccessLogsCommand: (
203
- input: GenerateAccessLogsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetAppCommand: (
207
- input: GetAppCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetArtifactUrlCommand: (
211
- input: GetArtifactUrlCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetBackendEnvironmentCommand: (
215
- input: GetBackendEnvironmentCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetBranchCommand: (
219
- input: GetBranchCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetDomainAssociationCommand: (
223
- input: GetDomainAssociationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetJobCommand: (
227
- input: GetJobCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetWebhookCommand: (
231
- input: GetWebhookCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListAppsCommand: (
235
- input: ListAppsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListArtifactsCommand: (
239
- input: ListArtifactsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListBackendEnvironmentsCommand: (
243
- input: ListBackendEnvironmentsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListBranchesCommand: (
247
- input: ListBranchesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListDomainAssociationsCommand: (
251
- input: ListDomainAssociationsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListJobsCommand: (
255
- input: ListJobsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListTagsForResourceCommand: (
259
- input: ListTagsForResourceCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListWebhooksCommand: (
263
- input: ListWebhooksCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_StartDeploymentCommand: (
267
- input: StartDeploymentCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_StartJobCommand: (
271
- input: StartJobCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_StopJobCommand: (
275
- input: StopJobCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_TagResourceCommand: (
279
- input: TagResourceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UntagResourceCommand: (
283
- input: UntagResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_UpdateAppCommand: (
287
- input: UpdateAppCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UpdateBranchCommand: (
291
- input: UpdateBranchCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateDomainAssociationCommand: (
295
- input: UpdateDomainAssociationCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateWebhookCommand: (
299
- input: UpdateWebhookCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const de_CreateAppCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CreateAppCommandOutput>;
306
- export declare const de_CreateBackendEnvironmentCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateBackendEnvironmentCommandOutput>;
310
- export declare const de_CreateBranchCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateBranchCommandOutput>;
314
- export declare const de_CreateDeploymentCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateDeploymentCommandOutput>;
318
- export declare const de_CreateDomainAssociationCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateDomainAssociationCommandOutput>;
322
- export declare const de_CreateWebhookCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateWebhookCommandOutput>;
326
- export declare const de_DeleteAppCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteAppCommandOutput>;
330
- export declare const de_DeleteBackendEnvironmentCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteBackendEnvironmentCommandOutput>;
334
- export declare const de_DeleteBranchCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteBranchCommandOutput>;
338
- export declare const de_DeleteDomainAssociationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteDomainAssociationCommandOutput>;
342
- export declare const de_DeleteJobCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteJobCommandOutput>;
346
- export declare const de_DeleteWebhookCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteWebhookCommandOutput>;
350
- export declare const de_GenerateAccessLogsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GenerateAccessLogsCommandOutput>;
354
- export declare const de_GetAppCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetAppCommandOutput>;
358
- export declare const de_GetArtifactUrlCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetArtifactUrlCommandOutput>;
362
- export declare const de_GetBackendEnvironmentCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetBackendEnvironmentCommandOutput>;
366
- export declare const de_GetBranchCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetBranchCommandOutput>;
370
- export declare const de_GetDomainAssociationCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetDomainAssociationCommandOutput>;
374
- export declare const de_GetJobCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetJobCommandOutput>;
378
- export declare const de_GetWebhookCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetWebhookCommandOutput>;
382
- export declare const de_ListAppsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListAppsCommandOutput>;
386
- export declare const de_ListArtifactsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListArtifactsCommandOutput>;
390
- export declare const de_ListBackendEnvironmentsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListBackendEnvironmentsCommandOutput>;
394
- export declare const de_ListBranchesCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListBranchesCommandOutput>;
398
- export declare const de_ListDomainAssociationsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListDomainAssociationsCommandOutput>;
402
- export declare const de_ListJobsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListJobsCommandOutput>;
406
- export declare const de_ListTagsForResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListTagsForResourceCommandOutput>;
410
- export declare const de_ListWebhooksCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListWebhooksCommandOutput>;
414
- export declare const de_StartDeploymentCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<StartDeploymentCommandOutput>;
418
- export declare const de_StartJobCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<StartJobCommandOutput>;
422
- export declare const de_StopJobCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<StopJobCommandOutput>;
426
- export declare const de_TagResourceCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<TagResourceCommandOutput>;
430
- export declare const de_UntagResourceCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<UntagResourceCommandOutput>;
434
- export declare const de_UpdateAppCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<UpdateAppCommandOutput>;
438
- export declare const de_UpdateBranchCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<UpdateBranchCommandOutput>;
442
- export declare const de_UpdateDomainAssociationCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UpdateDomainAssociationCommandOutput>;
446
- export declare const de_UpdateWebhookCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<UpdateWebhookCommandOutput>;