aws-sdk-pinpoint 1.47.0 → 1.48.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: a4271f61c360e5c35ccf64d9b0f43b64dc25a4fed77f8a562052f9d2b066854a
4
- data.tar.gz: 7289bc4a95a9b07ce166a1db51be4de94f6ecbfdd07fe64725ecba20e52548b8
3
+ metadata.gz: 58b1cf3ca78d513d4fc3f70f4dae8a3e91b77db965b1f19bafcb9445ede745b5
4
+ data.tar.gz: 9d9c1e55966d8e69a9ee85515e25be42e37857858dc65eaf4cb7137470d63a65
5
5
  SHA512:
6
- metadata.gz: f5c97598e2fb9d12471871a6ab6aaef7457c74a4aabc5c9b65a26fe62c4730694db1ca2abfffe527c273daedae45e070a51a7446eafc8bbb57f36e624a02ea0e
7
- data.tar.gz: cdb94a5c31db59f68bb75e1a6012022dfde272a6eb7f4d0f3d45d810855dae50bcd7f1b158964895a4c6991aea9f3a1f5796c8e0b02b0febeae39a940f8489dc
6
+ metadata.gz: 5a43a62d11513edabdc7c092c7a2fecf650d5ad2551620088df8808b4a59e0af62dfb0c52c5bcd7d5c7aa11782234ef047ecef66f4fb66edf19758ab1a036df9
7
+ data.tar.gz: 7bd85b61b29fef99040eb2876135cc8318705dd04341d7dc8dfe421382e9610ab62a815446f374058584c1737c7b5d0e42167cae5c7a75d6a3846663d8aa4a58
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
48
48
  # @!group service
49
49
  module Aws::Pinpoint
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.48.0'
52
52
 
53
53
  end
@@ -480,7 +480,7 @@ module Aws::Pinpoint
480
480
  # dimensions: { # required
481
481
  # attributes: {
482
482
  # "__string" => {
483
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
483
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
484
484
  # values: ["__string"], # required
485
485
  # },
486
486
  # },
@@ -640,7 +640,7 @@ module Aws::Pinpoint
640
640
  # dimensions: { # required
641
641
  # attributes: {
642
642
  # "__string" => {
643
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
643
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
644
644
  # values: ["__string"], # required
645
645
  # },
646
646
  # },
@@ -771,7 +771,7 @@ module Aws::Pinpoint
771
771
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
772
772
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
773
773
  # 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"
774
+ # 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
775
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
776
776
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
777
777
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -889,7 +889,7 @@ module Aws::Pinpoint
889
889
  # resp.campaign_response.name #=> String
890
890
  # resp.campaign_response.schedule.end_time #=> String
891
891
  # 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"
892
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
893
893
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
894
894
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
895
895
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1126,7 +1126,7 @@ module Aws::Pinpoint
1126
1126
  # dimensions: {
1127
1127
  # attributes: {
1128
1128
  # "__string" => {
1129
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1129
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1130
1130
  # values: ["__string"], # required
1131
1131
  # },
1132
1132
  # },
@@ -1149,7 +1149,7 @@ module Aws::Pinpoint
1149
1149
  # segment_dimensions: {
1150
1150
  # attributes: {
1151
1151
  # "__string" => {
1152
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1152
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1153
1153
  # values: ["__string"], # required
1154
1154
  # },
1155
1155
  # },
@@ -1206,7 +1206,7 @@ module Aws::Pinpoint
1206
1206
  # },
1207
1207
  # user_attributes: {
1208
1208
  # "__string" => {
1209
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1209
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1210
1210
  # values: ["__string"], # required
1211
1211
  # },
1212
1212
  # },
@@ -1243,7 +1243,7 @@ module Aws::Pinpoint
1243
1243
  # dimensions: {
1244
1244
  # attributes: {
1245
1245
  # "__string" => {
1246
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1246
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1247
1247
  # values: ["__string"], # required
1248
1248
  # },
1249
1249
  # },
@@ -1266,7 +1266,7 @@ module Aws::Pinpoint
1266
1266
  # segment_dimensions: {
1267
1267
  # attributes: {
1268
1268
  # "__string" => {
1269
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1269
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1270
1270
  # values: ["__string"], # required
1271
1271
  # },
1272
1272
  # },
@@ -1323,7 +1323,7 @@ module Aws::Pinpoint
1323
1323
  # },
1324
1324
  # user_attributes: {
1325
1325
  # "__string" => {
1326
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1326
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1327
1327
  # values: ["__string"], # required
1328
1328
  # },
1329
1329
  # },
@@ -1399,7 +1399,7 @@ module Aws::Pinpoint
1399
1399
  # dimensions: { # required
1400
1400
  # attributes: {
1401
1401
  # "__string" => {
1402
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1402
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1403
1403
  # values: ["__string"], # required
1404
1404
  # },
1405
1405
  # },
@@ -1438,7 +1438,7 @@ module Aws::Pinpoint
1438
1438
  # resp.journey_response.activities["__string"].custom.template_version #=> String
1439
1439
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
1440
1440
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
1441
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1441
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1442
1442
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
1443
1443
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
1444
1444
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1450,7 +1450,7 @@ module Aws::Pinpoint
1450
1450
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
1451
1451
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
1452
1452
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
1453
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1453
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1454
1454
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
1455
1455
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
1456
1456
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1483,7 +1483,7 @@ module Aws::Pinpoint
1483
1483
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
1484
1484
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
1485
1485
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
1486
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1486
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1487
1487
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
1488
1488
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
1489
1489
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -1500,7 +1500,7 @@ module Aws::Pinpoint
1500
1500
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
1501
1501
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
1502
1502
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
1503
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1503
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1504
1504
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
1505
1505
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
1506
1506
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1512,7 +1512,7 @@ module Aws::Pinpoint
1512
1512
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
1513
1513
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
1514
1514
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
1515
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1515
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1516
1516
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
1517
1517
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
1518
1518
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1545,7 +1545,7 @@ module Aws::Pinpoint
1545
1545
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
1546
1546
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
1547
1547
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
1548
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1548
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1549
1549
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
1550
1550
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
1551
1551
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -1585,7 +1585,7 @@ module Aws::Pinpoint
1585
1585
  # resp.journey_response.start_activity #=> String
1586
1586
  # resp.journey_response.start_condition.description #=> String
1587
1587
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
1588
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1588
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1589
1589
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
1590
1590
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
1591
1591
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1777,7 +1777,7 @@ module Aws::Pinpoint
1777
1777
  # dimensions: {
1778
1778
  # attributes: {
1779
1779
  # "__string" => {
1780
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1780
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1781
1781
  # values: ["__string"], # required
1782
1782
  # },
1783
1783
  # },
@@ -1834,7 +1834,7 @@ module Aws::Pinpoint
1834
1834
  # },
1835
1835
  # user_attributes: {
1836
1836
  # "__string" => {
1837
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1837
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1838
1838
  # values: ["__string"], # required
1839
1839
  # },
1840
1840
  # },
@@ -1847,7 +1847,7 @@ module Aws::Pinpoint
1847
1847
  # {
1848
1848
  # attributes: {
1849
1849
  # "__string" => {
1850
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1850
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1851
1851
  # values: ["__string"], # required
1852
1852
  # },
1853
1853
  # },
@@ -1904,7 +1904,7 @@ module Aws::Pinpoint
1904
1904
  # },
1905
1905
  # user_attributes: {
1906
1906
  # "__string" => {
1907
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
1907
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
1908
1908
  # values: ["__string"], # required
1909
1909
  # },
1910
1910
  # },
@@ -1934,7 +1934,7 @@ module Aws::Pinpoint
1934
1934
  # resp.segment_response.arn #=> String
1935
1935
  # resp.segment_response.creation_date #=> String
1936
1936
  # resp.segment_response.dimensions.attributes #=> Hash
1937
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1937
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1938
1938
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
1939
1939
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
1940
1940
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -1967,7 +1967,7 @@ module Aws::Pinpoint
1967
1967
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
1968
1968
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
1969
1969
  # resp.segment_response.dimensions.user_attributes #=> Hash
1970
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1970
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1971
1971
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
1972
1972
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
1973
1973
  # resp.segment_response.id #=> String
@@ -1983,7 +1983,7 @@ module Aws::Pinpoint
1983
1983
  # resp.segment_response.segment_groups.groups #=> Array
1984
1984
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
1985
1985
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
1986
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
1986
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
1987
1987
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
1988
1988
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
1989
1989
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2016,7 +2016,7 @@ module Aws::Pinpoint
2016
2016
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
2017
2017
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
2018
2018
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
2019
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2019
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2020
2020
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
2021
2021
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
2022
2022
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -2482,7 +2482,7 @@ module Aws::Pinpoint
2482
2482
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
2483
2483
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
2484
2484
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
2485
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2485
+ # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2486
2486
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2487
2487
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2488
2488
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2600,7 +2600,7 @@ module Aws::Pinpoint
2600
2600
  # resp.campaign_response.name #=> String
2601
2601
  # resp.campaign_response.schedule.end_time #=> String
2602
2602
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
2603
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2603
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2604
2604
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
2605
2605
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
2606
2606
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2877,7 +2877,7 @@ module Aws::Pinpoint
2877
2877
  # resp.journey_response.activities["__string"].custom.template_version #=> String
2878
2878
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
2879
2879
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
2880
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2880
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2881
2881
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
2882
2882
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
2883
2883
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2889,7 +2889,7 @@ module Aws::Pinpoint
2889
2889
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
2890
2890
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
2891
2891
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
2892
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2892
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2893
2893
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
2894
2894
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
2895
2895
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2922,7 +2922,7 @@ module Aws::Pinpoint
2922
2922
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
2923
2923
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
2924
2924
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
2925
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2925
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2926
2926
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
2927
2927
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
2928
2928
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -2939,7 +2939,7 @@ module Aws::Pinpoint
2939
2939
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
2940
2940
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
2941
2941
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
2942
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2942
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2943
2943
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
2944
2944
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
2945
2945
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2951,7 +2951,7 @@ module Aws::Pinpoint
2951
2951
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
2952
2952
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
2953
2953
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
2954
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2954
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2955
2955
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
2956
2956
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
2957
2957
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -2984,7 +2984,7 @@ module Aws::Pinpoint
2984
2984
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
2985
2985
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
2986
2986
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
2987
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
2987
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
2988
2988
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
2989
2989
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
2990
2990
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -3024,7 +3024,7 @@ module Aws::Pinpoint
3024
3024
  # resp.journey_response.start_activity #=> String
3025
3025
  # resp.journey_response.start_condition.description #=> String
3026
3026
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
3027
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3027
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3028
3028
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
3029
3029
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
3030
3030
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -3143,7 +3143,7 @@ module Aws::Pinpoint
3143
3143
  # resp.segment_response.arn #=> String
3144
3144
  # resp.segment_response.creation_date #=> String
3145
3145
  # resp.segment_response.dimensions.attributes #=> Hash
3146
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3146
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3147
3147
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
3148
3148
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
3149
3149
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3176,7 +3176,7 @@ module Aws::Pinpoint
3176
3176
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
3177
3177
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
3178
3178
  # resp.segment_response.dimensions.user_attributes #=> Hash
3179
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3179
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3180
3180
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
3181
3181
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
3182
3182
  # resp.segment_response.id #=> String
@@ -3192,7 +3192,7 @@ module Aws::Pinpoint
3192
3192
  # resp.segment_response.segment_groups.groups #=> Array
3193
3193
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
3194
3194
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
3195
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3195
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3196
3196
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
3197
3197
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
3198
3198
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -3225,7 +3225,7 @@ module Aws::Pinpoint
3225
3225
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
3226
3226
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
3227
3227
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
3228
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3228
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3229
3229
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
3230
3230
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
3231
3231
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -3940,7 +3940,7 @@ module Aws::Pinpoint
3940
3940
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
3941
3941
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
3942
3942
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
3943
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
3943
+ # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
3944
3944
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
3945
3945
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
3946
3946
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4058,7 +4058,7 @@ module Aws::Pinpoint
4058
4058
  # resp.campaign_response.name #=> String
4059
4059
  # resp.campaign_response.schedule.end_time #=> String
4060
4060
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4061
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4061
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4062
4062
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4063
4063
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4064
4064
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4308,7 +4308,7 @@ module Aws::Pinpoint
4308
4308
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4309
4309
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
4310
4310
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4311
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4311
+ # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4312
4312
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4313
4313
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4314
4314
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4426,7 +4426,7 @@ module Aws::Pinpoint
4426
4426
  # resp.campaign_response.name #=> String
4427
4427
  # resp.campaign_response.schedule.end_time #=> String
4428
4428
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
4429
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4429
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4430
4430
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4431
4431
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4432
4432
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4570,7 +4570,7 @@ module Aws::Pinpoint
4570
4570
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4571
4571
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4572
4572
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4573
- # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4573
+ # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4574
4574
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4575
4575
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4576
4576
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4688,7 +4688,7 @@ module Aws::Pinpoint
4688
4688
  # resp.campaigns_response.item[0].name #=> String
4689
4689
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4690
4690
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4691
- # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4691
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4692
4692
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4693
4693
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4694
4694
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4831,7 +4831,7 @@ module Aws::Pinpoint
4831
4831
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.sms_message.sender_id #=> String
4832
4832
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.end_time #=> String
4833
4833
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
4834
- # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4834
+ # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4835
4835
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4836
4836
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4837
4837
  # resp.campaigns_response.item[0].additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -4949,7 +4949,7 @@ module Aws::Pinpoint
4949
4949
  # resp.campaigns_response.item[0].name #=> String
4950
4950
  # resp.campaigns_response.item[0].schedule.end_time #=> String
4951
4951
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes #=> Hash
4952
- # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
4952
+ # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
4953
4953
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
4954
4954
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
4955
4955
  # resp.campaigns_response.item[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5485,7 +5485,7 @@ module Aws::Pinpoint
5485
5485
  # resp.journey_response.activities["__string"].custom.template_version #=> String
5486
5486
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
5487
5487
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
5488
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5488
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5489
5489
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
5490
5490
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
5491
5491
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5497,7 +5497,7 @@ module Aws::Pinpoint
5497
5497
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
5498
5498
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
5499
5499
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
5500
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5500
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5501
5501
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
5502
5502
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
5503
5503
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5530,7 +5530,7 @@ module Aws::Pinpoint
5530
5530
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
5531
5531
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
5532
5532
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
5533
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5533
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5534
5534
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
5535
5535
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
5536
5536
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -5547,7 +5547,7 @@ module Aws::Pinpoint
5547
5547
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
5548
5548
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
5549
5549
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
5550
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5550
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5551
5551
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
5552
5552
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
5553
5553
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5559,7 +5559,7 @@ module Aws::Pinpoint
5559
5559
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
5560
5560
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
5561
5561
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
5562
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5562
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5563
5563
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
5564
5564
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
5565
5565
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -5592,7 +5592,7 @@ module Aws::Pinpoint
5592
5592
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
5593
5593
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
5594
5594
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
5595
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5595
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5596
5596
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
5597
5597
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
5598
5598
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -5632,7 +5632,7 @@ module Aws::Pinpoint
5632
5632
  # resp.journey_response.start_activity #=> String
5633
5633
  # resp.journey_response.start_condition.description #=> String
5634
5634
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
5635
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5635
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5636
5636
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
5637
5637
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
5638
5638
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5994,7 +5994,7 @@ module Aws::Pinpoint
5994
5994
  # resp.segment_response.arn #=> String
5995
5995
  # resp.segment_response.creation_date #=> String
5996
5996
  # resp.segment_response.dimensions.attributes #=> Hash
5997
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
5997
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
5998
5998
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
5999
5999
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6000
6000
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6027,7 +6027,7 @@ module Aws::Pinpoint
6027
6027
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6028
6028
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6029
6029
  # resp.segment_response.dimensions.user_attributes #=> Hash
6030
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6030
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6031
6031
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6032
6032
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6033
6033
  # resp.segment_response.id #=> String
@@ -6043,7 +6043,7 @@ module Aws::Pinpoint
6043
6043
  # resp.segment_response.segment_groups.groups #=> Array
6044
6044
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6045
6045
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
6046
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6046
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6047
6047
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6048
6048
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6049
6049
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6076,7 +6076,7 @@ module Aws::Pinpoint
6076
6076
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6077
6077
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6078
6078
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6079
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6079
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6080
6080
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6081
6081
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6082
6082
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6241,7 +6241,7 @@ module Aws::Pinpoint
6241
6241
  # resp.segment_response.arn #=> String
6242
6242
  # resp.segment_response.creation_date #=> String
6243
6243
  # resp.segment_response.dimensions.attributes #=> Hash
6244
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6244
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6245
6245
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
6246
6246
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
6247
6247
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6274,7 +6274,7 @@ module Aws::Pinpoint
6274
6274
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
6275
6275
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
6276
6276
  # resp.segment_response.dimensions.user_attributes #=> Hash
6277
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6277
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6278
6278
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
6279
6279
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
6280
6280
  # resp.segment_response.id #=> String
@@ -6290,7 +6290,7 @@ module Aws::Pinpoint
6290
6290
  # resp.segment_response.segment_groups.groups #=> Array
6291
6291
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
6292
6292
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
6293
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6293
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6294
6294
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6295
6295
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6296
6296
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6323,7 +6323,7 @@ module Aws::Pinpoint
6323
6323
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6324
6324
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6325
6325
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6326
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6326
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6327
6327
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6328
6328
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6329
6329
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -6378,7 +6378,7 @@ module Aws::Pinpoint
6378
6378
  # resp.segments_response.item[0].arn #=> String
6379
6379
  # resp.segments_response.item[0].creation_date #=> String
6380
6380
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6381
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6381
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6382
6382
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6383
6383
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6384
6384
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6411,7 +6411,7 @@ module Aws::Pinpoint
6411
6411
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6412
6412
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6413
6413
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6414
- # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6414
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6415
6415
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6416
6416
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6417
6417
  # resp.segments_response.item[0].id #=> String
@@ -6427,7 +6427,7 @@ module Aws::Pinpoint
6427
6427
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6428
6428
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6429
6429
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6430
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6430
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6431
6431
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6432
6432
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6433
6433
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6460,7 +6460,7 @@ module Aws::Pinpoint
6460
6460
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6461
6461
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6462
6462
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6463
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6463
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6464
6464
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6465
6465
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6466
6466
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6512,7 +6512,7 @@ module Aws::Pinpoint
6512
6512
  # resp.segments_response.item[0].arn #=> String
6513
6513
  # resp.segments_response.item[0].creation_date #=> String
6514
6514
  # resp.segments_response.item[0].dimensions.attributes #=> Hash
6515
- # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6515
+ # resp.segments_response.item[0].dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6516
6516
  # resp.segments_response.item[0].dimensions.attributes["__string"].values #=> Array
6517
6517
  # resp.segments_response.item[0].dimensions.attributes["__string"].values[0] #=> String
6518
6518
  # resp.segments_response.item[0].dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6545,7 +6545,7 @@ module Aws::Pinpoint
6545
6545
  # resp.segments_response.item[0].dimensions.metrics["__string"].comparison_operator #=> String
6546
6546
  # resp.segments_response.item[0].dimensions.metrics["__string"].value #=> Float
6547
6547
  # resp.segments_response.item[0].dimensions.user_attributes #=> Hash
6548
- # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6548
+ # resp.segments_response.item[0].dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6549
6549
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values #=> Array
6550
6550
  # resp.segments_response.item[0].dimensions.user_attributes["__string"].values[0] #=> String
6551
6551
  # resp.segments_response.item[0].id #=> String
@@ -6561,7 +6561,7 @@ module Aws::Pinpoint
6561
6561
  # resp.segments_response.item[0].segment_groups.groups #=> Array
6562
6562
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions #=> Array
6563
6563
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes #=> Hash
6564
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6564
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6565
6565
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
6566
6566
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
6567
6567
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6594,7 +6594,7 @@ module Aws::Pinpoint
6594
6594
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
6595
6595
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
6596
6596
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
6597
- # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6597
+ # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6598
6598
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
6599
6599
  # resp.segments_response.item[0].segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
6600
6600
  # resp.segments_response.item[0].segment_groups.groups[0].source_segments #=> Array
@@ -6879,7 +6879,7 @@ module Aws::Pinpoint
6879
6879
  # resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
6880
6880
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
6881
6881
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
6882
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6882
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6883
6883
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
6884
6884
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
6885
6885
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -6891,7 +6891,7 @@ module Aws::Pinpoint
6891
6891
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
6892
6892
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
6893
6893
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
6894
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6894
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6895
6895
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
6896
6896
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
6897
6897
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6924,7 +6924,7 @@ module Aws::Pinpoint
6924
6924
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
6925
6925
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
6926
6926
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
6927
- # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6927
+ # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6928
6928
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
6929
6929
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
6930
6930
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -6941,7 +6941,7 @@ module Aws::Pinpoint
6941
6941
  # resp.journeys_response.item[0].activities["__string"].holdout.percentage #=> Integer
6942
6942
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches #=> Array
6943
6943
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
6944
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6944
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6945
6945
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
6946
6946
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
6947
6947
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -6953,7 +6953,7 @@ module Aws::Pinpoint
6953
6953
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
6954
6954
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
6955
6955
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
6956
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6956
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6957
6957
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
6958
6958
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
6959
6959
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -6986,7 +6986,7 @@ module Aws::Pinpoint
6986
6986
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
6987
6987
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
6988
6988
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
6989
- # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
6989
+ # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
6990
6990
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
6991
6991
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
6992
6992
  # resp.journeys_response.item[0].activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -7026,7 +7026,7 @@ module Aws::Pinpoint
7026
7026
  # resp.journeys_response.item[0].start_activity #=> String
7027
7027
  # resp.journeys_response.item[0].start_condition.description #=> String
7028
7028
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
7029
- # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
7029
+ # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
7030
7030
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
7031
7031
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
7032
7032
  # resp.journeys_response.item[0].start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8427,7 +8427,7 @@ module Aws::Pinpoint
8427
8427
  # dimensions: { # required
8428
8428
  # attributes: {
8429
8429
  # "__string" => {
8430
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8430
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8431
8431
  # values: ["__string"], # required
8432
8432
  # },
8433
8433
  # },
@@ -8587,7 +8587,7 @@ module Aws::Pinpoint
8587
8587
  # dimensions: { # required
8588
8588
  # attributes: {
8589
8589
  # "__string" => {
8590
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
8590
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
8591
8591
  # values: ["__string"], # required
8592
8592
  # },
8593
8593
  # },
@@ -8718,7 +8718,7 @@ module Aws::Pinpoint
8718
8718
  # resp.campaign_response.additional_treatments[0].message_configuration.sms_message.sender_id #=> String
8719
8719
  # resp.campaign_response.additional_treatments[0].schedule.end_time #=> String
8720
8720
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes #=> Hash
8721
- # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
8721
+ # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
8722
8722
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8723
8723
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8724
8724
  # resp.campaign_response.additional_treatments[0].schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -8836,7 +8836,7 @@ module Aws::Pinpoint
8836
8836
  # resp.campaign_response.name #=> String
8837
8837
  # resp.campaign_response.schedule.end_time #=> String
8838
8838
  # resp.campaign_response.schedule.event_filter.dimensions.attributes #=> Hash
8839
- # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
8839
+ # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
8840
8840
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values #=> Array
8841
8841
  # resp.campaign_response.schedule.event_filter.dimensions.attributes["__string"].values[0] #=> String
8842
8842
  # resp.campaign_response.schedule.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9225,7 +9225,7 @@ module Aws::Pinpoint
9225
9225
  # dimensions: {
9226
9226
  # attributes: {
9227
9227
  # "__string" => {
9228
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9228
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9229
9229
  # values: ["__string"], # required
9230
9230
  # },
9231
9231
  # },
@@ -9248,7 +9248,7 @@ module Aws::Pinpoint
9248
9248
  # segment_dimensions: {
9249
9249
  # attributes: {
9250
9250
  # "__string" => {
9251
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9251
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9252
9252
  # values: ["__string"], # required
9253
9253
  # },
9254
9254
  # },
@@ -9305,7 +9305,7 @@ module Aws::Pinpoint
9305
9305
  # },
9306
9306
  # user_attributes: {
9307
9307
  # "__string" => {
9308
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9308
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9309
9309
  # values: ["__string"], # required
9310
9310
  # },
9311
9311
  # },
@@ -9342,7 +9342,7 @@ module Aws::Pinpoint
9342
9342
  # dimensions: {
9343
9343
  # attributes: {
9344
9344
  # "__string" => {
9345
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9345
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9346
9346
  # values: ["__string"], # required
9347
9347
  # },
9348
9348
  # },
@@ -9365,7 +9365,7 @@ module Aws::Pinpoint
9365
9365
  # segment_dimensions: {
9366
9366
  # attributes: {
9367
9367
  # "__string" => {
9368
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9368
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9369
9369
  # values: ["__string"], # required
9370
9370
  # },
9371
9371
  # },
@@ -9422,7 +9422,7 @@ module Aws::Pinpoint
9422
9422
  # },
9423
9423
  # user_attributes: {
9424
9424
  # "__string" => {
9425
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9425
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9426
9426
  # values: ["__string"], # required
9427
9427
  # },
9428
9428
  # },
@@ -9498,7 +9498,7 @@ module Aws::Pinpoint
9498
9498
  # dimensions: { # required
9499
9499
  # attributes: {
9500
9500
  # "__string" => {
9501
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
9501
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
9502
9502
  # values: ["__string"], # required
9503
9503
  # },
9504
9504
  # },
@@ -9537,7 +9537,7 @@ module Aws::Pinpoint
9537
9537
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9538
9538
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9539
9539
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9540
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9540
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9541
9541
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9542
9542
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9543
9543
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9549,7 +9549,7 @@ module Aws::Pinpoint
9549
9549
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9550
9550
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9551
9551
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9552
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9552
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9553
9553
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9554
9554
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9555
9555
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9582,7 +9582,7 @@ module Aws::Pinpoint
9582
9582
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9583
9583
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9584
9584
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9585
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9585
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9586
9586
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9587
9587
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9588
9588
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9599,7 +9599,7 @@ module Aws::Pinpoint
9599
9599
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9600
9600
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9601
9601
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9602
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9602
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9603
9603
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9604
9604
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9605
9605
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9611,7 +9611,7 @@ module Aws::Pinpoint
9611
9611
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9612
9612
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9613
9613
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9614
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9614
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9615
9615
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9616
9616
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9617
9617
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9644,7 +9644,7 @@ module Aws::Pinpoint
9644
9644
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9645
9645
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9646
9646
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9647
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9647
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9648
9648
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9649
9649
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9650
9650
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9684,7 +9684,7 @@ module Aws::Pinpoint
9684
9684
  # resp.journey_response.start_activity #=> String
9685
9685
  # resp.journey_response.start_condition.description #=> String
9686
9686
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9687
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9687
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9688
9688
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9689
9689
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9690
9690
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9744,7 +9744,7 @@ module Aws::Pinpoint
9744
9744
  # resp.journey_response.activities["__string"].custom.template_version #=> String
9745
9745
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9746
9746
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9747
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9747
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9748
9748
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values #=> Array
9749
9749
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].values[0] #=> String
9750
9750
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9756,7 +9756,7 @@ module Aws::Pinpoint
9756
9756
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.message_activity #=> String
9757
9757
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_condition.segment_id #=> String
9758
9758
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes #=> Hash
9759
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9759
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9760
9760
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values #=> Array
9761
9761
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.attributes["__string"].values[0] #=> String
9762
9762
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9789,7 +9789,7 @@ module Aws::Pinpoint
9789
9789
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].comparison_operator #=> String
9790
9790
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.metrics["__string"].value #=> Float
9791
9791
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes #=> Hash
9792
- # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9792
+ # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9793
9793
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values #=> Array
9794
9794
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].segment_dimensions.user_attributes["__string"].values[0] #=> String
9795
9795
  # resp.journey_response.activities["__string"].conditional_split.condition.operator #=> String, one of "ALL", "ANY"
@@ -9806,7 +9806,7 @@ module Aws::Pinpoint
9806
9806
  # resp.journey_response.activities["__string"].holdout.percentage #=> Integer
9807
9807
  # resp.journey_response.activities["__string"].multi_condition.branches #=> Array
9808
9808
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes #=> Hash
9809
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9809
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9810
9810
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values #=> Array
9811
9811
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.attributes["__string"].values[0] #=> String
9812
9812
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9818,7 +9818,7 @@ module Aws::Pinpoint
9818
9818
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.event_condition.message_activity #=> String
9819
9819
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_condition.segment_id #=> String
9820
9820
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes #=> Hash
9821
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9821
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9822
9822
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values #=> Array
9823
9823
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.attributes["__string"].values[0] #=> String
9824
9824
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -9851,7 +9851,7 @@ module Aws::Pinpoint
9851
9851
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].comparison_operator #=> String
9852
9852
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.metrics["__string"].value #=> Float
9853
9853
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes #=> Hash
9854
- # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9854
+ # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9855
9855
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values #=> Array
9856
9856
  # resp.journey_response.activities["__string"].multi_condition.branches[0].condition.segment_dimensions.user_attributes["__string"].values[0] #=> String
9857
9857
  # resp.journey_response.activities["__string"].multi_condition.branches[0].next_activity #=> String
@@ -9891,7 +9891,7 @@ module Aws::Pinpoint
9891
9891
  # resp.journey_response.start_activity #=> String
9892
9892
  # resp.journey_response.start_condition.description #=> String
9893
9893
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes #=> Hash
9894
- # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
9894
+ # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
9895
9895
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values #=> Array
9896
9896
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.attributes["__string"].values[0] #=> String
9897
9897
  # resp.journey_response.start_condition.event_start_condition.event_filter.dimensions.event_type.dimension_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -10094,7 +10094,7 @@ module Aws::Pinpoint
10094
10094
  # dimensions: {
10095
10095
  # attributes: {
10096
10096
  # "__string" => {
10097
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10097
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10098
10098
  # values: ["__string"], # required
10099
10099
  # },
10100
10100
  # },
@@ -10151,7 +10151,7 @@ module Aws::Pinpoint
10151
10151
  # },
10152
10152
  # user_attributes: {
10153
10153
  # "__string" => {
10154
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10154
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10155
10155
  # values: ["__string"], # required
10156
10156
  # },
10157
10157
  # },
@@ -10164,7 +10164,7 @@ module Aws::Pinpoint
10164
10164
  # {
10165
10165
  # attributes: {
10166
10166
  # "__string" => {
10167
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10167
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10168
10168
  # values: ["__string"], # required
10169
10169
  # },
10170
10170
  # },
@@ -10221,7 +10221,7 @@ module Aws::Pinpoint
10221
10221
  # },
10222
10222
  # user_attributes: {
10223
10223
  # "__string" => {
10224
- # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
10224
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
10225
10225
  # values: ["__string"], # required
10226
10226
  # },
10227
10227
  # },
@@ -10251,7 +10251,7 @@ module Aws::Pinpoint
10251
10251
  # resp.segment_response.arn #=> String
10252
10252
  # resp.segment_response.creation_date #=> String
10253
10253
  # resp.segment_response.dimensions.attributes #=> Hash
10254
- # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10254
+ # resp.segment_response.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10255
10255
  # resp.segment_response.dimensions.attributes["__string"].values #=> Array
10256
10256
  # resp.segment_response.dimensions.attributes["__string"].values[0] #=> String
10257
10257
  # resp.segment_response.dimensions.behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10284,7 +10284,7 @@ module Aws::Pinpoint
10284
10284
  # resp.segment_response.dimensions.metrics["__string"].comparison_operator #=> String
10285
10285
  # resp.segment_response.dimensions.metrics["__string"].value #=> Float
10286
10286
  # resp.segment_response.dimensions.user_attributes #=> Hash
10287
- # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10287
+ # resp.segment_response.dimensions.user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10288
10288
  # resp.segment_response.dimensions.user_attributes["__string"].values #=> Array
10289
10289
  # resp.segment_response.dimensions.user_attributes["__string"].values[0] #=> String
10290
10290
  # resp.segment_response.id #=> String
@@ -10300,7 +10300,7 @@ module Aws::Pinpoint
10300
10300
  # resp.segment_response.segment_groups.groups #=> Array
10301
10301
  # resp.segment_response.segment_groups.groups[0].dimensions #=> Array
10302
10302
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes #=> Hash
10303
- # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10303
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10304
10304
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values #=> Array
10305
10305
  # resp.segment_response.segment_groups.groups[0].dimensions[0].attributes["__string"].values[0] #=> String
10306
10306
  # resp.segment_response.segment_groups.groups[0].dimensions[0].behavior.recency.duration #=> String, one of "HR_24", "DAY_7", "DAY_14", "DAY_30"
@@ -10333,7 +10333,7 @@ module Aws::Pinpoint
10333
10333
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].comparison_operator #=> String
10334
10334
  # resp.segment_response.segment_groups.groups[0].dimensions[0].metrics["__string"].value #=> Float
10335
10335
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes #=> Hash
10336
- # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
10336
+ # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEFORE", "AFTER", "BETWEEN", "ON"
10337
10337
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values #=> Array
10338
10338
  # resp.segment_response.segment_groups.groups[0].dimensions[0].user_attributes["__string"].values[0] #=> String
10339
10339
  # resp.segment_response.segment_groups.groups[0].source_segments #=> Array
@@ -10599,7 +10599,7 @@ module Aws::Pinpoint
10599
10599
  params: params,
10600
10600
  config: config)
10601
10601
  context[:gem_name] = 'aws-sdk-pinpoint'
10602
- context[:gem_version] = '1.47.0'
10602
+ context[:gem_version] = '1.48.0'
10603
10603
  Seahorse::Client::Request.new(handlers, context)
10604
10604
  end
10605
10605