aws-sdk-pinpoint 1.49.0 → 1.50.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: 93825a8647bf02a809b14e028493358624ababc21d46d655b05dd8d8946231fc
4
- data.tar.gz: acb470a3f89a82f27a4ca12d5d9b6f6951cb3d843dc6b2e66050bade4f5e0d60
3
+ metadata.gz: 857476c9114a5c36c7ec4efd20d5b469a5a096f0730b64f9927eb4bb3c75d998
4
+ data.tar.gz: cf1ce4534d5141f62a259015d7df101ecbb97502ed50bbde71a278612b1fa69f
5
5
  SHA512:
6
- metadata.gz: 8666fdf2ef3b6329d446f6ead97495891991e4cb2281000af4f59dea4ed7172b12bb2dd2227460d50653c82019544e314891b1a6d0626e0e2eb0f71c03242420
7
- data.tar.gz: 2c4129c0c1f1cf85172ba5ea72b8acdd41b9d75d10e9d70382e2a84fa54471e3672953a63acf0ba0c52aca0661a04384b8ec8e8459a41683977b614496865cc6
6
+ metadata.gz: af915b52443eae63e5b98b644a170955f1bb717eef4b691f3e2f3ba12d4003da5f3c8cfdbf18030566ee71238ed1bc8ca009957a830353786e4d025779d5f577
7
+ data.tar.gz: 3ae633317d92542d37c00398cd87d93f6fdc37ec26c2dbe1e71790ce5a37c53ab8b19329cd86d25429b7e9f856e8f701cad6ad5e24f37c143acd8ba7cb95d9c2
@@ -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.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
@@ -471,6 +471,7 @@ module Aws::Pinpoint
471
471
  # sms_message: {
472
472
  # body: "__string",
473
473
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
474
+ # origination_number: "__string",
474
475
  # sender_id: "__string",
475
476
  # },
476
477
  # },
@@ -630,6 +631,7 @@ module Aws::Pinpoint
630
631
  # sms_message: {
631
632
  # body: "__string",
632
633
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
634
+ # origination_number: "__string",
633
635
  # sender_id: "__string",
634
636
  # },
635
637
  # },
@@ -768,6 +770,7 @@ module Aws::Pinpoint
768
770
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
769
771
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
770
772
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
773
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
771
774
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
772
775
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
773
776
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -885,6 +888,7 @@ module Aws::Pinpoint
885
888
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
886
889
  # resp.campaign_response.message_configuration.sms_message.body #=> String
887
890
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
891
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
888
892
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
889
893
  # resp.campaign_response.name #=> String
890
894
  # resp.campaign_response.schedule.end_time #=> String
@@ -1357,6 +1361,7 @@ module Aws::Pinpoint
1357
1361
  # sms: {
1358
1362
  # message_config: {
1359
1363
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1364
+ # origination_number: "__string",
1360
1365
  # sender_id: "__string",
1361
1366
  # },
1362
1367
  # next_activity: "__string",
@@ -1560,6 +1565,7 @@ module Aws::Pinpoint
1560
1565
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
1561
1566
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
1562
1567
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1568
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
1563
1569
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
1564
1570
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1565
1571
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -2479,6 +2485,7 @@ module Aws::Pinpoint
2479
2485
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
2480
2486
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
2481
2487
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2488
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
2482
2489
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
2483
2490
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2484
2491
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -2596,6 +2603,7 @@ module Aws::Pinpoint
2596
2603
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2597
2604
  # resp.campaign_response.message_configuration.sms_message.body #=> String
2598
2605
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2606
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
2599
2607
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
2600
2608
  # resp.campaign_response.name #=> String
2601
2609
  # resp.campaign_response.schedule.end_time #=> String
@@ -2999,6 +3007,7 @@ module Aws::Pinpoint
2999
3007
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
3000
3008
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
3001
3009
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3010
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
3002
3011
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
3003
3012
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
3004
3013
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -3937,6 +3946,7 @@ module Aws::Pinpoint
3937
3946
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
3938
3947
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
3939
3948
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3949
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
3940
3950
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
3941
3951
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3942
3952
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4054,6 +4064,7 @@ module Aws::Pinpoint
4054
4064
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4055
4065
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4056
4066
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4067
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4057
4068
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4058
4069
  # resp.campaign_response.name #=> String
4059
4070
  # resp.campaign_response.schedule.end_time #=> String
@@ -4305,6 +4316,7 @@ module Aws::Pinpoint
4305
4316
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
4306
4317
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
4307
4318
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4319
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4308
4320
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4309
4321
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4310
4322
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4422,6 +4434,7 @@ module Aws::Pinpoint
4422
4434
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4423
4435
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4424
4436
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4437
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4425
4438
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4426
4439
  # resp.campaign_response.name #=> String
4427
4440
  # resp.campaign_response.schedule.end_time #=> String
@@ -4567,6 +4580,7 @@ module Aws::Pinpoint
4567
4580
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4568
4581
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4569
4582
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4583
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4570
4584
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4571
4585
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4572
4586
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4684,6 +4698,7 @@ module Aws::Pinpoint
4684
4698
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4685
4699
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4686
4700
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4701
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4687
4702
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4688
4703
  # resp.campaigns_response.item[0].name #=> String
4689
4704
  # resp.campaigns_response.item[0].schedule.end_time #=> String
@@ -4828,6 +4843,7 @@ module Aws::Pinpoint
4828
4843
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4829
4844
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4830
4845
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4846
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4831
4847
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4832
4848
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4833
4849
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4945,6 +4961,7 @@ module Aws::Pinpoint
4945
4961
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4946
4962
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4947
4963
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4964
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4948
4965
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4949
4966
  # resp.campaigns_response.item[0].name #=> String
4950
4967
  # resp.campaigns_response.item[0].schedule.end_time #=> String
@@ -5607,6 +5624,7 @@ module Aws::Pinpoint
5607
5624
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
5608
5625
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
5609
5626
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5627
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
5610
5628
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
5611
5629
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5612
5630
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -7001,6 +7019,7 @@ module Aws::Pinpoint
7001
7019
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
7002
7020
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
7003
7021
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
7022
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.origination_number #=> String
7004
7023
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
7005
7024
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
7006
7025
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
@@ -8418,6 +8437,7 @@ module Aws::Pinpoint
8418
8437
  # sms_message: {
8419
8438
  # body: "__string",
8420
8439
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8440
+ # origination_number: "__string",
8421
8441
  # sender_id: "__string",
8422
8442
  # },
8423
8443
  # },
@@ -8577,6 +8597,7 @@ module Aws::Pinpoint
8577
8597
  # sms_message: {
8578
8598
  # body: "__string",
8579
8599
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8600
+ # origination_number: "__string",
8580
8601
  # sender_id: "__string",
8581
8602
  # },
8582
8603
  # },
@@ -8715,6 +8736,7 @@ module Aws::Pinpoint
8715
8736
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
8716
8737
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
8717
8738
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8739
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
8718
8740
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
8719
8741
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8720
8742
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -8832,6 +8854,7 @@ module Aws::Pinpoint
8832
8854
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
8833
8855
  # resp.campaign_response.message_configuration.sms_message.body #=> String
8834
8856
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8857
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
8835
8858
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
8836
8859
  # resp.campaign_response.name #=> String
8837
8860
  # resp.campaign_response.schedule.end_time #=> String
@@ -9456,6 +9479,7 @@ module Aws::Pinpoint
9456
9479
  # sms: {
9457
9480
  # message_config: {
9458
9481
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9482
+ # origination_number: "__string",
9459
9483
  # sender_id: "__string",
9460
9484
  # },
9461
9485
  # next_activity: "__string",
@@ -9659,6 +9683,7 @@ module Aws::Pinpoint
9659
9683
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9660
9684
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9661
9685
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9686
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9662
9687
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9663
9688
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9664
9689
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -9866,6 +9891,7 @@ module Aws::Pinpoint
9866
9891
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9867
9892
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9868
9893
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9894
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9869
9895
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9870
9896
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9871
9897
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -10599,7 +10625,7 @@ module Aws::Pinpoint
10599
10625
  params: params,
10600
10626
  config: config)
10601
10627
  context[:gem_name] = 'aws-sdk-pinpoint'
10602
- context[:gem_version] = '1.49.0'
10628
+ context[:gem_version] = '1.50.0'
10603
10629
  Seahorse::Client::Request.new(handlers, context)
10604
10630
  end
10605
10631
 
@@ -840,6 +840,7 @@ module Aws::Pinpoint
840
840
 
841
841
  CampaignSmsMessage.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
842
842
  CampaignSmsMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
843
+ CampaignSmsMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
843
844
  CampaignSmsMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
844
845
  CampaignSmsMessage.struct_class = Types::CampaignSmsMessage
845
846
 
@@ -2051,6 +2052,7 @@ module Aws::Pinpoint
2051
2052
  JourneyResponse.struct_class = Types::JourneyResponse
2052
2053
 
2053
2054
  JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
2055
+ JourneySMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
2054
2056
  JourneySMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2055
2057
  JourneySMSMessage.struct_class = Types::JourneySMSMessage
2056
2058
 
@@ -1499,6 +1499,7 @@ module Aws::Pinpoint
1499
1499
  # sms: {
1500
1500
  # message_config: {
1501
1501
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1502
+ # origination_number: "__string",
1502
1503
  # sender_id: "__string",
1503
1504
  # },
1504
1505
  # next_activity: "__string",
@@ -2798,6 +2799,7 @@ module Aws::Pinpoint
2798
2799
  # {
2799
2800
  # body: "__string",
2800
2801
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
2802
+ # origination_number: "__string",
2801
2803
  # sender_id: "__string",
2802
2804
  # }
2803
2805
  #
@@ -2812,6 +2814,14 @@ module Aws::Pinpoint
2812
2814
  # time-sensitive, such as marketing messages).
2813
2815
  # @return [String]
2814
2816
  #
2817
+ # @!attribute [rw] origination_number
2818
+ # The long code to send the SMS message from. This value should be one
2819
+ # of the dedicated long codes that's assigned to your AWS account.
2820
+ # Although it isn't required, we recommend that you specify the long
2821
+ # code using an E.164 format to ensure prompt and accurate delivery of
2822
+ # the message. For example, +12065550100.
2823
+ # @return [String]
2824
+ #
2815
2825
  # @!attribute [rw] sender_id
2816
2826
  # The sender ID to display on recipients' devices when they receive
2817
2827
  # the SMS message.
@@ -2822,6 +2832,7 @@ module Aws::Pinpoint
2822
2832
  class CampaignSmsMessage < Struct.new(
2823
2833
  :body,
2824
2834
  :message_type,
2835
+ :origination_number,
2825
2836
  :sender_id)
2826
2837
  SENSITIVE = []
2827
2838
  include Aws::Structure
@@ -3408,6 +3419,7 @@ module Aws::Pinpoint
3408
3419
  # sms_message: {
3409
3420
  # body: "__string",
3410
3421
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3422
+ # origination_number: "__string",
3411
3423
  # sender_id: "__string",
3412
3424
  # },
3413
3425
  # },
@@ -3567,6 +3579,7 @@ module Aws::Pinpoint
3567
3579
  # sms_message: {
3568
3580
  # body: "__string",
3569
3581
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
3582
+ # origination_number: "__string",
3570
3583
  # sender_id: "__string",
3571
3584
  # },
3572
3585
  # },
@@ -4060,6 +4073,7 @@ module Aws::Pinpoint
4060
4073
  # sms: {
4061
4074
  # message_config: {
4062
4075
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
4076
+ # origination_number: "__string",
4063
4077
  # sender_id: "__string",
4064
4078
  # },
4065
4079
  # next_activity: "__string",
@@ -10924,6 +10938,7 @@ module Aws::Pinpoint
10924
10938
  #
10925
10939
  # {
10926
10940
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
10941
+ # origination_number: "__string",
10927
10942
  # sender_id: "__string",
10928
10943
  # }
10929
10944
  #
@@ -10934,6 +10949,14 @@ module Aws::Pinpoint
10934
10949
  # time-sensitive, such as marketing messages).
10935
10950
  # @return [String]
10936
10951
  #
10952
+ # @!attribute [rw] origination_number
10953
+ # The long code to send the SMS message from. This value should be one
10954
+ # of the dedicated long codes that's assigned to your AWS account.
10955
+ # Although it isn't required, we recommend that you specify the long
10956
+ # code using an E.164 format to ensure prompt and accurate delivery of
10957
+ # the message. For example, +12065550100.
10958
+ # @return [String]
10959
+ #
10937
10960
  # @!attribute [rw] sender_id
10938
10961
  # The sender ID to display as the sender of the message on a
10939
10962
  # recipient's device. Support for sender IDs varies by country or
@@ -10949,6 +10972,7 @@ module Aws::Pinpoint
10949
10972
  #
10950
10973
  class JourneySMSMessage < Struct.new(
10951
10974
  :message_type,
10975
+ :origination_number,
10952
10976
  :sender_id)
10953
10977
  SENSITIVE = []
10954
10978
  include Aws::Structure
@@ -11467,6 +11491,7 @@ module Aws::Pinpoint
11467
11491
  # sms_message: {
11468
11492
  # body: "__string",
11469
11493
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
11494
+ # origination_number: "__string",
11470
11495
  # sender_id: "__string",
11471
11496
  # },
11472
11497
  # }
@@ -13573,6 +13598,7 @@ module Aws::Pinpoint
13573
13598
  # {
13574
13599
  # message_config: {
13575
13600
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
13601
+ # origination_number: "__string",
13576
13602
  # sender_id: "__string",
13577
13603
  # },
13578
13604
  # next_activity: "__string",
@@ -16561,6 +16587,7 @@ module Aws::Pinpoint
16561
16587
  # sms_message: {
16562
16588
  # body: "__string",
16563
16589
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16590
+ # origination_number: "__string",
16564
16591
  # sender_id: "__string",
16565
16592
  # },
16566
16593
  # },
@@ -16720,6 +16747,7 @@ module Aws::Pinpoint
16720
16747
  # sms_message: {
16721
16748
  # body: "__string",
16722
16749
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
16750
+ # origination_number: "__string",
16723
16751
  # sender_id: "__string",
16724
16752
  # },
16725
16753
  # },
@@ -17378,6 +17406,7 @@ module Aws::Pinpoint
17378
17406
  # sms: {
17379
17407
  # message_config: {
17380
17408
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
17409
+ # origination_number: "__string",
17381
17410
  # sender_id: "__string",
17382
17411
  # },
17383
17412
  # next_activity: "__string",
@@ -18838,6 +18867,7 @@ module Aws::Pinpoint
18838
18867
  # sms_message: {
18839
18868
  # body: "__string",
18840
18869
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
18870
+ # origination_number: "__string",
18841
18871
  # sender_id: "__string",
18842
18872
  # },
18843
18873
  # },
@@ -18997,6 +19027,7 @@ module Aws::Pinpoint
18997
19027
  # sms_message: {
18998
19028
  # body: "__string",
18999
19029
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19030
+ # origination_number: "__string",
19000
19031
  # sender_id: "__string",
19001
19032
  # },
19002
19033
  # },
@@ -19456,6 +19487,7 @@ module Aws::Pinpoint
19456
19487
  # sms: {
19457
19488
  # message_config: {
19458
19489
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19490
+ # origination_number: "__string",
19459
19491
  # sender_id: "__string",
19460
19492
  # },
19461
19493
  # next_activity: "__string",
@@ -19921,6 +19953,7 @@ module Aws::Pinpoint
19921
19953
  # sms_message: {
19922
19954
  # body: "__string",
19923
19955
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19956
+ # origination_number: "__string",
19924
19957
  # sender_id: "__string",
19925
19958
  # },
19926
19959
  # },
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.49.0
4
+ version: 1.50.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-02 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core