@aws-sdk/client-amplifybackend 3.279.0 → 3.281.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 (33) hide show
  1. package/README.md +251 -0
  2. package/dist-types/commands/CloneBackendCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -0
  4. package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateBackendCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateTokenCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteBackendCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteTokenCommand.d.ts +6 -0
  14. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -0
  15. package/dist-types/commands/GetBackendAPICommand.d.ts +6 -0
  16. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -0
  17. package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -0
  18. package/dist-types/commands/GetBackendCommand.d.ts +6 -0
  19. package/dist-types/commands/GetBackendJobCommand.d.ts +6 -0
  20. package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -0
  21. package/dist-types/commands/GetTokenCommand.d.ts +6 -0
  22. package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -0
  23. package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -0
  24. package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -0
  25. package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -0
  26. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -0
  27. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -0
  30. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -0
  33. package/package.json +3 -3
package/README.md CHANGED
@@ -203,3 +203,254 @@ To contribute to client you can check our [generate clients scripts](https://git
203
203
  This SDK is distributed under the
204
204
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
205
205
  see LICENSE for more information.
206
+
207
+ ## Client Commands (Operations List)
208
+
209
+ <details>
210
+ <summary>
211
+ CloneBackend
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/clonebackendcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/clonebackendcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/clonebackendcommandoutput.html)
215
+
216
+ </details>
217
+ <details>
218
+ <summary>
219
+ CreateBackend
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createbackendcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendcommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CreateBackendAPI
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createbackendapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendapicommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateBackendAuth
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createbackendauthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendauthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendauthcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateBackendConfig
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createbackendconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendconfigcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateBackendStorage
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createbackendstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createbackendstoragecommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateToken
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/createtokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createtokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/createtokencommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DeleteBackend
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/deletebackendcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendcommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ DeleteBackendAPI
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/deletebackendapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendapicommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DeleteBackendAuth
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/deletebackendauthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendauthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendauthcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ DeleteBackendStorage
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/deletebackendstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletebackendstoragecommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ DeleteToken
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/deletetokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletetokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/deletetokencommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GenerateBackendAPIModels
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/generatebackendapimodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/generatebackendapimodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/generatebackendapimodelscommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetBackend
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendcommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ GetBackendAPI
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendapicommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ GetBackendAPIModels
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendapimodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendapimodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendapimodelscommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ GetBackendAuth
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendauthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendauthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendauthcommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ GetBackendJob
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendjobcommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ GetBackendStorage
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/getbackendstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/getbackendstoragecommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ GetToken
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/gettokencommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/gettokencommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/gettokencommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ImportBackendAuth
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/importbackendauthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/importbackendauthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/importbackendauthcommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ ImportBackendStorage
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/importbackendstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/importbackendstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/importbackendstoragecommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ ListBackendJobs
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/listbackendjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/listbackendjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/listbackendjobscommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ ListS3Buckets
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/lists3bucketscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/lists3bucketscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/lists3bucketscommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ RemoveAllBackends
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/removeallbackendscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/removeallbackendscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/removeallbackendscommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ RemoveBackendConfig
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/removebackendconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/removebackendconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/removebackendconfigcommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ UpdateBackendAPI
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/updatebackendapicommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendapicommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendapicommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UpdateBackendAuth
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/updatebackendauthcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendauthcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendauthcommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ UpdateBackendConfig
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/updatebackendconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendconfigcommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ UpdateBackendJob
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/updatebackendjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendjobcommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ UpdateBackendStorage
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/classes/updatebackendstoragecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendstoragecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-amplifybackend/interfaces/updatebackendstoragecommandoutput.html)
455
+
456
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CloneBackendCommand}.
8
+ */
6
9
  export interface CloneBackendCommandInput extends CloneBackendRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CloneBackendCommand}.
13
+ */
8
14
  export interface CloneBackendCommandOutput extends CloneBackendResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendAPIRequest, CreateBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBackendAPICommand}.
8
+ */
6
9
  export interface CreateBackendAPICommandInput extends CreateBackendAPIRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBackendAPICommand}.
13
+ */
8
14
  export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBackendAuthCommand}.
8
+ */
6
9
  export interface CreateBackendAuthCommandInput extends CreateBackendAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBackendAuthCommand}.
13
+ */
8
14
  export interface CreateBackendAuthCommandOutput extends CreateBackendAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendRequest, CreateBackendResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBackendCommand}.
8
+ */
6
9
  export interface CreateBackendCommandInput extends CreateBackendRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBackendCommand}.
13
+ */
8
14
  export interface CreateBackendCommandOutput extends CreateBackendResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBackendConfigCommand}.
8
+ */
6
9
  export interface CreateBackendConfigCommandInput extends CreateBackendConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBackendConfigCommand}.
13
+ */
8
14
  export interface CreateBackendConfigCommandOutput extends CreateBackendConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBackendStorageCommand}.
8
+ */
6
9
  export interface CreateBackendStorageCommandInput extends CreateBackendStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBackendStorageCommand}.
13
+ */
8
14
  export interface CreateBackendStorageCommandOutput extends CreateBackendStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateTokenCommand}.
8
+ */
6
9
  export interface CreateTokenCommandInput extends CreateTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateTokenCommand}.
13
+ */
8
14
  export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBackendAPICommand}.
8
+ */
6
9
  export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBackendAPICommand}.
13
+ */
8
14
  export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBackendAuthCommand}.
8
+ */
6
9
  export interface DeleteBackendAuthCommandInput extends DeleteBackendAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBackendAuthCommand}.
13
+ */
8
14
  export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBackendCommand}.
8
+ */
6
9
  export interface DeleteBackendCommandInput extends DeleteBackendRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBackendCommand}.
13
+ */
8
14
  export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBackendStorageCommand}.
8
+ */
6
9
  export interface DeleteBackendStorageCommandInput extends DeleteBackendStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBackendStorageCommand}.
13
+ */
8
14
  export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteTokenCommand}.
8
+ */
6
9
  export interface DeleteTokenCommandInput extends DeleteTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTokenCommand}.
13
+ */
8
14
  export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GenerateBackendAPIModelsCommand}.
8
+ */
6
9
  export interface GenerateBackendAPIModelsCommandInput extends GenerateBackendAPIModelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GenerateBackendAPIModelsCommand}.
13
+ */
8
14
  export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAPIModelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendAPICommand}.
8
+ */
6
9
  export interface GetBackendAPICommandInput extends GetBackendAPIRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendAPICommand}.
13
+ */
8
14
  export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendAPIModelsCommand}.
8
+ */
6
9
  export interface GetBackendAPIModelsCommandInput extends GetBackendAPIModelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendAPIModelsCommand}.
13
+ */
8
14
  export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendAuthCommand}.
8
+ */
6
9
  export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendAuthCommand}.
13
+ */
8
14
  export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendRequest, GetBackendResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendCommand}.
8
+ */
6
9
  export interface GetBackendCommandInput extends GetBackendRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendCommand}.
13
+ */
8
14
  export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendJobCommand}.
8
+ */
6
9
  export interface GetBackendJobCommandInput extends GetBackendJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendJobCommand}.
13
+ */
8
14
  export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBackendStorageCommand}.
8
+ */
6
9
  export interface GetBackendStorageCommandInput extends GetBackendStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBackendStorageCommand}.
13
+ */
8
14
  export interface GetBackendStorageCommandOutput extends GetBackendStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetTokenRequest, GetTokenResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTokenCommand}.
8
+ */
6
9
  export interface GetTokenCommandInput extends GetTokenRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTokenCommand}.
13
+ */
8
14
  export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportBackendAuthCommand}.
8
+ */
6
9
  export interface ImportBackendAuthCommandInput extends ImportBackendAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportBackendAuthCommand}.
13
+ */
8
14
  export interface ImportBackendAuthCommandOutput extends ImportBackendAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportBackendStorageCommand}.
8
+ */
6
9
  export interface ImportBackendStorageCommandInput extends ImportBackendStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportBackendStorageCommand}.
13
+ */
8
14
  export interface ImportBackendStorageCommandOutput extends ImportBackendStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBackendJobsCommand}.
8
+ */
6
9
  export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBackendJobsCommand}.
13
+ */
8
14
  export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListS3BucketsCommand}.
8
+ */
6
9
  export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListS3BucketsCommand}.
13
+ */
8
14
  export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveAllBackendsCommand}.
8
+ */
6
9
  export interface RemoveAllBackendsCommandInput extends RemoveAllBackendsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveAllBackendsCommand}.
13
+ */
8
14
  export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveBackendConfigCommand}.
8
+ */
6
9
  export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveBackendConfigCommand}.
13
+ */
8
14
  export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackendAPICommand}.
8
+ */
6
9
  export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackendAPICommand}.
13
+ */
8
14
  export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackendAuthCommand}.
8
+ */
6
9
  export interface UpdateBackendAuthCommandInput extends UpdateBackendAuthRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackendAuthCommand}.
13
+ */
8
14
  export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackendConfigCommand}.
8
+ */
6
9
  export interface UpdateBackendConfigCommandInput extends UpdateBackendConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackendConfigCommand}.
13
+ */
8
14
  export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackendJobCommand}.
8
+ */
6
9
  export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackendJobCommand}.
13
+ */
8
14
  export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackendStorageCommand}.
8
+ */
6
9
  export interface UpdateBackendStorageCommandInput extends UpdateBackendStorageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackendStorageCommand}.
13
+ */
8
14
  export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplifybackend",
3
3
  "description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",