aws-sdk-pinpoint 1.50.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.54.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.54.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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",
@@ -1383,6 +1393,7 @@ module Aws::Pinpoint
1383
1393
  # daily_cap: 1,
1384
1394
  # endpoint_reentry_cap: 1,
1385
1395
  # messages_per_second: 1,
1396
+ # endpoint_reentry_interval: "__string",
1386
1397
  # },
1387
1398
  # local_time: false,
1388
1399
  # name: "__string", # required
@@ -1427,7 +1438,9 @@ module Aws::Pinpoint
1427
1438
  # segment_id: "__string", # required
1428
1439
  # },
1429
1440
  # },
1430
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
1441
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
1442
+ # wait_for_quiet_time: false,
1443
+ # refresh_on_segment_update: false,
1431
1444
  # },
1432
1445
  # })
1433
1446
  #
@@ -1567,6 +1580,8 @@ module Aws::Pinpoint
1567
1580
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1568
1581
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
1569
1582
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
1583
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
1584
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
1570
1585
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1571
1586
  # resp.journey_response.activities["__string"].sms.template_name #=> String
1572
1587
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -1580,6 +1595,7 @@ module Aws::Pinpoint
1580
1595
  # resp.journey_response.limits.daily_cap #=> Integer
1581
1596
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
1582
1597
  # resp.journey_response.limits.messages_per_second #=> Integer
1598
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
1583
1599
  # resp.journey_response.local_time #=> Boolean
1584
1600
  # resp.journey_response.name #=> String
1585
1601
  # resp.journey_response.quiet_time.end #=> String
@@ -1603,7 +1619,7 @@ module Aws::Pinpoint
1603
1619
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
1604
1620
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
1605
1621
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
1606
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
1622
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
1607
1623
  # resp.journey_response.tags #=> Hash
1608
1624
  # resp.journey_response.tags["__string"] #=> String
1609
1625
  #
@@ -2487,6 +2503,8 @@ module Aws::Pinpoint
2487
2503
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2488
2504
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
2489
2505
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
2506
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
2507
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
2490
2508
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2491
2509
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
2492
2510
  # 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 +2623,8 @@ module Aws::Pinpoint
2605
2623
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2606
2624
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
2607
2625
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
2626
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
2627
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
2608
2628
  # resp.campaign_response.name #=> String
2609
2629
  # resp.campaign_response.schedule.end_time #=> String
2610
2630
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -3009,6 +3029,8 @@ module Aws::Pinpoint
3009
3029
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3010
3030
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
3011
3031
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
3032
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
3033
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
3012
3034
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
3013
3035
  # resp.journey_response.activities["__string"].sms.template_name #=> String
3014
3036
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -3022,6 +3044,7 @@ module Aws::Pinpoint
3022
3044
  # resp.journey_response.limits.daily_cap #=> Integer
3023
3045
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
3024
3046
  # resp.journey_response.limits.messages_per_second #=> Integer
3047
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
3025
3048
  # resp.journey_response.local_time #=> Boolean
3026
3049
  # resp.journey_response.name #=> String
3027
3050
  # resp.journey_response.quiet_time.end #=> String
@@ -3045,7 +3068,7 @@ module Aws::Pinpoint
3045
3068
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
3046
3069
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
3047
3070
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
3048
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
3071
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
3049
3072
  # resp.journey_response.tags #=> Hash
3050
3073
  # resp.journey_response.tags["__string"] #=> String
3051
3074
  #
@@ -3948,6 +3971,8 @@ module Aws::Pinpoint
3948
3971
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3949
3972
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
3950
3973
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
3974
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
3975
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
3951
3976
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3952
3977
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
3953
3978
  # 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 +4091,8 @@ module Aws::Pinpoint
4066
4091
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4067
4092
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4068
4093
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4094
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
4095
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
4069
4096
  # resp.campaign_response.name #=> String
4070
4097
  # resp.campaign_response.schedule.end_time #=> String
4071
4098
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -4318,6 +4345,8 @@ module Aws::Pinpoint
4318
4345
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4319
4346
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4320
4347
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4348
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4349
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
4321
4350
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4322
4351
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4323
4352
  # 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 +4465,8 @@ module Aws::Pinpoint
4436
4465
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4437
4466
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4438
4467
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4468
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
4469
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
4439
4470
  # resp.campaign_response.name #=> String
4440
4471
  # resp.campaign_response.schedule.end_time #=> String
4441
4472
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -4582,6 +4613,8 @@ module Aws::Pinpoint
4582
4613
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4583
4614
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4584
4615
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4616
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4617
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.template_id #=> String
4585
4618
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4586
4619
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4587
4620
  # 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 +4733,8 @@ module Aws::Pinpoint
4700
4733
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4701
4734
  # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4702
4735
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4736
+ # resp.campaigns_response.item[0].message_configuration.sms_message.entity_id #=> String
4737
+ # resp.campaigns_response.item[0].message_configuration.sms_message.template_id #=> String
4703
4738
  # resp.campaigns_response.item[0].name #=> String
4704
4739
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4705
4740
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -4845,6 +4880,8 @@ module Aws::Pinpoint
4845
4880
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4846
4881
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4847
4882
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4883
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.entity_id #=> String
4884
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.template_id #=> String
4848
4885
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4849
4886
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4850
4887
  # 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 +5000,8 @@ module Aws::Pinpoint
4963
5000
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4964
5001
  # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4965
5002
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
5003
+ # resp.campaigns_response.item[0].message_configuration.sms_message.entity_id #=> String
5004
+ # resp.campaigns_response.item[0].message_configuration.sms_message.template_id #=> String
4966
5005
  # resp.campaigns_response.item[0].name #=> String
4967
5006
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4968
5007
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
@@ -5626,6 +5665,8 @@ module Aws::Pinpoint
5626
5665
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5627
5666
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
5628
5667
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
5668
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
5669
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
5629
5670
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5630
5671
  # resp.journey_response.activities["__string"].sms.template_name #=> String
5631
5672
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -5639,6 +5680,7 @@ module Aws::Pinpoint
5639
5680
  # resp.journey_response.limits.daily_cap #=> Integer
5640
5681
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
5641
5682
  # resp.journey_response.limits.messages_per_second #=> Integer
5683
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
5642
5684
  # resp.journey_response.local_time #=> Boolean
5643
5685
  # resp.journey_response.name #=> String
5644
5686
  # resp.journey_response.quiet_time.end #=> String
@@ -5662,7 +5704,7 @@ module Aws::Pinpoint
5662
5704
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
5663
5705
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
5664
5706
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
5665
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
5707
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
5666
5708
  # resp.journey_response.tags #=> Hash
5667
5709
  # resp.journey_response.tags["__string"] #=> String
5668
5710
  #
@@ -7021,6 +7063,8 @@ module Aws::Pinpoint
7021
7063
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
7022
7064
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.origination_number #=> String
7023
7065
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
7066
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.entity_id #=> String
7067
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.template_id #=> String
7024
7068
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
7025
7069
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
7026
7070
  # resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
@@ -7034,6 +7078,7 @@ module Aws::Pinpoint
7034
7078
  # resp.journeys_response.item[0].limits.daily_cap #=> Integer
7035
7079
  # resp.journeys_response.item[0].limits.endpoint_reentry_cap #=> Integer
7036
7080
  # resp.journeys_response.item[0].limits.messages_per_second #=> Integer
7081
+ # resp.journeys_response.item[0].limits.endpoint_reentry_interval #=> String
7037
7082
  # resp.journeys_response.item[0].local_time #=> Boolean
7038
7083
  # resp.journeys_response.item[0].name #=> String
7039
7084
  # resp.journeys_response.item[0].quiet_time.end #=> String
@@ -7057,7 +7102,7 @@ module Aws::Pinpoint
7057
7102
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
7058
7103
  # resp.journeys_response.item[0].start_condition.event_start_condition.segment_id #=> String
7059
7104
  # resp.journeys_response.item[0].start_condition.segment_start_condition.segment_id #=> String
7060
- # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
7105
+ # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
7061
7106
  # resp.journeys_response.item[0].tags #=> Hash
7062
7107
  # resp.journeys_response.item[0].tags["__string"] #=> String
7063
7108
  # resp.journeys_response.next_token #=> String
@@ -7616,6 +7661,8 @@ module Aws::Pinpoint
7616
7661
  # substitutions: {
7617
7662
  # "__string" => ["__string"],
7618
7663
  # },
7664
+ # entity_id: "__string",
7665
+ # template_id: "__string",
7619
7666
  # },
7620
7667
  # voice_message: {
7621
7668
  # body: "__string",
@@ -7841,6 +7888,8 @@ module Aws::Pinpoint
7841
7888
  # substitutions: {
7842
7889
  # "__string" => ["__string"],
7843
7890
  # },
7891
+ # entity_id: "__string",
7892
+ # template_id: "__string",
7844
7893
  # },
7845
7894
  # voice_message: {
7846
7895
  # body: "__string",
@@ -8439,6 +8488,8 @@ module Aws::Pinpoint
8439
8488
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8440
8489
  # origination_number: "__string",
8441
8490
  # sender_id: "__string",
8491
+ # entity_id: "__string",
8492
+ # template_id: "__string",
8442
8493
  # },
8443
8494
  # },
8444
8495
  # schedule: {
@@ -8599,6 +8650,8 @@ module Aws::Pinpoint
8599
8650
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8600
8651
  # origination_number: "__string",
8601
8652
  # sender_id: "__string",
8653
+ # entity_id: "__string",
8654
+ # template_id: "__string",
8602
8655
  # },
8603
8656
  # },
8604
8657
  # name: "__string",
@@ -8738,6 +8791,8 @@ module Aws::Pinpoint
8738
8791
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8739
8792
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
8740
8793
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
8794
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.entity_id #=> String
8795
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.template_id #=> String
8741
8796
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8742
8797
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
8743
8798
  # 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 +8911,8 @@ module Aws::Pinpoint
8856
8911
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8857
8912
  # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
8858
8913
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
8914
+ # resp.campaign_response.message_configuration.sms_message.entity_id #=> String
8915
+ # resp.campaign_response.message_configuration.sms_message.template_id #=> String
8859
8916
  # resp.campaign_response.name #=> String
8860
8917
  # resp.campaign_response.schedule.end_time #=> String
8861
8918
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
@@ -9481,6 +9538,8 @@ module Aws::Pinpoint
9481
9538
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9482
9539
  # origination_number: "__string",
9483
9540
  # sender_id: "__string",
9541
+ # entity_id: "__string",
9542
+ # template_id: "__string",
9484
9543
  # },
9485
9544
  # next_activity: "__string",
9486
9545
  # template_name: "__string",
@@ -9501,6 +9560,7 @@ module Aws::Pinpoint
9501
9560
  # daily_cap: 1,
9502
9561
  # endpoint_reentry_cap: 1,
9503
9562
  # messages_per_second: 1,
9563
+ # endpoint_reentry_interval: "__string",
9504
9564
  # },
9505
9565
  # local_time: false,
9506
9566
  # name: "__string", # required
@@ -9545,7 +9605,9 @@ module Aws::Pinpoint
9545
9605
  # segment_id: "__string", # required
9546
9606
  # },
9547
9607
  # },
9548
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
9608
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
9609
+ # wait_for_quiet_time: false,
9610
+ # refresh_on_segment_update: false,
9549
9611
  # },
9550
9612
  # })
9551
9613
  #
@@ -9685,6 +9747,8 @@ module Aws::Pinpoint
9685
9747
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9686
9748
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9687
9749
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9750
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
9751
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
9688
9752
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9689
9753
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9690
9754
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9698,6 +9762,7 @@ module Aws::Pinpoint
9698
9762
  # resp.journey_response.limits.daily_cap #=> Integer
9699
9763
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
9700
9764
  # resp.journey_response.limits.messages_per_second #=> Integer
9765
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
9701
9766
  # resp.journey_response.local_time #=> Boolean
9702
9767
  # resp.journey_response.name #=> String
9703
9768
  # resp.journey_response.quiet_time.end #=> String
@@ -9721,7 +9786,7 @@ module Aws::Pinpoint
9721
9786
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9722
9787
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9723
9788
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9724
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9789
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
9725
9790
  # resp.journey_response.tags #=> Hash
9726
9791
  # resp.journey_response.tags["__string"] #=> String
9727
9792
  #
@@ -9734,7 +9799,7 @@ module Aws::Pinpoint
9734
9799
  req.send_request(options)
9735
9800
  end
9736
9801
 
9737
- # Cancels (stops) an active journey.
9802
+ # Pause, resume or cancels (stops) a journey.
9738
9803
  #
9739
9804
  # @option params [required, String] :application_id
9740
9805
  #
@@ -9753,7 +9818,7 @@ module Aws::Pinpoint
9753
9818
  # application_id: "__string", # required
9754
9819
  # journey_id: "__string", # required
9755
9820
  # journey_state_request: { # required
9756
- # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED
9821
+ # state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
9757
9822
  # },
9758
9823
  # })
9759
9824
  #
@@ -9893,6 +9958,8 @@ module Aws::Pinpoint
9893
9958
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9894
9959
  # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9895
9960
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9961
+ # resp.journey_response.activities["__string"].sms.message_config.entity_id #=> String
9962
+ # resp.journey_response.activities["__string"].sms.message_config.template_id #=> String
9896
9963
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9897
9964
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9898
9965
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9906,6 +9973,7 @@ module Aws::Pinpoint
9906
9973
  # resp.journey_response.limits.daily_cap #=> Integer
9907
9974
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
9908
9975
  # resp.journey_response.limits.messages_per_second #=> Integer
9976
+ # resp.journey_response.limits.endpoint_reentry_interval #=> String
9909
9977
  # resp.journey_response.local_time #=> Boolean
9910
9978
  # resp.journey_response.name #=> String
9911
9979
  # resp.journey_response.quiet_time.end #=> String
@@ -9929,7 +9997,7 @@ module Aws::Pinpoint
9929
9997
  # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9930
9998
  # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9931
9999
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9932
- # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
10000
+ # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
9933
10001
  # resp.journey_response.tags #=> Hash
9934
10002
  # resp.journey_response.tags["__string"] #=> String
9935
10003
  #
@@ -10625,7 +10693,7 @@ module Aws::Pinpoint
10625
10693
  params: params,
10626
10694
  config: config)
10627
10695
  context[:gem_name] = 'aws-sdk-pinpoint'
10628
- context[:gem_version] = '1.50.0'
10696
+ context[:gem_version] = '1.54.0'
10629
10697
  Seahorse::Client::Request.new(handlers, context)
10630
10698
  end
10631
10699
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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"))
@@ -2029,6 +2031,7 @@ module Aws::Pinpoint
2029
2031
  JourneyLimits.add_member(:daily_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "DailyCap"))
2030
2032
  JourneyLimits.add_member(:endpoint_reentry_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "EndpointReentryCap"))
2031
2033
  JourneyLimits.add_member(:messages_per_second, Shapes::ShapeRef.new(shape: __integer, location_name: "MessagesPerSecond"))
2034
+ JourneyLimits.add_member(:endpoint_reentry_interval, Shapes::ShapeRef.new(shape: __string, location_name: "EndpointReentryInterval"))
2032
2035
  JourneyLimits.struct_class = Types::JourneyLimits
2033
2036
 
2034
2037
  JourneyPushMessage.add_member(:time_to_live, Shapes::ShapeRef.new(shape: __string, location_name: "TimeToLive"))
@@ -2054,6 +2057,8 @@ module Aws::Pinpoint
2054
2057
  JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
2055
2058
  JourneySMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
2056
2059
  JourneySMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2060
+ JourneySMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
2061
+ JourneySMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
2057
2062
  JourneySMSMessage.struct_class = Types::JourneySMSMessage
2058
2063
 
2059
2064
  JourneySchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "EndTime"))
@@ -2465,6 +2470,8 @@ module Aws::Pinpoint
2465
2470
  SMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
2466
2471
  SMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2467
2472
  SMSMessage.add_member(:substitutions, Shapes::ShapeRef.new(shape: MapOfListOf__string, location_name: "Substitutions"))
2473
+ SMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
2474
+ SMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
2468
2475
  SMSMessage.struct_class = Types::SMSMessage
2469
2476
 
2470
2477
  SMSMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneySMSMessage, location_name: "MessageConfig"))
@@ -3075,6 +3082,8 @@ module Aws::Pinpoint
3075
3082
  WriteJourneyRequest.add_member(:start_activity, Shapes::ShapeRef.new(shape: __string, location_name: "StartActivity"))
3076
3083
  WriteJourneyRequest.add_member(:start_condition, Shapes::ShapeRef.new(shape: StartCondition, location_name: "StartCondition"))
3077
3084
  WriteJourneyRequest.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
3085
+ WriteJourneyRequest.add_member(:wait_for_quiet_time, Shapes::ShapeRef.new(shape: __boolean, location_name: "WaitForQuietTime"))
3086
+ WriteJourneyRequest.add_member(:refresh_on_segment_update, Shapes::ShapeRef.new(shape: __boolean, location_name: "RefreshOnSegmentUpdate"))
3078
3087
  WriteJourneyRequest.struct_class = Types::WriteJourneyRequest
3079
3088
 
3080
3089
  WriteSegmentRequest.add_member(:dimensions, Shapes::ShapeRef.new(shape: SegmentDimensions, location_name: "Dimensions"))