aws-sdk-pinpoint 1.38.0 → 1.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-pinpoint.rb +3 -1
- data/lib/aws-sdk-pinpoint/client.rb +184 -30
- data/lib/aws-sdk-pinpoint/client_api.rb +41 -0
- data/lib/aws-sdk-pinpoint/errors.rb +2 -0
- data/lib/aws-sdk-pinpoint/resource.rb +2 -0
- data/lib/aws-sdk-pinpoint/types.rb +853 -32
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b99aeb93cff8730142ebfc3ad30cba808a622357ffad1cf9ac22a2c0b53be4b9
|
4
|
+
data.tar.gz: 3e2830e81dd1d236da07a9e809a874256c8c5c12e621dff61ba01cdf20777463
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc00b1903297b9bb988e5ebed1c0bdb89430983a961142492184c8b9c1ec38a37e68ef717ffc14593ba0a8493be3781a538fb79aa81b1f6a2223fd21d0f3c228
|
7
|
+
data.tar.gz: 97b01c199343e8c4340a63b3d0fadf12ebf0d1c5ec9ededd6fd8d8870280b8597ef2e9add9552fbc7958626c13f44e41ea52b81af29ca7abb52fcd3b9283ece3
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
@@ -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:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Pinpoint
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.43.0'
|
49
51
|
|
50
52
|
end
|
@@ -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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::Pinpoint
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::Pinpoint
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::Pinpoint
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::Pinpoint
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -367,7 +371,7 @@ module Aws::Pinpoint
|
|
367
371
|
# {
|
368
372
|
# custom_delivery_configuration: {
|
369
373
|
# delivery_uri: "__string", # required
|
370
|
-
# endpoint_types: ["
|
374
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
371
375
|
# },
|
372
376
|
# message_configuration: {
|
373
377
|
# adm_message: {
|
@@ -512,7 +516,7 @@ module Aws::Pinpoint
|
|
512
516
|
# ],
|
513
517
|
# custom_delivery_configuration: {
|
514
518
|
# delivery_uri: "__string", # required
|
515
|
-
# endpoint_types: ["
|
519
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
516
520
|
# },
|
517
521
|
# description: "__string",
|
518
522
|
# holdout_percent: 1,
|
@@ -680,7 +684,7 @@ module Aws::Pinpoint
|
|
680
684
|
# resp.campaign_response.additional_treatments #=> Array
|
681
685
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
682
686
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
683
|
-
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
687
|
+
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
684
688
|
# resp.campaign_response.additional_treatments[0].id #=> String
|
685
689
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
686
690
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -785,7 +789,7 @@ module Aws::Pinpoint
|
|
785
789
|
# resp.campaign_response.creation_date #=> String
|
786
790
|
# resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
|
787
791
|
# resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
|
788
|
-
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
792
|
+
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
789
793
|
# resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
790
794
|
# resp.campaign_response.description #=> String
|
791
795
|
# resp.campaign_response.holdout_percent #=> Integer
|
@@ -1089,6 +1093,16 @@ module Aws::Pinpoint
|
|
1089
1093
|
# write_journey_request: { # required
|
1090
1094
|
# activities: {
|
1091
1095
|
# "__string" => {
|
1096
|
+
# custom: {
|
1097
|
+
# delivery_uri: "__string",
|
1098
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
1099
|
+
# message_config: {
|
1100
|
+
# data: "__string",
|
1101
|
+
# },
|
1102
|
+
# next_activity: "__string",
|
1103
|
+
# template_name: "__string",
|
1104
|
+
# template_version: "__string",
|
1105
|
+
# },
|
1092
1106
|
# conditional_split: {
|
1093
1107
|
# condition: {
|
1094
1108
|
# conditions: [
|
@@ -1309,6 +1323,14 @@ module Aws::Pinpoint
|
|
1309
1323
|
# wait_until: "__string",
|
1310
1324
|
# },
|
1311
1325
|
# },
|
1326
|
+
# push: {
|
1327
|
+
# message_config: {
|
1328
|
+
# time_to_live: "__string",
|
1329
|
+
# },
|
1330
|
+
# next_activity: "__string",
|
1331
|
+
# template_name: "__string",
|
1332
|
+
# template_version: "__string",
|
1333
|
+
# },
|
1312
1334
|
# random_split: {
|
1313
1335
|
# branches: [
|
1314
1336
|
# {
|
@@ -1317,6 +1339,15 @@ module Aws::Pinpoint
|
|
1317
1339
|
# },
|
1318
1340
|
# ],
|
1319
1341
|
# },
|
1342
|
+
# sms: {
|
1343
|
+
# message_config: {
|
1344
|
+
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
1345
|
+
# sender_id: "__string",
|
1346
|
+
# },
|
1347
|
+
# next_activity: "__string",
|
1348
|
+
# template_name: "__string",
|
1349
|
+
# template_version: "__string",
|
1350
|
+
# },
|
1320
1351
|
# wait: {
|
1321
1352
|
# next_activity: "__string",
|
1322
1353
|
# wait_time: {
|
@@ -1359,6 +1390,13 @@ module Aws::Pinpoint
|
|
1359
1390
|
# @example Response structure
|
1360
1391
|
#
|
1361
1392
|
# resp.journey_response.activities #=> Hash
|
1393
|
+
# resp.journey_response.activities["__string"].custom.delivery_uri #=> String
|
1394
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
|
1395
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
1396
|
+
# resp.journey_response.activities["__string"].custom.message_config.data #=> String
|
1397
|
+
# resp.journey_response.activities["__string"].custom.next_activity #=> String
|
1398
|
+
# resp.journey_response.activities["__string"].custom.template_name #=> String
|
1399
|
+
# resp.journey_response.activities["__string"].custom.template_version #=> String
|
1362
1400
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
|
1363
1401
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
1364
1402
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -1475,9 +1513,18 @@ module Aws::Pinpoint
|
|
1475
1513
|
# resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
|
1476
1514
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
1477
1515
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
1516
|
+
# resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
|
1517
|
+
# resp.journey_response.activities["__string"].push.next_activity #=> String
|
1518
|
+
# resp.journey_response.activities["__string"].push.template_name #=> String
|
1519
|
+
# resp.journey_response.activities["__string"].push.template_version #=> String
|
1478
1520
|
# resp.journey_response.activities["__string"].random_split.branches #=> Array
|
1479
1521
|
# resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
|
1480
1522
|
# resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
|
1523
|
+
# resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
1524
|
+
# resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
|
1525
|
+
# resp.journey_response.activities["__string"].sms.next_activity #=> String
|
1526
|
+
# resp.journey_response.activities["__string"].sms.template_name #=> String
|
1527
|
+
# resp.journey_response.activities["__string"].sms.template_version #=> String
|
1481
1528
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
1482
1529
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
1483
1530
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -2312,7 +2359,7 @@ module Aws::Pinpoint
|
|
2312
2359
|
# resp.campaign_response.additional_treatments #=> Array
|
2313
2360
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
2314
2361
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
2315
|
-
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2362
|
+
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2316
2363
|
# resp.campaign_response.additional_treatments[0].id #=> String
|
2317
2364
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
2318
2365
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -2417,7 +2464,7 @@ module Aws::Pinpoint
|
|
2417
2464
|
# resp.campaign_response.creation_date #=> String
|
2418
2465
|
# resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
|
2419
2466
|
# resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
|
2420
|
-
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2467
|
+
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2421
2468
|
# resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
2422
2469
|
# resp.campaign_response.description #=> String
|
2423
2470
|
# resp.campaign_response.holdout_percent #=> Integer
|
@@ -2642,7 +2689,7 @@ module Aws::Pinpoint
|
|
2642
2689
|
# resp.endpoint_response.attributes #=> Hash
|
2643
2690
|
# resp.endpoint_response.attributes["__string"] #=> Array
|
2644
2691
|
# resp.endpoint_response.attributes["__string"][0] #=> String
|
2645
|
-
# resp.endpoint_response.channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2692
|
+
# resp.endpoint_response.channel_type #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2646
2693
|
# resp.endpoint_response.cohort_id #=> String
|
2647
2694
|
# resp.endpoint_response.creation_date #=> String
|
2648
2695
|
# resp.endpoint_response.demographic.app_version #=> String
|
@@ -2770,6 +2817,13 @@ module Aws::Pinpoint
|
|
2770
2817
|
# @example Response structure
|
2771
2818
|
#
|
2772
2819
|
# resp.journey_response.activities #=> Hash
|
2820
|
+
# resp.journey_response.activities["__string"].custom.delivery_uri #=> String
|
2821
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
|
2822
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
2823
|
+
# resp.journey_response.activities["__string"].custom.message_config.data #=> String
|
2824
|
+
# resp.journey_response.activities["__string"].custom.next_activity #=> String
|
2825
|
+
# resp.journey_response.activities["__string"].custom.template_name #=> String
|
2826
|
+
# resp.journey_response.activities["__string"].custom.template_version #=> String
|
2773
2827
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
|
2774
2828
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
2775
2829
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -2886,9 +2940,18 @@ module Aws::Pinpoint
|
|
2886
2940
|
# resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
|
2887
2941
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
2888
2942
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
2943
|
+
# resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
|
2944
|
+
# resp.journey_response.activities["__string"].push.next_activity #=> String
|
2945
|
+
# resp.journey_response.activities["__string"].push.template_name #=> String
|
2946
|
+
# resp.journey_response.activities["__string"].push.template_version #=> String
|
2889
2947
|
# resp.journey_response.activities["__string"].random_split.branches #=> Array
|
2890
2948
|
# resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
|
2891
2949
|
# resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
|
2950
|
+
# resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
2951
|
+
# resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
|
2952
|
+
# resp.journey_response.activities["__string"].sms.next_activity #=> String
|
2953
|
+
# resp.journey_response.activities["__string"].sms.template_name #=> String
|
2954
|
+
# resp.journey_response.activities["__string"].sms.template_version #=> String
|
2892
2955
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
2893
2956
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
2894
2957
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -3220,7 +3283,7 @@ module Aws::Pinpoint
|
|
3220
3283
|
# resp.endpoints_response.item[0].attributes #=> Hash
|
3221
3284
|
# resp.endpoints_response.item[0].attributes["__string"] #=> Array
|
3222
3285
|
# resp.endpoints_response.item[0].attributes["__string"][0] #=> String
|
3223
|
-
# resp.endpoints_response.item[0].channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3286
|
+
# resp.endpoints_response.item[0].channel_type #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3224
3287
|
# resp.endpoints_response.item[0].cohort_id #=> String
|
3225
3288
|
# resp.endpoints_response.item[0].creation_date #=> String
|
3226
3289
|
# resp.endpoints_response.item[0].demographic.app_version #=> String
|
@@ -3742,7 +3805,7 @@ module Aws::Pinpoint
|
|
3742
3805
|
# resp.campaign_response.additional_treatments #=> Array
|
3743
3806
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
3744
3807
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
3745
|
-
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3808
|
+
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3746
3809
|
# resp.campaign_response.additional_treatments[0].id #=> String
|
3747
3810
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
3748
3811
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -3847,7 +3910,7 @@ module Aws::Pinpoint
|
|
3847
3910
|
# resp.campaign_response.creation_date #=> String
|
3848
3911
|
# resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
|
3849
3912
|
# resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
|
3850
|
-
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3913
|
+
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
3851
3914
|
# resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
3852
3915
|
# resp.campaign_response.description #=> String
|
3853
3916
|
# resp.campaign_response.holdout_percent #=> Integer
|
@@ -4110,7 +4173,7 @@ module Aws::Pinpoint
|
|
4110
4173
|
# resp.campaign_response.additional_treatments #=> Array
|
4111
4174
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
4112
4175
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
4113
|
-
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4176
|
+
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4114
4177
|
# resp.campaign_response.additional_treatments[0].id #=> String
|
4115
4178
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
4116
4179
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -4215,7 +4278,7 @@ module Aws::Pinpoint
|
|
4215
4278
|
# resp.campaign_response.creation_date #=> String
|
4216
4279
|
# resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
|
4217
4280
|
# resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
|
4218
|
-
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4281
|
+
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4219
4282
|
# resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
4220
4283
|
# resp.campaign_response.description #=> String
|
4221
4284
|
# resp.campaign_response.holdout_percent #=> Integer
|
@@ -4372,7 +4435,7 @@ module Aws::Pinpoint
|
|
4372
4435
|
# resp.campaigns_response.item[0].additional_treatments #=> Array
|
4373
4436
|
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
4374
4437
|
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
4375
|
-
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4438
|
+
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4376
4439
|
# resp.campaigns_response.item[0].additional_treatments[0].id #=> String
|
4377
4440
|
# resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
4378
4441
|
# resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -4477,7 +4540,7 @@ module Aws::Pinpoint
|
|
4477
4540
|
# resp.campaigns_response.item[0].creation_date #=> String
|
4478
4541
|
# resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
|
4479
4542
|
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
|
4480
|
-
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4543
|
+
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4481
4544
|
# resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
4482
4545
|
# resp.campaigns_response.item[0].description #=> String
|
4483
4546
|
# resp.campaigns_response.item[0].holdout_percent #=> Integer
|
@@ -4633,7 +4696,7 @@ module Aws::Pinpoint
|
|
4633
4696
|
# resp.campaigns_response.item[0].additional_treatments #=> Array
|
4634
4697
|
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
4635
4698
|
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
4636
|
-
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4699
|
+
# resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4637
4700
|
# resp.campaigns_response.item[0].additional_treatments[0].id #=> String
|
4638
4701
|
# resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
4639
4702
|
# resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -4738,7 +4801,7 @@ module Aws::Pinpoint
|
|
4738
4801
|
# resp.campaigns_response.item[0].creation_date #=> String
|
4739
4802
|
# resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
|
4740
4803
|
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types #=> Array
|
4741
|
-
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4804
|
+
# resp.campaigns_response.item[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
4742
4805
|
# resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
4743
4806
|
# resp.campaigns_response.item[0].description #=> String
|
4744
4807
|
# resp.campaigns_response.item[0].holdout_percent #=> Integer
|
@@ -5014,7 +5077,7 @@ module Aws::Pinpoint
|
|
5014
5077
|
# resp.endpoint_response.attributes #=> Hash
|
5015
5078
|
# resp.endpoint_response.attributes["__string"] #=> Array
|
5016
5079
|
# resp.endpoint_response.attributes["__string"][0] #=> String
|
5017
|
-
# resp.endpoint_response.channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
5080
|
+
# resp.endpoint_response.channel_type #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
5018
5081
|
# resp.endpoint_response.cohort_id #=> String
|
5019
5082
|
# resp.endpoint_response.creation_date #=> String
|
5020
5083
|
# resp.endpoint_response.demographic.app_version #=> String
|
@@ -5350,6 +5413,13 @@ module Aws::Pinpoint
|
|
5350
5413
|
# @example Response structure
|
5351
5414
|
#
|
5352
5415
|
# resp.journey_response.activities #=> Hash
|
5416
|
+
# resp.journey_response.activities["__string"].custom.delivery_uri #=> String
|
5417
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
|
5418
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
5419
|
+
# resp.journey_response.activities["__string"].custom.message_config.data #=> String
|
5420
|
+
# resp.journey_response.activities["__string"].custom.next_activity #=> String
|
5421
|
+
# resp.journey_response.activities["__string"].custom.template_name #=> String
|
5422
|
+
# resp.journey_response.activities["__string"].custom.template_version #=> String
|
5353
5423
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
|
5354
5424
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
5355
5425
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -5466,9 +5536,18 @@ module Aws::Pinpoint
|
|
5466
5536
|
# resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
|
5467
5537
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
5468
5538
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
5539
|
+
# resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
|
5540
|
+
# resp.journey_response.activities["__string"].push.next_activity #=> String
|
5541
|
+
# resp.journey_response.activities["__string"].push.template_name #=> String
|
5542
|
+
# resp.journey_response.activities["__string"].push.template_version #=> String
|
5469
5543
|
# resp.journey_response.activities["__string"].random_split.branches #=> Array
|
5470
5544
|
# resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
|
5471
5545
|
# resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
|
5546
|
+
# resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
5547
|
+
# resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
|
5548
|
+
# resp.journey_response.activities["__string"].sms.next_activity #=> String
|
5549
|
+
# resp.journey_response.activities["__string"].sms.template_name #=> String
|
5550
|
+
# resp.journey_response.activities["__string"].sms.template_version #=> String
|
5472
5551
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
5473
5552
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
5474
5553
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -6573,7 +6652,7 @@ module Aws::Pinpoint
|
|
6573
6652
|
# resp.endpoints_response.item[0].attributes #=> Hash
|
6574
6653
|
# resp.endpoints_response.item[0].attributes["__string"] #=> Array
|
6575
6654
|
# resp.endpoints_response.item[0].attributes["__string"][0] #=> String
|
6576
|
-
# resp.endpoints_response.item[0].channel_type #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
6655
|
+
# resp.endpoints_response.item[0].channel_type #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
6577
6656
|
# resp.endpoints_response.item[0].cohort_id #=> String
|
6578
6657
|
# resp.endpoints_response.item[0].creation_date #=> String
|
6579
6658
|
# resp.endpoints_response.item[0].demographic.app_version #=> String
|
@@ -6716,6 +6795,13 @@ module Aws::Pinpoint
|
|
6716
6795
|
#
|
6717
6796
|
# resp.journeys_response.item #=> Array
|
6718
6797
|
# resp.journeys_response.item[0].activities #=> Hash
|
6798
|
+
# resp.journeys_response.item[0].activities["__string"].custom.delivery_uri #=> String
|
6799
|
+
# resp.journeys_response.item[0].activities["__string"].custom.endpoint_types #=> Array
|
6800
|
+
# resp.journeys_response.item[0].activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
6801
|
+
# resp.journeys_response.item[0].activities["__string"].custom.message_config.data #=> String
|
6802
|
+
# resp.journeys_response.item[0].activities["__string"].custom.next_activity #=> String
|
6803
|
+
# resp.journeys_response.item[0].activities["__string"].custom.template_name #=> String
|
6804
|
+
# resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
|
6719
6805
|
# resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
|
6720
6806
|
# resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
6721
6807
|
# resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -6832,9 +6918,18 @@ module Aws::Pinpoint
|
|
6832
6918
|
# resp.journeys_response.item[0].activities["__string"].multi_condition.default_activity #=> String
|
6833
6919
|
# resp.journeys_response.item[0].activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
6834
6920
|
# resp.journeys_response.item[0].activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
6921
|
+
# resp.journeys_response.item[0].activities["__string"].push.message_config.time_to_live #=> String
|
6922
|
+
# resp.journeys_response.item[0].activities["__string"].push.next_activity #=> String
|
6923
|
+
# resp.journeys_response.item[0].activities["__string"].push.template_name #=> String
|
6924
|
+
# resp.journeys_response.item[0].activities["__string"].push.template_version #=> String
|
6835
6925
|
# resp.journeys_response.item[0].activities["__string"].random_split.branches #=> Array
|
6836
6926
|
# resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
|
6837
6927
|
# resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
|
6928
|
+
# resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
6929
|
+
# resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
|
6930
|
+
# resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
|
6931
|
+
# resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
|
6932
|
+
# resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
|
6838
6933
|
# resp.journeys_response.item[0].activities["__string"].wait.next_activity #=> String
|
6839
6934
|
# resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_for #=> String
|
6840
6935
|
# resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -7104,7 +7199,7 @@ module Aws::Pinpoint
|
|
7104
7199
|
# attributes: {
|
7105
7200
|
# "__string" => ["__string"],
|
7106
7201
|
# },
|
7107
|
-
# channel_type: "
|
7202
|
+
# channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
7108
7203
|
# demographic: {
|
7109
7204
|
# app_version: "__string",
|
7110
7205
|
# locale: "__string",
|
@@ -7243,7 +7338,7 @@ module Aws::Pinpoint
|
|
7243
7338
|
# addresses: {
|
7244
7339
|
# "__string" => {
|
7245
7340
|
# body_override: "__string",
|
7246
|
-
# channel_type: "
|
7341
|
+
# channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
7247
7342
|
# context: {
|
7248
7343
|
# "__string" => "__string",
|
7249
7344
|
# },
|
@@ -8151,7 +8246,7 @@ module Aws::Pinpoint
|
|
8151
8246
|
# {
|
8152
8247
|
# custom_delivery_configuration: {
|
8153
8248
|
# delivery_uri: "__string", # required
|
8154
|
-
# endpoint_types: ["
|
8249
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
8155
8250
|
# },
|
8156
8251
|
# message_configuration: {
|
8157
8252
|
# adm_message: {
|
@@ -8296,7 +8391,7 @@ module Aws::Pinpoint
|
|
8296
8391
|
# ],
|
8297
8392
|
# custom_delivery_configuration: {
|
8298
8393
|
# delivery_uri: "__string", # required
|
8299
|
-
# endpoint_types: ["
|
8394
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
8300
8395
|
# },
|
8301
8396
|
# description: "__string",
|
8302
8397
|
# holdout_percent: 1,
|
@@ -8464,7 +8559,7 @@ module Aws::Pinpoint
|
|
8464
8559
|
# resp.campaign_response.additional_treatments #=> Array
|
8465
8560
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
|
8466
8561
|
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types #=> Array
|
8467
|
-
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
8562
|
+
# resp.campaign_response.additional_treatments[0].custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
8468
8563
|
# resp.campaign_response.additional_treatments[0].id #=> String
|
8469
8564
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
|
8470
8565
|
# resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
|
@@ -8569,7 +8664,7 @@ module Aws::Pinpoint
|
|
8569
8664
|
# resp.campaign_response.creation_date #=> String
|
8570
8665
|
# resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
|
8571
8666
|
# resp.campaign_response.custom_delivery_configuration.endpoint_types #=> Array
|
8572
|
-
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
8667
|
+
# resp.campaign_response.custom_delivery_configuration.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
8573
8668
|
# resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
|
8574
8669
|
# resp.campaign_response.description #=> String
|
8575
8670
|
# resp.campaign_response.holdout_percent #=> Integer
|
@@ -8827,7 +8922,7 @@ module Aws::Pinpoint
|
|
8827
8922
|
# attributes: {
|
8828
8923
|
# "__string" => ["__string"],
|
8829
8924
|
# },
|
8830
|
-
# channel_type: "
|
8925
|
+
# channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
8831
8926
|
# demographic: {
|
8832
8927
|
# app_version: "__string",
|
8833
8928
|
# locale: "__string",
|
@@ -8904,7 +8999,7 @@ module Aws::Pinpoint
|
|
8904
8999
|
# attributes: {
|
8905
9000
|
# "__string" => ["__string"],
|
8906
9001
|
# },
|
8907
|
-
# channel_type: "
|
9002
|
+
# channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
8908
9003
|
# demographic: {
|
8909
9004
|
# app_version: "__string",
|
8910
9005
|
# locale: "__string",
|
@@ -9025,6 +9120,16 @@ module Aws::Pinpoint
|
|
9025
9120
|
# write_journey_request: { # required
|
9026
9121
|
# activities: {
|
9027
9122
|
# "__string" => {
|
9123
|
+
# custom: {
|
9124
|
+
# delivery_uri: "__string",
|
9125
|
+
# endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
|
9126
|
+
# message_config: {
|
9127
|
+
# data: "__string",
|
9128
|
+
# },
|
9129
|
+
# next_activity: "__string",
|
9130
|
+
# template_name: "__string",
|
9131
|
+
# template_version: "__string",
|
9132
|
+
# },
|
9028
9133
|
# conditional_split: {
|
9029
9134
|
# condition: {
|
9030
9135
|
# conditions: [
|
@@ -9245,6 +9350,14 @@ module Aws::Pinpoint
|
|
9245
9350
|
# wait_until: "__string",
|
9246
9351
|
# },
|
9247
9352
|
# },
|
9353
|
+
# push: {
|
9354
|
+
# message_config: {
|
9355
|
+
# time_to_live: "__string",
|
9356
|
+
# },
|
9357
|
+
# next_activity: "__string",
|
9358
|
+
# template_name: "__string",
|
9359
|
+
# template_version: "__string",
|
9360
|
+
# },
|
9248
9361
|
# random_split: {
|
9249
9362
|
# branches: [
|
9250
9363
|
# {
|
@@ -9253,6 +9366,15 @@ module Aws::Pinpoint
|
|
9253
9366
|
# },
|
9254
9367
|
# ],
|
9255
9368
|
# },
|
9369
|
+
# sms: {
|
9370
|
+
# message_config: {
|
9371
|
+
# message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
|
9372
|
+
# sender_id: "__string",
|
9373
|
+
# },
|
9374
|
+
# next_activity: "__string",
|
9375
|
+
# template_name: "__string",
|
9376
|
+
# template_version: "__string",
|
9377
|
+
# },
|
9256
9378
|
# wait: {
|
9257
9379
|
# next_activity: "__string",
|
9258
9380
|
# wait_time: {
|
@@ -9295,6 +9417,13 @@ module Aws::Pinpoint
|
|
9295
9417
|
# @example Response structure
|
9296
9418
|
#
|
9297
9419
|
# resp.journey_response.activities #=> Hash
|
9420
|
+
# resp.journey_response.activities["__string"].custom.delivery_uri #=> String
|
9421
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
|
9422
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
9423
|
+
# resp.journey_response.activities["__string"].custom.message_config.data #=> String
|
9424
|
+
# resp.journey_response.activities["__string"].custom.next_activity #=> String
|
9425
|
+
# resp.journey_response.activities["__string"].custom.template_name #=> String
|
9426
|
+
# resp.journey_response.activities["__string"].custom.template_version #=> String
|
9298
9427
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
|
9299
9428
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
9300
9429
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -9411,9 +9540,18 @@ module Aws::Pinpoint
|
|
9411
9540
|
# resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
|
9412
9541
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
9413
9542
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
9543
|
+
# resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
|
9544
|
+
# resp.journey_response.activities["__string"].push.next_activity #=> String
|
9545
|
+
# resp.journey_response.activities["__string"].push.template_name #=> String
|
9546
|
+
# resp.journey_response.activities["__string"].push.template_version #=> String
|
9414
9547
|
# resp.journey_response.activities["__string"].random_split.branches #=> Array
|
9415
9548
|
# resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
|
9416
9549
|
# resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
|
9550
|
+
# resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
9551
|
+
# resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
|
9552
|
+
# resp.journey_response.activities["__string"].sms.next_activity #=> String
|
9553
|
+
# resp.journey_response.activities["__string"].sms.template_name #=> String
|
9554
|
+
# resp.journey_response.activities["__string"].sms.template_version #=> String
|
9417
9555
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
9418
9556
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
9419
9557
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -9474,6 +9612,13 @@ module Aws::Pinpoint
|
|
9474
9612
|
# @example Response structure
|
9475
9613
|
#
|
9476
9614
|
# resp.journey_response.activities #=> Hash
|
9615
|
+
# resp.journey_response.activities["__string"].custom.delivery_uri #=> String
|
9616
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
|
9617
|
+
# resp.journey_response.activities["__string"].custom.endpoint_types[0] #=> String, one of "PUSH", "GCM", "APNS", "APNS_SANDBOX", "APNS_VOIP", "APNS_VOIP_SANDBOX", "ADM", "SMS", "VOICE", "EMAIL", "BAIDU", "CUSTOM"
|
9618
|
+
# resp.journey_response.activities["__string"].custom.message_config.data #=> String
|
9619
|
+
# resp.journey_response.activities["__string"].custom.next_activity #=> String
|
9620
|
+
# resp.journey_response.activities["__string"].custom.template_name #=> String
|
9621
|
+
# resp.journey_response.activities["__string"].custom.template_version #=> String
|
9477
9622
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
|
9478
9623
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
|
9479
9624
|
# resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
|
@@ -9590,9 +9735,18 @@ module Aws::Pinpoint
|
|
9590
9735
|
# resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
|
9591
9736
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
|
9592
9737
|
# resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
|
9738
|
+
# resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
|
9739
|
+
# resp.journey_response.activities["__string"].push.next_activity #=> String
|
9740
|
+
# resp.journey_response.activities["__string"].push.template_name #=> String
|
9741
|
+
# resp.journey_response.activities["__string"].push.template_version #=> String
|
9593
9742
|
# resp.journey_response.activities["__string"].random_split.branches #=> Array
|
9594
9743
|
# resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
|
9595
9744
|
# resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
|
9745
|
+
# resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
|
9746
|
+
# resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
|
9747
|
+
# resp.journey_response.activities["__string"].sms.next_activity #=> String
|
9748
|
+
# resp.journey_response.activities["__string"].sms.template_name #=> String
|
9749
|
+
# resp.journey_response.activities["__string"].sms.template_version #=> String
|
9596
9750
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
9597
9751
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
9598
9752
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
@@ -10310,7 +10464,7 @@ module Aws::Pinpoint
|
|
10310
10464
|
params: params,
|
10311
10465
|
config: config)
|
10312
10466
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
10313
|
-
context[:gem_version] = '1.
|
10467
|
+
context[:gem_version] = '1.43.0'
|
10314
10468
|
Seahorse::Client::Request.new(handlers, context)
|
10315
10469
|
end
|
10316
10470
|
|