@aws-sdk/client-pinpoint 3.325.0 → 3.327.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 (123) hide show
  1. package/dist-types/commands/CreateAppCommand.d.ts +14 -0
  2. package/dist-types/commands/CreateCampaignCommand.d.ts +385 -0
  3. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +10 -0
  4. package/dist-types/commands/CreateExportJobCommand.d.ts +27 -0
  5. package/dist-types/commands/CreateImportJobCommand.d.ts +31 -0
  6. package/dist-types/commands/CreateInAppTemplateCommand.d.ts +10 -0
  7. package/dist-types/commands/CreateJourneyCommand.d.ts +383 -0
  8. package/dist-types/commands/CreatePushTemplateCommand.d.ts +10 -0
  9. package/dist-types/commands/CreateRecommenderConfigurationCommand.d.ts +21 -0
  10. package/dist-types/commands/CreateSegmentCommand.d.ts +158 -0
  11. package/dist-types/commands/CreateSmsTemplateCommand.d.ts +10 -0
  12. package/dist-types/commands/CreateVoiceTemplateCommand.d.ts +10 -0
  13. package/dist-types/commands/DeleteAdmChannelCommand.d.ts +17 -0
  14. package/dist-types/commands/DeleteApnsChannelCommand.d.ts +19 -0
  15. package/dist-types/commands/DeleteApnsSandboxChannelCommand.d.ts +19 -0
  16. package/dist-types/commands/DeleteApnsVoipChannelCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteApnsVoipSandboxChannelCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteAppCommand.d.ts +14 -0
  19. package/dist-types/commands/DeleteBaiduChannelCommand.d.ts +18 -0
  20. package/dist-types/commands/DeleteCampaignCommand.d.ts +385 -0
  21. package/dist-types/commands/DeleteEmailChannelCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +9 -0
  23. package/dist-types/commands/DeleteEndpointCommand.d.ts +51 -0
  24. package/dist-types/commands/DeleteEventStreamCommand.d.ts +13 -0
  25. package/dist-types/commands/DeleteGcmChannelCommand.d.ts +18 -0
  26. package/dist-types/commands/DeleteInAppTemplateCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteJourneyCommand.d.ts +383 -0
  28. package/dist-types/commands/DeletePushTemplateCommand.d.ts +9 -0
  29. package/dist-types/commands/DeleteRecommenderConfigurationCommand.d.ts +21 -0
  30. package/dist-types/commands/DeleteSegmentCommand.d.ts +158 -0
  31. package/dist-types/commands/DeleteSmsChannelCommand.d.ts +21 -0
  32. package/dist-types/commands/DeleteSmsTemplateCommand.d.ts +9 -0
  33. package/dist-types/commands/DeleteUserEndpointsCommand.d.ts +55 -0
  34. package/dist-types/commands/DeleteVoiceChannelCommand.d.ts +17 -0
  35. package/dist-types/commands/DeleteVoiceTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/GetAdmChannelCommand.d.ts +17 -0
  37. package/dist-types/commands/GetApnsChannelCommand.d.ts +19 -0
  38. package/dist-types/commands/GetApnsSandboxChannelCommand.d.ts +19 -0
  39. package/dist-types/commands/GetApnsVoipChannelCommand.d.ts +19 -0
  40. package/dist-types/commands/GetApnsVoipSandboxChannelCommand.d.ts +19 -0
  41. package/dist-types/commands/GetAppCommand.d.ts +14 -0
  42. package/dist-types/commands/GetApplicationDateRangeKpiCommand.d.ts +32 -0
  43. package/dist-types/commands/GetApplicationSettingsCommand.d.ts +25 -0
  44. package/dist-types/commands/GetAppsCommand.d.ts +19 -0
  45. package/dist-types/commands/GetBaiduChannelCommand.d.ts +18 -0
  46. package/dist-types/commands/GetCampaignActivitiesCommand.d.ts +28 -0
  47. package/dist-types/commands/GetCampaignCommand.d.ts +385 -0
  48. package/dist-types/commands/GetCampaignDateRangeKpiCommand.d.ts +33 -0
  49. package/dist-types/commands/GetCampaignVersionCommand.d.ts +385 -0
  50. package/dist-types/commands/GetCampaignVersionsCommand.d.ts +390 -0
  51. package/dist-types/commands/GetCampaignsCommand.d.ts +390 -0
  52. package/dist-types/commands/GetChannelsCommand.d.ts +20 -0
  53. package/dist-types/commands/GetEmailChannelCommand.d.ts +22 -0
  54. package/dist-types/commands/GetEmailTemplateCommand.d.ts +22 -0
  55. package/dist-types/commands/GetEndpointCommand.d.ts +51 -0
  56. package/dist-types/commands/GetEventStreamCommand.d.ts +13 -0
  57. package/dist-types/commands/GetExportJobCommand.d.ts +27 -0
  58. package/dist-types/commands/GetExportJobsCommand.d.ts +32 -0
  59. package/dist-types/commands/GetGcmChannelCommand.d.ts +18 -0
  60. package/dist-types/commands/GetImportJobCommand.d.ts +31 -0
  61. package/dist-types/commands/GetImportJobsCommand.d.ts +36 -0
  62. package/dist-types/commands/GetInAppMessagesCommand.d.ts +112 -0
  63. package/dist-types/commands/GetInAppTemplateCommand.d.ts +78 -0
  64. package/dist-types/commands/GetJourneyCommand.d.ts +383 -0
  65. package/dist-types/commands/GetJourneyDateRangeKpiCommand.d.ts +33 -0
  66. package/dist-types/commands/GetJourneyExecutionActivityMetricsCommand.d.ts +15 -0
  67. package/dist-types/commands/GetJourneyExecutionMetricsCommand.d.ts +13 -0
  68. package/dist-types/commands/GetJourneyRunExecutionActivityMetricsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetJourneyRunExecutionMetricsCommand.d.ts +14 -0
  70. package/dist-types/commands/GetJourneyRunsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetPushTemplateCommand.d.ts +68 -0
  72. package/dist-types/commands/GetRecommenderConfigurationCommand.d.ts +21 -0
  73. package/dist-types/commands/GetRecommenderConfigurationsCommand.d.ts +26 -0
  74. package/dist-types/commands/GetSegmentCommand.d.ts +158 -0
  75. package/dist-types/commands/GetSegmentExportJobsCommand.d.ts +32 -0
  76. package/dist-types/commands/GetSegmentImportJobsCommand.d.ts +36 -0
  77. package/dist-types/commands/GetSegmentVersionCommand.d.ts +158 -0
  78. package/dist-types/commands/GetSegmentVersionsCommand.d.ts +163 -0
  79. package/dist-types/commands/GetSegmentsCommand.d.ts +163 -0
  80. package/dist-types/commands/GetSmsChannelCommand.d.ts +21 -0
  81. package/dist-types/commands/GetSmsTemplateCommand.d.ts +20 -0
  82. package/dist-types/commands/GetUserEndpointsCommand.d.ts +55 -0
  83. package/dist-types/commands/GetVoiceChannelCommand.d.ts +17 -0
  84. package/dist-types/commands/GetVoiceTemplateCommand.d.ts +21 -0
  85. package/dist-types/commands/ListJourneysCommand.d.ts +388 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  87. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +21 -0
  88. package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
  89. package/dist-types/commands/PhoneNumberValidateCommand.d.ts +21 -0
  90. package/dist-types/commands/PutEventStreamCommand.d.ts +13 -0
  91. package/dist-types/commands/PutEventsCommand.d.ts +21 -0
  92. package/dist-types/commands/RemoveAttributesCommand.d.ts +12 -0
  93. package/dist-types/commands/SendMessagesCommand.d.ts +28 -0
  94. package/dist-types/commands/SendOTPMessageCommand.d.ts +28 -0
  95. package/dist-types/commands/SendUsersMessagesCommand.d.ts +21 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  97. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateAdmChannelCommand.d.ts +17 -0
  99. package/dist-types/commands/UpdateApnsChannelCommand.d.ts +19 -0
  100. package/dist-types/commands/UpdateApnsSandboxChannelCommand.d.ts +19 -0
  101. package/dist-types/commands/UpdateApnsVoipChannelCommand.d.ts +19 -0
  102. package/dist-types/commands/UpdateApnsVoipSandboxChannelCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateApplicationSettingsCommand.d.ts +25 -0
  104. package/dist-types/commands/UpdateBaiduChannelCommand.d.ts +18 -0
  105. package/dist-types/commands/UpdateCampaignCommand.d.ts +385 -0
  106. package/dist-types/commands/UpdateEmailChannelCommand.d.ts +22 -0
  107. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +9 -0
  108. package/dist-types/commands/UpdateEndpointCommand.d.ts +9 -0
  109. package/dist-types/commands/UpdateEndpointsBatchCommand.d.ts +9 -0
  110. package/dist-types/commands/UpdateGcmChannelCommand.d.ts +18 -0
  111. package/dist-types/commands/UpdateInAppTemplateCommand.d.ts +9 -0
  112. package/dist-types/commands/UpdateJourneyCommand.d.ts +383 -0
  113. package/dist-types/commands/UpdateJourneyStateCommand.d.ts +383 -0
  114. package/dist-types/commands/UpdatePushTemplateCommand.d.ts +9 -0
  115. package/dist-types/commands/UpdateRecommenderConfigurationCommand.d.ts +21 -0
  116. package/dist-types/commands/UpdateSegmentCommand.d.ts +158 -0
  117. package/dist-types/commands/UpdateSmsChannelCommand.d.ts +21 -0
  118. package/dist-types/commands/UpdateSmsTemplateCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateTemplateActiveVersionCommand.d.ts +9 -0
  120. package/dist-types/commands/UpdateVoiceChannelCommand.d.ts +17 -0
  121. package/dist-types/commands/UpdateVoiceTemplateCommand.d.ts +9 -0
  122. package/dist-types/commands/VerifyOTPMessageCommand.d.ts +8 -0
  123. package/package.json +7 -7
@@ -404,6 +404,387 @@ export interface CreateJourneyCommandOutput extends CreateJourneyResponse, __Met
404
404
  * };
405
405
  * const command = new CreateJourneyCommand(input);
406
406
  * const response = await client.send(command);
407
+ * // { // CreateJourneyResponse
408
+ * // JourneyResponse: { // JourneyResponse
409
+ * // Activities: { // MapOfActivity
410
+ * // "<keys>": { // Activity
411
+ * // CUSTOM: { // CustomMessageActivity
412
+ * // DeliveryUri: "STRING_VALUE",
413
+ * // EndpointTypes: [ // ListOf__EndpointTypesElement
414
+ * // "PUSH" || "GCM" || "APNS" || "APNS_SANDBOX" || "APNS_VOIP" || "APNS_VOIP_SANDBOX" || "ADM" || "SMS" || "VOICE" || "EMAIL" || "BAIDU" || "CUSTOM" || "IN_APP",
415
+ * // ],
416
+ * // MessageConfig: { // JourneyCustomMessage
417
+ * // Data: "STRING_VALUE",
418
+ * // },
419
+ * // NextActivity: "STRING_VALUE",
420
+ * // TemplateName: "STRING_VALUE",
421
+ * // TemplateVersion: "STRING_VALUE",
422
+ * // },
423
+ * // ConditionalSplit: { // ConditionalSplitActivity
424
+ * // Condition: { // Condition
425
+ * // Conditions: [ // ListOfSimpleCondition
426
+ * // { // SimpleCondition
427
+ * // EventCondition: { // EventCondition
428
+ * // Dimensions: { // EventDimensions
429
+ * // Attributes: { // MapOfAttributeDimension
430
+ * // "<keys>": { // AttributeDimension
431
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
432
+ * // Values: [ // ListOf__string // required
433
+ * // "STRING_VALUE",
434
+ * // ],
435
+ * // },
436
+ * // },
437
+ * // EventType: { // SetDimension
438
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
439
+ * // Values: [ // required
440
+ * // "STRING_VALUE",
441
+ * // ],
442
+ * // },
443
+ * // Metrics: { // MapOfMetricDimension
444
+ * // "<keys>": { // MetricDimension
445
+ * // ComparisonOperator: "STRING_VALUE", // required
446
+ * // Value: Number("double"), // required
447
+ * // },
448
+ * // },
449
+ * // },
450
+ * // MessageActivity: "STRING_VALUE",
451
+ * // },
452
+ * // SegmentCondition: { // SegmentCondition
453
+ * // SegmentId: "STRING_VALUE", // required
454
+ * // },
455
+ * // SegmentDimensions: { // SegmentDimensions
456
+ * // Attributes: {
457
+ * // "<keys>": {
458
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
459
+ * // Values: [ // required
460
+ * // "STRING_VALUE",
461
+ * // ],
462
+ * // },
463
+ * // },
464
+ * // Behavior: { // SegmentBehaviors
465
+ * // Recency: { // RecencyDimension
466
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
467
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
468
+ * // },
469
+ * // },
470
+ * // Demographic: { // SegmentDemographics
471
+ * // AppVersion: {
472
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
473
+ * // Values: [ // required
474
+ * // "STRING_VALUE",
475
+ * // ],
476
+ * // },
477
+ * // Channel: {
478
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
479
+ * // Values: [ // required
480
+ * // "STRING_VALUE",
481
+ * // ],
482
+ * // },
483
+ * // DeviceType: {
484
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
485
+ * // Values: "<ListOf__string>", // required
486
+ * // },
487
+ * // Make: {
488
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
489
+ * // Values: "<ListOf__string>", // required
490
+ * // },
491
+ * // Model: "<SetDimension>",
492
+ * // Platform: "<SetDimension>",
493
+ * // },
494
+ * // Location: { // SegmentLocation
495
+ * // Country: "<SetDimension>",
496
+ * // GPSPoint: { // GPSPointDimension
497
+ * // Coordinates: { // GPSCoordinates
498
+ * // Latitude: Number("double"), // required
499
+ * // Longitude: Number("double"), // required
500
+ * // },
501
+ * // RangeInKilometers: Number("double"),
502
+ * // },
503
+ * // },
504
+ * // Metrics: {
505
+ * // "<keys>": {
506
+ * // ComparisonOperator: "STRING_VALUE", // required
507
+ * // Value: Number("double"), // required
508
+ * // },
509
+ * // },
510
+ * // UserAttributes: {
511
+ * // "<keys>": {
512
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
513
+ * // Values: "<ListOf__string>", // required
514
+ * // },
515
+ * // },
516
+ * // },
517
+ * // },
518
+ * // ],
519
+ * // Operator: "ALL" || "ANY",
520
+ * // },
521
+ * // EvaluationWaitTime: { // WaitTime
522
+ * // WaitFor: "STRING_VALUE",
523
+ * // WaitUntil: "STRING_VALUE",
524
+ * // },
525
+ * // FalseActivity: "STRING_VALUE",
526
+ * // TrueActivity: "STRING_VALUE",
527
+ * // },
528
+ * // Description: "STRING_VALUE",
529
+ * // EMAIL: { // EmailMessageActivity
530
+ * // MessageConfig: { // JourneyEmailMessage
531
+ * // FromAddress: "STRING_VALUE",
532
+ * // },
533
+ * // NextActivity: "STRING_VALUE",
534
+ * // TemplateName: "STRING_VALUE",
535
+ * // TemplateVersion: "STRING_VALUE",
536
+ * // },
537
+ * // Holdout: { // HoldoutActivity
538
+ * // NextActivity: "STRING_VALUE",
539
+ * // Percentage: Number("int"), // required
540
+ * // },
541
+ * // MultiCondition: { // MultiConditionalSplitActivity
542
+ * // Branches: [ // ListOfMultiConditionalBranch
543
+ * // { // MultiConditionalBranch
544
+ * // Condition: {
545
+ * // EventCondition: {
546
+ * // Dimensions: {
547
+ * // Attributes: {
548
+ * // "<keys>": {
549
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
550
+ * // Values: "<ListOf__string>", // required
551
+ * // },
552
+ * // },
553
+ * // EventType: "<SetDimension>",
554
+ * // Metrics: {
555
+ * // "<keys>": {
556
+ * // ComparisonOperator: "STRING_VALUE", // required
557
+ * // Value: Number("double"), // required
558
+ * // },
559
+ * // },
560
+ * // },
561
+ * // MessageActivity: "STRING_VALUE",
562
+ * // },
563
+ * // SegmentCondition: {
564
+ * // SegmentId: "STRING_VALUE", // required
565
+ * // },
566
+ * // SegmentDimensions: {
567
+ * // Attributes: {
568
+ * // "<keys>": {
569
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
570
+ * // Values: "<ListOf__string>", // required
571
+ * // },
572
+ * // },
573
+ * // Behavior: {
574
+ * // Recency: {
575
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
576
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
577
+ * // },
578
+ * // },
579
+ * // Demographic: {
580
+ * // AppVersion: "<SetDimension>",
581
+ * // Channel: "<SetDimension>",
582
+ * // DeviceType: "<SetDimension>",
583
+ * // Make: "<SetDimension>",
584
+ * // Model: "<SetDimension>",
585
+ * // Platform: "<SetDimension>",
586
+ * // },
587
+ * // Location: {
588
+ * // Country: "<SetDimension>",
589
+ * // GPSPoint: {
590
+ * // Coordinates: {
591
+ * // Latitude: Number("double"), // required
592
+ * // Longitude: Number("double"), // required
593
+ * // },
594
+ * // RangeInKilometers: Number("double"),
595
+ * // },
596
+ * // },
597
+ * // Metrics: {
598
+ * // "<keys>": {
599
+ * // ComparisonOperator: "STRING_VALUE", // required
600
+ * // Value: Number("double"), // required
601
+ * // },
602
+ * // },
603
+ * // UserAttributes: "<MapOfAttributeDimension>",
604
+ * // },
605
+ * // },
606
+ * // NextActivity: "STRING_VALUE",
607
+ * // },
608
+ * // ],
609
+ * // DefaultActivity: "STRING_VALUE",
610
+ * // EvaluationWaitTime: {
611
+ * // WaitFor: "STRING_VALUE",
612
+ * // WaitUntil: "STRING_VALUE",
613
+ * // },
614
+ * // },
615
+ * // PUSH: { // PushMessageActivity
616
+ * // MessageConfig: { // JourneyPushMessage
617
+ * // TimeToLive: "STRING_VALUE",
618
+ * // },
619
+ * // NextActivity: "STRING_VALUE",
620
+ * // TemplateName: "STRING_VALUE",
621
+ * // TemplateVersion: "STRING_VALUE",
622
+ * // },
623
+ * // RandomSplit: { // RandomSplitActivity
624
+ * // Branches: [ // ListOfRandomSplitEntry
625
+ * // { // RandomSplitEntry
626
+ * // NextActivity: "STRING_VALUE",
627
+ * // Percentage: Number("int"),
628
+ * // },
629
+ * // ],
630
+ * // },
631
+ * // SMS: { // SMSMessageActivity
632
+ * // MessageConfig: { // JourneySMSMessage
633
+ * // MessageType: "TRANSACTIONAL" || "PROMOTIONAL",
634
+ * // OriginationNumber: "STRING_VALUE",
635
+ * // SenderId: "STRING_VALUE",
636
+ * // EntityId: "STRING_VALUE",
637
+ * // TemplateId: "STRING_VALUE",
638
+ * // },
639
+ * // NextActivity: "STRING_VALUE",
640
+ * // TemplateName: "STRING_VALUE",
641
+ * // TemplateVersion: "STRING_VALUE",
642
+ * // },
643
+ * // Wait: { // WaitActivity
644
+ * // NextActivity: "STRING_VALUE",
645
+ * // WaitTime: {
646
+ * // WaitFor: "STRING_VALUE",
647
+ * // WaitUntil: "STRING_VALUE",
648
+ * // },
649
+ * // },
650
+ * // ContactCenter: { // ContactCenterActivity
651
+ * // NextActivity: "STRING_VALUE",
652
+ * // },
653
+ * // },
654
+ * // },
655
+ * // ApplicationId: "STRING_VALUE", // required
656
+ * // CreationDate: "STRING_VALUE",
657
+ * // Id: "STRING_VALUE", // required
658
+ * // LastModifiedDate: "STRING_VALUE",
659
+ * // Limits: { // JourneyLimits
660
+ * // DailyCap: Number("int"),
661
+ * // EndpointReentryCap: Number("int"),
662
+ * // MessagesPerSecond: Number("int"),
663
+ * // EndpointReentryInterval: "STRING_VALUE",
664
+ * // },
665
+ * // LocalTime: true || false,
666
+ * // Name: "STRING_VALUE", // required
667
+ * // QuietTime: { // QuietTime
668
+ * // End: "STRING_VALUE",
669
+ * // Start: "STRING_VALUE",
670
+ * // },
671
+ * // RefreshFrequency: "STRING_VALUE",
672
+ * // Schedule: { // JourneySchedule
673
+ * // EndTime: new Date("TIMESTAMP"),
674
+ * // StartTime: new Date("TIMESTAMP"),
675
+ * // Timezone: "STRING_VALUE",
676
+ * // },
677
+ * // StartActivity: "STRING_VALUE",
678
+ * // StartCondition: { // StartCondition
679
+ * // Description: "STRING_VALUE",
680
+ * // EventStartCondition: { // EventStartCondition
681
+ * // EventFilter: { // EventFilter
682
+ * // Dimensions: {
683
+ * // Attributes: "<MapOfAttributeDimension>",
684
+ * // EventType: "<SetDimension>",
685
+ * // Metrics: "<MapOfMetricDimension>",
686
+ * // },
687
+ * // FilterType: "SYSTEM" || "ENDPOINT", // required
688
+ * // },
689
+ * // SegmentId: "STRING_VALUE",
690
+ * // },
691
+ * // SegmentStartCondition: {
692
+ * // SegmentId: "STRING_VALUE", // required
693
+ * // },
694
+ * // },
695
+ * // State: "DRAFT" || "ACTIVE" || "COMPLETED" || "CANCELLED" || "CLOSED" || "PAUSED",
696
+ * // tags: { // MapOf__string
697
+ * // "<keys>": "STRING_VALUE",
698
+ * // },
699
+ * // WaitForQuietTime: true || false,
700
+ * // RefreshOnSegmentUpdate: true || false,
701
+ * // JourneyChannelSettings: { // JourneyChannelSettings
702
+ * // ConnectCampaignArn: "STRING_VALUE",
703
+ * // ConnectCampaignExecutionRoleArn: "STRING_VALUE",
704
+ * // },
705
+ * // SendingSchedule: true || false,
706
+ * // OpenHours: { // OpenHours
707
+ * // EMAIL: { // MapOfListOfOpenHoursRules
708
+ * // "<keys>": [ // ListOfOpenHoursRules
709
+ * // { // OpenHoursRule
710
+ * // StartTime: "STRING_VALUE",
711
+ * // EndTime: "STRING_VALUE",
712
+ * // },
713
+ * // ],
714
+ * // },
715
+ * // SMS: {
716
+ * // "<keys>": [
717
+ * // {
718
+ * // StartTime: "STRING_VALUE",
719
+ * // EndTime: "STRING_VALUE",
720
+ * // },
721
+ * // ],
722
+ * // },
723
+ * // PUSH: {
724
+ * // "<keys>": [
725
+ * // {
726
+ * // StartTime: "STRING_VALUE",
727
+ * // EndTime: "STRING_VALUE",
728
+ * // },
729
+ * // ],
730
+ * // },
731
+ * // VOICE: {
732
+ * // "<keys>": [
733
+ * // {
734
+ * // StartTime: "STRING_VALUE",
735
+ * // EndTime: "STRING_VALUE",
736
+ * // },
737
+ * // ],
738
+ * // },
739
+ * // CUSTOM: {
740
+ * // "<keys>": [
741
+ * // {
742
+ * // StartTime: "STRING_VALUE",
743
+ * // EndTime: "STRING_VALUE",
744
+ * // },
745
+ * // ],
746
+ * // },
747
+ * // },
748
+ * // ClosedDays: { // ClosedDays
749
+ * // EMAIL: [ // ListOfClosedDaysRules
750
+ * // { // ClosedDaysRule
751
+ * // Name: "STRING_VALUE",
752
+ * // StartDateTime: "STRING_VALUE",
753
+ * // EndDateTime: "STRING_VALUE",
754
+ * // },
755
+ * // ],
756
+ * // SMS: [
757
+ * // {
758
+ * // Name: "STRING_VALUE",
759
+ * // StartDateTime: "STRING_VALUE",
760
+ * // EndDateTime: "STRING_VALUE",
761
+ * // },
762
+ * // ],
763
+ * // PUSH: [
764
+ * // {
765
+ * // Name: "STRING_VALUE",
766
+ * // StartDateTime: "STRING_VALUE",
767
+ * // EndDateTime: "STRING_VALUE",
768
+ * // },
769
+ * // ],
770
+ * // VOICE: [
771
+ * // {
772
+ * // Name: "STRING_VALUE",
773
+ * // StartDateTime: "STRING_VALUE",
774
+ * // EndDateTime: "STRING_VALUE",
775
+ * // },
776
+ * // ],
777
+ * // CUSTOM: [
778
+ * // {
779
+ * // Name: "STRING_VALUE",
780
+ * // StartDateTime: "STRING_VALUE",
781
+ * // EndDateTime: "STRING_VALUE",
782
+ * // },
783
+ * // ],
784
+ * // },
785
+ * // },
786
+ * // };
787
+ *
407
788
  * ```
408
789
  *
409
790
  * @param CreateJourneyCommandInput - {@link CreateJourneyCommandInput}
@@ -433,6 +814,8 @@ export interface CreateJourneyCommandOutput extends CreateJourneyResponse, __Met
433
814
  * @throws {@link TooManyRequestsException} (client fault)
434
815
  * <p>Provides information about an API request or response.</p>
435
816
  *
817
+ * @throws {@link PinpointServiceException}
818
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
436
819
  *
437
820
  */
438
821
  export declare class CreateJourneyCommand extends $Command<CreateJourneyCommandInput, CreateJourneyCommandOutput, PinpointClientResolvedConfig> {
@@ -88,6 +88,14 @@ export interface CreatePushTemplateCommandOutput extends CreatePushTemplateRespo
88
88
  * };
89
89
  * const command = new CreatePushTemplateCommand(input);
90
90
  * const response = await client.send(command);
91
+ * // { // CreatePushTemplateResponse
92
+ * // CreateTemplateMessageBody: { // CreateTemplateMessageBody
93
+ * // Arn: "STRING_VALUE",
94
+ * // Message: "STRING_VALUE",
95
+ * // RequestID: "STRING_VALUE",
96
+ * // },
97
+ * // };
98
+ *
91
99
  * ```
92
100
  *
93
101
  * @param CreatePushTemplateCommandInput - {@link CreatePushTemplateCommandInput}
@@ -111,6 +119,8 @@ export interface CreatePushTemplateCommandOutput extends CreatePushTemplateRespo
111
119
  * @throws {@link TooManyRequestsException} (client fault)
112
120
  * <p>Provides information about an API request or response.</p>
113
121
  *
122
+ * @throws {@link PinpointServiceException}
123
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
114
124
  *
115
125
  */
116
126
  export declare class CreatePushTemplateCommand extends $Command<CreatePushTemplateCommandInput, CreatePushTemplateCommandOutput, PinpointClientResolvedConfig> {
@@ -43,6 +43,25 @@ export interface CreateRecommenderConfigurationCommandOutput extends CreateRecom
43
43
  * };
44
44
  * const command = new CreateRecommenderConfigurationCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateRecommenderConfigurationResponse
47
+ * // RecommenderConfigurationResponse: { // RecommenderConfigurationResponse
48
+ * // Attributes: { // MapOf__string
49
+ * // "<keys>": "STRING_VALUE",
50
+ * // },
51
+ * // CreationDate: "STRING_VALUE", // required
52
+ * // Description: "STRING_VALUE",
53
+ * // Id: "STRING_VALUE", // required
54
+ * // LastModifiedDate: "STRING_VALUE", // required
55
+ * // Name: "STRING_VALUE",
56
+ * // RecommendationProviderIdType: "STRING_VALUE",
57
+ * // RecommendationProviderRoleArn: "STRING_VALUE", // required
58
+ * // RecommendationProviderUri: "STRING_VALUE", // required
59
+ * // RecommendationTransformerUri: "STRING_VALUE",
60
+ * // RecommendationsDisplayName: "STRING_VALUE",
61
+ * // RecommendationsPerMessage: Number("int"),
62
+ * // },
63
+ * // };
64
+ *
46
65
  * ```
47
66
  *
48
67
  * @param CreateRecommenderConfigurationCommandInput - {@link CreateRecommenderConfigurationCommandInput}
@@ -72,6 +91,8 @@ export interface CreateRecommenderConfigurationCommandOutput extends CreateRecom
72
91
  * @throws {@link TooManyRequestsException} (client fault)
73
92
  * <p>Provides information about an API request or response.</p>
74
93
  *
94
+ * @throws {@link PinpointServiceException}
95
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
75
96
  *
76
97
  */
77
98
  export declare class CreateRecommenderConfigurationCommand extends $Command<CreateRecommenderConfigurationCommandInput, CreateRecommenderConfigurationCommandOutput, PinpointClientResolvedConfig> {
@@ -167,6 +167,162 @@ export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __Met
167
167
  * };
168
168
  * const command = new CreateSegmentCommand(input);
169
169
  * const response = await client.send(command);
170
+ * // { // CreateSegmentResponse
171
+ * // SegmentResponse: { // SegmentResponse
172
+ * // ApplicationId: "STRING_VALUE", // required
173
+ * // Arn: "STRING_VALUE", // required
174
+ * // CreationDate: "STRING_VALUE", // required
175
+ * // Dimensions: { // SegmentDimensions
176
+ * // Attributes: { // MapOfAttributeDimension
177
+ * // "<keys>": { // AttributeDimension
178
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
179
+ * // Values: [ // ListOf__string // required
180
+ * // "STRING_VALUE",
181
+ * // ],
182
+ * // },
183
+ * // },
184
+ * // Behavior: { // SegmentBehaviors
185
+ * // Recency: { // RecencyDimension
186
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
187
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
188
+ * // },
189
+ * // },
190
+ * // Demographic: { // SegmentDemographics
191
+ * // AppVersion: { // SetDimension
192
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
193
+ * // Values: [ // required
194
+ * // "STRING_VALUE",
195
+ * // ],
196
+ * // },
197
+ * // Channel: {
198
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
199
+ * // Values: [ // required
200
+ * // "STRING_VALUE",
201
+ * // ],
202
+ * // },
203
+ * // DeviceType: {
204
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
205
+ * // Values: [ // required
206
+ * // "STRING_VALUE",
207
+ * // ],
208
+ * // },
209
+ * // Make: {
210
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
211
+ * // Values: [ // required
212
+ * // "STRING_VALUE",
213
+ * // ],
214
+ * // },
215
+ * // Model: {
216
+ * // DimensionType: "INCLUSIVE" || "EXCLUSIVE",
217
+ * // Values: "<ListOf__string>", // required
218
+ * // },
219
+ * // Platform: "<SetDimension>",
220
+ * // },
221
+ * // Location: { // SegmentLocation
222
+ * // Country: "<SetDimension>",
223
+ * // GPSPoint: { // GPSPointDimension
224
+ * // Coordinates: { // GPSCoordinates
225
+ * // Latitude: Number("double"), // required
226
+ * // Longitude: Number("double"), // required
227
+ * // },
228
+ * // RangeInKilometers: Number("double"),
229
+ * // },
230
+ * // },
231
+ * // Metrics: { // MapOfMetricDimension
232
+ * // "<keys>": { // MetricDimension
233
+ * // ComparisonOperator: "STRING_VALUE", // required
234
+ * // Value: Number("double"), // required
235
+ * // },
236
+ * // },
237
+ * // UserAttributes: {
238
+ * // "<keys>": {
239
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
240
+ * // Values: "<ListOf__string>", // required
241
+ * // },
242
+ * // },
243
+ * // },
244
+ * // Id: "STRING_VALUE", // required
245
+ * // ImportDefinition: { // SegmentImportResource
246
+ * // ChannelCounts: { // MapOf__integer
247
+ * // "<keys>": Number("int"),
248
+ * // },
249
+ * // ExternalId: "STRING_VALUE", // required
250
+ * // Format: "CSV" || "JSON", // required
251
+ * // RoleArn: "STRING_VALUE", // required
252
+ * // S3Url: "STRING_VALUE", // required
253
+ * // Size: Number("int"), // required
254
+ * // },
255
+ * // LastModifiedDate: "STRING_VALUE",
256
+ * // Name: "STRING_VALUE",
257
+ * // SegmentGroups: { // SegmentGroupList
258
+ * // Groups: [ // ListOfSegmentGroup
259
+ * // { // SegmentGroup
260
+ * // Dimensions: [ // ListOfSegmentDimensions
261
+ * // {
262
+ * // Attributes: {
263
+ * // "<keys>": {
264
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
265
+ * // Values: "<ListOf__string>", // required
266
+ * // },
267
+ * // },
268
+ * // Behavior: {
269
+ * // Recency: {
270
+ * // Duration: "HR_24" || "DAY_7" || "DAY_14" || "DAY_30", // required
271
+ * // RecencyType: "ACTIVE" || "INACTIVE", // required
272
+ * // },
273
+ * // },
274
+ * // Demographic: {
275
+ * // AppVersion: "<SetDimension>",
276
+ * // Channel: "<SetDimension>",
277
+ * // DeviceType: "<SetDimension>",
278
+ * // Make: "<SetDimension>",
279
+ * // Model: "<SetDimension>",
280
+ * // Platform: "<SetDimension>",
281
+ * // },
282
+ * // Location: {
283
+ * // Country: "<SetDimension>",
284
+ * // GPSPoint: {
285
+ * // Coordinates: {
286
+ * // Latitude: Number("double"), // required
287
+ * // Longitude: Number("double"), // required
288
+ * // },
289
+ * // RangeInKilometers: Number("double"),
290
+ * // },
291
+ * // },
292
+ * // Metrics: {
293
+ * // "<keys>": {
294
+ * // ComparisonOperator: "STRING_VALUE", // required
295
+ * // Value: Number("double"), // required
296
+ * // },
297
+ * // },
298
+ * // UserAttributes: {
299
+ * // "<keys>": {
300
+ * // AttributeType: "INCLUSIVE" || "EXCLUSIVE" || "CONTAINS" || "BEFORE" || "AFTER" || "ON" || "BETWEEN",
301
+ * // Values: "<ListOf__string>", // required
302
+ * // },
303
+ * // },
304
+ * // },
305
+ * // ],
306
+ * // SourceSegments: [ // ListOfSegmentReference
307
+ * // { // SegmentReference
308
+ * // Id: "STRING_VALUE", // required
309
+ * // Version: Number("int"),
310
+ * // },
311
+ * // ],
312
+ * // SourceType: "ALL" || "ANY" || "NONE",
313
+ * // Type: "ALL" || "ANY" || "NONE",
314
+ * // },
315
+ * // ],
316
+ * // Include: "ALL" || "ANY" || "NONE",
317
+ * // },
318
+ * // SegmentType: "DIMENSIONAL" || "IMPORT", // required
319
+ * // tags: { // MapOf__string
320
+ * // "<keys>": "STRING_VALUE",
321
+ * // },
322
+ * // Version: Number("int"),
323
+ * // },
324
+ * // };
325
+ *
170
326
  * ```
171
327
  *
172
328
  * @param CreateSegmentCommandInput - {@link CreateSegmentCommandInput}
@@ -196,6 +352,8 @@ export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __Met
196
352
  * @throws {@link TooManyRequestsException} (client fault)
197
353
  * <p>Provides information about an API request or response.</p>
198
354
  *
355
+ * @throws {@link PinpointServiceException}
356
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
199
357
  *
200
358
  */
201
359
  export declare class CreateSegmentCommand extends $Command<CreateSegmentCommandInput, CreateSegmentCommandOutput, PinpointClientResolvedConfig> {
@@ -40,6 +40,14 @@ export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateRespons
40
40
  * };
41
41
  * const command = new CreateSmsTemplateCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // CreateSmsTemplateResponse
44
+ * // CreateTemplateMessageBody: { // CreateTemplateMessageBody
45
+ * // Arn: "STRING_VALUE",
46
+ * // Message: "STRING_VALUE",
47
+ * // RequestID: "STRING_VALUE",
48
+ * // },
49
+ * // };
50
+ *
43
51
  * ```
44
52
  *
45
53
  * @param CreateSmsTemplateCommandInput - {@link CreateSmsTemplateCommandInput}
@@ -63,6 +71,8 @@ export interface CreateSmsTemplateCommandOutput extends CreateSmsTemplateRespons
63
71
  * @throws {@link TooManyRequestsException} (client fault)
64
72
  * <p>Provides information about an API request or response.</p>
65
73
  *
74
+ * @throws {@link PinpointServiceException}
75
+ * <p>Base exception class for all service exceptions from Pinpoint service.</p>
66
76
  *
67
77
  */
68
78
  export declare class CreateSmsTemplateCommand extends $Command<CreateSmsTemplateCommandInput, CreateSmsTemplateCommandOutput, PinpointClientResolvedConfig> {