aws-sdk-pinpoint 1.47.0 → 1.52.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.52.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.47.0'
51
+ GEM_VERSION = '1.52.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
 
@@ -471,7 +471,10 @@ 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",
476
+ # entity_id: "__string",
477
+ # template_id: "__string",
475
478
  # },
476
479
  # },
477
480
  # schedule: {
@@ -480,7 +483,7 @@ module Aws::Pinpoint
480
483
  # dimensions: { # required
481
484
  # attributes: {
482
485
  # "__string" => {
483
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
486
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
484
487
  # values: ["__string"], # required
485
488
  # },
486
489
  # },
@@ -630,7 +633,10 @@ module Aws::Pinpoint
630
633
  # sms_message: {
631
634
  # body: "__string",
632
635
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
636
+ # origination_number: "__string",
633
637
  # sender_id: "__string",
638
+ # entity_id: "__string",
639
+ # template_id: "__string",
634
640
  # },
635
641
  # },
636
642
  # name: "__string",
@@ -640,7 +646,7 @@ module Aws::Pinpoint
640
646
  # dimensions: { # required
641
647
  # attributes: {
642
648
  # "__string" => {
643
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
649
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
644
650
  # values: ["__string"], # required
645
651
  # },
646
652
  # },
@@ -768,10 +774,13 @@ module Aws::Pinpoint
768
774
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
769
775
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
770
776
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
777
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
771
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
772
781
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
773
782
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
774
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
775
784
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
776
785
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
777
786
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -885,11 +894,14 @@ module Aws::Pinpoint
885
894
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
886
895
  # resp.campaign_response.message_configuration.sms_message.body #=> String
887
896
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
897
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
888
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
889
901
  # resp.campaign_response.name #=> String
890
902
  # resp.campaign_response.schedule.end_time #=> String
891
903
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
892
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
904
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
893
905
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
894
906
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
895
907
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1126,7 +1138,7 @@ module Aws::Pinpoint
1126
1138
  # dimensions: {
1127
1139
  # attributes: {
1128
1140
  # "__string" => {
1129
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1141
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1130
1142
  # values: ["__string"], # required
1131
1143
  # },
1132
1144
  # },
@@ -1149,7 +1161,7 @@ module Aws::Pinpoint
1149
1161
  # segment_dimensions: {
1150
1162
  # attributes: {
1151
1163
  # "__string" => {
1152
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1164
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1153
1165
  # values: ["__string"], # required
1154
1166
  # },
1155
1167
  # },
@@ -1206,7 +1218,7 @@ module Aws::Pinpoint
1206
1218
  # },
1207
1219
  # user_attributes: {
1208
1220
  # "__string" => {
1209
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1221
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1210
1222
  # values: ["__string"], # required
1211
1223
  # },
1212
1224
  # },
@@ -1243,7 +1255,7 @@ module Aws::Pinpoint
1243
1255
  # dimensions: {
1244
1256
  # attributes: {
1245
1257
  # "__string" => {
1246
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1258
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1247
1259
  # values: ["__string"], # required
1248
1260
  # },
1249
1261
  # },
@@ -1266,7 +1278,7 @@ module Aws::Pinpoint
1266
1278
  # segment_dimensions: {
1267
1279
  # attributes: {
1268
1280
  # "__string" => {
1269
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1281
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1270
1282
  # values: ["__string"], # required
1271
1283
  # },
1272
1284
  # },
@@ -1323,7 +1335,7 @@ module Aws::Pinpoint
1323
1335
  # },
1324
1336
  # user_attributes: {
1325
1337
  # "__string" => {
1326
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1338
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1327
1339
  # values: ["__string"], # required
1328
1340
  # },
1329
1341
  # },
@@ -1357,7 +1369,10 @@ module Aws::Pinpoint
1357
1369
  # sms: {
1358
1370
  # message_config: {
1359
1371
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1372
+ # origination_number: "__string",
1360
1373
  # sender_id: "__string",
1374
+ # entity_id: "__string",
1375
+ # template_id: "__string",
1361
1376
  # },
1362
1377
  # next_activity: "__string",
1363
1378
  # template_name: "__string",
@@ -1399,7 +1414,7 @@ module Aws::Pinpoint
1399
1414
  # dimensions: { # required
1400
1415
  # attributes: {
1401
1416
  # "__string" => {
1402
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1417
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1403
1418
  # values: ["__string"], # required
1404
1419
  # },
1405
1420
  # },
@@ -1438,7 +1453,7 @@ module Aws::Pinpoint
1438
1453
  # resp.journey_response.activities["__string"].custom.template_version #=> String
1439
1454
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
1440
1455
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
1441
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1456
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1442
1457
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
1443
1458
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
1444
1459
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1450,7 +1465,7 @@ module Aws::Pinpoint
1450
1465
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
1451
1466
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
1452
1467
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
1453
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1468
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1454
1469
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
1455
1470
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
1456
1471
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1483,7 +1498,7 @@ module Aws::Pinpoint
1483
1498
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
1484
1499
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
1485
1500
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
1486
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1501
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1487
1502
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
1488
1503
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
1489
1504
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -1500,7 +1515,7 @@ module Aws::Pinpoint
1500
1515
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
1501
1516
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
1502
1517
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
1503
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1518
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1504
1519
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
1505
1520
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
1506
1521
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1512,7 +1527,7 @@ module Aws::Pinpoint
1512
1527
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
1513
1528
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
1514
1529
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
1515
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1530
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1516
1531
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
1517
1532
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
1518
1533
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1545,7 +1560,7 @@ module Aws::Pinpoint
1545
1560
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
1546
1561
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
1547
1562
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
1548
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1563
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1549
1564
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
1550
1565
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
1551
1566
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -1560,7 +1575,10 @@ module Aws::Pinpoint
1560
1575
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
1561
1576
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
1562
1577
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1578
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
1563
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
1564
1582
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1565
1583
  # resp.journey_response.activities["__string"].sms.template_name #=> String
1566
1584
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -1585,7 +1603,7 @@ module Aws::Pinpoint
1585
1603
  # resp.journey_response.start_activity #=> String
1586
1604
  # resp.journey_response.start_condition.description #=> String
1587
1605
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
1588
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1606
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1589
1607
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
1590
1608
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
1591
1609
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1777,7 +1795,7 @@ module Aws::Pinpoint
1777
1795
  # dimensions: {
1778
1796
  # attributes: {
1779
1797
  # "__string" => {
1780
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1798
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1781
1799
  # values: ["__string"], # required
1782
1800
  # },
1783
1801
  # },
@@ -1834,7 +1852,7 @@ module Aws::Pinpoint
1834
1852
  # },
1835
1853
  # user_attributes: {
1836
1854
  # "__string" => {
1837
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1855
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1838
1856
  # values: ["__string"], # required
1839
1857
  # },
1840
1858
  # },
@@ -1847,7 +1865,7 @@ module Aws::Pinpoint
1847
1865
  # {
1848
1866
  # attributes: {
1849
1867
  # "__string" => {
1850
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1868
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1851
1869
  # values: ["__string"], # required
1852
1870
  # },
1853
1871
  # },
@@ -1904,7 +1922,7 @@ module Aws::Pinpoint
1904
1922
  # },
1905
1923
  # user_attributes: {
1906
1924
  # "__string" => {
1907
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1925
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1908
1926
  # values: ["__string"], # required
1909
1927
  # },
1910
1928
  # },
@@ -1934,7 +1952,7 @@ module Aws::Pinpoint
1934
1952
  # resp.segment_response.arn #=> String
1935
1953
  # resp.segment_response.creation_date #=> String
1936
1954
  # resp.segment_response.dimensions.attributes #=> Hash
1937
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1955
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1938
1956
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
1939
1957
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
1940
1958
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1967,7 +1985,7 @@ module Aws::Pinpoint
1967
1985
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
1968
1986
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
1969
1987
  # resp.segment_response.dimensions.user_attributes #=> Hash
1970
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1988
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1971
1989
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
1972
1990
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
1973
1991
  # resp.segment_response.id #=> String
@@ -1983,7 +2001,7 @@ module Aws::Pinpoint
1983
2001
  # resp.segment_response.segment_groups.groups #=> Array
1984
2002
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
1985
2003
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
1986
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2004
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1987
2005
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
1988
2006
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
1989
2007
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2016,7 +2034,7 @@ module Aws::Pinpoint
2016
2034
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
2017
2035
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
2018
2036
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
2019
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2037
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2020
2038
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
2021
2039
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
2022
2040
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -2479,10 +2497,13 @@ module Aws::Pinpoint
2479
2497
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
2480
2498
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
2481
2499
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2500
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
2482
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
2483
2504
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2484
2505
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
2485
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
2486
2507
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2487
2508
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2488
2509
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2596,11 +2617,14 @@ module Aws::Pinpoint
2596
2617
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2597
2618
  # resp.campaign_response.message_configuration.sms_message.body #=> String
2598
2619
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2620
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
2599
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
2600
2624
  # resp.campaign_response.name #=> String
2601
2625
  # resp.campaign_response.schedule.end_time #=> String
2602
2626
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
2603
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2627
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2604
2628
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2605
2629
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2606
2630
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2877,7 +2901,7 @@ module Aws::Pinpoint
2877
2901
  # resp.journey_response.activities["__string"].custom.template_version #=> String
2878
2902
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
2879
2903
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
2880
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2904
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2881
2905
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
2882
2906
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
2883
2907
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2889,7 +2913,7 @@ module Aws::Pinpoint
2889
2913
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
2890
2914
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
2891
2915
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
2892
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2916
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2893
2917
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
2894
2918
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
2895
2919
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2922,7 +2946,7 @@ module Aws::Pinpoint
2922
2946
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
2923
2947
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
2924
2948
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
2925
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2949
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2926
2950
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
2927
2951
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
2928
2952
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -2939,7 +2963,7 @@ module Aws::Pinpoint
2939
2963
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
2940
2964
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
2941
2965
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
2942
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2966
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2943
2967
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
2944
2968
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
2945
2969
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2951,7 +2975,7 @@ module Aws::Pinpoint
2951
2975
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
2952
2976
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
2953
2977
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
2954
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2978
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2955
2979
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
2956
2980
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
2957
2981
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2984,7 +3008,7 @@ module Aws::Pinpoint
2984
3008
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
2985
3009
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
2986
3010
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
2987
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3011
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2988
3012
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
2989
3013
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
2990
3014
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -2999,7 +3023,10 @@ module Aws::Pinpoint
2999
3023
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
3000
3024
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
3001
3025
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3026
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
3002
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
3003
3030
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
3004
3031
  # resp.journey_response.activities["__string"].sms.template_name #=> String
3005
3032
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -3024,7 +3051,7 @@ module Aws::Pinpoint
3024
3051
  # resp.journey_response.start_activity #=> String
3025
3052
  # resp.journey_response.start_condition.description #=> String
3026
3053
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
3027
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3054
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3028
3055
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
3029
3056
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
3030
3057
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -3143,7 +3170,7 @@ module Aws::Pinpoint
3143
3170
  # resp.segment_response.arn #=> String
3144
3171
  # resp.segment_response.creation_date #=> String
3145
3172
  # resp.segment_response.dimensions.attributes #=> Hash
3146
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3173
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3147
3174
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
3148
3175
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
3149
3176
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3176,7 +3203,7 @@ module Aws::Pinpoint
3176
3203
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3177
3204
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3178
3205
  # resp.segment_response.dimensions.user_attributes #=> Hash
3179
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3206
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3180
3207
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
3181
3208
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
3182
3209
  # resp.segment_response.id #=> String
@@ -3192,7 +3219,7 @@ module Aws::Pinpoint
3192
3219
  # resp.segment_response.segment_groups.groups #=> Array
3193
3220
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3194
3221
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
3195
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3222
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3196
3223
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3197
3224
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3198
3225
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3225,7 +3252,7 @@ module Aws::Pinpoint
3225
3252
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3226
3253
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3227
3254
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3228
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3255
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3229
3256
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3230
3257
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3231
3258
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -3937,10 +3964,13 @@ module Aws::Pinpoint
3937
3964
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
3938
3965
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
3939
3966
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3967
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
3940
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
3941
3971
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3942
3972
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
3943
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
3944
3974
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
3945
3975
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
3946
3976
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4054,11 +4084,14 @@ module Aws::Pinpoint
4054
4084
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4055
4085
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4056
4086
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4087
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4057
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
4058
4091
  # resp.campaign_response.name #=> String
4059
4092
  # resp.campaign_response.schedule.end_time #=> String
4060
4093
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4061
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4094
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4062
4095
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4063
4096
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4064
4097
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4305,10 +4338,13 @@ module Aws::Pinpoint
4305
4338
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
4306
4339
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
4307
4340
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4341
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4308
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
4309
4345
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4310
4346
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4311
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
4312
4348
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4313
4349
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4314
4350
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4422,11 +4458,14 @@ module Aws::Pinpoint
4422
4458
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4423
4459
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4424
4460
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4461
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4425
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
4426
4465
  # resp.campaign_response.name #=> String
4427
4466
  # resp.campaign_response.schedule.end_time #=> String
4428
4467
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4429
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4468
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4430
4469
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4431
4470
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4432
4471
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4567,10 +4606,13 @@ module Aws::Pinpoint
4567
4606
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4568
4607
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4569
4608
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4609
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4570
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
4571
4613
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4572
4614
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4573
- # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
4574
4616
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4575
4617
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4576
4618
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4684,11 +4726,14 @@ module Aws::Pinpoint
4684
4726
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4685
4727
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4686
4728
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4729
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4687
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
4688
4733
  # resp.campaigns_response.item[0].name #=> String
4689
4734
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4690
4735
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4691
- # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4736
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4692
4737
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4693
4738
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4694
4739
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4828,10 +4873,13 @@ module Aws::Pinpoint
4828
4873
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4829
4874
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4830
4875
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4876
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4831
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
4832
4880
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4833
4881
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4834
- # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
4835
4883
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4836
4884
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4837
4885
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4945,11 +4993,14 @@ module Aws::Pinpoint
4945
4993
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4946
4994
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4947
4995
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4996
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4948
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
4949
5000
  # resp.campaigns_response.item[0].name #=> String
4950
5001
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4951
5002
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4952
- # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5003
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4953
5004
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4954
5005
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4955
5006
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5485,7 +5536,7 @@ module Aws::Pinpoint
5485
5536
  # resp.journey_response.activities["__string"].custom.template_version #=> String
5486
5537
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
5487
5538
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
5488
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5539
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5489
5540
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
5490
5541
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
5491
5542
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5497,7 +5548,7 @@ module Aws::Pinpoint
5497
5548
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
5498
5549
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
5499
5550
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
5500
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5551
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5501
5552
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
5502
5553
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
5503
5554
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5530,7 +5581,7 @@ module Aws::Pinpoint
5530
5581
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
5531
5582
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
5532
5583
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
5533
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5584
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5534
5585
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
5535
5586
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
5536
5587
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -5547,7 +5598,7 @@ module Aws::Pinpoint
5547
5598
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
5548
5599
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
5549
5600
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
5550
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5601
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5551
5602
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
5552
5603
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
5553
5604
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5559,7 +5610,7 @@ module Aws::Pinpoint
5559
5610
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
5560
5611
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
5561
5612
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
5562
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5613
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5563
5614
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
5564
5615
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
5565
5616
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5592,7 +5643,7 @@ module Aws::Pinpoint
5592
5643
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
5593
5644
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
5594
5645
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
5595
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5646
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5596
5647
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
5597
5648
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
5598
5649
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -5607,7 +5658,10 @@ module Aws::Pinpoint
5607
5658
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
5608
5659
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
5609
5660
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5661
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
5610
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
5611
5665
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5612
5666
  # resp.journey_response.activities["__string"].sms.template_name #=> String
5613
5667
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -5632,7 +5686,7 @@ module Aws::Pinpoint
5632
5686
  # resp.journey_response.start_activity #=> String
5633
5687
  # resp.journey_response.start_condition.description #=> String
5634
5688
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
5635
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5689
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5636
5690
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
5637
5691
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
5638
5692
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5994,7 +6048,7 @@ module Aws::Pinpoint
5994
6048
  # resp.segment_response.arn #=> String
5995
6049
  # resp.segment_response.creation_date #=> String
5996
6050
  # resp.segment_response.dimensions.attributes #=> Hash
5997
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6051
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5998
6052
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
5999
6053
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6000
6054
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6027,7 +6081,7 @@ module Aws::Pinpoint
6027
6081
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6028
6082
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6029
6083
  # resp.segment_response.dimensions.user_attributes #=> Hash
6030
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6084
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6031
6085
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6032
6086
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6033
6087
  # resp.segment_response.id #=> String
@@ -6043,7 +6097,7 @@ module Aws::Pinpoint
6043
6097
  # resp.segment_response.segment_groups.groups #=> Array
6044
6098
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6045
6099
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
6046
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6100
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6047
6101
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6048
6102
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6049
6103
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6076,7 +6130,7 @@ module Aws::Pinpoint
6076
6130
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6077
6131
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6078
6132
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6079
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6133
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6080
6134
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6081
6135
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6082
6136
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6241,7 +6295,7 @@ module Aws::Pinpoint
6241
6295
  # resp.segment_response.arn #=> String
6242
6296
  # resp.segment_response.creation_date #=> String
6243
6297
  # resp.segment_response.dimensions.attributes #=> Hash
6244
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6298
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6245
6299
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
6246
6300
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6247
6301
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6274,7 +6328,7 @@ module Aws::Pinpoint
6274
6328
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6275
6329
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6276
6330
  # resp.segment_response.dimensions.user_attributes #=> Hash
6277
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6331
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6278
6332
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6279
6333
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6280
6334
  # resp.segment_response.id #=> String
@@ -6290,7 +6344,7 @@ module Aws::Pinpoint
6290
6344
  # resp.segment_response.segment_groups.groups #=> Array
6291
6345
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6292
6346
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
6293
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6347
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6294
6348
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6295
6349
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6296
6350
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6323,7 +6377,7 @@ module Aws::Pinpoint
6323
6377
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6324
6378
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6325
6379
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6326
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6380
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6327
6381
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6328
6382
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6329
6383
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6378,7 +6432,7 @@ module Aws::Pinpoint
6378
6432
  # resp.segments_response.item[0].arn #=> String
6379
6433
  # resp.segments_response.item[0].creation_date #=> String
6380
6434
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6381
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6435
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6382
6436
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6383
6437
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6384
6438
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6411,7 +6465,7 @@ module Aws::Pinpoint
6411
6465
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6412
6466
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6413
6467
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6414
- # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6468
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6415
6469
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6416
6470
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6417
6471
  # resp.segments_response.item[0].id #=> String
@@ -6427,7 +6481,7 @@ module Aws::Pinpoint
6427
6481
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6428
6482
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6429
6483
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6430
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6484
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6431
6485
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6432
6486
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6433
6487
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6460,7 +6514,7 @@ module Aws::Pinpoint
6460
6514
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6461
6515
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6462
6516
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6463
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6517
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6464
6518
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6465
6519
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6466
6520
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6512,7 +6566,7 @@ module Aws::Pinpoint
6512
6566
  # resp.segments_response.item[0].arn #=> String
6513
6567
  # resp.segments_response.item[0].creation_date #=> String
6514
6568
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6515
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6569
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6516
6570
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6517
6571
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6518
6572
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6545,7 +6599,7 @@ module Aws::Pinpoint
6545
6599
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6546
6600
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6547
6601
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6548
- # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6602
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6549
6603
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6550
6604
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6551
6605
  # resp.segments_response.item[0].id #=> String
@@ -6561,7 +6615,7 @@ module Aws::Pinpoint
6561
6615
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6562
6616
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6563
6617
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6564
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6618
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6565
6619
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6566
6620
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6567
6621
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6594,7 +6648,7 @@ module Aws::Pinpoint
6594
6648
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6595
6649
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6596
6650
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6597
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6651
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6598
6652
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6599
6653
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6600
6654
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6879,7 +6933,7 @@ module Aws::Pinpoint
6879
6933
  # resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
6880
6934
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
6881
6935
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
6882
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6936
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6883
6937
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
6884
6938
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
6885
6939
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -6891,7 +6945,7 @@ module Aws::Pinpoint
6891
6945
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
6892
6946
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
6893
6947
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
6894
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6948
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6895
6949
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
6896
6950
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
6897
6951
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6924,7 +6978,7 @@ module Aws::Pinpoint
6924
6978
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
6925
6979
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
6926
6980
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
6927
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6981
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6928
6982
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
6929
6983
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
6930
6984
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -6941,7 +6995,7 @@ module Aws::Pinpoint
6941
6995
  # resp.journeys_response.item[0].activities["__string"].holdout.percentage #=> Integer
6942
6996
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches #=> Array
6943
6997
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
6944
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6998
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6945
6999
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
6946
7000
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
6947
7001
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -6953,7 +7007,7 @@ module Aws::Pinpoint
6953
7007
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
6954
7008
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
6955
7009
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
6956
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7010
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6957
7011
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
6958
7012
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
6959
7013
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6986,7 +7040,7 @@ module Aws::Pinpoint
6986
7040
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
6987
7041
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
6988
7042
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
6989
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7043
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6990
7044
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
6991
7045
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
6992
7046
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -7001,7 +7055,10 @@ module Aws::Pinpoint
7001
7055
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
7002
7056
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
7003
7057
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
7058
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.origination_number #=> String
7004
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
7005
7062
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
7006
7063
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
7007
7064
  # resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
@@ -7026,7 +7083,7 @@ module Aws::Pinpoint
7026
7083
  # resp.journeys_response.item[0].start_activity #=> String
7027
7084
  # resp.journeys_response.item[0].start_condition.description #=> String
7028
7085
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
7029
- # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7086
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
7030
7087
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
7031
7088
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
7032
7089
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -7597,6 +7654,8 @@ module Aws::Pinpoint
7597
7654
  # substitutions: {
7598
7655
  # "__string" => ["__string"],
7599
7656
  # },
7657
+ # entity_id: "__string",
7658
+ # template_id: "__string",
7600
7659
  # },
7601
7660
  # voice_message: {
7602
7661
  # body: "__string",
@@ -7822,6 +7881,8 @@ module Aws::Pinpoint
7822
7881
  # substitutions: {
7823
7882
  # "__string" => ["__string"],
7824
7883
  # },
7884
+ # entity_id: "__string",
7885
+ # template_id: "__string",
7825
7886
  # },
7826
7887
  # voice_message: {
7827
7888
  # body: "__string",
@@ -8418,7 +8479,10 @@ module Aws::Pinpoint
8418
8479
  # sms_message: {
8419
8480
  # body: "__string",
8420
8481
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8482
+ # origination_number: "__string",
8421
8483
  # sender_id: "__string",
8484
+ # entity_id: "__string",
8485
+ # template_id: "__string",
8422
8486
  # },
8423
8487
  # },
8424
8488
  # schedule: {
@@ -8427,7 +8491,7 @@ module Aws::Pinpoint
8427
8491
  # dimensions: { # required
8428
8492
  # attributes: {
8429
8493
  # "__string" => {
8430
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8494
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8431
8495
  # values: ["__string"], # required
8432
8496
  # },
8433
8497
  # },
@@ -8577,7 +8641,10 @@ module Aws::Pinpoint
8577
8641
  # sms_message: {
8578
8642
  # body: "__string",
8579
8643
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8644
+ # origination_number: "__string",
8580
8645
  # sender_id: "__string",
8646
+ # entity_id: "__string",
8647
+ # template_id: "__string",
8581
8648
  # },
8582
8649
  # },
8583
8650
  # name: "__string",
@@ -8587,7 +8654,7 @@ module Aws::Pinpoint
8587
8654
  # dimensions: { # required
8588
8655
  # attributes: {
8589
8656
  # "__string" => {
8590
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8657
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8591
8658
  # values: ["__string"], # required
8592
8659
  # },
8593
8660
  # },
@@ -8715,10 +8782,13 @@ module Aws::Pinpoint
8715
8782
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
8716
8783
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
8717
8784
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8785
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
8718
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
8719
8789
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8720
8790
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
8721
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
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"
8722
8792
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8723
8793
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8724
8794
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8832,11 +8902,14 @@ module Aws::Pinpoint
8832
8902
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
8833
8903
  # resp.campaign_response.message_configuration.sms_message.body #=> String
8834
8904
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8905
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
8835
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
8836
8909
  # resp.campaign_response.name #=> String
8837
8910
  # resp.campaign_response.schedule.end_time #=> String
8838
8911
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
8839
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
8912
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
8840
8913
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8841
8914
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8842
8915
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9225,7 +9298,7 @@ module Aws::Pinpoint
9225
9298
  # dimensions: {
9226
9299
  # attributes: {
9227
9300
  # "__string" => {
9228
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9301
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9229
9302
  # values: ["__string"], # required
9230
9303
  # },
9231
9304
  # },
@@ -9248,7 +9321,7 @@ module Aws::Pinpoint
9248
9321
  # segment_dimensions: {
9249
9322
  # attributes: {
9250
9323
  # "__string" => {
9251
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9324
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9252
9325
  # values: ["__string"], # required
9253
9326
  # },
9254
9327
  # },
@@ -9305,7 +9378,7 @@ module Aws::Pinpoint
9305
9378
  # },
9306
9379
  # user_attributes: {
9307
9380
  # "__string" => {
9308
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9381
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9309
9382
  # values: ["__string"], # required
9310
9383
  # },
9311
9384
  # },
@@ -9342,7 +9415,7 @@ module Aws::Pinpoint
9342
9415
  # dimensions: {
9343
9416
  # attributes: {
9344
9417
  # "__string" => {
9345
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9418
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9346
9419
  # values: ["__string"], # required
9347
9420
  # },
9348
9421
  # },
@@ -9365,7 +9438,7 @@ module Aws::Pinpoint
9365
9438
  # segment_dimensions: {
9366
9439
  # attributes: {
9367
9440
  # "__string" => {
9368
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9441
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9369
9442
  # values: ["__string"], # required
9370
9443
  # },
9371
9444
  # },
@@ -9422,7 +9495,7 @@ module Aws::Pinpoint
9422
9495
  # },
9423
9496
  # user_attributes: {
9424
9497
  # "__string" => {
9425
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9498
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9426
9499
  # values: ["__string"], # required
9427
9500
  # },
9428
9501
  # },
@@ -9456,7 +9529,10 @@ module Aws::Pinpoint
9456
9529
  # sms: {
9457
9530
  # message_config: {
9458
9531
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9532
+ # origination_number: "__string",
9459
9533
  # sender_id: "__string",
9534
+ # entity_id: "__string",
9535
+ # template_id: "__string",
9460
9536
  # },
9461
9537
  # next_activity: "__string",
9462
9538
  # template_name: "__string",
@@ -9498,7 +9574,7 @@ module Aws::Pinpoint
9498
9574
  # dimensions: { # required
9499
9575
  # attributes: {
9500
9576
  # "__string" => {
9501
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9577
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9502
9578
  # values: ["__string"], # required
9503
9579
  # },
9504
9580
  # },
@@ -9537,7 +9613,7 @@ module Aws::Pinpoint
9537
9613
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9538
9614
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9539
9615
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9540
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9616
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9541
9617
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9542
9618
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9543
9619
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9549,7 +9625,7 @@ module Aws::Pinpoint
9549
9625
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9550
9626
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9551
9627
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9552
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9628
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9553
9629
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9554
9630
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9555
9631
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9582,7 +9658,7 @@ module Aws::Pinpoint
9582
9658
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9583
9659
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9584
9660
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9585
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9661
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9586
9662
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9587
9663
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9588
9664
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9599,7 +9675,7 @@ module Aws::Pinpoint
9599
9675
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9600
9676
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9601
9677
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9602
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9678
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9603
9679
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9604
9680
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9605
9681
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9611,7 +9687,7 @@ module Aws::Pinpoint
9611
9687
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9612
9688
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9613
9689
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9614
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9690
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9615
9691
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9616
9692
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9617
9693
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9644,7 +9720,7 @@ module Aws::Pinpoint
9644
9720
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9645
9721
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9646
9722
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9647
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9723
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9648
9724
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9649
9725
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9650
9726
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9659,7 +9735,10 @@ module Aws::Pinpoint
9659
9735
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9660
9736
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9661
9737
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9738
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9662
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
9663
9742
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9664
9743
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9665
9744
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9684,7 +9763,7 @@ module Aws::Pinpoint
9684
9763
  # resp.journey_response.start_activity #=> String
9685
9764
  # resp.journey_response.start_condition.description #=> String
9686
9765
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9687
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9766
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9688
9767
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9689
9768
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9690
9769
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9744,7 +9823,7 @@ module Aws::Pinpoint
9744
9823
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9745
9824
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9746
9825
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9747
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9826
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9748
9827
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9749
9828
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9750
9829
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9756,7 +9835,7 @@ module Aws::Pinpoint
9756
9835
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9757
9836
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9758
9837
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9759
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9838
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9760
9839
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9761
9840
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9762
9841
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9789,7 +9868,7 @@ module Aws::Pinpoint
9789
9868
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9790
9869
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9791
9870
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9792
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9871
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9793
9872
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9794
9873
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9795
9874
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9806,7 +9885,7 @@ module Aws::Pinpoint
9806
9885
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9807
9886
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9808
9887
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9809
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9888
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9810
9889
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9811
9890
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9812
9891
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9818,7 +9897,7 @@ module Aws::Pinpoint
9818
9897
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9819
9898
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9820
9899
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9821
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9900
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9822
9901
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9823
9902
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9824
9903
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9851,7 +9930,7 @@ module Aws::Pinpoint
9851
9930
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9852
9931
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9853
9932
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9854
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9933
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9855
9934
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9856
9935
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9857
9936
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9866,7 +9945,10 @@ module Aws::Pinpoint
9866
9945
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9867
9946
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9868
9947
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9948
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9869
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
9870
9952
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9871
9953
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9872
9954
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9891,7 +9973,7 @@ module Aws::Pinpoint
9891
9973
  # resp.journey_response.start_activity #=> String
9892
9974
  # resp.journey_response.start_condition.description #=> String
9893
9975
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9894
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9976
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9895
9977
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9896
9978
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9897
9979
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -10094,7 +10176,7 @@ module Aws::Pinpoint
10094
10176
  # dimensions: {
10095
10177
  # attributes: {
10096
10178
  # "__string" => {
10097
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10179
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10098
10180
  # values: ["__string"], # required
10099
10181
  # },
10100
10182
  # },
@@ -10151,7 +10233,7 @@ module Aws::Pinpoint
10151
10233
  # },
10152
10234
  # user_attributes: {
10153
10235
  # "__string" => {
10154
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10236
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10155
10237
  # values: ["__string"], # required
10156
10238
  # },
10157
10239
  # },
@@ -10164,7 +10246,7 @@ module Aws::Pinpoint
10164
10246
  # {
10165
10247
  # attributes: {
10166
10248
  # "__string" => {
10167
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10249
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10168
10250
  # values: ["__string"], # required
10169
10251
  # },
10170
10252
  # },
@@ -10221,7 +10303,7 @@ module Aws::Pinpoint
10221
10303
  # },
10222
10304
  # user_attributes: {
10223
10305
  # "__string" => {
10224
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10306
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10225
10307
  # values: ["__string"], # required
10226
10308
  # },
10227
10309
  # },
@@ -10251,7 +10333,7 @@ module Aws::Pinpoint
10251
10333
  # resp.segment_response.arn #=> String
10252
10334
  # resp.segment_response.creation_date #=> String
10253
10335
  # resp.segment_response.dimensions.attributes #=> Hash
10254
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10336
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10255
10337
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
10256
10338
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
10257
10339
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10284,7 +10366,7 @@ module Aws::Pinpoint
10284
10366
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
10285
10367
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
10286
10368
  # resp.segment_response.dimensions.user_attributes #=> Hash
10287
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10369
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10288
10370
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
10289
10371
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
10290
10372
  # resp.segment_response.id #=> String
@@ -10300,7 +10382,7 @@ module Aws::Pinpoint
10300
10382
  # resp.segment_response.segment_groups.groups #=> Array
10301
10383
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
10302
10384
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
10303
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10385
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10304
10386
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
10305
10387
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
10306
10388
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10333,7 +10415,7 @@ module Aws::Pinpoint
10333
10415
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
10334
10416
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
10335
10417
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
10336
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10418
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10337
10419
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
10338
10420
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
10339
10421
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -10599,7 +10681,7 @@ module Aws::Pinpoint
10599
10681
  params: params,
10600
10682
  config: config)
10601
10683
  context[:gem_name] = 'aws-sdk-pinpoint'
10602
- context[:gem_version] = '1.47.0'
10684
+ context[:gem_version] = '1.52.0'
10603
10685
  Seahorse::Client::Request.new(handlers, context)
10604
10686
  end
10605
10687