aws-sdk-pinpoint 1.47.0 → 1.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +333 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-pinpoint.rb +2 -2
- data/lib/aws-sdk-pinpoint/client.rb +194 -112
- data/lib/aws-sdk-pinpoint/client_api.rb +9 -1
- data/lib/aws-sdk-pinpoint/errors.rb +1 -1
- data/lib/aws-sdk-pinpoint/resource.rb +1 -1
- data/lib/aws-sdk-pinpoint/types.rb +205 -83
- metadata +8 -5
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -840,7 +840,10 @@ module Aws::Pinpoint
|
|
840
840
|
|
841
841
|
CampaignSmsMessage.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
|
842
842
|
CampaignSmsMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
|
843
|
+
CampaignSmsMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
|
843
844
|
CampaignSmsMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
|
845
|
+
CampaignSmsMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
|
846
|
+
CampaignSmsMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
|
844
847
|
CampaignSmsMessage.struct_class = Types::CampaignSmsMessage
|
845
848
|
|
846
849
|
CampaignState.add_member(:campaign_status, Shapes::ShapeRef.new(shape: CampaignStatus, location_name: "CampaignStatus"))
|
@@ -2051,7 +2054,10 @@ module Aws::Pinpoint
|
|
2051
2054
|
JourneyResponse.struct_class = Types::JourneyResponse
|
2052
2055
|
|
2053
2056
|
JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
|
2057
|
+
JourneySMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
|
2054
2058
|
JourneySMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
|
2059
|
+
JourneySMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
|
2060
|
+
JourneySMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
|
2055
2061
|
JourneySMSMessage.struct_class = Types::JourneySMSMessage
|
2056
2062
|
|
2057
2063
|
JourneySchedule.add_member(:end_time, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "EndTime"))
|
@@ -2463,6 +2469,8 @@ module Aws::Pinpoint
|
|
2463
2469
|
SMSMessage.add_member(:origination_number, Shapes::ShapeRef.new(shape: __string, location_name: "OriginationNumber"))
|
2464
2470
|
SMSMessage.add_member(:sender_id, Shapes::ShapeRef.new(shape: __string, location_name: "SenderId"))
|
2465
2471
|
SMSMessage.add_member(:substitutions, Shapes::ShapeRef.new(shape: MapOfListOf__string, location_name: "Substitutions"))
|
2472
|
+
SMSMessage.add_member(:entity_id, Shapes::ShapeRef.new(shape: __string, location_name: "EntityId"))
|
2473
|
+
SMSMessage.add_member(:template_id, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateId"))
|
2466
2474
|
SMSMessage.struct_class = Types::SMSMessage
|
2467
2475
|
|
2468
2476
|
SMSMessageActivity.add_member(:message_config, Shapes::ShapeRef.new(shape: JourneySMSMessage, location_name: "MessageConfig"))
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1268,7 +1268,7 @@ module Aws::Pinpoint
|
|
1268
1268
|
# dimensions: {
|
1269
1269
|
# attributes: {
|
1270
1270
|
# "__string" => {
|
1271
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1271
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1272
1272
|
# values: ["__string"], # required
|
1273
1273
|
# },
|
1274
1274
|
# },
|
@@ -1291,7 +1291,7 @@ module Aws::Pinpoint
|
|
1291
1291
|
# segment_dimensions: {
|
1292
1292
|
# attributes: {
|
1293
1293
|
# "__string" => {
|
1294
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1294
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1295
1295
|
# values: ["__string"], # required
|
1296
1296
|
# },
|
1297
1297
|
# },
|
@@ -1348,7 +1348,7 @@ module Aws::Pinpoint
|
|
1348
1348
|
# },
|
1349
1349
|
# user_attributes: {
|
1350
1350
|
# "__string" => {
|
1351
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1351
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1352
1352
|
# values: ["__string"], # required
|
1353
1353
|
# },
|
1354
1354
|
# },
|
@@ -1385,7 +1385,7 @@ module Aws::Pinpoint
|
|
1385
1385
|
# dimensions: {
|
1386
1386
|
# attributes: {
|
1387
1387
|
# "__string" => {
|
1388
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1388
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1389
1389
|
# values: ["__string"], # required
|
1390
1390
|
# },
|
1391
1391
|
# },
|
@@ -1408,7 +1408,7 @@ module Aws::Pinpoint
|
|
1408
1408
|
# segment_dimensions: {
|
1409
1409
|
# attributes: {
|
1410
1410
|
# "__string" => {
|
1411
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1411
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1412
1412
|
# values: ["__string"], # required
|
1413
1413
|
# },
|
1414
1414
|
# },
|
@@ -1465,7 +1465,7 @@ module Aws::Pinpoint
|
|
1465
1465
|
# },
|
1466
1466
|
# user_attributes: {
|
1467
1467
|
# "__string" => {
|
1468
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
1468
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
1469
1469
|
# values: ["__string"], # required
|
1470
1470
|
# },
|
1471
1471
|
# },
|
@@ -1499,7 +1499,10 @@ module Aws::Pinpoint
|
|
1499
1499
|
# sms: {
|
1500
1500
|
# message_config: {
|
1501
1501
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
1502
|
+
# origination_number: "__string",
|
1502
1503
|
# sender_id: "__string",
|
1504
|
+
# entity_id: "__string",
|
1505
|
+
# template_id: "__string",
|
1503
1506
|
# },
|
1504
1507
|
# next_activity: "__string",
|
1505
1508
|
# template_name: "__string",
|
@@ -2015,15 +2018,26 @@ module Aws::Pinpoint
|
|
2015
2018
|
# data as a hash:
|
2016
2019
|
#
|
2017
2020
|
# {
|
2018
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
2021
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
2019
2022
|
# values: ["__string"], # required
|
2020
2023
|
# }
|
2021
2024
|
#
|
2022
2025
|
# @!attribute [rw] attribute_type
|
2023
|
-
#
|
2024
|
-
#
|
2025
|
-
# EXCLUSIVE
|
2026
|
-
#
|
2026
|
+
# * INCLUSIVE - endpoints that have attributes matching the values are
|
2027
|
+
# included in the segment.
|
2028
|
+
# * EXCLUSIVE - endpoints that have attributes matching the values are
|
2029
|
+
# excluded in the segment.
|
2030
|
+
# * CONTAINS - endpoints that have attributes' substrings match the
|
2031
|
+
# values are included in the segment.
|
2032
|
+
# * BEFORE - endpoints with attributes read as ISO\_INSTANT datetimes
|
2033
|
+
# before the value are included in the segment.
|
2034
|
+
# * AFTER - endpoints with attributes read as ISO\_INSTANT datetimes
|
2035
|
+
# after the value are included in the segment.
|
2036
|
+
# * ON - endpoints with attributes read as ISO\_INSTANT dates on the
|
2037
|
+
# value are included in the segment. Time is ignored in this
|
2038
|
+
# comparison.
|
2039
|
+
# * BETWEEN - endpoints with attributes read as ISO\_INSTANT datetimes
|
2040
|
+
# between the values are included in the segment.
|
2027
2041
|
# @return [String]
|
2028
2042
|
#
|
2029
2043
|
# @!attribute [rw] values
|
@@ -2495,7 +2509,7 @@ module Aws::Pinpoint
|
|
2495
2509
|
# dimensions: { # required
|
2496
2510
|
# attributes: {
|
2497
2511
|
# "__string" => {
|
2498
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
2512
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
2499
2513
|
# values: ["__string"], # required
|
2500
2514
|
# },
|
2501
2515
|
# },
|
@@ -2787,7 +2801,10 @@ module Aws::Pinpoint
|
|
2787
2801
|
# {
|
2788
2802
|
# body: "__string",
|
2789
2803
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
2804
|
+
# origination_number: "__string",
|
2790
2805
|
# sender_id: "__string",
|
2806
|
+
# entity_id: "__string",
|
2807
|
+
# template_id: "__string",
|
2791
2808
|
# }
|
2792
2809
|
#
|
2793
2810
|
# @!attribute [rw] body
|
@@ -2801,17 +2818,38 @@ module Aws::Pinpoint
|
|
2801
2818
|
# time-sensitive, such as marketing messages).
|
2802
2819
|
# @return [String]
|
2803
2820
|
#
|
2821
|
+
# @!attribute [rw] origination_number
|
2822
|
+
# The long code to send the SMS message from. This value should be one
|
2823
|
+
# of the dedicated long codes that's assigned to your AWS account.
|
2824
|
+
# Although it isn't required, we recommend that you specify the long
|
2825
|
+
# code using an E.164 format to ensure prompt and accurate delivery of
|
2826
|
+
# the message. For example, +12065550100.
|
2827
|
+
# @return [String]
|
2828
|
+
#
|
2804
2829
|
# @!attribute [rw] sender_id
|
2805
2830
|
# The sender ID to display on recipients' devices when they receive
|
2806
2831
|
# the SMS message.
|
2807
2832
|
# @return [String]
|
2808
2833
|
#
|
2834
|
+
# @!attribute [rw] entity_id
|
2835
|
+
# The entity ID or Principal Entity (PE) id received from the
|
2836
|
+
# regulatory body for sending SMS in your country.
|
2837
|
+
# @return [String]
|
2838
|
+
#
|
2839
|
+
# @!attribute [rw] template_id
|
2840
|
+
# The template ID received from the regulatory body for sending SMS in
|
2841
|
+
# your country.
|
2842
|
+
# @return [String]
|
2843
|
+
#
|
2809
2844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CampaignSmsMessage AWS API Documentation
|
2810
2845
|
#
|
2811
2846
|
class CampaignSmsMessage < Struct.new(
|
2812
2847
|
:body,
|
2813
2848
|
:message_type,
|
2814
|
-
:
|
2849
|
+
:origination_number,
|
2850
|
+
:sender_id,
|
2851
|
+
:entity_id,
|
2852
|
+
:template_id)
|
2815
2853
|
SENSITIVE = []
|
2816
2854
|
include Aws::Structure
|
2817
2855
|
end
|
@@ -2948,7 +2986,7 @@ module Aws::Pinpoint
|
|
2948
2986
|
# dimensions: {
|
2949
2987
|
# attributes: {
|
2950
2988
|
# "__string" => {
|
2951
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
2989
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
2952
2990
|
# values: ["__string"], # required
|
2953
2991
|
# },
|
2954
2992
|
# },
|
@@ -2971,7 +3009,7 @@ module Aws::Pinpoint
|
|
2971
3009
|
# segment_dimensions: {
|
2972
3010
|
# attributes: {
|
2973
3011
|
# "__string" => {
|
2974
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3012
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
2975
3013
|
# values: ["__string"], # required
|
2976
3014
|
# },
|
2977
3015
|
# },
|
@@ -3028,7 +3066,7 @@ module Aws::Pinpoint
|
|
3028
3066
|
# },
|
3029
3067
|
# user_attributes: {
|
3030
3068
|
# "__string" => {
|
3031
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3069
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3032
3070
|
# values: ["__string"], # required
|
3033
3071
|
# },
|
3034
3072
|
# },
|
@@ -3086,7 +3124,7 @@ module Aws::Pinpoint
|
|
3086
3124
|
# dimensions: {
|
3087
3125
|
# attributes: {
|
3088
3126
|
# "__string" => {
|
3089
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3127
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3090
3128
|
# values: ["__string"], # required
|
3091
3129
|
# },
|
3092
3130
|
# },
|
@@ -3109,7 +3147,7 @@ module Aws::Pinpoint
|
|
3109
3147
|
# segment_dimensions: {
|
3110
3148
|
# attributes: {
|
3111
3149
|
# "__string" => {
|
3112
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3150
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3113
3151
|
# values: ["__string"], # required
|
3114
3152
|
# },
|
3115
3153
|
# },
|
@@ -3166,7 +3204,7 @@ module Aws::Pinpoint
|
|
3166
3204
|
# },
|
3167
3205
|
# user_attributes: {
|
3168
3206
|
# "__string" => {
|
3169
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3207
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3170
3208
|
# values: ["__string"], # required
|
3171
3209
|
# },
|
3172
3210
|
# },
|
@@ -3397,7 +3435,10 @@ module Aws::Pinpoint
|
|
3397
3435
|
# sms_message: {
|
3398
3436
|
# body: "__string",
|
3399
3437
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
3438
|
+
# origination_number: "__string",
|
3400
3439
|
# sender_id: "__string",
|
3440
|
+
# entity_id: "__string",
|
3441
|
+
# template_id: "__string",
|
3401
3442
|
# },
|
3402
3443
|
# },
|
3403
3444
|
# schedule: {
|
@@ -3406,7 +3447,7 @@ module Aws::Pinpoint
|
|
3406
3447
|
# dimensions: { # required
|
3407
3448
|
# attributes: {
|
3408
3449
|
# "__string" => {
|
3409
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3450
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3410
3451
|
# values: ["__string"], # required
|
3411
3452
|
# },
|
3412
3453
|
# },
|
@@ -3556,7 +3597,10 @@ module Aws::Pinpoint
|
|
3556
3597
|
# sms_message: {
|
3557
3598
|
# body: "__string",
|
3558
3599
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
3600
|
+
# origination_number: "__string",
|
3559
3601
|
# sender_id: "__string",
|
3602
|
+
# entity_id: "__string",
|
3603
|
+
# template_id: "__string",
|
3560
3604
|
# },
|
3561
3605
|
# },
|
3562
3606
|
# name: "__string",
|
@@ -3566,7 +3610,7 @@ module Aws::Pinpoint
|
|
3566
3610
|
# dimensions: { # required
|
3567
3611
|
# attributes: {
|
3568
3612
|
# "__string" => {
|
3569
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3613
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3570
3614
|
# values: ["__string"], # required
|
3571
3615
|
# },
|
3572
3616
|
# },
|
@@ -3818,7 +3862,7 @@ module Aws::Pinpoint
|
|
3818
3862
|
# dimensions: {
|
3819
3863
|
# attributes: {
|
3820
3864
|
# "__string" => {
|
3821
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3865
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3822
3866
|
# values: ["__string"], # required
|
3823
3867
|
# },
|
3824
3868
|
# },
|
@@ -3841,7 +3885,7 @@ module Aws::Pinpoint
|
|
3841
3885
|
# segment_dimensions: {
|
3842
3886
|
# attributes: {
|
3843
3887
|
# "__string" => {
|
3844
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3888
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3845
3889
|
# values: ["__string"], # required
|
3846
3890
|
# },
|
3847
3891
|
# },
|
@@ -3898,7 +3942,7 @@ module Aws::Pinpoint
|
|
3898
3942
|
# },
|
3899
3943
|
# user_attributes: {
|
3900
3944
|
# "__string" => {
|
3901
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3945
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3902
3946
|
# values: ["__string"], # required
|
3903
3947
|
# },
|
3904
3948
|
# },
|
@@ -3935,7 +3979,7 @@ module Aws::Pinpoint
|
|
3935
3979
|
# dimensions: {
|
3936
3980
|
# attributes: {
|
3937
3981
|
# "__string" => {
|
3938
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
3982
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3939
3983
|
# values: ["__string"], # required
|
3940
3984
|
# },
|
3941
3985
|
# },
|
@@ -3958,7 +4002,7 @@ module Aws::Pinpoint
|
|
3958
4002
|
# segment_dimensions: {
|
3959
4003
|
# attributes: {
|
3960
4004
|
# "__string" => {
|
3961
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4005
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
3962
4006
|
# values: ["__string"], # required
|
3963
4007
|
# },
|
3964
4008
|
# },
|
@@ -4015,7 +4059,7 @@ module Aws::Pinpoint
|
|
4015
4059
|
# },
|
4016
4060
|
# user_attributes: {
|
4017
4061
|
# "__string" => {
|
4018
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4062
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4019
4063
|
# values: ["__string"], # required
|
4020
4064
|
# },
|
4021
4065
|
# },
|
@@ -4049,7 +4093,10 @@ module Aws::Pinpoint
|
|
4049
4093
|
# sms: {
|
4050
4094
|
# message_config: {
|
4051
4095
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
4096
|
+
# origination_number: "__string",
|
4052
4097
|
# sender_id: "__string",
|
4098
|
+
# entity_id: "__string",
|
4099
|
+
# template_id: "__string",
|
4053
4100
|
# },
|
4054
4101
|
# next_activity: "__string",
|
4055
4102
|
# template_name: "__string",
|
@@ -4091,7 +4138,7 @@ module Aws::Pinpoint
|
|
4091
4138
|
# dimensions: { # required
|
4092
4139
|
# attributes: {
|
4093
4140
|
# "__string" => {
|
4094
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4141
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4095
4142
|
# values: ["__string"], # required
|
4096
4143
|
# },
|
4097
4144
|
# },
|
@@ -4440,7 +4487,7 @@ module Aws::Pinpoint
|
|
4440
4487
|
# dimensions: {
|
4441
4488
|
# attributes: {
|
4442
4489
|
# "__string" => {
|
4443
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4490
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4444
4491
|
# values: ["__string"], # required
|
4445
4492
|
# },
|
4446
4493
|
# },
|
@@ -4497,7 +4544,7 @@ module Aws::Pinpoint
|
|
4497
4544
|
# },
|
4498
4545
|
# user_attributes: {
|
4499
4546
|
# "__string" => {
|
4500
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4547
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4501
4548
|
# values: ["__string"], # required
|
4502
4549
|
# },
|
4503
4550
|
# },
|
@@ -4510,7 +4557,7 @@ module Aws::Pinpoint
|
|
4510
4557
|
# {
|
4511
4558
|
# attributes: {
|
4512
4559
|
# "__string" => {
|
4513
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4560
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4514
4561
|
# values: ["__string"], # required
|
4515
4562
|
# },
|
4516
4563
|
# },
|
@@ -4567,7 +4614,7 @@ module Aws::Pinpoint
|
|
4567
4614
|
# },
|
4568
4615
|
# user_attributes: {
|
4569
4616
|
# "__string" => {
|
4570
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
4617
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
4571
4618
|
# values: ["__string"], # required
|
4572
4619
|
# },
|
4573
4620
|
# },
|
@@ -5925,6 +5972,8 @@ module Aws::Pinpoint
|
|
5925
5972
|
# substitutions: {
|
5926
5973
|
# "__string" => ["__string"],
|
5927
5974
|
# },
|
5975
|
+
# entity_id: "__string",
|
5976
|
+
# template_id: "__string",
|
5928
5977
|
# },
|
5929
5978
|
# voice_message: {
|
5930
5979
|
# body: "__string",
|
@@ -7379,7 +7428,7 @@ module Aws::Pinpoint
|
|
7379
7428
|
# dimensions: {
|
7380
7429
|
# attributes: {
|
7381
7430
|
# "__string" => {
|
7382
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
7431
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
7383
7432
|
# values: ["__string"], # required
|
7384
7433
|
# },
|
7385
7434
|
# },
|
@@ -7424,7 +7473,7 @@ module Aws::Pinpoint
|
|
7424
7473
|
# {
|
7425
7474
|
# attributes: {
|
7426
7475
|
# "__string" => {
|
7427
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
7476
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
7428
7477
|
# values: ["__string"], # required
|
7429
7478
|
# },
|
7430
7479
|
# },
|
@@ -7485,7 +7534,7 @@ module Aws::Pinpoint
|
|
7485
7534
|
# dimensions: { # required
|
7486
7535
|
# attributes: {
|
7487
7536
|
# "__string" => {
|
7488
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
7537
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
7489
7538
|
# values: ["__string"], # required
|
7490
7539
|
# },
|
7491
7540
|
# },
|
@@ -7561,7 +7610,7 @@ module Aws::Pinpoint
|
|
7561
7610
|
# dimensions: { # required
|
7562
7611
|
# attributes: {
|
7563
7612
|
# "__string" => {
|
7564
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
7613
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
7565
7614
|
# values: ["__string"], # required
|
7566
7615
|
# },
|
7567
7616
|
# },
|
@@ -10913,7 +10962,10 @@ module Aws::Pinpoint
|
|
10913
10962
|
#
|
10914
10963
|
# {
|
10915
10964
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
10965
|
+
# origination_number: "__string",
|
10916
10966
|
# sender_id: "__string",
|
10967
|
+
# entity_id: "__string",
|
10968
|
+
# template_id: "__string",
|
10917
10969
|
# }
|
10918
10970
|
#
|
10919
10971
|
# @!attribute [rw] message_type
|
@@ -10923,6 +10975,14 @@ module Aws::Pinpoint
|
|
10923
10975
|
# time-sensitive, such as marketing messages).
|
10924
10976
|
# @return [String]
|
10925
10977
|
#
|
10978
|
+
# @!attribute [rw] origination_number
|
10979
|
+
# The long code to send the SMS message from. This value should be one
|
10980
|
+
# of the dedicated long codes that's assigned to your AWS account.
|
10981
|
+
# Although it isn't required, we recommend that you specify the long
|
10982
|
+
# code using an E.164 format to ensure prompt and accurate delivery of
|
10983
|
+
# the message. For example, +12065550100.
|
10984
|
+
# @return [String]
|
10985
|
+
#
|
10926
10986
|
# @!attribute [rw] sender_id
|
10927
10987
|
# The sender ID to display as the sender of the message on a
|
10928
10988
|
# recipient's device. Support for sender IDs varies by country or
|
@@ -10934,11 +10994,24 @@ module Aws::Pinpoint
|
|
10934
10994
|
# [1]: https://docs.aws.amazon.com/pinpoint/latest/userguide/channels-sms-countries.html
|
10935
10995
|
# @return [String]
|
10936
10996
|
#
|
10997
|
+
# @!attribute [rw] entity_id
|
10998
|
+
# The entity ID or Principal Entity (PE) id received from the
|
10999
|
+
# regulatory body for sending SMS in your country.
|
11000
|
+
# @return [String]
|
11001
|
+
#
|
11002
|
+
# @!attribute [rw] template_id
|
11003
|
+
# The template ID received from the regulatory body for sending SMS in
|
11004
|
+
# your country.
|
11005
|
+
# @return [String]
|
11006
|
+
#
|
10937
11007
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneySMSMessage AWS API Documentation
|
10938
11008
|
#
|
10939
11009
|
class JourneySMSMessage < Struct.new(
|
10940
11010
|
:message_type,
|
10941
|
-
:
|
11011
|
+
:origination_number,
|
11012
|
+
:sender_id,
|
11013
|
+
:entity_id,
|
11014
|
+
:template_id)
|
10942
11015
|
SENSITIVE = []
|
10943
11016
|
include Aws::Structure
|
10944
11017
|
end
|
@@ -11456,7 +11529,10 @@ module Aws::Pinpoint
|
|
11456
11529
|
# sms_message: {
|
11457
11530
|
# body: "__string",
|
11458
11531
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
11532
|
+
# origination_number: "__string",
|
11459
11533
|
# sender_id: "__string",
|
11534
|
+
# entity_id: "__string",
|
11535
|
+
# template_id: "__string",
|
11460
11536
|
# },
|
11461
11537
|
# }
|
11462
11538
|
#
|
@@ -11704,6 +11780,8 @@ module Aws::Pinpoint
|
|
11704
11780
|
# substitutions: {
|
11705
11781
|
# "__string" => ["__string"],
|
11706
11782
|
# },
|
11783
|
+
# entity_id: "__string",
|
11784
|
+
# template_id: "__string",
|
11707
11785
|
# },
|
11708
11786
|
# voice_message: {
|
11709
11787
|
# body: "__string",
|
@@ -11953,7 +12031,7 @@ module Aws::Pinpoint
|
|
11953
12031
|
# dimensions: {
|
11954
12032
|
# attributes: {
|
11955
12033
|
# "__string" => {
|
11956
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12034
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
11957
12035
|
# values: ["__string"], # required
|
11958
12036
|
# },
|
11959
12037
|
# },
|
@@ -11976,7 +12054,7 @@ module Aws::Pinpoint
|
|
11976
12054
|
# segment_dimensions: {
|
11977
12055
|
# attributes: {
|
11978
12056
|
# "__string" => {
|
11979
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12057
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
11980
12058
|
# values: ["__string"], # required
|
11981
12059
|
# },
|
11982
12060
|
# },
|
@@ -12033,7 +12111,7 @@ module Aws::Pinpoint
|
|
12033
12111
|
# },
|
12034
12112
|
# user_attributes: {
|
12035
12113
|
# "__string" => {
|
12036
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12114
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
12037
12115
|
# values: ["__string"], # required
|
12038
12116
|
# },
|
12039
12117
|
# },
|
@@ -12089,7 +12167,7 @@ module Aws::Pinpoint
|
|
12089
12167
|
# dimensions: {
|
12090
12168
|
# attributes: {
|
12091
12169
|
# "__string" => {
|
12092
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12170
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
12093
12171
|
# values: ["__string"], # required
|
12094
12172
|
# },
|
12095
12173
|
# },
|
@@ -12112,7 +12190,7 @@ module Aws::Pinpoint
|
|
12112
12190
|
# segment_dimensions: {
|
12113
12191
|
# attributes: {
|
12114
12192
|
# "__string" => {
|
12115
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12193
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
12116
12194
|
# values: ["__string"], # required
|
12117
12195
|
# },
|
12118
12196
|
# },
|
@@ -12169,7 +12247,7 @@ module Aws::Pinpoint
|
|
12169
12247
|
# },
|
12170
12248
|
# user_attributes: {
|
12171
12249
|
# "__string" => {
|
12172
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
12250
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
12173
12251
|
# values: ["__string"], # required
|
12174
12252
|
# },
|
12175
12253
|
# },
|
@@ -13498,6 +13576,8 @@ module Aws::Pinpoint
|
|
13498
13576
|
# substitutions: {
|
13499
13577
|
# "__string" => ["__string"],
|
13500
13578
|
# },
|
13579
|
+
# entity_id: "__string",
|
13580
|
+
# template_id: "__string",
|
13501
13581
|
# }
|
13502
13582
|
#
|
13503
13583
|
# @!attribute [rw] body
|
@@ -13539,6 +13619,16 @@ module Aws::Pinpoint
|
|
13539
13619
|
# the default variables with individual address variables.
|
13540
13620
|
# @return [Hash<String,Array<String>>]
|
13541
13621
|
#
|
13622
|
+
# @!attribute [rw] entity_id
|
13623
|
+
# The entity ID or Principal Entity (PE) id received from the
|
13624
|
+
# regulatory body for sending SMS in your country.
|
13625
|
+
# @return [String]
|
13626
|
+
#
|
13627
|
+
# @!attribute [rw] template_id
|
13628
|
+
# The template ID received from the regulatory body for sending SMS in
|
13629
|
+
# your country.
|
13630
|
+
# @return [String]
|
13631
|
+
#
|
13542
13632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/SMSMessage AWS API Documentation
|
13543
13633
|
#
|
13544
13634
|
class SMSMessage < Struct.new(
|
@@ -13548,7 +13638,9 @@ module Aws::Pinpoint
|
|
13548
13638
|
:message_type,
|
13549
13639
|
:origination_number,
|
13550
13640
|
:sender_id,
|
13551
|
-
:substitutions
|
13641
|
+
:substitutions,
|
13642
|
+
:entity_id,
|
13643
|
+
:template_id)
|
13552
13644
|
SENSITIVE = []
|
13553
13645
|
include Aws::Structure
|
13554
13646
|
end
|
@@ -13562,7 +13654,10 @@ module Aws::Pinpoint
|
|
13562
13654
|
# {
|
13563
13655
|
# message_config: {
|
13564
13656
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
13657
|
+
# origination_number: "__string",
|
13565
13658
|
# sender_id: "__string",
|
13659
|
+
# entity_id: "__string",
|
13660
|
+
# template_id: "__string",
|
13566
13661
|
# },
|
13567
13662
|
# next_activity: "__string",
|
13568
13663
|
# template_name: "__string",
|
@@ -13762,7 +13857,7 @@ module Aws::Pinpoint
|
|
13762
13857
|
# dimensions: { # required
|
13763
13858
|
# attributes: {
|
13764
13859
|
# "__string" => {
|
13765
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
13860
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
13766
13861
|
# values: ["__string"], # required
|
13767
13862
|
# },
|
13768
13863
|
# },
|
@@ -13987,7 +14082,7 @@ module Aws::Pinpoint
|
|
13987
14082
|
# {
|
13988
14083
|
# attributes: {
|
13989
14084
|
# "__string" => {
|
13990
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14085
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
13991
14086
|
# values: ["__string"], # required
|
13992
14087
|
# },
|
13993
14088
|
# },
|
@@ -14044,7 +14139,7 @@ module Aws::Pinpoint
|
|
14044
14139
|
# },
|
14045
14140
|
# user_attributes: {
|
14046
14141
|
# "__string" => {
|
14047
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14142
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
14048
14143
|
# values: ["__string"], # required
|
14049
14144
|
# },
|
14050
14145
|
# },
|
@@ -14102,7 +14197,7 @@ module Aws::Pinpoint
|
|
14102
14197
|
# {
|
14103
14198
|
# attributes: {
|
14104
14199
|
# "__string" => {
|
14105
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14200
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
14106
14201
|
# values: ["__string"], # required
|
14107
14202
|
# },
|
14108
14203
|
# },
|
@@ -14159,7 +14254,7 @@ module Aws::Pinpoint
|
|
14159
14254
|
# },
|
14160
14255
|
# user_attributes: {
|
14161
14256
|
# "__string" => {
|
14162
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14257
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
14163
14258
|
# values: ["__string"], # required
|
14164
14259
|
# },
|
14165
14260
|
# },
|
@@ -14230,7 +14325,7 @@ module Aws::Pinpoint
|
|
14230
14325
|
# {
|
14231
14326
|
# attributes: {
|
14232
14327
|
# "__string" => {
|
14233
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14328
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
14234
14329
|
# values: ["__string"], # required
|
14235
14330
|
# },
|
14236
14331
|
# },
|
@@ -14287,7 +14382,7 @@ module Aws::Pinpoint
|
|
14287
14382
|
# },
|
14288
14383
|
# user_attributes: {
|
14289
14384
|
# "__string" => {
|
14290
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
14385
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
14291
14386
|
# values: ["__string"], # required
|
14292
14387
|
# },
|
14293
14388
|
# },
|
@@ -14733,6 +14828,8 @@ module Aws::Pinpoint
|
|
14733
14828
|
# substitutions: {
|
14734
14829
|
# "__string" => ["__string"],
|
14735
14830
|
# },
|
14831
|
+
# entity_id: "__string",
|
14832
|
+
# template_id: "__string",
|
14736
14833
|
# },
|
14737
14834
|
# voice_message: {
|
14738
14835
|
# body: "__string",
|
@@ -14950,6 +15047,8 @@ module Aws::Pinpoint
|
|
14950
15047
|
# substitutions: {
|
14951
15048
|
# "__string" => ["__string"],
|
14952
15049
|
# },
|
15050
|
+
# entity_id: "__string",
|
15051
|
+
# template_id: "__string",
|
14953
15052
|
# },
|
14954
15053
|
# voice_message: {
|
14955
15054
|
# body: "__string",
|
@@ -15223,6 +15322,8 @@ module Aws::Pinpoint
|
|
15223
15322
|
# substitutions: {
|
15224
15323
|
# "__string" => ["__string"],
|
15225
15324
|
# },
|
15325
|
+
# entity_id: "__string",
|
15326
|
+
# template_id: "__string",
|
15226
15327
|
# },
|
15227
15328
|
# voice_message: {
|
15228
15329
|
# body: "__string",
|
@@ -15380,7 +15481,7 @@ module Aws::Pinpoint
|
|
15380
15481
|
# dimensions: {
|
15381
15482
|
# attributes: {
|
15382
15483
|
# "__string" => {
|
15383
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
15484
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
15384
15485
|
# values: ["__string"], # required
|
15385
15486
|
# },
|
15386
15487
|
# },
|
@@ -15403,7 +15504,7 @@ module Aws::Pinpoint
|
|
15403
15504
|
# segment_dimensions: {
|
15404
15505
|
# attributes: {
|
15405
15506
|
# "__string" => {
|
15406
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
15507
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
15407
15508
|
# values: ["__string"], # required
|
15408
15509
|
# },
|
15409
15510
|
# },
|
@@ -15460,7 +15561,7 @@ module Aws::Pinpoint
|
|
15460
15561
|
# },
|
15461
15562
|
# user_attributes: {
|
15462
15563
|
# "__string" => {
|
15463
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
15564
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
15464
15565
|
# values: ["__string"], # required
|
15465
15566
|
# },
|
15466
15567
|
# },
|
@@ -15581,7 +15682,7 @@ module Aws::Pinpoint
|
|
15581
15682
|
# dimensions: { # required
|
15582
15683
|
# attributes: {
|
15583
15684
|
# "__string" => {
|
15584
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
15685
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
15585
15686
|
# values: ["__string"], # required
|
15586
15687
|
# },
|
15587
15688
|
# },
|
@@ -16550,7 +16651,10 @@ module Aws::Pinpoint
|
|
16550
16651
|
# sms_message: {
|
16551
16652
|
# body: "__string",
|
16552
16653
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
16654
|
+
# origination_number: "__string",
|
16553
16655
|
# sender_id: "__string",
|
16656
|
+
# entity_id: "__string",
|
16657
|
+
# template_id: "__string",
|
16554
16658
|
# },
|
16555
16659
|
# },
|
16556
16660
|
# schedule: {
|
@@ -16559,7 +16663,7 @@ module Aws::Pinpoint
|
|
16559
16663
|
# dimensions: { # required
|
16560
16664
|
# attributes: {
|
16561
16665
|
# "__string" => {
|
16562
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
16666
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
16563
16667
|
# values: ["__string"], # required
|
16564
16668
|
# },
|
16565
16669
|
# },
|
@@ -16709,7 +16813,10 @@ module Aws::Pinpoint
|
|
16709
16813
|
# sms_message: {
|
16710
16814
|
# body: "__string",
|
16711
16815
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
16816
|
+
# origination_number: "__string",
|
16712
16817
|
# sender_id: "__string",
|
16818
|
+
# entity_id: "__string",
|
16819
|
+
# template_id: "__string",
|
16713
16820
|
# },
|
16714
16821
|
# },
|
16715
16822
|
# name: "__string",
|
@@ -16719,7 +16826,7 @@ module Aws::Pinpoint
|
|
16719
16826
|
# dimensions: { # required
|
16720
16827
|
# attributes: {
|
16721
16828
|
# "__string" => {
|
16722
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
16829
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
16723
16830
|
# values: ["__string"], # required
|
16724
16831
|
# },
|
16725
16832
|
# },
|
@@ -17136,7 +17243,7 @@ module Aws::Pinpoint
|
|
17136
17243
|
# dimensions: {
|
17137
17244
|
# attributes: {
|
17138
17245
|
# "__string" => {
|
17139
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17246
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17140
17247
|
# values: ["__string"], # required
|
17141
17248
|
# },
|
17142
17249
|
# },
|
@@ -17159,7 +17266,7 @@ module Aws::Pinpoint
|
|
17159
17266
|
# segment_dimensions: {
|
17160
17267
|
# attributes: {
|
17161
17268
|
# "__string" => {
|
17162
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17269
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17163
17270
|
# values: ["__string"], # required
|
17164
17271
|
# },
|
17165
17272
|
# },
|
@@ -17216,7 +17323,7 @@ module Aws::Pinpoint
|
|
17216
17323
|
# },
|
17217
17324
|
# user_attributes: {
|
17218
17325
|
# "__string" => {
|
17219
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17326
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17220
17327
|
# values: ["__string"], # required
|
17221
17328
|
# },
|
17222
17329
|
# },
|
@@ -17253,7 +17360,7 @@ module Aws::Pinpoint
|
|
17253
17360
|
# dimensions: {
|
17254
17361
|
# attributes: {
|
17255
17362
|
# "__string" => {
|
17256
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17363
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17257
17364
|
# values: ["__string"], # required
|
17258
17365
|
# },
|
17259
17366
|
# },
|
@@ -17276,7 +17383,7 @@ module Aws::Pinpoint
|
|
17276
17383
|
# segment_dimensions: {
|
17277
17384
|
# attributes: {
|
17278
17385
|
# "__string" => {
|
17279
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17386
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17280
17387
|
# values: ["__string"], # required
|
17281
17388
|
# },
|
17282
17389
|
# },
|
@@ -17333,7 +17440,7 @@ module Aws::Pinpoint
|
|
17333
17440
|
# },
|
17334
17441
|
# user_attributes: {
|
17335
17442
|
# "__string" => {
|
17336
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17443
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17337
17444
|
# values: ["__string"], # required
|
17338
17445
|
# },
|
17339
17446
|
# },
|
@@ -17367,7 +17474,10 @@ module Aws::Pinpoint
|
|
17367
17474
|
# sms: {
|
17368
17475
|
# message_config: {
|
17369
17476
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
17477
|
+
# origination_number: "__string",
|
17370
17478
|
# sender_id: "__string",
|
17479
|
+
# entity_id: "__string",
|
17480
|
+
# template_id: "__string",
|
17371
17481
|
# },
|
17372
17482
|
# next_activity: "__string",
|
17373
17483
|
# template_name: "__string",
|
@@ -17409,7 +17519,7 @@ module Aws::Pinpoint
|
|
17409
17519
|
# dimensions: { # required
|
17410
17520
|
# attributes: {
|
17411
17521
|
# "__string" => {
|
17412
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17522
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17413
17523
|
# values: ["__string"], # required
|
17414
17524
|
# },
|
17415
17525
|
# },
|
@@ -17822,7 +17932,7 @@ module Aws::Pinpoint
|
|
17822
17932
|
# dimensions: {
|
17823
17933
|
# attributes: {
|
17824
17934
|
# "__string" => {
|
17825
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17935
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17826
17936
|
# values: ["__string"], # required
|
17827
17937
|
# },
|
17828
17938
|
# },
|
@@ -17879,7 +17989,7 @@ module Aws::Pinpoint
|
|
17879
17989
|
# },
|
17880
17990
|
# user_attributes: {
|
17881
17991
|
# "__string" => {
|
17882
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
17992
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17883
17993
|
# values: ["__string"], # required
|
17884
17994
|
# },
|
17885
17995
|
# },
|
@@ -17892,7 +18002,7 @@ module Aws::Pinpoint
|
|
17892
18002
|
# {
|
17893
18003
|
# attributes: {
|
17894
18004
|
# "__string" => {
|
17895
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
18005
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17896
18006
|
# values: ["__string"], # required
|
17897
18007
|
# },
|
17898
18008
|
# },
|
@@ -17949,7 +18059,7 @@ module Aws::Pinpoint
|
|
17949
18059
|
# },
|
17950
18060
|
# user_attributes: {
|
17951
18061
|
# "__string" => {
|
17952
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
18062
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
17953
18063
|
# values: ["__string"], # required
|
17954
18064
|
# },
|
17955
18065
|
# },
|
@@ -18827,7 +18937,10 @@ module Aws::Pinpoint
|
|
18827
18937
|
# sms_message: {
|
18828
18938
|
# body: "__string",
|
18829
18939
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
18940
|
+
# origination_number: "__string",
|
18830
18941
|
# sender_id: "__string",
|
18942
|
+
# entity_id: "__string",
|
18943
|
+
# template_id: "__string",
|
18831
18944
|
# },
|
18832
18945
|
# },
|
18833
18946
|
# schedule: {
|
@@ -18836,7 +18949,7 @@ module Aws::Pinpoint
|
|
18836
18949
|
# dimensions: { # required
|
18837
18950
|
# attributes: {
|
18838
18951
|
# "__string" => {
|
18839
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
18952
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
18840
18953
|
# values: ["__string"], # required
|
18841
18954
|
# },
|
18842
18955
|
# },
|
@@ -18986,7 +19099,10 @@ module Aws::Pinpoint
|
|
18986
19099
|
# sms_message: {
|
18987
19100
|
# body: "__string",
|
18988
19101
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
19102
|
+
# origination_number: "__string",
|
18989
19103
|
# sender_id: "__string",
|
19104
|
+
# entity_id: "__string",
|
19105
|
+
# template_id: "__string",
|
18990
19106
|
# },
|
18991
19107
|
# },
|
18992
19108
|
# name: "__string",
|
@@ -18996,7 +19112,7 @@ module Aws::Pinpoint
|
|
18996
19112
|
# dimensions: { # required
|
18997
19113
|
# attributes: {
|
18998
19114
|
# "__string" => {
|
18999
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19115
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19000
19116
|
# values: ["__string"], # required
|
19001
19117
|
# },
|
19002
19118
|
# },
|
@@ -19214,7 +19330,7 @@ module Aws::Pinpoint
|
|
19214
19330
|
# dimensions: {
|
19215
19331
|
# attributes: {
|
19216
19332
|
# "__string" => {
|
19217
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19333
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19218
19334
|
# values: ["__string"], # required
|
19219
19335
|
# },
|
19220
19336
|
# },
|
@@ -19237,7 +19353,7 @@ module Aws::Pinpoint
|
|
19237
19353
|
# segment_dimensions: {
|
19238
19354
|
# attributes: {
|
19239
19355
|
# "__string" => {
|
19240
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19356
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19241
19357
|
# values: ["__string"], # required
|
19242
19358
|
# },
|
19243
19359
|
# },
|
@@ -19294,7 +19410,7 @@ module Aws::Pinpoint
|
|
19294
19410
|
# },
|
19295
19411
|
# user_attributes: {
|
19296
19412
|
# "__string" => {
|
19297
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19413
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19298
19414
|
# values: ["__string"], # required
|
19299
19415
|
# },
|
19300
19416
|
# },
|
@@ -19331,7 +19447,7 @@ module Aws::Pinpoint
|
|
19331
19447
|
# dimensions: {
|
19332
19448
|
# attributes: {
|
19333
19449
|
# "__string" => {
|
19334
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19450
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19335
19451
|
# values: ["__string"], # required
|
19336
19452
|
# },
|
19337
19453
|
# },
|
@@ -19354,7 +19470,7 @@ module Aws::Pinpoint
|
|
19354
19470
|
# segment_dimensions: {
|
19355
19471
|
# attributes: {
|
19356
19472
|
# "__string" => {
|
19357
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19473
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19358
19474
|
# values: ["__string"], # required
|
19359
19475
|
# },
|
19360
19476
|
# },
|
@@ -19411,7 +19527,7 @@ module Aws::Pinpoint
|
|
19411
19527
|
# },
|
19412
19528
|
# user_attributes: {
|
19413
19529
|
# "__string" => {
|
19414
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19530
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19415
19531
|
# values: ["__string"], # required
|
19416
19532
|
# },
|
19417
19533
|
# },
|
@@ -19445,7 +19561,10 @@ module Aws::Pinpoint
|
|
19445
19561
|
# sms: {
|
19446
19562
|
# message_config: {
|
19447
19563
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
19564
|
+
# origination_number: "__string",
|
19448
19565
|
# sender_id: "__string",
|
19566
|
+
# entity_id: "__string",
|
19567
|
+
# template_id: "__string",
|
19449
19568
|
# },
|
19450
19569
|
# next_activity: "__string",
|
19451
19570
|
# template_name: "__string",
|
@@ -19487,7 +19606,7 @@ module Aws::Pinpoint
|
|
19487
19606
|
# dimensions: { # required
|
19488
19607
|
# attributes: {
|
19489
19608
|
# "__string" => {
|
19490
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19609
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19491
19610
|
# values: ["__string"], # required
|
19492
19611
|
# },
|
19493
19612
|
# },
|
@@ -19634,7 +19753,7 @@ module Aws::Pinpoint
|
|
19634
19753
|
# dimensions: {
|
19635
19754
|
# attributes: {
|
19636
19755
|
# "__string" => {
|
19637
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19756
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19638
19757
|
# values: ["__string"], # required
|
19639
19758
|
# },
|
19640
19759
|
# },
|
@@ -19691,7 +19810,7 @@ module Aws::Pinpoint
|
|
19691
19810
|
# },
|
19692
19811
|
# user_attributes: {
|
19693
19812
|
# "__string" => {
|
19694
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19813
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19695
19814
|
# values: ["__string"], # required
|
19696
19815
|
# },
|
19697
19816
|
# },
|
@@ -19704,7 +19823,7 @@ module Aws::Pinpoint
|
|
19704
19823
|
# {
|
19705
19824
|
# attributes: {
|
19706
19825
|
# "__string" => {
|
19707
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19826
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19708
19827
|
# values: ["__string"], # required
|
19709
19828
|
# },
|
19710
19829
|
# },
|
@@ -19761,7 +19880,7 @@ module Aws::Pinpoint
|
|
19761
19880
|
# },
|
19762
19881
|
# user_attributes: {
|
19763
19882
|
# "__string" => {
|
19764
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
19883
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19765
19884
|
# values: ["__string"], # required
|
19766
19885
|
# },
|
19767
19886
|
# },
|
@@ -19910,7 +20029,10 @@ module Aws::Pinpoint
|
|
19910
20029
|
# sms_message: {
|
19911
20030
|
# body: "__string",
|
19912
20031
|
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
20032
|
+
# origination_number: "__string",
|
19913
20033
|
# sender_id: "__string",
|
20034
|
+
# entity_id: "__string",
|
20035
|
+
# template_id: "__string",
|
19914
20036
|
# },
|
19915
20037
|
# },
|
19916
20038
|
# schedule: {
|
@@ -19919,7 +20041,7 @@ module Aws::Pinpoint
|
|
19919
20041
|
# dimensions: { # required
|
19920
20042
|
# attributes: {
|
19921
20043
|
# "__string" => {
|
19922
|
-
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE
|
20044
|
+
# attribute_type: "INCLUSIVE", # accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEFORE, AFTER, BETWEEN, ON
|
19923
20045
|
# values: ["__string"], # required
|
19924
20046
|
# },
|
19925
20047
|
# },
|