aws-sdk-pinpoint 1.38.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -84,6 +86,7 @@ module Aws::Pinpoint
84
86
  CreateVoiceTemplateRequest = Shapes::StructureShape.new(name: 'CreateVoiceTemplateRequest')
85
87
  CreateVoiceTemplateResponse = Shapes::StructureShape.new(name: 'CreateVoiceTemplateResponse')
86
88
  CustomDeliveryConfiguration = Shapes::StructureShape.new(name: 'CustomDeliveryConfiguration')
89
+ CustomMessageActivity = Shapes::StructureShape.new(name: 'CustomMessageActivity')
87
90
  DefaultMessage = Shapes::StructureShape.new(name: 'DefaultMessage')
88
91
  DefaultPushNotificationMessage = Shapes::StructureShape.new(name: 'DefaultPushNotificationMessage')
89
92
  DefaultPushNotificationTemplate = Shapes::StructureShape.new(name: 'DefaultPushNotificationTemplate')
@@ -270,12 +273,15 @@ module Aws::Pinpoint
270
273
  InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
271
274
  ItemResponse = Shapes::StructureShape.new(name: 'ItemResponse')
272
275
  JobStatus = Shapes::StringShape.new(name: 'JobStatus')
276
+ JourneyCustomMessage = Shapes::StructureShape.new(name: 'JourneyCustomMessage')
273
277
  JourneyDateRangeKpiResponse = Shapes::StructureShape.new(name: 'JourneyDateRangeKpiResponse')
274
278
  JourneyEmailMessage = Shapes::StructureShape.new(name: 'JourneyEmailMessage')
275
279
  JourneyExecutionActivityMetricsResponse = Shapes::StructureShape.new(name: 'JourneyExecutionActivityMetricsResponse')
276
280
  JourneyExecutionMetricsResponse = Shapes::StructureShape.new(name: 'JourneyExecutionMetricsResponse')
277
281
  JourneyLimits = Shapes::StructureShape.new(name: 'JourneyLimits')
282
+ JourneyPushMessage = Shapes::StructureShape.new(name: 'JourneyPushMessage')
278
283
  JourneyResponse = Shapes::StructureShape.new(name: 'JourneyResponse')
284
+ JourneySMSMessage = Shapes::StructureShape.new(name: 'JourneySMSMessage')
279
285
  JourneySchedule = Shapes::StructureShape.new(name: 'JourneySchedule')
280
286
  JourneyStateRequest = Shapes::StructureShape.new(name: 'JourneyStateRequest')
281
287
  JourneysResponse = Shapes::StructureShape.new(name: 'JourneysResponse')
@@ -349,6 +355,7 @@ module Aws::Pinpoint
349
355
  PhoneNumberValidateRequest = Shapes::StructureShape.new(name: 'PhoneNumberValidateRequest')
350
356
  PhoneNumberValidateResponse = Shapes::StructureShape.new(name: 'PhoneNumberValidateResponse')
351
357
  PublicEndpoint = Shapes::StructureShape.new(name: 'PublicEndpoint')
358
+ PushMessageActivity = Shapes::StructureShape.new(name: 'PushMessageActivity')
352
359
  PushNotificationTemplateRequest = Shapes::StructureShape.new(name: 'PushNotificationTemplateRequest')
353
360
  PushNotificationTemplateResponse = Shapes::StructureShape.new(name: 'PushNotificationTemplateResponse')
354
361
  PutEventStreamRequest = Shapes::StructureShape.new(name: 'PutEventStreamRequest')
@@ -369,6 +376,7 @@ module Aws::Pinpoint
369
376
  SMSChannelRequest = Shapes::StructureShape.new(name: 'SMSChannelRequest')
370
377
  SMSChannelResponse = Shapes::StructureShape.new(name: 'SMSChannelResponse')
371
378
  SMSMessage = Shapes::StructureShape.new(name: 'SMSMessage')
379
+ SMSMessageActivity = Shapes::StructureShape.new(name: 'SMSMessageActivity')
372
380
  SMSTemplateRequest = Shapes::StructureShape.new(name: 'SMSTemplateRequest')
373
381
  SMSTemplateResponse = Shapes::StructureShape.new(name: 'SMSTemplateResponse')
374
382
  Schedule = Shapes::StructureShape.new(name: 'Schedule')
@@ -647,12 +655,15 @@ module Aws::Pinpoint
647
655
  ActivitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
648
656
  ActivitiesResponse.struct_class = Types::ActivitiesResponse
649
657
 
658
+ Activity.add_member(:custom, Shapes::ShapeRef.new(shape: CustomMessageActivity, location_name: "CUSTOM"))
650
659
  Activity.add_member(:conditional_split, Shapes::ShapeRef.new(shape: ConditionalSplitActivity, location_name: "ConditionalSplit"))
651
660
  Activity.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
652
661
  Activity.add_member(:email, Shapes::ShapeRef.new(shape: EmailMessageActivity, location_name: "EMAIL"))
653
662
  Activity.add_member(:holdout, Shapes::ShapeRef.new(shape: HoldoutActivity, location_name: "Holdout"))
654
663
  Activity.add_member(:multi_condition, Shapes::ShapeRef.new(shape: MultiConditionalSplitActivity, location_name: "MultiCondition"))
664
+ Activity.add_member(:push, Shapes::ShapeRef.new(shape: PushMessageActivity, location_name: "PUSH"))
655
665
  Activity.add_member(:random_split, Shapes::ShapeRef.new(shape: RandomSplitActivity, location_name: "RandomSplit"))
666
+ Activity.add_member(:sms, Shapes::ShapeRef.new(shape: SMSMessageActivity, location_name: "SMS"))
656
667
  Activity.add_member(:wait, Shapes::ShapeRef.new(shape: WaitActivity, location_name: "Wait"))
657
668
  Activity.struct_class = Types::Activity
658
669
 
@@ -1003,6 +1014,14 @@ module Aws::Pinpoint
1003
1014
  CustomDeliveryConfiguration.add_member(:endpoint_types, Shapes::ShapeRef.new(shape: ListOf__EndpointTypesElement, location_name: "EndpointTypes"))
1004
1015
  CustomDeliveryConfiguration.struct_class = Types::CustomDeliveryConfiguration
1005
1016
 
1017
+ CustomMessageActivity.add_member(:delivery_uri, Shapes::ShapeRef.new(shape: __string, location_name: "DeliveryUri"))
1018
+ CustomMessageActivity.add_member(:endpoint_types, Shapes::ShapeRef.new(shape: ListOf__EndpointTypesElement, location_name: "EndpointTypes"))
1019
+ CustomMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneyCustomMessage, location_name: "MessageConfig"))
1020
+ CustomMessageActivity.add_member(:next_activity, Shapes::ShapeRef.new(shape: __string, location_name: "NextActivity"))
1021
+ CustomMessageActivity.add_member(:template_name, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateName"))
1022
+ CustomMessageActivity.add_member(:template_version, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateVersion"))
1023
+ CustomMessageActivity.struct_class = Types::CustomMessageActivity
1024
+
1006
1025
  DefaultMessage.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
1007
1026
  DefaultMessage.add_member(:substitutions, Shapes::ShapeRef.new(shape: MapOfListOf__string, location_name: "Substitutions"))
1008
1027
  DefaultMessage.struct_class = Types::DefaultMessage
@@ -1962,6 +1981,9 @@ module Aws::Pinpoint
1962
1981
  ItemResponse.add_member(:events_item_response, Shapes::ShapeRef.new(shape: MapOfEventItemResponse, location_name: "EventsItemResponse"))
1963
1982
  ItemResponse.struct_class = Types::ItemResponse
1964
1983
 
1984
+ JourneyCustomMessage.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "Data"))
1985
+ JourneyCustomMessage.struct_class = Types::JourneyCustomMessage
1986
+
1965
1987
  JourneyDateRangeKpiResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ApplicationId"))
1966
1988
  JourneyDateRangeKpiResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, required: true, location_name: "EndTime"))
1967
1989
  JourneyDateRangeKpiResponse.add_member(:journey_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "JourneyId"))
@@ -1993,6 +2015,9 @@ module Aws::Pinpoint
1993
2015
  JourneyLimits.add_member(:messages_per_second, Shapes::ShapeRef.new(shape: __integer, location_name: "MessagesPerSecond"))
1994
2016
  JourneyLimits.struct_class = Types::JourneyLimits
1995
2017
 
2018
+ JourneyPushMessage.add_member(:time_to_live, Shapes::ShapeRef.new(shape: __string, location_name: "TimeToLive"))
2019
+ JourneyPushMessage.struct_class = Types::JourneyPushMessage
2020
+
1996
2021
  JourneyResponse.add_member(:activities, Shapes::ShapeRef.new(shape: MapOfActivity, location_name: "Activities"))
1997
2022
  JourneyResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ApplicationId"))
1998
2023
  JourneyResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: __string, location_name: "CreationDate"))
@@ -2010,6 +2035,10 @@ module Aws::Pinpoint
2010
2035
  JourneyResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
2011
2036
  JourneyResponse.struct_class = Types::JourneyResponse
2012
2037
 
2038
+ JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
2039
+ JourneySMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
2040
+ JourneySMSMessage.struct_class = Types::JourneySMSMessage
2041
+
2013
2042
  JourneySchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "EndTime"))
2014
2043
  JourneySchedule.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "StartTime"))
2015
2044
  JourneySchedule.add_member(:timezone, Shapes::ShapeRef.new(shape: __string, location_name: "Timezone"))
@@ -2282,6 +2311,12 @@ module Aws::Pinpoint
2282
2311
  PublicEndpoint.add_member(:user, Shapes::ShapeRef.new(shape: EndpointUser, location_name: "User"))
2283
2312
  PublicEndpoint.struct_class = Types::PublicEndpoint
2284
2313
 
2314
+ PushMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneyPushMessage, location_name: "MessageConfig"))
2315
+ PushMessageActivity.add_member(:next_activity, Shapes::ShapeRef.new(shape: __string, location_name: "NextActivity"))
2316
+ PushMessageActivity.add_member(:template_name, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateName"))
2317
+ PushMessageActivity.add_member(:template_version, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateVersion"))
2318
+ PushMessageActivity.struct_class = Types::PushMessageActivity
2319
+
2285
2320
  PushNotificationTemplateRequest.add_member(:adm, Shapes::ShapeRef.new(shape: AndroidPushNotificationTemplate, location_name: "ADM"))
2286
2321
  PushNotificationTemplateRequest.add_member(:apns, Shapes::ShapeRef.new(shape: APNSPushNotificationTemplate, location_name: "APNS"))
2287
2322
  PushNotificationTemplateRequest.add_member(:baidu, Shapes::ShapeRef.new(shape: AndroidPushNotificationTemplate, location_name: "Baidu"))
@@ -2415,6 +2450,12 @@ module Aws::Pinpoint
2415
2450
  SMSMessage.add_member(:substitutions, Shapes::ShapeRef.new(shape: MapOfListOf__string, location_name: "Substitutions"))
2416
2451
  SMSMessage.struct_class = Types::SMSMessage
2417
2452
 
2453
+ SMSMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneySMSMessage, location_name: "MessageConfig"))
2454
+ SMSMessageActivity.add_member(:next_activity, Shapes::ShapeRef.new(shape: __string, location_name: "NextActivity"))
2455
+ SMSMessageActivity.add_member(:template_name, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateName"))
2456
+ SMSMessageActivity.add_member(:template_version, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateVersion"))
2457
+ SMSMessageActivity.struct_class = Types::SMSMessageActivity
2458
+
2418
2459
  SMSTemplateRequest.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
2419
2460
  SMSTemplateRequest.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
2420
2461
  SMSTemplateRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -40,6 +42,7 @@ module Aws::Pinpoint
40
42
  :client_id,
41
43
  :client_secret,
42
44
  :enabled)
45
+ SENSITIVE = []
43
46
  include Aws::Structure
44
47
  end
45
48
 
@@ -103,6 +106,7 @@ module Aws::Pinpoint
103
106
  :last_modified_date,
104
107
  :platform,
105
108
  :version)
109
+ SENSITIVE = []
106
110
  include Aws::Structure
107
111
  end
108
112
 
@@ -254,6 +258,7 @@ module Aws::Pinpoint
254
258
  :substitutions,
255
259
  :title,
256
260
  :url)
261
+ SENSITIVE = []
257
262
  include Aws::Structure
258
263
  end
259
264
 
@@ -324,6 +329,7 @@ module Aws::Pinpoint
324
329
  :team_id,
325
330
  :token_key,
326
331
  :token_key_id)
332
+ SENSITIVE = []
327
333
  include Aws::Structure
328
334
  end
329
335
 
@@ -400,6 +406,7 @@ module Aws::Pinpoint
400
406
  :last_modified_date,
401
407
  :platform,
402
408
  :version)
409
+ SENSITIVE = []
403
410
  include Aws::Structure
404
411
  end
405
412
 
@@ -667,6 +674,7 @@ module Aws::Pinpoint
667
674
  :time_to_live,
668
675
  :title,
669
676
  :url)
677
+ SENSITIVE = []
670
678
  include Aws::Structure
671
679
  end
672
680
 
@@ -749,6 +757,7 @@ module Aws::Pinpoint
749
757
  :sound,
750
758
  :title,
751
759
  :url)
760
+ SENSITIVE = []
752
761
  include Aws::Structure
753
762
  end
754
763
 
@@ -822,6 +831,7 @@ module Aws::Pinpoint
822
831
  :team_id,
823
832
  :token_key,
824
833
  :token_key_id)
834
+ SENSITIVE = []
825
835
  include Aws::Structure
826
836
  end
827
837
 
@@ -901,6 +911,7 @@ module Aws::Pinpoint
901
911
  :last_modified_date,
902
912
  :platform,
903
913
  :version)
914
+ SENSITIVE = []
904
915
  include Aws::Structure
905
916
  end
906
917
 
@@ -972,6 +983,7 @@ module Aws::Pinpoint
972
983
  :team_id,
973
984
  :token_key,
974
985
  :token_key_id)
986
+ SENSITIVE = []
975
987
  include Aws::Structure
976
988
  end
977
989
 
@@ -1049,6 +1061,7 @@ module Aws::Pinpoint
1049
1061
  :last_modified_date,
1050
1062
  :platform,
1051
1063
  :version)
1064
+ SENSITIVE = []
1052
1065
  include Aws::Structure
1053
1066
  end
1054
1067
 
@@ -1122,6 +1135,7 @@ module Aws::Pinpoint
1122
1135
  :team_id,
1123
1136
  :token_key,
1124
1137
  :token_key_id)
1138
+ SENSITIVE = []
1125
1139
  include Aws::Structure
1126
1140
  end
1127
1141
 
@@ -1202,6 +1216,7 @@ module Aws::Pinpoint
1202
1216
  :last_modified_date,
1203
1217
  :platform,
1204
1218
  :version)
1219
+ SENSITIVE = []
1205
1220
  include Aws::Structure
1206
1221
  end
1207
1222
 
@@ -1224,6 +1239,7 @@ module Aws::Pinpoint
1224
1239
  class ActivitiesResponse < Struct.new(
1225
1240
  :item,
1226
1241
  :next_token)
1242
+ SENSITIVE = []
1227
1243
  include Aws::Structure
1228
1244
  end
1229
1245
 
@@ -1234,6 +1250,16 @@ module Aws::Pinpoint
1234
1250
  # data as a hash:
1235
1251
  #
1236
1252
  # {
1253
+ # custom: {
1254
+ # delivery_uri: "__string",
1255
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
1256
+ # message_config: {
1257
+ # data: "__string",
1258
+ # },
1259
+ # next_activity: "__string",
1260
+ # template_name: "__string",
1261
+ # template_version: "__string",
1262
+ # },
1237
1263
  # conditional_split: {
1238
1264
  # condition: {
1239
1265
  # conditions: [
@@ -1454,6 +1480,14 @@ module Aws::Pinpoint
1454
1480
  # wait_until: "__string",
1455
1481
  # },
1456
1482
  # },
1483
+ # push: {
1484
+ # message_config: {
1485
+ # time_to_live: "__string",
1486
+ # },
1487
+ # next_activity: "__string",
1488
+ # template_name: "__string",
1489
+ # template_version: "__string",
1490
+ # },
1457
1491
  # random_split: {
1458
1492
  # branches: [
1459
1493
  # {
@@ -1462,6 +1496,15 @@ module Aws::Pinpoint
1462
1496
  # },
1463
1497
  # ],
1464
1498
  # },
1499
+ # sms: {
1500
+ # message_config: {
1501
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1502
+ # sender_id: "__string",
1503
+ # },
1504
+ # next_activity: "__string",
1505
+ # template_name: "__string",
1506
+ # template_version: "__string",
1507
+ # },
1465
1508
  # wait: {
1466
1509
  # next_activity: "__string",
1467
1510
  # wait_time: {
@@ -1471,6 +1514,12 @@ module Aws::Pinpoint
1471
1514
  # },
1472
1515
  # }
1473
1516
  #
1517
+ # @!attribute [rw] custom
1518
+ # The settings for a custom message activity. This type of activity
1519
+ # calls an AWS Lambda function or web hook that sends messages to
1520
+ # participants.
1521
+ # @return [Types::CustomMessageActivity]
1522
+ #
1474
1523
  # @!attribute [rw] conditional_split
1475
1524
  # The settings for a yes/no split activity. This type of activity
1476
1525
  # sends participants down one of two paths in a journey, based on
@@ -1498,6 +1547,11 @@ module Aws::Pinpoint
1498
1547
  # that you specify.
1499
1548
  # @return [Types::MultiConditionalSplitActivity]
1500
1549
  #
1550
+ # @!attribute [rw] push
1551
+ # The settings for a push notification activity. This type of activity
1552
+ # sends a push notification to participants.
1553
+ # @return [Types::PushMessageActivity]
1554
+ #
1501
1555
  # @!attribute [rw] random_split
1502
1556
  # The settings for a random split activity. This type of activity
1503
1557
  # randomly sends specified percentages of participants down one of as
@@ -1505,6 +1559,11 @@ module Aws::Pinpoint
1505
1559
  # specify.
1506
1560
  # @return [Types::RandomSplitActivity]
1507
1561
  #
1562
+ # @!attribute [rw] sms
1563
+ # The settings for an SMS activity. This type of activity sends a text
1564
+ # message to participants.
1565
+ # @return [Types::SMSMessageActivity]
1566
+ #
1508
1567
  # @!attribute [rw] wait
1509
1568
  # The settings for a wait activity. This type of activity waits for a
1510
1569
  # certain amount of time or until a specific date and time before
@@ -1514,13 +1573,17 @@ module Aws::Pinpoint
1514
1573
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/Activity AWS API Documentation
1515
1574
  #
1516
1575
  class Activity < Struct.new(
1576
+ :custom,
1517
1577
  :conditional_split,
1518
1578
  :description,
1519
1579
  :email,
1520
1580
  :holdout,
1521
1581
  :multi_condition,
1582
+ :push,
1522
1583
  :random_split,
1584
+ :sms,
1523
1585
  :wait)
1586
+ SENSITIVE = []
1524
1587
  include Aws::Structure
1525
1588
  end
1526
1589
 
@@ -1604,6 +1667,7 @@ module Aws::Pinpoint
1604
1667
  :timezones_total_count,
1605
1668
  :total_endpoint_count,
1606
1669
  :treatment_id)
1670
+ SENSITIVE = []
1607
1671
  include Aws::Structure
1608
1672
  end
1609
1673
 
@@ -1615,7 +1679,7 @@ module Aws::Pinpoint
1615
1679
  #
1616
1680
  # {
1617
1681
  # body_override: "__string",
1618
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
1682
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
1619
1683
  # context: {
1620
1684
  # "__string" => "__string",
1621
1685
  # },
@@ -1670,6 +1734,7 @@ module Aws::Pinpoint
1670
1734
  :raw_content,
1671
1735
  :substitutions,
1672
1736
  :title_override)
1737
+ SENSITIVE = []
1673
1738
  include Aws::Structure
1674
1739
  end
1675
1740
 
@@ -1767,6 +1832,7 @@ module Aws::Pinpoint
1767
1832
  :sound,
1768
1833
  :title,
1769
1834
  :url)
1835
+ SENSITIVE = []
1770
1836
  include Aws::Structure
1771
1837
  end
1772
1838
 
@@ -1826,6 +1892,7 @@ module Aws::Pinpoint
1826
1892
  :kpi_result,
1827
1893
  :next_token,
1828
1894
  :start_time)
1895
+ SENSITIVE = []
1829
1896
  include Aws::Structure
1830
1897
  end
1831
1898
 
@@ -1858,6 +1925,7 @@ module Aws::Pinpoint
1858
1925
  :id,
1859
1926
  :name,
1860
1927
  :tags)
1928
+ SENSITIVE = []
1861
1929
  include Aws::Structure
1862
1930
  end
1863
1931
 
@@ -1916,6 +1984,7 @@ module Aws::Pinpoint
1916
1984
  :last_modified_date,
1917
1985
  :limits,
1918
1986
  :quiet_time)
1987
+ SENSITIVE = []
1919
1988
  include Aws::Structure
1920
1989
  end
1921
1990
 
@@ -1936,6 +2005,7 @@ module Aws::Pinpoint
1936
2005
  class ApplicationsResponse < Struct.new(
1937
2006
  :item,
1938
2007
  :next_token)
2008
+ SENSITIVE = []
1939
2009
  include Aws::Structure
1940
2010
  end
1941
2011
 
@@ -1969,6 +2039,7 @@ module Aws::Pinpoint
1969
2039
  class AttributeDimension < Struct.new(
1970
2040
  :attribute_type,
1971
2041
  :values)
2042
+ SENSITIVE = []
1972
2043
  include Aws::Structure
1973
2044
  end
1974
2045
 
@@ -2004,6 +2075,7 @@ module Aws::Pinpoint
2004
2075
  :application_id,
2005
2076
  :attribute_type,
2006
2077
  :attributes)
2078
+ SENSITIVE = []
2007
2079
  include Aws::Structure
2008
2080
  end
2009
2081
 
@@ -2020,6 +2092,7 @@ module Aws::Pinpoint
2020
2092
  class BadRequestException < Struct.new(
2021
2093
  :message,
2022
2094
  :request_id)
2095
+ SENSITIVE = []
2023
2096
  include Aws::Structure
2024
2097
  end
2025
2098
 
@@ -2055,6 +2128,7 @@ module Aws::Pinpoint
2055
2128
  :api_key,
2056
2129
  :enabled,
2057
2130
  :secret_key)
2131
+ SENSITIVE = []
2058
2132
  include Aws::Structure
2059
2133
  end
2060
2134
 
@@ -2124,6 +2198,7 @@ module Aws::Pinpoint
2124
2198
  :last_modified_date,
2125
2199
  :platform,
2126
2200
  :version)
2201
+ SENSITIVE = []
2127
2202
  include Aws::Structure
2128
2203
  end
2129
2204
 
@@ -2259,6 +2334,7 @@ module Aws::Pinpoint
2259
2334
  :time_to_live,
2260
2335
  :title,
2261
2336
  :url)
2337
+ SENSITIVE = []
2262
2338
  include Aws::Structure
2263
2339
  end
2264
2340
 
@@ -2275,6 +2351,7 @@ module Aws::Pinpoint
2275
2351
  #
2276
2352
  class BaseKpiResult < Struct.new(
2277
2353
  :rows)
2354
+ SENSITIVE = []
2278
2355
  include Aws::Structure
2279
2356
  end
2280
2357
 
@@ -2297,6 +2374,7 @@ module Aws::Pinpoint
2297
2374
  #
2298
2375
  class CampaignCustomMessage < Struct.new(
2299
2376
  :data)
2377
+ SENSITIVE = []
2300
2378
  include Aws::Structure
2301
2379
  end
2302
2380
 
@@ -2361,6 +2439,7 @@ module Aws::Pinpoint
2361
2439
  :kpi_result,
2362
2440
  :next_token,
2363
2441
  :start_time)
2442
+ SENSITIVE = []
2364
2443
  include Aws::Structure
2365
2444
  end
2366
2445
 
@@ -2404,6 +2483,7 @@ module Aws::Pinpoint
2404
2483
  :from_address,
2405
2484
  :html_body,
2406
2485
  :title)
2486
+ SENSITIVE = []
2407
2487
  include Aws::Structure
2408
2488
  end
2409
2489
 
@@ -2452,6 +2532,7 @@ module Aws::Pinpoint
2452
2532
  class CampaignEventFilter < Struct.new(
2453
2533
  :dimensions,
2454
2534
  :filter_type)
2535
+ SENSITIVE = []
2455
2536
  include Aws::Structure
2456
2537
  end
2457
2538
 
@@ -2497,6 +2578,7 @@ module Aws::Pinpoint
2497
2578
  :lambda_function_name,
2498
2579
  :mode,
2499
2580
  :web_url)
2581
+ SENSITIVE = []
2500
2582
  include Aws::Structure
2501
2583
  end
2502
2584
 
@@ -2549,6 +2631,7 @@ module Aws::Pinpoint
2549
2631
  :maximum_duration,
2550
2632
  :messages_per_second,
2551
2633
  :total)
2634
+ SENSITIVE = []
2552
2635
  include Aws::Structure
2553
2636
  end
2554
2637
 
@@ -2692,6 +2775,7 @@ module Aws::Pinpoint
2692
2775
  :treatment_description,
2693
2776
  :treatment_name,
2694
2777
  :version)
2778
+ SENSITIVE = []
2695
2779
  include Aws::Structure
2696
2780
  end
2697
2781
 
@@ -2712,10 +2796,10 @@ module Aws::Pinpoint
2712
2796
  # @return [String]
2713
2797
  #
2714
2798
  # @!attribute [rw] message_type
2715
- # The type of SMS message. Valid values are: TRANSACTIONAL, the
2716
- # message is critical or time-sensitive, such as a one-time password
2717
- # that supports a customer transaction; and, PROMOTIONAL, the message
2718
- # isn't critical or time-sensitive, such as a marketing message.
2799
+ # The SMS message type. Valid values are TRANSACTIONAL (for messages
2800
+ # that are critical or time-sensitive, such as a one-time passwords)
2801
+ # and PROMOTIONAL (for messsages that aren't critical or
2802
+ # time-sensitive, such as marketing messages).
2719
2803
  # @return [String]
2720
2804
  #
2721
2805
  # @!attribute [rw] sender_id
@@ -2729,6 +2813,7 @@ module Aws::Pinpoint
2729
2813
  :body,
2730
2814
  :message_type,
2731
2815
  :sender_id)
2816
+ SENSITIVE = []
2732
2817
  include Aws::Structure
2733
2818
  end
2734
2819
 
@@ -2748,6 +2833,7 @@ module Aws::Pinpoint
2748
2833
  #
2749
2834
  class CampaignState < Struct.new(
2750
2835
  :campaign_status)
2836
+ SENSITIVE = []
2751
2837
  include Aws::Structure
2752
2838
  end
2753
2839
 
@@ -2770,6 +2856,7 @@ module Aws::Pinpoint
2770
2856
  class CampaignsResponse < Struct.new(
2771
2857
  :item,
2772
2858
  :next_token)
2859
+ SENSITIVE = []
2773
2860
  include Aws::Structure
2774
2861
  end
2775
2862
 
@@ -2827,6 +2914,7 @@ module Aws::Pinpoint
2827
2914
  :last_modified_by,
2828
2915
  :last_modified_date,
2829
2916
  :version)
2917
+ SENSITIVE = []
2830
2918
  include Aws::Structure
2831
2919
  end
2832
2920
 
@@ -2844,6 +2932,7 @@ module Aws::Pinpoint
2844
2932
  #
2845
2933
  class ChannelsResponse < Struct.new(
2846
2934
  :channels)
2935
+ SENSITIVE = []
2847
2936
  include Aws::Structure
2848
2937
  end
2849
2938
 
@@ -2966,6 +3055,7 @@ module Aws::Pinpoint
2966
3055
  class Condition < Struct.new(
2967
3056
  :conditions,
2968
3057
  :operator)
3058
+ SENSITIVE = []
2969
3059
  include Aws::Structure
2970
3060
  end
2971
3061
 
@@ -3109,6 +3199,7 @@ module Aws::Pinpoint
3109
3199
  :evaluation_wait_time,
3110
3200
  :false_activity,
3111
3201
  :true_activity)
3202
+ SENSITIVE = []
3112
3203
  include Aws::Structure
3113
3204
  end
3114
3205
 
@@ -3133,6 +3224,7 @@ module Aws::Pinpoint
3133
3224
  #
3134
3225
  class CreateAppRequest < Struct.new(
3135
3226
  :create_application_request)
3227
+ SENSITIVE = []
3136
3228
  include Aws::Structure
3137
3229
  end
3138
3230
 
@@ -3144,6 +3236,7 @@ module Aws::Pinpoint
3144
3236
  #
3145
3237
  class CreateAppResponse < Struct.new(
3146
3238
  :application_response)
3239
+ SENSITIVE = []
3147
3240
  include Aws::Structure
3148
3241
  end
3149
3242
 
@@ -3176,6 +3269,7 @@ module Aws::Pinpoint
3176
3269
  class CreateApplicationRequest < Struct.new(
3177
3270
  :name,
3178
3271
  :tags)
3272
+ SENSITIVE = []
3179
3273
  include Aws::Structure
3180
3274
  end
3181
3275
 
@@ -3189,7 +3283,7 @@ module Aws::Pinpoint
3189
3283
  # {
3190
3284
  # custom_delivery_configuration: {
3191
3285
  # delivery_uri: "__string", # required
3192
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
3286
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
3193
3287
  # },
3194
3288
  # message_configuration: {
3195
3289
  # adm_message: {
@@ -3334,7 +3428,7 @@ module Aws::Pinpoint
3334
3428
  # ],
3335
3429
  # custom_delivery_configuration: {
3336
3430
  # delivery_uri: "__string", # required
3337
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
3431
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
3338
3432
  # },
3339
3433
  # description: "__string",
3340
3434
  # holdout_percent: 1,
@@ -3509,6 +3603,7 @@ module Aws::Pinpoint
3509
3603
  class CreateCampaignRequest < Struct.new(
3510
3604
  :application_id,
3511
3605
  :write_campaign_request)
3606
+ SENSITIVE = []
3512
3607
  include Aws::Structure
3513
3608
  end
3514
3609
 
@@ -3521,6 +3616,7 @@ module Aws::Pinpoint
3521
3616
  #
3522
3617
  class CreateCampaignResponse < Struct.new(
3523
3618
  :campaign_response)
3619
+ SENSITIVE = []
3524
3620
  include Aws::Structure
3525
3621
  end
3526
3622
 
@@ -3555,6 +3651,7 @@ module Aws::Pinpoint
3555
3651
  class CreateEmailTemplateRequest < Struct.new(
3556
3652
  :email_template_request,
3557
3653
  :template_name)
3654
+ SENSITIVE = []
3558
3655
  include Aws::Structure
3559
3656
  end
3560
3657
 
@@ -3566,6 +3663,7 @@ module Aws::Pinpoint
3566
3663
  #
3567
3664
  class CreateEmailTemplateResponse < Struct.new(
3568
3665
  :create_template_message_body)
3666
+ SENSITIVE = []
3569
3667
  include Aws::Structure
3570
3668
  end
3571
3669
 
@@ -3595,6 +3693,7 @@ module Aws::Pinpoint
3595
3693
  class CreateExportJobRequest < Struct.new(
3596
3694
  :application_id,
3597
3695
  :export_job_request)
3696
+ SENSITIVE = []
3598
3697
  include Aws::Structure
3599
3698
  end
3600
3699
 
@@ -3610,6 +3709,7 @@ module Aws::Pinpoint
3610
3709
  #
3611
3710
  class CreateExportJobResponse < Struct.new(
3612
3711
  :export_job_response)
3712
+ SENSITIVE = []
3613
3713
  include Aws::Structure
3614
3714
  end
3615
3715
 
@@ -3643,6 +3743,7 @@ module Aws::Pinpoint
3643
3743
  class CreateImportJobRequest < Struct.new(
3644
3744
  :application_id,
3645
3745
  :import_job_request)
3746
+ SENSITIVE = []
3646
3747
  include Aws::Structure
3647
3748
  end
3648
3749
 
@@ -3658,6 +3759,7 @@ module Aws::Pinpoint
3658
3759
  #
3659
3760
  class CreateImportJobResponse < Struct.new(
3660
3761
  :import_job_response)
3762
+ SENSITIVE = []
3661
3763
  include Aws::Structure
3662
3764
  end
3663
3765
 
@@ -3669,6 +3771,16 @@ module Aws::Pinpoint
3669
3771
  # write_journey_request: { # required
3670
3772
  # activities: {
3671
3773
  # "__string" => {
3774
+ # custom: {
3775
+ # delivery_uri: "__string",
3776
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
3777
+ # message_config: {
3778
+ # data: "__string",
3779
+ # },
3780
+ # next_activity: "__string",
3781
+ # template_name: "__string",
3782
+ # template_version: "__string",
3783
+ # },
3672
3784
  # conditional_split: {
3673
3785
  # condition: {
3674
3786
  # conditions: [
@@ -3889,6 +4001,14 @@ module Aws::Pinpoint
3889
4001
  # wait_until: "__string",
3890
4002
  # },
3891
4003
  # },
4004
+ # push: {
4005
+ # message_config: {
4006
+ # time_to_live: "__string",
4007
+ # },
4008
+ # next_activity: "__string",
4009
+ # template_name: "__string",
4010
+ # template_version: "__string",
4011
+ # },
3892
4012
  # random_split: {
3893
4013
  # branches: [
3894
4014
  # {
@@ -3897,6 +4017,15 @@ module Aws::Pinpoint
3897
4017
  # },
3898
4018
  # ],
3899
4019
  # },
4020
+ # sms: {
4021
+ # message_config: {
4022
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
4023
+ # sender_id: "__string",
4024
+ # },
4025
+ # next_activity: "__string",
4026
+ # template_name: "__string",
4027
+ # template_version: "__string",
4028
+ # },
3900
4029
  # wait: {
3901
4030
  # next_activity: "__string",
3902
4031
  # wait_time: {
@@ -3948,6 +4077,7 @@ module Aws::Pinpoint
3948
4077
  class CreateJourneyRequest < Struct.new(
3949
4078
  :application_id,
3950
4079
  :write_journey_request)
4080
+ SENSITIVE = []
3951
4081
  include Aws::Structure
3952
4082
  end
3953
4083
 
@@ -3960,6 +4090,7 @@ module Aws::Pinpoint
3960
4090
  #
3961
4091
  class CreateJourneyResponse < Struct.new(
3962
4092
  :journey_response)
4093
+ SENSITIVE = []
3963
4094
  include Aws::Structure
3964
4095
  end
3965
4096
 
@@ -4041,6 +4172,7 @@ module Aws::Pinpoint
4041
4172
  class CreatePushTemplateRequest < Struct.new(
4042
4173
  :push_notification_template_request,
4043
4174
  :template_name)
4175
+ SENSITIVE = []
4044
4176
  include Aws::Structure
4045
4177
  end
4046
4178
 
@@ -4052,6 +4184,7 @@ module Aws::Pinpoint
4052
4184
  #
4053
4185
  class CreatePushTemplateResponse < Struct.new(
4054
4186
  :create_template_message_body)
4187
+ SENSITIVE = []
4055
4188
  include Aws::Structure
4056
4189
  end
4057
4190
 
@@ -4196,6 +4329,7 @@ module Aws::Pinpoint
4196
4329
  :recommendation_transformer_uri,
4197
4330
  :recommendations_display_name,
4198
4331
  :recommendations_per_message)
4332
+ SENSITIVE = []
4199
4333
  include Aws::Structure
4200
4334
  end
4201
4335
 
@@ -4227,6 +4361,7 @@ module Aws::Pinpoint
4227
4361
  #
4228
4362
  class CreateRecommenderConfigurationRequest < Struct.new(
4229
4363
  :create_recommender_configuration)
4364
+ SENSITIVE = []
4230
4365
  include Aws::Structure
4231
4366
  end
4232
4367
 
@@ -4239,6 +4374,7 @@ module Aws::Pinpoint
4239
4374
  #
4240
4375
  class CreateRecommenderConfigurationResponse < Struct.new(
4241
4376
  :recommender_configuration_response)
4377
+ SENSITIVE = []
4242
4378
  include Aws::Structure
4243
4379
  end
4244
4380
 
@@ -4416,6 +4552,7 @@ module Aws::Pinpoint
4416
4552
  class CreateSegmentRequest < Struct.new(
4417
4553
  :application_id,
4418
4554
  :write_segment_request)
4555
+ SENSITIVE = []
4419
4556
  include Aws::Structure
4420
4557
  end
4421
4558
 
@@ -4428,6 +4565,7 @@ module Aws::Pinpoint
4428
4565
  #
4429
4566
  class CreateSegmentResponse < Struct.new(
4430
4567
  :segment_response)
4568
+ SENSITIVE = []
4431
4569
  include Aws::Structure
4432
4570
  end
4433
4571
 
@@ -4460,6 +4598,7 @@ module Aws::Pinpoint
4460
4598
  class CreateSmsTemplateRequest < Struct.new(
4461
4599
  :sms_template_request,
4462
4600
  :template_name)
4601
+ SENSITIVE = []
4463
4602
  include Aws::Structure
4464
4603
  end
4465
4604
 
@@ -4471,6 +4610,7 @@ module Aws::Pinpoint
4471
4610
  #
4472
4611
  class CreateSmsTemplateResponse < Struct.new(
4473
4612
  :create_template_message_body)
4613
+ SENSITIVE = []
4474
4614
  include Aws::Structure
4475
4615
  end
4476
4616
 
@@ -4497,6 +4637,7 @@ module Aws::Pinpoint
4497
4637
  :arn,
4498
4638
  :message,
4499
4639
  :request_id)
4640
+ SENSITIVE = []
4500
4641
  include Aws::Structure
4501
4642
  end
4502
4643
 
@@ -4530,6 +4671,7 @@ module Aws::Pinpoint
4530
4671
  class CreateVoiceTemplateRequest < Struct.new(
4531
4672
  :template_name,
4532
4673
  :voice_template_request)
4674
+ SENSITIVE = []
4533
4675
  include Aws::Structure
4534
4676
  end
4535
4677
 
@@ -4541,6 +4683,7 @@ module Aws::Pinpoint
4541
4683
  #
4542
4684
  class CreateVoiceTemplateResponse < Struct.new(
4543
4685
  :create_template_message_body)
4686
+ SENSITIVE = []
4544
4687
  include Aws::Structure
4545
4688
  end
4546
4689
 
@@ -4554,7 +4697,7 @@ module Aws::Pinpoint
4554
4697
  #
4555
4698
  # {
4556
4699
  # delivery_uri: "__string", # required
4557
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
4700
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
4558
4701
  # }
4559
4702
  #
4560
4703
  # @!attribute [rw] delivery_uri
@@ -4580,6 +4723,88 @@ module Aws::Pinpoint
4580
4723
  class CustomDeliveryConfiguration < Struct.new(
4581
4724
  :delivery_uri,
4582
4725
  :endpoint_types)
4726
+ SENSITIVE = []
4727
+ include Aws::Structure
4728
+ end
4729
+
4730
+ # The settings for a custom message activity. This type of activity
4731
+ # calls an AWS Lambda function or web hook that sends messages to
4732
+ # participants.
4733
+ #
4734
+ # @note When making an API call, you may pass CustomMessageActivity
4735
+ # data as a hash:
4736
+ #
4737
+ # {
4738
+ # delivery_uri: "__string",
4739
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
4740
+ # message_config: {
4741
+ # data: "__string",
4742
+ # },
4743
+ # next_activity: "__string",
4744
+ # template_name: "__string",
4745
+ # template_version: "__string",
4746
+ # }
4747
+ #
4748
+ # @!attribute [rw] delivery_uri
4749
+ # The destination to send the custom message to. This value can be one
4750
+ # of the following:
4751
+ #
4752
+ # * The name or Amazon Resource Name (ARN) of an AWS Lambda function
4753
+ # to invoke to handle delivery of the custom message.
4754
+ #
4755
+ # * The URL for a web application or service that supports HTTPS and
4756
+ # can receive the message. The URL has to be a full URL, including
4757
+ # the HTTPS protocol.
4758
+ # @return [String]
4759
+ #
4760
+ # @!attribute [rw] endpoint_types
4761
+ # The types of endpoints to send the custom message to. Each valid
4762
+ # value maps to a type of channel that you can associate with an
4763
+ # endpoint by using the ChannelType property of an endpoint.
4764
+ # @return [Array<String>]
4765
+ #
4766
+ # @!attribute [rw] message_config
4767
+ # Specifies the message data included in a custom channel message
4768
+ # that's sent to participants in a journey.
4769
+ # @return [Types::JourneyCustomMessage]
4770
+ #
4771
+ # @!attribute [rw] next_activity
4772
+ # The unique identifier for the next activity to perform, after Amazon
4773
+ # Pinpoint calls the AWS Lambda function or web hook.
4774
+ # @return [String]
4775
+ #
4776
+ # @!attribute [rw] template_name
4777
+ # The name of the custom message template to use for the message. If
4778
+ # specified, this value must match the name of an existing message
4779
+ # template.
4780
+ # @return [String]
4781
+ #
4782
+ # @!attribute [rw] template_version
4783
+ # The unique identifier for the version of the message template to use
4784
+ # for the message. If specified, this value must match the identifier
4785
+ # for an existing template version. To retrieve a list of versions and
4786
+ # version identifiers for a template, use the <link
4787
+ # linkend="templates-template-name-template-type-versions" />
4788
+ #
4789
+ # Template Versions</link> resource.
4790
+ #
4791
+ # If you don't specify a value for this property, Amazon Pinpoint
4792
+ # uses the *active version* of the template. The *active version* is
4793
+ # typically the version of a template that's been most recently
4794
+ # reviewed and approved for use, depending on your workflow. It isn't
4795
+ # necessarily the latest version of a template.
4796
+ # @return [String]
4797
+ #
4798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CustomMessageActivity AWS API Documentation
4799
+ #
4800
+ class CustomMessageActivity < Struct.new(
4801
+ :delivery_uri,
4802
+ :endpoint_types,
4803
+ :message_config,
4804
+ :next_activity,
4805
+ :template_name,
4806
+ :template_version)
4807
+ SENSITIVE = []
4583
4808
  include Aws::Structure
4584
4809
  end
4585
4810
 
@@ -4609,6 +4834,7 @@ module Aws::Pinpoint
4609
4834
  class DefaultMessage < Struct.new(
4610
4835
  :body,
4611
4836
  :substitutions)
4837
+ SENSITIVE = []
4612
4838
  include Aws::Structure
4613
4839
  end
4614
4840
 
@@ -4692,6 +4918,7 @@ module Aws::Pinpoint
4692
4918
  :substitutions,
4693
4919
  :title,
4694
4920
  :url)
4921
+ SENSITIVE = []
4695
4922
  include Aws::Structure
4696
4923
  end
4697
4924
 
@@ -4764,6 +4991,7 @@ module Aws::Pinpoint
4764
4991
  :sound,
4765
4992
  :title,
4766
4993
  :url)
4994
+ SENSITIVE = []
4767
4995
  include Aws::Structure
4768
4996
  end
4769
4997
 
@@ -4781,6 +5009,7 @@ module Aws::Pinpoint
4781
5009
  #
4782
5010
  class DeleteAdmChannelRequest < Struct.new(
4783
5011
  :application_id)
5012
+ SENSITIVE = []
4784
5013
  include Aws::Structure
4785
5014
  end
4786
5015
 
@@ -4793,6 +5022,7 @@ module Aws::Pinpoint
4793
5022
  #
4794
5023
  class DeleteAdmChannelResponse < Struct.new(
4795
5024
  :adm_channel_response)
5025
+ SENSITIVE = []
4796
5026
  include Aws::Structure
4797
5027
  end
4798
5028
 
@@ -4810,6 +5040,7 @@ module Aws::Pinpoint
4810
5040
  #
4811
5041
  class DeleteApnsChannelRequest < Struct.new(
4812
5042
  :application_id)
5043
+ SENSITIVE = []
4813
5044
  include Aws::Structure
4814
5045
  end
4815
5046
 
@@ -4822,6 +5053,7 @@ module Aws::Pinpoint
4822
5053
  #
4823
5054
  class DeleteApnsChannelResponse < Struct.new(
4824
5055
  :apns_channel_response)
5056
+ SENSITIVE = []
4825
5057
  include Aws::Structure
4826
5058
  end
4827
5059
 
@@ -4839,6 +5071,7 @@ module Aws::Pinpoint
4839
5071
  #
4840
5072
  class DeleteApnsSandboxChannelRequest < Struct.new(
4841
5073
  :application_id)
5074
+ SENSITIVE = []
4842
5075
  include Aws::Structure
4843
5076
  end
4844
5077
 
@@ -4852,6 +5085,7 @@ module Aws::Pinpoint
4852
5085
  #
4853
5086
  class DeleteApnsSandboxChannelResponse < Struct.new(
4854
5087
  :apns_sandbox_channel_response)
5088
+ SENSITIVE = []
4855
5089
  include Aws::Structure
4856
5090
  end
4857
5091
 
@@ -4869,6 +5103,7 @@ module Aws::Pinpoint
4869
5103
  #
4870
5104
  class DeleteApnsVoipChannelRequest < Struct.new(
4871
5105
  :application_id)
5106
+ SENSITIVE = []
4872
5107
  include Aws::Structure
4873
5108
  end
4874
5109
 
@@ -4881,6 +5116,7 @@ module Aws::Pinpoint
4881
5116
  #
4882
5117
  class DeleteApnsVoipChannelResponse < Struct.new(
4883
5118
  :apns_voip_channel_response)
5119
+ SENSITIVE = []
4884
5120
  include Aws::Structure
4885
5121
  end
4886
5122
 
@@ -4898,6 +5134,7 @@ module Aws::Pinpoint
4898
5134
  #
4899
5135
  class DeleteApnsVoipSandboxChannelRequest < Struct.new(
4900
5136
  :application_id)
5137
+ SENSITIVE = []
4901
5138
  include Aws::Structure
4902
5139
  end
4903
5140
 
@@ -4911,6 +5148,7 @@ module Aws::Pinpoint
4911
5148
  #
4912
5149
  class DeleteApnsVoipSandboxChannelResponse < Struct.new(
4913
5150
  :apns_voip_sandbox_channel_response)
5151
+ SENSITIVE = []
4914
5152
  include Aws::Structure
4915
5153
  end
4916
5154
 
@@ -4928,6 +5166,7 @@ module Aws::Pinpoint
4928
5166
  #
4929
5167
  class DeleteAppRequest < Struct.new(
4930
5168
  :application_id)
5169
+ SENSITIVE = []
4931
5170
  include Aws::Structure
4932
5171
  end
4933
5172
 
@@ -4939,6 +5178,7 @@ module Aws::Pinpoint
4939
5178
  #
4940
5179
  class DeleteAppResponse < Struct.new(
4941
5180
  :application_response)
5181
+ SENSITIVE = []
4942
5182
  include Aws::Structure
4943
5183
  end
4944
5184
 
@@ -4956,6 +5196,7 @@ module Aws::Pinpoint
4956
5196
  #
4957
5197
  class DeleteBaiduChannelRequest < Struct.new(
4958
5198
  :application_id)
5199
+ SENSITIVE = []
4959
5200
  include Aws::Structure
4960
5201
  end
4961
5202
 
@@ -4968,6 +5209,7 @@ module Aws::Pinpoint
4968
5209
  #
4969
5210
  class DeleteBaiduChannelResponse < Struct.new(
4970
5211
  :baidu_channel_response)
5212
+ SENSITIVE = []
4971
5213
  include Aws::Structure
4972
5214
  end
4973
5215
 
@@ -4990,6 +5232,7 @@ module Aws::Pinpoint
4990
5232
  class DeleteCampaignRequest < Struct.new(
4991
5233
  :application_id,
4992
5234
  :campaign_id)
5235
+ SENSITIVE = []
4993
5236
  include Aws::Structure
4994
5237
  end
4995
5238
 
@@ -5002,6 +5245,7 @@ module Aws::Pinpoint
5002
5245
  #
5003
5246
  class DeleteCampaignResponse < Struct.new(
5004
5247
  :campaign_response)
5248
+ SENSITIVE = []
5005
5249
  include Aws::Structure
5006
5250
  end
5007
5251
 
@@ -5019,6 +5263,7 @@ module Aws::Pinpoint
5019
5263
  #
5020
5264
  class DeleteEmailChannelRequest < Struct.new(
5021
5265
  :application_id)
5266
+ SENSITIVE = []
5022
5267
  include Aws::Structure
5023
5268
  end
5024
5269
 
@@ -5031,6 +5276,7 @@ module Aws::Pinpoint
5031
5276
  #
5032
5277
  class DeleteEmailChannelResponse < Struct.new(
5033
5278
  :email_channel_response)
5279
+ SENSITIVE = []
5034
5280
  include Aws::Structure
5035
5281
  end
5036
5282
 
@@ -5053,6 +5299,7 @@ module Aws::Pinpoint
5053
5299
  class DeleteEmailTemplateRequest < Struct.new(
5054
5300
  :template_name,
5055
5301
  :version)
5302
+ SENSITIVE = []
5056
5303
  include Aws::Structure
5057
5304
  end
5058
5305
 
@@ -5064,6 +5311,7 @@ module Aws::Pinpoint
5064
5311
  #
5065
5312
  class DeleteEmailTemplateResponse < Struct.new(
5066
5313
  :message_body)
5314
+ SENSITIVE = []
5067
5315
  include Aws::Structure
5068
5316
  end
5069
5317
 
@@ -5086,6 +5334,7 @@ module Aws::Pinpoint
5086
5334
  class DeleteEndpointRequest < Struct.new(
5087
5335
  :application_id,
5088
5336
  :endpoint_id)
5337
+ SENSITIVE = []
5089
5338
  include Aws::Structure
5090
5339
  end
5091
5340
 
@@ -5098,6 +5347,7 @@ module Aws::Pinpoint
5098
5347
  #
5099
5348
  class DeleteEndpointResponse < Struct.new(
5100
5349
  :endpoint_response)
5350
+ SENSITIVE = []
5101
5351
  include Aws::Structure
5102
5352
  end
5103
5353
 
@@ -5115,6 +5365,7 @@ module Aws::Pinpoint
5115
5365
  #
5116
5366
  class DeleteEventStreamRequest < Struct.new(
5117
5367
  :application_id)
5368
+ SENSITIVE = []
5118
5369
  include Aws::Structure
5119
5370
  end
5120
5371
 
@@ -5127,6 +5378,7 @@ module Aws::Pinpoint
5127
5378
  #
5128
5379
  class DeleteEventStreamResponse < Struct.new(
5129
5380
  :event_stream)
5381
+ SENSITIVE = []
5130
5382
  include Aws::Structure
5131
5383
  end
5132
5384
 
@@ -5144,6 +5396,7 @@ module Aws::Pinpoint
5144
5396
  #
5145
5397
  class DeleteGcmChannelRequest < Struct.new(
5146
5398
  :application_id)
5399
+ SENSITIVE = []
5147
5400
  include Aws::Structure
5148
5401
  end
5149
5402
 
@@ -5158,6 +5411,7 @@ module Aws::Pinpoint
5158
5411
  #
5159
5412
  class DeleteGcmChannelResponse < Struct.new(
5160
5413
  :gcm_channel_response)
5414
+ SENSITIVE = []
5161
5415
  include Aws::Structure
5162
5416
  end
5163
5417
 
@@ -5180,6 +5434,7 @@ module Aws::Pinpoint
5180
5434
  class DeleteJourneyRequest < Struct.new(
5181
5435
  :application_id,
5182
5436
  :journey_id)
5437
+ SENSITIVE = []
5183
5438
  include Aws::Structure
5184
5439
  end
5185
5440
 
@@ -5192,6 +5447,7 @@ module Aws::Pinpoint
5192
5447
  #
5193
5448
  class DeleteJourneyResponse < Struct.new(
5194
5449
  :journey_response)
5450
+ SENSITIVE = []
5195
5451
  include Aws::Structure
5196
5452
  end
5197
5453
 
@@ -5214,6 +5470,7 @@ module Aws::Pinpoint
5214
5470
  class DeletePushTemplateRequest < Struct.new(
5215
5471
  :template_name,
5216
5472
  :version)
5473
+ SENSITIVE = []
5217
5474
  include Aws::Structure
5218
5475
  end
5219
5476
 
@@ -5225,6 +5482,7 @@ module Aws::Pinpoint
5225
5482
  #
5226
5483
  class DeletePushTemplateResponse < Struct.new(
5227
5484
  :message_body)
5485
+ SENSITIVE = []
5228
5486
  include Aws::Structure
5229
5487
  end
5230
5488
 
@@ -5242,6 +5500,7 @@ module Aws::Pinpoint
5242
5500
  #
5243
5501
  class DeleteRecommenderConfigurationRequest < Struct.new(
5244
5502
  :recommender_id)
5503
+ SENSITIVE = []
5245
5504
  include Aws::Structure
5246
5505
  end
5247
5506
 
@@ -5254,6 +5513,7 @@ module Aws::Pinpoint
5254
5513
  #
5255
5514
  class DeleteRecommenderConfigurationResponse < Struct.new(
5256
5515
  :recommender_configuration_response)
5516
+ SENSITIVE = []
5257
5517
  include Aws::Structure
5258
5518
  end
5259
5519
 
@@ -5276,6 +5536,7 @@ module Aws::Pinpoint
5276
5536
  class DeleteSegmentRequest < Struct.new(
5277
5537
  :application_id,
5278
5538
  :segment_id)
5539
+ SENSITIVE = []
5279
5540
  include Aws::Structure
5280
5541
  end
5281
5542
 
@@ -5288,6 +5549,7 @@ module Aws::Pinpoint
5288
5549
  #
5289
5550
  class DeleteSegmentResponse < Struct.new(
5290
5551
  :segment_response)
5552
+ SENSITIVE = []
5291
5553
  include Aws::Structure
5292
5554
  end
5293
5555
 
@@ -5305,6 +5567,7 @@ module Aws::Pinpoint
5305
5567
  #
5306
5568
  class DeleteSmsChannelRequest < Struct.new(
5307
5569
  :application_id)
5570
+ SENSITIVE = []
5308
5571
  include Aws::Structure
5309
5572
  end
5310
5573
 
@@ -5317,6 +5580,7 @@ module Aws::Pinpoint
5317
5580
  #
5318
5581
  class DeleteSmsChannelResponse < Struct.new(
5319
5582
  :sms_channel_response)
5583
+ SENSITIVE = []
5320
5584
  include Aws::Structure
5321
5585
  end
5322
5586
 
@@ -5339,6 +5603,7 @@ module Aws::Pinpoint
5339
5603
  class DeleteSmsTemplateRequest < Struct.new(
5340
5604
  :template_name,
5341
5605
  :version)
5606
+ SENSITIVE = []
5342
5607
  include Aws::Structure
5343
5608
  end
5344
5609
 
@@ -5350,6 +5615,7 @@ module Aws::Pinpoint
5350
5615
  #
5351
5616
  class DeleteSmsTemplateResponse < Struct.new(
5352
5617
  :message_body)
5618
+ SENSITIVE = []
5353
5619
  include Aws::Structure
5354
5620
  end
5355
5621
 
@@ -5372,6 +5638,7 @@ module Aws::Pinpoint
5372
5638
  class DeleteUserEndpointsRequest < Struct.new(
5373
5639
  :application_id,
5374
5640
  :user_id)
5641
+ SENSITIVE = []
5375
5642
  include Aws::Structure
5376
5643
  end
5377
5644
 
@@ -5384,6 +5651,7 @@ module Aws::Pinpoint
5384
5651
  #
5385
5652
  class DeleteUserEndpointsResponse < Struct.new(
5386
5653
  :endpoints_response)
5654
+ SENSITIVE = []
5387
5655
  include Aws::Structure
5388
5656
  end
5389
5657
 
@@ -5401,6 +5669,7 @@ module Aws::Pinpoint
5401
5669
  #
5402
5670
  class DeleteVoiceChannelRequest < Struct.new(
5403
5671
  :application_id)
5672
+ SENSITIVE = []
5404
5673
  include Aws::Structure
5405
5674
  end
5406
5675
 
@@ -5413,6 +5682,7 @@ module Aws::Pinpoint
5413
5682
  #
5414
5683
  class DeleteVoiceChannelResponse < Struct.new(
5415
5684
  :voice_channel_response)
5685
+ SENSITIVE = []
5416
5686
  include Aws::Structure
5417
5687
  end
5418
5688
 
@@ -5435,6 +5705,7 @@ module Aws::Pinpoint
5435
5705
  class DeleteVoiceTemplateRequest < Struct.new(
5436
5706
  :template_name,
5437
5707
  :version)
5708
+ SENSITIVE = []
5438
5709
  include Aws::Structure
5439
5710
  end
5440
5711
 
@@ -5446,6 +5717,7 @@ module Aws::Pinpoint
5446
5717
  #
5447
5718
  class DeleteVoiceTemplateResponse < Struct.new(
5448
5719
  :message_body)
5720
+ SENSITIVE = []
5449
5721
  include Aws::Structure
5450
5722
  end
5451
5723
 
@@ -5674,6 +5946,7 @@ module Aws::Pinpoint
5674
5946
  :gcm_message,
5675
5947
  :sms_message,
5676
5948
  :voice_message)
5949
+ SENSITIVE = []
5677
5950
  include Aws::Structure
5678
5951
  end
5679
5952
 
@@ -5729,6 +6002,7 @@ module Aws::Pinpoint
5729
6002
  :from_address,
5730
6003
  :identity,
5731
6004
  :role_arn)
6005
+ SENSITIVE = []
5732
6006
  include Aws::Structure
5733
6007
  end
5734
6008
 
@@ -5830,6 +6104,7 @@ module Aws::Pinpoint
5830
6104
  :platform,
5831
6105
  :role_arn,
5832
6106
  :version)
6107
+ SENSITIVE = []
5833
6108
  include Aws::Structure
5834
6109
  end
5835
6110
 
@@ -5909,6 +6184,7 @@ module Aws::Pinpoint
5909
6184
  :reply_to_addresses,
5910
6185
  :simple_email,
5911
6186
  :substitutions)
6187
+ SENSITIVE = []
5912
6188
  include Aws::Structure
5913
6189
  end
5914
6190
 
@@ -5928,7 +6204,8 @@ module Aws::Pinpoint
5928
6204
  # }
5929
6205
  #
5930
6206
  # @!attribute [rw] message_config
5931
- # The "From" address to use for the message.
6207
+ # Specifies the sender address for an email message that's sent to
6208
+ # participants in the journey.
5932
6209
  # @return [Types::JourneyEmailMessage]
5933
6210
  #
5934
6211
  # @!attribute [rw] next_activity
@@ -5937,7 +6214,9 @@ module Aws::Pinpoint
5937
6214
  # @return [String]
5938
6215
  #
5939
6216
  # @!attribute [rw] template_name
5940
- # The name of the email template to use for the message.
6217
+ # The name of the email message template to use for the message. If
6218
+ # specified, this value must match the name of an existing message
6219
+ # template.
5941
6220
  # @return [String]
5942
6221
  #
5943
6222
  # @!attribute [rw] template_version
@@ -5963,6 +6242,7 @@ module Aws::Pinpoint
5963
6242
  :next_activity,
5964
6243
  :template_name,
5965
6244
  :template_version)
6245
+ SENSITIVE = []
5966
6246
  include Aws::Structure
5967
6247
  end
5968
6248
 
@@ -6042,6 +6322,7 @@ module Aws::Pinpoint
6042
6322
  :tags,
6043
6323
  :template_description,
6044
6324
  :text_part)
6325
+ SENSITIVE = []
6045
6326
  include Aws::Structure
6046
6327
  end
6047
6328
 
@@ -6131,6 +6412,7 @@ module Aws::Pinpoint
6131
6412
  :template_type,
6132
6413
  :text_part,
6133
6414
  :version)
6415
+ SENSITIVE = []
6134
6416
  include Aws::Structure
6135
6417
  end
6136
6418
 
@@ -6145,7 +6427,7 @@ module Aws::Pinpoint
6145
6427
  # attributes: {
6146
6428
  # "__string" => ["__string"],
6147
6429
  # },
6148
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6430
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6149
6431
  # demographic: {
6150
6432
  # app_version: "__string",
6151
6433
  # locale: "__string",
@@ -6281,6 +6563,7 @@ module Aws::Pinpoint
6281
6563
  :opt_out,
6282
6564
  :request_id,
6283
6565
  :user)
6566
+ SENSITIVE = []
6284
6567
  include Aws::Structure
6285
6568
  end
6286
6569
 
@@ -6297,7 +6580,7 @@ module Aws::Pinpoint
6297
6580
  # attributes: {
6298
6581
  # "__string" => ["__string"],
6299
6582
  # },
6300
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6583
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6301
6584
  # demographic: {
6302
6585
  # app_version: "__string",
6303
6586
  # locale: "__string",
@@ -6344,6 +6627,7 @@ module Aws::Pinpoint
6344
6627
  #
6345
6628
  class EndpointBatchRequest < Struct.new(
6346
6629
  :item)
6630
+ SENSITIVE = []
6347
6631
  include Aws::Structure
6348
6632
  end
6349
6633
 
@@ -6411,6 +6695,7 @@ module Aws::Pinpoint
6411
6695
  :platform,
6412
6696
  :platform_version,
6413
6697
  :timezone)
6698
+ SENSITIVE = []
6414
6699
  include Aws::Structure
6415
6700
  end
6416
6701
 
@@ -6432,6 +6717,7 @@ module Aws::Pinpoint
6432
6717
  class EndpointItemResponse < Struct.new(
6433
6718
  :message,
6434
6719
  :status_code)
6720
+ SENSITIVE = []
6435
6721
  include Aws::Structure
6436
6722
  end
6437
6723
 
@@ -6487,6 +6773,7 @@ module Aws::Pinpoint
6487
6773
  :longitude,
6488
6774
  :postal_code,
6489
6775
  :region)
6776
+ SENSITIVE = []
6490
6777
  include Aws::Structure
6491
6778
  end
6492
6779
 
@@ -6553,6 +6840,7 @@ module Aws::Pinpoint
6553
6840
  :status_code,
6554
6841
  :status_message,
6555
6842
  :updated_token)
6843
+ SENSITIVE = []
6556
6844
  include Aws::Structure
6557
6845
  end
6558
6846
 
@@ -6566,7 +6854,7 @@ module Aws::Pinpoint
6566
6854
  # attributes: {
6567
6855
  # "__string" => ["__string"],
6568
6856
  # },
6569
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6857
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
6570
6858
  # demographic: {
6571
6859
  # app_version: "__string",
6572
6860
  # locale: "__string",
@@ -6695,6 +6983,7 @@ module Aws::Pinpoint
6695
6983
  :opt_out,
6696
6984
  :request_id,
6697
6985
  :user)
6986
+ SENSITIVE = []
6698
6987
  include Aws::Structure
6699
6988
  end
6700
6989
 
@@ -6818,6 +7107,7 @@ module Aws::Pinpoint
6818
7107
  :opt_out,
6819
7108
  :request_id,
6820
7109
  :user)
7110
+ SENSITIVE = []
6821
7111
  include Aws::Structure
6822
7112
  end
6823
7113
 
@@ -6879,6 +7169,7 @@ module Aws::Pinpoint
6879
7169
  :raw_content,
6880
7170
  :substitutions,
6881
7171
  :title_override)
7172
+ SENSITIVE = []
6882
7173
  include Aws::Structure
6883
7174
  end
6884
7175
 
@@ -6920,6 +7211,7 @@ module Aws::Pinpoint
6920
7211
  class EndpointUser < Struct.new(
6921
7212
  :user_attributes,
6922
7213
  :user_id)
7214
+ SENSITIVE = []
6923
7215
  include Aws::Structure
6924
7216
  end
6925
7217
 
@@ -6935,6 +7227,7 @@ module Aws::Pinpoint
6935
7227
  #
6936
7228
  class EndpointsResponse < Struct.new(
6937
7229
  :item)
7230
+ SENSITIVE = []
6938
7231
  include Aws::Structure
6939
7232
  end
6940
7233
 
@@ -7019,6 +7312,7 @@ module Aws::Pinpoint
7019
7312
  :sdk_name,
7020
7313
  :session,
7021
7314
  :timestamp)
7315
+ SENSITIVE = []
7022
7316
  include Aws::Structure
7023
7317
  end
7024
7318
 
@@ -7064,6 +7358,7 @@ module Aws::Pinpoint
7064
7358
  class EventCondition < Struct.new(
7065
7359
  :dimensions,
7066
7360
  :message_activity)
7361
+ SENSITIVE = []
7067
7362
  include Aws::Structure
7068
7363
  end
7069
7364
 
@@ -7123,6 +7418,7 @@ module Aws::Pinpoint
7123
7418
  :attributes,
7124
7419
  :event_type,
7125
7420
  :metrics)
7421
+ SENSITIVE = []
7126
7422
  include Aws::Structure
7127
7423
  end
7128
7424
 
@@ -7145,6 +7441,7 @@ module Aws::Pinpoint
7145
7441
  class EventItemResponse < Struct.new(
7146
7442
  :message,
7147
7443
  :status_code)
7444
+ SENSITIVE = []
7148
7445
  include Aws::Structure
7149
7446
  end
7150
7447
 
@@ -7199,6 +7496,7 @@ module Aws::Pinpoint
7199
7496
  :last_modified_date,
7200
7497
  :last_updated_by,
7201
7498
  :role_arn)
7499
+ SENSITIVE = []
7202
7500
  include Aws::Structure
7203
7501
  end
7204
7502
 
@@ -7213,7 +7511,7 @@ module Aws::Pinpoint
7213
7511
  # attributes: {
7214
7512
  # "__string" => ["__string"],
7215
7513
  # },
7216
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7514
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7217
7515
  # demographic: {
7218
7516
  # app_version: "__string",
7219
7517
  # locale: "__string",
@@ -7285,6 +7583,7 @@ module Aws::Pinpoint
7285
7583
  class EventsBatch < Struct.new(
7286
7584
  :endpoint,
7287
7585
  :events)
7586
+ SENSITIVE = []
7288
7587
  include Aws::Structure
7289
7588
  end
7290
7589
 
@@ -7301,7 +7600,7 @@ module Aws::Pinpoint
7301
7600
  # attributes: {
7302
7601
  # "__string" => ["__string"],
7303
7602
  # },
7304
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7603
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7305
7604
  # demographic: {
7306
7605
  # app_version: "__string",
7307
7606
  # locale: "__string",
@@ -7371,6 +7670,7 @@ module Aws::Pinpoint
7371
7670
  #
7372
7671
  class EventsRequest < Struct.new(
7373
7672
  :batch_item)
7673
+ SENSITIVE = []
7374
7674
  include Aws::Structure
7375
7675
  end
7376
7676
 
@@ -7390,6 +7690,7 @@ module Aws::Pinpoint
7390
7690
  #
7391
7691
  class EventsResponse < Struct.new(
7392
7692
  :results)
7693
+ SENSITIVE = []
7393
7694
  include Aws::Structure
7394
7695
  end
7395
7696
 
@@ -7439,6 +7740,7 @@ module Aws::Pinpoint
7439
7740
  :s3_url_prefix,
7440
7741
  :segment_id,
7441
7742
  :segment_version)
7743
+ SENSITIVE = []
7442
7744
  include Aws::Structure
7443
7745
  end
7444
7746
 
@@ -7481,6 +7783,7 @@ module Aws::Pinpoint
7481
7783
  :s3_url_prefix,
7482
7784
  :segment_id,
7483
7785
  :segment_version)
7786
+ SENSITIVE = []
7484
7787
  include Aws::Structure
7485
7788
  end
7486
7789
 
@@ -7568,6 +7871,7 @@ module Aws::Pinpoint
7568
7871
  :total_pieces,
7569
7872
  :total_processed,
7570
7873
  :type)
7874
+ SENSITIVE = []
7571
7875
  include Aws::Structure
7572
7876
  end
7573
7877
 
@@ -7592,6 +7896,7 @@ module Aws::Pinpoint
7592
7896
  class ExportJobsResponse < Struct.new(
7593
7897
  :item,
7594
7898
  :next_token)
7899
+ SENSITIVE = []
7595
7900
  include Aws::Structure
7596
7901
  end
7597
7902
 
@@ -7608,6 +7913,7 @@ module Aws::Pinpoint
7608
7913
  class ForbiddenException < Struct.new(
7609
7914
  :message,
7610
7915
  :request_id)
7916
+ SENSITIVE = []
7611
7917
  include Aws::Structure
7612
7918
  end
7613
7919
 
@@ -7638,6 +7944,7 @@ module Aws::Pinpoint
7638
7944
  class GCMChannelRequest < Struct.new(
7639
7945
  :api_key,
7640
7946
  :enabled)
7947
+ SENSITIVE = []
7641
7948
  include Aws::Structure
7642
7949
  end
7643
7950
 
@@ -7709,6 +8016,7 @@ module Aws::Pinpoint
7709
8016
  :last_modified_date,
7710
8017
  :platform,
7711
8018
  :version)
8019
+ SENSITIVE = []
7712
8020
  include Aws::Structure
7713
8021
  end
7714
8022
 
@@ -7890,6 +8198,7 @@ module Aws::Pinpoint
7890
8198
  :time_to_live,
7891
8199
  :title,
7892
8200
  :url)
8201
+ SENSITIVE = []
7893
8202
  include Aws::Structure
7894
8203
  end
7895
8204
 
@@ -7916,6 +8225,7 @@ module Aws::Pinpoint
7916
8225
  class GPSCoordinates < Struct.new(
7917
8226
  :latitude,
7918
8227
  :longitude)
8228
+ SENSITIVE = []
7919
8229
  include Aws::Structure
7920
8230
  end
7921
8231
 
@@ -7946,6 +8256,7 @@ module Aws::Pinpoint
7946
8256
  class GPSPointDimension < Struct.new(
7947
8257
  :coordinates,
7948
8258
  :range_in_kilometers)
8259
+ SENSITIVE = []
7949
8260
  include Aws::Structure
7950
8261
  end
7951
8262
 
@@ -7963,6 +8274,7 @@ module Aws::Pinpoint
7963
8274
  #
7964
8275
  class GetAdmChannelRequest < Struct.new(
7965
8276
  :application_id)
8277
+ SENSITIVE = []
7966
8278
  include Aws::Structure
7967
8279
  end
7968
8280
 
@@ -7975,6 +8287,7 @@ module Aws::Pinpoint
7975
8287
  #
7976
8288
  class GetAdmChannelResponse < Struct.new(
7977
8289
  :adm_channel_response)
8290
+ SENSITIVE = []
7978
8291
  include Aws::Structure
7979
8292
  end
7980
8293
 
@@ -7992,6 +8305,7 @@ module Aws::Pinpoint
7992
8305
  #
7993
8306
  class GetApnsChannelRequest < Struct.new(
7994
8307
  :application_id)
8308
+ SENSITIVE = []
7995
8309
  include Aws::Structure
7996
8310
  end
7997
8311
 
@@ -8004,6 +8318,7 @@ module Aws::Pinpoint
8004
8318
  #
8005
8319
  class GetApnsChannelResponse < Struct.new(
8006
8320
  :apns_channel_response)
8321
+ SENSITIVE = []
8007
8322
  include Aws::Structure
8008
8323
  end
8009
8324
 
@@ -8021,6 +8336,7 @@ module Aws::Pinpoint
8021
8336
  #
8022
8337
  class GetApnsSandboxChannelRequest < Struct.new(
8023
8338
  :application_id)
8339
+ SENSITIVE = []
8024
8340
  include Aws::Structure
8025
8341
  end
8026
8342
 
@@ -8034,6 +8350,7 @@ module Aws::Pinpoint
8034
8350
  #
8035
8351
  class GetApnsSandboxChannelResponse < Struct.new(
8036
8352
  :apns_sandbox_channel_response)
8353
+ SENSITIVE = []
8037
8354
  include Aws::Structure
8038
8355
  end
8039
8356
 
@@ -8051,6 +8368,7 @@ module Aws::Pinpoint
8051
8368
  #
8052
8369
  class GetApnsVoipChannelRequest < Struct.new(
8053
8370
  :application_id)
8371
+ SENSITIVE = []
8054
8372
  include Aws::Structure
8055
8373
  end
8056
8374
 
@@ -8063,6 +8381,7 @@ module Aws::Pinpoint
8063
8381
  #
8064
8382
  class GetApnsVoipChannelResponse < Struct.new(
8065
8383
  :apns_voip_channel_response)
8384
+ SENSITIVE = []
8066
8385
  include Aws::Structure
8067
8386
  end
8068
8387
 
@@ -8080,6 +8399,7 @@ module Aws::Pinpoint
8080
8399
  #
8081
8400
  class GetApnsVoipSandboxChannelRequest < Struct.new(
8082
8401
  :application_id)
8402
+ SENSITIVE = []
8083
8403
  include Aws::Structure
8084
8404
  end
8085
8405
 
@@ -8093,6 +8413,7 @@ module Aws::Pinpoint
8093
8413
  #
8094
8414
  class GetApnsVoipSandboxChannelResponse < Struct.new(
8095
8415
  :apns_voip_sandbox_channel_response)
8416
+ SENSITIVE = []
8096
8417
  include Aws::Structure
8097
8418
  end
8098
8419
 
@@ -8110,6 +8431,7 @@ module Aws::Pinpoint
8110
8431
  #
8111
8432
  class GetAppRequest < Struct.new(
8112
8433
  :application_id)
8434
+ SENSITIVE = []
8113
8435
  include Aws::Structure
8114
8436
  end
8115
8437
 
@@ -8121,6 +8443,7 @@ module Aws::Pinpoint
8121
8443
  #
8122
8444
  class GetAppResponse < Struct.new(
8123
8445
  :application_response)
8446
+ SENSITIVE = []
8124
8447
  include Aws::Structure
8125
8448
  end
8126
8449
 
@@ -8163,6 +8486,7 @@ module Aws::Pinpoint
8163
8486
  :next_token,
8164
8487
  :page_size,
8165
8488
  :start_time)
8489
+ SENSITIVE = []
8166
8490
  include Aws::Structure
8167
8491
  end
8168
8492
 
@@ -8176,6 +8500,7 @@ module Aws::Pinpoint
8176
8500
  #
8177
8501
  class GetApplicationDateRangeKpiResponse < Struct.new(
8178
8502
  :application_date_range_kpi_response)
8503
+ SENSITIVE = []
8179
8504
  include Aws::Structure
8180
8505
  end
8181
8506
 
@@ -8193,6 +8518,7 @@ module Aws::Pinpoint
8193
8518
  #
8194
8519
  class GetApplicationSettingsRequest < Struct.new(
8195
8520
  :application_id)
8521
+ SENSITIVE = []
8196
8522
  include Aws::Structure
8197
8523
  end
8198
8524
 
@@ -8205,6 +8531,7 @@ module Aws::Pinpoint
8205
8531
  #
8206
8532
  class GetApplicationSettingsResponse < Struct.new(
8207
8533
  :application_settings_resource)
8534
+ SENSITIVE = []
8208
8535
  include Aws::Structure
8209
8536
  end
8210
8537
 
@@ -8227,6 +8554,7 @@ module Aws::Pinpoint
8227
8554
  class GetAppsRequest < Struct.new(
8228
8555
  :page_size,
8229
8556
  :token)
8557
+ SENSITIVE = []
8230
8558
  include Aws::Structure
8231
8559
  end
8232
8560
 
@@ -8238,6 +8566,7 @@ module Aws::Pinpoint
8238
8566
  #
8239
8567
  class GetAppsResponse < Struct.new(
8240
8568
  :applications_response)
8569
+ SENSITIVE = []
8241
8570
  include Aws::Structure
8242
8571
  end
8243
8572
 
@@ -8255,6 +8584,7 @@ module Aws::Pinpoint
8255
8584
  #
8256
8585
  class GetBaiduChannelRequest < Struct.new(
8257
8586
  :application_id)
8587
+ SENSITIVE = []
8258
8588
  include Aws::Structure
8259
8589
  end
8260
8590
 
@@ -8267,6 +8597,7 @@ module Aws::Pinpoint
8267
8597
  #
8268
8598
  class GetBaiduChannelResponse < Struct.new(
8269
8599
  :baidu_channel_response)
8600
+ SENSITIVE = []
8270
8601
  include Aws::Structure
8271
8602
  end
8272
8603
 
@@ -8299,6 +8630,7 @@ module Aws::Pinpoint
8299
8630
  :campaign_id,
8300
8631
  :page_size,
8301
8632
  :token)
8633
+ SENSITIVE = []
8302
8634
  include Aws::Structure
8303
8635
  end
8304
8636
 
@@ -8311,6 +8643,7 @@ module Aws::Pinpoint
8311
8643
  #
8312
8644
  class GetCampaignActivitiesResponse < Struct.new(
8313
8645
  :activities_response)
8646
+ SENSITIVE = []
8314
8647
  include Aws::Structure
8315
8648
  end
8316
8649
 
@@ -8358,6 +8691,7 @@ module Aws::Pinpoint
8358
8691
  :next_token,
8359
8692
  :page_size,
8360
8693
  :start_time)
8694
+ SENSITIVE = []
8361
8695
  include Aws::Structure
8362
8696
  end
8363
8697
 
@@ -8371,6 +8705,7 @@ module Aws::Pinpoint
8371
8705
  #
8372
8706
  class GetCampaignDateRangeKpiResponse < Struct.new(
8373
8707
  :campaign_date_range_kpi_response)
8708
+ SENSITIVE = []
8374
8709
  include Aws::Structure
8375
8710
  end
8376
8711
 
@@ -8393,6 +8728,7 @@ module Aws::Pinpoint
8393
8728
  class GetCampaignRequest < Struct.new(
8394
8729
  :application_id,
8395
8730
  :campaign_id)
8731
+ SENSITIVE = []
8396
8732
  include Aws::Structure
8397
8733
  end
8398
8734
 
@@ -8405,6 +8741,7 @@ module Aws::Pinpoint
8405
8741
  #
8406
8742
  class GetCampaignResponse < Struct.new(
8407
8743
  :campaign_response)
8744
+ SENSITIVE = []
8408
8745
  include Aws::Structure
8409
8746
  end
8410
8747
 
@@ -8432,6 +8769,7 @@ module Aws::Pinpoint
8432
8769
  :application_id,
8433
8770
  :campaign_id,
8434
8771
  :version)
8772
+ SENSITIVE = []
8435
8773
  include Aws::Structure
8436
8774
  end
8437
8775
 
@@ -8444,6 +8782,7 @@ module Aws::Pinpoint
8444
8782
  #
8445
8783
  class GetCampaignVersionResponse < Struct.new(
8446
8784
  :campaign_response)
8785
+ SENSITIVE = []
8447
8786
  include Aws::Structure
8448
8787
  end
8449
8788
 
@@ -8476,6 +8815,7 @@ module Aws::Pinpoint
8476
8815
  :campaign_id,
8477
8816
  :page_size,
8478
8817
  :token)
8818
+ SENSITIVE = []
8479
8819
  include Aws::Structure
8480
8820
  end
8481
8821
 
@@ -8488,6 +8828,7 @@ module Aws::Pinpoint
8488
8828
  #
8489
8829
  class GetCampaignVersionsResponse < Struct.new(
8490
8830
  :campaigns_response)
8831
+ SENSITIVE = []
8491
8832
  include Aws::Structure
8492
8833
  end
8493
8834
 
@@ -8515,6 +8856,7 @@ module Aws::Pinpoint
8515
8856
  :application_id,
8516
8857
  :page_size,
8517
8858
  :token)
8859
+ SENSITIVE = []
8518
8860
  include Aws::Structure
8519
8861
  end
8520
8862
 
@@ -8527,6 +8869,7 @@ module Aws::Pinpoint
8527
8869
  #
8528
8870
  class GetCampaignsResponse < Struct.new(
8529
8871
  :campaigns_response)
8872
+ SENSITIVE = []
8530
8873
  include Aws::Structure
8531
8874
  end
8532
8875
 
@@ -8544,6 +8887,7 @@ module Aws::Pinpoint
8544
8887
  #
8545
8888
  class GetChannelsRequest < Struct.new(
8546
8889
  :application_id)
8890
+ SENSITIVE = []
8547
8891
  include Aws::Structure
8548
8892
  end
8549
8893
 
@@ -8557,6 +8901,7 @@ module Aws::Pinpoint
8557
8901
  #
8558
8902
  class GetChannelsResponse < Struct.new(
8559
8903
  :channels_response)
8904
+ SENSITIVE = []
8560
8905
  include Aws::Structure
8561
8906
  end
8562
8907
 
@@ -8574,6 +8919,7 @@ module Aws::Pinpoint
8574
8919
  #
8575
8920
  class GetEmailChannelRequest < Struct.new(
8576
8921
  :application_id)
8922
+ SENSITIVE = []
8577
8923
  include Aws::Structure
8578
8924
  end
8579
8925
 
@@ -8586,6 +8932,7 @@ module Aws::Pinpoint
8586
8932
  #
8587
8933
  class GetEmailChannelResponse < Struct.new(
8588
8934
  :email_channel_response)
8935
+ SENSITIVE = []
8589
8936
  include Aws::Structure
8590
8937
  end
8591
8938
 
@@ -8608,6 +8955,7 @@ module Aws::Pinpoint
8608
8955
  class GetEmailTemplateRequest < Struct.new(
8609
8956
  :template_name,
8610
8957
  :version)
8958
+ SENSITIVE = []
8611
8959
  include Aws::Structure
8612
8960
  end
8613
8961
 
@@ -8621,6 +8969,7 @@ module Aws::Pinpoint
8621
8969
  #
8622
8970
  class GetEmailTemplateResponse < Struct.new(
8623
8971
  :email_template_response)
8972
+ SENSITIVE = []
8624
8973
  include Aws::Structure
8625
8974
  end
8626
8975
 
@@ -8643,6 +8992,7 @@ module Aws::Pinpoint
8643
8992
  class GetEndpointRequest < Struct.new(
8644
8993
  :application_id,
8645
8994
  :endpoint_id)
8995
+ SENSITIVE = []
8646
8996
  include Aws::Structure
8647
8997
  end
8648
8998
 
@@ -8655,6 +9005,7 @@ module Aws::Pinpoint
8655
9005
  #
8656
9006
  class GetEndpointResponse < Struct.new(
8657
9007
  :endpoint_response)
9008
+ SENSITIVE = []
8658
9009
  include Aws::Structure
8659
9010
  end
8660
9011
 
@@ -8672,6 +9023,7 @@ module Aws::Pinpoint
8672
9023
  #
8673
9024
  class GetEventStreamRequest < Struct.new(
8674
9025
  :application_id)
9026
+ SENSITIVE = []
8675
9027
  include Aws::Structure
8676
9028
  end
8677
9029
 
@@ -8684,6 +9036,7 @@ module Aws::Pinpoint
8684
9036
  #
8685
9037
  class GetEventStreamResponse < Struct.new(
8686
9038
  :event_stream)
9039
+ SENSITIVE = []
8687
9040
  include Aws::Structure
8688
9041
  end
8689
9042
 
@@ -8706,6 +9059,7 @@ module Aws::Pinpoint
8706
9059
  class GetExportJobRequest < Struct.new(
8707
9060
  :application_id,
8708
9061
  :job_id)
9062
+ SENSITIVE = []
8709
9063
  include Aws::Structure
8710
9064
  end
8711
9065
 
@@ -8721,6 +9075,7 @@ module Aws::Pinpoint
8721
9075
  #
8722
9076
  class GetExportJobResponse < Struct.new(
8723
9077
  :export_job_response)
9078
+ SENSITIVE = []
8724
9079
  include Aws::Structure
8725
9080
  end
8726
9081
 
@@ -8748,6 +9103,7 @@ module Aws::Pinpoint
8748
9103
  :application_id,
8749
9104
  :page_size,
8750
9105
  :token)
9106
+ SENSITIVE = []
8751
9107
  include Aws::Structure
8752
9108
  end
8753
9109
 
@@ -8761,6 +9117,7 @@ module Aws::Pinpoint
8761
9117
  #
8762
9118
  class GetExportJobsResponse < Struct.new(
8763
9119
  :export_jobs_response)
9120
+ SENSITIVE = []
8764
9121
  include Aws::Structure
8765
9122
  end
8766
9123
 
@@ -8778,6 +9135,7 @@ module Aws::Pinpoint
8778
9135
  #
8779
9136
  class GetGcmChannelRequest < Struct.new(
8780
9137
  :application_id)
9138
+ SENSITIVE = []
8781
9139
  include Aws::Structure
8782
9140
  end
8783
9141
 
@@ -8792,6 +9150,7 @@ module Aws::Pinpoint
8792
9150
  #
8793
9151
  class GetGcmChannelResponse < Struct.new(
8794
9152
  :gcm_channel_response)
9153
+ SENSITIVE = []
8795
9154
  include Aws::Structure
8796
9155
  end
8797
9156
 
@@ -8814,6 +9173,7 @@ module Aws::Pinpoint
8814
9173
  class GetImportJobRequest < Struct.new(
8815
9174
  :application_id,
8816
9175
  :job_id)
9176
+ SENSITIVE = []
8817
9177
  include Aws::Structure
8818
9178
  end
8819
9179
 
@@ -8829,6 +9189,7 @@ module Aws::Pinpoint
8829
9189
  #
8830
9190
  class GetImportJobResponse < Struct.new(
8831
9191
  :import_job_response)
9192
+ SENSITIVE = []
8832
9193
  include Aws::Structure
8833
9194
  end
8834
9195
 
@@ -8856,6 +9217,7 @@ module Aws::Pinpoint
8856
9217
  :application_id,
8857
9218
  :page_size,
8858
9219
  :token)
9220
+ SENSITIVE = []
8859
9221
  include Aws::Structure
8860
9222
  end
8861
9223
 
@@ -8870,6 +9232,7 @@ module Aws::Pinpoint
8870
9232
  #
8871
9233
  class GetImportJobsResponse < Struct.new(
8872
9234
  :import_jobs_response)
9235
+ SENSITIVE = []
8873
9236
  include Aws::Structure
8874
9237
  end
8875
9238
 
@@ -8917,6 +9280,7 @@ module Aws::Pinpoint
8917
9280
  :next_token,
8918
9281
  :page_size,
8919
9282
  :start_time)
9283
+ SENSITIVE = []
8920
9284
  include Aws::Structure
8921
9285
  end
8922
9286
 
@@ -8930,6 +9294,7 @@ module Aws::Pinpoint
8930
9294
  #
8931
9295
  class GetJourneyDateRangeKpiResponse < Struct.new(
8932
9296
  :journey_date_range_kpi_response)
9297
+ SENSITIVE = []
8933
9298
  include Aws::Structure
8934
9299
  end
8935
9300
 
@@ -8967,6 +9332,7 @@ module Aws::Pinpoint
8967
9332
  :journey_id,
8968
9333
  :next_token,
8969
9334
  :page_size)
9335
+ SENSITIVE = []
8970
9336
  include Aws::Structure
8971
9337
  end
8972
9338
 
@@ -8980,6 +9346,7 @@ module Aws::Pinpoint
8980
9346
  #
8981
9347
  class GetJourneyExecutionActivityMetricsResponse < Struct.new(
8982
9348
  :journey_execution_activity_metrics_response)
9349
+ SENSITIVE = []
8983
9350
  include Aws::Structure
8984
9351
  end
8985
9352
 
@@ -9012,6 +9379,7 @@ module Aws::Pinpoint
9012
9379
  :journey_id,
9013
9380
  :next_token,
9014
9381
  :page_size)
9382
+ SENSITIVE = []
9015
9383
  include Aws::Structure
9016
9384
  end
9017
9385
 
@@ -9025,6 +9393,7 @@ module Aws::Pinpoint
9025
9393
  #
9026
9394
  class GetJourneyExecutionMetricsResponse < Struct.new(
9027
9395
  :journey_execution_metrics_response)
9396
+ SENSITIVE = []
9028
9397
  include Aws::Structure
9029
9398
  end
9030
9399
 
@@ -9047,6 +9416,7 @@ module Aws::Pinpoint
9047
9416
  class GetJourneyRequest < Struct.new(
9048
9417
  :application_id,
9049
9418
  :journey_id)
9419
+ SENSITIVE = []
9050
9420
  include Aws::Structure
9051
9421
  end
9052
9422
 
@@ -9059,6 +9429,7 @@ module Aws::Pinpoint
9059
9429
  #
9060
9430
  class GetJourneyResponse < Struct.new(
9061
9431
  :journey_response)
9432
+ SENSITIVE = []
9062
9433
  include Aws::Structure
9063
9434
  end
9064
9435
 
@@ -9081,6 +9452,7 @@ module Aws::Pinpoint
9081
9452
  class GetPushTemplateRequest < Struct.new(
9082
9453
  :template_name,
9083
9454
  :version)
9455
+ SENSITIVE = []
9084
9456
  include Aws::Structure
9085
9457
  end
9086
9458
 
@@ -9094,6 +9466,7 @@ module Aws::Pinpoint
9094
9466
  #
9095
9467
  class GetPushTemplateResponse < Struct.new(
9096
9468
  :push_notification_template_response)
9469
+ SENSITIVE = []
9097
9470
  include Aws::Structure
9098
9471
  end
9099
9472
 
@@ -9111,6 +9484,7 @@ module Aws::Pinpoint
9111
9484
  #
9112
9485
  class GetRecommenderConfigurationRequest < Struct.new(
9113
9486
  :recommender_id)
9487
+ SENSITIVE = []
9114
9488
  include Aws::Structure
9115
9489
  end
9116
9490
 
@@ -9123,6 +9497,7 @@ module Aws::Pinpoint
9123
9497
  #
9124
9498
  class GetRecommenderConfigurationResponse < Struct.new(
9125
9499
  :recommender_configuration_response)
9500
+ SENSITIVE = []
9126
9501
  include Aws::Structure
9127
9502
  end
9128
9503
 
@@ -9145,6 +9520,7 @@ module Aws::Pinpoint
9145
9520
  class GetRecommenderConfigurationsRequest < Struct.new(
9146
9521
  :page_size,
9147
9522
  :token)
9523
+ SENSITIVE = []
9148
9524
  include Aws::Structure
9149
9525
  end
9150
9526
 
@@ -9157,6 +9533,7 @@ module Aws::Pinpoint
9157
9533
  #
9158
9534
  class GetRecommenderConfigurationsResponse < Struct.new(
9159
9535
  :list_recommender_configurations_response)
9536
+ SENSITIVE = []
9160
9537
  include Aws::Structure
9161
9538
  end
9162
9539
 
@@ -9189,6 +9566,7 @@ module Aws::Pinpoint
9189
9566
  :page_size,
9190
9567
  :segment_id,
9191
9568
  :token)
9569
+ SENSITIVE = []
9192
9570
  include Aws::Structure
9193
9571
  end
9194
9572
 
@@ -9202,6 +9580,7 @@ module Aws::Pinpoint
9202
9580
  #
9203
9581
  class GetSegmentExportJobsResponse < Struct.new(
9204
9582
  :export_jobs_response)
9583
+ SENSITIVE = []
9205
9584
  include Aws::Structure
9206
9585
  end
9207
9586
 
@@ -9234,6 +9613,7 @@ module Aws::Pinpoint
9234
9613
  :page_size,
9235
9614
  :segment_id,
9236
9615
  :token)
9616
+ SENSITIVE = []
9237
9617
  include Aws::Structure
9238
9618
  end
9239
9619
 
@@ -9248,6 +9628,7 @@ module Aws::Pinpoint
9248
9628
  #
9249
9629
  class GetSegmentImportJobsResponse < Struct.new(
9250
9630
  :import_jobs_response)
9631
+ SENSITIVE = []
9251
9632
  include Aws::Structure
9252
9633
  end
9253
9634
 
@@ -9270,6 +9651,7 @@ module Aws::Pinpoint
9270
9651
  class GetSegmentRequest < Struct.new(
9271
9652
  :application_id,
9272
9653
  :segment_id)
9654
+ SENSITIVE = []
9273
9655
  include Aws::Structure
9274
9656
  end
9275
9657
 
@@ -9282,6 +9664,7 @@ module Aws::Pinpoint
9282
9664
  #
9283
9665
  class GetSegmentResponse < Struct.new(
9284
9666
  :segment_response)
9667
+ SENSITIVE = []
9285
9668
  include Aws::Structure
9286
9669
  end
9287
9670
 
@@ -9309,6 +9692,7 @@ module Aws::Pinpoint
9309
9692
  :application_id,
9310
9693
  :segment_id,
9311
9694
  :version)
9695
+ SENSITIVE = []
9312
9696
  include Aws::Structure
9313
9697
  end
9314
9698
 
@@ -9321,6 +9705,7 @@ module Aws::Pinpoint
9321
9705
  #
9322
9706
  class GetSegmentVersionResponse < Struct.new(
9323
9707
  :segment_response)
9708
+ SENSITIVE = []
9324
9709
  include Aws::Structure
9325
9710
  end
9326
9711
 
@@ -9353,6 +9738,7 @@ module Aws::Pinpoint
9353
9738
  :page_size,
9354
9739
  :segment_id,
9355
9740
  :token)
9741
+ SENSITIVE = []
9356
9742
  include Aws::Structure
9357
9743
  end
9358
9744
 
@@ -9365,6 +9751,7 @@ module Aws::Pinpoint
9365
9751
  #
9366
9752
  class GetSegmentVersionsResponse < Struct.new(
9367
9753
  :segments_response)
9754
+ SENSITIVE = []
9368
9755
  include Aws::Structure
9369
9756
  end
9370
9757
 
@@ -9392,6 +9779,7 @@ module Aws::Pinpoint
9392
9779
  :application_id,
9393
9780
  :page_size,
9394
9781
  :token)
9782
+ SENSITIVE = []
9395
9783
  include Aws::Structure
9396
9784
  end
9397
9785
 
@@ -9404,6 +9792,7 @@ module Aws::Pinpoint
9404
9792
  #
9405
9793
  class GetSegmentsResponse < Struct.new(
9406
9794
  :segments_response)
9795
+ SENSITIVE = []
9407
9796
  include Aws::Structure
9408
9797
  end
9409
9798
 
@@ -9421,6 +9810,7 @@ module Aws::Pinpoint
9421
9810
  #
9422
9811
  class GetSmsChannelRequest < Struct.new(
9423
9812
  :application_id)
9813
+ SENSITIVE = []
9424
9814
  include Aws::Structure
9425
9815
  end
9426
9816
 
@@ -9433,6 +9823,7 @@ module Aws::Pinpoint
9433
9823
  #
9434
9824
  class GetSmsChannelResponse < Struct.new(
9435
9825
  :sms_channel_response)
9826
+ SENSITIVE = []
9436
9827
  include Aws::Structure
9437
9828
  end
9438
9829
 
@@ -9455,6 +9846,7 @@ module Aws::Pinpoint
9455
9846
  class GetSmsTemplateRequest < Struct.new(
9456
9847
  :template_name,
9457
9848
  :version)
9849
+ SENSITIVE = []
9458
9850
  include Aws::Structure
9459
9851
  end
9460
9852
 
@@ -9468,6 +9860,7 @@ module Aws::Pinpoint
9468
9860
  #
9469
9861
  class GetSmsTemplateResponse < Struct.new(
9470
9862
  :sms_template_response)
9863
+ SENSITIVE = []
9471
9864
  include Aws::Structure
9472
9865
  end
9473
9866
 
@@ -9490,6 +9883,7 @@ module Aws::Pinpoint
9490
9883
  class GetUserEndpointsRequest < Struct.new(
9491
9884
  :application_id,
9492
9885
  :user_id)
9886
+ SENSITIVE = []
9493
9887
  include Aws::Structure
9494
9888
  end
9495
9889
 
@@ -9502,6 +9896,7 @@ module Aws::Pinpoint
9502
9896
  #
9503
9897
  class GetUserEndpointsResponse < Struct.new(
9504
9898
  :endpoints_response)
9899
+ SENSITIVE = []
9505
9900
  include Aws::Structure
9506
9901
  end
9507
9902
 
@@ -9519,6 +9914,7 @@ module Aws::Pinpoint
9519
9914
  #
9520
9915
  class GetVoiceChannelRequest < Struct.new(
9521
9916
  :application_id)
9917
+ SENSITIVE = []
9522
9918
  include Aws::Structure
9523
9919
  end
9524
9920
 
@@ -9531,6 +9927,7 @@ module Aws::Pinpoint
9531
9927
  #
9532
9928
  class GetVoiceChannelResponse < Struct.new(
9533
9929
  :voice_channel_response)
9930
+ SENSITIVE = []
9534
9931
  include Aws::Structure
9535
9932
  end
9536
9933
 
@@ -9553,6 +9950,7 @@ module Aws::Pinpoint
9553
9950
  class GetVoiceTemplateRequest < Struct.new(
9554
9951
  :template_name,
9555
9952
  :version)
9953
+ SENSITIVE = []
9556
9954
  include Aws::Structure
9557
9955
  end
9558
9956
 
@@ -9566,6 +9964,7 @@ module Aws::Pinpoint
9566
9964
  #
9567
9965
  class GetVoiceTemplateResponse < Struct.new(
9568
9966
  :voice_template_response)
9967
+ SENSITIVE = []
9569
9968
  include Aws::Structure
9570
9969
  end
9571
9970
 
@@ -9600,6 +9999,7 @@ module Aws::Pinpoint
9600
9999
  class HoldoutActivity < Struct.new(
9601
10000
  :next_activity,
9602
10001
  :percentage)
10002
+ SENSITIVE = []
9603
10003
  include Aws::Structure
9604
10004
  end
9605
10005
 
@@ -9688,6 +10088,7 @@ module Aws::Pinpoint
9688
10088
  :s3_url,
9689
10089
  :segment_id,
9690
10090
  :segment_name)
10091
+ SENSITIVE = []
9691
10092
  include Aws::Structure
9692
10093
  end
9693
10094
 
@@ -9766,6 +10167,7 @@ module Aws::Pinpoint
9766
10167
  :s3_url,
9767
10168
  :segment_id,
9768
10169
  :segment_name)
10170
+ SENSITIVE = []
9769
10171
  include Aws::Structure
9770
10172
  end
9771
10173
 
@@ -9853,6 +10255,7 @@ module Aws::Pinpoint
9853
10255
  :total_pieces,
9854
10256
  :total_processed,
9855
10257
  :type)
10258
+ SENSITIVE = []
9856
10259
  include Aws::Structure
9857
10260
  end
9858
10261
 
@@ -9877,6 +10280,7 @@ module Aws::Pinpoint
9877
10280
  class ImportJobsResponse < Struct.new(
9878
10281
  :item,
9879
10282
  :next_token)
10283
+ SENSITIVE = []
9880
10284
  include Aws::Structure
9881
10285
  end
9882
10286
 
@@ -9893,6 +10297,7 @@ module Aws::Pinpoint
9893
10297
  class InternalServerErrorException < Struct.new(
9894
10298
  :message,
9895
10299
  :request_id)
10300
+ SENSITIVE = []
9896
10301
  include Aws::Structure
9897
10302
  end
9898
10303
 
@@ -9914,6 +10319,30 @@ module Aws::Pinpoint
9914
10319
  class ItemResponse < Struct.new(
9915
10320
  :endpoint_item_response,
9916
10321
  :events_item_response)
10322
+ SENSITIVE = []
10323
+ include Aws::Structure
10324
+ end
10325
+
10326
+ # Specifies the message content for a custom channel message that's
10327
+ # sent to participants in a journey.
10328
+ #
10329
+ # @note When making an API call, you may pass JourneyCustomMessage
10330
+ # data as a hash:
10331
+ #
10332
+ # {
10333
+ # data: "__string",
10334
+ # }
10335
+ #
10336
+ # @!attribute [rw] data
10337
+ # The message content that's passed to an AWS Lambda function or to a
10338
+ # web hook.
10339
+ # @return [String]
10340
+ #
10341
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyCustomMessage AWS API Documentation
10342
+ #
10343
+ class JourneyCustomMessage < Struct.new(
10344
+ :data)
10345
+ SENSITIVE = []
9917
10346
  include Aws::Structure
9918
10347
  end
9919
10348
 
@@ -9978,6 +10407,7 @@ module Aws::Pinpoint
9978
10407
  :kpi_result,
9979
10408
  :next_token,
9980
10409
  :start_time)
10410
+ SENSITIVE = []
9981
10411
  include Aws::Structure
9982
10412
  end
9983
10413
 
@@ -10001,6 +10431,7 @@ module Aws::Pinpoint
10001
10431
  #
10002
10432
  class JourneyEmailMessage < Struct.new(
10003
10433
  :from_address)
10434
+ SENSITIVE = []
10004
10435
  include Aws::Structure
10005
10436
  end
10006
10437
 
@@ -10062,7 +10493,7 @@ module Aws::Pinpoint
10062
10493
  #
10063
10494
  #
10064
10495
  #
10065
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/welcome.html
10496
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html
10066
10497
  # @return [Hash<String,String>]
10067
10498
  #
10068
10499
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyExecutionActivityMetricsResponse AWS API Documentation
@@ -10074,6 +10505,7 @@ module Aws::Pinpoint
10074
10505
  :journey_id,
10075
10506
  :last_evaluated_time,
10076
10507
  :metrics)
10508
+ SENSITIVE = []
10077
10509
  include Aws::Structure
10078
10510
  end
10079
10511
 
@@ -10102,7 +10534,7 @@ module Aws::Pinpoint
10102
10534
  #
10103
10535
  #
10104
10536
  #
10105
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/welcome.html
10537
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html
10106
10538
  # @return [Hash<String,String>]
10107
10539
  #
10108
10540
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyExecutionMetricsResponse AWS API Documentation
@@ -10112,6 +10544,7 @@ module Aws::Pinpoint
10112
10544
  :journey_id,
10113
10545
  :last_evaluated_time,
10114
10546
  :metrics)
10547
+ SENSITIVE = []
10115
10548
  include Aws::Structure
10116
10549
  end
10117
10550
 
@@ -10149,6 +10582,37 @@ module Aws::Pinpoint
10149
10582
  :daily_cap,
10150
10583
  :endpoint_reentry_cap,
10151
10584
  :messages_per_second)
10585
+ SENSITIVE = []
10586
+ include Aws::Structure
10587
+ end
10588
+
10589
+ # Specifies the message configuration for a push notification that's
10590
+ # sent to participants in a journey.
10591
+ #
10592
+ # @note When making an API call, you may pass JourneyPushMessage
10593
+ # data as a hash:
10594
+ #
10595
+ # {
10596
+ # time_to_live: "__string",
10597
+ # }
10598
+ #
10599
+ # @!attribute [rw] time_to_live
10600
+ # The number of seconds that the push notification service should keep
10601
+ # the message, if the service is unable to deliver the notification
10602
+ # the first time. This value is converted to an expiration value when
10603
+ # it's sent to a push-notification service. If this value is 0, the
10604
+ # service treats the notification as if it expires immediately and the
10605
+ # service doesn't store or try to deliver the notification again.
10606
+ #
10607
+ # This value doesn't apply to messages that are sent through the
10608
+ # Amazon Device Messaging (ADM) service.
10609
+ # @return [String]
10610
+ #
10611
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyPushMessage AWS API Documentation
10612
+ #
10613
+ class JourneyPushMessage < Struct.new(
10614
+ :time_to_live)
10615
+ SENSITIVE = []
10152
10616
  include Aws::Structure
10153
10617
  end
10154
10618
 
@@ -10284,6 +10748,45 @@ module Aws::Pinpoint
10284
10748
  :start_condition,
10285
10749
  :state,
10286
10750
  :tags)
10751
+ SENSITIVE = []
10752
+ include Aws::Structure
10753
+ end
10754
+
10755
+ # Specifies the sender ID and message type for an SMS message that's
10756
+ # sent to participants in a journey.
10757
+ #
10758
+ # @note When making an API call, you may pass JourneySMSMessage
10759
+ # data as a hash:
10760
+ #
10761
+ # {
10762
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
10763
+ # sender_id: "__string",
10764
+ # }
10765
+ #
10766
+ # @!attribute [rw] message_type
10767
+ # The SMS message type. Valid values are TRANSACTIONAL (for messages
10768
+ # that are critical or time-sensitive, such as a one-time passwords)
10769
+ # and PROMOTIONAL (for messsages that aren't critical or
10770
+ # time-sensitive, such as marketing messages).
10771
+ # @return [String]
10772
+ #
10773
+ # @!attribute [rw] sender_id
10774
+ # The sender ID to display as the sender of the message on a
10775
+ # recipient's device. Support for sender IDs varies by country or
10776
+ # region. For more information, see [Supported Countries and
10777
+ # Regions][1] in the Amazon Pinpoint User Guide.
10778
+ #
10779
+ #
10780
+ #
10781
+ # [1]: https://docs.aws.amazon.com.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
10782
+ # @return [String]
10783
+ #
10784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneySMSMessage AWS API Documentation
10785
+ #
10786
+ class JourneySMSMessage < Struct.new(
10787
+ :message_type,
10788
+ :sender_id)
10789
+ SENSITIVE = []
10287
10790
  include Aws::Structure
10288
10791
  end
10289
10792
 
@@ -10325,6 +10828,7 @@ module Aws::Pinpoint
10325
10828
  :end_time,
10326
10829
  :start_time,
10327
10830
  :timezone)
10831
+ SENSITIVE = []
10328
10832
  include Aws::Structure
10329
10833
  end
10330
10834
 
@@ -10358,6 +10862,7 @@ module Aws::Pinpoint
10358
10862
  #
10359
10863
  class JourneyStateRequest < Struct.new(
10360
10864
  :state)
10865
+ SENSITIVE = []
10361
10866
  include Aws::Structure
10362
10867
  end
10363
10868
 
@@ -10380,6 +10885,7 @@ module Aws::Pinpoint
10380
10885
  class JourneysResponse < Struct.new(
10381
10886
  :item,
10382
10887
  :next_token)
10888
+ SENSITIVE = []
10383
10889
  include Aws::Structure
10384
10890
  end
10385
10891
 
@@ -10407,6 +10913,7 @@ module Aws::Pinpoint
10407
10913
  :application_id,
10408
10914
  :page_size,
10409
10915
  :token)
10916
+ SENSITIVE = []
10410
10917
  include Aws::Structure
10411
10918
  end
10412
10919
 
@@ -10420,6 +10927,7 @@ module Aws::Pinpoint
10420
10927
  #
10421
10928
  class ListJourneysResponse < Struct.new(
10422
10929
  :journeys_response)
10930
+ SENSITIVE = []
10423
10931
  include Aws::Structure
10424
10932
  end
10425
10933
 
@@ -10442,6 +10950,7 @@ module Aws::Pinpoint
10442
10950
  class ListRecommenderConfigurationsResponse < Struct.new(
10443
10951
  :item,
10444
10952
  :next_token)
10953
+ SENSITIVE = []
10445
10954
  include Aws::Structure
10446
10955
  end
10447
10956
 
@@ -10459,6 +10968,7 @@ module Aws::Pinpoint
10459
10968
  #
10460
10969
  class ListTagsForResourceRequest < Struct.new(
10461
10970
  :resource_arn)
10971
+ SENSITIVE = []
10462
10972
  include Aws::Structure
10463
10973
  end
10464
10974
 
@@ -10471,6 +10981,7 @@ module Aws::Pinpoint
10471
10981
  #
10472
10982
  class ListTagsForResourceResponse < Struct.new(
10473
10983
  :tags_model)
10984
+ SENSITIVE = []
10474
10985
  include Aws::Structure
10475
10986
  end
10476
10987
 
@@ -10503,6 +11014,7 @@ module Aws::Pinpoint
10503
11014
  :page_size,
10504
11015
  :template_name,
10505
11016
  :template_type)
11017
+ SENSITIVE = []
10506
11018
  include Aws::Structure
10507
11019
  end
10508
11020
 
@@ -10515,6 +11027,7 @@ module Aws::Pinpoint
10515
11027
  #
10516
11028
  class ListTemplateVersionsResponse < Struct.new(
10517
11029
  :template_versions_response)
11030
+ SENSITIVE = []
10518
11031
  include Aws::Structure
10519
11032
  end
10520
11033
 
@@ -10547,6 +11060,7 @@ module Aws::Pinpoint
10547
11060
  :page_size,
10548
11061
  :prefix,
10549
11062
  :template_type)
11063
+ SENSITIVE = []
10550
11064
  include Aws::Structure
10551
11065
  end
10552
11066
 
@@ -10559,6 +11073,7 @@ module Aws::Pinpoint
10559
11073
  #
10560
11074
  class ListTemplatesResponse < Struct.new(
10561
11075
  :templates_response)
11076
+ SENSITIVE = []
10562
11077
  include Aws::Structure
10563
11078
  end
10564
11079
 
@@ -10677,6 +11192,7 @@ module Aws::Pinpoint
10677
11192
  :time_to_live,
10678
11193
  :title,
10679
11194
  :url)
11195
+ SENSITIVE = []
10680
11196
  include Aws::Structure
10681
11197
  end
10682
11198
 
@@ -10695,6 +11211,7 @@ module Aws::Pinpoint
10695
11211
  class MessageBody < Struct.new(
10696
11212
  :message,
10697
11213
  :request_id)
11214
+ SENSITIVE = []
10698
11215
  include Aws::Structure
10699
11216
  end
10700
11217
 
@@ -10849,6 +11366,7 @@ module Aws::Pinpoint
10849
11366
  :email_message,
10850
11367
  :gcm_message,
10851
11368
  :sms_message)
11369
+ SENSITIVE = []
10852
11370
  include Aws::Structure
10853
11371
  end
10854
11372
 
@@ -10861,7 +11379,7 @@ module Aws::Pinpoint
10861
11379
  # addresses: {
10862
11380
  # "__string" => {
10863
11381
  # body_override: "__string",
10864
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
11382
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
10865
11383
  # context: {
10866
11384
  # "__string" => "__string",
10867
11385
  # },
@@ -11112,6 +11630,7 @@ module Aws::Pinpoint
11112
11630
  :message_configuration,
11113
11631
  :template_configuration,
11114
11632
  :trace_id)
11633
+ SENSITIVE = []
11115
11634
  include Aws::Structure
11116
11635
  end
11117
11636
 
@@ -11148,6 +11667,7 @@ module Aws::Pinpoint
11148
11667
  :endpoint_result,
11149
11668
  :request_id,
11150
11669
  :result)
11670
+ SENSITIVE = []
11151
11671
  include Aws::Structure
11152
11672
  end
11153
11673
 
@@ -11209,6 +11729,7 @@ module Aws::Pinpoint
11209
11729
  :status_code,
11210
11730
  :status_message,
11211
11731
  :updated_token)
11732
+ SENSITIVE = []
11212
11733
  include Aws::Structure
11213
11734
  end
11214
11735
 
@@ -11225,6 +11746,7 @@ module Aws::Pinpoint
11225
11746
  class MethodNotAllowedException < Struct.new(
11226
11747
  :message,
11227
11748
  :request_id)
11749
+ SENSITIVE = []
11228
11750
  include Aws::Structure
11229
11751
  end
11230
11752
 
@@ -11255,6 +11777,7 @@ module Aws::Pinpoint
11255
11777
  class MetricDimension < Struct.new(
11256
11778
  :comparison_operator,
11257
11779
  :value)
11780
+ SENSITIVE = []
11258
11781
  include Aws::Structure
11259
11782
  end
11260
11783
 
@@ -11372,6 +11895,7 @@ module Aws::Pinpoint
11372
11895
  class MultiConditionalBranch < Struct.new(
11373
11896
  :condition,
11374
11897
  :next_activity)
11898
+ SENSITIVE = []
11375
11899
  include Aws::Structure
11376
11900
  end
11377
11901
 
@@ -11509,6 +12033,7 @@ module Aws::Pinpoint
11509
12033
  :branches,
11510
12034
  :default_activity,
11511
12035
  :evaluation_wait_time)
12036
+ SENSITIVE = []
11512
12037
  include Aws::Structure
11513
12038
  end
11514
12039
 
@@ -11525,6 +12050,7 @@ module Aws::Pinpoint
11525
12050
  class NotFoundException < Struct.new(
11526
12051
  :message,
11527
12052
  :request_id)
12053
+ SENSITIVE = []
11528
12054
  include Aws::Structure
11529
12055
  end
11530
12056
 
@@ -11554,6 +12080,7 @@ module Aws::Pinpoint
11554
12080
  class NumberValidateRequest < Struct.new(
11555
12081
  :iso_country_code,
11556
12082
  :phone_number)
12083
+ SENSITIVE = []
11557
12084
  include Aws::Structure
11558
12085
  end
11559
12086
 
@@ -11648,6 +12175,7 @@ module Aws::Pinpoint
11648
12175
  :phone_type_code,
11649
12176
  :timezone,
11650
12177
  :zip_code)
12178
+ SENSITIVE = []
11651
12179
  include Aws::Structure
11652
12180
  end
11653
12181
 
@@ -11664,6 +12192,7 @@ module Aws::Pinpoint
11664
12192
  class PayloadTooLargeException < Struct.new(
11665
12193
  :message,
11666
12194
  :request_id)
12195
+ SENSITIVE = []
11667
12196
  include Aws::Structure
11668
12197
  end
11669
12198
 
@@ -11685,6 +12214,7 @@ module Aws::Pinpoint
11685
12214
  #
11686
12215
  class PhoneNumberValidateRequest < Struct.new(
11687
12216
  :number_validate_request)
12217
+ SENSITIVE = []
11688
12218
  include Aws::Structure
11689
12219
  end
11690
12220
 
@@ -11696,6 +12226,7 @@ module Aws::Pinpoint
11696
12226
  #
11697
12227
  class PhoneNumberValidateResponse < Struct.new(
11698
12228
  :number_validate_response)
12229
+ SENSITIVE = []
11699
12230
  include Aws::Structure
11700
12231
  end
11701
12232
 
@@ -11710,7 +12241,7 @@ module Aws::Pinpoint
11710
12241
  # attributes: {
11711
12242
  # "__string" => ["__string"],
11712
12243
  # },
11713
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
12244
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
11714
12245
  # demographic: {
11715
12246
  # app_version: "__string",
11716
12247
  # locale: "__string",
@@ -11824,6 +12355,65 @@ module Aws::Pinpoint
11824
12355
  :opt_out,
11825
12356
  :request_id,
11826
12357
  :user)
12358
+ SENSITIVE = []
12359
+ include Aws::Structure
12360
+ end
12361
+
12362
+ # Specifies the settings for a push notification activity in a journey.
12363
+ # This type of activity sends a push notification to participants.
12364
+ #
12365
+ # @note When making an API call, you may pass PushMessageActivity
12366
+ # data as a hash:
12367
+ #
12368
+ # {
12369
+ # message_config: {
12370
+ # time_to_live: "__string",
12371
+ # },
12372
+ # next_activity: "__string",
12373
+ # template_name: "__string",
12374
+ # template_version: "__string",
12375
+ # }
12376
+ #
12377
+ # @!attribute [rw] message_config
12378
+ # Specifies the time to live (TTL) value for push notifications that
12379
+ # are sent to participants in a journey.
12380
+ # @return [Types::JourneyPushMessage]
12381
+ #
12382
+ # @!attribute [rw] next_activity
12383
+ # The unique identifier for the next activity to perform, after the
12384
+ # message is sent.
12385
+ # @return [String]
12386
+ #
12387
+ # @!attribute [rw] template_name
12388
+ # The name of the push notification template to use for the message.
12389
+ # If specified, this value must match the name of an existing message
12390
+ # template.
12391
+ # @return [String]
12392
+ #
12393
+ # @!attribute [rw] template_version
12394
+ # The unique identifier for the version of the push notification
12395
+ # template to use for the message. If specified, this value must match
12396
+ # the identifier for an existing template version. To retrieve a list
12397
+ # of versions and version identifiers for a template, use the <link
12398
+ # linkend="templates-template-name-template-type-versions" />
12399
+ #
12400
+ # Template Versions</link> resource.
12401
+ #
12402
+ # If you don't specify a value for this property, Amazon Pinpoint
12403
+ # uses the *active version* of the template. The *active version* is
12404
+ # typically the version of a template that's been most recently
12405
+ # reviewed and approved for use, depending on your workflow. It isn't
12406
+ # necessarily the latest version of a template.
12407
+ # @return [String]
12408
+ #
12409
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/PushMessageActivity AWS API Documentation
12410
+ #
12411
+ class PushMessageActivity < Struct.new(
12412
+ :message_config,
12413
+ :next_activity,
12414
+ :template_name,
12415
+ :template_version)
12416
+ SENSITIVE = []
11827
12417
  include Aws::Structure
11828
12418
  end
11829
12419
 
@@ -11962,6 +12552,7 @@ module Aws::Pinpoint
11962
12552
  :recommender_id,
11963
12553
  :tags,
11964
12554
  :template_description)
12555
+ SENSITIVE = []
11965
12556
  include Aws::Structure
11966
12557
  end
11967
12558
 
@@ -12071,6 +12662,7 @@ module Aws::Pinpoint
12071
12662
  :template_name,
12072
12663
  :template_type,
12073
12664
  :version)
12665
+ SENSITIVE = []
12074
12666
  include Aws::Structure
12075
12667
  end
12076
12668
 
@@ -12099,6 +12691,7 @@ module Aws::Pinpoint
12099
12691
  class PutEventStreamRequest < Struct.new(
12100
12692
  :application_id,
12101
12693
  :write_event_stream)
12694
+ SENSITIVE = []
12102
12695
  include Aws::Structure
12103
12696
  end
12104
12697
 
@@ -12111,6 +12704,7 @@ module Aws::Pinpoint
12111
12704
  #
12112
12705
  class PutEventStreamResponse < Struct.new(
12113
12706
  :event_stream)
12707
+ SENSITIVE = []
12114
12708
  include Aws::Structure
12115
12709
  end
12116
12710
 
@@ -12127,7 +12721,7 @@ module Aws::Pinpoint
12127
12721
  # attributes: {
12128
12722
  # "__string" => ["__string"],
12129
12723
  # },
12130
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
12724
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
12131
12725
  # demographic: {
12132
12726
  # app_version: "__string",
12133
12727
  # locale: "__string",
@@ -12200,6 +12794,7 @@ module Aws::Pinpoint
12200
12794
  class PutEventsRequest < Struct.new(
12201
12795
  :application_id,
12202
12796
  :events_request)
12797
+ SENSITIVE = []
12203
12798
  include Aws::Structure
12204
12799
  end
12205
12800
 
@@ -12212,6 +12807,7 @@ module Aws::Pinpoint
12212
12807
  #
12213
12808
  class PutEventsResponse < Struct.new(
12214
12809
  :events_response)
12810
+ SENSITIVE = []
12215
12811
  include Aws::Structure
12216
12812
  end
12217
12813
 
@@ -12245,6 +12841,7 @@ module Aws::Pinpoint
12245
12841
  class QuietTime < Struct.new(
12246
12842
  :end,
12247
12843
  :start)
12844
+ SENSITIVE = []
12248
12845
  include Aws::Structure
12249
12846
  end
12250
12847
 
@@ -12274,6 +12871,7 @@ module Aws::Pinpoint
12274
12871
  #
12275
12872
  class RandomSplitActivity < Struct.new(
12276
12873
  :branches)
12874
+ SENSITIVE = []
12277
12875
  include Aws::Structure
12278
12876
  end
12279
12877
 
@@ -12308,6 +12906,7 @@ module Aws::Pinpoint
12308
12906
  class RandomSplitEntry < Struct.new(
12309
12907
  :next_activity,
12310
12908
  :percentage)
12909
+ SENSITIVE = []
12311
12910
  include Aws::Structure
12312
12911
  end
12313
12912
 
@@ -12330,6 +12929,7 @@ module Aws::Pinpoint
12330
12929
  #
12331
12930
  class RawEmail < Struct.new(
12332
12931
  :data)
12932
+ SENSITIVE = []
12333
12933
  include Aws::Structure
12334
12934
  end
12335
12935
 
@@ -12362,6 +12962,7 @@ module Aws::Pinpoint
12362
12962
  class RecencyDimension < Struct.new(
12363
12963
  :duration,
12364
12964
  :recency_type)
12965
+ SENSITIVE = []
12365
12966
  include Aws::Structure
12366
12967
  end
12367
12968
 
@@ -12476,6 +13077,7 @@ module Aws::Pinpoint
12476
13077
  :recommendation_transformer_uri,
12477
13078
  :recommendations_display_name,
12478
13079
  :recommendations_per_message)
13080
+ SENSITIVE = []
12479
13081
  include Aws::Structure
12480
13082
  end
12481
13083
 
@@ -12507,6 +13109,7 @@ module Aws::Pinpoint
12507
13109
  :application_id,
12508
13110
  :attribute_type,
12509
13111
  :update_attributes_request)
13112
+ SENSITIVE = []
12510
13113
  include Aws::Structure
12511
13114
  end
12512
13115
 
@@ -12520,6 +13123,7 @@ module Aws::Pinpoint
12520
13123
  #
12521
13124
  class RemoveAttributesResponse < Struct.new(
12522
13125
  :attributes_resource)
13126
+ SENSITIVE = []
12523
13127
  include Aws::Structure
12524
13128
  end
12525
13129
 
@@ -12544,6 +13148,7 @@ module Aws::Pinpoint
12544
13148
  class ResultRow < Struct.new(
12545
13149
  :grouped_bys,
12546
13150
  :values)
13151
+ SENSITIVE = []
12547
13152
  include Aws::Structure
12548
13153
  end
12549
13154
 
@@ -12573,6 +13178,7 @@ module Aws::Pinpoint
12573
13178
  :key,
12574
13179
  :type,
12575
13180
  :value)
13181
+ SENSITIVE = []
12576
13182
  include Aws::Structure
12577
13183
  end
12578
13184
 
@@ -12608,6 +13214,7 @@ module Aws::Pinpoint
12608
13214
  :enabled,
12609
13215
  :sender_id,
12610
13216
  :short_code)
13217
+ SENSITIVE = []
12611
13218
  include Aws::Structure
12612
13219
  end
12613
13220
 
@@ -12697,6 +13304,7 @@ module Aws::Pinpoint
12697
13304
  :short_code,
12698
13305
  :transactional_messages_per_second,
12699
13306
  :version)
13307
+ SENSITIVE = []
12700
13308
  include Aws::Structure
12701
13309
  end
12702
13310
 
@@ -12732,10 +13340,10 @@ module Aws::Pinpoint
12732
13340
  # @return [String]
12733
13341
  #
12734
13342
  # @!attribute [rw] message_type
12735
- # The SMS message type. Valid values are: TRANSACTIONAL, the message
12736
- # is critical or time-sensitive, such as a one-time password that
12737
- # supports a customer transaction; and, PROMOTIONAL, the message is
12738
- # not critical or time-sensitive, such as a marketing message.
13343
+ # The SMS message type. Valid values are TRANSACTIONAL (for messages
13344
+ # that are critical or time-sensitive, such as a one-time passwords)
13345
+ # and PROMOTIONAL (for messsages that aren't critical or
13346
+ # time-sensitive, such as marketing messages).
12739
13347
  # @return [String]
12740
13348
  #
12741
13349
  # @!attribute [rw] origination_number
@@ -12767,6 +13375,66 @@ module Aws::Pinpoint
12767
13375
  :origination_number,
12768
13376
  :sender_id,
12769
13377
  :substitutions)
13378
+ SENSITIVE = []
13379
+ include Aws::Structure
13380
+ end
13381
+
13382
+ # Specifies the settings for an SMS activity in a journey. This type of
13383
+ # activity sends a text message to participants.
13384
+ #
13385
+ # @note When making an API call, you may pass SMSMessageActivity
13386
+ # data as a hash:
13387
+ #
13388
+ # {
13389
+ # message_config: {
13390
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
13391
+ # sender_id: "__string",
13392
+ # },
13393
+ # next_activity: "__string",
13394
+ # template_name: "__string",
13395
+ # template_version: "__string",
13396
+ # }
13397
+ #
13398
+ # @!attribute [rw] message_config
13399
+ # Specifies the sender ID and message type for an SMS message that's
13400
+ # sent to participants in a journey.
13401
+ # @return [Types::JourneySMSMessage]
13402
+ #
13403
+ # @!attribute [rw] next_activity
13404
+ # The unique identifier for the next activity to perform, after the
13405
+ # message is sent.
13406
+ # @return [String]
13407
+ #
13408
+ # @!attribute [rw] template_name
13409
+ # The name of the SMS message template to use for the message. If
13410
+ # specified, this value must match the name of an existing message
13411
+ # template.
13412
+ # @return [String]
13413
+ #
13414
+ # @!attribute [rw] template_version
13415
+ # The unique identifier for the version of the SMS template to use for
13416
+ # the message. If specified, this value must match the identifier for
13417
+ # an existing template version. To retrieve a list of versions and
13418
+ # version identifiers for a template, use the <link
13419
+ # linkend="templates-template-name-template-type-versions" />
13420
+ #
13421
+ # Template Versions</link> resource.
13422
+ #
13423
+ # If you don't specify a value for this property, Amazon Pinpoint
13424
+ # uses the *active version* of the template. The *active version* is
13425
+ # typically the version of a template that's been most recently
13426
+ # reviewed and approved for use, depending on your workflow. It isn't
13427
+ # necessarily the latest version of a template.
13428
+ # @return [String]
13429
+ #
13430
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/SMSMessageActivity AWS API Documentation
13431
+ #
13432
+ class SMSMessageActivity < Struct.new(
13433
+ :message_config,
13434
+ :next_activity,
13435
+ :template_name,
13436
+ :template_version)
13437
+ SENSITIVE = []
12770
13438
  include Aws::Structure
12771
13439
  end
12772
13440
 
@@ -12827,6 +13495,7 @@ module Aws::Pinpoint
12827
13495
  :recommender_id,
12828
13496
  :tags,
12829
13497
  :template_description)
13498
+ SENSITIVE = []
12830
13499
  include Aws::Structure
12831
13500
  end
12832
13501
 
@@ -12904,6 +13573,7 @@ module Aws::Pinpoint
12904
13573
  :template_name,
12905
13574
  :template_type,
12906
13575
  :version)
13576
+ SENSITIVE = []
12907
13577
  include Aws::Structure
12908
13578
  end
12909
13579
 
@@ -13011,6 +13681,7 @@ module Aws::Pinpoint
13011
13681
  :quiet_time,
13012
13682
  :start_time,
13013
13683
  :timezone)
13684
+ SENSITIVE = []
13014
13685
  include Aws::Structure
13015
13686
  end
13016
13687
 
@@ -13036,6 +13707,7 @@ module Aws::Pinpoint
13036
13707
  #
13037
13708
  class SegmentBehaviors < Struct.new(
13038
13709
  :recency)
13710
+ SENSITIVE = []
13039
13711
  include Aws::Structure
13040
13712
  end
13041
13713
 
@@ -13057,6 +13729,7 @@ module Aws::Pinpoint
13057
13729
  #
13058
13730
  class SegmentCondition < Struct.new(
13059
13731
  :segment_id)
13732
+ SENSITIVE = []
13060
13733
  include Aws::Structure
13061
13734
  end
13062
13735
 
@@ -13128,6 +13801,7 @@ module Aws::Pinpoint
13128
13801
  :make,
13129
13802
  :model,
13130
13803
  :platform)
13804
+ SENSITIVE = []
13131
13805
  include Aws::Structure
13132
13806
  end
13133
13807
 
@@ -13239,6 +13913,7 @@ module Aws::Pinpoint
13239
13913
  :location,
13240
13914
  :metrics,
13241
13915
  :user_attributes)
13916
+ SENSITIVE = []
13242
13917
  include Aws::Structure
13243
13918
  end
13244
13919
 
@@ -13364,6 +14039,7 @@ module Aws::Pinpoint
13364
14039
  :source_segments,
13365
14040
  :source_type,
13366
14041
  :type)
14042
+ SENSITIVE = []
13367
14043
  include Aws::Structure
13368
14044
  end
13369
14045
 
@@ -13473,6 +14149,7 @@ module Aws::Pinpoint
13473
14149
  class SegmentGroupList < Struct.new(
13474
14150
  :groups,
13475
14151
  :include)
14152
+ SENSITIVE = []
13476
14153
  include Aws::Structure
13477
14154
  end
13478
14155
 
@@ -13524,6 +14201,7 @@ module Aws::Pinpoint
13524
14201
  :role_arn,
13525
14202
  :s3_url,
13526
14203
  :size)
14204
+ SENSITIVE = []
13527
14205
  include Aws::Structure
13528
14206
  end
13529
14207
 
@@ -13560,6 +14238,7 @@ module Aws::Pinpoint
13560
14238
  class SegmentLocation < Struct.new(
13561
14239
  :country,
13562
14240
  :gps_point)
14241
+ SENSITIVE = []
13563
14242
  include Aws::Structure
13564
14243
  end
13565
14244
 
@@ -13586,6 +14265,7 @@ module Aws::Pinpoint
13586
14265
  class SegmentReference < Struct.new(
13587
14266
  :id,
13588
14267
  :version)
14268
+ SENSITIVE = []
13589
14269
  include Aws::Structure
13590
14270
  end
13591
14271
 
@@ -13670,6 +14350,7 @@ module Aws::Pinpoint
13670
14350
  :segment_type,
13671
14351
  :tags,
13672
14352
  :version)
14353
+ SENSITIVE = []
13673
14354
  include Aws::Structure
13674
14355
  end
13675
14356
 
@@ -13693,6 +14374,7 @@ module Aws::Pinpoint
13693
14374
  class SegmentsResponse < Struct.new(
13694
14375
  :item,
13695
14376
  :next_token)
14377
+ SENSITIVE = []
13696
14378
  include Aws::Structure
13697
14379
  end
13698
14380
 
@@ -13705,7 +14387,7 @@ module Aws::Pinpoint
13705
14387
  # addresses: {
13706
14388
  # "__string" => {
13707
14389
  # body_override: "__string",
13708
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
14390
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
13709
14391
  # context: {
13710
14392
  # "__string" => "__string",
13711
14393
  # },
@@ -13922,6 +14604,7 @@ module Aws::Pinpoint
13922
14604
  class SendMessagesRequest < Struct.new(
13923
14605
  :application_id,
13924
14606
  :message_request)
14607
+ SENSITIVE = []
13925
14608
  include Aws::Structure
13926
14609
  end
13927
14610
 
@@ -13934,6 +14617,7 @@ module Aws::Pinpoint
13934
14617
  #
13935
14618
  class SendMessagesResponse < Struct.new(
13936
14619
  :message_response)
14620
+ SENSITIVE = []
13937
14621
  include Aws::Structure
13938
14622
  end
13939
14623
 
@@ -14174,6 +14858,7 @@ module Aws::Pinpoint
14174
14858
  :template_configuration,
14175
14859
  :trace_id,
14176
14860
  :users)
14861
+ SENSITIVE = []
14177
14862
  include Aws::Structure
14178
14863
  end
14179
14864
 
@@ -14202,6 +14887,7 @@ module Aws::Pinpoint
14202
14887
  :application_id,
14203
14888
  :request_id,
14204
14889
  :result)
14890
+ SENSITIVE = []
14205
14891
  include Aws::Structure
14206
14892
  end
14207
14893
 
@@ -14418,6 +15104,7 @@ module Aws::Pinpoint
14418
15104
  class SendUsersMessagesRequest < Struct.new(
14419
15105
  :application_id,
14420
15106
  :send_users_message_request)
15107
+ SENSITIVE = []
14421
15108
  include Aws::Structure
14422
15109
  end
14423
15110
 
@@ -14430,6 +15117,7 @@ module Aws::Pinpoint
14430
15117
  #
14431
15118
  class SendUsersMessagesResponse < Struct.new(
14432
15119
  :send_users_message_response)
15120
+ SENSITIVE = []
14433
15121
  include Aws::Structure
14434
15122
  end
14435
15123
 
@@ -14468,6 +15156,7 @@ module Aws::Pinpoint
14468
15156
  :id,
14469
15157
  :start_timestamp,
14470
15158
  :stop_timestamp)
15159
+ SENSITIVE = []
14471
15160
  include Aws::Structure
14472
15161
  end
14473
15162
 
@@ -14499,6 +15188,7 @@ module Aws::Pinpoint
14499
15188
  class SetDimension < Struct.new(
14500
15189
  :dimension_type,
14501
15190
  :values)
15191
+ SENSITIVE = []
14502
15192
  include Aws::Structure
14503
15193
  end
14504
15194
 
@@ -14619,6 +15309,7 @@ module Aws::Pinpoint
14619
15309
  :event_condition,
14620
15310
  :segment_condition,
14621
15311
  :segment_dimensions)
15312
+ SENSITIVE = []
14622
15313
  include Aws::Structure
14623
15314
  end
14624
15315
 
@@ -14666,6 +15357,7 @@ module Aws::Pinpoint
14666
15357
  :html_part,
14667
15358
  :subject,
14668
15359
  :text_part)
15360
+ SENSITIVE = []
14669
15361
  include Aws::Structure
14670
15362
  end
14671
15363
 
@@ -14693,6 +15385,7 @@ module Aws::Pinpoint
14693
15385
  class SimpleEmailPart < Struct.new(
14694
15386
  :charset,
14695
15387
  :data)
15388
+ SENSITIVE = []
14696
15389
  include Aws::Structure
14697
15390
  end
14698
15391
 
@@ -14725,6 +15418,7 @@ module Aws::Pinpoint
14725
15418
  class StartCondition < Struct.new(
14726
15419
  :description,
14727
15420
  :segment_start_condition)
15421
+ SENSITIVE = []
14728
15422
  include Aws::Structure
14729
15423
  end
14730
15424
 
@@ -14753,6 +15447,7 @@ module Aws::Pinpoint
14753
15447
  class TagResourceRequest < Struct.new(
14754
15448
  :resource_arn,
14755
15449
  :tags_model)
15450
+ SENSITIVE = []
14756
15451
  include Aws::Structure
14757
15452
  end
14758
15453
 
@@ -14782,6 +15477,7 @@ module Aws::Pinpoint
14782
15477
  #
14783
15478
  class TagsModel < Struct.new(
14784
15479
  :tags)
15480
+ SENSITIVE = []
14785
15481
  include Aws::Structure
14786
15482
  end
14787
15483
 
@@ -14823,6 +15519,7 @@ module Aws::Pinpoint
14823
15519
  class Template < Struct.new(
14824
15520
  :name,
14825
15521
  :version)
15522
+ SENSITIVE = []
14826
15523
  include Aws::Structure
14827
15524
  end
14828
15525
 
@@ -14852,6 +15549,7 @@ module Aws::Pinpoint
14852
15549
  #
14853
15550
  class TemplateActiveVersionRequest < Struct.new(
14854
15551
  :version)
15552
+ SENSITIVE = []
14855
15553
  include Aws::Structure
14856
15554
  end
14857
15555
 
@@ -14904,6 +15602,7 @@ module Aws::Pinpoint
14904
15602
  :push_template,
14905
15603
  :sms_template,
14906
15604
  :voice_template)
15605
+ SENSITIVE = []
14907
15606
  include Aws::Structure
14908
15607
  end
14909
15608
 
@@ -14979,6 +15678,7 @@ module Aws::Pinpoint
14979
15678
  :template_name,
14980
15679
  :template_type,
14981
15680
  :version)
15681
+ SENSITIVE = []
14982
15682
  include Aws::Structure
14983
15683
  end
14984
15684
 
@@ -15031,6 +15731,7 @@ module Aws::Pinpoint
15031
15731
  :template_name,
15032
15732
  :template_type,
15033
15733
  :version)
15734
+ SENSITIVE = []
15034
15735
  include Aws::Structure
15035
15736
  end
15036
15737
 
@@ -15064,6 +15765,7 @@ module Aws::Pinpoint
15064
15765
  :message,
15065
15766
  :next_token,
15066
15767
  :request_id)
15768
+ SENSITIVE = []
15067
15769
  include Aws::Structure
15068
15770
  end
15069
15771
 
@@ -15087,6 +15789,7 @@ module Aws::Pinpoint
15087
15789
  class TemplatesResponse < Struct.new(
15088
15790
  :item,
15089
15791
  :next_token)
15792
+ SENSITIVE = []
15090
15793
  include Aws::Structure
15091
15794
  end
15092
15795
 
@@ -15103,6 +15806,7 @@ module Aws::Pinpoint
15103
15806
  class TooManyRequestsException < Struct.new(
15104
15807
  :message,
15105
15808
  :request_id)
15809
+ SENSITIVE = []
15106
15810
  include Aws::Structure
15107
15811
  end
15108
15812
 
@@ -15161,6 +15865,7 @@ module Aws::Pinpoint
15161
15865
  :template_configuration,
15162
15866
  :treatment_description,
15163
15867
  :treatment_name)
15868
+ SENSITIVE = []
15164
15869
  include Aws::Structure
15165
15870
  end
15166
15871
 
@@ -15183,6 +15888,7 @@ module Aws::Pinpoint
15183
15888
  class UntagResourceRequest < Struct.new(
15184
15889
  :resource_arn,
15185
15890
  :tag_keys)
15891
+ SENSITIVE = []
15186
15892
  include Aws::Structure
15187
15893
  end
15188
15894
 
@@ -15211,6 +15917,7 @@ module Aws::Pinpoint
15211
15917
  class UpdateAdmChannelRequest < Struct.new(
15212
15918
  :adm_channel_request,
15213
15919
  :application_id)
15920
+ SENSITIVE = []
15214
15921
  include Aws::Structure
15215
15922
  end
15216
15923
 
@@ -15223,6 +15930,7 @@ module Aws::Pinpoint
15223
15930
  #
15224
15931
  class UpdateAdmChannelResponse < Struct.new(
15225
15932
  :adm_channel_response)
15933
+ SENSITIVE = []
15226
15934
  include Aws::Structure
15227
15935
  end
15228
15936
 
@@ -15256,6 +15964,7 @@ module Aws::Pinpoint
15256
15964
  class UpdateApnsChannelRequest < Struct.new(
15257
15965
  :apns_channel_request,
15258
15966
  :application_id)
15967
+ SENSITIVE = []
15259
15968
  include Aws::Structure
15260
15969
  end
15261
15970
 
@@ -15268,6 +15977,7 @@ module Aws::Pinpoint
15268
15977
  #
15269
15978
  class UpdateApnsChannelResponse < Struct.new(
15270
15979
  :apns_channel_response)
15980
+ SENSITIVE = []
15271
15981
  include Aws::Structure
15272
15982
  end
15273
15983
 
@@ -15301,6 +16011,7 @@ module Aws::Pinpoint
15301
16011
  class UpdateApnsSandboxChannelRequest < Struct.new(
15302
16012
  :apns_sandbox_channel_request,
15303
16013
  :application_id)
16014
+ SENSITIVE = []
15304
16015
  include Aws::Structure
15305
16016
  end
15306
16017
 
@@ -15314,6 +16025,7 @@ module Aws::Pinpoint
15314
16025
  #
15315
16026
  class UpdateApnsSandboxChannelResponse < Struct.new(
15316
16027
  :apns_sandbox_channel_response)
16028
+ SENSITIVE = []
15317
16029
  include Aws::Structure
15318
16030
  end
15319
16031
 
@@ -15347,6 +16059,7 @@ module Aws::Pinpoint
15347
16059
  class UpdateApnsVoipChannelRequest < Struct.new(
15348
16060
  :apns_voip_channel_request,
15349
16061
  :application_id)
16062
+ SENSITIVE = []
15350
16063
  include Aws::Structure
15351
16064
  end
15352
16065
 
@@ -15359,6 +16072,7 @@ module Aws::Pinpoint
15359
16072
  #
15360
16073
  class UpdateApnsVoipChannelResponse < Struct.new(
15361
16074
  :apns_voip_channel_response)
16075
+ SENSITIVE = []
15362
16076
  include Aws::Structure
15363
16077
  end
15364
16078
 
@@ -15392,6 +16106,7 @@ module Aws::Pinpoint
15392
16106
  class UpdateApnsVoipSandboxChannelRequest < Struct.new(
15393
16107
  :apns_voip_sandbox_channel_request,
15394
16108
  :application_id)
16109
+ SENSITIVE = []
15395
16110
  include Aws::Structure
15396
16111
  end
15397
16112
 
@@ -15405,6 +16120,7 @@ module Aws::Pinpoint
15405
16120
  #
15406
16121
  class UpdateApnsVoipSandboxChannelResponse < Struct.new(
15407
16122
  :apns_voip_sandbox_channel_response)
16123
+ SENSITIVE = []
15408
16124
  include Aws::Structure
15409
16125
  end
15410
16126
 
@@ -15445,6 +16161,7 @@ module Aws::Pinpoint
15445
16161
  class UpdateApplicationSettingsRequest < Struct.new(
15446
16162
  :application_id,
15447
16163
  :write_application_settings_request)
16164
+ SENSITIVE = []
15448
16165
  include Aws::Structure
15449
16166
  end
15450
16167
 
@@ -15457,6 +16174,7 @@ module Aws::Pinpoint
15457
16174
  #
15458
16175
  class UpdateApplicationSettingsResponse < Struct.new(
15459
16176
  :application_settings_resource)
16177
+ SENSITIVE = []
15460
16178
  include Aws::Structure
15461
16179
  end
15462
16180
 
@@ -15482,6 +16200,7 @@ module Aws::Pinpoint
15482
16200
  #
15483
16201
  class UpdateAttributesRequest < Struct.new(
15484
16202
  :blacklist)
16203
+ SENSITIVE = []
15485
16204
  include Aws::Structure
15486
16205
  end
15487
16206
 
@@ -15510,6 +16229,7 @@ module Aws::Pinpoint
15510
16229
  class UpdateBaiduChannelRequest < Struct.new(
15511
16230
  :application_id,
15512
16231
  :baidu_channel_request)
16232
+ SENSITIVE = []
15513
16233
  include Aws::Structure
15514
16234
  end
15515
16235
 
@@ -15522,6 +16242,7 @@ module Aws::Pinpoint
15522
16242
  #
15523
16243
  class UpdateBaiduChannelResponse < Struct.new(
15524
16244
  :baidu_channel_response)
16245
+ SENSITIVE = []
15525
16246
  include Aws::Structure
15526
16247
  end
15527
16248
 
@@ -15536,7 +16257,7 @@ module Aws::Pinpoint
15536
16257
  # {
15537
16258
  # custom_delivery_configuration: {
15538
16259
  # delivery_uri: "__string", # required
15539
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16260
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
15540
16261
  # },
15541
16262
  # message_configuration: {
15542
16263
  # adm_message: {
@@ -15681,7 +16402,7 @@ module Aws::Pinpoint
15681
16402
  # ],
15682
16403
  # custom_delivery_configuration: {
15683
16404
  # delivery_uri: "__string", # required
15684
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16405
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
15685
16406
  # },
15686
16407
  # description: "__string",
15687
16408
  # holdout_percent: 1,
@@ -15860,6 +16581,7 @@ module Aws::Pinpoint
15860
16581
  :application_id,
15861
16582
  :campaign_id,
15862
16583
  :write_campaign_request)
16584
+ SENSITIVE = []
15863
16585
  include Aws::Structure
15864
16586
  end
15865
16587
 
@@ -15872,6 +16594,7 @@ module Aws::Pinpoint
15872
16594
  #
15873
16595
  class UpdateCampaignResponse < Struct.new(
15874
16596
  :campaign_response)
16597
+ SENSITIVE = []
15875
16598
  include Aws::Structure
15876
16599
  end
15877
16600
 
@@ -15902,6 +16625,7 @@ module Aws::Pinpoint
15902
16625
  class UpdateEmailChannelRequest < Struct.new(
15903
16626
  :application_id,
15904
16627
  :email_channel_request)
16628
+ SENSITIVE = []
15905
16629
  include Aws::Structure
15906
16630
  end
15907
16631
 
@@ -15914,6 +16638,7 @@ module Aws::Pinpoint
15914
16638
  #
15915
16639
  class UpdateEmailChannelResponse < Struct.new(
15916
16640
  :email_channel_response)
16641
+ SENSITIVE = []
15917
16642
  include Aws::Structure
15918
16643
  end
15919
16644
 
@@ -15958,6 +16683,7 @@ module Aws::Pinpoint
15958
16683
  :email_template_request,
15959
16684
  :template_name,
15960
16685
  :version)
16686
+ SENSITIVE = []
15961
16687
  include Aws::Structure
15962
16688
  end
15963
16689
 
@@ -15969,6 +16695,7 @@ module Aws::Pinpoint
15969
16695
  #
15970
16696
  class UpdateEmailTemplateResponse < Struct.new(
15971
16697
  :message_body)
16698
+ SENSITIVE = []
15972
16699
  include Aws::Structure
15973
16700
  end
15974
16701
 
@@ -15983,7 +16710,7 @@ module Aws::Pinpoint
15983
16710
  # attributes: {
15984
16711
  # "__string" => ["__string"],
15985
16712
  # },
15986
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16713
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
15987
16714
  # demographic: {
15988
16715
  # app_version: "__string",
15989
16716
  # locale: "__string",
@@ -16034,6 +16761,7 @@ module Aws::Pinpoint
16034
16761
  :application_id,
16035
16762
  :endpoint_id,
16036
16763
  :endpoint_request)
16764
+ SENSITIVE = []
16037
16765
  include Aws::Structure
16038
16766
  end
16039
16767
 
@@ -16045,6 +16773,7 @@ module Aws::Pinpoint
16045
16773
  #
16046
16774
  class UpdateEndpointResponse < Struct.new(
16047
16775
  :message_body)
16776
+ SENSITIVE = []
16048
16777
  include Aws::Structure
16049
16778
  end
16050
16779
 
@@ -16060,7 +16789,7 @@ module Aws::Pinpoint
16060
16789
  # attributes: {
16061
16790
  # "__string" => ["__string"],
16062
16791
  # },
16063
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16792
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16064
16793
  # demographic: {
16065
16794
  # app_version: "__string",
16066
16795
  # locale: "__string",
@@ -16111,6 +16840,7 @@ module Aws::Pinpoint
16111
16840
  class UpdateEndpointsBatchRequest < Struct.new(
16112
16841
  :application_id,
16113
16842
  :endpoint_batch_request)
16843
+ SENSITIVE = []
16114
16844
  include Aws::Structure
16115
16845
  end
16116
16846
 
@@ -16122,6 +16852,7 @@ module Aws::Pinpoint
16122
16852
  #
16123
16853
  class UpdateEndpointsBatchResponse < Struct.new(
16124
16854
  :message_body)
16855
+ SENSITIVE = []
16125
16856
  include Aws::Structure
16126
16857
  end
16127
16858
 
@@ -16151,6 +16882,7 @@ module Aws::Pinpoint
16151
16882
  class UpdateGcmChannelRequest < Struct.new(
16152
16883
  :application_id,
16153
16884
  :gcm_channel_request)
16885
+ SENSITIVE = []
16154
16886
  include Aws::Structure
16155
16887
  end
16156
16888
 
@@ -16165,6 +16897,7 @@ module Aws::Pinpoint
16165
16897
  #
16166
16898
  class UpdateGcmChannelResponse < Struct.new(
16167
16899
  :gcm_channel_response)
16900
+ SENSITIVE = []
16168
16901
  include Aws::Structure
16169
16902
  end
16170
16903
 
@@ -16177,6 +16910,16 @@ module Aws::Pinpoint
16177
16910
  # write_journey_request: { # required
16178
16911
  # activities: {
16179
16912
  # "__string" => {
16913
+ # custom: {
16914
+ # delivery_uri: "__string",
16915
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
16916
+ # message_config: {
16917
+ # data: "__string",
16918
+ # },
16919
+ # next_activity: "__string",
16920
+ # template_name: "__string",
16921
+ # template_version: "__string",
16922
+ # },
16180
16923
  # conditional_split: {
16181
16924
  # condition: {
16182
16925
  # conditions: [
@@ -16397,6 +17140,14 @@ module Aws::Pinpoint
16397
17140
  # wait_until: "__string",
16398
17141
  # },
16399
17142
  # },
17143
+ # push: {
17144
+ # message_config: {
17145
+ # time_to_live: "__string",
17146
+ # },
17147
+ # next_activity: "__string",
17148
+ # template_name: "__string",
17149
+ # template_version: "__string",
17150
+ # },
16400
17151
  # random_split: {
16401
17152
  # branches: [
16402
17153
  # {
@@ -16405,6 +17156,15 @@ module Aws::Pinpoint
16405
17156
  # },
16406
17157
  # ],
16407
17158
  # },
17159
+ # sms: {
17160
+ # message_config: {
17161
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
17162
+ # sender_id: "__string",
17163
+ # },
17164
+ # next_activity: "__string",
17165
+ # template_name: "__string",
17166
+ # template_version: "__string",
17167
+ # },
16408
17168
  # wait: {
16409
17169
  # next_activity: "__string",
16410
17170
  # wait_time: {
@@ -16460,6 +17220,7 @@ module Aws::Pinpoint
16460
17220
  :application_id,
16461
17221
  :journey_id,
16462
17222
  :write_journey_request)
17223
+ SENSITIVE = []
16463
17224
  include Aws::Structure
16464
17225
  end
16465
17226
 
@@ -16472,6 +17233,7 @@ module Aws::Pinpoint
16472
17233
  #
16473
17234
  class UpdateJourneyResponse < Struct.new(
16474
17235
  :journey_response)
17236
+ SENSITIVE = []
16475
17237
  include Aws::Structure
16476
17238
  end
16477
17239
 
@@ -16502,6 +17264,7 @@ module Aws::Pinpoint
16502
17264
  :application_id,
16503
17265
  :journey_id,
16504
17266
  :journey_state_request)
17267
+ SENSITIVE = []
16505
17268
  include Aws::Structure
16506
17269
  end
16507
17270
 
@@ -16514,6 +17277,7 @@ module Aws::Pinpoint
16514
17277
  #
16515
17278
  class UpdateJourneyStateResponse < Struct.new(
16516
17279
  :journey_response)
17280
+ SENSITIVE = []
16517
17281
  include Aws::Structure
16518
17282
  end
16519
17283
 
@@ -16605,6 +17369,7 @@ module Aws::Pinpoint
16605
17369
  :push_notification_template_request,
16606
17370
  :template_name,
16607
17371
  :version)
17372
+ SENSITIVE = []
16608
17373
  include Aws::Structure
16609
17374
  end
16610
17375
 
@@ -16616,6 +17381,7 @@ module Aws::Pinpoint
16616
17381
  #
16617
17382
  class UpdatePushTemplateResponse < Struct.new(
16618
17383
  :message_body)
17384
+ SENSITIVE = []
16619
17385
  include Aws::Structure
16620
17386
  end
16621
17387
 
@@ -16760,6 +17526,7 @@ module Aws::Pinpoint
16760
17526
  :recommendation_transformer_uri,
16761
17527
  :recommendations_display_name,
16762
17528
  :recommendations_per_message)
17529
+ SENSITIVE = []
16763
17530
  include Aws::Structure
16764
17531
  end
16765
17532
 
@@ -16796,6 +17563,7 @@ module Aws::Pinpoint
16796
17563
  class UpdateRecommenderConfigurationRequest < Struct.new(
16797
17564
  :recommender_id,
16798
17565
  :update_recommender_configuration)
17566
+ SENSITIVE = []
16799
17567
  include Aws::Structure
16800
17568
  end
16801
17569
 
@@ -16808,6 +17576,7 @@ module Aws::Pinpoint
16808
17576
  #
16809
17577
  class UpdateRecommenderConfigurationResponse < Struct.new(
16810
17578
  :recommender_configuration_response)
17579
+ SENSITIVE = []
16811
17580
  include Aws::Structure
16812
17581
  end
16813
17582
 
@@ -16990,6 +17759,7 @@ module Aws::Pinpoint
16990
17759
  :application_id,
16991
17760
  :segment_id,
16992
17761
  :write_segment_request)
17762
+ SENSITIVE = []
16993
17763
  include Aws::Structure
16994
17764
  end
16995
17765
 
@@ -17002,6 +17772,7 @@ module Aws::Pinpoint
17002
17772
  #
17003
17773
  class UpdateSegmentResponse < Struct.new(
17004
17774
  :segment_response)
17775
+ SENSITIVE = []
17005
17776
  include Aws::Structure
17006
17777
  end
17007
17778
 
@@ -17030,6 +17801,7 @@ module Aws::Pinpoint
17030
17801
  class UpdateSmsChannelRequest < Struct.new(
17031
17802
  :application_id,
17032
17803
  :sms_channel_request)
17804
+ SENSITIVE = []
17033
17805
  include Aws::Structure
17034
17806
  end
17035
17807
 
@@ -17042,6 +17814,7 @@ module Aws::Pinpoint
17042
17814
  #
17043
17815
  class UpdateSmsChannelResponse < Struct.new(
17044
17816
  :sms_channel_response)
17817
+ SENSITIVE = []
17045
17818
  include Aws::Structure
17046
17819
  end
17047
17820
 
@@ -17084,6 +17857,7 @@ module Aws::Pinpoint
17084
17857
  :sms_template_request,
17085
17858
  :template_name,
17086
17859
  :version)
17860
+ SENSITIVE = []
17087
17861
  include Aws::Structure
17088
17862
  end
17089
17863
 
@@ -17095,6 +17869,7 @@ module Aws::Pinpoint
17095
17869
  #
17096
17870
  class UpdateSmsTemplateResponse < Struct.new(
17097
17871
  :message_body)
17872
+ SENSITIVE = []
17098
17873
  include Aws::Structure
17099
17874
  end
17100
17875
 
@@ -17126,6 +17901,7 @@ module Aws::Pinpoint
17126
17901
  :template_active_version_request,
17127
17902
  :template_name,
17128
17903
  :template_type)
17904
+ SENSITIVE = []
17129
17905
  include Aws::Structure
17130
17906
  end
17131
17907
 
@@ -17137,6 +17913,7 @@ module Aws::Pinpoint
17137
17913
  #
17138
17914
  class UpdateTemplateActiveVersionResponse < Struct.new(
17139
17915
  :message_body)
17916
+ SENSITIVE = []
17140
17917
  include Aws::Structure
17141
17918
  end
17142
17919
 
@@ -17163,6 +17940,7 @@ module Aws::Pinpoint
17163
17940
  class UpdateVoiceChannelRequest < Struct.new(
17164
17941
  :application_id,
17165
17942
  :voice_channel_request)
17943
+ SENSITIVE = []
17166
17944
  include Aws::Structure
17167
17945
  end
17168
17946
 
@@ -17175,6 +17953,7 @@ module Aws::Pinpoint
17175
17953
  #
17176
17954
  class UpdateVoiceChannelResponse < Struct.new(
17177
17955
  :voice_channel_response)
17956
+ SENSITIVE = []
17178
17957
  include Aws::Structure
17179
17958
  end
17180
17959
 
@@ -17218,6 +17997,7 @@ module Aws::Pinpoint
17218
17997
  :template_name,
17219
17998
  :version,
17220
17999
  :voice_template_request)
18000
+ SENSITIVE = []
17221
18001
  include Aws::Structure
17222
18002
  end
17223
18003
 
@@ -17229,6 +18009,7 @@ module Aws::Pinpoint
17229
18009
  #
17230
18010
  class UpdateVoiceTemplateResponse < Struct.new(
17231
18011
  :message_body)
18012
+ SENSITIVE = []
17232
18013
  include Aws::Structure
17233
18014
  end
17234
18015
 
@@ -17250,6 +18031,7 @@ module Aws::Pinpoint
17250
18031
  #
17251
18032
  class VoiceChannelRequest < Struct.new(
17252
18033
  :enabled)
18034
+ SENSITIVE = []
17253
18035
  include Aws::Structure
17254
18036
  end
17255
18037
 
@@ -17315,6 +18097,7 @@ module Aws::Pinpoint
17315
18097
  :last_modified_date,
17316
18098
  :platform,
17317
18099
  :version)
18100
+ SENSITIVE = []
17318
18101
  include Aws::Structure
17319
18102
  end
17320
18103
 
@@ -17378,6 +18161,7 @@ module Aws::Pinpoint
17378
18161
  :origination_number,
17379
18162
  :substitutions,
17380
18163
  :voice_id)
18164
+ SENSITIVE = []
17381
18165
  include Aws::Structure
17382
18166
  end
17383
18167
 
@@ -17453,6 +18237,7 @@ module Aws::Pinpoint
17453
18237
  :tags,
17454
18238
  :template_description,
17455
18239
  :voice_id)
18240
+ SENSITIVE = []
17456
18241
  include Aws::Structure
17457
18242
  end
17458
18243
 
@@ -17547,6 +18332,7 @@ module Aws::Pinpoint
17547
18332
  :template_type,
17548
18333
  :version,
17549
18334
  :voice_id)
18335
+ SENSITIVE = []
17550
18336
  include Aws::Structure
17551
18337
  end
17552
18338
 
@@ -17580,6 +18366,7 @@ module Aws::Pinpoint
17580
18366
  class WaitActivity < Struct.new(
17581
18367
  :next_activity,
17582
18368
  :wait_time)
18369
+ SENSITIVE = []
17583
18370
  include Aws::Structure
17584
18371
  end
17585
18372
 
@@ -17612,6 +18399,7 @@ module Aws::Pinpoint
17612
18399
  class WaitTime < Struct.new(
17613
18400
  :wait_for,
17614
18401
  :wait_until)
18402
+ SENSITIVE = []
17615
18403
  include Aws::Structure
17616
18404
  end
17617
18405
 
@@ -17708,6 +18496,7 @@ module Aws::Pinpoint
17708
18496
  :cloud_watch_metrics_enabled,
17709
18497
  :limits,
17710
18498
  :quiet_time)
18499
+ SENSITIVE = []
17711
18500
  include Aws::Structure
17712
18501
  end
17713
18502
 
@@ -17721,7 +18510,7 @@ module Aws::Pinpoint
17721
18510
  # {
17722
18511
  # custom_delivery_configuration: {
17723
18512
  # delivery_uri: "__string", # required
17724
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
18513
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
17725
18514
  # },
17726
18515
  # message_configuration: {
17727
18516
  # adm_message: {
@@ -17866,7 +18655,7 @@ module Aws::Pinpoint
17866
18655
  # ],
17867
18656
  # custom_delivery_configuration: {
17868
18657
  # delivery_uri: "__string", # required
17869
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
18658
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
17870
18659
  # },
17871
18660
  # description: "__string",
17872
18661
  # holdout_percent: 1,
@@ -18124,6 +18913,7 @@ module Aws::Pinpoint
18124
18913
  :template_configuration,
18125
18914
  :treatment_description,
18126
18915
  :treatment_name)
18916
+ SENSITIVE = []
18127
18917
  include Aws::Structure
18128
18918
  end
18129
18919
 
@@ -18162,6 +18952,7 @@ module Aws::Pinpoint
18162
18952
  class WriteEventStream < Struct.new(
18163
18953
  :destination_stream_arn,
18164
18954
  :role_arn)
18955
+ SENSITIVE = []
18165
18956
  include Aws::Structure
18166
18957
  end
18167
18958
 
@@ -18173,6 +18964,16 @@ module Aws::Pinpoint
18173
18964
  # {
18174
18965
  # activities: {
18175
18966
  # "__string" => {
18967
+ # custom: {
18968
+ # delivery_uri: "__string",
18969
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
18970
+ # message_config: {
18971
+ # data: "__string",
18972
+ # },
18973
+ # next_activity: "__string",
18974
+ # template_name: "__string",
18975
+ # template_version: "__string",
18976
+ # },
18176
18977
  # conditional_split: {
18177
18978
  # condition: {
18178
18979
  # conditions: [
@@ -18393,6 +19194,14 @@ module Aws::Pinpoint
18393
19194
  # wait_until: "__string",
18394
19195
  # },
18395
19196
  # },
19197
+ # push: {
19198
+ # message_config: {
19199
+ # time_to_live: "__string",
19200
+ # },
19201
+ # next_activity: "__string",
19202
+ # template_name: "__string",
19203
+ # template_version: "__string",
19204
+ # },
18396
19205
  # random_split: {
18397
19206
  # branches: [
18398
19207
  # {
@@ -18401,6 +19210,15 @@ module Aws::Pinpoint
18401
19210
  # },
18402
19211
  # ],
18403
19212
  # },
19213
+ # sms: {
19214
+ # message_config: {
19215
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
19216
+ # sender_id: "__string",
19217
+ # },
19218
+ # next_activity: "__string",
19219
+ # template_name: "__string",
19220
+ # template_version: "__string",
19221
+ # },
18404
19222
  # wait: {
18405
19223
  # next_activity: "__string",
18406
19224
  # wait_time: {
@@ -18545,6 +19363,7 @@ module Aws::Pinpoint
18545
19363
  :start_activity,
18546
19364
  :start_condition,
18547
19365
  :state)
19366
+ SENSITIVE = []
18548
19367
  include Aws::Structure
18549
19368
  end
18550
19369
 
@@ -18737,6 +19556,7 @@ module Aws::Pinpoint
18737
19556
  :name,
18738
19557
  :segment_groups,
18739
19558
  :tags)
19559
+ SENSITIVE = []
18740
19560
  include Aws::Structure
18741
19561
  end
18742
19562
 
@@ -18749,7 +19569,7 @@ module Aws::Pinpoint
18749
19569
  # {
18750
19570
  # custom_delivery_configuration: {
18751
19571
  # delivery_uri: "__string", # required
18752
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
19572
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
18753
19573
  # },
18754
19574
  # message_configuration: {
18755
19575
  # adm_message: {
@@ -18934,6 +19754,7 @@ module Aws::Pinpoint
18934
19754
  :template_configuration,
18935
19755
  :treatment_description,
18936
19756
  :treatment_name)
19757
+ SENSITIVE = []
18937
19758
  include Aws::Structure
18938
19759
  end
18939
19760