aws-sdk-pinpoint 1.42.1 → 1.47.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:
@@ -58,6 +60,7 @@ module Aws::Pinpoint
58
60
  ChannelsResponse = Shapes::StructureShape.new(name: 'ChannelsResponse')
59
61
  Condition = Shapes::StructureShape.new(name: 'Condition')
60
62
  ConditionalSplitActivity = Shapes::StructureShape.new(name: 'ConditionalSplitActivity')
63
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
61
64
  CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
62
65
  CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
63
66
  CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
@@ -156,7 +159,9 @@ module Aws::Pinpoint
156
159
  Event = Shapes::StructureShape.new(name: 'Event')
157
160
  EventCondition = Shapes::StructureShape.new(name: 'EventCondition')
158
161
  EventDimensions = Shapes::StructureShape.new(name: 'EventDimensions')
162
+ EventFilter = Shapes::StructureShape.new(name: 'EventFilter')
159
163
  EventItemResponse = Shapes::StructureShape.new(name: 'EventItemResponse')
164
+ EventStartCondition = Shapes::StructureShape.new(name: 'EventStartCondition')
160
165
  EventStream = Shapes::StructureShape.new(name: 'EventStream')
161
166
  EventsBatch = Shapes::StructureShape.new(name: 'EventsBatch')
162
167
  EventsRequest = Shapes::StructureShape.new(name: 'EventsRequest')
@@ -869,6 +874,10 @@ module Aws::Pinpoint
869
874
  ConditionalSplitActivity.add_member(:true_activity, Shapes::ShapeRef.new(shape: __string, location_name: "TrueActivity"))
870
875
  ConditionalSplitActivity.struct_class = Types::ConditionalSplitActivity
871
876
 
877
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
878
+ ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "RequestID"))
879
+ ConflictException.struct_class = Types::ConflictException
880
+
872
881
  CreateAppRequest.add_member(:create_application_request, Shapes::ShapeRef.new(shape: CreateApplicationRequest, required: true, location_name: "CreateApplicationRequest"))
873
882
  CreateAppRequest.struct_class = Types::CreateAppRequest
874
883
  CreateAppRequest[:payload] = :create_application_request
@@ -1402,7 +1411,7 @@ module Aws::Pinpoint
1402
1411
  Event.add_member(:timestamp, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Timestamp"))
1403
1412
  Event.struct_class = Types::Event
1404
1413
 
1405
- EventCondition.add_member(:dimensions, Shapes::ShapeRef.new(shape: EventDimensions, required: true, location_name: "Dimensions"))
1414
+ EventCondition.add_member(:dimensions, Shapes::ShapeRef.new(shape: EventDimensions, location_name: "Dimensions"))
1406
1415
  EventCondition.add_member(:message_activity, Shapes::ShapeRef.new(shape: __string, location_name: "MessageActivity"))
1407
1416
  EventCondition.struct_class = Types::EventCondition
1408
1417
 
@@ -1411,10 +1420,18 @@ module Aws::Pinpoint
1411
1420
  EventDimensions.add_member(:metrics, Shapes::ShapeRef.new(shape: MapOfMetricDimension, location_name: "Metrics"))
1412
1421
  EventDimensions.struct_class = Types::EventDimensions
1413
1422
 
1423
+ EventFilter.add_member(:dimensions, Shapes::ShapeRef.new(shape: EventDimensions, required: true, location_name: "Dimensions"))
1424
+ EventFilter.add_member(:filter_type, Shapes::ShapeRef.new(shape: FilterType, required: true, location_name: "FilterType"))
1425
+ EventFilter.struct_class = Types::EventFilter
1426
+
1414
1427
  EventItemResponse.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
1415
1428
  EventItemResponse.add_member(:status_code, Shapes::ShapeRef.new(shape: __integer, location_name: "StatusCode"))
1416
1429
  EventItemResponse.struct_class = Types::EventItemResponse
1417
1430
 
1431
+ EventStartCondition.add_member(:event_filter, Shapes::ShapeRef.new(shape: EventFilter, location_name: "EventFilter"))
1432
+ EventStartCondition.add_member(:segment_id, Shapes::ShapeRef.new(shape: __string, location_name: "SegmentId"))
1433
+ EventStartCondition.struct_class = Types::EventStartCondition
1434
+
1418
1435
  EventStream.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ApplicationId"))
1419
1436
  EventStream.add_member(:destination_stream_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "DestinationStreamArn"))
1420
1437
  EventStream.add_member(:external_id, Shapes::ShapeRef.new(shape: __string, location_name: "ExternalId"))
@@ -2608,6 +2625,7 @@ module Aws::Pinpoint
2608
2625
  SimpleEmailPart.struct_class = Types::SimpleEmailPart
2609
2626
 
2610
2627
  StartCondition.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
2628
+ StartCondition.add_member(:event_start_condition, Shapes::ShapeRef.new(shape: EventStartCondition, location_name: "EventStartCondition"))
2611
2629
  StartCondition.add_member(:segment_start_condition, Shapes::ShapeRef.new(shape: SegmentCondition, location_name: "SegmentStartCondition"))
2612
2630
  StartCondition.struct_class = Types::StartCondition
2613
2631
 
@@ -4602,6 +4620,7 @@ module Aws::Pinpoint
4602
4620
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4603
4621
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
4604
4622
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4623
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4605
4624
  end)
4606
4625
 
4607
4626
  api.add_operation(:update_journey_state, Seahorse::Model::Operation.new.tap do |o|
@@ -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:
@@ -26,6 +28,7 @@ module Aws::Pinpoint
26
28
  #
27
29
  # ## Error Classes
28
30
  # * {BadRequestException}
31
+ # * {ConflictException}
29
32
  # * {ForbiddenException}
30
33
  # * {InternalServerErrorException}
31
34
  # * {MethodNotAllowedException}
@@ -59,6 +62,26 @@ module Aws::Pinpoint
59
62
  end
60
63
  end
61
64
 
65
+ class ConflictException < ServiceError
66
+
67
+ # @param [Seahorse::Client::RequestContext] context
68
+ # @param [String] message
69
+ # @param [Aws::Pinpoint::Types::ConflictException] data
70
+ def initialize(context, message, data = Aws::EmptyStructure.new)
71
+ super(context, message, data)
72
+ end
73
+
74
+ # @return [String]
75
+ def message
76
+ @message || @data[:message]
77
+ end
78
+
79
+ # @return [String]
80
+ def request_id
81
+ @data[:request_id]
82
+ end
83
+ end
84
+
62
85
  class ForbiddenException < ServiceError
63
86
 
64
87
  # @param [Seahorse::Client::RequestContext] context
@@ -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
 
@@ -1249,7 +1265,7 @@ module Aws::Pinpoint
1249
1265
  # conditions: [
1250
1266
  # {
1251
1267
  # event_condition: {
1252
- # dimensions: { # required
1268
+ # dimensions: {
1253
1269
  # attributes: {
1254
1270
  # "__string" => {
1255
1271
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -1366,7 +1382,7 @@ module Aws::Pinpoint
1366
1382
  # {
1367
1383
  # condition: {
1368
1384
  # event_condition: {
1369
- # dimensions: { # required
1385
+ # dimensions: {
1370
1386
  # attributes: {
1371
1387
  # "__string" => {
1372
1388
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -1567,6 +1583,7 @@ module Aws::Pinpoint
1567
1583
  :random_split,
1568
1584
  :sms,
1569
1585
  :wait)
1586
+ SENSITIVE = []
1570
1587
  include Aws::Structure
1571
1588
  end
1572
1589
 
@@ -1650,6 +1667,7 @@ module Aws::Pinpoint
1650
1667
  :timezones_total_count,
1651
1668
  :total_endpoint_count,
1652
1669
  :treatment_id)
1670
+ SENSITIVE = []
1653
1671
  include Aws::Structure
1654
1672
  end
1655
1673
 
@@ -1716,6 +1734,7 @@ module Aws::Pinpoint
1716
1734
  :raw_content,
1717
1735
  :substitutions,
1718
1736
  :title_override)
1737
+ SENSITIVE = []
1719
1738
  include Aws::Structure
1720
1739
  end
1721
1740
 
@@ -1813,6 +1832,7 @@ module Aws::Pinpoint
1813
1832
  :sound,
1814
1833
  :title,
1815
1834
  :url)
1835
+ SENSITIVE = []
1816
1836
  include Aws::Structure
1817
1837
  end
1818
1838
 
@@ -1872,6 +1892,7 @@ module Aws::Pinpoint
1872
1892
  :kpi_result,
1873
1893
  :next_token,
1874
1894
  :start_time)
1895
+ SENSITIVE = []
1875
1896
  include Aws::Structure
1876
1897
  end
1877
1898
 
@@ -1904,6 +1925,7 @@ module Aws::Pinpoint
1904
1925
  :id,
1905
1926
  :name,
1906
1927
  :tags)
1928
+ SENSITIVE = []
1907
1929
  include Aws::Structure
1908
1930
  end
1909
1931
 
@@ -1927,14 +1949,13 @@ module Aws::Pinpoint
1927
1949
  # @return [String]
1928
1950
  #
1929
1951
  # @!attribute [rw] limits
1930
- # The default sending limits for campaigns and journeys in the
1931
- # application.
1952
+ # The default sending limits for campaigns in the application.
1932
1953
  # @return [Types::CampaignLimits]
1933
1954
  #
1934
1955
  # @!attribute [rw] quiet_time
1935
- # The default quiet time for campaigns and journeys in the
1936
- # application. Quiet time is a specific time range when messages
1937
- # aren't sent to endpoints, if all the following conditions are met:
1956
+ # The default quiet time for campaigns in the application. Quiet time
1957
+ # is a specific time range when messages aren't sent to endpoints, if
1958
+ # all the following conditions are met:
1938
1959
  #
1939
1960
  # * The EndpointDemographic.Timezone property of the endpoint is set
1940
1961
  # to a valid value.
@@ -1962,6 +1983,7 @@ module Aws::Pinpoint
1962
1983
  :last_modified_date,
1963
1984
  :limits,
1964
1985
  :quiet_time)
1986
+ SENSITIVE = []
1965
1987
  include Aws::Structure
1966
1988
  end
1967
1989
 
@@ -1982,6 +2004,7 @@ module Aws::Pinpoint
1982
2004
  class ApplicationsResponse < Struct.new(
1983
2005
  :item,
1984
2006
  :next_token)
2007
+ SENSITIVE = []
1985
2008
  include Aws::Structure
1986
2009
  end
1987
2010
 
@@ -2015,6 +2038,7 @@ module Aws::Pinpoint
2015
2038
  class AttributeDimension < Struct.new(
2016
2039
  :attribute_type,
2017
2040
  :values)
2041
+ SENSITIVE = []
2018
2042
  include Aws::Structure
2019
2043
  end
2020
2044
 
@@ -2050,6 +2074,7 @@ module Aws::Pinpoint
2050
2074
  :application_id,
2051
2075
  :attribute_type,
2052
2076
  :attributes)
2077
+ SENSITIVE = []
2053
2078
  include Aws::Structure
2054
2079
  end
2055
2080
 
@@ -2066,6 +2091,7 @@ module Aws::Pinpoint
2066
2091
  class BadRequestException < Struct.new(
2067
2092
  :message,
2068
2093
  :request_id)
2094
+ SENSITIVE = []
2069
2095
  include Aws::Structure
2070
2096
  end
2071
2097
 
@@ -2101,6 +2127,7 @@ module Aws::Pinpoint
2101
2127
  :api_key,
2102
2128
  :enabled,
2103
2129
  :secret_key)
2130
+ SENSITIVE = []
2104
2131
  include Aws::Structure
2105
2132
  end
2106
2133
 
@@ -2170,6 +2197,7 @@ module Aws::Pinpoint
2170
2197
  :last_modified_date,
2171
2198
  :platform,
2172
2199
  :version)
2200
+ SENSITIVE = []
2173
2201
  include Aws::Structure
2174
2202
  end
2175
2203
 
@@ -2305,6 +2333,7 @@ module Aws::Pinpoint
2305
2333
  :time_to_live,
2306
2334
  :title,
2307
2335
  :url)
2336
+ SENSITIVE = []
2308
2337
  include Aws::Structure
2309
2338
  end
2310
2339
 
@@ -2321,6 +2350,7 @@ module Aws::Pinpoint
2321
2350
  #
2322
2351
  class BaseKpiResult < Struct.new(
2323
2352
  :rows)
2353
+ SENSITIVE = []
2324
2354
  include Aws::Structure
2325
2355
  end
2326
2356
 
@@ -2343,6 +2373,7 @@ module Aws::Pinpoint
2343
2373
  #
2344
2374
  class CampaignCustomMessage < Struct.new(
2345
2375
  :data)
2376
+ SENSITIVE = []
2346
2377
  include Aws::Structure
2347
2378
  end
2348
2379
 
@@ -2407,6 +2438,7 @@ module Aws::Pinpoint
2407
2438
  :kpi_result,
2408
2439
  :next_token,
2409
2440
  :start_time)
2441
+ SENSITIVE = []
2410
2442
  include Aws::Structure
2411
2443
  end
2412
2444
 
@@ -2450,6 +2482,7 @@ module Aws::Pinpoint
2450
2482
  :from_address,
2451
2483
  :html_body,
2452
2484
  :title)
2485
+ SENSITIVE = []
2453
2486
  include Aws::Structure
2454
2487
  end
2455
2488
 
@@ -2498,6 +2531,7 @@ module Aws::Pinpoint
2498
2531
  class CampaignEventFilter < Struct.new(
2499
2532
  :dimensions,
2500
2533
  :filter_type)
2534
+ SENSITIVE = []
2501
2535
  include Aws::Structure
2502
2536
  end
2503
2537
 
@@ -2543,12 +2577,13 @@ module Aws::Pinpoint
2543
2577
  :lambda_function_name,
2544
2578
  :mode,
2545
2579
  :web_url)
2580
+ SENSITIVE = []
2546
2581
  include Aws::Structure
2547
2582
  end
2548
2583
 
2549
2584
  # For a campaign, specifies limits on the messages that the campaign can
2550
2585
  # send. For an application, specifies the default limits for messages
2551
- # that campaigns and journeys in the application can send.
2586
+ # that campaigns in the application can send.
2552
2587
  #
2553
2588
  # @note When making an API call, you may pass CampaignLimits
2554
2589
  # data as a hash:
@@ -2577,8 +2612,8 @@ module Aws::Pinpoint
2577
2612
  # @!attribute [rw] messages_per_second
2578
2613
  # The maximum number of messages that a campaign can send each second.
2579
2614
  # For an application, this value specifies the default limit for the
2580
- # number of messages that campaigns and journeys can send each second.
2581
- # The minimum value is 50. The maximum value is 20,000.
2615
+ # number of messages that campaigns can send each second. The minimum
2616
+ # value is 50. The maximum value is 20,000.
2582
2617
  # @return [Integer]
2583
2618
  #
2584
2619
  # @!attribute [rw] total
@@ -2595,6 +2630,7 @@ module Aws::Pinpoint
2595
2630
  :maximum_duration,
2596
2631
  :messages_per_second,
2597
2632
  :total)
2633
+ SENSITIVE = []
2598
2634
  include Aws::Structure
2599
2635
  end
2600
2636
 
@@ -2738,6 +2774,7 @@ module Aws::Pinpoint
2738
2774
  :treatment_description,
2739
2775
  :treatment_name,
2740
2776
  :version)
2777
+ SENSITIVE = []
2741
2778
  include Aws::Structure
2742
2779
  end
2743
2780
 
@@ -2775,6 +2812,7 @@ module Aws::Pinpoint
2775
2812
  :body,
2776
2813
  :message_type,
2777
2814
  :sender_id)
2815
+ SENSITIVE = []
2778
2816
  include Aws::Structure
2779
2817
  end
2780
2818
 
@@ -2794,6 +2832,7 @@ module Aws::Pinpoint
2794
2832
  #
2795
2833
  class CampaignState < Struct.new(
2796
2834
  :campaign_status)
2835
+ SENSITIVE = []
2797
2836
  include Aws::Structure
2798
2837
  end
2799
2838
 
@@ -2816,6 +2855,7 @@ module Aws::Pinpoint
2816
2855
  class CampaignsResponse < Struct.new(
2817
2856
  :item,
2818
2857
  :next_token)
2858
+ SENSITIVE = []
2819
2859
  include Aws::Structure
2820
2860
  end
2821
2861
 
@@ -2873,6 +2913,7 @@ module Aws::Pinpoint
2873
2913
  :last_modified_by,
2874
2914
  :last_modified_date,
2875
2915
  :version)
2916
+ SENSITIVE = []
2876
2917
  include Aws::Structure
2877
2918
  end
2878
2919
 
@@ -2890,6 +2931,7 @@ module Aws::Pinpoint
2890
2931
  #
2891
2932
  class ChannelsResponse < Struct.new(
2892
2933
  :channels)
2934
+ SENSITIVE = []
2893
2935
  include Aws::Structure
2894
2936
  end
2895
2937
 
@@ -2903,7 +2945,7 @@ module Aws::Pinpoint
2903
2945
  # conditions: [
2904
2946
  # {
2905
2947
  # event_condition: {
2906
- # dimensions: { # required
2948
+ # dimensions: {
2907
2949
  # attributes: {
2908
2950
  # "__string" => {
2909
2951
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -3012,6 +3054,7 @@ module Aws::Pinpoint
3012
3054
  class Condition < Struct.new(
3013
3055
  :conditions,
3014
3056
  :operator)
3057
+ SENSITIVE = []
3015
3058
  include Aws::Structure
3016
3059
  end
3017
3060
 
@@ -3019,6 +3062,19 @@ module Aws::Pinpoint
3019
3062
  # type of activity sends participants down one of two paths in a
3020
3063
  # journey, based on conditions that you specify.
3021
3064
  #
3065
+ # <note markdown="1">To create yes/no split activities that send participants down
3066
+ # different paths based on push notification events (such as Open or
3067
+ # Received events), your mobile app has to specify the User ID and
3068
+ # Endpoint ID values. For more information, see [Integrating Amazon
3069
+ # Pinpoint with your application][1] in the *Amazon Pinpoint Developer
3070
+ # Guide*.
3071
+ #
3072
+ # </note>
3073
+ #
3074
+ #
3075
+ #
3076
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/integrate.html
3077
+ #
3022
3078
  # @note When making an API call, you may pass ConditionalSplitActivity
3023
3079
  # data as a hash:
3024
3080
  #
@@ -3027,7 +3083,7 @@ module Aws::Pinpoint
3027
3083
  # conditions: [
3028
3084
  # {
3029
3085
  # event_condition: {
3030
- # dimensions: { # required
3086
+ # dimensions: {
3031
3087
  # attributes: {
3032
3088
  # "__string" => {
3033
3089
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -3155,6 +3211,24 @@ module Aws::Pinpoint
3155
3211
  :evaluation_wait_time,
3156
3212
  :false_activity,
3157
3213
  :true_activity)
3214
+ SENSITIVE = []
3215
+ include Aws::Structure
3216
+ end
3217
+
3218
+ # Provides information about an API request or response.
3219
+ #
3220
+ # @!attribute [rw] message
3221
+ # @return [String]
3222
+ #
3223
+ # @!attribute [rw] request_id
3224
+ # @return [String]
3225
+ #
3226
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/ConflictException AWS API Documentation
3227
+ #
3228
+ class ConflictException < Struct.new(
3229
+ :message,
3230
+ :request_id)
3231
+ SENSITIVE = []
3158
3232
  include Aws::Structure
3159
3233
  end
3160
3234
 
@@ -3179,6 +3253,7 @@ module Aws::Pinpoint
3179
3253
  #
3180
3254
  class CreateAppRequest < Struct.new(
3181
3255
  :create_application_request)
3256
+ SENSITIVE = []
3182
3257
  include Aws::Structure
3183
3258
  end
3184
3259
 
@@ -3190,6 +3265,7 @@ module Aws::Pinpoint
3190
3265
  #
3191
3266
  class CreateAppResponse < Struct.new(
3192
3267
  :application_response)
3268
+ SENSITIVE = []
3193
3269
  include Aws::Structure
3194
3270
  end
3195
3271
 
@@ -3222,6 +3298,7 @@ module Aws::Pinpoint
3222
3298
  class CreateApplicationRequest < Struct.new(
3223
3299
  :name,
3224
3300
  :tags)
3301
+ SENSITIVE = []
3225
3302
  include Aws::Structure
3226
3303
  end
3227
3304
 
@@ -3555,6 +3632,7 @@ module Aws::Pinpoint
3555
3632
  class CreateCampaignRequest < Struct.new(
3556
3633
  :application_id,
3557
3634
  :write_campaign_request)
3635
+ SENSITIVE = []
3558
3636
  include Aws::Structure
3559
3637
  end
3560
3638
 
@@ -3567,6 +3645,7 @@ module Aws::Pinpoint
3567
3645
  #
3568
3646
  class CreateCampaignResponse < Struct.new(
3569
3647
  :campaign_response)
3648
+ SENSITIVE = []
3570
3649
  include Aws::Structure
3571
3650
  end
3572
3651
 
@@ -3601,6 +3680,7 @@ module Aws::Pinpoint
3601
3680
  class CreateEmailTemplateRequest < Struct.new(
3602
3681
  :email_template_request,
3603
3682
  :template_name)
3683
+ SENSITIVE = []
3604
3684
  include Aws::Structure
3605
3685
  end
3606
3686
 
@@ -3612,6 +3692,7 @@ module Aws::Pinpoint
3612
3692
  #
3613
3693
  class CreateEmailTemplateResponse < Struct.new(
3614
3694
  :create_template_message_body)
3695
+ SENSITIVE = []
3615
3696
  include Aws::Structure
3616
3697
  end
3617
3698
 
@@ -3641,6 +3722,7 @@ module Aws::Pinpoint
3641
3722
  class CreateExportJobRequest < Struct.new(
3642
3723
  :application_id,
3643
3724
  :export_job_request)
3725
+ SENSITIVE = []
3644
3726
  include Aws::Structure
3645
3727
  end
3646
3728
 
@@ -3656,6 +3738,7 @@ module Aws::Pinpoint
3656
3738
  #
3657
3739
  class CreateExportJobResponse < Struct.new(
3658
3740
  :export_job_response)
3741
+ SENSITIVE = []
3659
3742
  include Aws::Structure
3660
3743
  end
3661
3744
 
@@ -3689,6 +3772,7 @@ module Aws::Pinpoint
3689
3772
  class CreateImportJobRequest < Struct.new(
3690
3773
  :application_id,
3691
3774
  :import_job_request)
3775
+ SENSITIVE = []
3692
3776
  include Aws::Structure
3693
3777
  end
3694
3778
 
@@ -3704,6 +3788,7 @@ module Aws::Pinpoint
3704
3788
  #
3705
3789
  class CreateImportJobResponse < Struct.new(
3706
3790
  :import_job_response)
3791
+ SENSITIVE = []
3707
3792
  include Aws::Structure
3708
3793
  end
3709
3794
 
@@ -3730,7 +3815,7 @@ module Aws::Pinpoint
3730
3815
  # conditions: [
3731
3816
  # {
3732
3817
  # event_condition: {
3733
- # dimensions: { # required
3818
+ # dimensions: {
3734
3819
  # attributes: {
3735
3820
  # "__string" => {
3736
3821
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -3847,7 +3932,7 @@ module Aws::Pinpoint
3847
3932
  # {
3848
3933
  # condition: {
3849
3934
  # event_condition: {
3850
- # dimensions: { # required
3935
+ # dimensions: {
3851
3936
  # attributes: {
3852
3937
  # "__string" => {
3853
3938
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -4001,6 +4086,30 @@ module Aws::Pinpoint
4001
4086
  # start_activity: "__string",
4002
4087
  # start_condition: {
4003
4088
  # description: "__string",
4089
+ # event_start_condition: {
4090
+ # event_filter: {
4091
+ # dimensions: { # required
4092
+ # attributes: {
4093
+ # "__string" => {
4094
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
4095
+ # values: ["__string"], # required
4096
+ # },
4097
+ # },
4098
+ # event_type: {
4099
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
4100
+ # values: ["__string"], # required
4101
+ # },
4102
+ # metrics: {
4103
+ # "__string" => {
4104
+ # comparison_operator: "__string", # required
4105
+ # value: 1.0, # required
4106
+ # },
4107
+ # },
4108
+ # },
4109
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
4110
+ # },
4111
+ # segment_id: "__string",
4112
+ # },
4004
4113
  # segment_start_condition: {
4005
4114
  # segment_id: "__string", # required
4006
4115
  # },
@@ -4021,6 +4130,7 @@ module Aws::Pinpoint
4021
4130
  class CreateJourneyRequest < Struct.new(
4022
4131
  :application_id,
4023
4132
  :write_journey_request)
4133
+ SENSITIVE = []
4024
4134
  include Aws::Structure
4025
4135
  end
4026
4136
 
@@ -4033,6 +4143,7 @@ module Aws::Pinpoint
4033
4143
  #
4034
4144
  class CreateJourneyResponse < Struct.new(
4035
4145
  :journey_response)
4146
+ SENSITIVE = []
4036
4147
  include Aws::Structure
4037
4148
  end
4038
4149
 
@@ -4114,6 +4225,7 @@ module Aws::Pinpoint
4114
4225
  class CreatePushTemplateRequest < Struct.new(
4115
4226
  :push_notification_template_request,
4116
4227
  :template_name)
4228
+ SENSITIVE = []
4117
4229
  include Aws::Structure
4118
4230
  end
4119
4231
 
@@ -4125,6 +4237,7 @@ module Aws::Pinpoint
4125
4237
  #
4126
4238
  class CreatePushTemplateResponse < Struct.new(
4127
4239
  :create_template_message_body)
4240
+ SENSITIVE = []
4128
4241
  include Aws::Structure
4129
4242
  end
4130
4243
 
@@ -4269,6 +4382,7 @@ module Aws::Pinpoint
4269
4382
  :recommendation_transformer_uri,
4270
4383
  :recommendations_display_name,
4271
4384
  :recommendations_per_message)
4385
+ SENSITIVE = []
4272
4386
  include Aws::Structure
4273
4387
  end
4274
4388
 
@@ -4300,6 +4414,7 @@ module Aws::Pinpoint
4300
4414
  #
4301
4415
  class CreateRecommenderConfigurationRequest < Struct.new(
4302
4416
  :create_recommender_configuration)
4417
+ SENSITIVE = []
4303
4418
  include Aws::Structure
4304
4419
  end
4305
4420
 
@@ -4312,6 +4427,7 @@ module Aws::Pinpoint
4312
4427
  #
4313
4428
  class CreateRecommenderConfigurationResponse < Struct.new(
4314
4429
  :recommender_configuration_response)
4430
+ SENSITIVE = []
4315
4431
  include Aws::Structure
4316
4432
  end
4317
4433
 
@@ -4489,6 +4605,7 @@ module Aws::Pinpoint
4489
4605
  class CreateSegmentRequest < Struct.new(
4490
4606
  :application_id,
4491
4607
  :write_segment_request)
4608
+ SENSITIVE = []
4492
4609
  include Aws::Structure
4493
4610
  end
4494
4611
 
@@ -4501,6 +4618,7 @@ module Aws::Pinpoint
4501
4618
  #
4502
4619
  class CreateSegmentResponse < Struct.new(
4503
4620
  :segment_response)
4621
+ SENSITIVE = []
4504
4622
  include Aws::Structure
4505
4623
  end
4506
4624
 
@@ -4533,6 +4651,7 @@ module Aws::Pinpoint
4533
4651
  class CreateSmsTemplateRequest < Struct.new(
4534
4652
  :sms_template_request,
4535
4653
  :template_name)
4654
+ SENSITIVE = []
4536
4655
  include Aws::Structure
4537
4656
  end
4538
4657
 
@@ -4544,6 +4663,7 @@ module Aws::Pinpoint
4544
4663
  #
4545
4664
  class CreateSmsTemplateResponse < Struct.new(
4546
4665
  :create_template_message_body)
4666
+ SENSITIVE = []
4547
4667
  include Aws::Structure
4548
4668
  end
4549
4669
 
@@ -4570,6 +4690,7 @@ module Aws::Pinpoint
4570
4690
  :arn,
4571
4691
  :message,
4572
4692
  :request_id)
4693
+ SENSITIVE = []
4573
4694
  include Aws::Structure
4574
4695
  end
4575
4696
 
@@ -4603,6 +4724,7 @@ module Aws::Pinpoint
4603
4724
  class CreateVoiceTemplateRequest < Struct.new(
4604
4725
  :template_name,
4605
4726
  :voice_template_request)
4727
+ SENSITIVE = []
4606
4728
  include Aws::Structure
4607
4729
  end
4608
4730
 
@@ -4614,6 +4736,7 @@ module Aws::Pinpoint
4614
4736
  #
4615
4737
  class CreateVoiceTemplateResponse < Struct.new(
4616
4738
  :create_template_message_body)
4739
+ SENSITIVE = []
4617
4740
  include Aws::Structure
4618
4741
  end
4619
4742
 
@@ -4653,6 +4776,7 @@ module Aws::Pinpoint
4653
4776
  class CustomDeliveryConfiguration < Struct.new(
4654
4777
  :delivery_uri,
4655
4778
  :endpoint_types)
4779
+ SENSITIVE = []
4656
4780
  include Aws::Structure
4657
4781
  end
4658
4782
 
@@ -4675,11 +4799,11 @@ module Aws::Pinpoint
4675
4799
  # }
4676
4800
  #
4677
4801
  # @!attribute [rw] delivery_uri
4678
- # The destination to send the custom message to. This value can be one
4679
- # of the following:
4802
+ # The destination to send the campaign or treatment to. This value can
4803
+ # be one of the following:
4680
4804
  #
4681
4805
  # * The name or Amazon Resource Name (ARN) of an AWS Lambda function
4682
- # to invoke to handle delivery of the custom message.
4806
+ # to invoke to handle delivery of the campaign or treatment.
4683
4807
  #
4684
4808
  # * The URL for a web application or service that supports HTTPS and
4685
4809
  # can receive the message. The URL has to be a full URL, including
@@ -4733,6 +4857,7 @@ module Aws::Pinpoint
4733
4857
  :next_activity,
4734
4858
  :template_name,
4735
4859
  :template_version)
4860
+ SENSITIVE = []
4736
4861
  include Aws::Structure
4737
4862
  end
4738
4863
 
@@ -4762,6 +4887,7 @@ module Aws::Pinpoint
4762
4887
  class DefaultMessage < Struct.new(
4763
4888
  :body,
4764
4889
  :substitutions)
4890
+ SENSITIVE = []
4765
4891
  include Aws::Structure
4766
4892
  end
4767
4893
 
@@ -4845,6 +4971,7 @@ module Aws::Pinpoint
4845
4971
  :substitutions,
4846
4972
  :title,
4847
4973
  :url)
4974
+ SENSITIVE = []
4848
4975
  include Aws::Structure
4849
4976
  end
4850
4977
 
@@ -4917,6 +5044,7 @@ module Aws::Pinpoint
4917
5044
  :sound,
4918
5045
  :title,
4919
5046
  :url)
5047
+ SENSITIVE = []
4920
5048
  include Aws::Structure
4921
5049
  end
4922
5050
 
@@ -4934,6 +5062,7 @@ module Aws::Pinpoint
4934
5062
  #
4935
5063
  class DeleteAdmChannelRequest < Struct.new(
4936
5064
  :application_id)
5065
+ SENSITIVE = []
4937
5066
  include Aws::Structure
4938
5067
  end
4939
5068
 
@@ -4946,6 +5075,7 @@ module Aws::Pinpoint
4946
5075
  #
4947
5076
  class DeleteAdmChannelResponse < Struct.new(
4948
5077
  :adm_channel_response)
5078
+ SENSITIVE = []
4949
5079
  include Aws::Structure
4950
5080
  end
4951
5081
 
@@ -4963,6 +5093,7 @@ module Aws::Pinpoint
4963
5093
  #
4964
5094
  class DeleteApnsChannelRequest < Struct.new(
4965
5095
  :application_id)
5096
+ SENSITIVE = []
4966
5097
  include Aws::Structure
4967
5098
  end
4968
5099
 
@@ -4975,6 +5106,7 @@ module Aws::Pinpoint
4975
5106
  #
4976
5107
  class DeleteApnsChannelResponse < Struct.new(
4977
5108
  :apns_channel_response)
5109
+ SENSITIVE = []
4978
5110
  include Aws::Structure
4979
5111
  end
4980
5112
 
@@ -4992,6 +5124,7 @@ module Aws::Pinpoint
4992
5124
  #
4993
5125
  class DeleteApnsSandboxChannelRequest < Struct.new(
4994
5126
  :application_id)
5127
+ SENSITIVE = []
4995
5128
  include Aws::Structure
4996
5129
  end
4997
5130
 
@@ -5005,6 +5138,7 @@ module Aws::Pinpoint
5005
5138
  #
5006
5139
  class DeleteApnsSandboxChannelResponse < Struct.new(
5007
5140
  :apns_sandbox_channel_response)
5141
+ SENSITIVE = []
5008
5142
  include Aws::Structure
5009
5143
  end
5010
5144
 
@@ -5022,6 +5156,7 @@ module Aws::Pinpoint
5022
5156
  #
5023
5157
  class DeleteApnsVoipChannelRequest < Struct.new(
5024
5158
  :application_id)
5159
+ SENSITIVE = []
5025
5160
  include Aws::Structure
5026
5161
  end
5027
5162
 
@@ -5034,6 +5169,7 @@ module Aws::Pinpoint
5034
5169
  #
5035
5170
  class DeleteApnsVoipChannelResponse < Struct.new(
5036
5171
  :apns_voip_channel_response)
5172
+ SENSITIVE = []
5037
5173
  include Aws::Structure
5038
5174
  end
5039
5175
 
@@ -5051,6 +5187,7 @@ module Aws::Pinpoint
5051
5187
  #
5052
5188
  class DeleteApnsVoipSandboxChannelRequest < Struct.new(
5053
5189
  :application_id)
5190
+ SENSITIVE = []
5054
5191
  include Aws::Structure
5055
5192
  end
5056
5193
 
@@ -5064,6 +5201,7 @@ module Aws::Pinpoint
5064
5201
  #
5065
5202
  class DeleteApnsVoipSandboxChannelResponse < Struct.new(
5066
5203
  :apns_voip_sandbox_channel_response)
5204
+ SENSITIVE = []
5067
5205
  include Aws::Structure
5068
5206
  end
5069
5207
 
@@ -5081,6 +5219,7 @@ module Aws::Pinpoint
5081
5219
  #
5082
5220
  class DeleteAppRequest < Struct.new(
5083
5221
  :application_id)
5222
+ SENSITIVE = []
5084
5223
  include Aws::Structure
5085
5224
  end
5086
5225
 
@@ -5092,6 +5231,7 @@ module Aws::Pinpoint
5092
5231
  #
5093
5232
  class DeleteAppResponse < Struct.new(
5094
5233
  :application_response)
5234
+ SENSITIVE = []
5095
5235
  include Aws::Structure
5096
5236
  end
5097
5237
 
@@ -5109,6 +5249,7 @@ module Aws::Pinpoint
5109
5249
  #
5110
5250
  class DeleteBaiduChannelRequest < Struct.new(
5111
5251
  :application_id)
5252
+ SENSITIVE = []
5112
5253
  include Aws::Structure
5113
5254
  end
5114
5255
 
@@ -5121,6 +5262,7 @@ module Aws::Pinpoint
5121
5262
  #
5122
5263
  class DeleteBaiduChannelResponse < Struct.new(
5123
5264
  :baidu_channel_response)
5265
+ SENSITIVE = []
5124
5266
  include Aws::Structure
5125
5267
  end
5126
5268
 
@@ -5143,6 +5285,7 @@ module Aws::Pinpoint
5143
5285
  class DeleteCampaignRequest < Struct.new(
5144
5286
  :application_id,
5145
5287
  :campaign_id)
5288
+ SENSITIVE = []
5146
5289
  include Aws::Structure
5147
5290
  end
5148
5291
 
@@ -5155,6 +5298,7 @@ module Aws::Pinpoint
5155
5298
  #
5156
5299
  class DeleteCampaignResponse < Struct.new(
5157
5300
  :campaign_response)
5301
+ SENSITIVE = []
5158
5302
  include Aws::Structure
5159
5303
  end
5160
5304
 
@@ -5172,6 +5316,7 @@ module Aws::Pinpoint
5172
5316
  #
5173
5317
  class DeleteEmailChannelRequest < Struct.new(
5174
5318
  :application_id)
5319
+ SENSITIVE = []
5175
5320
  include Aws::Structure
5176
5321
  end
5177
5322
 
@@ -5184,6 +5329,7 @@ module Aws::Pinpoint
5184
5329
  #
5185
5330
  class DeleteEmailChannelResponse < Struct.new(
5186
5331
  :email_channel_response)
5332
+ SENSITIVE = []
5187
5333
  include Aws::Structure
5188
5334
  end
5189
5335
 
@@ -5206,6 +5352,7 @@ module Aws::Pinpoint
5206
5352
  class DeleteEmailTemplateRequest < Struct.new(
5207
5353
  :template_name,
5208
5354
  :version)
5355
+ SENSITIVE = []
5209
5356
  include Aws::Structure
5210
5357
  end
5211
5358
 
@@ -5217,6 +5364,7 @@ module Aws::Pinpoint
5217
5364
  #
5218
5365
  class DeleteEmailTemplateResponse < Struct.new(
5219
5366
  :message_body)
5367
+ SENSITIVE = []
5220
5368
  include Aws::Structure
5221
5369
  end
5222
5370
 
@@ -5239,6 +5387,7 @@ module Aws::Pinpoint
5239
5387
  class DeleteEndpointRequest < Struct.new(
5240
5388
  :application_id,
5241
5389
  :endpoint_id)
5390
+ SENSITIVE = []
5242
5391
  include Aws::Structure
5243
5392
  end
5244
5393
 
@@ -5251,6 +5400,7 @@ module Aws::Pinpoint
5251
5400
  #
5252
5401
  class DeleteEndpointResponse < Struct.new(
5253
5402
  :endpoint_response)
5403
+ SENSITIVE = []
5254
5404
  include Aws::Structure
5255
5405
  end
5256
5406
 
@@ -5268,6 +5418,7 @@ module Aws::Pinpoint
5268
5418
  #
5269
5419
  class DeleteEventStreamRequest < Struct.new(
5270
5420
  :application_id)
5421
+ SENSITIVE = []
5271
5422
  include Aws::Structure
5272
5423
  end
5273
5424
 
@@ -5280,6 +5431,7 @@ module Aws::Pinpoint
5280
5431
  #
5281
5432
  class DeleteEventStreamResponse < Struct.new(
5282
5433
  :event_stream)
5434
+ SENSITIVE = []
5283
5435
  include Aws::Structure
5284
5436
  end
5285
5437
 
@@ -5297,6 +5449,7 @@ module Aws::Pinpoint
5297
5449
  #
5298
5450
  class DeleteGcmChannelRequest < Struct.new(
5299
5451
  :application_id)
5452
+ SENSITIVE = []
5300
5453
  include Aws::Structure
5301
5454
  end
5302
5455
 
@@ -5311,6 +5464,7 @@ module Aws::Pinpoint
5311
5464
  #
5312
5465
  class DeleteGcmChannelResponse < Struct.new(
5313
5466
  :gcm_channel_response)
5467
+ SENSITIVE = []
5314
5468
  include Aws::Structure
5315
5469
  end
5316
5470
 
@@ -5333,6 +5487,7 @@ module Aws::Pinpoint
5333
5487
  class DeleteJourneyRequest < Struct.new(
5334
5488
  :application_id,
5335
5489
  :journey_id)
5490
+ SENSITIVE = []
5336
5491
  include Aws::Structure
5337
5492
  end
5338
5493
 
@@ -5345,6 +5500,7 @@ module Aws::Pinpoint
5345
5500
  #
5346
5501
  class DeleteJourneyResponse < Struct.new(
5347
5502
  :journey_response)
5503
+ SENSITIVE = []
5348
5504
  include Aws::Structure
5349
5505
  end
5350
5506
 
@@ -5367,6 +5523,7 @@ module Aws::Pinpoint
5367
5523
  class DeletePushTemplateRequest < Struct.new(
5368
5524
  :template_name,
5369
5525
  :version)
5526
+ SENSITIVE = []
5370
5527
  include Aws::Structure
5371
5528
  end
5372
5529
 
@@ -5378,6 +5535,7 @@ module Aws::Pinpoint
5378
5535
  #
5379
5536
  class DeletePushTemplateResponse < Struct.new(
5380
5537
  :message_body)
5538
+ SENSITIVE = []
5381
5539
  include Aws::Structure
5382
5540
  end
5383
5541
 
@@ -5395,6 +5553,7 @@ module Aws::Pinpoint
5395
5553
  #
5396
5554
  class DeleteRecommenderConfigurationRequest < Struct.new(
5397
5555
  :recommender_id)
5556
+ SENSITIVE = []
5398
5557
  include Aws::Structure
5399
5558
  end
5400
5559
 
@@ -5407,6 +5566,7 @@ module Aws::Pinpoint
5407
5566
  #
5408
5567
  class DeleteRecommenderConfigurationResponse < Struct.new(
5409
5568
  :recommender_configuration_response)
5569
+ SENSITIVE = []
5410
5570
  include Aws::Structure
5411
5571
  end
5412
5572
 
@@ -5429,6 +5589,7 @@ module Aws::Pinpoint
5429
5589
  class DeleteSegmentRequest < Struct.new(
5430
5590
  :application_id,
5431
5591
  :segment_id)
5592
+ SENSITIVE = []
5432
5593
  include Aws::Structure
5433
5594
  end
5434
5595
 
@@ -5441,6 +5602,7 @@ module Aws::Pinpoint
5441
5602
  #
5442
5603
  class DeleteSegmentResponse < Struct.new(
5443
5604
  :segment_response)
5605
+ SENSITIVE = []
5444
5606
  include Aws::Structure
5445
5607
  end
5446
5608
 
@@ -5458,6 +5620,7 @@ module Aws::Pinpoint
5458
5620
  #
5459
5621
  class DeleteSmsChannelRequest < Struct.new(
5460
5622
  :application_id)
5623
+ SENSITIVE = []
5461
5624
  include Aws::Structure
5462
5625
  end
5463
5626
 
@@ -5470,6 +5633,7 @@ module Aws::Pinpoint
5470
5633
  #
5471
5634
  class DeleteSmsChannelResponse < Struct.new(
5472
5635
  :sms_channel_response)
5636
+ SENSITIVE = []
5473
5637
  include Aws::Structure
5474
5638
  end
5475
5639
 
@@ -5492,6 +5656,7 @@ module Aws::Pinpoint
5492
5656
  class DeleteSmsTemplateRequest < Struct.new(
5493
5657
  :template_name,
5494
5658
  :version)
5659
+ SENSITIVE = []
5495
5660
  include Aws::Structure
5496
5661
  end
5497
5662
 
@@ -5503,6 +5668,7 @@ module Aws::Pinpoint
5503
5668
  #
5504
5669
  class DeleteSmsTemplateResponse < Struct.new(
5505
5670
  :message_body)
5671
+ SENSITIVE = []
5506
5672
  include Aws::Structure
5507
5673
  end
5508
5674
 
@@ -5525,6 +5691,7 @@ module Aws::Pinpoint
5525
5691
  class DeleteUserEndpointsRequest < Struct.new(
5526
5692
  :application_id,
5527
5693
  :user_id)
5694
+ SENSITIVE = []
5528
5695
  include Aws::Structure
5529
5696
  end
5530
5697
 
@@ -5537,6 +5704,7 @@ module Aws::Pinpoint
5537
5704
  #
5538
5705
  class DeleteUserEndpointsResponse < Struct.new(
5539
5706
  :endpoints_response)
5707
+ SENSITIVE = []
5540
5708
  include Aws::Structure
5541
5709
  end
5542
5710
 
@@ -5554,6 +5722,7 @@ module Aws::Pinpoint
5554
5722
  #
5555
5723
  class DeleteVoiceChannelRequest < Struct.new(
5556
5724
  :application_id)
5725
+ SENSITIVE = []
5557
5726
  include Aws::Structure
5558
5727
  end
5559
5728
 
@@ -5566,6 +5735,7 @@ module Aws::Pinpoint
5566
5735
  #
5567
5736
  class DeleteVoiceChannelResponse < Struct.new(
5568
5737
  :voice_channel_response)
5738
+ SENSITIVE = []
5569
5739
  include Aws::Structure
5570
5740
  end
5571
5741
 
@@ -5588,6 +5758,7 @@ module Aws::Pinpoint
5588
5758
  class DeleteVoiceTemplateRequest < Struct.new(
5589
5759
  :template_name,
5590
5760
  :version)
5761
+ SENSITIVE = []
5591
5762
  include Aws::Structure
5592
5763
  end
5593
5764
 
@@ -5599,6 +5770,7 @@ module Aws::Pinpoint
5599
5770
  #
5600
5771
  class DeleteVoiceTemplateResponse < Struct.new(
5601
5772
  :message_body)
5773
+ SENSITIVE = []
5602
5774
  include Aws::Structure
5603
5775
  end
5604
5776
 
@@ -5827,6 +5999,7 @@ module Aws::Pinpoint
5827
5999
  :gcm_message,
5828
6000
  :sms_message,
5829
6001
  :voice_message)
6002
+ SENSITIVE = []
5830
6003
  include Aws::Structure
5831
6004
  end
5832
6005
 
@@ -5882,6 +6055,7 @@ module Aws::Pinpoint
5882
6055
  :from_address,
5883
6056
  :identity,
5884
6057
  :role_arn)
6058
+ SENSITIVE = []
5885
6059
  include Aws::Structure
5886
6060
  end
5887
6061
 
@@ -5983,6 +6157,7 @@ module Aws::Pinpoint
5983
6157
  :platform,
5984
6158
  :role_arn,
5985
6159
  :version)
6160
+ SENSITIVE = []
5986
6161
  include Aws::Structure
5987
6162
  end
5988
6163
 
@@ -6062,6 +6237,7 @@ module Aws::Pinpoint
6062
6237
  :reply_to_addresses,
6063
6238
  :simple_email,
6064
6239
  :substitutions)
6240
+ SENSITIVE = []
6065
6241
  include Aws::Structure
6066
6242
  end
6067
6243
 
@@ -6119,6 +6295,7 @@ module Aws::Pinpoint
6119
6295
  :next_activity,
6120
6296
  :template_name,
6121
6297
  :template_version)
6298
+ SENSITIVE = []
6122
6299
  include Aws::Structure
6123
6300
  end
6124
6301
 
@@ -6198,6 +6375,7 @@ module Aws::Pinpoint
6198
6375
  :tags,
6199
6376
  :template_description,
6200
6377
  :text_part)
6378
+ SENSITIVE = []
6201
6379
  include Aws::Structure
6202
6380
  end
6203
6381
 
@@ -6287,6 +6465,7 @@ module Aws::Pinpoint
6287
6465
  :template_type,
6288
6466
  :text_part,
6289
6467
  :version)
6468
+ SENSITIVE = []
6290
6469
  include Aws::Structure
6291
6470
  end
6292
6471
 
@@ -6437,6 +6616,7 @@ module Aws::Pinpoint
6437
6616
  :opt_out,
6438
6617
  :request_id,
6439
6618
  :user)
6619
+ SENSITIVE = []
6440
6620
  include Aws::Structure
6441
6621
  end
6442
6622
 
@@ -6500,6 +6680,7 @@ module Aws::Pinpoint
6500
6680
  #
6501
6681
  class EndpointBatchRequest < Struct.new(
6502
6682
  :item)
6683
+ SENSITIVE = []
6503
6684
  include Aws::Structure
6504
6685
  end
6505
6686
 
@@ -6567,6 +6748,7 @@ module Aws::Pinpoint
6567
6748
  :platform,
6568
6749
  :platform_version,
6569
6750
  :timezone)
6751
+ SENSITIVE = []
6570
6752
  include Aws::Structure
6571
6753
  end
6572
6754
 
@@ -6588,6 +6770,7 @@ module Aws::Pinpoint
6588
6770
  class EndpointItemResponse < Struct.new(
6589
6771
  :message,
6590
6772
  :status_code)
6773
+ SENSITIVE = []
6591
6774
  include Aws::Structure
6592
6775
  end
6593
6776
 
@@ -6643,6 +6826,7 @@ module Aws::Pinpoint
6643
6826
  :longitude,
6644
6827
  :postal_code,
6645
6828
  :region)
6829
+ SENSITIVE = []
6646
6830
  include Aws::Structure
6647
6831
  end
6648
6832
 
@@ -6709,6 +6893,7 @@ module Aws::Pinpoint
6709
6893
  :status_code,
6710
6894
  :status_message,
6711
6895
  :updated_token)
6896
+ SENSITIVE = []
6712
6897
  include Aws::Structure
6713
6898
  end
6714
6899
 
@@ -6851,6 +7036,7 @@ module Aws::Pinpoint
6851
7036
  :opt_out,
6852
7037
  :request_id,
6853
7038
  :user)
7039
+ SENSITIVE = []
6854
7040
  include Aws::Structure
6855
7041
  end
6856
7042
 
@@ -6974,6 +7160,7 @@ module Aws::Pinpoint
6974
7160
  :opt_out,
6975
7161
  :request_id,
6976
7162
  :user)
7163
+ SENSITIVE = []
6977
7164
  include Aws::Structure
6978
7165
  end
6979
7166
 
@@ -7035,6 +7222,7 @@ module Aws::Pinpoint
7035
7222
  :raw_content,
7036
7223
  :substitutions,
7037
7224
  :title_override)
7225
+ SENSITIVE = []
7038
7226
  include Aws::Structure
7039
7227
  end
7040
7228
 
@@ -7076,6 +7264,7 @@ module Aws::Pinpoint
7076
7264
  class EndpointUser < Struct.new(
7077
7265
  :user_attributes,
7078
7266
  :user_id)
7267
+ SENSITIVE = []
7079
7268
  include Aws::Structure
7080
7269
  end
7081
7270
 
@@ -7091,6 +7280,7 @@ module Aws::Pinpoint
7091
7280
  #
7092
7281
  class EndpointsResponse < Struct.new(
7093
7282
  :item)
7283
+ SENSITIVE = []
7094
7284
  include Aws::Structure
7095
7285
  end
7096
7286
 
@@ -7175,6 +7365,7 @@ module Aws::Pinpoint
7175
7365
  :sdk_name,
7176
7366
  :session,
7177
7367
  :timestamp)
7368
+ SENSITIVE = []
7178
7369
  include Aws::Structure
7179
7370
  end
7180
7371
 
@@ -7185,7 +7376,7 @@ module Aws::Pinpoint
7185
7376
  # data as a hash:
7186
7377
  #
7187
7378
  # {
7188
- # dimensions: { # required
7379
+ # dimensions: {
7189
7380
  # attributes: {
7190
7381
  # "__string" => {
7191
7382
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -7220,6 +7411,7 @@ module Aws::Pinpoint
7220
7411
  class EventCondition < Struct.new(
7221
7412
  :dimensions,
7222
7413
  :message_activity)
7414
+ SENSITIVE = []
7223
7415
  include Aws::Structure
7224
7416
  end
7225
7417
 
@@ -7279,6 +7471,59 @@ module Aws::Pinpoint
7279
7471
  :attributes,
7280
7472
  :event_type,
7281
7473
  :metrics)
7474
+ SENSITIVE = []
7475
+ include Aws::Structure
7476
+ end
7477
+
7478
+ # Specifies the settings for an event that causes a campaign to be sent
7479
+ # or a journey activity to be performed.
7480
+ #
7481
+ # @note When making an API call, you may pass EventFilter
7482
+ # data as a hash:
7483
+ #
7484
+ # {
7485
+ # dimensions: { # required
7486
+ # attributes: {
7487
+ # "__string" => {
7488
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
7489
+ # values: ["__string"], # required
7490
+ # },
7491
+ # },
7492
+ # event_type: {
7493
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
7494
+ # values: ["__string"], # required
7495
+ # },
7496
+ # metrics: {
7497
+ # "__string" => {
7498
+ # comparison_operator: "__string", # required
7499
+ # value: 1.0, # required
7500
+ # },
7501
+ # },
7502
+ # },
7503
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
7504
+ # }
7505
+ #
7506
+ # @!attribute [rw] dimensions
7507
+ # The dimensions for the event filter to use for the campaign or the
7508
+ # journey activity.
7509
+ # @return [Types::EventDimensions]
7510
+ #
7511
+ # @!attribute [rw] filter_type
7512
+ # The type of event that causes the campaign to be sent or the journey
7513
+ # activity to be performed. Valid values are: SYSTEM, sends the
7514
+ # campaign or performs the activity when a system event occurs; and,
7515
+ # ENDPOINT, sends the campaign or performs the activity when an
7516
+ # endpoint event (<link linkend="apps-application-id-events" />
7517
+ #
7518
+ # Events resource</link>) occurs.
7519
+ # @return [String]
7520
+ #
7521
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/EventFilter AWS API Documentation
7522
+ #
7523
+ class EventFilter < Struct.new(
7524
+ :dimensions,
7525
+ :filter_type)
7526
+ SENSITIVE = []
7282
7527
  include Aws::Structure
7283
7528
  end
7284
7529
 
@@ -7301,6 +7546,55 @@ module Aws::Pinpoint
7301
7546
  class EventItemResponse < Struct.new(
7302
7547
  :message,
7303
7548
  :status_code)
7549
+ SENSITIVE = []
7550
+ include Aws::Structure
7551
+ end
7552
+
7553
+ # Specifies the settings for an event that causes a journey activity to
7554
+ # start.
7555
+ #
7556
+ # @note When making an API call, you may pass EventStartCondition
7557
+ # data as a hash:
7558
+ #
7559
+ # {
7560
+ # event_filter: {
7561
+ # dimensions: { # required
7562
+ # attributes: {
7563
+ # "__string" => {
7564
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
7565
+ # values: ["__string"], # required
7566
+ # },
7567
+ # },
7568
+ # event_type: {
7569
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
7570
+ # values: ["__string"], # required
7571
+ # },
7572
+ # metrics: {
7573
+ # "__string" => {
7574
+ # comparison_operator: "__string", # required
7575
+ # value: 1.0, # required
7576
+ # },
7577
+ # },
7578
+ # },
7579
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
7580
+ # },
7581
+ # segment_id: "__string",
7582
+ # }
7583
+ #
7584
+ # @!attribute [rw] event_filter
7585
+ # Specifies the settings for an event that causes a campaign to be
7586
+ # sent or a journey activity to be performed.
7587
+ # @return [Types::EventFilter]
7588
+ #
7589
+ # @!attribute [rw] segment_id
7590
+ # @return [String]
7591
+ #
7592
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/EventStartCondition AWS API Documentation
7593
+ #
7594
+ class EventStartCondition < Struct.new(
7595
+ :event_filter,
7596
+ :segment_id)
7597
+ SENSITIVE = []
7304
7598
  include Aws::Structure
7305
7599
  end
7306
7600
 
@@ -7355,6 +7649,7 @@ module Aws::Pinpoint
7355
7649
  :last_modified_date,
7356
7650
  :last_updated_by,
7357
7651
  :role_arn)
7652
+ SENSITIVE = []
7358
7653
  include Aws::Structure
7359
7654
  end
7360
7655
 
@@ -7441,6 +7736,7 @@ module Aws::Pinpoint
7441
7736
  class EventsBatch < Struct.new(
7442
7737
  :endpoint,
7443
7738
  :events)
7739
+ SENSITIVE = []
7444
7740
  include Aws::Structure
7445
7741
  end
7446
7742
 
@@ -7527,6 +7823,7 @@ module Aws::Pinpoint
7527
7823
  #
7528
7824
  class EventsRequest < Struct.new(
7529
7825
  :batch_item)
7826
+ SENSITIVE = []
7530
7827
  include Aws::Structure
7531
7828
  end
7532
7829
 
@@ -7546,6 +7843,7 @@ module Aws::Pinpoint
7546
7843
  #
7547
7844
  class EventsResponse < Struct.new(
7548
7845
  :results)
7846
+ SENSITIVE = []
7549
7847
  include Aws::Structure
7550
7848
  end
7551
7849
 
@@ -7595,6 +7893,7 @@ module Aws::Pinpoint
7595
7893
  :s3_url_prefix,
7596
7894
  :segment_id,
7597
7895
  :segment_version)
7896
+ SENSITIVE = []
7598
7897
  include Aws::Structure
7599
7898
  end
7600
7899
 
@@ -7637,6 +7936,7 @@ module Aws::Pinpoint
7637
7936
  :s3_url_prefix,
7638
7937
  :segment_id,
7639
7938
  :segment_version)
7939
+ SENSITIVE = []
7640
7940
  include Aws::Structure
7641
7941
  end
7642
7942
 
@@ -7724,6 +8024,7 @@ module Aws::Pinpoint
7724
8024
  :total_pieces,
7725
8025
  :total_processed,
7726
8026
  :type)
8027
+ SENSITIVE = []
7727
8028
  include Aws::Structure
7728
8029
  end
7729
8030
 
@@ -7748,6 +8049,7 @@ module Aws::Pinpoint
7748
8049
  class ExportJobsResponse < Struct.new(
7749
8050
  :item,
7750
8051
  :next_token)
8052
+ SENSITIVE = []
7751
8053
  include Aws::Structure
7752
8054
  end
7753
8055
 
@@ -7764,6 +8066,7 @@ module Aws::Pinpoint
7764
8066
  class ForbiddenException < Struct.new(
7765
8067
  :message,
7766
8068
  :request_id)
8069
+ SENSITIVE = []
7767
8070
  include Aws::Structure
7768
8071
  end
7769
8072
 
@@ -7794,6 +8097,7 @@ module Aws::Pinpoint
7794
8097
  class GCMChannelRequest < Struct.new(
7795
8098
  :api_key,
7796
8099
  :enabled)
8100
+ SENSITIVE = []
7797
8101
  include Aws::Structure
7798
8102
  end
7799
8103
 
@@ -7865,6 +8169,7 @@ module Aws::Pinpoint
7865
8169
  :last_modified_date,
7866
8170
  :platform,
7867
8171
  :version)
8172
+ SENSITIVE = []
7868
8173
  include Aws::Structure
7869
8174
  end
7870
8175
 
@@ -8046,6 +8351,7 @@ module Aws::Pinpoint
8046
8351
  :time_to_live,
8047
8352
  :title,
8048
8353
  :url)
8354
+ SENSITIVE = []
8049
8355
  include Aws::Structure
8050
8356
  end
8051
8357
 
@@ -8072,6 +8378,7 @@ module Aws::Pinpoint
8072
8378
  class GPSCoordinates < Struct.new(
8073
8379
  :latitude,
8074
8380
  :longitude)
8381
+ SENSITIVE = []
8075
8382
  include Aws::Structure
8076
8383
  end
8077
8384
 
@@ -8102,6 +8409,7 @@ module Aws::Pinpoint
8102
8409
  class GPSPointDimension < Struct.new(
8103
8410
  :coordinates,
8104
8411
  :range_in_kilometers)
8412
+ SENSITIVE = []
8105
8413
  include Aws::Structure
8106
8414
  end
8107
8415
 
@@ -8119,6 +8427,7 @@ module Aws::Pinpoint
8119
8427
  #
8120
8428
  class GetAdmChannelRequest < Struct.new(
8121
8429
  :application_id)
8430
+ SENSITIVE = []
8122
8431
  include Aws::Structure
8123
8432
  end
8124
8433
 
@@ -8131,6 +8440,7 @@ module Aws::Pinpoint
8131
8440
  #
8132
8441
  class GetAdmChannelResponse < Struct.new(
8133
8442
  :adm_channel_response)
8443
+ SENSITIVE = []
8134
8444
  include Aws::Structure
8135
8445
  end
8136
8446
 
@@ -8148,6 +8458,7 @@ module Aws::Pinpoint
8148
8458
  #
8149
8459
  class GetApnsChannelRequest < Struct.new(
8150
8460
  :application_id)
8461
+ SENSITIVE = []
8151
8462
  include Aws::Structure
8152
8463
  end
8153
8464
 
@@ -8160,6 +8471,7 @@ module Aws::Pinpoint
8160
8471
  #
8161
8472
  class GetApnsChannelResponse < Struct.new(
8162
8473
  :apns_channel_response)
8474
+ SENSITIVE = []
8163
8475
  include Aws::Structure
8164
8476
  end
8165
8477
 
@@ -8177,6 +8489,7 @@ module Aws::Pinpoint
8177
8489
  #
8178
8490
  class GetApnsSandboxChannelRequest < Struct.new(
8179
8491
  :application_id)
8492
+ SENSITIVE = []
8180
8493
  include Aws::Structure
8181
8494
  end
8182
8495
 
@@ -8190,6 +8503,7 @@ module Aws::Pinpoint
8190
8503
  #
8191
8504
  class GetApnsSandboxChannelResponse < Struct.new(
8192
8505
  :apns_sandbox_channel_response)
8506
+ SENSITIVE = []
8193
8507
  include Aws::Structure
8194
8508
  end
8195
8509
 
@@ -8207,6 +8521,7 @@ module Aws::Pinpoint
8207
8521
  #
8208
8522
  class GetApnsVoipChannelRequest < Struct.new(
8209
8523
  :application_id)
8524
+ SENSITIVE = []
8210
8525
  include Aws::Structure
8211
8526
  end
8212
8527
 
@@ -8219,6 +8534,7 @@ module Aws::Pinpoint
8219
8534
  #
8220
8535
  class GetApnsVoipChannelResponse < Struct.new(
8221
8536
  :apns_voip_channel_response)
8537
+ SENSITIVE = []
8222
8538
  include Aws::Structure
8223
8539
  end
8224
8540
 
@@ -8236,6 +8552,7 @@ module Aws::Pinpoint
8236
8552
  #
8237
8553
  class GetApnsVoipSandboxChannelRequest < Struct.new(
8238
8554
  :application_id)
8555
+ SENSITIVE = []
8239
8556
  include Aws::Structure
8240
8557
  end
8241
8558
 
@@ -8249,6 +8566,7 @@ module Aws::Pinpoint
8249
8566
  #
8250
8567
  class GetApnsVoipSandboxChannelResponse < Struct.new(
8251
8568
  :apns_voip_sandbox_channel_response)
8569
+ SENSITIVE = []
8252
8570
  include Aws::Structure
8253
8571
  end
8254
8572
 
@@ -8266,6 +8584,7 @@ module Aws::Pinpoint
8266
8584
  #
8267
8585
  class GetAppRequest < Struct.new(
8268
8586
  :application_id)
8587
+ SENSITIVE = []
8269
8588
  include Aws::Structure
8270
8589
  end
8271
8590
 
@@ -8277,6 +8596,7 @@ module Aws::Pinpoint
8277
8596
  #
8278
8597
  class GetAppResponse < Struct.new(
8279
8598
  :application_response)
8599
+ SENSITIVE = []
8280
8600
  include Aws::Structure
8281
8601
  end
8282
8602
 
@@ -8319,6 +8639,7 @@ module Aws::Pinpoint
8319
8639
  :next_token,
8320
8640
  :page_size,
8321
8641
  :start_time)
8642
+ SENSITIVE = []
8322
8643
  include Aws::Structure
8323
8644
  end
8324
8645
 
@@ -8332,6 +8653,7 @@ module Aws::Pinpoint
8332
8653
  #
8333
8654
  class GetApplicationDateRangeKpiResponse < Struct.new(
8334
8655
  :application_date_range_kpi_response)
8656
+ SENSITIVE = []
8335
8657
  include Aws::Structure
8336
8658
  end
8337
8659
 
@@ -8349,6 +8671,7 @@ module Aws::Pinpoint
8349
8671
  #
8350
8672
  class GetApplicationSettingsRequest < Struct.new(
8351
8673
  :application_id)
8674
+ SENSITIVE = []
8352
8675
  include Aws::Structure
8353
8676
  end
8354
8677
 
@@ -8361,6 +8684,7 @@ module Aws::Pinpoint
8361
8684
  #
8362
8685
  class GetApplicationSettingsResponse < Struct.new(
8363
8686
  :application_settings_resource)
8687
+ SENSITIVE = []
8364
8688
  include Aws::Structure
8365
8689
  end
8366
8690
 
@@ -8383,6 +8707,7 @@ module Aws::Pinpoint
8383
8707
  class GetAppsRequest < Struct.new(
8384
8708
  :page_size,
8385
8709
  :token)
8710
+ SENSITIVE = []
8386
8711
  include Aws::Structure
8387
8712
  end
8388
8713
 
@@ -8394,6 +8719,7 @@ module Aws::Pinpoint
8394
8719
  #
8395
8720
  class GetAppsResponse < Struct.new(
8396
8721
  :applications_response)
8722
+ SENSITIVE = []
8397
8723
  include Aws::Structure
8398
8724
  end
8399
8725
 
@@ -8411,6 +8737,7 @@ module Aws::Pinpoint
8411
8737
  #
8412
8738
  class GetBaiduChannelRequest < Struct.new(
8413
8739
  :application_id)
8740
+ SENSITIVE = []
8414
8741
  include Aws::Structure
8415
8742
  end
8416
8743
 
@@ -8423,6 +8750,7 @@ module Aws::Pinpoint
8423
8750
  #
8424
8751
  class GetBaiduChannelResponse < Struct.new(
8425
8752
  :baidu_channel_response)
8753
+ SENSITIVE = []
8426
8754
  include Aws::Structure
8427
8755
  end
8428
8756
 
@@ -8455,6 +8783,7 @@ module Aws::Pinpoint
8455
8783
  :campaign_id,
8456
8784
  :page_size,
8457
8785
  :token)
8786
+ SENSITIVE = []
8458
8787
  include Aws::Structure
8459
8788
  end
8460
8789
 
@@ -8467,6 +8796,7 @@ module Aws::Pinpoint
8467
8796
  #
8468
8797
  class GetCampaignActivitiesResponse < Struct.new(
8469
8798
  :activities_response)
8799
+ SENSITIVE = []
8470
8800
  include Aws::Structure
8471
8801
  end
8472
8802
 
@@ -8514,6 +8844,7 @@ module Aws::Pinpoint
8514
8844
  :next_token,
8515
8845
  :page_size,
8516
8846
  :start_time)
8847
+ SENSITIVE = []
8517
8848
  include Aws::Structure
8518
8849
  end
8519
8850
 
@@ -8527,6 +8858,7 @@ module Aws::Pinpoint
8527
8858
  #
8528
8859
  class GetCampaignDateRangeKpiResponse < Struct.new(
8529
8860
  :campaign_date_range_kpi_response)
8861
+ SENSITIVE = []
8530
8862
  include Aws::Structure
8531
8863
  end
8532
8864
 
@@ -8549,6 +8881,7 @@ module Aws::Pinpoint
8549
8881
  class GetCampaignRequest < Struct.new(
8550
8882
  :application_id,
8551
8883
  :campaign_id)
8884
+ SENSITIVE = []
8552
8885
  include Aws::Structure
8553
8886
  end
8554
8887
 
@@ -8561,6 +8894,7 @@ module Aws::Pinpoint
8561
8894
  #
8562
8895
  class GetCampaignResponse < Struct.new(
8563
8896
  :campaign_response)
8897
+ SENSITIVE = []
8564
8898
  include Aws::Structure
8565
8899
  end
8566
8900
 
@@ -8588,6 +8922,7 @@ module Aws::Pinpoint
8588
8922
  :application_id,
8589
8923
  :campaign_id,
8590
8924
  :version)
8925
+ SENSITIVE = []
8591
8926
  include Aws::Structure
8592
8927
  end
8593
8928
 
@@ -8600,6 +8935,7 @@ module Aws::Pinpoint
8600
8935
  #
8601
8936
  class GetCampaignVersionResponse < Struct.new(
8602
8937
  :campaign_response)
8938
+ SENSITIVE = []
8603
8939
  include Aws::Structure
8604
8940
  end
8605
8941
 
@@ -8632,6 +8968,7 @@ module Aws::Pinpoint
8632
8968
  :campaign_id,
8633
8969
  :page_size,
8634
8970
  :token)
8971
+ SENSITIVE = []
8635
8972
  include Aws::Structure
8636
8973
  end
8637
8974
 
@@ -8644,6 +8981,7 @@ module Aws::Pinpoint
8644
8981
  #
8645
8982
  class GetCampaignVersionsResponse < Struct.new(
8646
8983
  :campaigns_response)
8984
+ SENSITIVE = []
8647
8985
  include Aws::Structure
8648
8986
  end
8649
8987
 
@@ -8671,6 +9009,7 @@ module Aws::Pinpoint
8671
9009
  :application_id,
8672
9010
  :page_size,
8673
9011
  :token)
9012
+ SENSITIVE = []
8674
9013
  include Aws::Structure
8675
9014
  end
8676
9015
 
@@ -8683,6 +9022,7 @@ module Aws::Pinpoint
8683
9022
  #
8684
9023
  class GetCampaignsResponse < Struct.new(
8685
9024
  :campaigns_response)
9025
+ SENSITIVE = []
8686
9026
  include Aws::Structure
8687
9027
  end
8688
9028
 
@@ -8700,6 +9040,7 @@ module Aws::Pinpoint
8700
9040
  #
8701
9041
  class GetChannelsRequest < Struct.new(
8702
9042
  :application_id)
9043
+ SENSITIVE = []
8703
9044
  include Aws::Structure
8704
9045
  end
8705
9046
 
@@ -8713,6 +9054,7 @@ module Aws::Pinpoint
8713
9054
  #
8714
9055
  class GetChannelsResponse < Struct.new(
8715
9056
  :channels_response)
9057
+ SENSITIVE = []
8716
9058
  include Aws::Structure
8717
9059
  end
8718
9060
 
@@ -8730,6 +9072,7 @@ module Aws::Pinpoint
8730
9072
  #
8731
9073
  class GetEmailChannelRequest < Struct.new(
8732
9074
  :application_id)
9075
+ SENSITIVE = []
8733
9076
  include Aws::Structure
8734
9077
  end
8735
9078
 
@@ -8742,6 +9085,7 @@ module Aws::Pinpoint
8742
9085
  #
8743
9086
  class GetEmailChannelResponse < Struct.new(
8744
9087
  :email_channel_response)
9088
+ SENSITIVE = []
8745
9089
  include Aws::Structure
8746
9090
  end
8747
9091
 
@@ -8764,6 +9108,7 @@ module Aws::Pinpoint
8764
9108
  class GetEmailTemplateRequest < Struct.new(
8765
9109
  :template_name,
8766
9110
  :version)
9111
+ SENSITIVE = []
8767
9112
  include Aws::Structure
8768
9113
  end
8769
9114
 
@@ -8777,6 +9122,7 @@ module Aws::Pinpoint
8777
9122
  #
8778
9123
  class GetEmailTemplateResponse < Struct.new(
8779
9124
  :email_template_response)
9125
+ SENSITIVE = []
8780
9126
  include Aws::Structure
8781
9127
  end
8782
9128
 
@@ -8799,6 +9145,7 @@ module Aws::Pinpoint
8799
9145
  class GetEndpointRequest < Struct.new(
8800
9146
  :application_id,
8801
9147
  :endpoint_id)
9148
+ SENSITIVE = []
8802
9149
  include Aws::Structure
8803
9150
  end
8804
9151
 
@@ -8811,6 +9158,7 @@ module Aws::Pinpoint
8811
9158
  #
8812
9159
  class GetEndpointResponse < Struct.new(
8813
9160
  :endpoint_response)
9161
+ SENSITIVE = []
8814
9162
  include Aws::Structure
8815
9163
  end
8816
9164
 
@@ -8828,6 +9176,7 @@ module Aws::Pinpoint
8828
9176
  #
8829
9177
  class GetEventStreamRequest < Struct.new(
8830
9178
  :application_id)
9179
+ SENSITIVE = []
8831
9180
  include Aws::Structure
8832
9181
  end
8833
9182
 
@@ -8840,6 +9189,7 @@ module Aws::Pinpoint
8840
9189
  #
8841
9190
  class GetEventStreamResponse < Struct.new(
8842
9191
  :event_stream)
9192
+ SENSITIVE = []
8843
9193
  include Aws::Structure
8844
9194
  end
8845
9195
 
@@ -8862,6 +9212,7 @@ module Aws::Pinpoint
8862
9212
  class GetExportJobRequest < Struct.new(
8863
9213
  :application_id,
8864
9214
  :job_id)
9215
+ SENSITIVE = []
8865
9216
  include Aws::Structure
8866
9217
  end
8867
9218
 
@@ -8877,6 +9228,7 @@ module Aws::Pinpoint
8877
9228
  #
8878
9229
  class GetExportJobResponse < Struct.new(
8879
9230
  :export_job_response)
9231
+ SENSITIVE = []
8880
9232
  include Aws::Structure
8881
9233
  end
8882
9234
 
@@ -8904,6 +9256,7 @@ module Aws::Pinpoint
8904
9256
  :application_id,
8905
9257
  :page_size,
8906
9258
  :token)
9259
+ SENSITIVE = []
8907
9260
  include Aws::Structure
8908
9261
  end
8909
9262
 
@@ -8917,6 +9270,7 @@ module Aws::Pinpoint
8917
9270
  #
8918
9271
  class GetExportJobsResponse < Struct.new(
8919
9272
  :export_jobs_response)
9273
+ SENSITIVE = []
8920
9274
  include Aws::Structure
8921
9275
  end
8922
9276
 
@@ -8934,6 +9288,7 @@ module Aws::Pinpoint
8934
9288
  #
8935
9289
  class GetGcmChannelRequest < Struct.new(
8936
9290
  :application_id)
9291
+ SENSITIVE = []
8937
9292
  include Aws::Structure
8938
9293
  end
8939
9294
 
@@ -8948,6 +9303,7 @@ module Aws::Pinpoint
8948
9303
  #
8949
9304
  class GetGcmChannelResponse < Struct.new(
8950
9305
  :gcm_channel_response)
9306
+ SENSITIVE = []
8951
9307
  include Aws::Structure
8952
9308
  end
8953
9309
 
@@ -8970,6 +9326,7 @@ module Aws::Pinpoint
8970
9326
  class GetImportJobRequest < Struct.new(
8971
9327
  :application_id,
8972
9328
  :job_id)
9329
+ SENSITIVE = []
8973
9330
  include Aws::Structure
8974
9331
  end
8975
9332
 
@@ -8985,6 +9342,7 @@ module Aws::Pinpoint
8985
9342
  #
8986
9343
  class GetImportJobResponse < Struct.new(
8987
9344
  :import_job_response)
9345
+ SENSITIVE = []
8988
9346
  include Aws::Structure
8989
9347
  end
8990
9348
 
@@ -9012,6 +9370,7 @@ module Aws::Pinpoint
9012
9370
  :application_id,
9013
9371
  :page_size,
9014
9372
  :token)
9373
+ SENSITIVE = []
9015
9374
  include Aws::Structure
9016
9375
  end
9017
9376
 
@@ -9026,6 +9385,7 @@ module Aws::Pinpoint
9026
9385
  #
9027
9386
  class GetImportJobsResponse < Struct.new(
9028
9387
  :import_jobs_response)
9388
+ SENSITIVE = []
9029
9389
  include Aws::Structure
9030
9390
  end
9031
9391
 
@@ -9073,6 +9433,7 @@ module Aws::Pinpoint
9073
9433
  :next_token,
9074
9434
  :page_size,
9075
9435
  :start_time)
9436
+ SENSITIVE = []
9076
9437
  include Aws::Structure
9077
9438
  end
9078
9439
 
@@ -9086,6 +9447,7 @@ module Aws::Pinpoint
9086
9447
  #
9087
9448
  class GetJourneyDateRangeKpiResponse < Struct.new(
9088
9449
  :journey_date_range_kpi_response)
9450
+ SENSITIVE = []
9089
9451
  include Aws::Structure
9090
9452
  end
9091
9453
 
@@ -9123,6 +9485,7 @@ module Aws::Pinpoint
9123
9485
  :journey_id,
9124
9486
  :next_token,
9125
9487
  :page_size)
9488
+ SENSITIVE = []
9126
9489
  include Aws::Structure
9127
9490
  end
9128
9491
 
@@ -9136,6 +9499,7 @@ module Aws::Pinpoint
9136
9499
  #
9137
9500
  class GetJourneyExecutionActivityMetricsResponse < Struct.new(
9138
9501
  :journey_execution_activity_metrics_response)
9502
+ SENSITIVE = []
9139
9503
  include Aws::Structure
9140
9504
  end
9141
9505
 
@@ -9168,6 +9532,7 @@ module Aws::Pinpoint
9168
9532
  :journey_id,
9169
9533
  :next_token,
9170
9534
  :page_size)
9535
+ SENSITIVE = []
9171
9536
  include Aws::Structure
9172
9537
  end
9173
9538
 
@@ -9181,6 +9546,7 @@ module Aws::Pinpoint
9181
9546
  #
9182
9547
  class GetJourneyExecutionMetricsResponse < Struct.new(
9183
9548
  :journey_execution_metrics_response)
9549
+ SENSITIVE = []
9184
9550
  include Aws::Structure
9185
9551
  end
9186
9552
 
@@ -9203,6 +9569,7 @@ module Aws::Pinpoint
9203
9569
  class GetJourneyRequest < Struct.new(
9204
9570
  :application_id,
9205
9571
  :journey_id)
9572
+ SENSITIVE = []
9206
9573
  include Aws::Structure
9207
9574
  end
9208
9575
 
@@ -9215,6 +9582,7 @@ module Aws::Pinpoint
9215
9582
  #
9216
9583
  class GetJourneyResponse < Struct.new(
9217
9584
  :journey_response)
9585
+ SENSITIVE = []
9218
9586
  include Aws::Structure
9219
9587
  end
9220
9588
 
@@ -9237,6 +9605,7 @@ module Aws::Pinpoint
9237
9605
  class GetPushTemplateRequest < Struct.new(
9238
9606
  :template_name,
9239
9607
  :version)
9608
+ SENSITIVE = []
9240
9609
  include Aws::Structure
9241
9610
  end
9242
9611
 
@@ -9250,6 +9619,7 @@ module Aws::Pinpoint
9250
9619
  #
9251
9620
  class GetPushTemplateResponse < Struct.new(
9252
9621
  :push_notification_template_response)
9622
+ SENSITIVE = []
9253
9623
  include Aws::Structure
9254
9624
  end
9255
9625
 
@@ -9267,6 +9637,7 @@ module Aws::Pinpoint
9267
9637
  #
9268
9638
  class GetRecommenderConfigurationRequest < Struct.new(
9269
9639
  :recommender_id)
9640
+ SENSITIVE = []
9270
9641
  include Aws::Structure
9271
9642
  end
9272
9643
 
@@ -9279,6 +9650,7 @@ module Aws::Pinpoint
9279
9650
  #
9280
9651
  class GetRecommenderConfigurationResponse < Struct.new(
9281
9652
  :recommender_configuration_response)
9653
+ SENSITIVE = []
9282
9654
  include Aws::Structure
9283
9655
  end
9284
9656
 
@@ -9301,6 +9673,7 @@ module Aws::Pinpoint
9301
9673
  class GetRecommenderConfigurationsRequest < Struct.new(
9302
9674
  :page_size,
9303
9675
  :token)
9676
+ SENSITIVE = []
9304
9677
  include Aws::Structure
9305
9678
  end
9306
9679
 
@@ -9313,6 +9686,7 @@ module Aws::Pinpoint
9313
9686
  #
9314
9687
  class GetRecommenderConfigurationsResponse < Struct.new(
9315
9688
  :list_recommender_configurations_response)
9689
+ SENSITIVE = []
9316
9690
  include Aws::Structure
9317
9691
  end
9318
9692
 
@@ -9345,6 +9719,7 @@ module Aws::Pinpoint
9345
9719
  :page_size,
9346
9720
  :segment_id,
9347
9721
  :token)
9722
+ SENSITIVE = []
9348
9723
  include Aws::Structure
9349
9724
  end
9350
9725
 
@@ -9358,6 +9733,7 @@ module Aws::Pinpoint
9358
9733
  #
9359
9734
  class GetSegmentExportJobsResponse < Struct.new(
9360
9735
  :export_jobs_response)
9736
+ SENSITIVE = []
9361
9737
  include Aws::Structure
9362
9738
  end
9363
9739
 
@@ -9390,6 +9766,7 @@ module Aws::Pinpoint
9390
9766
  :page_size,
9391
9767
  :segment_id,
9392
9768
  :token)
9769
+ SENSITIVE = []
9393
9770
  include Aws::Structure
9394
9771
  end
9395
9772
 
@@ -9404,6 +9781,7 @@ module Aws::Pinpoint
9404
9781
  #
9405
9782
  class GetSegmentImportJobsResponse < Struct.new(
9406
9783
  :import_jobs_response)
9784
+ SENSITIVE = []
9407
9785
  include Aws::Structure
9408
9786
  end
9409
9787
 
@@ -9426,6 +9804,7 @@ module Aws::Pinpoint
9426
9804
  class GetSegmentRequest < Struct.new(
9427
9805
  :application_id,
9428
9806
  :segment_id)
9807
+ SENSITIVE = []
9429
9808
  include Aws::Structure
9430
9809
  end
9431
9810
 
@@ -9438,6 +9817,7 @@ module Aws::Pinpoint
9438
9817
  #
9439
9818
  class GetSegmentResponse < Struct.new(
9440
9819
  :segment_response)
9820
+ SENSITIVE = []
9441
9821
  include Aws::Structure
9442
9822
  end
9443
9823
 
@@ -9465,6 +9845,7 @@ module Aws::Pinpoint
9465
9845
  :application_id,
9466
9846
  :segment_id,
9467
9847
  :version)
9848
+ SENSITIVE = []
9468
9849
  include Aws::Structure
9469
9850
  end
9470
9851
 
@@ -9477,6 +9858,7 @@ module Aws::Pinpoint
9477
9858
  #
9478
9859
  class GetSegmentVersionResponse < Struct.new(
9479
9860
  :segment_response)
9861
+ SENSITIVE = []
9480
9862
  include Aws::Structure
9481
9863
  end
9482
9864
 
@@ -9509,6 +9891,7 @@ module Aws::Pinpoint
9509
9891
  :page_size,
9510
9892
  :segment_id,
9511
9893
  :token)
9894
+ SENSITIVE = []
9512
9895
  include Aws::Structure
9513
9896
  end
9514
9897
 
@@ -9521,6 +9904,7 @@ module Aws::Pinpoint
9521
9904
  #
9522
9905
  class GetSegmentVersionsResponse < Struct.new(
9523
9906
  :segments_response)
9907
+ SENSITIVE = []
9524
9908
  include Aws::Structure
9525
9909
  end
9526
9910
 
@@ -9548,6 +9932,7 @@ module Aws::Pinpoint
9548
9932
  :application_id,
9549
9933
  :page_size,
9550
9934
  :token)
9935
+ SENSITIVE = []
9551
9936
  include Aws::Structure
9552
9937
  end
9553
9938
 
@@ -9560,6 +9945,7 @@ module Aws::Pinpoint
9560
9945
  #
9561
9946
  class GetSegmentsResponse < Struct.new(
9562
9947
  :segments_response)
9948
+ SENSITIVE = []
9563
9949
  include Aws::Structure
9564
9950
  end
9565
9951
 
@@ -9577,6 +9963,7 @@ module Aws::Pinpoint
9577
9963
  #
9578
9964
  class GetSmsChannelRequest < Struct.new(
9579
9965
  :application_id)
9966
+ SENSITIVE = []
9580
9967
  include Aws::Structure
9581
9968
  end
9582
9969
 
@@ -9589,6 +9976,7 @@ module Aws::Pinpoint
9589
9976
  #
9590
9977
  class GetSmsChannelResponse < Struct.new(
9591
9978
  :sms_channel_response)
9979
+ SENSITIVE = []
9592
9980
  include Aws::Structure
9593
9981
  end
9594
9982
 
@@ -9611,6 +9999,7 @@ module Aws::Pinpoint
9611
9999
  class GetSmsTemplateRequest < Struct.new(
9612
10000
  :template_name,
9613
10001
  :version)
10002
+ SENSITIVE = []
9614
10003
  include Aws::Structure
9615
10004
  end
9616
10005
 
@@ -9624,6 +10013,7 @@ module Aws::Pinpoint
9624
10013
  #
9625
10014
  class GetSmsTemplateResponse < Struct.new(
9626
10015
  :sms_template_response)
10016
+ SENSITIVE = []
9627
10017
  include Aws::Structure
9628
10018
  end
9629
10019
 
@@ -9646,6 +10036,7 @@ module Aws::Pinpoint
9646
10036
  class GetUserEndpointsRequest < Struct.new(
9647
10037
  :application_id,
9648
10038
  :user_id)
10039
+ SENSITIVE = []
9649
10040
  include Aws::Structure
9650
10041
  end
9651
10042
 
@@ -9658,6 +10049,7 @@ module Aws::Pinpoint
9658
10049
  #
9659
10050
  class GetUserEndpointsResponse < Struct.new(
9660
10051
  :endpoints_response)
10052
+ SENSITIVE = []
9661
10053
  include Aws::Structure
9662
10054
  end
9663
10055
 
@@ -9675,6 +10067,7 @@ module Aws::Pinpoint
9675
10067
  #
9676
10068
  class GetVoiceChannelRequest < Struct.new(
9677
10069
  :application_id)
10070
+ SENSITIVE = []
9678
10071
  include Aws::Structure
9679
10072
  end
9680
10073
 
@@ -9687,6 +10080,7 @@ module Aws::Pinpoint
9687
10080
  #
9688
10081
  class GetVoiceChannelResponse < Struct.new(
9689
10082
  :voice_channel_response)
10083
+ SENSITIVE = []
9690
10084
  include Aws::Structure
9691
10085
  end
9692
10086
 
@@ -9709,6 +10103,7 @@ module Aws::Pinpoint
9709
10103
  class GetVoiceTemplateRequest < Struct.new(
9710
10104
  :template_name,
9711
10105
  :version)
10106
+ SENSITIVE = []
9712
10107
  include Aws::Structure
9713
10108
  end
9714
10109
 
@@ -9722,6 +10117,7 @@ module Aws::Pinpoint
9722
10117
  #
9723
10118
  class GetVoiceTemplateResponse < Struct.new(
9724
10119
  :voice_template_response)
10120
+ SENSITIVE = []
9725
10121
  include Aws::Structure
9726
10122
  end
9727
10123
 
@@ -9756,6 +10152,7 @@ module Aws::Pinpoint
9756
10152
  class HoldoutActivity < Struct.new(
9757
10153
  :next_activity,
9758
10154
  :percentage)
10155
+ SENSITIVE = []
9759
10156
  include Aws::Structure
9760
10157
  end
9761
10158
 
@@ -9844,6 +10241,7 @@ module Aws::Pinpoint
9844
10241
  :s3_url,
9845
10242
  :segment_id,
9846
10243
  :segment_name)
10244
+ SENSITIVE = []
9847
10245
  include Aws::Structure
9848
10246
  end
9849
10247
 
@@ -9922,6 +10320,7 @@ module Aws::Pinpoint
9922
10320
  :s3_url,
9923
10321
  :segment_id,
9924
10322
  :segment_name)
10323
+ SENSITIVE = []
9925
10324
  include Aws::Structure
9926
10325
  end
9927
10326
 
@@ -10009,6 +10408,7 @@ module Aws::Pinpoint
10009
10408
  :total_pieces,
10010
10409
  :total_processed,
10011
10410
  :type)
10411
+ SENSITIVE = []
10012
10412
  include Aws::Structure
10013
10413
  end
10014
10414
 
@@ -10033,6 +10433,7 @@ module Aws::Pinpoint
10033
10433
  class ImportJobsResponse < Struct.new(
10034
10434
  :item,
10035
10435
  :next_token)
10436
+ SENSITIVE = []
10036
10437
  include Aws::Structure
10037
10438
  end
10038
10439
 
@@ -10049,6 +10450,7 @@ module Aws::Pinpoint
10049
10450
  class InternalServerErrorException < Struct.new(
10050
10451
  :message,
10051
10452
  :request_id)
10453
+ SENSITIVE = []
10052
10454
  include Aws::Structure
10053
10455
  end
10054
10456
 
@@ -10070,6 +10472,7 @@ module Aws::Pinpoint
10070
10472
  class ItemResponse < Struct.new(
10071
10473
  :endpoint_item_response,
10072
10474
  :events_item_response)
10475
+ SENSITIVE = []
10073
10476
  include Aws::Structure
10074
10477
  end
10075
10478
 
@@ -10092,6 +10495,7 @@ module Aws::Pinpoint
10092
10495
  #
10093
10496
  class JourneyCustomMessage < Struct.new(
10094
10497
  :data)
10498
+ SENSITIVE = []
10095
10499
  include Aws::Structure
10096
10500
  end
10097
10501
 
@@ -10156,6 +10560,7 @@ module Aws::Pinpoint
10156
10560
  :kpi_result,
10157
10561
  :next_token,
10158
10562
  :start_time)
10563
+ SENSITIVE = []
10159
10564
  include Aws::Structure
10160
10565
  end
10161
10566
 
@@ -10179,6 +10584,7 @@ module Aws::Pinpoint
10179
10584
  #
10180
10585
  class JourneyEmailMessage < Struct.new(
10181
10586
  :from_address)
10587
+ SENSITIVE = []
10182
10588
  include Aws::Structure
10183
10589
  end
10184
10590
 
@@ -10252,6 +10658,7 @@ module Aws::Pinpoint
10252
10658
  :journey_id,
10253
10659
  :last_evaluated_time,
10254
10660
  :metrics)
10661
+ SENSITIVE = []
10255
10662
  include Aws::Structure
10256
10663
  end
10257
10664
 
@@ -10280,7 +10687,7 @@ module Aws::Pinpoint
10280
10687
  #
10281
10688
  #
10282
10689
  #
10283
- # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html
10690
+ # [1]: https://docs.aws.amazon.com//pinpoint/latest/developerguide/analytics-standard-metrics.html
10284
10691
  # @return [Hash<String,String>]
10285
10692
  #
10286
10693
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyExecutionMetricsResponse AWS API Documentation
@@ -10290,6 +10697,7 @@ module Aws::Pinpoint
10290
10697
  :journey_id,
10291
10698
  :last_evaluated_time,
10292
10699
  :metrics)
10700
+ SENSITIVE = []
10293
10701
  include Aws::Structure
10294
10702
  end
10295
10703
 
@@ -10327,6 +10735,7 @@ module Aws::Pinpoint
10327
10735
  :daily_cap,
10328
10736
  :endpoint_reentry_cap,
10329
10737
  :messages_per_second)
10738
+ SENSITIVE = []
10330
10739
  include Aws::Structure
10331
10740
  end
10332
10741
 
@@ -10356,6 +10765,7 @@ module Aws::Pinpoint
10356
10765
  #
10357
10766
  class JourneyPushMessage < Struct.new(
10358
10767
  :time_to_live)
10768
+ SENSITIVE = []
10359
10769
  include Aws::Structure
10360
10770
  end
10361
10771
 
@@ -10491,6 +10901,7 @@ module Aws::Pinpoint
10491
10901
  :start_condition,
10492
10902
  :state,
10493
10903
  :tags)
10904
+ SENSITIVE = []
10494
10905
  include Aws::Structure
10495
10906
  end
10496
10907
 
@@ -10520,7 +10931,7 @@ module Aws::Pinpoint
10520
10931
  #
10521
10932
  #
10522
10933
  #
10523
- # [1]: https://docs.aws.amazon.com.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
10934
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
10524
10935
  # @return [String]
10525
10936
  #
10526
10937
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneySMSMessage AWS API Documentation
@@ -10528,6 +10939,7 @@ module Aws::Pinpoint
10528
10939
  class JourneySMSMessage < Struct.new(
10529
10940
  :message_type,
10530
10941
  :sender_id)
10942
+ SENSITIVE = []
10531
10943
  include Aws::Structure
10532
10944
  end
10533
10945
 
@@ -10569,6 +10981,7 @@ module Aws::Pinpoint
10569
10981
  :end_time,
10570
10982
  :start_time,
10571
10983
  :timezone)
10984
+ SENSITIVE = []
10572
10985
  include Aws::Structure
10573
10986
  end
10574
10987
 
@@ -10602,6 +11015,7 @@ module Aws::Pinpoint
10602
11015
  #
10603
11016
  class JourneyStateRequest < Struct.new(
10604
11017
  :state)
11018
+ SENSITIVE = []
10605
11019
  include Aws::Structure
10606
11020
  end
10607
11021
 
@@ -10624,6 +11038,7 @@ module Aws::Pinpoint
10624
11038
  class JourneysResponse < Struct.new(
10625
11039
  :item,
10626
11040
  :next_token)
11041
+ SENSITIVE = []
10627
11042
  include Aws::Structure
10628
11043
  end
10629
11044
 
@@ -10651,6 +11066,7 @@ module Aws::Pinpoint
10651
11066
  :application_id,
10652
11067
  :page_size,
10653
11068
  :token)
11069
+ SENSITIVE = []
10654
11070
  include Aws::Structure
10655
11071
  end
10656
11072
 
@@ -10664,6 +11080,7 @@ module Aws::Pinpoint
10664
11080
  #
10665
11081
  class ListJourneysResponse < Struct.new(
10666
11082
  :journeys_response)
11083
+ SENSITIVE = []
10667
11084
  include Aws::Structure
10668
11085
  end
10669
11086
 
@@ -10686,6 +11103,7 @@ module Aws::Pinpoint
10686
11103
  class ListRecommenderConfigurationsResponse < Struct.new(
10687
11104
  :item,
10688
11105
  :next_token)
11106
+ SENSITIVE = []
10689
11107
  include Aws::Structure
10690
11108
  end
10691
11109
 
@@ -10703,6 +11121,7 @@ module Aws::Pinpoint
10703
11121
  #
10704
11122
  class ListTagsForResourceRequest < Struct.new(
10705
11123
  :resource_arn)
11124
+ SENSITIVE = []
10706
11125
  include Aws::Structure
10707
11126
  end
10708
11127
 
@@ -10715,6 +11134,7 @@ module Aws::Pinpoint
10715
11134
  #
10716
11135
  class ListTagsForResourceResponse < Struct.new(
10717
11136
  :tags_model)
11137
+ SENSITIVE = []
10718
11138
  include Aws::Structure
10719
11139
  end
10720
11140
 
@@ -10747,6 +11167,7 @@ module Aws::Pinpoint
10747
11167
  :page_size,
10748
11168
  :template_name,
10749
11169
  :template_type)
11170
+ SENSITIVE = []
10750
11171
  include Aws::Structure
10751
11172
  end
10752
11173
 
@@ -10759,6 +11180,7 @@ module Aws::Pinpoint
10759
11180
  #
10760
11181
  class ListTemplateVersionsResponse < Struct.new(
10761
11182
  :template_versions_response)
11183
+ SENSITIVE = []
10762
11184
  include Aws::Structure
10763
11185
  end
10764
11186
 
@@ -10791,6 +11213,7 @@ module Aws::Pinpoint
10791
11213
  :page_size,
10792
11214
  :prefix,
10793
11215
  :template_type)
11216
+ SENSITIVE = []
10794
11217
  include Aws::Structure
10795
11218
  end
10796
11219
 
@@ -10803,6 +11226,7 @@ module Aws::Pinpoint
10803
11226
  #
10804
11227
  class ListTemplatesResponse < Struct.new(
10805
11228
  :templates_response)
11229
+ SENSITIVE = []
10806
11230
  include Aws::Structure
10807
11231
  end
10808
11232
 
@@ -10921,6 +11345,7 @@ module Aws::Pinpoint
10921
11345
  :time_to_live,
10922
11346
  :title,
10923
11347
  :url)
11348
+ SENSITIVE = []
10924
11349
  include Aws::Structure
10925
11350
  end
10926
11351
 
@@ -10939,6 +11364,7 @@ module Aws::Pinpoint
10939
11364
  class MessageBody < Struct.new(
10940
11365
  :message,
10941
11366
  :request_id)
11367
+ SENSITIVE = []
10942
11368
  include Aws::Structure
10943
11369
  end
10944
11370
 
@@ -11093,6 +11519,7 @@ module Aws::Pinpoint
11093
11519
  :email_message,
11094
11520
  :gcm_message,
11095
11521
  :sms_message)
11522
+ SENSITIVE = []
11096
11523
  include Aws::Structure
11097
11524
  end
11098
11525
 
@@ -11311,11 +11738,15 @@ module Aws::Pinpoint
11311
11738
  #
11312
11739
  # @!attribute [rw] addresses
11313
11740
  # A map of key-value pairs, where each key is an address and each
11314
- # value is an AddressConfiguration object. An address can be a push
11315
- # notification token, a phone number, or an email address. You can use
11316
- # an AddressConfiguration object to tailor the message for an address
11317
- # by specifying settings such as content overrides and message
11318
- # variables.
11741
+ # value is an [AddressConfiguration][1] object. An address can be a
11742
+ # push notification token, a phone number, or an email address. You
11743
+ # can use an [AddressConfiguration][1] object to tailor the message
11744
+ # for an address by specifying settings such as content overrides and
11745
+ # message variables.
11746
+ #
11747
+ #
11748
+ #
11749
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-messages.html#apps-application-id-messages-model-addressconfiguration
11319
11750
  # @return [Hash<String,Types::AddressConfiguration>]
11320
11751
  #
11321
11752
  # @!attribute [rw] context
@@ -11327,10 +11758,14 @@ module Aws::Pinpoint
11327
11758
  #
11328
11759
  # @!attribute [rw] endpoints
11329
11760
  # A map of key-value pairs, where each key is an endpoint ID and each
11330
- # value is an EndpointSendConfiguration object. You can use an
11331
- # EndpointSendConfiguration object to tailor the message for an
11761
+ # value is an [EndpointSendConfiguration][1] object. You can use an
11762
+ # [EndpointSendConfiguration][1] object to tailor the message for an
11332
11763
  # endpoint by specifying settings such as content overrides and
11333
11764
  # message variables.
11765
+ #
11766
+ #
11767
+ #
11768
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-messages.html#apps-application-id-messages-model-endpointsendconfiguration
11334
11769
  # @return [Hash<String,Types::EndpointSendConfiguration>]
11335
11770
  #
11336
11771
  # @!attribute [rw] message_configuration
@@ -11356,6 +11791,7 @@ module Aws::Pinpoint
11356
11791
  :message_configuration,
11357
11792
  :template_configuration,
11358
11793
  :trace_id)
11794
+ SENSITIVE = []
11359
11795
  include Aws::Structure
11360
11796
  end
11361
11797
 
@@ -11392,6 +11828,7 @@ module Aws::Pinpoint
11392
11828
  :endpoint_result,
11393
11829
  :request_id,
11394
11830
  :result)
11831
+ SENSITIVE = []
11395
11832
  include Aws::Structure
11396
11833
  end
11397
11834
 
@@ -11453,6 +11890,7 @@ module Aws::Pinpoint
11453
11890
  :status_code,
11454
11891
  :status_message,
11455
11892
  :updated_token)
11893
+ SENSITIVE = []
11456
11894
  include Aws::Structure
11457
11895
  end
11458
11896
 
@@ -11469,6 +11907,7 @@ module Aws::Pinpoint
11469
11907
  class MethodNotAllowedException < Struct.new(
11470
11908
  :message,
11471
11909
  :request_id)
11910
+ SENSITIVE = []
11472
11911
  include Aws::Structure
11473
11912
  end
11474
11913
 
@@ -11499,6 +11938,7 @@ module Aws::Pinpoint
11499
11938
  class MetricDimension < Struct.new(
11500
11939
  :comparison_operator,
11501
11940
  :value)
11941
+ SENSITIVE = []
11502
11942
  include Aws::Structure
11503
11943
  end
11504
11944
 
@@ -11510,7 +11950,7 @@ module Aws::Pinpoint
11510
11950
  # {
11511
11951
  # condition: {
11512
11952
  # event_condition: {
11513
- # dimensions: { # required
11953
+ # dimensions: {
11514
11954
  # attributes: {
11515
11955
  # "__string" => {
11516
11956
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -11616,6 +12056,7 @@ module Aws::Pinpoint
11616
12056
  class MultiConditionalBranch < Struct.new(
11617
12057
  :condition,
11618
12058
  :next_activity)
12059
+ SENSITIVE = []
11619
12060
  include Aws::Structure
11620
12061
  end
11621
12062
 
@@ -11624,6 +12065,19 @@ module Aws::Pinpoint
11624
12065
  # paths (including a default *Else* path) in a journey, based on
11625
12066
  # conditions that you specify.
11626
12067
  #
12068
+ # <note markdown="1">To create multivariate split activities that send participants down
12069
+ # different paths based on push notification events (such as Open or
12070
+ # Received events), your mobile app has to specify the User ID and
12071
+ # Endpoint ID values. For more information, see [Integrating Amazon
12072
+ # Pinpoint with your application][1] in the *Amazon Pinpoint Developer
12073
+ # Guide*.
12074
+ #
12075
+ # </note>
12076
+ #
12077
+ #
12078
+ #
12079
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/developerguide/integrate.html
12080
+ #
11627
12081
  # @note When making an API call, you may pass MultiConditionalSplitActivity
11628
12082
  # data as a hash:
11629
12083
  #
@@ -11632,7 +12086,7 @@ module Aws::Pinpoint
11632
12086
  # {
11633
12087
  # condition: {
11634
12088
  # event_condition: {
11635
- # dimensions: { # required
12089
+ # dimensions: {
11636
12090
  # attributes: {
11637
12091
  # "__string" => {
11638
12092
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -11753,6 +12207,7 @@ module Aws::Pinpoint
11753
12207
  :branches,
11754
12208
  :default_activity,
11755
12209
  :evaluation_wait_time)
12210
+ SENSITIVE = []
11756
12211
  include Aws::Structure
11757
12212
  end
11758
12213
 
@@ -11769,6 +12224,7 @@ module Aws::Pinpoint
11769
12224
  class NotFoundException < Struct.new(
11770
12225
  :message,
11771
12226
  :request_id)
12227
+ SENSITIVE = []
11772
12228
  include Aws::Structure
11773
12229
  end
11774
12230
 
@@ -11798,6 +12254,7 @@ module Aws::Pinpoint
11798
12254
  class NumberValidateRequest < Struct.new(
11799
12255
  :iso_country_code,
11800
12256
  :phone_number)
12257
+ SENSITIVE = []
11801
12258
  include Aws::Structure
11802
12259
  end
11803
12260
 
@@ -11892,6 +12349,7 @@ module Aws::Pinpoint
11892
12349
  :phone_type_code,
11893
12350
  :timezone,
11894
12351
  :zip_code)
12352
+ SENSITIVE = []
11895
12353
  include Aws::Structure
11896
12354
  end
11897
12355
 
@@ -11908,6 +12366,7 @@ module Aws::Pinpoint
11908
12366
  class PayloadTooLargeException < Struct.new(
11909
12367
  :message,
11910
12368
  :request_id)
12369
+ SENSITIVE = []
11911
12370
  include Aws::Structure
11912
12371
  end
11913
12372
 
@@ -11929,6 +12388,7 @@ module Aws::Pinpoint
11929
12388
  #
11930
12389
  class PhoneNumberValidateRequest < Struct.new(
11931
12390
  :number_validate_request)
12391
+ SENSITIVE = []
11932
12392
  include Aws::Structure
11933
12393
  end
11934
12394
 
@@ -11940,6 +12400,7 @@ module Aws::Pinpoint
11940
12400
  #
11941
12401
  class PhoneNumberValidateResponse < Struct.new(
11942
12402
  :number_validate_response)
12403
+ SENSITIVE = []
11943
12404
  include Aws::Structure
11944
12405
  end
11945
12406
 
@@ -12068,6 +12529,7 @@ module Aws::Pinpoint
12068
12529
  :opt_out,
12069
12530
  :request_id,
12070
12531
  :user)
12532
+ SENSITIVE = []
12071
12533
  include Aws::Structure
12072
12534
  end
12073
12535
 
@@ -12125,6 +12587,7 @@ module Aws::Pinpoint
12125
12587
  :next_activity,
12126
12588
  :template_name,
12127
12589
  :template_version)
12590
+ SENSITIVE = []
12128
12591
  include Aws::Structure
12129
12592
  end
12130
12593
 
@@ -12263,6 +12726,7 @@ module Aws::Pinpoint
12263
12726
  :recommender_id,
12264
12727
  :tags,
12265
12728
  :template_description)
12729
+ SENSITIVE = []
12266
12730
  include Aws::Structure
12267
12731
  end
12268
12732
 
@@ -12372,6 +12836,7 @@ module Aws::Pinpoint
12372
12836
  :template_name,
12373
12837
  :template_type,
12374
12838
  :version)
12839
+ SENSITIVE = []
12375
12840
  include Aws::Structure
12376
12841
  end
12377
12842
 
@@ -12400,6 +12865,7 @@ module Aws::Pinpoint
12400
12865
  class PutEventStreamRequest < Struct.new(
12401
12866
  :application_id,
12402
12867
  :write_event_stream)
12868
+ SENSITIVE = []
12403
12869
  include Aws::Structure
12404
12870
  end
12405
12871
 
@@ -12412,6 +12878,7 @@ module Aws::Pinpoint
12412
12878
  #
12413
12879
  class PutEventStreamResponse < Struct.new(
12414
12880
  :event_stream)
12881
+ SENSITIVE = []
12415
12882
  include Aws::Structure
12416
12883
  end
12417
12884
 
@@ -12501,6 +12968,7 @@ module Aws::Pinpoint
12501
12968
  class PutEventsRequest < Struct.new(
12502
12969
  :application_id,
12503
12970
  :events_request)
12971
+ SENSITIVE = []
12504
12972
  include Aws::Structure
12505
12973
  end
12506
12974
 
@@ -12513,6 +12981,7 @@ module Aws::Pinpoint
12513
12981
  #
12514
12982
  class PutEventsResponse < Struct.new(
12515
12983
  :events_response)
12984
+ SENSITIVE = []
12516
12985
  include Aws::Structure
12517
12986
  end
12518
12987
 
@@ -12546,6 +13015,7 @@ module Aws::Pinpoint
12546
13015
  class QuietTime < Struct.new(
12547
13016
  :end,
12548
13017
  :start)
13018
+ SENSITIVE = []
12549
13019
  include Aws::Structure
12550
13020
  end
12551
13021
 
@@ -12575,6 +13045,7 @@ module Aws::Pinpoint
12575
13045
  #
12576
13046
  class RandomSplitActivity < Struct.new(
12577
13047
  :branches)
13048
+ SENSITIVE = []
12578
13049
  include Aws::Structure
12579
13050
  end
12580
13051
 
@@ -12609,6 +13080,7 @@ module Aws::Pinpoint
12609
13080
  class RandomSplitEntry < Struct.new(
12610
13081
  :next_activity,
12611
13082
  :percentage)
13083
+ SENSITIVE = []
12612
13084
  include Aws::Structure
12613
13085
  end
12614
13086
 
@@ -12631,6 +13103,7 @@ module Aws::Pinpoint
12631
13103
  #
12632
13104
  class RawEmail < Struct.new(
12633
13105
  :data)
13106
+ SENSITIVE = []
12634
13107
  include Aws::Structure
12635
13108
  end
12636
13109
 
@@ -12663,6 +13136,7 @@ module Aws::Pinpoint
12663
13136
  class RecencyDimension < Struct.new(
12664
13137
  :duration,
12665
13138
  :recency_type)
13139
+ SENSITIVE = []
12666
13140
  include Aws::Structure
12667
13141
  end
12668
13142
 
@@ -12777,6 +13251,7 @@ module Aws::Pinpoint
12777
13251
  :recommendation_transformer_uri,
12778
13252
  :recommendations_display_name,
12779
13253
  :recommendations_per_message)
13254
+ SENSITIVE = []
12780
13255
  include Aws::Structure
12781
13256
  end
12782
13257
 
@@ -12808,6 +13283,7 @@ module Aws::Pinpoint
12808
13283
  :application_id,
12809
13284
  :attribute_type,
12810
13285
  :update_attributes_request)
13286
+ SENSITIVE = []
12811
13287
  include Aws::Structure
12812
13288
  end
12813
13289
 
@@ -12821,6 +13297,7 @@ module Aws::Pinpoint
12821
13297
  #
12822
13298
  class RemoveAttributesResponse < Struct.new(
12823
13299
  :attributes_resource)
13300
+ SENSITIVE = []
12824
13301
  include Aws::Structure
12825
13302
  end
12826
13303
 
@@ -12845,6 +13322,7 @@ module Aws::Pinpoint
12845
13322
  class ResultRow < Struct.new(
12846
13323
  :grouped_bys,
12847
13324
  :values)
13325
+ SENSITIVE = []
12848
13326
  include Aws::Structure
12849
13327
  end
12850
13328
 
@@ -12874,6 +13352,7 @@ module Aws::Pinpoint
12874
13352
  :key,
12875
13353
  :type,
12876
13354
  :value)
13355
+ SENSITIVE = []
12877
13356
  include Aws::Structure
12878
13357
  end
12879
13358
 
@@ -12909,6 +13388,7 @@ module Aws::Pinpoint
12909
13388
  :enabled,
12910
13389
  :sender_id,
12911
13390
  :short_code)
13391
+ SENSITIVE = []
12912
13392
  include Aws::Structure
12913
13393
  end
12914
13394
 
@@ -12998,6 +13478,7 @@ module Aws::Pinpoint
12998
13478
  :short_code,
12999
13479
  :transactional_messages_per_second,
13000
13480
  :version)
13481
+ SENSITIVE = []
13001
13482
  include Aws::Structure
13002
13483
  end
13003
13484
 
@@ -13029,7 +13510,7 @@ module Aws::Pinpoint
13029
13510
  # @return [String]
13030
13511
  #
13031
13512
  # @!attribute [rw] media_url
13032
- # The URL of an image or video to display in the SMS message.
13513
+ # This field is reserved for future use.
13033
13514
  # @return [String]
13034
13515
  #
13035
13516
  # @!attribute [rw] message_type
@@ -13068,6 +13549,7 @@ module Aws::Pinpoint
13068
13549
  :origination_number,
13069
13550
  :sender_id,
13070
13551
  :substitutions)
13552
+ SENSITIVE = []
13071
13553
  include Aws::Structure
13072
13554
  end
13073
13555
 
@@ -13126,6 +13608,7 @@ module Aws::Pinpoint
13126
13608
  :next_activity,
13127
13609
  :template_name,
13128
13610
  :template_version)
13611
+ SENSITIVE = []
13129
13612
  include Aws::Structure
13130
13613
  end
13131
13614
 
@@ -13186,6 +13669,7 @@ module Aws::Pinpoint
13186
13669
  :recommender_id,
13187
13670
  :tags,
13188
13671
  :template_description)
13672
+ SENSITIVE = []
13189
13673
  include Aws::Structure
13190
13674
  end
13191
13675
 
@@ -13263,6 +13747,7 @@ module Aws::Pinpoint
13263
13747
  :template_name,
13264
13748
  :template_type,
13265
13749
  :version)
13750
+ SENSITIVE = []
13266
13751
  include Aws::Structure
13267
13752
  end
13268
13753
 
@@ -13370,6 +13855,7 @@ module Aws::Pinpoint
13370
13855
  :quiet_time,
13371
13856
  :start_time,
13372
13857
  :timezone)
13858
+ SENSITIVE = []
13373
13859
  include Aws::Structure
13374
13860
  end
13375
13861
 
@@ -13395,6 +13881,7 @@ module Aws::Pinpoint
13395
13881
  #
13396
13882
  class SegmentBehaviors < Struct.new(
13397
13883
  :recency)
13884
+ SENSITIVE = []
13398
13885
  include Aws::Structure
13399
13886
  end
13400
13887
 
@@ -13416,6 +13903,7 @@ module Aws::Pinpoint
13416
13903
  #
13417
13904
  class SegmentCondition < Struct.new(
13418
13905
  :segment_id)
13906
+ SENSITIVE = []
13419
13907
  include Aws::Structure
13420
13908
  end
13421
13909
 
@@ -13487,6 +13975,7 @@ module Aws::Pinpoint
13487
13975
  :make,
13488
13976
  :model,
13489
13977
  :platform)
13978
+ SENSITIVE = []
13490
13979
  include Aws::Structure
13491
13980
  end
13492
13981
 
@@ -13598,6 +14087,7 @@ module Aws::Pinpoint
13598
14087
  :location,
13599
14088
  :metrics,
13600
14089
  :user_attributes)
14090
+ SENSITIVE = []
13601
14091
  include Aws::Structure
13602
14092
  end
13603
14093
 
@@ -13723,6 +14213,7 @@ module Aws::Pinpoint
13723
14213
  :source_segments,
13724
14214
  :source_type,
13725
14215
  :type)
14216
+ SENSITIVE = []
13726
14217
  include Aws::Structure
13727
14218
  end
13728
14219
 
@@ -13832,6 +14323,7 @@ module Aws::Pinpoint
13832
14323
  class SegmentGroupList < Struct.new(
13833
14324
  :groups,
13834
14325
  :include)
14326
+ SENSITIVE = []
13835
14327
  include Aws::Structure
13836
14328
  end
13837
14329
 
@@ -13883,6 +14375,7 @@ module Aws::Pinpoint
13883
14375
  :role_arn,
13884
14376
  :s3_url,
13885
14377
  :size)
14378
+ SENSITIVE = []
13886
14379
  include Aws::Structure
13887
14380
  end
13888
14381
 
@@ -13919,6 +14412,7 @@ module Aws::Pinpoint
13919
14412
  class SegmentLocation < Struct.new(
13920
14413
  :country,
13921
14414
  :gps_point)
14415
+ SENSITIVE = []
13922
14416
  include Aws::Structure
13923
14417
  end
13924
14418
 
@@ -13945,6 +14439,7 @@ module Aws::Pinpoint
13945
14439
  class SegmentReference < Struct.new(
13946
14440
  :id,
13947
14441
  :version)
14442
+ SENSITIVE = []
13948
14443
  include Aws::Structure
13949
14444
  end
13950
14445
 
@@ -14029,6 +14524,7 @@ module Aws::Pinpoint
14029
14524
  :segment_type,
14030
14525
  :tags,
14031
14526
  :version)
14527
+ SENSITIVE = []
14032
14528
  include Aws::Structure
14033
14529
  end
14034
14530
 
@@ -14052,6 +14548,7 @@ module Aws::Pinpoint
14052
14548
  class SegmentsResponse < Struct.new(
14053
14549
  :item,
14054
14550
  :next_token)
14551
+ SENSITIVE = []
14055
14552
  include Aws::Structure
14056
14553
  end
14057
14554
 
@@ -14281,6 +14778,7 @@ module Aws::Pinpoint
14281
14778
  class SendMessagesRequest < Struct.new(
14282
14779
  :application_id,
14283
14780
  :message_request)
14781
+ SENSITIVE = []
14284
14782
  include Aws::Structure
14285
14783
  end
14286
14784
 
@@ -14293,6 +14791,7 @@ module Aws::Pinpoint
14293
14791
  #
14294
14792
  class SendMessagesResponse < Struct.new(
14295
14793
  :message_response)
14794
+ SENSITIVE = []
14296
14795
  include Aws::Structure
14297
14796
  end
14298
14797
 
@@ -14519,10 +15018,14 @@ module Aws::Pinpoint
14519
15018
  # @return [String]
14520
15019
  #
14521
15020
  # @!attribute [rw] users
14522
- # A map that associates user IDs with EndpointSendConfiguration
14523
- # objects. You can use an EndpointSendConfiguration object to tailor
14524
- # the message for a user by specifying settings such as content
15021
+ # A map that associates user IDs with [EndpointSendConfiguration][1]
15022
+ # objects. You can use an [EndpointSendConfiguration][1] object to
15023
+ # tailor the message for a user by specifying settings such as content
14525
15024
  # overrides and message variables.
15025
+ #
15026
+ #
15027
+ #
15028
+ # [1]: https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-messages.html#apps-application-id-messages-model-endpointsendconfiguration
14526
15029
  # @return [Hash<String,Types::EndpointSendConfiguration>]
14527
15030
  #
14528
15031
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/SendUsersMessageRequest AWS API Documentation
@@ -14533,6 +15036,7 @@ module Aws::Pinpoint
14533
15036
  :template_configuration,
14534
15037
  :trace_id,
14535
15038
  :users)
15039
+ SENSITIVE = []
14536
15040
  include Aws::Structure
14537
15041
  end
14538
15042
 
@@ -14561,6 +15065,7 @@ module Aws::Pinpoint
14561
15065
  :application_id,
14562
15066
  :request_id,
14563
15067
  :result)
15068
+ SENSITIVE = []
14564
15069
  include Aws::Structure
14565
15070
  end
14566
15071
 
@@ -14777,6 +15282,7 @@ module Aws::Pinpoint
14777
15282
  class SendUsersMessagesRequest < Struct.new(
14778
15283
  :application_id,
14779
15284
  :send_users_message_request)
15285
+ SENSITIVE = []
14780
15286
  include Aws::Structure
14781
15287
  end
14782
15288
 
@@ -14789,6 +15295,7 @@ module Aws::Pinpoint
14789
15295
  #
14790
15296
  class SendUsersMessagesResponse < Struct.new(
14791
15297
  :send_users_message_response)
15298
+ SENSITIVE = []
14792
15299
  include Aws::Structure
14793
15300
  end
14794
15301
 
@@ -14827,6 +15334,7 @@ module Aws::Pinpoint
14827
15334
  :id,
14828
15335
  :start_timestamp,
14829
15336
  :stop_timestamp)
15337
+ SENSITIVE = []
14830
15338
  include Aws::Structure
14831
15339
  end
14832
15340
 
@@ -14858,6 +15366,7 @@ module Aws::Pinpoint
14858
15366
  class SetDimension < Struct.new(
14859
15367
  :dimension_type,
14860
15368
  :values)
15369
+ SENSITIVE = []
14861
15370
  include Aws::Structure
14862
15371
  end
14863
15372
 
@@ -14868,7 +15377,7 @@ module Aws::Pinpoint
14868
15377
  #
14869
15378
  # {
14870
15379
  # event_condition: {
14871
- # dimensions: { # required
15380
+ # dimensions: {
14872
15381
  # attributes: {
14873
15382
  # "__string" => {
14874
15383
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -14978,6 +15487,7 @@ module Aws::Pinpoint
14978
15487
  :event_condition,
14979
15488
  :segment_condition,
14980
15489
  :segment_dimensions)
15490
+ SENSITIVE = []
14981
15491
  include Aws::Structure
14982
15492
  end
14983
15493
 
@@ -15025,6 +15535,7 @@ module Aws::Pinpoint
15025
15535
  :html_part,
15026
15536
  :subject,
15027
15537
  :text_part)
15538
+ SENSITIVE = []
15028
15539
  include Aws::Structure
15029
15540
  end
15030
15541
 
@@ -15052,6 +15563,7 @@ module Aws::Pinpoint
15052
15563
  class SimpleEmailPart < Struct.new(
15053
15564
  :charset,
15054
15565
  :data)
15566
+ SENSITIVE = []
15055
15567
  include Aws::Structure
15056
15568
  end
15057
15569
 
@@ -15064,6 +15576,30 @@ module Aws::Pinpoint
15064
15576
  #
15065
15577
  # {
15066
15578
  # description: "__string",
15579
+ # event_start_condition: {
15580
+ # event_filter: {
15581
+ # dimensions: { # required
15582
+ # attributes: {
15583
+ # "__string" => {
15584
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
15585
+ # values: ["__string"], # required
15586
+ # },
15587
+ # },
15588
+ # event_type: {
15589
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
15590
+ # values: ["__string"], # required
15591
+ # },
15592
+ # metrics: {
15593
+ # "__string" => {
15594
+ # comparison_operator: "__string", # required
15595
+ # value: 1.0, # required
15596
+ # },
15597
+ # },
15598
+ # },
15599
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
15600
+ # },
15601
+ # segment_id: "__string",
15602
+ # },
15067
15603
  # segment_start_condition: {
15068
15604
  # segment_id: "__string", # required
15069
15605
  # },
@@ -15073,6 +15609,11 @@ module Aws::Pinpoint
15073
15609
  # The custom description of the condition.
15074
15610
  # @return [String]
15075
15611
  #
15612
+ # @!attribute [rw] event_start_condition
15613
+ # Specifies the settings for an event that causes a journey activity
15614
+ # to start.
15615
+ # @return [Types::EventStartCondition]
15616
+ #
15076
15617
  # @!attribute [rw] segment_start_condition
15077
15618
  # The segment that's associated with the first activity in the
15078
15619
  # journey. This segment determines which users are participants in the
@@ -15083,7 +15624,9 @@ module Aws::Pinpoint
15083
15624
  #
15084
15625
  class StartCondition < Struct.new(
15085
15626
  :description,
15627
+ :event_start_condition,
15086
15628
  :segment_start_condition)
15629
+ SENSITIVE = []
15087
15630
  include Aws::Structure
15088
15631
  end
15089
15632
 
@@ -15112,6 +15655,7 @@ module Aws::Pinpoint
15112
15655
  class TagResourceRequest < Struct.new(
15113
15656
  :resource_arn,
15114
15657
  :tags_model)
15658
+ SENSITIVE = []
15115
15659
  include Aws::Structure
15116
15660
  end
15117
15661
 
@@ -15141,6 +15685,7 @@ module Aws::Pinpoint
15141
15685
  #
15142
15686
  class TagsModel < Struct.new(
15143
15687
  :tags)
15688
+ SENSITIVE = []
15144
15689
  include Aws::Structure
15145
15690
  end
15146
15691
 
@@ -15182,6 +15727,7 @@ module Aws::Pinpoint
15182
15727
  class Template < Struct.new(
15183
15728
  :name,
15184
15729
  :version)
15730
+ SENSITIVE = []
15185
15731
  include Aws::Structure
15186
15732
  end
15187
15733
 
@@ -15211,6 +15757,7 @@ module Aws::Pinpoint
15211
15757
  #
15212
15758
  class TemplateActiveVersionRequest < Struct.new(
15213
15759
  :version)
15760
+ SENSITIVE = []
15214
15761
  include Aws::Structure
15215
15762
  end
15216
15763
 
@@ -15263,6 +15810,7 @@ module Aws::Pinpoint
15263
15810
  :push_template,
15264
15811
  :sms_template,
15265
15812
  :voice_template)
15813
+ SENSITIVE = []
15266
15814
  include Aws::Structure
15267
15815
  end
15268
15816
 
@@ -15338,6 +15886,7 @@ module Aws::Pinpoint
15338
15886
  :template_name,
15339
15887
  :template_type,
15340
15888
  :version)
15889
+ SENSITIVE = []
15341
15890
  include Aws::Structure
15342
15891
  end
15343
15892
 
@@ -15390,6 +15939,7 @@ module Aws::Pinpoint
15390
15939
  :template_name,
15391
15940
  :template_type,
15392
15941
  :version)
15942
+ SENSITIVE = []
15393
15943
  include Aws::Structure
15394
15944
  end
15395
15945
 
@@ -15423,6 +15973,7 @@ module Aws::Pinpoint
15423
15973
  :message,
15424
15974
  :next_token,
15425
15975
  :request_id)
15976
+ SENSITIVE = []
15426
15977
  include Aws::Structure
15427
15978
  end
15428
15979
 
@@ -15446,6 +15997,7 @@ module Aws::Pinpoint
15446
15997
  class TemplatesResponse < Struct.new(
15447
15998
  :item,
15448
15999
  :next_token)
16000
+ SENSITIVE = []
15449
16001
  include Aws::Structure
15450
16002
  end
15451
16003
 
@@ -15462,6 +16014,7 @@ module Aws::Pinpoint
15462
16014
  class TooManyRequestsException < Struct.new(
15463
16015
  :message,
15464
16016
  :request_id)
16017
+ SENSITIVE = []
15465
16018
  include Aws::Structure
15466
16019
  end
15467
16020
 
@@ -15520,6 +16073,7 @@ module Aws::Pinpoint
15520
16073
  :template_configuration,
15521
16074
  :treatment_description,
15522
16075
  :treatment_name)
16076
+ SENSITIVE = []
15523
16077
  include Aws::Structure
15524
16078
  end
15525
16079
 
@@ -15542,6 +16096,7 @@ module Aws::Pinpoint
15542
16096
  class UntagResourceRequest < Struct.new(
15543
16097
  :resource_arn,
15544
16098
  :tag_keys)
16099
+ SENSITIVE = []
15545
16100
  include Aws::Structure
15546
16101
  end
15547
16102
 
@@ -15570,6 +16125,7 @@ module Aws::Pinpoint
15570
16125
  class UpdateAdmChannelRequest < Struct.new(
15571
16126
  :adm_channel_request,
15572
16127
  :application_id)
16128
+ SENSITIVE = []
15573
16129
  include Aws::Structure
15574
16130
  end
15575
16131
 
@@ -15582,6 +16138,7 @@ module Aws::Pinpoint
15582
16138
  #
15583
16139
  class UpdateAdmChannelResponse < Struct.new(
15584
16140
  :adm_channel_response)
16141
+ SENSITIVE = []
15585
16142
  include Aws::Structure
15586
16143
  end
15587
16144
 
@@ -15615,6 +16172,7 @@ module Aws::Pinpoint
15615
16172
  class UpdateApnsChannelRequest < Struct.new(
15616
16173
  :apns_channel_request,
15617
16174
  :application_id)
16175
+ SENSITIVE = []
15618
16176
  include Aws::Structure
15619
16177
  end
15620
16178
 
@@ -15627,6 +16185,7 @@ module Aws::Pinpoint
15627
16185
  #
15628
16186
  class UpdateApnsChannelResponse < Struct.new(
15629
16187
  :apns_channel_response)
16188
+ SENSITIVE = []
15630
16189
  include Aws::Structure
15631
16190
  end
15632
16191
 
@@ -15660,6 +16219,7 @@ module Aws::Pinpoint
15660
16219
  class UpdateApnsSandboxChannelRequest < Struct.new(
15661
16220
  :apns_sandbox_channel_request,
15662
16221
  :application_id)
16222
+ SENSITIVE = []
15663
16223
  include Aws::Structure
15664
16224
  end
15665
16225
 
@@ -15673,6 +16233,7 @@ module Aws::Pinpoint
15673
16233
  #
15674
16234
  class UpdateApnsSandboxChannelResponse < Struct.new(
15675
16235
  :apns_sandbox_channel_response)
16236
+ SENSITIVE = []
15676
16237
  include Aws::Structure
15677
16238
  end
15678
16239
 
@@ -15706,6 +16267,7 @@ module Aws::Pinpoint
15706
16267
  class UpdateApnsVoipChannelRequest < Struct.new(
15707
16268
  :apns_voip_channel_request,
15708
16269
  :application_id)
16270
+ SENSITIVE = []
15709
16271
  include Aws::Structure
15710
16272
  end
15711
16273
 
@@ -15718,6 +16280,7 @@ module Aws::Pinpoint
15718
16280
  #
15719
16281
  class UpdateApnsVoipChannelResponse < Struct.new(
15720
16282
  :apns_voip_channel_response)
16283
+ SENSITIVE = []
15721
16284
  include Aws::Structure
15722
16285
  end
15723
16286
 
@@ -15751,6 +16314,7 @@ module Aws::Pinpoint
15751
16314
  class UpdateApnsVoipSandboxChannelRequest < Struct.new(
15752
16315
  :apns_voip_sandbox_channel_request,
15753
16316
  :application_id)
16317
+ SENSITIVE = []
15754
16318
  include Aws::Structure
15755
16319
  end
15756
16320
 
@@ -15764,6 +16328,7 @@ module Aws::Pinpoint
15764
16328
  #
15765
16329
  class UpdateApnsVoipSandboxChannelResponse < Struct.new(
15766
16330
  :apns_voip_sandbox_channel_response)
16331
+ SENSITIVE = []
15767
16332
  include Aws::Structure
15768
16333
  end
15769
16334
 
@@ -15804,6 +16369,7 @@ module Aws::Pinpoint
15804
16369
  class UpdateApplicationSettingsRequest < Struct.new(
15805
16370
  :application_id,
15806
16371
  :write_application_settings_request)
16372
+ SENSITIVE = []
15807
16373
  include Aws::Structure
15808
16374
  end
15809
16375
 
@@ -15816,6 +16382,7 @@ module Aws::Pinpoint
15816
16382
  #
15817
16383
  class UpdateApplicationSettingsResponse < Struct.new(
15818
16384
  :application_settings_resource)
16385
+ SENSITIVE = []
15819
16386
  include Aws::Structure
15820
16387
  end
15821
16388
 
@@ -15841,6 +16408,7 @@ module Aws::Pinpoint
15841
16408
  #
15842
16409
  class UpdateAttributesRequest < Struct.new(
15843
16410
  :blacklist)
16411
+ SENSITIVE = []
15844
16412
  include Aws::Structure
15845
16413
  end
15846
16414
 
@@ -15869,6 +16437,7 @@ module Aws::Pinpoint
15869
16437
  class UpdateBaiduChannelRequest < Struct.new(
15870
16438
  :application_id,
15871
16439
  :baidu_channel_request)
16440
+ SENSITIVE = []
15872
16441
  include Aws::Structure
15873
16442
  end
15874
16443
 
@@ -15881,6 +16450,7 @@ module Aws::Pinpoint
15881
16450
  #
15882
16451
  class UpdateBaiduChannelResponse < Struct.new(
15883
16452
  :baidu_channel_response)
16453
+ SENSITIVE = []
15884
16454
  include Aws::Structure
15885
16455
  end
15886
16456
 
@@ -16219,6 +16789,7 @@ module Aws::Pinpoint
16219
16789
  :application_id,
16220
16790
  :campaign_id,
16221
16791
  :write_campaign_request)
16792
+ SENSITIVE = []
16222
16793
  include Aws::Structure
16223
16794
  end
16224
16795
 
@@ -16231,6 +16802,7 @@ module Aws::Pinpoint
16231
16802
  #
16232
16803
  class UpdateCampaignResponse < Struct.new(
16233
16804
  :campaign_response)
16805
+ SENSITIVE = []
16234
16806
  include Aws::Structure
16235
16807
  end
16236
16808
 
@@ -16261,6 +16833,7 @@ module Aws::Pinpoint
16261
16833
  class UpdateEmailChannelRequest < Struct.new(
16262
16834
  :application_id,
16263
16835
  :email_channel_request)
16836
+ SENSITIVE = []
16264
16837
  include Aws::Structure
16265
16838
  end
16266
16839
 
@@ -16273,6 +16846,7 @@ module Aws::Pinpoint
16273
16846
  #
16274
16847
  class UpdateEmailChannelResponse < Struct.new(
16275
16848
  :email_channel_response)
16849
+ SENSITIVE = []
16276
16850
  include Aws::Structure
16277
16851
  end
16278
16852
 
@@ -16317,6 +16891,7 @@ module Aws::Pinpoint
16317
16891
  :email_template_request,
16318
16892
  :template_name,
16319
16893
  :version)
16894
+ SENSITIVE = []
16320
16895
  include Aws::Structure
16321
16896
  end
16322
16897
 
@@ -16328,6 +16903,7 @@ module Aws::Pinpoint
16328
16903
  #
16329
16904
  class UpdateEmailTemplateResponse < Struct.new(
16330
16905
  :message_body)
16906
+ SENSITIVE = []
16331
16907
  include Aws::Structure
16332
16908
  end
16333
16909
 
@@ -16393,6 +16969,7 @@ module Aws::Pinpoint
16393
16969
  :application_id,
16394
16970
  :endpoint_id,
16395
16971
  :endpoint_request)
16972
+ SENSITIVE = []
16396
16973
  include Aws::Structure
16397
16974
  end
16398
16975
 
@@ -16404,6 +16981,7 @@ module Aws::Pinpoint
16404
16981
  #
16405
16982
  class UpdateEndpointResponse < Struct.new(
16406
16983
  :message_body)
16984
+ SENSITIVE = []
16407
16985
  include Aws::Structure
16408
16986
  end
16409
16987
 
@@ -16470,6 +17048,7 @@ module Aws::Pinpoint
16470
17048
  class UpdateEndpointsBatchRequest < Struct.new(
16471
17049
  :application_id,
16472
17050
  :endpoint_batch_request)
17051
+ SENSITIVE = []
16473
17052
  include Aws::Structure
16474
17053
  end
16475
17054
 
@@ -16481,6 +17060,7 @@ module Aws::Pinpoint
16481
17060
  #
16482
17061
  class UpdateEndpointsBatchResponse < Struct.new(
16483
17062
  :message_body)
17063
+ SENSITIVE = []
16484
17064
  include Aws::Structure
16485
17065
  end
16486
17066
 
@@ -16510,6 +17090,7 @@ module Aws::Pinpoint
16510
17090
  class UpdateGcmChannelRequest < Struct.new(
16511
17091
  :application_id,
16512
17092
  :gcm_channel_request)
17093
+ SENSITIVE = []
16513
17094
  include Aws::Structure
16514
17095
  end
16515
17096
 
@@ -16524,6 +17105,7 @@ module Aws::Pinpoint
16524
17105
  #
16525
17106
  class UpdateGcmChannelResponse < Struct.new(
16526
17107
  :gcm_channel_response)
17108
+ SENSITIVE = []
16527
17109
  include Aws::Structure
16528
17110
  end
16529
17111
 
@@ -16551,7 +17133,7 @@ module Aws::Pinpoint
16551
17133
  # conditions: [
16552
17134
  # {
16553
17135
  # event_condition: {
16554
- # dimensions: { # required
17136
+ # dimensions: {
16555
17137
  # attributes: {
16556
17138
  # "__string" => {
16557
17139
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -16668,7 +17250,7 @@ module Aws::Pinpoint
16668
17250
  # {
16669
17251
  # condition: {
16670
17252
  # event_condition: {
16671
- # dimensions: { # required
17253
+ # dimensions: {
16672
17254
  # attributes: {
16673
17255
  # "__string" => {
16674
17256
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -16822,6 +17404,30 @@ module Aws::Pinpoint
16822
17404
  # start_activity: "__string",
16823
17405
  # start_condition: {
16824
17406
  # description: "__string",
17407
+ # event_start_condition: {
17408
+ # event_filter: {
17409
+ # dimensions: { # required
17410
+ # attributes: {
17411
+ # "__string" => {
17412
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
17413
+ # values: ["__string"], # required
17414
+ # },
17415
+ # },
17416
+ # event_type: {
17417
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
17418
+ # values: ["__string"], # required
17419
+ # },
17420
+ # metrics: {
17421
+ # "__string" => {
17422
+ # comparison_operator: "__string", # required
17423
+ # value: 1.0, # required
17424
+ # },
17425
+ # },
17426
+ # },
17427
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
17428
+ # },
17429
+ # segment_id: "__string",
17430
+ # },
16825
17431
  # segment_start_condition: {
16826
17432
  # segment_id: "__string", # required
16827
17433
  # },
@@ -16846,6 +17452,7 @@ module Aws::Pinpoint
16846
17452
  :application_id,
16847
17453
  :journey_id,
16848
17454
  :write_journey_request)
17455
+ SENSITIVE = []
16849
17456
  include Aws::Structure
16850
17457
  end
16851
17458
 
@@ -16858,6 +17465,7 @@ module Aws::Pinpoint
16858
17465
  #
16859
17466
  class UpdateJourneyResponse < Struct.new(
16860
17467
  :journey_response)
17468
+ SENSITIVE = []
16861
17469
  include Aws::Structure
16862
17470
  end
16863
17471
 
@@ -16888,6 +17496,7 @@ module Aws::Pinpoint
16888
17496
  :application_id,
16889
17497
  :journey_id,
16890
17498
  :journey_state_request)
17499
+ SENSITIVE = []
16891
17500
  include Aws::Structure
16892
17501
  end
16893
17502
 
@@ -16900,6 +17509,7 @@ module Aws::Pinpoint
16900
17509
  #
16901
17510
  class UpdateJourneyStateResponse < Struct.new(
16902
17511
  :journey_response)
17512
+ SENSITIVE = []
16903
17513
  include Aws::Structure
16904
17514
  end
16905
17515
 
@@ -16991,6 +17601,7 @@ module Aws::Pinpoint
16991
17601
  :push_notification_template_request,
16992
17602
  :template_name,
16993
17603
  :version)
17604
+ SENSITIVE = []
16994
17605
  include Aws::Structure
16995
17606
  end
16996
17607
 
@@ -17002,6 +17613,7 @@ module Aws::Pinpoint
17002
17613
  #
17003
17614
  class UpdatePushTemplateResponse < Struct.new(
17004
17615
  :message_body)
17616
+ SENSITIVE = []
17005
17617
  include Aws::Structure
17006
17618
  end
17007
17619
 
@@ -17146,6 +17758,7 @@ module Aws::Pinpoint
17146
17758
  :recommendation_transformer_uri,
17147
17759
  :recommendations_display_name,
17148
17760
  :recommendations_per_message)
17761
+ SENSITIVE = []
17149
17762
  include Aws::Structure
17150
17763
  end
17151
17764
 
@@ -17182,6 +17795,7 @@ module Aws::Pinpoint
17182
17795
  class UpdateRecommenderConfigurationRequest < Struct.new(
17183
17796
  :recommender_id,
17184
17797
  :update_recommender_configuration)
17798
+ SENSITIVE = []
17185
17799
  include Aws::Structure
17186
17800
  end
17187
17801
 
@@ -17194,6 +17808,7 @@ module Aws::Pinpoint
17194
17808
  #
17195
17809
  class UpdateRecommenderConfigurationResponse < Struct.new(
17196
17810
  :recommender_configuration_response)
17811
+ SENSITIVE = []
17197
17812
  include Aws::Structure
17198
17813
  end
17199
17814
 
@@ -17376,6 +17991,7 @@ module Aws::Pinpoint
17376
17991
  :application_id,
17377
17992
  :segment_id,
17378
17993
  :write_segment_request)
17994
+ SENSITIVE = []
17379
17995
  include Aws::Structure
17380
17996
  end
17381
17997
 
@@ -17388,6 +18004,7 @@ module Aws::Pinpoint
17388
18004
  #
17389
18005
  class UpdateSegmentResponse < Struct.new(
17390
18006
  :segment_response)
18007
+ SENSITIVE = []
17391
18008
  include Aws::Structure
17392
18009
  end
17393
18010
 
@@ -17416,6 +18033,7 @@ module Aws::Pinpoint
17416
18033
  class UpdateSmsChannelRequest < Struct.new(
17417
18034
  :application_id,
17418
18035
  :sms_channel_request)
18036
+ SENSITIVE = []
17419
18037
  include Aws::Structure
17420
18038
  end
17421
18039
 
@@ -17428,6 +18046,7 @@ module Aws::Pinpoint
17428
18046
  #
17429
18047
  class UpdateSmsChannelResponse < Struct.new(
17430
18048
  :sms_channel_response)
18049
+ SENSITIVE = []
17431
18050
  include Aws::Structure
17432
18051
  end
17433
18052
 
@@ -17470,6 +18089,7 @@ module Aws::Pinpoint
17470
18089
  :sms_template_request,
17471
18090
  :template_name,
17472
18091
  :version)
18092
+ SENSITIVE = []
17473
18093
  include Aws::Structure
17474
18094
  end
17475
18095
 
@@ -17481,6 +18101,7 @@ module Aws::Pinpoint
17481
18101
  #
17482
18102
  class UpdateSmsTemplateResponse < Struct.new(
17483
18103
  :message_body)
18104
+ SENSITIVE = []
17484
18105
  include Aws::Structure
17485
18106
  end
17486
18107
 
@@ -17512,6 +18133,7 @@ module Aws::Pinpoint
17512
18133
  :template_active_version_request,
17513
18134
  :template_name,
17514
18135
  :template_type)
18136
+ SENSITIVE = []
17515
18137
  include Aws::Structure
17516
18138
  end
17517
18139
 
@@ -17523,6 +18145,7 @@ module Aws::Pinpoint
17523
18145
  #
17524
18146
  class UpdateTemplateActiveVersionResponse < Struct.new(
17525
18147
  :message_body)
18148
+ SENSITIVE = []
17526
18149
  include Aws::Structure
17527
18150
  end
17528
18151
 
@@ -17549,6 +18172,7 @@ module Aws::Pinpoint
17549
18172
  class UpdateVoiceChannelRequest < Struct.new(
17550
18173
  :application_id,
17551
18174
  :voice_channel_request)
18175
+ SENSITIVE = []
17552
18176
  include Aws::Structure
17553
18177
  end
17554
18178
 
@@ -17561,6 +18185,7 @@ module Aws::Pinpoint
17561
18185
  #
17562
18186
  class UpdateVoiceChannelResponse < Struct.new(
17563
18187
  :voice_channel_response)
18188
+ SENSITIVE = []
17564
18189
  include Aws::Structure
17565
18190
  end
17566
18191
 
@@ -17604,6 +18229,7 @@ module Aws::Pinpoint
17604
18229
  :template_name,
17605
18230
  :version,
17606
18231
  :voice_template_request)
18232
+ SENSITIVE = []
17607
18233
  include Aws::Structure
17608
18234
  end
17609
18235
 
@@ -17615,6 +18241,7 @@ module Aws::Pinpoint
17615
18241
  #
17616
18242
  class UpdateVoiceTemplateResponse < Struct.new(
17617
18243
  :message_body)
18244
+ SENSITIVE = []
17618
18245
  include Aws::Structure
17619
18246
  end
17620
18247
 
@@ -17636,6 +18263,7 @@ module Aws::Pinpoint
17636
18263
  #
17637
18264
  class VoiceChannelRequest < Struct.new(
17638
18265
  :enabled)
18266
+ SENSITIVE = []
17639
18267
  include Aws::Structure
17640
18268
  end
17641
18269
 
@@ -17701,6 +18329,7 @@ module Aws::Pinpoint
17701
18329
  :last_modified_date,
17702
18330
  :platform,
17703
18331
  :version)
18332
+ SENSITIVE = []
17704
18333
  include Aws::Structure
17705
18334
  end
17706
18335
 
@@ -17764,6 +18393,7 @@ module Aws::Pinpoint
17764
18393
  :origination_number,
17765
18394
  :substitutions,
17766
18395
  :voice_id)
18396
+ SENSITIVE = []
17767
18397
  include Aws::Structure
17768
18398
  end
17769
18399
 
@@ -17839,6 +18469,7 @@ module Aws::Pinpoint
17839
18469
  :tags,
17840
18470
  :template_description,
17841
18471
  :voice_id)
18472
+ SENSITIVE = []
17842
18473
  include Aws::Structure
17843
18474
  end
17844
18475
 
@@ -17933,6 +18564,7 @@ module Aws::Pinpoint
17933
18564
  :template_type,
17934
18565
  :version,
17935
18566
  :voice_id)
18567
+ SENSITIVE = []
17936
18568
  include Aws::Structure
17937
18569
  end
17938
18570
 
@@ -17966,6 +18598,7 @@ module Aws::Pinpoint
17966
18598
  class WaitActivity < Struct.new(
17967
18599
  :next_activity,
17968
18600
  :wait_time)
18601
+ SENSITIVE = []
17969
18602
  include Aws::Structure
17970
18603
  end
17971
18604
 
@@ -17998,6 +18631,7 @@ module Aws::Pinpoint
17998
18631
  class WaitTime < Struct.new(
17999
18632
  :wait_for,
18000
18633
  :wait_until)
18634
+ SENSITIVE = []
18001
18635
  include Aws::Structure
18002
18636
  end
18003
18637
 
@@ -18043,9 +18677,9 @@ module Aws::Pinpoint
18043
18677
  # @return [Boolean]
18044
18678
  #
18045
18679
  # @!attribute [rw] limits
18046
- # The default sending limits for campaigns and journeys in the
18047
- # application. To override these limits and define custom limits for a
18048
- # specific campaign or journey, use the <link
18680
+ # The default sending limits for campaigns in the application. To
18681
+ # override these limits and define custom limits for a specific
18682
+ # campaign or journey, use the <link
18049
18683
  # linkend="apps-application-id-campaigns-campaign-id" />
18050
18684
  #
18051
18685
  # Campaign</link> resource or the <link
@@ -18055,9 +18689,9 @@ module Aws::Pinpoint
18055
18689
  # @return [Types::CampaignLimits]
18056
18690
  #
18057
18691
  # @!attribute [rw] quiet_time
18058
- # The default quiet time for campaigns and journeys in the
18059
- # application. Quiet time is a specific time range when messages
18060
- # aren't sent to endpoints, if all the following conditions are met:
18692
+ # The default quiet time for campaigns in the application. Quiet time
18693
+ # is a specific time range when messages aren't sent to endpoints, if
18694
+ # all the following conditions are met:
18061
18695
  #
18062
18696
  # * The EndpointDemographic.Timezone property of the endpoint is set
18063
18697
  # to a valid value.
@@ -18094,6 +18728,7 @@ module Aws::Pinpoint
18094
18728
  :cloud_watch_metrics_enabled,
18095
18729
  :limits,
18096
18730
  :quiet_time)
18731
+ SENSITIVE = []
18097
18732
  include Aws::Structure
18098
18733
  end
18099
18734
 
@@ -18510,6 +19145,7 @@ module Aws::Pinpoint
18510
19145
  :template_configuration,
18511
19146
  :treatment_description,
18512
19147
  :treatment_name)
19148
+ SENSITIVE = []
18513
19149
  include Aws::Structure
18514
19150
  end
18515
19151
 
@@ -18548,6 +19184,7 @@ module Aws::Pinpoint
18548
19184
  class WriteEventStream < Struct.new(
18549
19185
  :destination_stream_arn,
18550
19186
  :role_arn)
19187
+ SENSITIVE = []
18551
19188
  include Aws::Structure
18552
19189
  end
18553
19190
 
@@ -18574,7 +19211,7 @@ module Aws::Pinpoint
18574
19211
  # conditions: [
18575
19212
  # {
18576
19213
  # event_condition: {
18577
- # dimensions: { # required
19214
+ # dimensions: {
18578
19215
  # attributes: {
18579
19216
  # "__string" => {
18580
19217
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -18691,7 +19328,7 @@ module Aws::Pinpoint
18691
19328
  # {
18692
19329
  # condition: {
18693
19330
  # event_condition: {
18694
- # dimensions: { # required
19331
+ # dimensions: {
18695
19332
  # attributes: {
18696
19333
  # "__string" => {
18697
19334
  # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
@@ -18845,6 +19482,30 @@ module Aws::Pinpoint
18845
19482
  # start_activity: "__string",
18846
19483
  # start_condition: {
18847
19484
  # description: "__string",
19485
+ # event_start_condition: {
19486
+ # event_filter: {
19487
+ # dimensions: { # required
19488
+ # attributes: {
19489
+ # "__string" => {
19490
+ # attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
19491
+ # values: ["__string"], # required
19492
+ # },
19493
+ # },
19494
+ # event_type: {
19495
+ # dimension_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
19496
+ # values: ["__string"], # required
19497
+ # },
19498
+ # metrics: {
19499
+ # "__string" => {
19500
+ # comparison_operator: "__string", # required
19501
+ # value: 1.0, # required
19502
+ # },
19503
+ # },
19504
+ # },
19505
+ # filter_type: "SYSTEM", # required, accepts SYSTEM, ENDPOINT
19506
+ # },
19507
+ # segment_id: "__string",
19508
+ # },
18848
19509
  # segment_start_condition: {
18849
19510
  # segment_id: "__string", # required
18850
19511
  # },
@@ -18958,6 +19619,7 @@ module Aws::Pinpoint
18958
19619
  :start_activity,
18959
19620
  :start_condition,
18960
19621
  :state)
19622
+ SENSITIVE = []
18961
19623
  include Aws::Structure
18962
19624
  end
18963
19625
 
@@ -19150,6 +19812,7 @@ module Aws::Pinpoint
19150
19812
  :name,
19151
19813
  :segment_groups,
19152
19814
  :tags)
19815
+ SENSITIVE = []
19153
19816
  include Aws::Structure
19154
19817
  end
19155
19818
 
@@ -19347,6 +20010,7 @@ module Aws::Pinpoint
19347
20010
  :template_configuration,
19348
20011
  :treatment_description,
19349
20012
  :treatment_name)
20013
+ SENSITIVE = []
19350
20014
  include Aws::Structure
19351
20015
  end
19352
20016