@aws-sdk/client-transfer 3.696.0 → 3.703.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 (47) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/index.js +377 -5
  3. package/dist-es/Transfer.js +16 -0
  4. package/dist-es/commands/CreateWebAppCommand.js +22 -0
  5. package/dist-es/commands/DeleteWebAppCommand.js +22 -0
  6. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +22 -0
  7. package/dist-es/commands/DescribeWebAppCommand.js +22 -0
  8. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +23 -0
  9. package/dist-es/commands/ListWebAppsCommand.js +22 -0
  10. package/dist-es/commands/UpdateWebAppCommand.js +22 -0
  11. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +23 -0
  12. package/dist-es/commands/index.js +8 -0
  13. package/dist-es/models/models_0.js +48 -0
  14. package/dist-es/pagination/ListWebAppsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/protocols/Aws_json1_1.js +171 -3
  17. package/dist-types/Transfer.d.ts +57 -0
  18. package/dist-types/TransferClient.d.ts +10 -2
  19. package/dist-types/commands/CreateWebAppCommand.d.ts +102 -0
  20. package/dist-types/commands/DeleteWebAppCommand.d.ts +85 -0
  21. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +90 -0
  22. package/dist-types/commands/DescribeWebAppCommand.d.ts +108 -0
  23. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +93 -0
  24. package/dist-types/commands/ListWebAppsCommand.d.ts +92 -0
  25. package/dist-types/commands/UpdateWebAppCommand.d.ts +101 -0
  26. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +95 -0
  27. package/dist-types/commands/index.d.ts +8 -0
  28. package/dist-types/models/models_0.d.ts +490 -12
  29. package/dist-types/pagination/ListWebAppsPaginator.d.ts +7 -0
  30. package/dist-types/pagination/index.d.ts +1 -0
  31. package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
  32. package/dist-types/ts3.4/Transfer.d.ts +137 -0
  33. package/dist-types/ts3.4/TransferClient.d.ts +50 -2
  34. package/dist-types/ts3.4/commands/CreateWebAppCommand.d.ts +47 -0
  35. package/dist-types/ts3.4/commands/DeleteWebAppCommand.d.ts +45 -0
  36. package/dist-types/ts3.4/commands/DeleteWebAppCustomizationCommand.d.ts +47 -0
  37. package/dist-types/ts3.4/commands/DescribeWebAppCommand.d.ts +50 -0
  38. package/dist-types/ts3.4/commands/DescribeWebAppCustomizationCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/ListWebAppsCommand.d.ts +47 -0
  40. package/dist-types/ts3.4/commands/UpdateWebAppCommand.d.ts +47 -0
  41. package/dist-types/ts3.4/commands/UpdateWebAppCustomizationCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +179 -0
  44. package/dist-types/ts3.4/pagination/ListWebAppsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
  47. package/package.json +4 -4
package/README.md CHANGED
@@ -259,6 +259,14 @@ CreateUser
259
259
 
260
260
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/CreateUserCommandOutput/)
261
261
 
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ CreateWebApp
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/CreateWebAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/CreateWebAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/CreateWebAppCommandOutput/)
269
+
262
270
  </details>
263
271
  <details>
264
272
  <summary>
@@ -339,6 +347,22 @@ DeleteUser
339
347
 
340
348
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DeleteUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteUserCommandOutput/)
341
349
 
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ DeleteWebApp
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DeleteWebAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteWebAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteWebAppCommandOutput/)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ DeleteWebAppCustomization
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DeleteWebAppCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteWebAppCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DeleteWebAppCustomizationCommandOutput/)
365
+
342
366
  </details>
343
367
  <details>
344
368
  <summary>
@@ -427,6 +451,22 @@ DescribeUser
427
451
 
428
452
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DescribeUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeUserCommandOutput/)
429
453
 
454
+ </details>
455
+ <details>
456
+ <summary>
457
+ DescribeWebApp
458
+ </summary>
459
+
460
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DescribeWebAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeWebAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeWebAppCommandOutput/)
461
+
462
+ </details>
463
+ <details>
464
+ <summary>
465
+ DescribeWebAppCustomization
466
+ </summary>
467
+
468
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/DescribeWebAppCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeWebAppCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/DescribeWebAppCustomizationCommandOutput/)
469
+
430
470
  </details>
431
471
  <details>
432
472
  <summary>
@@ -555,6 +595,14 @@ ListUsers
555
595
 
556
596
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/ListUsersCommandOutput/)
557
597
 
598
+ </details>
599
+ <details>
600
+ <summary>
601
+ ListWebApps
602
+ </summary>
603
+
604
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/ListWebAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/ListWebAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/ListWebAppsCommandOutput/)
605
+
558
606
  </details>
559
607
  <details>
560
608
  <summary>
@@ -700,3 +748,19 @@ UpdateUser
700
748
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/UpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateUserCommandOutput/)
701
749
 
702
750
  </details>
751
+ <details>
752
+ <summary>
753
+ UpdateWebApp
754
+ </summary>
755
+
756
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/UpdateWebAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateWebAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateWebAppCommandOutput/)
757
+
758
+ </details>
759
+ <details>
760
+ <summary>
761
+ UpdateWebAppCustomization
762
+ </summary>
763
+
764
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/transfer/command/UpdateWebAppCustomizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateWebAppCustomizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-transfer/Interface/UpdateWebAppCustomizationCommandOutput/)
765
+
766
+ </details>