@aws-sdk/client-amplifybackend 3.170.0 → 3.171.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 +0 -31
- package/dist-types/ts3.4/AmplifyBackendClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -436
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
|
|
@@ -124,7 +124,6 @@ import {
|
|
|
124
124
|
UpdateBackendStorageCommandInput,
|
|
125
125
|
UpdateBackendStorageCommandOutput,
|
|
126
126
|
} from "./commands/UpdateBackendStorageCommand";
|
|
127
|
-
|
|
128
127
|
export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
129
128
|
cloneBackend(
|
|
130
129
|
args: CloneBackendCommandInput,
|
|
@@ -139,7 +138,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
139
138
|
options: __HttpHandlerOptions,
|
|
140
139
|
cb: (err: any, data?: CloneBackendCommandOutput) => void
|
|
141
140
|
): void;
|
|
142
|
-
|
|
143
141
|
createBackend(
|
|
144
142
|
args: CreateBackendCommandInput,
|
|
145
143
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +151,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
153
151
|
options: __HttpHandlerOptions,
|
|
154
152
|
cb: (err: any, data?: CreateBackendCommandOutput) => void
|
|
155
153
|
): void;
|
|
156
|
-
|
|
157
154
|
createBackendAPI(
|
|
158
155
|
args: CreateBackendAPICommandInput,
|
|
159
156
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +164,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
167
164
|
options: __HttpHandlerOptions,
|
|
168
165
|
cb: (err: any, data?: CreateBackendAPICommandOutput) => void
|
|
169
166
|
): void;
|
|
170
|
-
|
|
171
167
|
createBackendAuth(
|
|
172
168
|
args: CreateBackendAuthCommandInput,
|
|
173
169
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +177,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
181
177
|
options: __HttpHandlerOptions,
|
|
182
178
|
cb: (err: any, data?: CreateBackendAuthCommandOutput) => void
|
|
183
179
|
): void;
|
|
184
|
-
|
|
185
180
|
createBackendConfig(
|
|
186
181
|
args: CreateBackendConfigCommandInput,
|
|
187
182
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +190,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
195
190
|
options: __HttpHandlerOptions,
|
|
196
191
|
cb: (err: any, data?: CreateBackendConfigCommandOutput) => void
|
|
197
192
|
): void;
|
|
198
|
-
|
|
199
193
|
createBackendStorage(
|
|
200
194
|
args: CreateBackendStorageCommandInput,
|
|
201
195
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +203,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
209
203
|
options: __HttpHandlerOptions,
|
|
210
204
|
cb: (err: any, data?: CreateBackendStorageCommandOutput) => void
|
|
211
205
|
): void;
|
|
212
|
-
|
|
213
206
|
createToken(
|
|
214
207
|
args: CreateTokenCommandInput,
|
|
215
208
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +216,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
223
216
|
options: __HttpHandlerOptions,
|
|
224
217
|
cb: (err: any, data?: CreateTokenCommandOutput) => void
|
|
225
218
|
): void;
|
|
226
|
-
|
|
227
219
|
deleteBackend(
|
|
228
220
|
args: DeleteBackendCommandInput,
|
|
229
221
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +229,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
237
229
|
options: __HttpHandlerOptions,
|
|
238
230
|
cb: (err: any, data?: DeleteBackendCommandOutput) => void
|
|
239
231
|
): void;
|
|
240
|
-
|
|
241
232
|
deleteBackendAPI(
|
|
242
233
|
args: DeleteBackendAPICommandInput,
|
|
243
234
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +242,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
251
242
|
options: __HttpHandlerOptions,
|
|
252
243
|
cb: (err: any, data?: DeleteBackendAPICommandOutput) => void
|
|
253
244
|
): void;
|
|
254
|
-
|
|
255
245
|
deleteBackendAuth(
|
|
256
246
|
args: DeleteBackendAuthCommandInput,
|
|
257
247
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +255,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
265
255
|
options: __HttpHandlerOptions,
|
|
266
256
|
cb: (err: any, data?: DeleteBackendAuthCommandOutput) => void
|
|
267
257
|
): void;
|
|
268
|
-
|
|
269
258
|
deleteBackendStorage(
|
|
270
259
|
args: DeleteBackendStorageCommandInput,
|
|
271
260
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +268,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
279
268
|
options: __HttpHandlerOptions,
|
|
280
269
|
cb: (err: any, data?: DeleteBackendStorageCommandOutput) => void
|
|
281
270
|
): void;
|
|
282
|
-
|
|
283
271
|
deleteToken(
|
|
284
272
|
args: DeleteTokenCommandInput,
|
|
285
273
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +281,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
293
281
|
options: __HttpHandlerOptions,
|
|
294
282
|
cb: (err: any, data?: DeleteTokenCommandOutput) => void
|
|
295
283
|
): void;
|
|
296
|
-
|
|
297
284
|
generateBackendAPIModels(
|
|
298
285
|
args: GenerateBackendAPIModelsCommandInput,
|
|
299
286
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +294,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
307
294
|
options: __HttpHandlerOptions,
|
|
308
295
|
cb: (err: any, data?: GenerateBackendAPIModelsCommandOutput) => void
|
|
309
296
|
): void;
|
|
310
|
-
|
|
311
297
|
getBackend(
|
|
312
298
|
args: GetBackendCommandInput,
|
|
313
299
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +307,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
321
307
|
options: __HttpHandlerOptions,
|
|
322
308
|
cb: (err: any, data?: GetBackendCommandOutput) => void
|
|
323
309
|
): void;
|
|
324
|
-
|
|
325
310
|
getBackendAPI(
|
|
326
311
|
args: GetBackendAPICommandInput,
|
|
327
312
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +320,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
335
320
|
options: __HttpHandlerOptions,
|
|
336
321
|
cb: (err: any, data?: GetBackendAPICommandOutput) => void
|
|
337
322
|
): void;
|
|
338
|
-
|
|
339
323
|
getBackendAPIModels(
|
|
340
324
|
args: GetBackendAPIModelsCommandInput,
|
|
341
325
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +333,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
349
333
|
options: __HttpHandlerOptions,
|
|
350
334
|
cb: (err: any, data?: GetBackendAPIModelsCommandOutput) => void
|
|
351
335
|
): void;
|
|
352
|
-
|
|
353
336
|
getBackendAuth(
|
|
354
337
|
args: GetBackendAuthCommandInput,
|
|
355
338
|
options?: __HttpHandlerOptions
|
|
@@ -363,7 +346,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
363
346
|
options: __HttpHandlerOptions,
|
|
364
347
|
cb: (err: any, data?: GetBackendAuthCommandOutput) => void
|
|
365
348
|
): void;
|
|
366
|
-
|
|
367
349
|
getBackendJob(
|
|
368
350
|
args: GetBackendJobCommandInput,
|
|
369
351
|
options?: __HttpHandlerOptions
|
|
@@ -377,7 +359,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
377
359
|
options: __HttpHandlerOptions,
|
|
378
360
|
cb: (err: any, data?: GetBackendJobCommandOutput) => void
|
|
379
361
|
): void;
|
|
380
|
-
|
|
381
362
|
getBackendStorage(
|
|
382
363
|
args: GetBackendStorageCommandInput,
|
|
383
364
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +372,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
391
372
|
options: __HttpHandlerOptions,
|
|
392
373
|
cb: (err: any, data?: GetBackendStorageCommandOutput) => void
|
|
393
374
|
): void;
|
|
394
|
-
|
|
395
375
|
getToken(
|
|
396
376
|
args: GetTokenCommandInput,
|
|
397
377
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +385,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
405
385
|
options: __HttpHandlerOptions,
|
|
406
386
|
cb: (err: any, data?: GetTokenCommandOutput) => void
|
|
407
387
|
): void;
|
|
408
|
-
|
|
409
388
|
importBackendAuth(
|
|
410
389
|
args: ImportBackendAuthCommandInput,
|
|
411
390
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +398,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
419
398
|
options: __HttpHandlerOptions,
|
|
420
399
|
cb: (err: any, data?: ImportBackendAuthCommandOutput) => void
|
|
421
400
|
): void;
|
|
422
|
-
|
|
423
401
|
importBackendStorage(
|
|
424
402
|
args: ImportBackendStorageCommandInput,
|
|
425
403
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +411,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
433
411
|
options: __HttpHandlerOptions,
|
|
434
412
|
cb: (err: any, data?: ImportBackendStorageCommandOutput) => void
|
|
435
413
|
): void;
|
|
436
|
-
|
|
437
414
|
listBackendJobs(
|
|
438
415
|
args: ListBackendJobsCommandInput,
|
|
439
416
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +424,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
447
424
|
options: __HttpHandlerOptions,
|
|
448
425
|
cb: (err: any, data?: ListBackendJobsCommandOutput) => void
|
|
449
426
|
): void;
|
|
450
|
-
|
|
451
427
|
listS3Buckets(
|
|
452
428
|
args: ListS3BucketsCommandInput,
|
|
453
429
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +437,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
461
437
|
options: __HttpHandlerOptions,
|
|
462
438
|
cb: (err: any, data?: ListS3BucketsCommandOutput) => void
|
|
463
439
|
): void;
|
|
464
|
-
|
|
465
440
|
removeAllBackends(
|
|
466
441
|
args: RemoveAllBackendsCommandInput,
|
|
467
442
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +450,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
475
450
|
options: __HttpHandlerOptions,
|
|
476
451
|
cb: (err: any, data?: RemoveAllBackendsCommandOutput) => void
|
|
477
452
|
): void;
|
|
478
|
-
|
|
479
453
|
removeBackendConfig(
|
|
480
454
|
args: RemoveBackendConfigCommandInput,
|
|
481
455
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +463,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
489
463
|
options: __HttpHandlerOptions,
|
|
490
464
|
cb: (err: any, data?: RemoveBackendConfigCommandOutput) => void
|
|
491
465
|
): void;
|
|
492
|
-
|
|
493
466
|
updateBackendAPI(
|
|
494
467
|
args: UpdateBackendAPICommandInput,
|
|
495
468
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +476,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
503
476
|
options: __HttpHandlerOptions,
|
|
504
477
|
cb: (err: any, data?: UpdateBackendAPICommandOutput) => void
|
|
505
478
|
): void;
|
|
506
|
-
|
|
507
479
|
updateBackendAuth(
|
|
508
480
|
args: UpdateBackendAuthCommandInput,
|
|
509
481
|
options?: __HttpHandlerOptions
|
|
@@ -517,7 +489,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
517
489
|
options: __HttpHandlerOptions,
|
|
518
490
|
cb: (err: any, data?: UpdateBackendAuthCommandOutput) => void
|
|
519
491
|
): void;
|
|
520
|
-
|
|
521
492
|
updateBackendConfig(
|
|
522
493
|
args: UpdateBackendConfigCommandInput,
|
|
523
494
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +502,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
531
502
|
options: __HttpHandlerOptions,
|
|
532
503
|
cb: (err: any, data?: UpdateBackendConfigCommandOutput) => void
|
|
533
504
|
): void;
|
|
534
|
-
|
|
535
505
|
updateBackendJob(
|
|
536
506
|
args: UpdateBackendJobCommandInput,
|
|
537
507
|
options?: __HttpHandlerOptions
|
|
@@ -545,7 +515,6 @@ export declare class AmplifyBackend extends AmplifyBackendClient {
|
|
|
545
515
|
options: __HttpHandlerOptions,
|
|
546
516
|
cb: (err: any, data?: UpdateBackendJobCommandOutput) => void
|
|
547
517
|
): void;
|
|
548
|
-
|
|
549
518
|
updateBackendStorage(
|
|
550
519
|
args: UpdateBackendStorageCommandInput,
|
|
551
520
|
options?: __HttpHandlerOptions
|
|
@@ -233,47 +233,26 @@ export declare type ServiceOutputTypes =
|
|
|
233
233
|
export interface ClientDefaults
|
|
234
234
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
235
|
requestHandler?: __HttpHandler;
|
|
236
|
-
|
|
237
236
|
sha256?: __HashConstructor;
|
|
238
|
-
|
|
239
237
|
urlParser?: __UrlParser;
|
|
240
|
-
|
|
241
238
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
-
|
|
243
239
|
streamCollector?: __StreamCollector;
|
|
244
|
-
|
|
245
240
|
base64Decoder?: __Decoder;
|
|
246
|
-
|
|
247
241
|
base64Encoder?: __Encoder;
|
|
248
|
-
|
|
249
242
|
utf8Decoder?: __Decoder;
|
|
250
|
-
|
|
251
243
|
utf8Encoder?: __Encoder;
|
|
252
|
-
|
|
253
244
|
runtime?: string;
|
|
254
|
-
|
|
255
245
|
disableHostPrefix?: boolean;
|
|
256
|
-
|
|
257
246
|
maxAttempts?: number | __Provider<number>;
|
|
258
|
-
|
|
259
247
|
retryMode?: string | __Provider<string>;
|
|
260
|
-
|
|
261
248
|
logger?: __Logger;
|
|
262
|
-
|
|
263
249
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
-
|
|
265
250
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
-
|
|
267
251
|
serviceId?: string;
|
|
268
|
-
|
|
269
252
|
region?: string | __Provider<string>;
|
|
270
|
-
|
|
271
253
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
-
|
|
273
254
|
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
-
|
|
275
255
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
-
|
|
277
256
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
257
|
}
|
|
279
258
|
declare type AmplifyBackendClientConfigType = Partial<
|
|
@@ -286,7 +265,6 @@ declare type AmplifyBackendClientConfigType = Partial<
|
|
|
286
265
|
HostHeaderInputConfig &
|
|
287
266
|
AwsAuthInputConfig &
|
|
288
267
|
UserAgentInputConfig;
|
|
289
|
-
|
|
290
268
|
export interface AmplifyBackendClientConfig
|
|
291
269
|
extends AmplifyBackendClientConfigType {}
|
|
292
270
|
declare type AmplifyBackendClientResolvedConfigType =
|
|
@@ -298,10 +276,8 @@ declare type AmplifyBackendClientResolvedConfigType =
|
|
|
298
276
|
HostHeaderResolvedConfig &
|
|
299
277
|
AwsAuthResolvedConfig &
|
|
300
278
|
UserAgentResolvedConfig;
|
|
301
|
-
|
|
302
279
|
export interface AmplifyBackendClientResolvedConfig
|
|
303
280
|
extends AmplifyBackendClientResolvedConfigType {}
|
|
304
|
-
|
|
305
281
|
export declare class AmplifyBackendClient extends __Client<
|
|
306
282
|
__HttpHandlerOptions,
|
|
307
283
|
ServiceInputTypes,
|
|
@@ -310,7 +286,6 @@ export declare class AmplifyBackendClient extends __Client<
|
|
|
310
286
|
> {
|
|
311
287
|
readonly config: AmplifyBackendClientResolvedConfig;
|
|
312
288
|
constructor(configuration: AmplifyBackendClientConfig);
|
|
313
|
-
|
|
314
289
|
destroy(): void;
|
|
315
290
|
}
|
|
316
291
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CloneBackendCommandInput extends CloneBackendRequest {}
|
|
|
15
15
|
export interface CloneBackendCommandOutput
|
|
16
16
|
extends CloneBackendResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CloneBackendCommand extends $Command<
|
|
20
19
|
CloneBackendCommandInput,
|
|
21
20
|
CloneBackendCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CloneBackendCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CloneBackendCommandInput;
|
|
25
24
|
constructor(input: CloneBackendCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateBackendAPICommandInput extends CreateBackendAPIRequest {}
|
|
|
18
18
|
export interface CreateBackendAPICommandOutput
|
|
19
19
|
extends CreateBackendAPIResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateBackendAPICommand extends $Command<
|
|
23
22
|
CreateBackendAPICommandInput,
|
|
24
23
|
CreateBackendAPICommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateBackendAPICommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateBackendAPICommandInput;
|
|
28
27
|
constructor(input: CreateBackendAPICommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBackendAuthCommandInput
|
|
|
19
19
|
export interface CreateBackendAuthCommandOutput
|
|
20
20
|
extends CreateBackendAuthResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBackendAuthCommand extends $Command<
|
|
24
23
|
CreateBackendAuthCommandInput,
|
|
25
24
|
CreateBackendAuthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBackendAuthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBackendAuthCommandInput;
|
|
29
28
|
constructor(input: CreateBackendAuthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateBackendCommandInput extends CreateBackendRequest {}
|
|
|
18
18
|
export interface CreateBackendCommandOutput
|
|
19
19
|
extends CreateBackendResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateBackendCommand extends $Command<
|
|
23
22
|
CreateBackendCommandInput,
|
|
24
23
|
CreateBackendCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateBackendCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateBackendCommandInput;
|
|
28
27
|
constructor(input: CreateBackendCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBackendConfigCommandInput
|
|
|
19
19
|
export interface CreateBackendConfigCommandOutput
|
|
20
20
|
extends CreateBackendConfigResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBackendConfigCommand extends $Command<
|
|
24
23
|
CreateBackendConfigCommandInput,
|
|
25
24
|
CreateBackendConfigCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBackendConfigCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBackendConfigCommandInput;
|
|
29
28
|
constructor(input: CreateBackendConfigCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBackendStorageCommandInput
|
|
|
19
19
|
export interface CreateBackendStorageCommandOutput
|
|
20
20
|
extends CreateBackendStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBackendStorageCommand extends $Command<
|
|
24
23
|
CreateBackendStorageCommandInput,
|
|
25
24
|
CreateBackendStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBackendStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBackendStorageCommandInput;
|
|
29
28
|
constructor(input: CreateBackendStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTokenCommandInput extends CreateTokenRequest {}
|
|
|
15
15
|
export interface CreateTokenCommandOutput
|
|
16
16
|
extends CreateTokenResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTokenCommand extends $Command<
|
|
20
19
|
CreateTokenCommandInput,
|
|
21
20
|
CreateTokenCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTokenCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTokenCommandInput;
|
|
25
24
|
constructor(input: CreateTokenCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {}
|
|
|
18
18
|
export interface DeleteBackendAPICommandOutput
|
|
19
19
|
extends DeleteBackendAPIResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteBackendAPICommand extends $Command<
|
|
23
22
|
DeleteBackendAPICommandInput,
|
|
24
23
|
DeleteBackendAPICommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteBackendAPICommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteBackendAPICommandInput;
|
|
28
27
|
constructor(input: DeleteBackendAPICommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBackendAuthCommandInput
|
|
|
19
19
|
export interface DeleteBackendAuthCommandOutput
|
|
20
20
|
extends DeleteBackendAuthResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBackendAuthCommand extends $Command<
|
|
24
23
|
DeleteBackendAuthCommandInput,
|
|
25
24
|
DeleteBackendAuthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBackendAuthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBackendAuthCommandInput;
|
|
29
28
|
constructor(input: DeleteBackendAuthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteBackendCommandInput extends DeleteBackendRequest {}
|
|
|
18
18
|
export interface DeleteBackendCommandOutput
|
|
19
19
|
extends DeleteBackendResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteBackendCommand extends $Command<
|
|
23
22
|
DeleteBackendCommandInput,
|
|
24
23
|
DeleteBackendCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteBackendCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteBackendCommandInput;
|
|
28
27
|
constructor(input: DeleteBackendCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBackendStorageCommandInput
|
|
|
19
19
|
export interface DeleteBackendStorageCommandOutput
|
|
20
20
|
extends DeleteBackendStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBackendStorageCommand extends $Command<
|
|
24
23
|
DeleteBackendStorageCommandInput,
|
|
25
24
|
DeleteBackendStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBackendStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBackendStorageCommandInput;
|
|
29
28
|
constructor(input: DeleteBackendStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTokenCommandInput extends DeleteTokenRequest {}
|
|
|
15
15
|
export interface DeleteTokenCommandOutput
|
|
16
16
|
extends DeleteTokenResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTokenCommand extends $Command<
|
|
20
19
|
DeleteTokenCommandInput,
|
|
21
20
|
DeleteTokenCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTokenCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTokenCommandInput;
|
|
25
24
|
constructor(input: DeleteTokenCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GenerateBackendAPIModelsCommandInput
|
|
|
19
19
|
export interface GenerateBackendAPIModelsCommandOutput
|
|
20
20
|
extends GenerateBackendAPIModelsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GenerateBackendAPIModelsCommand extends $Command<
|
|
24
23
|
GenerateBackendAPIModelsCommandInput,
|
|
25
24
|
GenerateBackendAPIModelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GenerateBackendAPIModelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GenerateBackendAPIModelsCommandInput;
|
|
29
28
|
constructor(input: GenerateBackendAPIModelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {}
|
|
|
18
18
|
export interface GetBackendAPICommandOutput
|
|
19
19
|
extends GetBackendAPIResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBackendAPICommand extends $Command<
|
|
23
22
|
GetBackendAPICommandInput,
|
|
24
23
|
GetBackendAPICommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBackendAPICommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBackendAPICommandInput;
|
|
28
27
|
constructor(input: GetBackendAPICommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBackendAPIModelsCommandInput
|
|
|
19
19
|
export interface GetBackendAPIModelsCommandOutput
|
|
20
20
|
extends GetBackendAPIModelsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBackendAPIModelsCommand extends $Command<
|
|
24
23
|
GetBackendAPIModelsCommandInput,
|
|
25
24
|
GetBackendAPIModelsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBackendAPIModelsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBackendAPIModelsCommandInput;
|
|
29
28
|
constructor(input: GetBackendAPIModelsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {}
|
|
|
18
18
|
export interface GetBackendAuthCommandOutput
|
|
19
19
|
extends GetBackendAuthResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBackendAuthCommand extends $Command<
|
|
23
22
|
GetBackendAuthCommandInput,
|
|
24
23
|
GetBackendAuthCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBackendAuthCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBackendAuthCommandInput;
|
|
28
27
|
constructor(input: GetBackendAuthCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetBackendCommandInput extends GetBackendRequest {}
|
|
|
15
15
|
export interface GetBackendCommandOutput
|
|
16
16
|
extends GetBackendResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetBackendCommand extends $Command<
|
|
20
19
|
GetBackendCommandInput,
|
|
21
20
|
GetBackendCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetBackendCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetBackendCommandInput;
|
|
25
24
|
constructor(input: GetBackendCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {}
|
|
|
18
18
|
export interface GetBackendJobCommandOutput
|
|
19
19
|
extends GetBackendJobResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetBackendJobCommand extends $Command<
|
|
23
22
|
GetBackendJobCommandInput,
|
|
24
23
|
GetBackendJobCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetBackendJobCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetBackendJobCommandInput;
|
|
28
27
|
constructor(input: GetBackendJobCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBackendStorageCommandInput
|
|
|
19
19
|
export interface GetBackendStorageCommandOutput
|
|
20
20
|
extends GetBackendStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBackendStorageCommand extends $Command<
|
|
24
23
|
GetBackendStorageCommandInput,
|
|
25
24
|
GetBackendStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBackendStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBackendStorageCommandInput;
|
|
29
28
|
constructor(input: GetBackendStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTokenCommandInput extends GetTokenRequest {}
|
|
|
15
15
|
export interface GetTokenCommandOutput
|
|
16
16
|
extends GetTokenResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTokenCommand extends $Command<
|
|
20
19
|
GetTokenCommandInput,
|
|
21
20
|
GetTokenCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTokenCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTokenCommandInput;
|
|
25
24
|
constructor(input: GetTokenCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyBackendClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportBackendAuthCommandInput
|
|
|
19
19
|
export interface ImportBackendAuthCommandOutput
|
|
20
20
|
extends ImportBackendAuthResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportBackendAuthCommand extends $Command<
|
|
24
23
|
ImportBackendAuthCommandInput,
|
|
25
24
|
ImportBackendAuthCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportBackendAuthCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportBackendAuthCommandInput;
|
|
29
28
|
constructor(input: ImportBackendAuthCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyBackendClientResolvedConfig,
|