@aws-sdk/client-amplify 3.47.1 → 3.50.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 (52) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-types/models/models_0.d.ts +7 -7
  3. package/package.json +39 -33
  4. package/dist-types/ts3.4/Amplify.d.ts +0 -190
  5. package/dist-types/ts3.4/AmplifyClient.d.ts +0 -110
  6. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetAppCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/index.d.ts +0 -37
  44. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  45. package/dist-types/ts3.4/index.d.ts +0 -4
  46. package/dist-types/ts3.4/models/index.d.ts +0 -1
  47. package/dist-types/ts3.4/models/models_0.d.ts +0 -1388
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -113
  49. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  50. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  51. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  52. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,4 +0,0 @@
1
- export * from "./Amplify";
2
- export * from "./AmplifyClient";
3
- export * from "./commands";
4
- export * from "./models";
@@ -1 +0,0 @@
1
- export * from "./models_0";