@aws-sdk/client-pinpoint 3.496.0 → 3.499.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 +40 -39
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -11524,14 +11524,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11524
11524
  // Annotate the CommonJS export names for ESM import in node:
11525
11525
 
11526
11526
  0 && (module.exports = {
11527
- Action,
11528
- Alignment,
11529
- AttributeType,
11530
- BadRequestException,
11531
- ButtonAction,
11532
- CampaignStatus,
11533
- ChannelType,
11534
- ConflictException,
11527
+ PinpointServiceException,
11528
+ __Client,
11529
+ PinpointClient,
11530
+ Pinpoint,
11531
+ $Command,
11535
11532
  CreateAppCommand,
11536
11533
  CreateCampaignCommand,
11537
11534
  CreateEmailTemplateCommand,
@@ -11544,7 +11541,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11544
11541
  CreateSegmentCommand,
11545
11542
  CreateSmsTemplateCommand,
11546
11543
  CreateVoiceTemplateCommand,
11547
- DayOfWeek,
11548
11544
  DeleteAdmChannelCommand,
11549
11545
  DeleteApnsChannelCommand,
11550
11546
  DeleteApnsSandboxChannelCommand,
@@ -11568,13 +11564,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11568
11564
  DeleteUserEndpointsCommand,
11569
11565
  DeleteVoiceChannelCommand,
11570
11566
  DeleteVoiceTemplateCommand,
11571
- DeliveryStatus,
11572
- DimensionType,
11573
- Duration,
11574
- FilterType,
11575
- ForbiddenException,
11576
- Format,
11577
- Frequency,
11578
11567
  GetAdmChannelCommand,
11579
11568
  GetApnsChannelCommand,
11580
11569
  GetApnsSandboxChannelCommand,
@@ -11624,39 +11613,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11624
11613
  GetUserEndpointsCommand,
11625
11614
  GetVoiceChannelCommand,
11626
11615
  GetVoiceTemplateCommand,
11627
- Include,
11628
- InternalServerErrorException,
11629
- JobStatus,
11630
- JourneyRunStatus,
11631
- Layout,
11632
11616
  ListJourneysCommand,
11633
11617
  ListTagsForResourceCommand,
11634
11618
  ListTemplateVersionsCommand,
11635
11619
  ListTemplatesCommand,
11636
- MessageType,
11637
- MethodNotAllowedException,
11638
- Mode,
11639
- NotFoundException,
11640
- Operator,
11641
- PayloadTooLargeException,
11642
11620
  PhoneNumberValidateCommand,
11643
- Pinpoint,
11644
- PinpointClient,
11645
- PinpointServiceException,
11646
11621
  PutEventStreamCommand,
11647
11622
  PutEventsCommand,
11648
- RecencyType,
11649
11623
  RemoveAttributesCommand,
11650
- SegmentType,
11651
11624
  SendMessagesCommand,
11652
11625
  SendOTPMessageCommand,
11653
11626
  SendUsersMessagesCommand,
11654
- SourceType,
11655
- State,
11656
11627
  TagResourceCommand,
11657
- TemplateType,
11658
- TooManyRequestsException,
11659
- Type,
11660
11628
  UntagResourceCommand,
11661
11629
  UpdateAdmChannelCommand,
11662
11630
  UpdateApnsChannelCommand,
@@ -11683,8 +11651,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
11683
11651
  UpdateVoiceChannelCommand,
11684
11652
  UpdateVoiceTemplateCommand,
11685
11653
  VerifyOTPMessageCommand,
11686
- __Client,
11687
11654
  __EndpointTypesElement,
11688
- __TimezoneEstimationMethodsElement
11655
+ __TimezoneEstimationMethodsElement,
11656
+ Action,
11657
+ AttributeType,
11658
+ DimensionType,
11659
+ Duration,
11660
+ RecencyType,
11661
+ Operator,
11662
+ MessageType,
11663
+ ChannelType,
11664
+ Alignment,
11665
+ Mode,
11666
+ BadRequestException,
11667
+ ButtonAction,
11668
+ FilterType,
11669
+ Layout,
11670
+ Frequency,
11671
+ CampaignStatus,
11672
+ ConflictException,
11673
+ ForbiddenException,
11674
+ InternalServerErrorException,
11675
+ MethodNotAllowedException,
11676
+ NotFoundException,
11677
+ PayloadTooLargeException,
11678
+ TooManyRequestsException,
11679
+ JobStatus,
11680
+ Format,
11681
+ DayOfWeek,
11682
+ State,
11683
+ SourceType,
11684
+ Type,
11685
+ Include,
11686
+ SegmentType,
11687
+ DeliveryStatus,
11688
+ TemplateType,
11689
+ JourneyRunStatus
11689
11690
  });
11690
11691
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-pinpoint",
3
3
  "description": "AWS SDK for JavaScript Pinpoint Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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",
@@ -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.499.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.499.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",