aws-sdk-pinpoint 1.46.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f67a1e4080b9700c6c106c1e3af4552fa1f816fc143d645db9efdac5d7f1901
4
- data.tar.gz: bb4748b9300ab6b7087268bad1b16fea6b6385586666b7e8e60509553a27d43b
3
+ metadata.gz: b1975d1b6d308415778271fb3d0963b7022c89b7079472bad08c958fe6f5156c
4
+ data.tar.gz: f8af8ae29bc405423c7df6b3d981e8f8bbfa5a49e35978407c53c35206d7ff52
5
5
  SHA512:
6
- metadata.gz: dff5c7c549603131820e96bdf503424e7e81a9bcd7602abb1785ac91721cc145d559e0fbca6cdbb3e3470e249e1333b775cce9b603a660cd51e794a3f950b21c
7
- data.tar.gz: 87cbcd604eb0c025ef4d48d165026694ba5603e8edb1fff87f929d9d029651bdc2c29b68579da280c6566edc5e49c85e5d5ed886369e5dbebe5d04686f60ff5f
6
+ metadata.gz: 74da7bd6ff81b6a428734fdd661cdfe9d0ac267431e4332fb2453905fa36c3046280824ff572863e3cfe358e874f39bbd3fc38a094a41850c5625b49fbef0b73
7
+ data.tar.gz: 66221a6cf24dbeb05971a69050473df74d14499675bf46e5d812a37c487ddf0c76ba8095cbf3286e3728fd84f4cbc9258d204c230176602508b1bd1bbeda5ee9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
48
48
  # @!group service
49
49
  module Aws::Pinpoint
50
50
 
51
- GEM_VERSION = '1.46.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  end
@@ -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"
@@ -788,7 +797,7 @@ module Aws::Pinpoint
788
797
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
789
798
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
790
799
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
791
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
800
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
792
801
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
793
802
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
794
803
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -805,7 +814,7 @@ module Aws::Pinpoint
805
814
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
806
815
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
807
816
  # resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
808
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
817
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
809
818
  # resp.campaign_response.description #=> String
810
819
  # resp.campaign_response.holdout_percent #=> Integer
811
820
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -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"
@@ -907,7 +919,7 @@ module Aws::Pinpoint
907
919
  # resp.campaign_response.schedule.timezone #=> String
908
920
  # resp.campaign_response.segment_id #=> String
909
921
  # resp.campaign_response.segment_version #=> Integer
910
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
922
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
911
923
  # resp.campaign_response.tags #=> Hash
912
924
  # resp.campaign_response.tags["__string"] #=> String
913
925
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -1123,10 +1135,10 @@ module Aws::Pinpoint
1123
1135
  # conditions: [
1124
1136
  # {
1125
1137
  # event_condition: {
1126
- # dimensions: { # required
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
  # },
@@ -1240,10 +1252,10 @@ module Aws::Pinpoint
1240
1252
  # {
1241
1253
  # condition: {
1242
1254
  # event_condition: {
1243
- # dimensions: { # required
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",
@@ -1394,6 +1409,30 @@ module Aws::Pinpoint
1394
1409
  # start_activity: "__string",
1395
1410
  # start_condition: {
1396
1411
  # description: "__string",
1412
+ # event_start_condition: {
1413
+ # event_filter: {
1414
+ # dimensions: { # required
1415
+ # attributes: {
1416
+ # "__string" => {
1417
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1418
+ # values: ["__string"], # required
1419
+ # },
1420
+ # },
1421
+ # event_type: {
1422
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1423
+ # values: ["__string"], # required
1424
+ # },
1425
+ # metrics: {
1426
+ # "__string" => {
1427
+ # comparison_operator: "__string", # required
1428
+ # value: 1.0, # required
1429
+ # },
1430
+ # },
1431
+ # },
1432
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
1433
+ # },
1434
+ # segment_id: "__string",
1435
+ # },
1397
1436
  # segment_start_condition: {
1398
1437
  # segment_id: "__string", # required
1399
1438
  # },
@@ -1414,7 +1453,7 @@ module Aws::Pinpoint
1414
1453
  # resp.journey_response.activities["__string"].custom.template_version #=> String
1415
1454
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
1416
1455
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
1417
- # 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"
1418
1457
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
1419
1458
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
1420
1459
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1426,7 +1465,7 @@ module Aws::Pinpoint
1426
1465
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
1427
1466
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
1428
1467
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
1429
- # 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"
1430
1469
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
1431
1470
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
1432
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"
@@ -1459,7 +1498,7 @@ module Aws::Pinpoint
1459
1498
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
1460
1499
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
1461
1500
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
1462
- # 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"
1463
1502
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
1464
1503
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
1465
1504
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -1476,7 +1515,7 @@ module Aws::Pinpoint
1476
1515
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
1477
1516
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
1478
1517
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
1479
- # 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"
1480
1519
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
1481
1520
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
1482
1521
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1488,7 +1527,7 @@ module Aws::Pinpoint
1488
1527
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
1489
1528
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
1490
1529
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
1491
- # 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"
1492
1531
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
1493
1532
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
1494
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"
@@ -1521,7 +1560,7 @@ module Aws::Pinpoint
1521
1560
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
1522
1561
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
1523
1562
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
1524
- # 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"
1525
1564
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
1526
1565
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
1527
1566
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -1536,7 +1575,10 @@ module Aws::Pinpoint
1536
1575
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
1537
1576
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
1538
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
1539
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
1540
1582
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1541
1583
  # resp.journey_response.activities["__string"].sms.template_name #=> String
1542
1584
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -1560,6 +1602,18 @@ module Aws::Pinpoint
1560
1602
  # resp.journey_response.schedule.timezone #=> String
1561
1603
  # resp.journey_response.start_activity #=> String
1562
1604
  # resp.journey_response.start_condition.description #=> String
1605
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
1607
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
1608
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
1609
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1610
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
1611
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
1612
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
1613
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
1614
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
1615
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
1616
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
1563
1617
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
1564
1618
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
1565
1619
  # resp.journey_response.tags #=> Hash
@@ -1741,7 +1795,7 @@ module Aws::Pinpoint
1741
1795
  # dimensions: {
1742
1796
  # attributes: {
1743
1797
  # "__string" => {
1744
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1798
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1745
1799
  # values: ["__string"], # required
1746
1800
  # },
1747
1801
  # },
@@ -1798,7 +1852,7 @@ module Aws::Pinpoint
1798
1852
  # },
1799
1853
  # user_attributes: {
1800
1854
  # "__string" => {
1801
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1855
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1802
1856
  # values: ["__string"], # required
1803
1857
  # },
1804
1858
  # },
@@ -1811,7 +1865,7 @@ module Aws::Pinpoint
1811
1865
  # {
1812
1866
  # attributes: {
1813
1867
  # "__string" => {
1814
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1868
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1815
1869
  # values: ["__string"], # required
1816
1870
  # },
1817
1871
  # },
@@ -1868,7 +1922,7 @@ module Aws::Pinpoint
1868
1922
  # },
1869
1923
  # user_attributes: {
1870
1924
  # "__string" => {
1871
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1925
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1872
1926
  # values: ["__string"], # required
1873
1927
  # },
1874
1928
  # },
@@ -1898,7 +1952,7 @@ module Aws::Pinpoint
1898
1952
  # resp.segment_response.arn #=> String
1899
1953
  # resp.segment_response.creation_date #=> String
1900
1954
  # resp.segment_response.dimensions.attributes #=> Hash
1901
- # 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"
1902
1956
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
1903
1957
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
1904
1958
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1931,7 +1985,7 @@ module Aws::Pinpoint
1931
1985
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
1932
1986
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
1933
1987
  # resp.segment_response.dimensions.user_attributes #=> Hash
1934
- # 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"
1935
1989
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
1936
1990
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
1937
1991
  # resp.segment_response.id #=> String
@@ -1947,7 +2001,7 @@ module Aws::Pinpoint
1947
2001
  # resp.segment_response.segment_groups.groups #=> Array
1948
2002
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
1949
2003
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
1950
- # 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"
1951
2005
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
1952
2006
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
1953
2007
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1980,7 +2034,7 @@ module Aws::Pinpoint
1980
2034
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
1981
2035
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
1982
2036
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
1983
- # 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"
1984
2038
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
1985
2039
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
1986
2040
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -2443,10 +2497,13 @@ module Aws::Pinpoint
2443
2497
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
2444
2498
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
2445
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
2446
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
2447
2504
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2448
2505
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
2449
- # 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"
2450
2507
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2451
2508
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2452
2509
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2463,7 +2520,7 @@ module Aws::Pinpoint
2463
2520
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
2464
2521
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
2465
2522
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
2466
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2523
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2467
2524
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
2468
2525
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
2469
2526
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -2480,7 +2537,7 @@ module Aws::Pinpoint
2480
2537
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
2481
2538
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
2482
2539
  # resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
2483
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2540
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2484
2541
  # resp.campaign_response.description #=> String
2485
2542
  # resp.campaign_response.holdout_percent #=> Integer
2486
2543
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -2560,11 +2617,14 @@ module Aws::Pinpoint
2560
2617
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2561
2618
  # resp.campaign_response.message_configuration.sms_message.body #=> String
2562
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
2563
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
2564
2624
  # resp.campaign_response.name #=> String
2565
2625
  # resp.campaign_response.schedule.end_time #=> String
2566
2626
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
2567
- # 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"
2568
2628
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2569
2629
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2570
2630
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2582,7 +2642,7 @@ module Aws::Pinpoint
2582
2642
  # resp.campaign_response.schedule.timezone #=> String
2583
2643
  # resp.campaign_response.segment_id #=> String
2584
2644
  # resp.campaign_response.segment_version #=> Integer
2585
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2645
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2586
2646
  # resp.campaign_response.tags #=> Hash
2587
2647
  # resp.campaign_response.tags["__string"] #=> String
2588
2648
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -2841,7 +2901,7 @@ module Aws::Pinpoint
2841
2901
  # resp.journey_response.activities["__string"].custom.template_version #=> String
2842
2902
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
2843
2903
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
2844
- # 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"
2845
2905
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
2846
2906
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
2847
2907
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2853,7 +2913,7 @@ module Aws::Pinpoint
2853
2913
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
2854
2914
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
2855
2915
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
2856
- # 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"
2857
2917
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
2858
2918
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
2859
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"
@@ -2886,7 +2946,7 @@ module Aws::Pinpoint
2886
2946
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
2887
2947
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
2888
2948
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
2889
- # 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"
2890
2950
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
2891
2951
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
2892
2952
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -2903,7 +2963,7 @@ module Aws::Pinpoint
2903
2963
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
2904
2964
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
2905
2965
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
2906
- # 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"
2907
2967
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
2908
2968
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
2909
2969
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2915,7 +2975,7 @@ module Aws::Pinpoint
2915
2975
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
2916
2976
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
2917
2977
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
2918
- # 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"
2919
2979
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
2920
2980
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
2921
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"
@@ -2948,7 +3008,7 @@ module Aws::Pinpoint
2948
3008
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
2949
3009
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
2950
3010
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
2951
- # 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"
2952
3012
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
2953
3013
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
2954
3014
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -2963,7 +3023,10 @@ module Aws::Pinpoint
2963
3023
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
2964
3024
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
2965
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
2966
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
2967
3030
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
2968
3031
  # resp.journey_response.activities["__string"].sms.template_name #=> String
2969
3032
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -2987,6 +3050,18 @@ module Aws::Pinpoint
2987
3050
  # resp.journey_response.schedule.timezone #=> String
2988
3051
  # resp.journey_response.start_activity #=> String
2989
3052
  # resp.journey_response.start_condition.description #=> String
3053
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
3055
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
3056
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
3057
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3058
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
3059
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
3060
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
3061
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
3062
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
3063
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
3064
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
2990
3065
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
2991
3066
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
2992
3067
  # resp.journey_response.tags #=> Hash
@@ -3095,7 +3170,7 @@ module Aws::Pinpoint
3095
3170
  # resp.segment_response.arn #=> String
3096
3171
  # resp.segment_response.creation_date #=> String
3097
3172
  # resp.segment_response.dimensions.attributes #=> Hash
3098
- # 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"
3099
3174
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
3100
3175
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
3101
3176
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3128,7 +3203,7 @@ module Aws::Pinpoint
3128
3203
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3129
3204
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3130
3205
  # resp.segment_response.dimensions.user_attributes #=> Hash
3131
- # 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"
3132
3207
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
3133
3208
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
3134
3209
  # resp.segment_response.id #=> String
@@ -3144,7 +3219,7 @@ module Aws::Pinpoint
3144
3219
  # resp.segment_response.segment_groups.groups #=> Array
3145
3220
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3146
3221
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
3147
- # 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"
3148
3223
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3149
3224
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3150
3225
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3177,7 +3252,7 @@ module Aws::Pinpoint
3177
3252
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3178
3253
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3179
3254
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3180
- # 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"
3181
3256
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3182
3257
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3183
3258
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -3889,10 +3964,13 @@ module Aws::Pinpoint
3889
3964
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
3890
3965
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
3891
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
3892
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
3893
3971
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3894
3972
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
3895
- # 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"
3896
3974
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
3897
3975
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
3898
3976
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -3909,7 +3987,7 @@ module Aws::Pinpoint
3909
3987
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
3910
3988
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
3911
3989
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
3912
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
3990
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
3913
3991
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
3914
3992
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
3915
3993
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -3926,7 +4004,7 @@ module Aws::Pinpoint
3926
4004
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
3927
4005
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
3928
4006
  # resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
3929
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4007
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
3930
4008
  # resp.campaign_response.description #=> String
3931
4009
  # resp.campaign_response.holdout_percent #=> Integer
3932
4010
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -4006,11 +4084,14 @@ module Aws::Pinpoint
4006
4084
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4007
4085
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4008
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
4009
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
4010
4091
  # resp.campaign_response.name #=> String
4011
4092
  # resp.campaign_response.schedule.end_time #=> String
4012
4093
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4013
- # 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"
4014
4095
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4015
4096
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4016
4097
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4028,7 +4109,7 @@ module Aws::Pinpoint
4028
4109
  # resp.campaign_response.schedule.timezone #=> String
4029
4110
  # resp.campaign_response.segment_id #=> String
4030
4111
  # resp.campaign_response.segment_version #=> Integer
4031
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4112
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4032
4113
  # resp.campaign_response.tags #=> Hash
4033
4114
  # resp.campaign_response.tags["__string"] #=> String
4034
4115
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -4257,10 +4338,13 @@ module Aws::Pinpoint
4257
4338
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
4258
4339
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
4259
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
4260
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
4261
4345
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4262
4346
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4263
- # 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"
4264
4348
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4265
4349
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4266
4350
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4277,7 +4361,7 @@ module Aws::Pinpoint
4277
4361
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
4278
4362
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
4279
4363
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
4280
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4364
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4281
4365
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
4282
4366
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
4283
4367
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4294,7 +4378,7 @@ module Aws::Pinpoint
4294
4378
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
4295
4379
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
4296
4380
  # resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
4297
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4381
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4298
4382
  # resp.campaign_response.description #=> String
4299
4383
  # resp.campaign_response.holdout_percent #=> Integer
4300
4384
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -4374,11 +4458,14 @@ module Aws::Pinpoint
4374
4458
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4375
4459
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4376
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
4377
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
4378
4465
  # resp.campaign_response.name #=> String
4379
4466
  # resp.campaign_response.schedule.end_time #=> String
4380
4467
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4381
- # 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"
4382
4469
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4383
4470
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4384
4471
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4396,7 +4483,7 @@ module Aws::Pinpoint
4396
4483
  # resp.campaign_response.schedule.timezone #=> String
4397
4484
  # resp.campaign_response.segment_id #=> String
4398
4485
  # resp.campaign_response.segment_version #=> Integer
4399
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4486
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4400
4487
  # resp.campaign_response.tags #=> Hash
4401
4488
  # resp.campaign_response.tags["__string"] #=> String
4402
4489
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -4519,10 +4606,13 @@ module Aws::Pinpoint
4519
4606
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4520
4607
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4521
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
4522
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
4523
4613
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4524
4614
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4525
- # 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"
4526
4616
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4527
4617
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4528
4618
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4539,7 +4629,7 @@ module Aws::Pinpoint
4539
4629
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
4540
4630
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
4541
4631
  # resp.campaigns_response.item[0].additional_treatments[0].size_percent #=> Integer
4542
- # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4632
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4543
4633
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.name #=> String
4544
4634
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.version #=> String
4545
4635
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4556,7 +4646,7 @@ module Aws::Pinpoint
4556
4646
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4557
4647
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
4558
4648
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
4559
- # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4649
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4560
4650
  # resp.campaigns_response.item[0].description #=> String
4561
4651
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
4562
4652
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -4636,11 +4726,14 @@ module Aws::Pinpoint
4636
4726
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4637
4727
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4638
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
4639
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
4640
4733
  # resp.campaigns_response.item[0].name #=> String
4641
4734
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4642
4735
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4643
- # 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"
4644
4737
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4645
4738
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4646
4739
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4658,7 +4751,7 @@ module Aws::Pinpoint
4658
4751
  # resp.campaigns_response.item[0].schedule.timezone #=> String
4659
4752
  # resp.campaigns_response.item[0].segment_id #=> String
4660
4753
  # resp.campaigns_response.item[0].segment_version #=> Integer
4661
- # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4754
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4662
4755
  # resp.campaigns_response.item[0].tags #=> Hash
4663
4756
  # resp.campaigns_response.item[0].tags["__string"] #=> String
4664
4757
  # resp.campaigns_response.item[0].template_configuration.email_template.name #=> String
@@ -4780,10 +4873,13 @@ module Aws::Pinpoint
4780
4873
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4781
4874
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4782
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
4783
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
4784
4880
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4785
4881
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4786
- # 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"
4787
4883
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4788
4884
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4789
4885
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4800,7 +4896,7 @@ module Aws::Pinpoint
4800
4896
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
4801
4897
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
4802
4898
  # resp.campaigns_response.item[0].additional_treatments[0].size_percent #=> Integer
4803
- # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4899
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4804
4900
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.name #=> String
4805
4901
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.version #=> String
4806
4902
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4817,7 +4913,7 @@ module Aws::Pinpoint
4817
4913
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4818
4914
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
4819
4915
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
4820
- # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4916
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4821
4917
  # resp.campaigns_response.item[0].description #=> String
4822
4918
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
4823
4919
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -4897,11 +4993,14 @@ module Aws::Pinpoint
4897
4993
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4898
4994
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4899
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
4900
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
4901
5000
  # resp.campaigns_response.item[0].name #=> String
4902
5001
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4903
5002
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4904
- # 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"
4905
5004
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4906
5005
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4907
5006
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4919,7 +5018,7 @@ module Aws::Pinpoint
4919
5018
  # resp.campaigns_response.item[0].schedule.timezone #=> String
4920
5019
  # resp.campaigns_response.item[0].segment_id #=> String
4921
5020
  # resp.campaigns_response.item[0].segment_version #=> Integer
4922
- # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
5021
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4923
5022
  # resp.campaigns_response.item[0].tags #=> Hash
4924
5023
  # resp.campaigns_response.item[0].tags["__string"] #=> String
4925
5024
  # resp.campaigns_response.item[0].template_configuration.email_template.name #=> String
@@ -5437,7 +5536,7 @@ module Aws::Pinpoint
5437
5536
  # resp.journey_response.activities["__string"].custom.template_version #=> String
5438
5537
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
5439
5538
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
5440
- # 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"
5441
5540
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
5442
5541
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
5443
5542
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5449,7 +5548,7 @@ module Aws::Pinpoint
5449
5548
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
5450
5549
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
5451
5550
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
5452
- # 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"
5453
5552
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
5454
5553
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
5455
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"
@@ -5482,7 +5581,7 @@ module Aws::Pinpoint
5482
5581
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
5483
5582
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
5484
5583
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
5485
- # 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"
5486
5585
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
5487
5586
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
5488
5587
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -5499,7 +5598,7 @@ module Aws::Pinpoint
5499
5598
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
5500
5599
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
5501
5600
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
5502
- # 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"
5503
5602
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
5504
5603
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
5505
5604
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5511,7 +5610,7 @@ module Aws::Pinpoint
5511
5610
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
5512
5611
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
5513
5612
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
5514
- # 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"
5515
5614
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
5516
5615
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
5517
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"
@@ -5544,7 +5643,7 @@ module Aws::Pinpoint
5544
5643
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
5545
5644
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
5546
5645
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
5547
- # 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"
5548
5647
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
5549
5648
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
5550
5649
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -5559,7 +5658,10 @@ module Aws::Pinpoint
5559
5658
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
5560
5659
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
5561
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
5562
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
5563
5665
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5564
5666
  # resp.journey_response.activities["__string"].sms.template_name #=> String
5565
5667
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -5583,6 +5685,18 @@ module Aws::Pinpoint
5583
5685
  # resp.journey_response.schedule.timezone #=> String
5584
5686
  # resp.journey_response.start_activity #=> String
5585
5687
  # resp.journey_response.start_condition.description #=> String
5688
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
5690
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
5691
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
5692
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5693
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
5694
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
5695
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
5696
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
5697
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
5698
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
5699
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
5586
5700
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
5587
5701
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
5588
5702
  # resp.journey_response.tags #=> Hash
@@ -5934,7 +6048,7 @@ module Aws::Pinpoint
5934
6048
  # resp.segment_response.arn #=> String
5935
6049
  # resp.segment_response.creation_date #=> String
5936
6050
  # resp.segment_response.dimensions.attributes #=> Hash
5937
- # 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"
5938
6052
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
5939
6053
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
5940
6054
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5967,7 +6081,7 @@ module Aws::Pinpoint
5967
6081
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
5968
6082
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
5969
6083
  # resp.segment_response.dimensions.user_attributes #=> Hash
5970
- # 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"
5971
6085
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
5972
6086
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
5973
6087
  # resp.segment_response.id #=> String
@@ -5983,7 +6097,7 @@ module Aws::Pinpoint
5983
6097
  # resp.segment_response.segment_groups.groups #=> Array
5984
6098
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
5985
6099
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
5986
- # 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"
5987
6101
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
5988
6102
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
5989
6103
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6016,7 +6130,7 @@ module Aws::Pinpoint
6016
6130
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6017
6131
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6018
6132
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6019
- # 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"
6020
6134
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6021
6135
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6022
6136
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6181,7 +6295,7 @@ module Aws::Pinpoint
6181
6295
  # resp.segment_response.arn #=> String
6182
6296
  # resp.segment_response.creation_date #=> String
6183
6297
  # resp.segment_response.dimensions.attributes #=> Hash
6184
- # 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"
6185
6299
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
6186
6300
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6187
6301
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6214,7 +6328,7 @@ module Aws::Pinpoint
6214
6328
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6215
6329
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6216
6330
  # resp.segment_response.dimensions.user_attributes #=> Hash
6217
- # 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"
6218
6332
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6219
6333
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6220
6334
  # resp.segment_response.id #=> String
@@ -6230,7 +6344,7 @@ module Aws::Pinpoint
6230
6344
  # resp.segment_response.segment_groups.groups #=> Array
6231
6345
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6232
6346
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
6233
- # 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"
6234
6348
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6235
6349
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6236
6350
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6263,7 +6377,7 @@ module Aws::Pinpoint
6263
6377
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6264
6378
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6265
6379
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6266
- # 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"
6267
6381
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6268
6382
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6269
6383
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6318,7 +6432,7 @@ module Aws::Pinpoint
6318
6432
  # resp.segments_response.item[0].arn #=> String
6319
6433
  # resp.segments_response.item[0].creation_date #=> String
6320
6434
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6321
- # 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"
6322
6436
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6323
6437
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6324
6438
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6351,7 +6465,7 @@ module Aws::Pinpoint
6351
6465
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6352
6466
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6353
6467
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6354
- # 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"
6355
6469
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6356
6470
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6357
6471
  # resp.segments_response.item[0].id #=> String
@@ -6367,7 +6481,7 @@ module Aws::Pinpoint
6367
6481
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6368
6482
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6369
6483
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6370
- # 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"
6371
6485
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6372
6486
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6373
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"
@@ -6400,7 +6514,7 @@ module Aws::Pinpoint
6400
6514
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6401
6515
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6402
6516
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6403
- # 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"
6404
6518
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6405
6519
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6406
6520
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6452,7 +6566,7 @@ module Aws::Pinpoint
6452
6566
  # resp.segments_response.item[0].arn #=> String
6453
6567
  # resp.segments_response.item[0].creation_date #=> String
6454
6568
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6455
- # 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"
6456
6570
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6457
6571
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6458
6572
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6485,7 +6599,7 @@ module Aws::Pinpoint
6485
6599
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6486
6600
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6487
6601
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6488
- # 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"
6489
6603
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6490
6604
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6491
6605
  # resp.segments_response.item[0].id #=> String
@@ -6501,7 +6615,7 @@ module Aws::Pinpoint
6501
6615
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6502
6616
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6503
6617
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6504
- # 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"
6505
6619
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6506
6620
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6507
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"
@@ -6534,7 +6648,7 @@ module Aws::Pinpoint
6534
6648
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6535
6649
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6536
6650
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6537
- # 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"
6538
6652
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6539
6653
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6540
6654
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6819,7 +6933,7 @@ module Aws::Pinpoint
6819
6933
  # resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
6820
6934
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
6821
6935
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
6822
- # 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"
6823
6937
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
6824
6938
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
6825
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"
@@ -6831,7 +6945,7 @@ module Aws::Pinpoint
6831
6945
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
6832
6946
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
6833
6947
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
6834
- # 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"
6835
6949
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
6836
6950
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
6837
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"
@@ -6864,7 +6978,7 @@ module Aws::Pinpoint
6864
6978
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
6865
6979
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
6866
6980
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
6867
- # 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"
6868
6982
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
6869
6983
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
6870
6984
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -6881,7 +6995,7 @@ module Aws::Pinpoint
6881
6995
  # resp.journeys_response.item[0].activities["__string"].holdout.percentage #=> Integer
6882
6996
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches #=> Array
6883
6997
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
6884
- # 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"
6885
6999
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
6886
7000
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
6887
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"
@@ -6893,7 +7007,7 @@ module Aws::Pinpoint
6893
7007
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
6894
7008
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
6895
7009
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
6896
- # 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"
6897
7011
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
6898
7012
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
6899
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"
@@ -6926,7 +7040,7 @@ module Aws::Pinpoint
6926
7040
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
6927
7041
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
6928
7042
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
6929
- # 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"
6930
7044
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
6931
7045
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
6932
7046
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -6941,7 +7055,10 @@ module Aws::Pinpoint
6941
7055
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
6942
7056
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
6943
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
6944
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
6945
7062
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
6946
7063
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
6947
7064
  # resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
@@ -6965,6 +7082,18 @@ module Aws::Pinpoint
6965
7082
  # resp.journeys_response.item[0].schedule.timezone #=> String
6966
7083
  # resp.journeys_response.item[0].start_activity #=> String
6967
7084
  # resp.journeys_response.item[0].start_condition.description #=> String
7085
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
7087
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
7088
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
7089
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7090
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
7091
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
7092
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
7093
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
7094
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
7095
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
7096
+ # resp.journeys_response.item[0].start_condition.event_start_condition.segment_id #=> String
6968
7097
  # resp.journeys_response.item[0].start_condition.segment_start_condition.segment_id #=> String
6969
7098
  # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
6970
7099
  # resp.journeys_response.item[0].tags #=> Hash
@@ -7525,6 +7654,8 @@ module Aws::Pinpoint
7525
7654
  # substitutions: {
7526
7655
  # "__string" => ["__string"],
7527
7656
  # },
7657
+ # entity_id: "__string",
7658
+ # template_id: "__string",
7528
7659
  # },
7529
7660
  # voice_message: {
7530
7661
  # body: "__string",
@@ -7750,6 +7881,8 @@ module Aws::Pinpoint
7750
7881
  # substitutions: {
7751
7882
  # "__string" => ["__string"],
7752
7883
  # },
7884
+ # entity_id: "__string",
7885
+ # template_id: "__string",
7753
7886
  # },
7754
7887
  # voice_message: {
7755
7888
  # body: "__string",
@@ -8346,7 +8479,10 @@ module Aws::Pinpoint
8346
8479
  # sms_message: {
8347
8480
  # body: "__string",
8348
8481
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8482
+ # origination_number: "__string",
8349
8483
  # sender_id: "__string",
8484
+ # entity_id: "__string",
8485
+ # template_id: "__string",
8350
8486
  # },
8351
8487
  # },
8352
8488
  # schedule: {
@@ -8355,7 +8491,7 @@ module Aws::Pinpoint
8355
8491
  # dimensions: { # required
8356
8492
  # attributes: {
8357
8493
  # "__string" => {
8358
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8494
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8359
8495
  # values: ["__string"], # required
8360
8496
  # },
8361
8497
  # },
@@ -8505,7 +8641,10 @@ module Aws::Pinpoint
8505
8641
  # sms_message: {
8506
8642
  # body: "__string",
8507
8643
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8644
+ # origination_number: "__string",
8508
8645
  # sender_id: "__string",
8646
+ # entity_id: "__string",
8647
+ # template_id: "__string",
8509
8648
  # },
8510
8649
  # },
8511
8650
  # name: "__string",
@@ -8515,7 +8654,7 @@ module Aws::Pinpoint
8515
8654
  # dimensions: { # required
8516
8655
  # attributes: {
8517
8656
  # "__string" => {
8518
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8657
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8519
8658
  # values: ["__string"], # required
8520
8659
  # },
8521
8660
  # },
@@ -8643,10 +8782,13 @@ module Aws::Pinpoint
8643
8782
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
8644
8783
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
8645
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
8646
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
8647
8789
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8648
8790
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
8649
- # 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"
8650
8792
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8651
8793
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8652
8794
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8663,7 +8805,7 @@ module Aws::Pinpoint
8663
8805
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
8664
8806
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
8665
8807
  # resp.campaign_response.additional_treatments[0].size_percent #=> Integer
8666
- # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
8808
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8667
8809
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
8668
8810
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
8669
8811
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -8680,7 +8822,7 @@ module Aws::Pinpoint
8680
8822
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
8681
8823
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
8682
8824
  # resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
8683
- # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
8825
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8684
8826
  # resp.campaign_response.description #=> String
8685
8827
  # resp.campaign_response.holdout_percent #=> Integer
8686
8828
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -8760,11 +8902,14 @@ module Aws::Pinpoint
8760
8902
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
8761
8903
  # resp.campaign_response.message_configuration.sms_message.body #=> String
8762
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
8763
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
8764
8909
  # resp.campaign_response.name #=> String
8765
8910
  # resp.campaign_response.schedule.end_time #=> String
8766
8911
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
8767
- # 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"
8768
8913
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8769
8914
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8770
8915
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8782,7 +8927,7 @@ module Aws::Pinpoint
8782
8927
  # resp.campaign_response.schedule.timezone #=> String
8783
8928
  # resp.campaign_response.segment_id #=> String
8784
8929
  # resp.campaign_response.segment_version #=> Integer
8785
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
8930
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8786
8931
  # resp.campaign_response.tags #=> Hash
8787
8932
  # resp.campaign_response.tags["__string"] #=> String
8788
8933
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -9150,10 +9295,10 @@ module Aws::Pinpoint
9150
9295
  # conditions: [
9151
9296
  # {
9152
9297
  # event_condition: {
9153
- # dimensions: { # required
9298
+ # dimensions: {
9154
9299
  # attributes: {
9155
9300
  # "__string" => {
9156
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9301
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9157
9302
  # values: ["__string"], # required
9158
9303
  # },
9159
9304
  # },
@@ -9176,7 +9321,7 @@ module Aws::Pinpoint
9176
9321
  # segment_dimensions: {
9177
9322
  # attributes: {
9178
9323
  # "__string" => {
9179
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9324
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9180
9325
  # values: ["__string"], # required
9181
9326
  # },
9182
9327
  # },
@@ -9233,7 +9378,7 @@ module Aws::Pinpoint
9233
9378
  # },
9234
9379
  # user_attributes: {
9235
9380
  # "__string" => {
9236
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9381
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9237
9382
  # values: ["__string"], # required
9238
9383
  # },
9239
9384
  # },
@@ -9267,10 +9412,10 @@ module Aws::Pinpoint
9267
9412
  # {
9268
9413
  # condition: {
9269
9414
  # event_condition: {
9270
- # dimensions: { # required
9415
+ # dimensions: {
9271
9416
  # attributes: {
9272
9417
  # "__string" => {
9273
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9418
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9274
9419
  # values: ["__string"], # required
9275
9420
  # },
9276
9421
  # },
@@ -9293,7 +9438,7 @@ module Aws::Pinpoint
9293
9438
  # segment_dimensions: {
9294
9439
  # attributes: {
9295
9440
  # "__string" => {
9296
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9441
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9297
9442
  # values: ["__string"], # required
9298
9443
  # },
9299
9444
  # },
@@ -9350,7 +9495,7 @@ module Aws::Pinpoint
9350
9495
  # },
9351
9496
  # user_attributes: {
9352
9497
  # "__string" => {
9353
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9498
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9354
9499
  # values: ["__string"], # required
9355
9500
  # },
9356
9501
  # },
@@ -9384,7 +9529,10 @@ module Aws::Pinpoint
9384
9529
  # sms: {
9385
9530
  # message_config: {
9386
9531
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9532
+ # origination_number: "__string",
9387
9533
  # sender_id: "__string",
9534
+ # entity_id: "__string",
9535
+ # template_id: "__string",
9388
9536
  # },
9389
9537
  # next_activity: "__string",
9390
9538
  # template_name: "__string",
@@ -9421,6 +9569,30 @@ module Aws::Pinpoint
9421
9569
  # start_activity: "__string",
9422
9570
  # start_condition: {
9423
9571
  # description: "__string",
9572
+ # event_start_condition: {
9573
+ # event_filter: {
9574
+ # dimensions: { # required
9575
+ # attributes: {
9576
+ # "__string" => {
9577
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9578
+ # values: ["__string"], # required
9579
+ # },
9580
+ # },
9581
+ # event_type: {
9582
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9583
+ # values: ["__string"], # required
9584
+ # },
9585
+ # metrics: {
9586
+ # "__string" => {
9587
+ # comparison_operator: "__string", # required
9588
+ # value: 1.0, # required
9589
+ # },
9590
+ # },
9591
+ # },
9592
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
9593
+ # },
9594
+ # segment_id: "__string",
9595
+ # },
9424
9596
  # segment_start_condition: {
9425
9597
  # segment_id: "__string", # required
9426
9598
  # },
@@ -9441,7 +9613,7 @@ module Aws::Pinpoint
9441
9613
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9442
9614
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9443
9615
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9444
- # 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"
9445
9617
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9446
9618
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9447
9619
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9453,7 +9625,7 @@ module Aws::Pinpoint
9453
9625
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9454
9626
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9455
9627
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9456
- # 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"
9457
9629
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9458
9630
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9459
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"
@@ -9486,7 +9658,7 @@ module Aws::Pinpoint
9486
9658
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9487
9659
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9488
9660
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9489
- # 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"
9490
9662
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9491
9663
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9492
9664
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9503,7 +9675,7 @@ module Aws::Pinpoint
9503
9675
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9504
9676
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9505
9677
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9506
- # 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"
9507
9679
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9508
9680
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9509
9681
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9515,7 +9687,7 @@ module Aws::Pinpoint
9515
9687
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9516
9688
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9517
9689
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9518
- # 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"
9519
9691
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9520
9692
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9521
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"
@@ -9548,7 +9720,7 @@ module Aws::Pinpoint
9548
9720
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9549
9721
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9550
9722
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9551
- # 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"
9552
9724
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9553
9725
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9554
9726
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9563,7 +9735,10 @@ module Aws::Pinpoint
9563
9735
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9564
9736
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9565
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
9566
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
9567
9742
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9568
9743
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9569
9744
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9587,6 +9762,18 @@ module Aws::Pinpoint
9587
9762
  # resp.journey_response.schedule.timezone #=> String
9588
9763
  # resp.journey_response.start_activity #=> String
9589
9764
  # resp.journey_response.start_condition.description #=> String
9765
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
9767
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9768
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9769
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9770
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
9771
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
9772
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
9773
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
9774
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
9775
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9776
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9590
9777
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9591
9778
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9592
9779
  # resp.journey_response.tags #=> Hash
@@ -9636,7 +9823,7 @@ module Aws::Pinpoint
9636
9823
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9637
9824
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9638
9825
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9639
- # 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"
9640
9827
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9641
9828
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9642
9829
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9648,7 +9835,7 @@ module Aws::Pinpoint
9648
9835
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9649
9836
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9650
9837
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9651
- # 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"
9652
9839
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9653
9840
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9654
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"
@@ -9681,7 +9868,7 @@ module Aws::Pinpoint
9681
9868
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9682
9869
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9683
9870
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9684
- # 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"
9685
9872
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9686
9873
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9687
9874
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9698,7 +9885,7 @@ module Aws::Pinpoint
9698
9885
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9699
9886
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9700
9887
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9701
- # 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"
9702
9889
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9703
9890
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9704
9891
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9710,7 +9897,7 @@ module Aws::Pinpoint
9710
9897
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9711
9898
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9712
9899
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9713
- # 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"
9714
9901
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9715
9902
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9716
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"
@@ -9743,7 +9930,7 @@ module Aws::Pinpoint
9743
9930
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9744
9931
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9745
9932
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9746
- # 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"
9747
9934
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9748
9935
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9749
9936
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9758,7 +9945,10 @@ module Aws::Pinpoint
9758
9945
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9759
9946
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9760
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
9761
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
9762
9952
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9763
9953
  # resp.journey_response.activities["__string"].sms.template_name #=> String
9764
9954
  # resp.journey_response.activities["__string"].sms.template_version #=> String
@@ -9782,6 +9972,18 @@ module Aws::Pinpoint
9782
9972
  # resp.journey_response.schedule.timezone #=> String
9783
9973
  # resp.journey_response.start_activity #=> String
9784
9974
  # resp.journey_response.start_condition.description #=> String
9975
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
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"
9977
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9978
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9979
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9980
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
9981
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
9982
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
9983
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
9984
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
9985
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9986
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9785
9987
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9786
9988
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9787
9989
  # resp.journey_response.tags #=> Hash
@@ -9974,7 +10176,7 @@ module Aws::Pinpoint
9974
10176
  # dimensions: {
9975
10177
  # attributes: {
9976
10178
  # "__string" => {
9977
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10179
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9978
10180
  # values: ["__string"], # required
9979
10181
  # },
9980
10182
  # },
@@ -10031,7 +10233,7 @@ module Aws::Pinpoint
10031
10233
  # },
10032
10234
  # user_attributes: {
10033
10235
  # "__string" => {
10034
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10236
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10035
10237
  # values: ["__string"], # required
10036
10238
  # },
10037
10239
  # },
@@ -10044,7 +10246,7 @@ module Aws::Pinpoint
10044
10246
  # {
10045
10247
  # attributes: {
10046
10248
  # "__string" => {
10047
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10249
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10048
10250
  # values: ["__string"], # required
10049
10251
  # },
10050
10252
  # },
@@ -10101,7 +10303,7 @@ module Aws::Pinpoint
10101
10303
  # },
10102
10304
  # user_attributes: {
10103
10305
  # "__string" => {
10104
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10306
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10105
10307
  # values: ["__string"], # required
10106
10308
  # },
10107
10309
  # },
@@ -10131,7 +10333,7 @@ module Aws::Pinpoint
10131
10333
  # resp.segment_response.arn #=> String
10132
10334
  # resp.segment_response.creation_date #=> String
10133
10335
  # resp.segment_response.dimensions.attributes #=> Hash
10134
- # 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"
10135
10337
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
10136
10338
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
10137
10339
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10164,7 +10366,7 @@ module Aws::Pinpoint
10164
10366
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
10165
10367
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
10166
10368
  # resp.segment_response.dimensions.user_attributes #=> Hash
10167
- # 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"
10168
10370
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
10169
10371
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
10170
10372
  # resp.segment_response.id #=> String
@@ -10180,7 +10382,7 @@ module Aws::Pinpoint
10180
10382
  # resp.segment_response.segment_groups.groups #=> Array
10181
10383
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
10182
10384
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
10183
- # 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"
10184
10386
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
10185
10387
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
10186
10388
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10213,7 +10415,7 @@ module Aws::Pinpoint
10213
10415
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
10214
10416
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
10215
10417
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
10216
- # 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"
10217
10419
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
10218
10420
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
10219
10421
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -10479,7 +10681,7 @@ module Aws::Pinpoint
10479
10681
  params: params,
10480
10682
  config: config)
10481
10683
  context[:gem_name] = 'aws-sdk-pinpoint'
10482
- context[:gem_version] = '1.46.0'
10684
+ context[:gem_version] = '1.51.0'
10483
10685
  Seahorse::Client::Request.new(handlers, context)
10484
10686
  end
10485
10687