aws-sdk-pinpoint 1.50.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 857476c9114a5c36c7ec4efd20d5b469a5a096f0730b64f9927eb4bb3c75d998
4
- data.tar.gz: cf1ce4534d5141f62a259015d7df101ecbb97502ed50bbde71a278612b1fa69f
3
+ metadata.gz: b1975d1b6d308415778271fb3d0963b7022c89b7079472bad08c958fe6f5156c
4
+ data.tar.gz: f8af8ae29bc405423c7df6b3d981e8f8bbfa5a49e35978407c53c35206d7ff52
5
5
  SHA512:
6
- metadata.gz: af915b52443eae63e5b98b644a170955f1bb717eef4b691f3e2f3ba12d4003da5f3c8cfdbf18030566ee71238ed1bc8ca009957a830353786e4d025779d5f577
7
- data.tar.gz: 3ae633317d92542d37c00398cd87d93f6fdc37ec26c2dbe1e71790ce5a37c53ab8b19329cd86d25429b7e9f856e8f701cad6ad5e24f37c143acd8ba7cb95d9c2
6
+ metadata.gz: 74da7bd6ff81b6a428734fdd661cdfe9d0ac267431e4332fb2453905fa36c3046280824ff572863e3cfe358e874f39bbd3fc38a094a41850c5625b49fbef0b73
7
+ data.tar.gz: 66221a6cf24dbeb05971a69050473df74d14499675bf46e5d812a37c487ddf0c76ba8095cbf3286e3728fd84f4cbc9258d204c230176602508b1bd1bbeda5ee9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
48
48
  # @!group service
49
49
  module Aws::Pinpoint
50
50
 
51
- GEM_VERSION = '1.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
@@ -473,6 +473,8 @@ module Aws::Pinpoint
473
473
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
474
474
  # origination_number: "__string",
475
475
  # sender_id: "__string",
476
+ # entity_id: "__string",
477
+ # template_id: "__string",
476
478
  # },
477
479
  # },
478
480
  # schedule: {
@@ -633,6 +635,8 @@ module Aws::Pinpoint
633
635
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
634
636
  # origination_number: "__string",
635
637
  # sender_id: "__string",
638
+ # entity_id: "__string",
639
+ # template_id: "__string",
636
640
  # },
637
641
  # },
638
642
  # name: "__string",
@@ -772,6 +776,8 @@ module Aws::Pinpoint
772
776
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
773
777
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
774
778
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
779
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
780
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
775
781
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
776
782
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
777
783
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -890,6 +896,8 @@ module Aws::Pinpoint
890
896
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
891
897
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
892
898
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
899
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
900
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
893
901
  # resp.campaign_response.name #=> String
894
902
  # resp.campaign_response.schedule.end_time #=> String
895
903
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -1363,6 +1371,8 @@ module Aws::Pinpoint
1363
1371
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1364
1372
  # origination_number: "__string",
1365
1373
  # sender_id: "__string",
1374
+ # entity_id: "__string",
1375
+ # template_id: "__string",
1366
1376
  # },
1367
1377
  # next_activity: "__string",
1368
1378
  # template_name: "__string",
@@ -1567,6 +1577,8 @@ module Aws::Pinpoint
1567
1577
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1568
1578
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
1569
1579
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
1580
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
1581
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
1570
1582
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1571
1583
  # resp.journey_response.activities["__string"].sms.template_name #=> String
1572
1584
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -2487,6 +2499,8 @@ module Aws::Pinpoint
2487
2499
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2488
2500
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
2489
2501
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
2502
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
2503
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
2490
2504
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2491
2505
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
2492
2506
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -2605,6 +2619,8 @@ module Aws::Pinpoint
2605
2619
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2606
2620
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
2607
2621
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
2622
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
2623
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
2608
2624
  # resp.campaign_response.name #=> String
2609
2625
  # resp.campaign_response.schedule.end_time #=> String
2610
2626
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -3009,6 +3025,8 @@ module Aws::Pinpoint
3009
3025
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3010
3026
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
3011
3027
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
3028
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
3029
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
3012
3030
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
3013
3031
  # resp.journey_response.activities["__string"].sms.template_name #=> String
3014
3032
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -3948,6 +3966,8 @@ module Aws::Pinpoint
3948
3966
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3949
3967
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
3950
3968
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
3969
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
3970
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
3951
3971
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3952
3972
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
3953
3973
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -4066,6 +4086,8 @@ module Aws::Pinpoint
4066
4086
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4067
4087
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4068
4088
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4089
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
4090
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
4069
4091
  # resp.campaign_response.name #=> String
4070
4092
  # resp.campaign_response.schedule.end_time #=> String
4071
4093
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -4318,6 +4340,8 @@ module Aws::Pinpoint
4318
4340
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4319
4341
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4320
4342
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4343
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4344
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
4321
4345
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4322
4346
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4323
4347
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -4436,6 +4460,8 @@ module Aws::Pinpoint
4436
4460
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4437
4461
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4438
4462
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4463
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
4464
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
4439
4465
  # resp.campaign_response.name #=> String
4440
4466
  # resp.campaign_response.schedule.end_time #=> String
4441
4467
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -4582,6 +4608,8 @@ module Aws::Pinpoint
4582
4608
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4583
4609
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4584
4610
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4611
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4612
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.template_id #=> String
4585
4613
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4586
4614
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4587
4615
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -4700,6 +4728,8 @@ module Aws::Pinpoint
4700
4728
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4701
4729
  # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4702
4730
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4731
+ # resp.campaigns_response.item[0].message_configuration.sms_message.entity_id #=> String
4732
+ # resp.campaigns_response.item[0].message_configuration.sms_message.template_id #=> String
4703
4733
  # resp.campaigns_response.item[0].name #=> String
4704
4734
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4705
4735
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4845,6 +4875,8 @@ module Aws::Pinpoint
4845
4875
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4846
4876
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4847
4877
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4878
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4879
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.template_id #=> String
4848
4880
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4849
4881
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4850
4882
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -4963,6 +4995,8 @@ module Aws::Pinpoint
4963
4995
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4964
4996
  # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4965
4997
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4998
+ # resp.campaigns_response.item[0].message_configuration.sms_message.entity_id #=> String
4999
+ # resp.campaigns_response.item[0].message_configuration.sms_message.template_id #=> String
4966
5000
  # resp.campaigns_response.item[0].name #=> String
4967
5001
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4968
5002
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -5626,6 +5660,8 @@ module Aws::Pinpoint
5626
5660
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5627
5661
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
5628
5662
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
5663
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
5664
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
5629
5665
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5630
5666
  # resp.journey_response.activities["__string"].sms.template_name #=> String
5631
5667
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -7021,6 +7057,8 @@ module Aws::Pinpoint
7021
7057
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
7022
7058
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.origination_number #=> String
7023
7059
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
7060
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.entity_id #=> String
7061
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.template_id #=> String
7024
7062
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
7025
7063
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
7026
7064
  # resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
@@ -7616,6 +7654,8 @@ module Aws::Pinpoint
7616
7654
  # substitutions: {
7617
7655
  # "__string" => ["__string"],
7618
7656
  # },
7657
+ # entity_id: "__string",
7658
+ # template_id: "__string",
7619
7659
  # },
7620
7660
  # voice_message: {
7621
7661
  # body: "__string",
@@ -7841,6 +7881,8 @@ module Aws::Pinpoint
7841
7881
  # substitutions: {
7842
7882
  # "__string" => ["__string"],
7843
7883
  # },
7884
+ # entity_id: "__string",
7885
+ # template_id: "__string",
7844
7886
  # },
7845
7887
  # voice_message: {
7846
7888
  # body: "__string",
@@ -8439,6 +8481,8 @@ module Aws::Pinpoint
8439
8481
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8440
8482
  # origination_number: "__string",
8441
8483
  # sender_id: "__string",
8484
+ # entity_id: "__string",
8485
+ # template_id: "__string",
8442
8486
  # },
8443
8487
  # },
8444
8488
  # schedule: {
@@ -8599,6 +8643,8 @@ module Aws::Pinpoint
8599
8643
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8600
8644
  # origination_number: "__string",
8601
8645
  # sender_id: "__string",
8646
+ # entity_id: "__string",
8647
+ # template_id: "__string",
8602
8648
  # },
8603
8649
  # },
8604
8650
  # name: "__string",
@@ -8738,6 +8784,8 @@ module Aws::Pinpoint
8738
8784
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8739
8785
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
8740
8786
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
8787
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
8788
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
8741
8789
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8742
8790
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
8743
8791
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
@@ -8856,6 +8904,8 @@ module Aws::Pinpoint
8856
8904
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8857
8905
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
8858
8906
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
8907
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
8908
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
8859
8909
  # resp.campaign_response.name #=> String
8860
8910
  # resp.campaign_response.schedule.end_time #=> String
8861
8911
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -9481,6 +9531,8 @@ module Aws::Pinpoint
9481
9531
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9482
9532
  # origination_number: "__string",
9483
9533
  # sender_id: "__string",
9534
+ # entity_id: "__string",
9535
+ # template_id: "__string",
9484
9536
  # },
9485
9537
  # next_activity: "__string",
9486
9538
  # template_name: "__string",
@@ -9685,6 +9737,8 @@ module Aws::Pinpoint
9685
9737
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9686
9738
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9687
9739
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9740
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
9741
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
9688
9742
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9689
9743
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9690
9744
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9893,6 +9947,8 @@ module Aws::Pinpoint
9893
9947
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9894
9948
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9895
9949
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9950
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
9951
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
9896
9952
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9897
9953
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9898
9954
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -10625,7 +10681,7 @@ module Aws::Pinpoint
10625
10681
  params: params,
10626
10682
  config: config)
10627
10683
  context[:gem_name] = 'aws-sdk-pinpoint'
10628
- context[:gem_version] = '1.50.0'
10684
+ context[:gem_version] = '1.51.0'
10629
10685
  Seahorse::Client::Request.new(handlers, context)
10630
10686
  end
10631
10687
 
@@ -842,6 +842,8 @@ module Aws::Pinpoint
842
842
  CampaignSmsMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
843
843
  CampaignSmsMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
844
844
  CampaignSmsMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
845
+ CampaignSmsMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
846
+ CampaignSmsMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
845
847
  CampaignSmsMessage.struct_class = Types::CampaignSmsMessage
846
848
 
847
849
  CampaignState.add_member(:campaign_status, Shapes::ShapeRef.new(shape: CampaignStatus, location_name: "CampaignStatus"))
@@ -2054,6 +2056,8 @@ module Aws::Pinpoint
2054
2056
  JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
2055
2057
  JourneySMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
2056
2058
  JourneySMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2059
+ JourneySMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
2060
+ JourneySMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
2057
2061
  JourneySMSMessage.struct_class = Types::JourneySMSMessage
2058
2062
 
2059
2063
  JourneySchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "EndTime"))
@@ -2465,6 +2469,8 @@ module Aws::Pinpoint
2465
2469
  SMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
2466
2470
  SMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2467
2471
  SMSMessage.add_member(:substitutions, Shapes::ShapeRef.new(shape: MapOfListOf__string, location_name: "Substitutions"))
2472
+ SMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
2473
+ SMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
2468
2474
  SMSMessage.struct_class = Types::SMSMessage
2469
2475
 
2470
2476
  SMSMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneySMSMessage, location_name: "MessageConfig"))
@@ -1501,6 +1501,8 @@ module Aws::Pinpoint
1501
1501
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1502
1502
  # origination_number: "__string",
1503
1503
  # sender_id: "__string",
1504
+ # entity_id: "__string",
1505
+ # template_id: "__string",
1504
1506
  # },
1505
1507
  # next_activity: "__string",
1506
1508
  # template_name: "__string",
@@ -2801,6 +2803,8 @@ module Aws::Pinpoint
2801
2803
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
2802
2804
  # origination_number: "__string",
2803
2805
  # sender_id: "__string",
2806
+ # entity_id: "__string",
2807
+ # template_id: "__string",
2804
2808
  # }
2805
2809
  #
2806
2810
  # @!attribute [rw] body
@@ -2827,13 +2831,25 @@ module Aws::Pinpoint
2827
2831
  # the SMS message.
2828
2832
  # @return [String]
2829
2833
  #
2834
+ # @!attribute [rw] entity_id
2835
+ # The entity ID or Principal Entity (PE) id received from the
2836
+ # regulatory body for sending SMS in your country.
2837
+ # @return [String]
2838
+ #
2839
+ # @!attribute [rw] template_id
2840
+ # The template ID received from the regulatory body for sending SMS in
2841
+ # your country.
2842
+ # @return [String]
2843
+ #
2830
2844
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CampaignSmsMessage AWS API Documentation
2831
2845
  #
2832
2846
  class CampaignSmsMessage < Struct.new(
2833
2847
  :body,
2834
2848
  :message_type,
2835
2849
  :origination_number,
2836
- :sender_id)
2850
+ :sender_id,
2851
+ :entity_id,
2852
+ :template_id)
2837
2853
  SENSITIVE = []
2838
2854
  include Aws::Structure
2839
2855
  end
@@ -3421,6 +3437,8 @@ module Aws::Pinpoint
3421
3437
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3422
3438
  # origination_number: "__string",
3423
3439
  # sender_id: "__string",
3440
+ # entity_id: "__string",
3441
+ # template_id: "__string",
3424
3442
  # },
3425
3443
  # },
3426
3444
  # schedule: {
@@ -3581,6 +3599,8 @@ module Aws::Pinpoint
3581
3599
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3582
3600
  # origination_number: "__string",
3583
3601
  # sender_id: "__string",
3602
+ # entity_id: "__string",
3603
+ # template_id: "__string",
3584
3604
  # },
3585
3605
  # },
3586
3606
  # name: "__string",
@@ -4075,6 +4095,8 @@ module Aws::Pinpoint
4075
4095
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
4076
4096
  # origination_number: "__string",
4077
4097
  # sender_id: "__string",
4098
+ # entity_id: "__string",
4099
+ # template_id: "__string",
4078
4100
  # },
4079
4101
  # next_activity: "__string",
4080
4102
  # template_name: "__string",
@@ -5950,6 +5972,8 @@ module Aws::Pinpoint
5950
5972
  # substitutions: {
5951
5973
  # "__string" => ["__string"],
5952
5974
  # },
5975
+ # entity_id: "__string",
5976
+ # template_id: "__string",
5953
5977
  # },
5954
5978
  # voice_message: {
5955
5979
  # body: "__string",
@@ -10940,6 +10964,8 @@ module Aws::Pinpoint
10940
10964
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
10941
10965
  # origination_number: "__string",
10942
10966
  # sender_id: "__string",
10967
+ # entity_id: "__string",
10968
+ # template_id: "__string",
10943
10969
  # }
10944
10970
  #
10945
10971
  # @!attribute [rw] message_type
@@ -10968,12 +10994,24 @@ module Aws::Pinpoint
10968
10994
  # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
10969
10995
  # @return [String]
10970
10996
  #
10997
+ # @!attribute [rw] entity_id
10998
+ # The entity ID or Principal Entity (PE) id received from the
10999
+ # regulatory body for sending SMS in your country.
11000
+ # @return [String]
11001
+ #
11002
+ # @!attribute [rw] template_id
11003
+ # The template ID received from the regulatory body for sending SMS in
11004
+ # your country.
11005
+ # @return [String]
11006
+ #
10971
11007
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneySMSMessage AWS API Documentation
10972
11008
  #
10973
11009
  class JourneySMSMessage < Struct.new(
10974
11010
  :message_type,
10975
11011
  :origination_number,
10976
- :sender_id)
11012
+ :sender_id,
11013
+ :entity_id,
11014
+ :template_id)
10977
11015
  SENSITIVE = []
10978
11016
  include Aws::Structure
10979
11017
  end
@@ -11493,6 +11531,8 @@ module Aws::Pinpoint
11493
11531
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
11494
11532
  # origination_number: "__string",
11495
11533
  # sender_id: "__string",
11534
+ # entity_id: "__string",
11535
+ # template_id: "__string",
11496
11536
  # },
11497
11537
  # }
11498
11538
  #
@@ -11740,6 +11780,8 @@ module Aws::Pinpoint
11740
11780
  # substitutions: {
11741
11781
  # "__string" => ["__string"],
11742
11782
  # },
11783
+ # entity_id: "__string",
11784
+ # template_id: "__string",
11743
11785
  # },
11744
11786
  # voice_message: {
11745
11787
  # body: "__string",
@@ -13534,6 +13576,8 @@ module Aws::Pinpoint
13534
13576
  # substitutions: {
13535
13577
  # "__string" => ["__string"],
13536
13578
  # },
13579
+ # entity_id: "__string",
13580
+ # template_id: "__string",
13537
13581
  # }
13538
13582
  #
13539
13583
  # @!attribute [rw] body
@@ -13575,6 +13619,16 @@ module Aws::Pinpoint
13575
13619
  # the default variables with individual address variables.
13576
13620
  # @return [Hash<String,Array<String>>]
13577
13621
  #
13622
+ # @!attribute [rw] entity_id
13623
+ # The entity ID or Principal Entity (PE) id received from the
13624
+ # regulatory body for sending SMS in your country.
13625
+ # @return [String]
13626
+ #
13627
+ # @!attribute [rw] template_id
13628
+ # The template ID received from the regulatory body for sending SMS in
13629
+ # your country.
13630
+ # @return [String]
13631
+ #
13578
13632
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/SMSMessage AWS API Documentation
13579
13633
  #
13580
13634
  class SMSMessage < Struct.new(
@@ -13584,7 +13638,9 @@ module Aws::Pinpoint
13584
13638
  :message_type,
13585
13639
  :origination_number,
13586
13640
  :sender_id,
13587
- :substitutions)
13641
+ :substitutions,
13642
+ :entity_id,
13643
+ :template_id)
13588
13644
  SENSITIVE = []
13589
13645
  include Aws::Structure
13590
13646
  end
@@ -13600,6 +13656,8 @@ module Aws::Pinpoint
13600
13656
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
13601
13657
  # origination_number: "__string",
13602
13658
  # sender_id: "__string",
13659
+ # entity_id: "__string",
13660
+ # template_id: "__string",
13603
13661
  # },
13604
13662
  # next_activity: "__string",
13605
13663
  # template_name: "__string",
@@ -14770,6 +14828,8 @@ module Aws::Pinpoint
14770
14828
  # substitutions: {
14771
14829
  # "__string" => ["__string"],
14772
14830
  # },
14831
+ # entity_id: "__string",
14832
+ # template_id: "__string",
14773
14833
  # },
14774
14834
  # voice_message: {
14775
14835
  # body: "__string",
@@ -14987,6 +15047,8 @@ module Aws::Pinpoint
14987
15047
  # substitutions: {
14988
15048
  # "__string" => ["__string"],
14989
15049
  # },
15050
+ # entity_id: "__string",
15051
+ # template_id: "__string",
14990
15052
  # },
14991
15053
  # voice_message: {
14992
15054
  # body: "__string",
@@ -15260,6 +15322,8 @@ module Aws::Pinpoint
15260
15322
  # substitutions: {
15261
15323
  # "__string" => ["__string"],
15262
15324
  # },
15325
+ # entity_id: "__string",
15326
+ # template_id: "__string",
15263
15327
  # },
15264
15328
  # voice_message: {
15265
15329
  # body: "__string",
@@ -16589,6 +16653,8 @@ module Aws::Pinpoint
16589
16653
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16590
16654
  # origination_number: "__string",
16591
16655
  # sender_id: "__string",
16656
+ # entity_id: "__string",
16657
+ # template_id: "__string",
16592
16658
  # },
16593
16659
  # },
16594
16660
  # schedule: {
@@ -16749,6 +16815,8 @@ module Aws::Pinpoint
16749
16815
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16750
16816
  # origination_number: "__string",
16751
16817
  # sender_id: "__string",
16818
+ # entity_id: "__string",
16819
+ # template_id: "__string",
16752
16820
  # },
16753
16821
  # },
16754
16822
  # name: "__string",
@@ -17408,6 +17476,8 @@ module Aws::Pinpoint
17408
17476
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
17409
17477
  # origination_number: "__string",
17410
17478
  # sender_id: "__string",
17479
+ # entity_id: "__string",
17480
+ # template_id: "__string",
17411
17481
  # },
17412
17482
  # next_activity: "__string",
17413
17483
  # template_name: "__string",
@@ -18869,6 +18939,8 @@ module Aws::Pinpoint
18869
18939
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
18870
18940
  # origination_number: "__string",
18871
18941
  # sender_id: "__string",
18942
+ # entity_id: "__string",
18943
+ # template_id: "__string",
18872
18944
  # },
18873
18945
  # },
18874
18946
  # schedule: {
@@ -19029,6 +19101,8 @@ module Aws::Pinpoint
19029
19101
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19030
19102
  # origination_number: "__string",
19031
19103
  # sender_id: "__string",
19104
+ # entity_id: "__string",
19105
+ # template_id: "__string",
19032
19106
  # },
19033
19107
  # },
19034
19108
  # name: "__string",
@@ -19489,6 +19563,8 @@ module Aws::Pinpoint
19489
19563
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19490
19564
  # origination_number: "__string",
19491
19565
  # sender_id: "__string",
19566
+ # entity_id: "__string",
19567
+ # template_id: "__string",
19492
19568
  # },
19493
19569
  # next_activity: "__string",
19494
19570
  # template_name: "__string",
@@ -19955,6 +20031,8 @@ module Aws::Pinpoint
19955
20031
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19956
20032
  # origination_number: "__string",
19957
20033
  # sender_id: "__string",
20034
+ # entity_id: "__string",
20035
+ # template_id: "__string",
19958
20036
  # },
19959
20037
  # },
19960
20038
  # schedule: {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-15 00:00:00.000000000 Z
11
+ date: 2021-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core