@aws-sdk/client-pinpoint-email 3.50.0 → 3.51.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 (64) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/PinpointEmail.d.ts +215 -0
  3. package/dist-types/ts3.4/PinpointEmailClient.d.ts +115 -0
  4. package/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateDedicatedIpPoolCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateDeliverabilityTestReportCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateEmailIdentityCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/DeleteDedicatedIpPoolCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeleteEmailIdentityCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/GetBlacklistReportsCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/GetConfigurationSetCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/GetConfigurationSetEventDestinationsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/GetDedicatedIpCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/GetDedicatedIpsCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/GetDeliverabilityTestReportCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/GetDomainDeliverabilityCampaignCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetDomainStatisticsReportCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetEmailIdentityCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/ListDedicatedIpPoolsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ListDeliverabilityTestReportsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListDomainDeliverabilityCampaignsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListEmailIdentitiesCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/PutAccountDedicatedIpWarmupAttributesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/PutAccountSendingAttributesCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/PutConfigurationSetReputationOptionsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/PutConfigurationSetSendingOptionsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/PutConfigurationSetTrackingOptionsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/PutDedicatedIpInPoolCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/PutDedicatedIpWarmupAttributesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/PutDeliverabilityDashboardOptionCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/PutEmailIdentityDkimAttributesCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutEmailIdentityMailFromAttributesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/SendEmailCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -0
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  48. package/dist-types/ts3.4/index.d.ts +5 -0
  49. package/dist-types/ts3.4/models/index.d.ts +1 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +1452 -0
  51. package/dist-types/ts3.4/pagination/GetDedicatedIpsPaginator.d.ts +4 -0
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  53. package/dist-types/ts3.4/pagination/ListConfigurationSetsPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListDedicatedIpPoolsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListDeliverabilityTestReportsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListDomainDeliverabilityCampaignsPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListEmailIdentitiesPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +128 -0
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  64. package/package.json +8 -8
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./PinpointEmail";
2
+ export * from "./PinpointEmailClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";