@aws-sdk/client-amplifybackend 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AmplifyBackend.d.ts +562 -160
- package/dist-types/ts3.4/AmplifyBackendClient.d.ts +316 -104
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1398 -1300
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,95 +1,377 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CloneBackendCommandInput,
|
|
8
|
+
CloneBackendCommandOutput,
|
|
9
|
+
} from "../commands/CloneBackendCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateBackendAPICommandInput,
|
|
12
|
+
CreateBackendAPICommandOutput,
|
|
13
|
+
} from "../commands/CreateBackendAPICommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateBackendAuthCommandInput,
|
|
16
|
+
CreateBackendAuthCommandOutput,
|
|
17
|
+
} from "../commands/CreateBackendAuthCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateBackendCommandInput,
|
|
20
|
+
CreateBackendCommandOutput,
|
|
21
|
+
} from "../commands/CreateBackendCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateBackendConfigCommandInput,
|
|
24
|
+
CreateBackendConfigCommandOutput,
|
|
25
|
+
} from "../commands/CreateBackendConfigCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateBackendStorageCommandInput,
|
|
28
|
+
CreateBackendStorageCommandOutput,
|
|
29
|
+
} from "../commands/CreateBackendStorageCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateTokenCommandInput,
|
|
32
|
+
CreateTokenCommandOutput,
|
|
33
|
+
} from "../commands/CreateTokenCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteBackendAPICommandInput,
|
|
36
|
+
DeleteBackendAPICommandOutput,
|
|
37
|
+
} from "../commands/DeleteBackendAPICommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteBackendAuthCommandInput,
|
|
40
|
+
DeleteBackendAuthCommandOutput,
|
|
41
|
+
} from "../commands/DeleteBackendAuthCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteBackendCommandInput,
|
|
44
|
+
DeleteBackendCommandOutput,
|
|
45
|
+
} from "../commands/DeleteBackendCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteBackendStorageCommandInput,
|
|
48
|
+
DeleteBackendStorageCommandOutput,
|
|
49
|
+
} from "../commands/DeleteBackendStorageCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteTokenCommandInput,
|
|
52
|
+
DeleteTokenCommandOutput,
|
|
53
|
+
} from "../commands/DeleteTokenCommand";
|
|
54
|
+
import {
|
|
55
|
+
GenerateBackendAPIModelsCommandInput,
|
|
56
|
+
GenerateBackendAPIModelsCommandOutput,
|
|
57
|
+
} from "../commands/GenerateBackendAPIModelsCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetBackendAPICommandInput,
|
|
60
|
+
GetBackendAPICommandOutput,
|
|
61
|
+
} from "../commands/GetBackendAPICommand";
|
|
62
|
+
import {
|
|
63
|
+
GetBackendAPIModelsCommandInput,
|
|
64
|
+
GetBackendAPIModelsCommandOutput,
|
|
65
|
+
} from "../commands/GetBackendAPIModelsCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetBackendAuthCommandInput,
|
|
68
|
+
GetBackendAuthCommandOutput,
|
|
69
|
+
} from "../commands/GetBackendAuthCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetBackendCommandInput,
|
|
72
|
+
GetBackendCommandOutput,
|
|
73
|
+
} from "../commands/GetBackendCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetBackendJobCommandInput,
|
|
76
|
+
GetBackendJobCommandOutput,
|
|
77
|
+
} from "../commands/GetBackendJobCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetBackendStorageCommandInput,
|
|
80
|
+
GetBackendStorageCommandOutput,
|
|
81
|
+
} from "../commands/GetBackendStorageCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetTokenCommandInput,
|
|
84
|
+
GetTokenCommandOutput,
|
|
85
|
+
} from "../commands/GetTokenCommand";
|
|
86
|
+
import {
|
|
87
|
+
ImportBackendAuthCommandInput,
|
|
88
|
+
ImportBackendAuthCommandOutput,
|
|
89
|
+
} from "../commands/ImportBackendAuthCommand";
|
|
90
|
+
import {
|
|
91
|
+
ImportBackendStorageCommandInput,
|
|
92
|
+
ImportBackendStorageCommandOutput,
|
|
93
|
+
} from "../commands/ImportBackendStorageCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListBackendJobsCommandInput,
|
|
96
|
+
ListBackendJobsCommandOutput,
|
|
97
|
+
} from "../commands/ListBackendJobsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListS3BucketsCommandInput,
|
|
100
|
+
ListS3BucketsCommandOutput,
|
|
101
|
+
} from "../commands/ListS3BucketsCommand";
|
|
102
|
+
import {
|
|
103
|
+
RemoveAllBackendsCommandInput,
|
|
104
|
+
RemoveAllBackendsCommandOutput,
|
|
105
|
+
} from "../commands/RemoveAllBackendsCommand";
|
|
106
|
+
import {
|
|
107
|
+
RemoveBackendConfigCommandInput,
|
|
108
|
+
RemoveBackendConfigCommandOutput,
|
|
109
|
+
} from "../commands/RemoveBackendConfigCommand";
|
|
110
|
+
import {
|
|
111
|
+
UpdateBackendAPICommandInput,
|
|
112
|
+
UpdateBackendAPICommandOutput,
|
|
113
|
+
} from "../commands/UpdateBackendAPICommand";
|
|
114
|
+
import {
|
|
115
|
+
UpdateBackendAuthCommandInput,
|
|
116
|
+
UpdateBackendAuthCommandOutput,
|
|
117
|
+
} from "../commands/UpdateBackendAuthCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateBackendConfigCommandInput,
|
|
120
|
+
UpdateBackendConfigCommandOutput,
|
|
121
|
+
} from "../commands/UpdateBackendConfigCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateBackendJobCommandInput,
|
|
124
|
+
UpdateBackendJobCommandOutput,
|
|
125
|
+
} from "../commands/UpdateBackendJobCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateBackendStorageCommandInput,
|
|
128
|
+
UpdateBackendStorageCommandOutput,
|
|
129
|
+
} from "../commands/UpdateBackendStorageCommand";
|
|
130
|
+
export declare const serializeAws_restJson1CloneBackendCommand: (
|
|
131
|
+
input: CloneBackendCommandInput,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<__HttpRequest>;
|
|
134
|
+
export declare const serializeAws_restJson1CreateBackendCommand: (
|
|
135
|
+
input: CreateBackendCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1CreateBackendAPICommand: (
|
|
139
|
+
input: CreateBackendAPICommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1CreateBackendAuthCommand: (
|
|
143
|
+
input: CreateBackendAuthCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1CreateBackendConfigCommand: (
|
|
147
|
+
input: CreateBackendConfigCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1CreateBackendStorageCommand: (
|
|
151
|
+
input: CreateBackendStorageCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1CreateTokenCommand: (
|
|
155
|
+
input: CreateTokenCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1DeleteBackendCommand: (
|
|
159
|
+
input: DeleteBackendCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_restJson1DeleteBackendAPICommand: (
|
|
163
|
+
input: DeleteBackendAPICommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_restJson1DeleteBackendAuthCommand: (
|
|
167
|
+
input: DeleteBackendAuthCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1DeleteBackendStorageCommand: (
|
|
171
|
+
input: DeleteBackendStorageCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_restJson1DeleteTokenCommand: (
|
|
175
|
+
input: DeleteTokenCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1GenerateBackendAPIModelsCommand: (
|
|
179
|
+
input: GenerateBackendAPIModelsCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1GetBackendCommand: (
|
|
183
|
+
input: GetBackendCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1GetBackendAPICommand: (
|
|
187
|
+
input: GetBackendAPICommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1GetBackendAPIModelsCommand: (
|
|
191
|
+
input: GetBackendAPIModelsCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1GetBackendAuthCommand: (
|
|
195
|
+
input: GetBackendAuthCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1GetBackendJobCommand: (
|
|
199
|
+
input: GetBackendJobCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1GetBackendStorageCommand: (
|
|
203
|
+
input: GetBackendStorageCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1GetTokenCommand: (
|
|
207
|
+
input: GetTokenCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1ImportBackendAuthCommand: (
|
|
211
|
+
input: ImportBackendAuthCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1ImportBackendStorageCommand: (
|
|
215
|
+
input: ImportBackendStorageCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1ListBackendJobsCommand: (
|
|
219
|
+
input: ListBackendJobsCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1ListS3BucketsCommand: (
|
|
223
|
+
input: ListS3BucketsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1RemoveAllBackendsCommand: (
|
|
227
|
+
input: RemoveAllBackendsCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1RemoveBackendConfigCommand: (
|
|
231
|
+
input: RemoveBackendConfigCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1UpdateBackendAPICommand: (
|
|
235
|
+
input: UpdateBackendAPICommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1UpdateBackendAuthCommand: (
|
|
239
|
+
input: UpdateBackendAuthCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1UpdateBackendConfigCommand: (
|
|
243
|
+
input: UpdateBackendConfigCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1UpdateBackendJobCommand: (
|
|
247
|
+
input: UpdateBackendJobCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1UpdateBackendStorageCommand: (
|
|
251
|
+
input: UpdateBackendStorageCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const deserializeAws_restJson1CloneBackendCommand: (
|
|
255
|
+
output: __HttpResponse,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<CloneBackendCommandOutput>;
|
|
258
|
+
export declare const deserializeAws_restJson1CreateBackendCommand: (
|
|
259
|
+
output: __HttpResponse,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<CreateBackendCommandOutput>;
|
|
262
|
+
export declare const deserializeAws_restJson1CreateBackendAPICommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<CreateBackendAPICommandOutput>;
|
|
266
|
+
export declare const deserializeAws_restJson1CreateBackendAuthCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<CreateBackendAuthCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_restJson1CreateBackendConfigCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<CreateBackendConfigCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_restJson1CreateBackendStorageCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<CreateBackendStorageCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_restJson1CreateTokenCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<CreateTokenCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_restJson1DeleteBackendCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<DeleteBackendCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_restJson1DeleteBackendAPICommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<DeleteBackendAPICommandOutput>;
|
|
290
|
+
export declare const deserializeAws_restJson1DeleteBackendAuthCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<DeleteBackendAuthCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_restJson1DeleteBackendStorageCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<DeleteBackendStorageCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1DeleteTokenCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<DeleteTokenCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_restJson1GenerateBackendAPIModelsCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<GenerateBackendAPIModelsCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_restJson1GetBackendCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<GetBackendCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_restJson1GetBackendAPICommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<GetBackendAPICommandOutput>;
|
|
314
|
+
export declare const deserializeAws_restJson1GetBackendAPIModelsCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<GetBackendAPIModelsCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_restJson1GetBackendAuthCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<GetBackendAuthCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_restJson1GetBackendJobCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<GetBackendJobCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_restJson1GetBackendStorageCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<GetBackendStorageCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_restJson1GetTokenCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<GetTokenCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_restJson1ImportBackendAuthCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<ImportBackendAuthCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_restJson1ImportBackendStorageCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<ImportBackendStorageCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_restJson1ListBackendJobsCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<ListBackendJobsCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_restJson1ListS3BucketsCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<ListS3BucketsCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_restJson1RemoveAllBackendsCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<RemoveAllBackendsCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_restJson1RemoveBackendConfigCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<RemoveBackendConfigCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_restJson1UpdateBackendAPICommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<UpdateBackendAPICommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1UpdateBackendAuthCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<UpdateBackendAuthCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_restJson1UpdateBackendConfigCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<UpdateBackendConfigCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_restJson1UpdateBackendJobCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<UpdateBackendJobCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_restJson1UpdateBackendStorageCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<UpdateBackendStorageCommandOutput>;
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|