@aws-sdk/client-pinpoint-email 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +26 -25
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3815,11 +3815,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3815
3815
  // Annotate the CommonJS export names for ESM import in node:
3816
3816
 
3817
3817
  0 && (module.exports = {
3818
- AccountSuspendedException,
3819
- AlreadyExistsException,
3820
- BadRequestException,
3821
- BehaviorOnMxFailure,
3822
- ConcurrentModificationException,
3818
+ PinpointEmailServiceException,
3819
+ __Client,
3820
+ PinpointEmailClient,
3821
+ PinpointEmail,
3822
+ $Command,
3823
3823
  CreateConfigurationSetCommand,
3824
3824
  CreateConfigurationSetEventDestinationCommand,
3825
3825
  CreateDedicatedIpPoolCommand,
@@ -3829,11 +3829,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3829
3829
  DeleteConfigurationSetEventDestinationCommand,
3830
3830
  DeleteDedicatedIpPoolCommand,
3831
3831
  DeleteEmailIdentityCommand,
3832
- DeliverabilityDashboardAccountStatus,
3833
- DeliverabilityTestStatus,
3834
- DimensionValueSource,
3835
- DkimStatus,
3836
- EventType,
3837
3832
  GetAccountCommand,
3838
3833
  GetBlacklistReportsCommand,
3839
3834
  GetConfigurationSetCommand,
@@ -3845,21 +3840,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3845
3840
  GetDomainDeliverabilityCampaignCommand,
3846
3841
  GetDomainStatisticsReportCommand,
3847
3842
  GetEmailIdentityCommand,
3848
- IdentityType,
3849
- LimitExceededException,
3850
3843
  ListConfigurationSetsCommand,
3851
3844
  ListDedicatedIpPoolsCommand,
3852
3845
  ListDeliverabilityTestReportsCommand,
3853
3846
  ListDomainDeliverabilityCampaignsCommand,
3854
3847
  ListEmailIdentitiesCommand,
3855
3848
  ListTagsForResourceCommand,
3856
- MailFromDomainNotVerifiedException,
3857
- MailFromDomainStatus,
3858
- MessageRejected,
3859
- NotFoundException,
3860
- PinpointEmail,
3861
- PinpointEmailClient,
3862
- PinpointEmailServiceException,
3863
3849
  PutAccountDedicatedIpWarmupAttributesCommand,
3864
3850
  PutAccountSendingAttributesCommand,
3865
3851
  PutConfigurationSetDeliveryOptionsCommand,
@@ -3873,19 +3859,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3873
3859
  PutEmailIdentityFeedbackAttributesCommand,
3874
3860
  PutEmailIdentityMailFromAttributesCommand,
3875
3861
  SendEmailCommand,
3876
- SendingPausedException,
3877
3862
  TagResourceCommand,
3878
- TlsPolicy,
3879
- TooManyRequestsException,
3880
3863
  UntagResourceCommand,
3881
3864
  UpdateConfigurationSetEventDestinationCommand,
3882
- WarmupStatus,
3883
- __Client,
3884
3865
  paginateGetDedicatedIps,
3885
3866
  paginateListConfigurationSets,
3886
3867
  paginateListDedicatedIpPools,
3887
3868
  paginateListDeliverabilityTestReports,
3888
3869
  paginateListDomainDeliverabilityCampaigns,
3889
- paginateListEmailIdentities
3870
+ paginateListEmailIdentities,
3871
+ AccountSuspendedException,
3872
+ AlreadyExistsException,
3873
+ BadRequestException,
3874
+ ConcurrentModificationException,
3875
+ TlsPolicy,
3876
+ LimitExceededException,
3877
+ NotFoundException,
3878
+ TooManyRequestsException,
3879
+ DimensionValueSource,
3880
+ EventType,
3881
+ DeliverabilityTestStatus,
3882
+ MailFromDomainNotVerifiedException,
3883
+ MessageRejected,
3884
+ SendingPausedException,
3885
+ DkimStatus,
3886
+ IdentityType,
3887
+ WarmupStatus,
3888
+ DeliverabilityDashboardAccountStatus,
3889
+ BehaviorOnMxFailure,
3890
+ MailFromDomainStatus
3890
3891
  });
3891
3892
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint-email",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-pinpoint-email",
@@ -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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",