@aws-sdk/client-amplifybackend 3.303.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 (67) hide show
  1. package/dist-cjs/commands/CloneBackendCommand.js +2 -2
  2. package/dist-cjs/commands/CreateBackendAPICommand.js +2 -2
  3. package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -2
  4. package/dist-cjs/commands/CreateBackendCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -2
  7. package/dist-cjs/commands/CreateTokenCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteBackendCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteTokenCommand.js +2 -2
  13. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -2
  14. package/dist-cjs/commands/GetBackendAPICommand.js +2 -2
  15. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -2
  16. package/dist-cjs/commands/GetBackendAuthCommand.js +2 -2
  17. package/dist-cjs/commands/GetBackendCommand.js +2 -2
  18. package/dist-cjs/commands/GetBackendJobCommand.js +2 -2
  19. package/dist-cjs/commands/GetBackendStorageCommand.js +2 -2
  20. package/dist-cjs/commands/GetTokenCommand.js +2 -2
  21. package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -2
  22. package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -2
  23. package/dist-cjs/commands/ListBackendJobsCommand.js +2 -2
  24. package/dist-cjs/commands/ListS3BucketsCommand.js +2 -2
  25. package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -2
  26. package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -2
  28. package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -2
  32. package/dist-cjs/protocols/Aws_restJson1.js +487 -553
  33. package/dist-es/commands/CloneBackendCommand.js +3 -3
  34. package/dist-es/commands/CreateBackendAPICommand.js +3 -3
  35. package/dist-es/commands/CreateBackendAuthCommand.js +3 -3
  36. package/dist-es/commands/CreateBackendCommand.js +3 -3
  37. package/dist-es/commands/CreateBackendConfigCommand.js +3 -3
  38. package/dist-es/commands/CreateBackendStorageCommand.js +3 -3
  39. package/dist-es/commands/CreateTokenCommand.js +3 -3
  40. package/dist-es/commands/DeleteBackendAPICommand.js +3 -3
  41. package/dist-es/commands/DeleteBackendAuthCommand.js +3 -3
  42. package/dist-es/commands/DeleteBackendCommand.js +3 -3
  43. package/dist-es/commands/DeleteBackendStorageCommand.js +3 -3
  44. package/dist-es/commands/DeleteTokenCommand.js +3 -3
  45. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +3 -3
  46. package/dist-es/commands/GetBackendAPICommand.js +3 -3
  47. package/dist-es/commands/GetBackendAPIModelsCommand.js +3 -3
  48. package/dist-es/commands/GetBackendAuthCommand.js +3 -3
  49. package/dist-es/commands/GetBackendCommand.js +3 -3
  50. package/dist-es/commands/GetBackendJobCommand.js +3 -3
  51. package/dist-es/commands/GetBackendStorageCommand.js +3 -3
  52. package/dist-es/commands/GetTokenCommand.js +3 -3
  53. package/dist-es/commands/ImportBackendAuthCommand.js +3 -3
  54. package/dist-es/commands/ImportBackendStorageCommand.js +3 -3
  55. package/dist-es/commands/ListBackendJobsCommand.js +3 -3
  56. package/dist-es/commands/ListS3BucketsCommand.js +3 -3
  57. package/dist-es/commands/RemoveAllBackendsCommand.js +3 -3
  58. package/dist-es/commands/RemoveBackendConfigCommand.js +3 -3
  59. package/dist-es/commands/UpdateBackendAPICommand.js +3 -3
  60. package/dist-es/commands/UpdateBackendAuthCommand.js +3 -3
  61. package/dist-es/commands/UpdateBackendConfigCommand.js +3 -3
  62. package/dist-es/commands/UpdateBackendJobCommand.js +3 -3
  63. package/dist-es/commands/UpdateBackendStorageCommand.js +3 -3
  64. package/dist-es/protocols/Aws_restJson1.js +423 -489
  65. package/dist-types/protocols/Aws_restJson1.d.ts +248 -62
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +62 -62
  67. package/package.json +29 -29
@@ -31,65 +31,251 @@ import { UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput } from ".
31
31
  import { UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput } from "../commands/UpdateBackendConfigCommand";
32
32
  import { UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput } from "../commands/UpdateBackendJobCommand";
33
33
  import { UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput } from "../commands/UpdateBackendStorageCommand";
34
- export declare const serializeAws_restJson1CloneBackendCommand: (input: CloneBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1CreateBackendCommand: (input: CreateBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateBackendAPICommand: (input: CreateBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateBackendAuthCommand: (input: CreateBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateBackendConfigCommand: (input: CreateBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateBackendStorageCommand: (input: CreateBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteBackendCommand: (input: DeleteBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteBackendAPICommand: (input: DeleteBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteBackendAuthCommand: (input: DeleteBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DeleteBackendStorageCommand: (input: DeleteBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GenerateBackendAPIModelsCommand: (input: GenerateBackendAPIModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetBackendCommand: (input: GetBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetBackendAPICommand: (input: GetBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetBackendAPIModelsCommand: (input: GetBackendAPIModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetBackendAuthCommand: (input: GetBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetBackendJobCommand: (input: GetBackendJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetBackendStorageCommand: (input: GetBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetTokenCommand: (input: GetTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ImportBackendAuthCommand: (input: ImportBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ImportBackendStorageCommand: (input: ImportBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListBackendJobsCommand: (input: ListBackendJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListS3BucketsCommand: (input: ListS3BucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1RemoveAllBackendsCommand: (input: RemoveAllBackendsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1RemoveBackendConfigCommand: (input: RemoveBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UpdateBackendAPICommand: (input: UpdateBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1UpdateBackendAuthCommand: (input: UpdateBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateBackendConfigCommand: (input: UpdateBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdateBackendJobCommand: (input: UpdateBackendJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateBackendStorageCommand: (input: UpdateBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_restJson1CloneBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloneBackendCommandOutput>;
66
- export declare const deserializeAws_restJson1CreateBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendCommandOutput>;
67
- export declare const deserializeAws_restJson1CreateBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendAPICommandOutput>;
68
- export declare const deserializeAws_restJson1CreateBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendAuthCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendConfigCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendStorageCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendAPICommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendAuthCommandOutput>;
75
- export declare const deserializeAws_restJson1DeleteBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendStorageCommandOutput>;
76
- export declare const deserializeAws_restJson1DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
77
- export declare const deserializeAws_restJson1GenerateBackendAPIModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateBackendAPIModelsCommandOutput>;
78
- export declare const deserializeAws_restJson1GetBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendCommandOutput>;
79
- export declare const deserializeAws_restJson1GetBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAPICommandOutput>;
80
- export declare const deserializeAws_restJson1GetBackendAPIModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAPIModelsCommandOutput>;
81
- export declare const deserializeAws_restJson1GetBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAuthCommandOutput>;
82
- export declare const deserializeAws_restJson1GetBackendJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendJobCommandOutput>;
83
- export declare const deserializeAws_restJson1GetBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendStorageCommandOutput>;
84
- export declare const deserializeAws_restJson1GetTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTokenCommandOutput>;
85
- export declare const deserializeAws_restJson1ImportBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportBackendAuthCommandOutput>;
86
- export declare const deserializeAws_restJson1ImportBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportBackendStorageCommandOutput>;
87
- export declare const deserializeAws_restJson1ListBackendJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackendJobsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListS3BucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListS3BucketsCommandOutput>;
89
- export declare const deserializeAws_restJson1RemoveAllBackendsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAllBackendsCommandOutput>;
90
- export declare const deserializeAws_restJson1RemoveBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveBackendConfigCommandOutput>;
91
- export declare const deserializeAws_restJson1UpdateBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendAPICommandOutput>;
92
- export declare const deserializeAws_restJson1UpdateBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendAuthCommandOutput>;
93
- export declare const deserializeAws_restJson1UpdateBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendConfigCommandOutput>;
94
- export declare const deserializeAws_restJson1UpdateBackendJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendJobCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdateBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendStorageCommandOutput>;
34
+ /**
35
+ * serializeAws_restJson1CloneBackendCommand
36
+ */
37
+ export declare const se_CloneBackendCommand: (input: CloneBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_restJson1CreateBackendCommand
40
+ */
41
+ export declare const se_CreateBackendCommand: (input: CreateBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_restJson1CreateBackendAPICommand
44
+ */
45
+ export declare const se_CreateBackendAPICommand: (input: CreateBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_restJson1CreateBackendAuthCommand
48
+ */
49
+ export declare const se_CreateBackendAuthCommand: (input: CreateBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_restJson1CreateBackendConfigCommand
52
+ */
53
+ export declare const se_CreateBackendConfigCommand: (input: CreateBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_restJson1CreateBackendStorageCommand
56
+ */
57
+ export declare const se_CreateBackendStorageCommand: (input: CreateBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_restJson1CreateTokenCommand
60
+ */
61
+ export declare const se_CreateTokenCommand: (input: CreateTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_restJson1DeleteBackendCommand
64
+ */
65
+ export declare const se_DeleteBackendCommand: (input: DeleteBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_restJson1DeleteBackendAPICommand
68
+ */
69
+ export declare const se_DeleteBackendAPICommand: (input: DeleteBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_restJson1DeleteBackendAuthCommand
72
+ */
73
+ export declare const se_DeleteBackendAuthCommand: (input: DeleteBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_restJson1DeleteBackendStorageCommand
76
+ */
77
+ export declare const se_DeleteBackendStorageCommand: (input: DeleteBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1DeleteTokenCommand
80
+ */
81
+ export declare const se_DeleteTokenCommand: (input: DeleteTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1GenerateBackendAPIModelsCommand
84
+ */
85
+ export declare const se_GenerateBackendAPIModelsCommand: (input: GenerateBackendAPIModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1GetBackendCommand
88
+ */
89
+ export declare const se_GetBackendCommand: (input: GetBackendCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1GetBackendAPICommand
92
+ */
93
+ export declare const se_GetBackendAPICommand: (input: GetBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1GetBackendAPIModelsCommand
96
+ */
97
+ export declare const se_GetBackendAPIModelsCommand: (input: GetBackendAPIModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1GetBackendAuthCommand
100
+ */
101
+ export declare const se_GetBackendAuthCommand: (input: GetBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1GetBackendJobCommand
104
+ */
105
+ export declare const se_GetBackendJobCommand: (input: GetBackendJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1GetBackendStorageCommand
108
+ */
109
+ export declare const se_GetBackendStorageCommand: (input: GetBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1GetTokenCommand
112
+ */
113
+ export declare const se_GetTokenCommand: (input: GetTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1ImportBackendAuthCommand
116
+ */
117
+ export declare const se_ImportBackendAuthCommand: (input: ImportBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1ImportBackendStorageCommand
120
+ */
121
+ export declare const se_ImportBackendStorageCommand: (input: ImportBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1ListBackendJobsCommand
124
+ */
125
+ export declare const se_ListBackendJobsCommand: (input: ListBackendJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1ListS3BucketsCommand
128
+ */
129
+ export declare const se_ListS3BucketsCommand: (input: ListS3BucketsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1RemoveAllBackendsCommand
132
+ */
133
+ export declare const se_RemoveAllBackendsCommand: (input: RemoveAllBackendsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1RemoveBackendConfigCommand
136
+ */
137
+ export declare const se_RemoveBackendConfigCommand: (input: RemoveBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1UpdateBackendAPICommand
140
+ */
141
+ export declare const se_UpdateBackendAPICommand: (input: UpdateBackendAPICommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1UpdateBackendAuthCommand
144
+ */
145
+ export declare const se_UpdateBackendAuthCommand: (input: UpdateBackendAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1UpdateBackendConfigCommand
148
+ */
149
+ export declare const se_UpdateBackendConfigCommand: (input: UpdateBackendConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1UpdateBackendJobCommand
152
+ */
153
+ export declare const se_UpdateBackendJobCommand: (input: UpdateBackendJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1UpdateBackendStorageCommand
156
+ */
157
+ export declare const se_UpdateBackendStorageCommand: (input: UpdateBackendStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * deserializeAws_restJson1CloneBackendCommand
160
+ */
161
+ export declare const de_CloneBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloneBackendCommandOutput>;
162
+ /**
163
+ * deserializeAws_restJson1CreateBackendCommand
164
+ */
165
+ export declare const de_CreateBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendCommandOutput>;
166
+ /**
167
+ * deserializeAws_restJson1CreateBackendAPICommand
168
+ */
169
+ export declare const de_CreateBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendAPICommandOutput>;
170
+ /**
171
+ * deserializeAws_restJson1CreateBackendAuthCommand
172
+ */
173
+ export declare const de_CreateBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendAuthCommandOutput>;
174
+ /**
175
+ * deserializeAws_restJson1CreateBackendConfigCommand
176
+ */
177
+ export declare const de_CreateBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendConfigCommandOutput>;
178
+ /**
179
+ * deserializeAws_restJson1CreateBackendStorageCommand
180
+ */
181
+ export declare const de_CreateBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackendStorageCommandOutput>;
182
+ /**
183
+ * deserializeAws_restJson1CreateTokenCommand
184
+ */
185
+ export declare const de_CreateTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTokenCommandOutput>;
186
+ /**
187
+ * deserializeAws_restJson1DeleteBackendCommand
188
+ */
189
+ export declare const de_DeleteBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendCommandOutput>;
190
+ /**
191
+ * deserializeAws_restJson1DeleteBackendAPICommand
192
+ */
193
+ export declare const de_DeleteBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendAPICommandOutput>;
194
+ /**
195
+ * deserializeAws_restJson1DeleteBackendAuthCommand
196
+ */
197
+ export declare const de_DeleteBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendAuthCommandOutput>;
198
+ /**
199
+ * deserializeAws_restJson1DeleteBackendStorageCommand
200
+ */
201
+ export declare const de_DeleteBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackendStorageCommandOutput>;
202
+ /**
203
+ * deserializeAws_restJson1DeleteTokenCommand
204
+ */
205
+ export declare const de_DeleteTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTokenCommandOutput>;
206
+ /**
207
+ * deserializeAws_restJson1GenerateBackendAPIModelsCommand
208
+ */
209
+ export declare const de_GenerateBackendAPIModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateBackendAPIModelsCommandOutput>;
210
+ /**
211
+ * deserializeAws_restJson1GetBackendCommand
212
+ */
213
+ export declare const de_GetBackendCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendCommandOutput>;
214
+ /**
215
+ * deserializeAws_restJson1GetBackendAPICommand
216
+ */
217
+ export declare const de_GetBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAPICommandOutput>;
218
+ /**
219
+ * deserializeAws_restJson1GetBackendAPIModelsCommand
220
+ */
221
+ export declare const de_GetBackendAPIModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAPIModelsCommandOutput>;
222
+ /**
223
+ * deserializeAws_restJson1GetBackendAuthCommand
224
+ */
225
+ export declare const de_GetBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendAuthCommandOutput>;
226
+ /**
227
+ * deserializeAws_restJson1GetBackendJobCommand
228
+ */
229
+ export declare const de_GetBackendJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendJobCommandOutput>;
230
+ /**
231
+ * deserializeAws_restJson1GetBackendStorageCommand
232
+ */
233
+ export declare const de_GetBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackendStorageCommandOutput>;
234
+ /**
235
+ * deserializeAws_restJson1GetTokenCommand
236
+ */
237
+ export declare const de_GetTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTokenCommandOutput>;
238
+ /**
239
+ * deserializeAws_restJson1ImportBackendAuthCommand
240
+ */
241
+ export declare const de_ImportBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportBackendAuthCommandOutput>;
242
+ /**
243
+ * deserializeAws_restJson1ImportBackendStorageCommand
244
+ */
245
+ export declare const de_ImportBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportBackendStorageCommandOutput>;
246
+ /**
247
+ * deserializeAws_restJson1ListBackendJobsCommand
248
+ */
249
+ export declare const de_ListBackendJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackendJobsCommandOutput>;
250
+ /**
251
+ * deserializeAws_restJson1ListS3BucketsCommand
252
+ */
253
+ export declare const de_ListS3BucketsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListS3BucketsCommandOutput>;
254
+ /**
255
+ * deserializeAws_restJson1RemoveAllBackendsCommand
256
+ */
257
+ export declare const de_RemoveAllBackendsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAllBackendsCommandOutput>;
258
+ /**
259
+ * deserializeAws_restJson1RemoveBackendConfigCommand
260
+ */
261
+ export declare const de_RemoveBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveBackendConfigCommandOutput>;
262
+ /**
263
+ * deserializeAws_restJson1UpdateBackendAPICommand
264
+ */
265
+ export declare const de_UpdateBackendAPICommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendAPICommandOutput>;
266
+ /**
267
+ * deserializeAws_restJson1UpdateBackendAuthCommand
268
+ */
269
+ export declare const de_UpdateBackendAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendAuthCommandOutput>;
270
+ /**
271
+ * deserializeAws_restJson1UpdateBackendConfigCommand
272
+ */
273
+ export declare const de_UpdateBackendConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendConfigCommandOutput>;
274
+ /**
275
+ * deserializeAws_restJson1UpdateBackendJobCommand
276
+ */
277
+ export declare const de_UpdateBackendJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendJobCommandOutput>;
278
+ /**
279
+ * deserializeAws_restJson1UpdateBackendStorageCommand
280
+ */
281
+ export declare const de_UpdateBackendStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackendStorageCommandOutput>;
@@ -127,251 +127,251 @@ import {
127
127
  UpdateBackendStorageCommandInput,
128
128
  UpdateBackendStorageCommandOutput,
129
129
  } from "../commands/UpdateBackendStorageCommand";
130
- export declare const serializeAws_restJson1CloneBackendCommand: (
130
+ export declare const se_CloneBackendCommand: (
131
131
  input: CloneBackendCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateBackendCommand: (
134
+ export declare const se_CreateBackendCommand: (
135
135
  input: CreateBackendCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1CreateBackendAPICommand: (
138
+ export declare const se_CreateBackendAPICommand: (
139
139
  input: CreateBackendAPICommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1CreateBackendAuthCommand: (
142
+ export declare const se_CreateBackendAuthCommand: (
143
143
  input: CreateBackendAuthCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateBackendConfigCommand: (
146
+ export declare const se_CreateBackendConfigCommand: (
147
147
  input: CreateBackendConfigCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1CreateBackendStorageCommand: (
150
+ export declare const se_CreateBackendStorageCommand: (
151
151
  input: CreateBackendStorageCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1CreateTokenCommand: (
154
+ export declare const se_CreateTokenCommand: (
155
155
  input: CreateTokenCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DeleteBackendCommand: (
158
+ export declare const se_DeleteBackendCommand: (
159
159
  input: DeleteBackendCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DeleteBackendAPICommand: (
162
+ export declare const se_DeleteBackendAPICommand: (
163
163
  input: DeleteBackendAPICommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1DeleteBackendAuthCommand: (
166
+ export declare const se_DeleteBackendAuthCommand: (
167
167
  input: DeleteBackendAuthCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1DeleteBackendStorageCommand: (
170
+ export declare const se_DeleteBackendStorageCommand: (
171
171
  input: DeleteBackendStorageCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1DeleteTokenCommand: (
174
+ export declare const se_DeleteTokenCommand: (
175
175
  input: DeleteTokenCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1GenerateBackendAPIModelsCommand: (
178
+ export declare const se_GenerateBackendAPIModelsCommand: (
179
179
  input: GenerateBackendAPIModelsCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1GetBackendCommand: (
182
+ export declare const se_GetBackendCommand: (
183
183
  input: GetBackendCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1GetBackendAPICommand: (
186
+ export declare const se_GetBackendAPICommand: (
187
187
  input: GetBackendAPICommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1GetBackendAPIModelsCommand: (
190
+ export declare const se_GetBackendAPIModelsCommand: (
191
191
  input: GetBackendAPIModelsCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1GetBackendAuthCommand: (
194
+ export declare const se_GetBackendAuthCommand: (
195
195
  input: GetBackendAuthCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1GetBackendJobCommand: (
198
+ export declare const se_GetBackendJobCommand: (
199
199
  input: GetBackendJobCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1GetBackendStorageCommand: (
202
+ export declare const se_GetBackendStorageCommand: (
203
203
  input: GetBackendStorageCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1GetTokenCommand: (
206
+ export declare const se_GetTokenCommand: (
207
207
  input: GetTokenCommandInput,
208
208
  context: __SerdeContext
209
209
  ) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ImportBackendAuthCommand: (
210
+ export declare const se_ImportBackendAuthCommand: (
211
211
  input: ImportBackendAuthCommandInput,
212
212
  context: __SerdeContext
213
213
  ) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1ImportBackendStorageCommand: (
214
+ export declare const se_ImportBackendStorageCommand: (
215
215
  input: ImportBackendStorageCommandInput,
216
216
  context: __SerdeContext
217
217
  ) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1ListBackendJobsCommand: (
218
+ export declare const se_ListBackendJobsCommand: (
219
219
  input: ListBackendJobsCommandInput,
220
220
  context: __SerdeContext
221
221
  ) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1ListS3BucketsCommand: (
222
+ export declare const se_ListS3BucketsCommand: (
223
223
  input: ListS3BucketsCommandInput,
224
224
  context: __SerdeContext
225
225
  ) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1RemoveAllBackendsCommand: (
226
+ export declare const se_RemoveAllBackendsCommand: (
227
227
  input: RemoveAllBackendsCommandInput,
228
228
  context: __SerdeContext
229
229
  ) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1RemoveBackendConfigCommand: (
230
+ export declare const se_RemoveBackendConfigCommand: (
231
231
  input: RemoveBackendConfigCommandInput,
232
232
  context: __SerdeContext
233
233
  ) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UpdateBackendAPICommand: (
234
+ export declare const se_UpdateBackendAPICommand: (
235
235
  input: UpdateBackendAPICommandInput,
236
236
  context: __SerdeContext
237
237
  ) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateBackendAuthCommand: (
238
+ export declare const se_UpdateBackendAuthCommand: (
239
239
  input: UpdateBackendAuthCommandInput,
240
240
  context: __SerdeContext
241
241
  ) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateBackendConfigCommand: (
242
+ export declare const se_UpdateBackendConfigCommand: (
243
243
  input: UpdateBackendConfigCommandInput,
244
244
  context: __SerdeContext
245
245
  ) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1UpdateBackendJobCommand: (
246
+ export declare const se_UpdateBackendJobCommand: (
247
247
  input: UpdateBackendJobCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1UpdateBackendStorageCommand: (
250
+ export declare const se_UpdateBackendStorageCommand: (
251
251
  input: UpdateBackendStorageCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const deserializeAws_restJson1CloneBackendCommand: (
254
+ export declare const de_CloneBackendCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<CloneBackendCommandOutput>;
258
- export declare const deserializeAws_restJson1CreateBackendCommand: (
258
+ export declare const de_CreateBackendCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<CreateBackendCommandOutput>;
262
- export declare const deserializeAws_restJson1CreateBackendAPICommand: (
262
+ export declare const de_CreateBackendAPICommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<CreateBackendAPICommandOutput>;
266
- export declare const deserializeAws_restJson1CreateBackendAuthCommand: (
266
+ export declare const de_CreateBackendAuthCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<CreateBackendAuthCommandOutput>;
270
- export declare const deserializeAws_restJson1CreateBackendConfigCommand: (
270
+ export declare const de_CreateBackendConfigCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<CreateBackendConfigCommandOutput>;
274
- export declare const deserializeAws_restJson1CreateBackendStorageCommand: (
274
+ export declare const de_CreateBackendStorageCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<CreateBackendStorageCommandOutput>;
278
- export declare const deserializeAws_restJson1CreateTokenCommand: (
278
+ export declare const de_CreateTokenCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<CreateTokenCommandOutput>;
282
- export declare const deserializeAws_restJson1DeleteBackendCommand: (
282
+ export declare const de_DeleteBackendCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<DeleteBackendCommandOutput>;
286
- export declare const deserializeAws_restJson1DeleteBackendAPICommand: (
286
+ export declare const de_DeleteBackendAPICommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<DeleteBackendAPICommandOutput>;
290
- export declare const deserializeAws_restJson1DeleteBackendAuthCommand: (
290
+ export declare const de_DeleteBackendAuthCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<DeleteBackendAuthCommandOutput>;
294
- export declare const deserializeAws_restJson1DeleteBackendStorageCommand: (
294
+ export declare const de_DeleteBackendStorageCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<DeleteBackendStorageCommandOutput>;
298
- export declare const deserializeAws_restJson1DeleteTokenCommand: (
298
+ export declare const de_DeleteTokenCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<DeleteTokenCommandOutput>;
302
- export declare const deserializeAws_restJson1GenerateBackendAPIModelsCommand: (
302
+ export declare const de_GenerateBackendAPIModelsCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<GenerateBackendAPIModelsCommandOutput>;
306
- export declare const deserializeAws_restJson1GetBackendCommand: (
306
+ export declare const de_GetBackendCommand: (
307
307
  output: __HttpResponse,
308
308
  context: __SerdeContext
309
309
  ) => Promise<GetBackendCommandOutput>;
310
- export declare const deserializeAws_restJson1GetBackendAPICommand: (
310
+ export declare const de_GetBackendAPICommand: (
311
311
  output: __HttpResponse,
312
312
  context: __SerdeContext
313
313
  ) => Promise<GetBackendAPICommandOutput>;
314
- export declare const deserializeAws_restJson1GetBackendAPIModelsCommand: (
314
+ export declare const de_GetBackendAPIModelsCommand: (
315
315
  output: __HttpResponse,
316
316
  context: __SerdeContext
317
317
  ) => Promise<GetBackendAPIModelsCommandOutput>;
318
- export declare const deserializeAws_restJson1GetBackendAuthCommand: (
318
+ export declare const de_GetBackendAuthCommand: (
319
319
  output: __HttpResponse,
320
320
  context: __SerdeContext
321
321
  ) => Promise<GetBackendAuthCommandOutput>;
322
- export declare const deserializeAws_restJson1GetBackendJobCommand: (
322
+ export declare const de_GetBackendJobCommand: (
323
323
  output: __HttpResponse,
324
324
  context: __SerdeContext
325
325
  ) => Promise<GetBackendJobCommandOutput>;
326
- export declare const deserializeAws_restJson1GetBackendStorageCommand: (
326
+ export declare const de_GetBackendStorageCommand: (
327
327
  output: __HttpResponse,
328
328
  context: __SerdeContext
329
329
  ) => Promise<GetBackendStorageCommandOutput>;
330
- export declare const deserializeAws_restJson1GetTokenCommand: (
330
+ export declare const de_GetTokenCommand: (
331
331
  output: __HttpResponse,
332
332
  context: __SerdeContext
333
333
  ) => Promise<GetTokenCommandOutput>;
334
- export declare const deserializeAws_restJson1ImportBackendAuthCommand: (
334
+ export declare const de_ImportBackendAuthCommand: (
335
335
  output: __HttpResponse,
336
336
  context: __SerdeContext
337
337
  ) => Promise<ImportBackendAuthCommandOutput>;
338
- export declare const deserializeAws_restJson1ImportBackendStorageCommand: (
338
+ export declare const de_ImportBackendStorageCommand: (
339
339
  output: __HttpResponse,
340
340
  context: __SerdeContext
341
341
  ) => Promise<ImportBackendStorageCommandOutput>;
342
- export declare const deserializeAws_restJson1ListBackendJobsCommand: (
342
+ export declare const de_ListBackendJobsCommand: (
343
343
  output: __HttpResponse,
344
344
  context: __SerdeContext
345
345
  ) => Promise<ListBackendJobsCommandOutput>;
346
- export declare const deserializeAws_restJson1ListS3BucketsCommand: (
346
+ export declare const de_ListS3BucketsCommand: (
347
347
  output: __HttpResponse,
348
348
  context: __SerdeContext
349
349
  ) => Promise<ListS3BucketsCommandOutput>;
350
- export declare const deserializeAws_restJson1RemoveAllBackendsCommand: (
350
+ export declare const de_RemoveAllBackendsCommand: (
351
351
  output: __HttpResponse,
352
352
  context: __SerdeContext
353
353
  ) => Promise<RemoveAllBackendsCommandOutput>;
354
- export declare const deserializeAws_restJson1RemoveBackendConfigCommand: (
354
+ export declare const de_RemoveBackendConfigCommand: (
355
355
  output: __HttpResponse,
356
356
  context: __SerdeContext
357
357
  ) => Promise<RemoveBackendConfigCommandOutput>;
358
- export declare const deserializeAws_restJson1UpdateBackendAPICommand: (
358
+ export declare const de_UpdateBackendAPICommand: (
359
359
  output: __HttpResponse,
360
360
  context: __SerdeContext
361
361
  ) => Promise<UpdateBackendAPICommandOutput>;
362
- export declare const deserializeAws_restJson1UpdateBackendAuthCommand: (
362
+ export declare const de_UpdateBackendAuthCommand: (
363
363
  output: __HttpResponse,
364
364
  context: __SerdeContext
365
365
  ) => Promise<UpdateBackendAuthCommandOutput>;
366
- export declare const deserializeAws_restJson1UpdateBackendConfigCommand: (
366
+ export declare const de_UpdateBackendConfigCommand: (
367
367
  output: __HttpResponse,
368
368
  context: __SerdeContext
369
369
  ) => Promise<UpdateBackendConfigCommandOutput>;
370
- export declare const deserializeAws_restJson1UpdateBackendJobCommand: (
370
+ export declare const de_UpdateBackendJobCommand: (
371
371
  output: __HttpResponse,
372
372
  context: __SerdeContext
373
373
  ) => Promise<UpdateBackendJobCommandOutput>;
374
- export declare const deserializeAws_restJson1UpdateBackendStorageCommand: (
374
+ export declare const de_UpdateBackendStorageCommand: (
375
375
  output: __HttpResponse,
376
376
  context: __SerdeContext
377
377
  ) => Promise<UpdateBackendStorageCommandOutput>;