aws-sdk-pinpoint 1.40.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cb8e4aee8ac2338f70c5cc0374ec5074cce60b7dbff3fa8e95fdec83a944a45
4
- data.tar.gz: 85a346dd6d818a880195a5da5d1d644909d67ea59964e9d23f8b69023b6333b3
3
+ metadata.gz: 6826159c8bf67056d4ff3d492908fa5f0920bf7f8aad015c834a606a63c5ae73
4
+ data.tar.gz: fc545321b72d13f24ea4ac38f70eec57a51d5fe00619701f01f98457ff68f935
5
5
  SHA512:
6
- metadata.gz: e1d9e3372693fa62e776493f879b4053200b2ac98ad636aa9b559e90f9a10aa26fcc60a0caf335e02f8a913a8fa443ed4aab1af906faeeb057301450056a06e5
7
- data.tar.gz: afd5ab8d7193b1f1e6f4a1fd27d33c2973c8f63d08a7beaced42d913e9253ec8e1336d82794af07f96ce216723b88db7dfe039c57d7361c5b1757e0b294bc443
6
+ metadata.gz: c344f14583a1b47e1a3020a887c8f24f96a50cbe5e9fab66a76c9eb916da7d06a3020c887ae2412b61323174b7812401ca02bb20d5f6a134cb05f48236eb5d6a
7
+ data.tar.gz: 04ec77e21d927de32f622fb3febc50b9aad4af5e987129386c8cc8781897c23a81b858aadb57061b9db03e35f4806e811841878c5216fb5cd006fa2f0ae40bec
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
45
45
  # @service
46
46
  module Aws::Pinpoint
47
47
 
48
- GEM_VERSION = '1.40.0'
48
+ GEM_VERSION = '1.41.0'
49
49
 
50
50
  end
@@ -367,7 +367,7 @@ module Aws::Pinpoint
367
367
  # {
368
368
  # custom_delivery_configuration: {
369
369
  # delivery_uri: "__string", # required
370
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
370
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
371
371
  # },
372
372
  # message_configuration: {
373
373
  # adm_message: {
@@ -512,7 +512,7 @@ module Aws::Pinpoint
512
512
  # ],
513
513
  # custom_delivery_configuration: {
514
514
  # delivery_uri: "__string", # required
515
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
515
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
516
516
  # },
517
517
  # description: "__string",
518
518
  # holdout_percent: 1,
@@ -680,7 +680,7 @@ module Aws::Pinpoint
680
680
  # resp.campaign_response.additional_treatments #=> Array
681
681
  # resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
682
682
  # 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"
683
+ # 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
684
  # resp.campaign_response.additional_treatments[0].id #=> String
685
685
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
686
686
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -785,7 +785,7 @@ module Aws::Pinpoint
785
785
  # resp.campaign_response.creation_date #=> String
786
786
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
787
787
  # 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"
788
+ # 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
789
  # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
790
790
  # resp.campaign_response.description #=> String
791
791
  # resp.campaign_response.holdout_percent #=> Integer
@@ -1089,6 +1089,16 @@ module Aws::Pinpoint
1089
1089
  # write_journey_request: { # required
1090
1090
  # activities: {
1091
1091
  # "__string" => {
1092
+ # custom: {
1093
+ # delivery_uri: "__string",
1094
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
1095
+ # message_config: {
1096
+ # data: "__string",
1097
+ # },
1098
+ # next_activity: "__string",
1099
+ # template_name: "__string",
1100
+ # template_version: "__string",
1101
+ # },
1092
1102
  # conditional_split: {
1093
1103
  # condition: {
1094
1104
  # conditions: [
@@ -1309,6 +1319,14 @@ module Aws::Pinpoint
1309
1319
  # wait_until: "__string",
1310
1320
  # },
1311
1321
  # },
1322
+ # push: {
1323
+ # message_config: {
1324
+ # time_to_live: "__string",
1325
+ # },
1326
+ # next_activity: "__string",
1327
+ # template_name: "__string",
1328
+ # template_version: "__string",
1329
+ # },
1312
1330
  # random_split: {
1313
1331
  # branches: [
1314
1332
  # {
@@ -1317,6 +1335,15 @@ module Aws::Pinpoint
1317
1335
  # },
1318
1336
  # ],
1319
1337
  # },
1338
+ # sms: {
1339
+ # message_config: {
1340
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
1341
+ # sender_id: "__string",
1342
+ # },
1343
+ # next_activity: "__string",
1344
+ # template_name: "__string",
1345
+ # template_version: "__string",
1346
+ # },
1320
1347
  # wait: {
1321
1348
  # next_activity: "__string",
1322
1349
  # wait_time: {
@@ -1359,6 +1386,13 @@ module Aws::Pinpoint
1359
1386
  # @example Response structure
1360
1387
  #
1361
1388
  # resp.journey_response.activities #=> Hash
1389
+ # resp.journey_response.activities["__string"].custom.delivery_uri #=> String
1390
+ # resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
1391
+ # 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"
1392
+ # resp.journey_response.activities["__string"].custom.message_config.data #=> String
1393
+ # resp.journey_response.activities["__string"].custom.next_activity #=> String
1394
+ # resp.journey_response.activities["__string"].custom.template_name #=> String
1395
+ # resp.journey_response.activities["__string"].custom.template_version #=> String
1362
1396
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
1363
1397
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
1364
1398
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -1475,9 +1509,18 @@ module Aws::Pinpoint
1475
1509
  # resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
1476
1510
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
1477
1511
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
1512
+ # resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
1513
+ # resp.journey_response.activities["__string"].push.next_activity #=> String
1514
+ # resp.journey_response.activities["__string"].push.template_name #=> String
1515
+ # resp.journey_response.activities["__string"].push.template_version #=> String
1478
1516
  # resp.journey_response.activities["__string"].random_split.branches #=> Array
1479
1517
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
1480
1518
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
1519
+ # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
1520
+ # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
1521
+ # resp.journey_response.activities["__string"].sms.next_activity #=> String
1522
+ # resp.journey_response.activities["__string"].sms.template_name #=> String
1523
+ # resp.journey_response.activities["__string"].sms.template_version #=> String
1481
1524
  # resp.journey_response.activities["__string"].wait.next_activity #=> String
1482
1525
  # resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
1483
1526
  # resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
@@ -2312,7 +2355,7 @@ module Aws::Pinpoint
2312
2355
  # resp.campaign_response.additional_treatments #=> Array
2313
2356
  # resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
2314
2357
  # 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"
2358
+ # 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
2359
  # resp.campaign_response.additional_treatments[0].id #=> String
2317
2360
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
2318
2361
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -2417,7 +2460,7 @@ module Aws::Pinpoint
2417
2460
  # resp.campaign_response.creation_date #=> String
2418
2461
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
2419
2462
  # 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"
2463
+ # 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
2464
  # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
2422
2465
  # resp.campaign_response.description #=> String
2423
2466
  # resp.campaign_response.holdout_percent #=> Integer
@@ -2642,7 +2685,7 @@ module Aws::Pinpoint
2642
2685
  # resp.endpoint_response.attributes #=> Hash
2643
2686
  # resp.endpoint_response.attributes["__string"] #=> Array
2644
2687
  # 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"
2688
+ # 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
2689
  # resp.endpoint_response.cohort_id #=> String
2647
2690
  # resp.endpoint_response.creation_date #=> String
2648
2691
  # resp.endpoint_response.demographic.app_version #=> String
@@ -2770,6 +2813,13 @@ module Aws::Pinpoint
2770
2813
  # @example Response structure
2771
2814
  #
2772
2815
  # resp.journey_response.activities #=> Hash
2816
+ # resp.journey_response.activities["__string"].custom.delivery_uri #=> String
2817
+ # resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
2818
+ # 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"
2819
+ # resp.journey_response.activities["__string"].custom.message_config.data #=> String
2820
+ # resp.journey_response.activities["__string"].custom.next_activity #=> String
2821
+ # resp.journey_response.activities["__string"].custom.template_name #=> String
2822
+ # resp.journey_response.activities["__string"].custom.template_version #=> String
2773
2823
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
2774
2824
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
2775
2825
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -2886,9 +2936,18 @@ module Aws::Pinpoint
2886
2936
  # resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
2887
2937
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
2888
2938
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
2939
+ # resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
2940
+ # resp.journey_response.activities["__string"].push.next_activity #=> String
2941
+ # resp.journey_response.activities["__string"].push.template_name #=> String
2942
+ # resp.journey_response.activities["__string"].push.template_version #=> String
2889
2943
  # resp.journey_response.activities["__string"].random_split.branches #=> Array
2890
2944
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
2891
2945
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
2946
+ # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
2947
+ # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
2948
+ # resp.journey_response.activities["__string"].sms.next_activity #=> String
2949
+ # resp.journey_response.activities["__string"].sms.template_name #=> String
2950
+ # resp.journey_response.activities["__string"].sms.template_version #=> String
2892
2951
  # resp.journey_response.activities["__string"].wait.next_activity #=> String
2893
2952
  # resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
2894
2953
  # resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
@@ -3220,7 +3279,7 @@ module Aws::Pinpoint
3220
3279
  # resp.endpoints_response.item[0].attributes #=> Hash
3221
3280
  # resp.endpoints_response.item[0].attributes["__string"] #=> Array
3222
3281
  # 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"
3282
+ # 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
3283
  # resp.endpoints_response.item[0].cohort_id #=> String
3225
3284
  # resp.endpoints_response.item[0].creation_date #=> String
3226
3285
  # resp.endpoints_response.item[0].demographic.app_version #=> String
@@ -3742,7 +3801,7 @@ module Aws::Pinpoint
3742
3801
  # resp.campaign_response.additional_treatments #=> Array
3743
3802
  # resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
3744
3803
  # 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"
3804
+ # 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
3805
  # resp.campaign_response.additional_treatments[0].id #=> String
3747
3806
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
3748
3807
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -3847,7 +3906,7 @@ module Aws::Pinpoint
3847
3906
  # resp.campaign_response.creation_date #=> String
3848
3907
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
3849
3908
  # 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"
3909
+ # 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
3910
  # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
3852
3911
  # resp.campaign_response.description #=> String
3853
3912
  # resp.campaign_response.holdout_percent #=> Integer
@@ -4110,7 +4169,7 @@ module Aws::Pinpoint
4110
4169
  # resp.campaign_response.additional_treatments #=> Array
4111
4170
  # resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
4112
4171
  # 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"
4172
+ # 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
4173
  # resp.campaign_response.additional_treatments[0].id #=> String
4115
4174
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
4116
4175
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -4215,7 +4274,7 @@ module Aws::Pinpoint
4215
4274
  # resp.campaign_response.creation_date #=> String
4216
4275
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
4217
4276
  # 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"
4277
+ # 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
4278
  # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4220
4279
  # resp.campaign_response.description #=> String
4221
4280
  # resp.campaign_response.holdout_percent #=> Integer
@@ -4372,7 +4431,7 @@ module Aws::Pinpoint
4372
4431
  # resp.campaigns_response.item[0].additional_treatments #=> Array
4373
4432
  # resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
4374
4433
  # 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"
4434
+ # 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
4435
  # resp.campaigns_response.item[0].additional_treatments[0].id #=> String
4377
4436
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
4378
4437
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -4477,7 +4536,7 @@ module Aws::Pinpoint
4477
4536
  # resp.campaigns_response.item[0].creation_date #=> String
4478
4537
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4479
4538
  # 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"
4539
+ # 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
4540
  # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4482
4541
  # resp.campaigns_response.item[0].description #=> String
4483
4542
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
@@ -4633,7 +4692,7 @@ module Aws::Pinpoint
4633
4692
  # resp.campaigns_response.item[0].additional_treatments #=> Array
4634
4693
  # resp.campaigns_response.item[0].additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
4635
4694
  # 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"
4695
+ # 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
4696
  # resp.campaigns_response.item[0].additional_treatments[0].id #=> String
4638
4697
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
4639
4698
  # resp.campaigns_response.item[0].additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -4738,7 +4797,7 @@ module Aws::Pinpoint
4738
4797
  # resp.campaigns_response.item[0].creation_date #=> String
4739
4798
  # resp.campaigns_response.item[0].custom_delivery_configuration.delivery_uri #=> String
4740
4799
  # 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"
4800
+ # 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
4801
  # resp.campaigns_response.item[0].default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
4743
4802
  # resp.campaigns_response.item[0].description #=> String
4744
4803
  # resp.campaigns_response.item[0].holdout_percent #=> Integer
@@ -5014,7 +5073,7 @@ module Aws::Pinpoint
5014
5073
  # resp.endpoint_response.attributes #=> Hash
5015
5074
  # resp.endpoint_response.attributes["__string"] #=> Array
5016
5075
  # 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"
5076
+ # 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
5077
  # resp.endpoint_response.cohort_id #=> String
5019
5078
  # resp.endpoint_response.creation_date #=> String
5020
5079
  # resp.endpoint_response.demographic.app_version #=> String
@@ -5350,6 +5409,13 @@ module Aws::Pinpoint
5350
5409
  # @example Response structure
5351
5410
  #
5352
5411
  # resp.journey_response.activities #=> Hash
5412
+ # resp.journey_response.activities["__string"].custom.delivery_uri #=> String
5413
+ # resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
5414
+ # 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"
5415
+ # resp.journey_response.activities["__string"].custom.message_config.data #=> String
5416
+ # resp.journey_response.activities["__string"].custom.next_activity #=> String
5417
+ # resp.journey_response.activities["__string"].custom.template_name #=> String
5418
+ # resp.journey_response.activities["__string"].custom.template_version #=> String
5353
5419
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
5354
5420
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
5355
5421
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -5466,9 +5532,18 @@ module Aws::Pinpoint
5466
5532
  # resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
5467
5533
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
5468
5534
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
5535
+ # resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
5536
+ # resp.journey_response.activities["__string"].push.next_activity #=> String
5537
+ # resp.journey_response.activities["__string"].push.template_name #=> String
5538
+ # resp.journey_response.activities["__string"].push.template_version #=> String
5469
5539
  # resp.journey_response.activities["__string"].random_split.branches #=> Array
5470
5540
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
5471
5541
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
5542
+ # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
5543
+ # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
5544
+ # resp.journey_response.activities["__string"].sms.next_activity #=> String
5545
+ # resp.journey_response.activities["__string"].sms.template_name #=> String
5546
+ # resp.journey_response.activities["__string"].sms.template_version #=> String
5472
5547
  # resp.journey_response.activities["__string"].wait.next_activity #=> String
5473
5548
  # resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
5474
5549
  # resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
@@ -6573,7 +6648,7 @@ module Aws::Pinpoint
6573
6648
  # resp.endpoints_response.item[0].attributes #=> Hash
6574
6649
  # resp.endpoints_response.item[0].attributes["__string"] #=> Array
6575
6650
  # 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"
6651
+ # 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
6652
  # resp.endpoints_response.item[0].cohort_id #=> String
6578
6653
  # resp.endpoints_response.item[0].creation_date #=> String
6579
6654
  # resp.endpoints_response.item[0].demographic.app_version #=> String
@@ -6716,6 +6791,13 @@ module Aws::Pinpoint
6716
6791
  #
6717
6792
  # resp.journeys_response.item #=> Array
6718
6793
  # resp.journeys_response.item[0].activities #=> Hash
6794
+ # resp.journeys_response.item[0].activities["__string"].custom.delivery_uri #=> String
6795
+ # resp.journeys_response.item[0].activities["__string"].custom.endpoint_types #=> Array
6796
+ # 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"
6797
+ # resp.journeys_response.item[0].activities["__string"].custom.message_config.data #=> String
6798
+ # resp.journeys_response.item[0].activities["__string"].custom.next_activity #=> String
6799
+ # resp.journeys_response.item[0].activities["__string"].custom.template_name #=> String
6800
+ # resp.journeys_response.item[0].activities["__string"].custom.template_version #=> String
6719
6801
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions #=> Array
6720
6802
  # resp.journeys_response.item[0].activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
6721
6803
  # 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 +6914,18 @@ module Aws::Pinpoint
6832
6914
  # resp.journeys_response.item[0].activities["__string"].multi_condition.default_activity #=> String
6833
6915
  # resp.journeys_response.item[0].activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
6834
6916
  # resp.journeys_response.item[0].activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
6917
+ # resp.journeys_response.item[0].activities["__string"].push.message_config.time_to_live #=> String
6918
+ # resp.journeys_response.item[0].activities["__string"].push.next_activity #=> String
6919
+ # resp.journeys_response.item[0].activities["__string"].push.template_name #=> String
6920
+ # resp.journeys_response.item[0].activities["__string"].push.template_version #=> String
6835
6921
  # resp.journeys_response.item[0].activities["__string"].random_split.branches #=> Array
6836
6922
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].next_activity #=> String
6837
6923
  # resp.journeys_response.item[0].activities["__string"].random_split.branches[0].percentage #=> Integer
6924
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
6925
+ # resp.journeys_response.item[0].activities["__string"].sms.message_config.sender_id #=> String
6926
+ # resp.journeys_response.item[0].activities["__string"].sms.next_activity #=> String
6927
+ # resp.journeys_response.item[0].activities["__string"].sms.template_name #=> String
6928
+ # resp.journeys_response.item[0].activities["__string"].sms.template_version #=> String
6838
6929
  # resp.journeys_response.item[0].activities["__string"].wait.next_activity #=> String
6839
6930
  # resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_for #=> String
6840
6931
  # resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_until #=> String
@@ -7104,7 +7195,7 @@ module Aws::Pinpoint
7104
7195
  # attributes: {
7105
7196
  # "__string" => ["__string"],
7106
7197
  # },
7107
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7198
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7108
7199
  # demographic: {
7109
7200
  # app_version: "__string",
7110
7201
  # locale: "__string",
@@ -7243,7 +7334,7 @@ module Aws::Pinpoint
7243
7334
  # addresses: {
7244
7335
  # "__string" => {
7245
7336
  # body_override: "__string",
7246
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7337
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
7247
7338
  # context: {
7248
7339
  # "__string" => "__string",
7249
7340
  # },
@@ -8151,7 +8242,7 @@ module Aws::Pinpoint
8151
8242
  # {
8152
8243
  # custom_delivery_configuration: {
8153
8244
  # delivery_uri: "__string", # required
8154
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8245
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8155
8246
  # },
8156
8247
  # message_configuration: {
8157
8248
  # adm_message: {
@@ -8296,7 +8387,7 @@ module Aws::Pinpoint
8296
8387
  # ],
8297
8388
  # custom_delivery_configuration: {
8298
8389
  # delivery_uri: "__string", # required
8299
- # endpoint_types: ["GCM"], # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8390
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8300
8391
  # },
8301
8392
  # description: "__string",
8302
8393
  # holdout_percent: 1,
@@ -8464,7 +8555,7 @@ module Aws::Pinpoint
8464
8555
  # resp.campaign_response.additional_treatments #=> Array
8465
8556
  # resp.campaign_response.additional_treatments[0].custom_delivery_configuration.delivery_uri #=> String
8466
8557
  # 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"
8558
+ # 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
8559
  # resp.campaign_response.additional_treatments[0].id #=> String
8469
8560
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.action #=> String, one of "OPEN_APP", "DEEP_LINK", "URL"
8470
8561
  # resp.campaign_response.additional_treatments[0].message_configuration.adm_message.body #=> String
@@ -8569,7 +8660,7 @@ module Aws::Pinpoint
8569
8660
  # resp.campaign_response.creation_date #=> String
8570
8661
  # resp.campaign_response.custom_delivery_configuration.delivery_uri #=> String
8571
8662
  # 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"
8663
+ # 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
8664
  # resp.campaign_response.default_state.campaign_status #=> String, one of "SCHEDULED", "EXECUTING", "PENDING_NEXT_RUN", "COMPLETED", "PAUSED", "DELETED"
8574
8665
  # resp.campaign_response.description #=> String
8575
8666
  # resp.campaign_response.holdout_percent #=> Integer
@@ -8827,7 +8918,7 @@ module Aws::Pinpoint
8827
8918
  # attributes: {
8828
8919
  # "__string" => ["__string"],
8829
8920
  # },
8830
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8921
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8831
8922
  # demographic: {
8832
8923
  # app_version: "__string",
8833
8924
  # locale: "__string",
@@ -8904,7 +8995,7 @@ module Aws::Pinpoint
8904
8995
  # attributes: {
8905
8996
  # "__string" => ["__string"],
8906
8997
  # },
8907
- # channel_type: "GCM", # accepts GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8998
+ # channel_type: "PUSH", # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
8908
8999
  # demographic: {
8909
9000
  # app_version: "__string",
8910
9001
  # locale: "__string",
@@ -9025,6 +9116,16 @@ module Aws::Pinpoint
9025
9116
  # write_journey_request: { # required
9026
9117
  # activities: {
9027
9118
  # "__string" => {
9119
+ # custom: {
9120
+ # delivery_uri: "__string",
9121
+ # endpoint_types: ["PUSH"], # accepts PUSH, GCM, APNS, APNS_SANDBOX, APNS_VOIP, APNS_VOIP_SANDBOX, ADM, SMS, VOICE, EMAIL, BAIDU, CUSTOM
9122
+ # message_config: {
9123
+ # data: "__string",
9124
+ # },
9125
+ # next_activity: "__string",
9126
+ # template_name: "__string",
9127
+ # template_version: "__string",
9128
+ # },
9028
9129
  # conditional_split: {
9029
9130
  # condition: {
9030
9131
  # conditions: [
@@ -9245,6 +9346,14 @@ module Aws::Pinpoint
9245
9346
  # wait_until: "__string",
9246
9347
  # },
9247
9348
  # },
9349
+ # push: {
9350
+ # message_config: {
9351
+ # time_to_live: "__string",
9352
+ # },
9353
+ # next_activity: "__string",
9354
+ # template_name: "__string",
9355
+ # template_version: "__string",
9356
+ # },
9248
9357
  # random_split: {
9249
9358
  # branches: [
9250
9359
  # {
@@ -9253,6 +9362,15 @@ module Aws::Pinpoint
9253
9362
  # },
9254
9363
  # ],
9255
9364
  # },
9365
+ # sms: {
9366
+ # message_config: {
9367
+ # message_type: "TRANSACTIONAL", # accepts TRANSACTIONAL, PROMOTIONAL
9368
+ # sender_id: "__string",
9369
+ # },
9370
+ # next_activity: "__string",
9371
+ # template_name: "__string",
9372
+ # template_version: "__string",
9373
+ # },
9256
9374
  # wait: {
9257
9375
  # next_activity: "__string",
9258
9376
  # wait_time: {
@@ -9295,6 +9413,13 @@ module Aws::Pinpoint
9295
9413
  # @example Response structure
9296
9414
  #
9297
9415
  # resp.journey_response.activities #=> Hash
9416
+ # resp.journey_response.activities["__string"].custom.delivery_uri #=> String
9417
+ # resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
9418
+ # 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"
9419
+ # resp.journey_response.activities["__string"].custom.message_config.data #=> String
9420
+ # resp.journey_response.activities["__string"].custom.next_activity #=> String
9421
+ # resp.journey_response.activities["__string"].custom.template_name #=> String
9422
+ # resp.journey_response.activities["__string"].custom.template_version #=> String
9298
9423
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9299
9424
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9300
9425
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9411,9 +9536,18 @@ module Aws::Pinpoint
9411
9536
  # resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
9412
9537
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
9413
9538
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
9539
+ # resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
9540
+ # resp.journey_response.activities["__string"].push.next_activity #=> String
9541
+ # resp.journey_response.activities["__string"].push.template_name #=> String
9542
+ # resp.journey_response.activities["__string"].push.template_version #=> String
9414
9543
  # resp.journey_response.activities["__string"].random_split.branches #=> Array
9415
9544
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9416
9545
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9546
+ # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9547
+ # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9548
+ # resp.journey_response.activities["__string"].sms.next_activity #=> String
9549
+ # resp.journey_response.activities["__string"].sms.template_name #=> String
9550
+ # resp.journey_response.activities["__string"].sms.template_version #=> String
9417
9551
  # resp.journey_response.activities["__string"].wait.next_activity #=> String
9418
9552
  # resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
9419
9553
  # resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
@@ -9474,6 +9608,13 @@ module Aws::Pinpoint
9474
9608
  # @example Response structure
9475
9609
  #
9476
9610
  # resp.journey_response.activities #=> Hash
9611
+ # resp.journey_response.activities["__string"].custom.delivery_uri #=> String
9612
+ # resp.journey_response.activities["__string"].custom.endpoint_types #=> Array
9613
+ # 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"
9614
+ # resp.journey_response.activities["__string"].custom.message_config.data #=> String
9615
+ # resp.journey_response.activities["__string"].custom.next_activity #=> String
9616
+ # resp.journey_response.activities["__string"].custom.template_name #=> String
9617
+ # resp.journey_response.activities["__string"].custom.template_version #=> String
9477
9618
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions #=> Array
9478
9619
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes #=> Hash
9479
9620
  # resp.journey_response.activities["__string"].conditional_split.condition.conditions[0].event_condition.dimensions.attributes["__string"].attribute_type #=> String, one of "INCLUSIVE", "EXCLUSIVE"
@@ -9590,9 +9731,18 @@ module Aws::Pinpoint
9590
9731
  # resp.journey_response.activities["__string"].multi_condition.default_activity #=> String
9591
9732
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_for #=> String
9592
9733
  # resp.journey_response.activities["__string"].multi_condition.evaluation_wait_time.wait_until #=> String
9734
+ # resp.journey_response.activities["__string"].push.message_config.time_to_live #=> String
9735
+ # resp.journey_response.activities["__string"].push.next_activity #=> String
9736
+ # resp.journey_response.activities["__string"].push.template_name #=> String
9737
+ # resp.journey_response.activities["__string"].push.template_version #=> String
9593
9738
  # resp.journey_response.activities["__string"].random_split.branches #=> Array
9594
9739
  # resp.journey_response.activities["__string"].random_split.branches[0].next_activity #=> String
9595
9740
  # resp.journey_response.activities["__string"].random_split.branches[0].percentage #=> Integer
9741
+ # resp.journey_response.activities["__string"].sms.message_config.message_type #=> String, one of "TRANSACTIONAL", "PROMOTIONAL"
9742
+ # resp.journey_response.activities["__string"].sms.message_config.sender_id #=> String
9743
+ # resp.journey_response.activities["__string"].sms.next_activity #=> String
9744
+ # resp.journey_response.activities["__string"].sms.template_name #=> String
9745
+ # resp.journey_response.activities["__string"].sms.template_version #=> String
9596
9746
  # resp.journey_response.activities["__string"].wait.next_activity #=> String
9597
9747
  # resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
9598
9748
  # resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
@@ -10310,7 +10460,7 @@ module Aws::Pinpoint
10310
10460
  params: params,
10311
10461
  config: config)
10312
10462
  context[:gem_name] = 'aws-sdk-pinpoint'
10313
- context[:gem_version] = '1.40.0'
10463
+ context[:gem_version] = '1.41.0'
10314
10464
  Seahorse::Client::Request.new(handlers, context)
10315
10465
  end
10316
10466