aws-sdk-pinpoint 1.45.0 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f7e1d6032f47e4850d95eb29304736211d03b52f898a6a08ceb0dc8dd1aec35
4
- data.tar.gz: c59d971b645445219f372085982a6ab91c749dd6b70c279e9d5865654106ea8b
3
+ metadata.gz: 857476c9114a5c36c7ec4efd20d5b469a5a096f0730b64f9927eb4bb3c75d998
4
+ data.tar.gz: cf1ce4534d5141f62a259015d7df101ecbb97502ed50bbde71a278612b1fa69f
5
5
  SHA512:
6
- metadata.gz: 3fb5552854e5dd881c0ca1b1671bb5787ae9f89b17a9154f41ef8250f14f97b36f41618779f7ec66bfedb6a1dfe4a7a1f56ddaabc9875b202e748b2adbe832d5
7
- data.tar.gz: 3a7952b5d3361cb0fb1f6099acc45150f6c94d9f4045fc8ff002f5c4fa037b6e654da5d3bb9840ff8dc5bf0f4000db75c295719c5d5668cb282016562619a1c6
6
+ metadata.gz: af915b52443eae63e5b98b644a170955f1bb717eef4b691f3e2f3ba12d4003da5f3c8cfdbf18030566ee71238ed1bc8ca009957a830353786e4d025779d5f577
7
+ data.tar.gz: 3ae633317d92542d37c00398cd87d93f6fdc37ec26c2dbe1e71790ce5a37c53ab8b19329cd86d25429b7e9f856e8f701cad6ad5e24f37c143acd8ba7cb95d9c2
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
47
48
  # @!group service
48
49
  module Aws::Pinpoint
49
50
 
50
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.50.0'
51
52
 
52
53
  end
@@ -471,6 +471,7 @@ module Aws::Pinpoint
471
471
  # sms_message: {
472
472
  # body: "__string",
473
473
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
474
+ # origination_number: "__string",
474
475
  # sender_id: "__string",
475
476
  # },
476
477
  # },
@@ -480,7 +481,7 @@ module Aws::Pinpoint
480
481
  # dimensions: { # required
481
482
  # attributes: {
482
483
  # "__string" => {
483
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
484
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
484
485
  # values: ["__string"], # required
485
486
  # },
486
487
  # },
@@ -630,6 +631,7 @@ module Aws::Pinpoint
630
631
  # sms_message: {
631
632
  # body: "__string",
632
633
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
634
+ # origination_number: "__string",
633
635
  # sender_id: "__string",
634
636
  # },
635
637
  # },
@@ -640,7 +642,7 @@ module Aws::Pinpoint
640
642
  # dimensions: { # required
641
643
  # attributes: {
642
644
  # "__string" => {
643
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
645
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
644
646
  # values: ["__string"], # required
645
647
  # },
646
648
  # },
@@ -768,10 +770,11 @@ module Aws::Pinpoint
768
770
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
769
771
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
770
772
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
773
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
771
774
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
772
775
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
773
776
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
774
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
777
+ # 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
778
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
776
779
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
777
780
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -788,7 +791,7 @@ module Aws::Pinpoint
788
791
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
789
792
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
790
793
  # 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"
794
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
792
795
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
793
796
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
794
797
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -805,7 +808,7 @@ module Aws::Pinpoint
805
808
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
806
809
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
807
810
  # 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"
811
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
809
812
  # resp.campaign_response.description #=> String
810
813
  # resp.campaign_response.holdout_percent #=> Integer
811
814
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -885,11 +888,12 @@ module Aws::Pinpoint
885
888
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
886
889
  # resp.campaign_response.message_configuration.sms_message.body #=> String
887
890
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
891
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
888
892
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
889
893
  # resp.campaign_response.name #=> String
890
894
  # resp.campaign_response.schedule.end_time #=> String
891
895
  # 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"
896
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
893
897
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
894
898
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
895
899
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -907,7 +911,7 @@ module Aws::Pinpoint
907
911
  # resp.campaign_response.schedule.timezone #=> String
908
912
  # resp.campaign_response.segment_id #=> String
909
913
  # resp.campaign_response.segment_version #=> Integer
910
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
914
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
911
915
  # resp.campaign_response.tags #=> Hash
912
916
  # resp.campaign_response.tags["__string"] #=> String
913
917
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -1123,10 +1127,10 @@ module Aws::Pinpoint
1123
1127
  # conditions: [
1124
1128
  # {
1125
1129
  # event_condition: {
1126
- # dimensions: { # required
1130
+ # dimensions: {
1127
1131
  # attributes: {
1128
1132
  # "__string" => {
1129
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1133
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1130
1134
  # values: ["__string"], # required
1131
1135
  # },
1132
1136
  # },
@@ -1149,7 +1153,7 @@ module Aws::Pinpoint
1149
1153
  # segment_dimensions: {
1150
1154
  # attributes: {
1151
1155
  # "__string" => {
1152
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1156
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1153
1157
  # values: ["__string"], # required
1154
1158
  # },
1155
1159
  # },
@@ -1206,7 +1210,7 @@ module Aws::Pinpoint
1206
1210
  # },
1207
1211
  # user_attributes: {
1208
1212
  # "__string" => {
1209
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1213
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1210
1214
  # values: ["__string"], # required
1211
1215
  # },
1212
1216
  # },
@@ -1240,10 +1244,10 @@ module Aws::Pinpoint
1240
1244
  # {
1241
1245
  # condition: {
1242
1246
  # event_condition: {
1243
- # dimensions: { # required
1247
+ # dimensions: {
1244
1248
  # attributes: {
1245
1249
  # "__string" => {
1246
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1250
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1247
1251
  # values: ["__string"], # required
1248
1252
  # },
1249
1253
  # },
@@ -1266,7 +1270,7 @@ module Aws::Pinpoint
1266
1270
  # segment_dimensions: {
1267
1271
  # attributes: {
1268
1272
  # "__string" => {
1269
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1273
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1270
1274
  # values: ["__string"], # required
1271
1275
  # },
1272
1276
  # },
@@ -1323,7 +1327,7 @@ module Aws::Pinpoint
1323
1327
  # },
1324
1328
  # user_attributes: {
1325
1329
  # "__string" => {
1326
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1330
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1327
1331
  # values: ["__string"], # required
1328
1332
  # },
1329
1333
  # },
@@ -1357,6 +1361,7 @@ module Aws::Pinpoint
1357
1361
  # sms: {
1358
1362
  # message_config: {
1359
1363
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1364
+ # origination_number: "__string",
1360
1365
  # sender_id: "__string",
1361
1366
  # },
1362
1367
  # next_activity: "__string",
@@ -1394,6 +1399,30 @@ module Aws::Pinpoint
1394
1399
  # start_activity: "__string",
1395
1400
  # start_condition: {
1396
1401
  # description: "__string",
1402
+ # event_start_condition: {
1403
+ # event_filter: {
1404
+ # dimensions: { # required
1405
+ # attributes: {
1406
+ # "__string" => {
1407
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1408
+ # values: ["__string"], # required
1409
+ # },
1410
+ # },
1411
+ # event_type: {
1412
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1413
+ # values: ["__string"], # required
1414
+ # },
1415
+ # metrics: {
1416
+ # "__string" => {
1417
+ # comparison_operator: "__string", # required
1418
+ # value: 1.0, # required
1419
+ # },
1420
+ # },
1421
+ # },
1422
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
1423
+ # },
1424
+ # segment_id: "__string",
1425
+ # },
1397
1426
  # segment_start_condition: {
1398
1427
  # segment_id: "__string", # required
1399
1428
  # },
@@ -1414,7 +1443,7 @@ module Aws::Pinpoint
1414
1443
  # resp.journey_response.activities["__string"].custom.template_version #=> String
1415
1444
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
1416
1445
  # 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"
1446
+ # 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
1447
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
1419
1448
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
1420
1449
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1426,7 +1455,7 @@ module Aws::Pinpoint
1426
1455
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
1427
1456
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
1428
1457
  # 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"
1458
+ # 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
1459
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
1431
1460
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
1432
1461
  # 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 +1488,7 @@ module Aws::Pinpoint
1459
1488
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
1460
1489
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
1461
1490
  # 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"
1491
+ # 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
1492
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
1464
1493
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
1465
1494
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -1476,7 +1505,7 @@ module Aws::Pinpoint
1476
1505
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
1477
1506
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
1478
1507
  # 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"
1508
+ # 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
1509
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
1481
1510
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
1482
1511
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1488,7 +1517,7 @@ module Aws::Pinpoint
1488
1517
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
1489
1518
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
1490
1519
  # 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"
1520
+ # 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
1521
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
1493
1522
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
1494
1523
  # 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 +1550,7 @@ module Aws::Pinpoint
1521
1550
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
1522
1551
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
1523
1552
  # 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"
1553
+ # 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
1554
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
1526
1555
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
1527
1556
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -1536,6 +1565,7 @@ module Aws::Pinpoint
1536
1565
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
1537
1566
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
1538
1567
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1568
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
1539
1569
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
1540
1570
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
1541
1571
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -1560,6 +1590,18 @@ module Aws::Pinpoint
1560
1590
  # resp.journey_response.schedule.timezone #=> String
1561
1591
  # resp.journey_response.start_activity #=> String
1562
1592
  # resp.journey_response.start_condition.description #=> String
1593
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
1594
+ # 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"
1595
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
1596
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
1597
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1598
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
1599
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
1600
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
1601
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
1602
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
1603
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
1604
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
1563
1605
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
1564
1606
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
1565
1607
  # resp.journey_response.tags #=> Hash
@@ -1741,7 +1783,7 @@ module Aws::Pinpoint
1741
1783
  # dimensions: {
1742
1784
  # attributes: {
1743
1785
  # "__string" => {
1744
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1786
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1745
1787
  # values: ["__string"], # required
1746
1788
  # },
1747
1789
  # },
@@ -1798,7 +1840,7 @@ module Aws::Pinpoint
1798
1840
  # },
1799
1841
  # user_attributes: {
1800
1842
  # "__string" => {
1801
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1843
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1802
1844
  # values: ["__string"], # required
1803
1845
  # },
1804
1846
  # },
@@ -1811,7 +1853,7 @@ module Aws::Pinpoint
1811
1853
  # {
1812
1854
  # attributes: {
1813
1855
  # "__string" => {
1814
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1856
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1815
1857
  # values: ["__string"], # required
1816
1858
  # },
1817
1859
  # },
@@ -1868,7 +1910,7 @@ module Aws::Pinpoint
1868
1910
  # },
1869
1911
  # user_attributes: {
1870
1912
  # "__string" => {
1871
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1913
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1872
1914
  # values: ["__string"], # required
1873
1915
  # },
1874
1916
  # },
@@ -1898,7 +1940,7 @@ module Aws::Pinpoint
1898
1940
  # resp.segment_response.arn #=> String
1899
1941
  # resp.segment_response.creation_date #=> String
1900
1942
  # resp.segment_response.dimensions.attributes #=> Hash
1901
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1943
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1902
1944
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
1903
1945
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
1904
1946
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1931,7 +1973,7 @@ module Aws::Pinpoint
1931
1973
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
1932
1974
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
1933
1975
  # resp.segment_response.dimensions.user_attributes #=> Hash
1934
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1976
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1935
1977
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
1936
1978
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
1937
1979
  # resp.segment_response.id #=> String
@@ -1947,7 +1989,7 @@ module Aws::Pinpoint
1947
1989
  # resp.segment_response.segment_groups.groups #=> Array
1948
1990
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
1949
1991
  # 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"
1992
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1951
1993
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
1952
1994
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
1953
1995
  # 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 +2022,7 @@ module Aws::Pinpoint
1980
2022
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
1981
2023
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
1982
2024
  # 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"
2025
+ # 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
2026
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
1985
2027
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
1986
2028
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -2443,10 +2485,11 @@ module Aws::Pinpoint
2443
2485
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
2444
2486
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
2445
2487
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2488
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
2446
2489
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
2447
2490
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2448
2491
  # 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"
2492
+ # 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
2493
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2451
2494
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2452
2495
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2463,7 +2506,7 @@ module Aws::Pinpoint
2463
2506
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
2464
2507
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
2465
2508
  # 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"
2509
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2467
2510
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
2468
2511
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
2469
2512
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -2480,7 +2523,7 @@ module Aws::Pinpoint
2480
2523
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
2481
2524
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
2482
2525
  # 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"
2526
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2484
2527
  # resp.campaign_response.description #=> String
2485
2528
  # resp.campaign_response.holdout_percent #=> Integer
2486
2529
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -2560,11 +2603,12 @@ module Aws::Pinpoint
2560
2603
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
2561
2604
  # resp.campaign_response.message_configuration.sms_message.body #=> String
2562
2605
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2606
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
2563
2607
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
2564
2608
  # resp.campaign_response.name #=> String
2565
2609
  # resp.campaign_response.schedule.end_time #=> String
2566
2610
  # 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"
2611
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2568
2612
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2569
2613
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2570
2614
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2582,7 +2626,7 @@ module Aws::Pinpoint
2582
2626
  # resp.campaign_response.schedule.timezone #=> String
2583
2627
  # resp.campaign_response.segment_id #=> String
2584
2628
  # resp.campaign_response.segment_version #=> Integer
2585
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2629
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
2586
2630
  # resp.campaign_response.tags #=> Hash
2587
2631
  # resp.campaign_response.tags["__string"] #=> String
2588
2632
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -2841,7 +2885,7 @@ module Aws::Pinpoint
2841
2885
  # resp.journey_response.activities["__string"].custom.template_version #=> String
2842
2886
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
2843
2887
  # 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"
2888
+ # 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
2889
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
2846
2890
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
2847
2891
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2853,7 +2897,7 @@ module Aws::Pinpoint
2853
2897
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
2854
2898
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
2855
2899
  # 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"
2900
+ # 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
2901
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
2858
2902
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
2859
2903
  # 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 +2930,7 @@ module Aws::Pinpoint
2886
2930
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
2887
2931
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
2888
2932
  # 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"
2933
+ # 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
2934
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
2891
2935
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
2892
2936
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -2903,7 +2947,7 @@ module Aws::Pinpoint
2903
2947
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
2904
2948
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
2905
2949
  # 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"
2950
+ # 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
2951
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
2908
2952
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
2909
2953
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2915,7 +2959,7 @@ module Aws::Pinpoint
2915
2959
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
2916
2960
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
2917
2961
  # 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"
2962
+ # 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
2963
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
2920
2964
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
2921
2965
  # 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 +2992,7 @@ module Aws::Pinpoint
2948
2992
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
2949
2993
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
2950
2994
  # 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"
2995
+ # 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
2996
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
2953
2997
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
2954
2998
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -2963,6 +3007,7 @@ module Aws::Pinpoint
2963
3007
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
2964
3008
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
2965
3009
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3010
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
2966
3011
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
2967
3012
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
2968
3013
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -2987,6 +3032,18 @@ module Aws::Pinpoint
2987
3032
  # resp.journey_response.schedule.timezone #=> String
2988
3033
  # resp.journey_response.start_activity #=> String
2989
3034
  # resp.journey_response.start_condition.description #=> String
3035
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
3036
+ # 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"
3037
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
3038
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
3039
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3040
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
3041
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
3042
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
3043
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
3044
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
3045
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
3046
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
2990
3047
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
2991
3048
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
2992
3049
  # resp.journey_response.tags #=> Hash
@@ -3095,7 +3152,7 @@ module Aws::Pinpoint
3095
3152
  # resp.segment_response.arn #=> String
3096
3153
  # resp.segment_response.creation_date #=> String
3097
3154
  # resp.segment_response.dimensions.attributes #=> Hash
3098
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3155
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3099
3156
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
3100
3157
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
3101
3158
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3128,7 +3185,7 @@ module Aws::Pinpoint
3128
3185
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3129
3186
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3130
3187
  # resp.segment_response.dimensions.user_attributes #=> Hash
3131
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3188
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3132
3189
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
3133
3190
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
3134
3191
  # resp.segment_response.id #=> String
@@ -3144,7 +3201,7 @@ module Aws::Pinpoint
3144
3201
  # resp.segment_response.segment_groups.groups #=> Array
3145
3202
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3146
3203
  # 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"
3204
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3148
3205
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3149
3206
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3150
3207
  # 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 +3234,7 @@ module Aws::Pinpoint
3177
3234
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3178
3235
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3179
3236
  # 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"
3237
+ # 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
3238
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3182
3239
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3183
3240
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -3889,10 +3946,11 @@ module Aws::Pinpoint
3889
3946
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
3890
3947
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
3891
3948
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
3949
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
3892
3950
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
3893
3951
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3894
3952
  # 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"
3953
+ # 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
3954
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
3897
3955
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
3898
3956
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -3909,7 +3967,7 @@ module Aws::Pinpoint
3909
3967
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
3910
3968
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
3911
3969
  # 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"
3970
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
3913
3971
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
3914
3972
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
3915
3973
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -3926,7 +3984,7 @@ module Aws::Pinpoint
3926
3984
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
3927
3985
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
3928
3986
  # 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"
3987
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
3930
3988
  # resp.campaign_response.description #=> String
3931
3989
  # resp.campaign_response.holdout_percent #=> Integer
3932
3990
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -4006,11 +4064,12 @@ module Aws::Pinpoint
4006
4064
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4007
4065
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4008
4066
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4067
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4009
4068
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4010
4069
  # resp.campaign_response.name #=> String
4011
4070
  # resp.campaign_response.schedule.end_time #=> String
4012
4071
  # 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"
4072
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4014
4073
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4015
4074
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4016
4075
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4028,7 +4087,7 @@ module Aws::Pinpoint
4028
4087
  # resp.campaign_response.schedule.timezone #=> String
4029
4088
  # resp.campaign_response.segment_id #=> String
4030
4089
  # resp.campaign_response.segment_version #=> Integer
4031
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4090
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4032
4091
  # resp.campaign_response.tags #=> Hash
4033
4092
  # resp.campaign_response.tags["__string"] #=> String
4034
4093
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -4257,10 +4316,11 @@ module Aws::Pinpoint
4257
4316
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
4258
4317
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
4259
4318
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4319
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4260
4320
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4261
4321
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4262
4322
  # 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"
4323
+ # 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
4324
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4265
4325
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4266
4326
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4277,7 +4337,7 @@ module Aws::Pinpoint
4277
4337
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
4278
4338
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
4279
4339
  # 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"
4340
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4281
4341
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
4282
4342
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
4283
4343
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4294,7 +4354,7 @@ module Aws::Pinpoint
4294
4354
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
4295
4355
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
4296
4356
  # 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"
4357
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4298
4358
  # resp.campaign_response.description #=> String
4299
4359
  # resp.campaign_response.holdout_percent #=> Integer
4300
4360
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -4374,11 +4434,12 @@ module Aws::Pinpoint
4374
4434
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
4375
4435
  # resp.campaign_response.message_configuration.sms_message.body #=> String
4376
4436
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4437
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
4377
4438
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
4378
4439
  # resp.campaign_response.name #=> String
4379
4440
  # resp.campaign_response.schedule.end_time #=> String
4380
4441
  # 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"
4442
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4382
4443
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4383
4444
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4384
4445
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4396,7 +4457,7 @@ module Aws::Pinpoint
4396
4457
  # resp.campaign_response.schedule.timezone #=> String
4397
4458
  # resp.campaign_response.segment_id #=> String
4398
4459
  # resp.campaign_response.segment_version #=> Integer
4399
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4460
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4400
4461
  # resp.campaign_response.tags #=> Hash
4401
4462
  # resp.campaign_response.tags["__string"] #=> String
4402
4463
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -4519,10 +4580,11 @@ module Aws::Pinpoint
4519
4580
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4520
4581
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4521
4582
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4583
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4522
4584
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4523
4585
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4524
4586
  # 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"
4587
+ # 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
4588
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4527
4589
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4528
4590
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4539,7 +4601,7 @@ module Aws::Pinpoint
4539
4601
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
4540
4602
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
4541
4603
  # 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"
4604
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4543
4605
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.name #=> String
4544
4606
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.version #=> String
4545
4607
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4556,7 +4618,7 @@ module Aws::Pinpoint
4556
4618
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4557
4619
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
4558
4620
  # 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"
4621
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4560
4622
  # resp.campaigns_response.item[0].description #=> String
4561
4623
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
4562
4624
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -4636,11 +4698,12 @@ module Aws::Pinpoint
4636
4698
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4637
4699
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4638
4700
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4701
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4639
4702
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4640
4703
  # resp.campaigns_response.item[0].name #=> String
4641
4704
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4642
4705
  # 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"
4706
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4644
4707
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4645
4708
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4646
4709
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4658,7 +4721,7 @@ module Aws::Pinpoint
4658
4721
  # resp.campaigns_response.item[0].schedule.timezone #=> String
4659
4722
  # resp.campaigns_response.item[0].segment_id #=> String
4660
4723
  # 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"
4724
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4662
4725
  # resp.campaigns_response.item[0].tags #=> Hash
4663
4726
  # resp.campaigns_response.item[0].tags["__string"] #=> String
4664
4727
  # resp.campaigns_response.item[0].template_configuration.email_template.name #=> String
@@ -4780,10 +4843,11 @@ module Aws::Pinpoint
4780
4843
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.gcm_message.url #=> String
4781
4844
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.body #=> String
4782
4845
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4846
+ # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.origination_number #=> String
4783
4847
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4784
4848
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4785
4849
  # 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"
4850
+ # 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
4851
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4788
4852
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4789
4853
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4800,7 +4864,7 @@ module Aws::Pinpoint
4800
4864
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.start_time #=> String
4801
4865
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.timezone #=> String
4802
4866
  # 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"
4867
+ # resp.campaigns_response.item[0].additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4804
4868
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.name #=> String
4805
4869
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.email_template.version #=> String
4806
4870
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.push_template.name #=> String
@@ -4817,7 +4881,7 @@ module Aws::Pinpoint
4817
4881
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4818
4882
  # resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
4819
4883
  # 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"
4884
+ # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4821
4885
  # resp.campaigns_response.item[0].description #=> String
4822
4886
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
4823
4887
  # resp.campaigns_response.item[0].hook.lambda_function_name #=> String
@@ -4897,11 +4961,12 @@ module Aws::Pinpoint
4897
4961
  # resp.campaigns_response.item[0].message_configuration.gcm_message.url #=> String
4898
4962
  # resp.campaigns_response.item[0].message_configuration.sms_message.body #=> String
4899
4963
  # resp.campaigns_response.item[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
4964
+ # resp.campaigns_response.item[0].message_configuration.sms_message.origination_number #=> String
4900
4965
  # resp.campaigns_response.item[0].message_configuration.sms_message.sender_id #=> String
4901
4966
  # resp.campaigns_response.item[0].name #=> String
4902
4967
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4903
4968
  # 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"
4969
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4905
4970
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4906
4971
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4907
4972
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4919,7 +4984,7 @@ module Aws::Pinpoint
4919
4984
  # resp.campaigns_response.item[0].schedule.timezone #=> String
4920
4985
  # resp.campaigns_response.item[0].segment_id #=> String
4921
4986
  # 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"
4987
+ # resp.campaigns_response.item[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
4923
4988
  # resp.campaigns_response.item[0].tags #=> Hash
4924
4989
  # resp.campaigns_response.item[0].tags["__string"] #=> String
4925
4990
  # resp.campaigns_response.item[0].template_configuration.email_template.name #=> String
@@ -5437,7 +5502,7 @@ module Aws::Pinpoint
5437
5502
  # resp.journey_response.activities["__string"].custom.template_version #=> String
5438
5503
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
5439
5504
  # 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"
5505
+ # 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
5506
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
5442
5507
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
5443
5508
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5449,7 +5514,7 @@ module Aws::Pinpoint
5449
5514
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
5450
5515
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
5451
5516
  # 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"
5517
+ # 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
5518
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
5454
5519
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
5455
5520
  # 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 +5547,7 @@ module Aws::Pinpoint
5482
5547
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
5483
5548
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
5484
5549
  # 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"
5550
+ # 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
5551
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
5487
5552
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
5488
5553
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -5499,7 +5564,7 @@ module Aws::Pinpoint
5499
5564
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
5500
5565
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
5501
5566
  # 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"
5567
+ # 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
5568
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
5504
5569
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
5505
5570
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5511,7 +5576,7 @@ module Aws::Pinpoint
5511
5576
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
5512
5577
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
5513
5578
  # 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"
5579
+ # 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
5580
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
5516
5581
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
5517
5582
  # 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 +5609,7 @@ module Aws::Pinpoint
5544
5609
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
5545
5610
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
5546
5611
  # 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"
5612
+ # 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
5613
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
5549
5614
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
5550
5615
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -5559,6 +5624,7 @@ module Aws::Pinpoint
5559
5624
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
5560
5625
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
5561
5626
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5627
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
5562
5628
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
5563
5629
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
5564
5630
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -5583,6 +5649,18 @@ module Aws::Pinpoint
5583
5649
  # resp.journey_response.schedule.timezone #=> String
5584
5650
  # resp.journey_response.start_activity #=> String
5585
5651
  # resp.journey_response.start_condition.description #=> String
5652
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
5653
+ # 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"
5654
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
5655
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
5656
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5657
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
5658
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
5659
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
5660
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
5661
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
5662
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
5663
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
5586
5664
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
5587
5665
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
5588
5666
  # resp.journey_response.tags #=> Hash
@@ -5934,7 +6012,7 @@ module Aws::Pinpoint
5934
6012
  # resp.segment_response.arn #=> String
5935
6013
  # resp.segment_response.creation_date #=> String
5936
6014
  # resp.segment_response.dimensions.attributes #=> Hash
5937
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6015
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5938
6016
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
5939
6017
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
5940
6018
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5967,7 +6045,7 @@ module Aws::Pinpoint
5967
6045
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
5968
6046
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
5969
6047
  # resp.segment_response.dimensions.user_attributes #=> Hash
5970
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6048
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5971
6049
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
5972
6050
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
5973
6051
  # resp.segment_response.id #=> String
@@ -5983,7 +6061,7 @@ module Aws::Pinpoint
5983
6061
  # resp.segment_response.segment_groups.groups #=> Array
5984
6062
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
5985
6063
  # 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"
6064
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5987
6065
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
5988
6066
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
5989
6067
  # 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 +6094,7 @@ module Aws::Pinpoint
6016
6094
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6017
6095
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6018
6096
  # 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"
6097
+ # 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
6098
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6021
6099
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6022
6100
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6181,7 +6259,7 @@ module Aws::Pinpoint
6181
6259
  # resp.segment_response.arn #=> String
6182
6260
  # resp.segment_response.creation_date #=> String
6183
6261
  # resp.segment_response.dimensions.attributes #=> Hash
6184
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6262
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6185
6263
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
6186
6264
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6187
6265
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6214,7 +6292,7 @@ module Aws::Pinpoint
6214
6292
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6215
6293
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6216
6294
  # resp.segment_response.dimensions.user_attributes #=> Hash
6217
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6295
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6218
6296
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6219
6297
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6220
6298
  # resp.segment_response.id #=> String
@@ -6230,7 +6308,7 @@ module Aws::Pinpoint
6230
6308
  # resp.segment_response.segment_groups.groups #=> Array
6231
6309
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6232
6310
  # 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"
6311
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6234
6312
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6235
6313
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6236
6314
  # 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 +6341,7 @@ module Aws::Pinpoint
6263
6341
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6264
6342
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6265
6343
  # 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"
6344
+ # 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
6345
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6268
6346
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6269
6347
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6318,7 +6396,7 @@ module Aws::Pinpoint
6318
6396
  # resp.segments_response.item[0].arn #=> String
6319
6397
  # resp.segments_response.item[0].creation_date #=> String
6320
6398
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6321
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6399
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6322
6400
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6323
6401
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6324
6402
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6351,7 +6429,7 @@ module Aws::Pinpoint
6351
6429
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6352
6430
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6353
6431
  # 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"
6432
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6355
6433
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6356
6434
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6357
6435
  # resp.segments_response.item[0].id #=> String
@@ -6367,7 +6445,7 @@ module Aws::Pinpoint
6367
6445
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6368
6446
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6369
6447
  # 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"
6448
+ # 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
6449
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6372
6450
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6373
6451
  # 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 +6478,7 @@ module Aws::Pinpoint
6400
6478
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6401
6479
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6402
6480
  # 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"
6481
+ # 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
6482
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6405
6483
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6406
6484
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6452,7 +6530,7 @@ module Aws::Pinpoint
6452
6530
  # resp.segments_response.item[0].arn #=> String
6453
6531
  # resp.segments_response.item[0].creation_date #=> String
6454
6532
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6455
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6533
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6456
6534
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6457
6535
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6458
6536
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6485,7 +6563,7 @@ module Aws::Pinpoint
6485
6563
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6486
6564
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6487
6565
  # 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"
6566
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6489
6567
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6490
6568
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6491
6569
  # resp.segments_response.item[0].id #=> String
@@ -6501,7 +6579,7 @@ module Aws::Pinpoint
6501
6579
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6502
6580
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6503
6581
  # 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"
6582
+ # 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
6583
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6506
6584
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6507
6585
  # 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 +6612,7 @@ module Aws::Pinpoint
6534
6612
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6535
6613
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6536
6614
  # 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"
6615
+ # 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
6616
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6539
6617
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6540
6618
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6819,7 +6897,7 @@ module Aws::Pinpoint
6819
6897
  # resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
6820
6898
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
6821
6899
  # 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"
6900
+ # 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
6901
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
6824
6902
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
6825
6903
  # 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 +6909,7 @@ module Aws::Pinpoint
6831
6909
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
6832
6910
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
6833
6911
  # 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"
6912
+ # 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
6913
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
6836
6914
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
6837
6915
  # 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 +6942,7 @@ module Aws::Pinpoint
6864
6942
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
6865
6943
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
6866
6944
  # 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"
6945
+ # 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
6946
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
6869
6947
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
6870
6948
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -6881,7 +6959,7 @@ module Aws::Pinpoint
6881
6959
  # resp.journeys_response.item[0].activities["__string"].holdout.percentage #=> Integer
6882
6960
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches #=> Array
6883
6961
  # 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"
6962
+ # 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
6963
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
6886
6964
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
6887
6965
  # 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 +6971,7 @@ module Aws::Pinpoint
6893
6971
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
6894
6972
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
6895
6973
  # 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"
6974
+ # 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
6975
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
6898
6976
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
6899
6977
  # 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 +7004,7 @@ module Aws::Pinpoint
6926
7004
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
6927
7005
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
6928
7006
  # 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"
7007
+ # 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
7008
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
6931
7009
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
6932
7010
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -6941,6 +7019,7 @@ module Aws::Pinpoint
6941
7019
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
6942
7020
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
6943
7021
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
7022
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.origination_number #=> String
6944
7023
  # resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
6945
7024
  # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
6946
7025
  # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
@@ -6965,6 +7044,18 @@ module Aws::Pinpoint
6965
7044
  # resp.journeys_response.item[0].schedule.timezone #=> String
6966
7045
  # resp.journeys_response.item[0].start_activity #=> String
6967
7046
  # resp.journeys_response.item[0].start_condition.description #=> String
7047
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
7048
+ # 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"
7049
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
7050
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
7051
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7052
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
7053
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
7054
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
7055
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
7056
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
7057
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
7058
+ # resp.journeys_response.item[0].start_condition.event_start_condition.segment_id #=> String
6968
7059
  # resp.journeys_response.item[0].start_condition.segment_start_condition.segment_id #=> String
6969
7060
  # resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
6970
7061
  # resp.journeys_response.item[0].tags #=> Hash
@@ -8346,6 +8437,7 @@ module Aws::Pinpoint
8346
8437
  # sms_message: {
8347
8438
  # body: "__string",
8348
8439
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8440
+ # origination_number: "__string",
8349
8441
  # sender_id: "__string",
8350
8442
  # },
8351
8443
  # },
@@ -8355,7 +8447,7 @@ module Aws::Pinpoint
8355
8447
  # dimensions: { # required
8356
8448
  # attributes: {
8357
8449
  # "__string" => {
8358
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8450
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8359
8451
  # values: ["__string"], # required
8360
8452
  # },
8361
8453
  # },
@@ -8505,6 +8597,7 @@ module Aws::Pinpoint
8505
8597
  # sms_message: {
8506
8598
  # body: "__string",
8507
8599
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
8600
+ # origination_number: "__string",
8508
8601
  # sender_id: "__string",
8509
8602
  # },
8510
8603
  # },
@@ -8515,7 +8608,7 @@ module Aws::Pinpoint
8515
8608
  # dimensions: { # required
8516
8609
  # attributes: {
8517
8610
  # "__string" => {
8518
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8611
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8519
8612
  # values: ["__string"], # required
8520
8613
  # },
8521
8614
  # },
@@ -8643,10 +8736,11 @@ module Aws::Pinpoint
8643
8736
  # resp.campaign_response.additional_treatments[0].message_configuration.gcm_message.url #=> String
8644
8737
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.body #=> String
8645
8738
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8739
+ # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.origination_number #=> String
8646
8740
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
8647
8741
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8648
8742
  # 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"
8743
+ # 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
8744
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8651
8745
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8652
8746
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8663,7 +8757,7 @@ module Aws::Pinpoint
8663
8757
  # resp.campaign_response.additional_treatments[0].schedule.start_time #=> String
8664
8758
  # resp.campaign_response.additional_treatments[0].schedule.timezone #=> String
8665
8759
  # 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"
8760
+ # resp.campaign_response.additional_treatments[0].state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8667
8761
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.name #=> String
8668
8762
  # resp.campaign_response.additional_treatments[0].template_configuration.email_template.version #=> String
8669
8763
  # resp.campaign_response.additional_treatments[0].template_configuration.push_template.name #=> String
@@ -8680,7 +8774,7 @@ module Aws::Pinpoint
8680
8774
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
8681
8775
  # resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
8682
8776
  # 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"
8777
+ # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8684
8778
  # resp.campaign_response.description #=> String
8685
8779
  # resp.campaign_response.holdout_percent #=> Integer
8686
8780
  # resp.campaign_response.hook.lambda_function_name #=> String
@@ -8760,11 +8854,12 @@ module Aws::Pinpoint
8760
8854
  # resp.campaign_response.message_configuration.gcm_message.url #=> String
8761
8855
  # resp.campaign_response.message_configuration.sms_message.body #=> String
8762
8856
  # resp.campaign_response.message_configuration.sms_message.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
8857
+ # resp.campaign_response.message_configuration.sms_message.origination_number #=> String
8763
8858
  # resp.campaign_response.message_configuration.sms_message.sender_id #=> String
8764
8859
  # resp.campaign_response.name #=> String
8765
8860
  # resp.campaign_response.schedule.end_time #=> String
8766
8861
  # 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"
8862
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
8768
8863
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8769
8864
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8770
8865
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8782,7 +8877,7 @@ module Aws::Pinpoint
8782
8877
  # resp.campaign_response.schedule.timezone #=> String
8783
8878
  # resp.campaign_response.segment_id #=> String
8784
8879
  # resp.campaign_response.segment_version #=> Integer
8785
- # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
8880
+ # resp.campaign_response.state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED", "INVALID"
8786
8881
  # resp.campaign_response.tags #=> Hash
8787
8882
  # resp.campaign_response.tags["__string"] #=> String
8788
8883
  # resp.campaign_response.template_configuration.email_template.name #=> String
@@ -9150,10 +9245,10 @@ module Aws::Pinpoint
9150
9245
  # conditions: [
9151
9246
  # {
9152
9247
  # event_condition: {
9153
- # dimensions: { # required
9248
+ # dimensions: {
9154
9249
  # attributes: {
9155
9250
  # "__string" => {
9156
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9251
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9157
9252
  # values: ["__string"], # required
9158
9253
  # },
9159
9254
  # },
@@ -9176,7 +9271,7 @@ module Aws::Pinpoint
9176
9271
  # segment_dimensions: {
9177
9272
  # attributes: {
9178
9273
  # "__string" => {
9179
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9274
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9180
9275
  # values: ["__string"], # required
9181
9276
  # },
9182
9277
  # },
@@ -9233,7 +9328,7 @@ module Aws::Pinpoint
9233
9328
  # },
9234
9329
  # user_attributes: {
9235
9330
  # "__string" => {
9236
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9331
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9237
9332
  # values: ["__string"], # required
9238
9333
  # },
9239
9334
  # },
@@ -9267,10 +9362,10 @@ module Aws::Pinpoint
9267
9362
  # {
9268
9363
  # condition: {
9269
9364
  # event_condition: {
9270
- # dimensions: { # required
9365
+ # dimensions: {
9271
9366
  # attributes: {
9272
9367
  # "__string" => {
9273
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9368
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9274
9369
  # values: ["__string"], # required
9275
9370
  # },
9276
9371
  # },
@@ -9293,7 +9388,7 @@ module Aws::Pinpoint
9293
9388
  # segment_dimensions: {
9294
9389
  # attributes: {
9295
9390
  # "__string" => {
9296
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9391
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9297
9392
  # values: ["__string"], # required
9298
9393
  # },
9299
9394
  # },
@@ -9350,7 +9445,7 @@ module Aws::Pinpoint
9350
9445
  # },
9351
9446
  # user_attributes: {
9352
9447
  # "__string" => {
9353
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9448
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9354
9449
  # values: ["__string"], # required
9355
9450
  # },
9356
9451
  # },
@@ -9384,6 +9479,7 @@ module Aws::Pinpoint
9384
9479
  # sms: {
9385
9480
  # message_config: {
9386
9481
  # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9482
+ # origination_number: "__string",
9387
9483
  # sender_id: "__string",
9388
9484
  # },
9389
9485
  # next_activity: "__string",
@@ -9421,6 +9517,30 @@ module Aws::Pinpoint
9421
9517
  # start_activity: "__string",
9422
9518
  # start_condition: {
9423
9519
  # description: "__string",
9520
+ # event_start_condition: {
9521
+ # event_filter: {
9522
+ # dimensions: { # required
9523
+ # attributes: {
9524
+ # "__string" => {
9525
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9526
+ # values: ["__string"], # required
9527
+ # },
9528
+ # },
9529
+ # event_type: {
9530
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9531
+ # values: ["__string"], # required
9532
+ # },
9533
+ # metrics: {
9534
+ # "__string" => {
9535
+ # comparison_operator: "__string", # required
9536
+ # value: 1.0, # required
9537
+ # },
9538
+ # },
9539
+ # },
9540
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
9541
+ # },
9542
+ # segment_id: "__string",
9543
+ # },
9424
9544
  # segment_start_condition: {
9425
9545
  # segment_id: "__string", # required
9426
9546
  # },
@@ -9441,7 +9561,7 @@ module Aws::Pinpoint
9441
9561
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9442
9562
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9443
9563
  # 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"
9564
+ # 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
9565
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9446
9566
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9447
9567
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9453,7 +9573,7 @@ module Aws::Pinpoint
9453
9573
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9454
9574
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9455
9575
  # 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"
9576
+ # 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
9577
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9458
9578
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9459
9579
  # 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 +9606,7 @@ module Aws::Pinpoint
9486
9606
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9487
9607
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9488
9608
  # 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"
9609
+ # 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
9610
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9491
9611
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9492
9612
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9503,7 +9623,7 @@ module Aws::Pinpoint
9503
9623
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9504
9624
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9505
9625
  # 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"
9626
+ # 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
9627
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9508
9628
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9509
9629
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9515,7 +9635,7 @@ module Aws::Pinpoint
9515
9635
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9516
9636
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9517
9637
  # 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"
9638
+ # 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
9639
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9520
9640
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9521
9641
  # 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 +9668,7 @@ module Aws::Pinpoint
9548
9668
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9549
9669
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9550
9670
  # 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"
9671
+ # 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
9672
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9553
9673
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9554
9674
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9563,6 +9683,7 @@ module Aws::Pinpoint
9563
9683
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9564
9684
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9565
9685
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9686
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9566
9687
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9567
9688
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9568
9689
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -9587,6 +9708,18 @@ module Aws::Pinpoint
9587
9708
  # resp.journey_response.schedule.timezone #=> String
9588
9709
  # resp.journey_response.start_activity #=> String
9589
9710
  # resp.journey_response.start_condition.description #=> String
9711
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9712
+ # 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"
9713
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9714
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9715
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9716
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
9717
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
9718
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
9719
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
9720
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
9721
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9722
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9590
9723
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9591
9724
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9592
9725
  # resp.journey_response.tags #=> Hash
@@ -9636,7 +9769,7 @@ module Aws::Pinpoint
9636
9769
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9637
9770
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9638
9771
  # 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"
9772
+ # 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
9773
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9641
9774
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9642
9775
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9648,7 +9781,7 @@ module Aws::Pinpoint
9648
9781
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9649
9782
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9650
9783
  # 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"
9784
+ # 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
9785
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9653
9786
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9654
9787
  # 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 +9814,7 @@ module Aws::Pinpoint
9681
9814
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9682
9815
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9683
9816
  # 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"
9817
+ # 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
9818
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9686
9819
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9687
9820
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9698,7 +9831,7 @@ module Aws::Pinpoint
9698
9831
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9699
9832
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9700
9833
  # 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"
9834
+ # 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
9835
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9703
9836
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9704
9837
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9710,7 +9843,7 @@ module Aws::Pinpoint
9710
9843
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9711
9844
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9712
9845
  # 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"
9846
+ # 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
9847
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9715
9848
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9716
9849
  # 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 +9876,7 @@ module Aws::Pinpoint
9743
9876
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9744
9877
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9745
9878
  # 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"
9879
+ # 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
9880
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9748
9881
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9749
9882
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9758,6 +9891,7 @@ module Aws::Pinpoint
9758
9891
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9759
9892
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9760
9893
  # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9894
+ # resp.journey_response.activities["__string"].sms.message_config.origination_number #=> String
9761
9895
  # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9762
9896
  # resp.journey_response.activities["__string"].sms.next_activity #=> String
9763
9897
  # resp.journey_response.activities["__string"].sms.template_name #=> String
@@ -9782,6 +9916,18 @@ module Aws::Pinpoint
9782
9916
  # resp.journey_response.schedule.timezone #=> String
9783
9917
  # resp.journey_response.start_activity #=> String
9784
9918
  # resp.journey_response.start_condition.description #=> String
9919
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9920
+ # 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"
9921
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9922
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9923
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9924
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values #=> Array
9925
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.values[0] #=> String
9926
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics #=> Hash
9927
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].comparison_operator #=> String
9928
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.metrics["__string"].value #=> Float
9929
+ # resp.journey_response.start_condition.event_start_condition.event_filter.filter_type #=> String, one of "SYSTEM", "ENDPOINT"
9930
+ # resp.journey_response.start_condition.event_start_condition.segment_id #=> String
9785
9931
  # resp.journey_response.start_condition.segment_start_condition.segment_id #=> String
9786
9932
  # resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED"
9787
9933
  # resp.journey_response.tags #=> Hash
@@ -9974,7 +10120,7 @@ module Aws::Pinpoint
9974
10120
  # dimensions: {
9975
10121
  # attributes: {
9976
10122
  # "__string" => {
9977
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10123
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9978
10124
  # values: ["__string"], # required
9979
10125
  # },
9980
10126
  # },
@@ -10031,7 +10177,7 @@ module Aws::Pinpoint
10031
10177
  # },
10032
10178
  # user_attributes: {
10033
10179
  # "__string" => {
10034
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10180
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10035
10181
  # values: ["__string"], # required
10036
10182
  # },
10037
10183
  # },
@@ -10044,7 +10190,7 @@ module Aws::Pinpoint
10044
10190
  # {
10045
10191
  # attributes: {
10046
10192
  # "__string" => {
10047
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10193
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10048
10194
  # values: ["__string"], # required
10049
10195
  # },
10050
10196
  # },
@@ -10101,7 +10247,7 @@ module Aws::Pinpoint
10101
10247
  # },
10102
10248
  # user_attributes: {
10103
10249
  # "__string" => {
10104
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10250
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10105
10251
  # values: ["__string"], # required
10106
10252
  # },
10107
10253
  # },
@@ -10131,7 +10277,7 @@ module Aws::Pinpoint
10131
10277
  # resp.segment_response.arn #=> String
10132
10278
  # resp.segment_response.creation_date #=> String
10133
10279
  # resp.segment_response.dimensions.attributes #=> Hash
10134
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10280
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10135
10281
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
10136
10282
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
10137
10283
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10164,7 +10310,7 @@ module Aws::Pinpoint
10164
10310
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
10165
10311
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
10166
10312
  # resp.segment_response.dimensions.user_attributes #=> Hash
10167
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10313
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10168
10314
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
10169
10315
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
10170
10316
  # resp.segment_response.id #=> String
@@ -10180,7 +10326,7 @@ module Aws::Pinpoint
10180
10326
  # resp.segment_response.segment_groups.groups #=> Array
10181
10327
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
10182
10328
  # 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"
10329
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10184
10330
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
10185
10331
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
10186
10332
  # 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 +10359,7 @@ module Aws::Pinpoint
10213
10359
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
10214
10360
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
10215
10361
  # 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"
10362
+ # 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
10363
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
10218
10364
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
10219
10365
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -10479,7 +10625,7 @@ module Aws::Pinpoint
10479
10625
  params: params,
10480
10626
  config: config)
10481
10627
  context[:gem_name] = 'aws-sdk-pinpoint'
10482
- context[:gem_version] = '1.45.0'
10628
+ context[:gem_version] = '1.50.0'
10483
10629
  Seahorse::Client::Request.new(handlers, context)
10484
10630
  end
10485
10631