aws-sdk-pinpoint 1.77.0 → 1.79.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +112 -2
- data/lib/aws-sdk-pinpoint/client_api.rb +23 -2
- data/lib/aws-sdk-pinpoint/types.rb +132 -8
- data/lib/aws-sdk-pinpoint.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5104cf9b0994d148edc52b21dba1a88efe931a4a7533c58b13b0b073b4346fdc
|
4
|
+
data.tar.gz: 1d9f47462e79a38a1d101a148b116ebbf92d5bcf7bca12782e46998ca3d0d4ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9ca18ce01c7b8a04e1caf0b7ed9c04da59eab081c097fa9e9355861458947e3d9771a35f61d1b78f31c47f1a5ff9273f580c3afd6c92be479287f4abfd7dde6
|
7
|
+
data.tar.gz: 19308985d3f4b1affe8c144e826074a2b53449917952796045cf6eeb96729f199c9615687c6e87c9e83cff10aff8aff437ed86eb2c8c14faf44c7a27fcb667de
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.79.0 (2023-07-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API
|
8
|
+
|
9
|
+
1.78.0 (2023-07-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.77.0 (2023-07-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.79.0
|
@@ -216,6 +216,10 @@ module Aws::Pinpoint
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -652,6 +656,10 @@ module Aws::Pinpoint
|
|
652
656
|
# name: "__string",
|
653
657
|
# version: "__string",
|
654
658
|
# },
|
659
|
+
# in_app_template: {
|
660
|
+
# name: "__string",
|
661
|
+
# version: "__string",
|
662
|
+
# },
|
655
663
|
# },
|
656
664
|
# treatment_description: "__string",
|
657
665
|
# treatment_name: "__string",
|
@@ -887,6 +895,10 @@ module Aws::Pinpoint
|
|
887
895
|
# name: "__string",
|
888
896
|
# version: "__string",
|
889
897
|
# },
|
898
|
+
# in_app_template: {
|
899
|
+
# name: "__string",
|
900
|
+
# version: "__string",
|
901
|
+
# },
|
890
902
|
# },
|
891
903
|
# treatment_description: "__string",
|
892
904
|
# treatment_name: "__string",
|
@@ -1037,6 +1049,8 @@ module Aws::Pinpoint
|
|
1037
1049
|
# resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
|
1038
1050
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
|
1039
1051
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.version #=> String
|
1052
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.name #=> String
|
1053
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.version #=> String
|
1040
1054
|
# resp.campaign_response.additional_treatments[0].treatment_description #=> String
|
1041
1055
|
# resp.campaign_response.additional_treatments[0].treatment_name #=> String
|
1042
1056
|
# resp.campaign_response.application_id #=> String
|
@@ -1199,6 +1213,8 @@ module Aws::Pinpoint
|
|
1199
1213
|
# resp.campaign_response.template_configuration.sms_template.version #=> String
|
1200
1214
|
# resp.campaign_response.template_configuration.voice_template.name #=> String
|
1201
1215
|
# resp.campaign_response.template_configuration.voice_template.version #=> String
|
1216
|
+
# resp.campaign_response.template_configuration.in_app_template.name #=> String
|
1217
|
+
# resp.campaign_response.template_configuration.in_app_template.version #=> String
|
1202
1218
|
# resp.campaign_response.treatment_description #=> String
|
1203
1219
|
# resp.campaign_response.treatment_name #=> String
|
1204
1220
|
# resp.campaign_response.version #=> Integer
|
@@ -1770,6 +1786,11 @@ module Aws::Pinpoint
|
|
1770
1786
|
# endpoint_reentry_cap: 1,
|
1771
1787
|
# messages_per_second: 1,
|
1772
1788
|
# endpoint_reentry_interval: "__string",
|
1789
|
+
# timeframe_cap: {
|
1790
|
+
# cap: 1,
|
1791
|
+
# days: 1,
|
1792
|
+
# },
|
1793
|
+
# total_cap: 1,
|
1773
1794
|
# },
|
1774
1795
|
# local_time: false,
|
1775
1796
|
# name: "__string", # required
|
@@ -2058,6 +2079,9 @@ module Aws::Pinpoint
|
|
2058
2079
|
# resp.journey_response.limits.endpoint_reentry_cap #=> Integer
|
2059
2080
|
# resp.journey_response.limits.messages_per_second #=> Integer
|
2060
2081
|
# resp.journey_response.limits.endpoint_reentry_interval #=> String
|
2082
|
+
# resp.journey_response.limits.timeframe_cap.cap #=> Integer
|
2083
|
+
# resp.journey_response.limits.timeframe_cap.days #=> Integer
|
2084
|
+
# resp.journey_response.limits.total_cap #=> Integer
|
2061
2085
|
# resp.journey_response.local_time #=> Boolean
|
2062
2086
|
# resp.journey_response.name #=> String
|
2063
2087
|
# resp.journey_response.quiet_time.end #=> String
|
@@ -3080,6 +3104,8 @@ module Aws::Pinpoint
|
|
3080
3104
|
# resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
|
3081
3105
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
|
3082
3106
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.version #=> String
|
3107
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.name #=> String
|
3108
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.version #=> String
|
3083
3109
|
# resp.campaign_response.additional_treatments[0].treatment_description #=> String
|
3084
3110
|
# resp.campaign_response.additional_treatments[0].treatment_name #=> String
|
3085
3111
|
# resp.campaign_response.application_id #=> String
|
@@ -3242,6 +3268,8 @@ module Aws::Pinpoint
|
|
3242
3268
|
# resp.campaign_response.template_configuration.sms_template.version #=> String
|
3243
3269
|
# resp.campaign_response.template_configuration.voice_template.name #=> String
|
3244
3270
|
# resp.campaign_response.template_configuration.voice_template.version #=> String
|
3271
|
+
# resp.campaign_response.template_configuration.in_app_template.name #=> String
|
3272
|
+
# resp.campaign_response.template_configuration.in_app_template.version #=> String
|
3245
3273
|
# resp.campaign_response.treatment_description #=> String
|
3246
3274
|
# resp.campaign_response.treatment_name #=> String
|
3247
3275
|
# resp.campaign_response.version #=> Integer
|
@@ -3444,8 +3472,10 @@ module Aws::Pinpoint
|
|
3444
3472
|
# resp.gcm_channel_response.application_id #=> String
|
3445
3473
|
# resp.gcm_channel_response.creation_date #=> String
|
3446
3474
|
# resp.gcm_channel_response.credential #=> String
|
3475
|
+
# resp.gcm_channel_response.default_authentication_method #=> String
|
3447
3476
|
# resp.gcm_channel_response.enabled #=> Boolean
|
3448
3477
|
# resp.gcm_channel_response.has_credential #=> Boolean
|
3478
|
+
# resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
|
3449
3479
|
# resp.gcm_channel_response.id #=> String
|
3450
3480
|
# resp.gcm_channel_response.is_archived #=> Boolean
|
3451
3481
|
# resp.gcm_channel_response.last_modified_by #=> String
|
@@ -3664,6 +3694,9 @@ module Aws::Pinpoint
|
|
3664
3694
|
# resp.journey_response.limits.endpoint_reentry_cap #=> Integer
|
3665
3695
|
# resp.journey_response.limits.messages_per_second #=> Integer
|
3666
3696
|
# resp.journey_response.limits.endpoint_reentry_interval #=> String
|
3697
|
+
# resp.journey_response.limits.timeframe_cap.cap #=> Integer
|
3698
|
+
# resp.journey_response.limits.timeframe_cap.days #=> Integer
|
3699
|
+
# resp.journey_response.limits.total_cap #=> Integer
|
3667
3700
|
# resp.journey_response.local_time #=> Boolean
|
3668
3701
|
# resp.journey_response.name #=> String
|
3669
3702
|
# resp.journey_response.quiet_time.end #=> String
|
@@ -4460,6 +4493,10 @@ module Aws::Pinpoint
|
|
4460
4493
|
# resp.application_settings_resource.limits.session #=> Integer
|
4461
4494
|
# resp.application_settings_resource.quiet_time.end #=> String
|
4462
4495
|
# resp.application_settings_resource.quiet_time.start #=> String
|
4496
|
+
# resp.application_settings_resource.journey_limits.daily_cap #=> Integer
|
4497
|
+
# resp.application_settings_resource.journey_limits.timeframe_cap.cap #=> Integer
|
4498
|
+
# resp.application_settings_resource.journey_limits.timeframe_cap.days #=> Integer
|
4499
|
+
# resp.application_settings_resource.journey_limits.total_cap #=> Integer
|
4463
4500
|
#
|
4464
4501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetApplicationSettings AWS API Documentation
|
4465
4502
|
#
|
@@ -4707,6 +4744,8 @@ module Aws::Pinpoint
|
|
4707
4744
|
# resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
|
4708
4745
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
|
4709
4746
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.version #=> String
|
4747
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.name #=> String
|
4748
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.version #=> String
|
4710
4749
|
# resp.campaign_response.additional_treatments[0].treatment_description #=> String
|
4711
4750
|
# resp.campaign_response.additional_treatments[0].treatment_name #=> String
|
4712
4751
|
# resp.campaign_response.application_id #=> String
|
@@ -4869,6 +4908,8 @@ module Aws::Pinpoint
|
|
4869
4908
|
# resp.campaign_response.template_configuration.sms_template.version #=> String
|
4870
4909
|
# resp.campaign_response.template_configuration.voice_template.name #=> String
|
4871
4910
|
# resp.campaign_response.template_configuration.voice_template.version #=> String
|
4911
|
+
# resp.campaign_response.template_configuration.in_app_template.name #=> String
|
4912
|
+
# resp.campaign_response.template_configuration.in_app_template.version #=> String
|
4872
4913
|
# resp.campaign_response.treatment_description #=> String
|
4873
4914
|
# resp.campaign_response.treatment_name #=> String
|
4874
4915
|
# resp.campaign_response.version #=> Integer
|
@@ -5159,6 +5200,8 @@ module Aws::Pinpoint
|
|
5159
5200
|
# resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
|
5160
5201
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
|
5161
5202
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.version #=> String
|
5203
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.name #=> String
|
5204
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.version #=> String
|
5162
5205
|
# resp.campaign_response.additional_treatments[0].treatment_description #=> String
|
5163
5206
|
# resp.campaign_response.additional_treatments[0].treatment_name #=> String
|
5164
5207
|
# resp.campaign_response.application_id #=> String
|
@@ -5321,6 +5364,8 @@ module Aws::Pinpoint
|
|
5321
5364
|
# resp.campaign_response.template_configuration.sms_template.version #=> String
|
5322
5365
|
# resp.campaign_response.template_configuration.voice_template.name #=> String
|
5323
5366
|
# resp.campaign_response.template_configuration.voice_template.version #=> String
|
5367
|
+
# resp.campaign_response.template_configuration.in_app_template.name #=> String
|
5368
|
+
# resp.campaign_response.template_configuration.in_app_template.version #=> String
|
5324
5369
|
# resp.campaign_response.treatment_description #=> String
|
5325
5370
|
# resp.campaign_response.treatment_name #=> String
|
5326
5371
|
# resp.campaign_response.version #=> Integer
|
@@ -5503,6 +5548,8 @@ module Aws::Pinpoint
|
|
5503
5548
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.sms_template.version #=> String
|
5504
5549
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.name #=> String
|
5505
5550
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.version #=> String
|
5551
|
+
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.in_app_template.name #=> String
|
5552
|
+
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.in_app_template.version #=> String
|
5506
5553
|
# resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
|
5507
5554
|
# resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
|
5508
5555
|
# resp.campaigns_response.item[0].application_id #=> String
|
@@ -5665,6 +5712,8 @@ module Aws::Pinpoint
|
|
5665
5712
|
# resp.campaigns_response.item[0].template_configuration.sms_template.version #=> String
|
5666
5713
|
# resp.campaigns_response.item[0].template_configuration.voice_template.name #=> String
|
5667
5714
|
# resp.campaigns_response.item[0].template_configuration.voice_template.version #=> String
|
5715
|
+
# resp.campaigns_response.item[0].template_configuration.in_app_template.name #=> String
|
5716
|
+
# resp.campaigns_response.item[0].template_configuration.in_app_template.version #=> String
|
5668
5717
|
# resp.campaigns_response.item[0].treatment_description #=> String
|
5669
5718
|
# resp.campaigns_response.item[0].treatment_name #=> String
|
5670
5719
|
# resp.campaigns_response.item[0].version #=> Integer
|
@@ -5846,6 +5895,8 @@ module Aws::Pinpoint
|
|
5846
5895
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.sms_template.version #=> String
|
5847
5896
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.name #=> String
|
5848
5897
|
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.version #=> String
|
5898
|
+
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.in_app_template.name #=> String
|
5899
|
+
# resp.campaigns_response.item[0].additional_treatments[0].template_configuration.in_app_template.version #=> String
|
5849
5900
|
# resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
|
5850
5901
|
# resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
|
5851
5902
|
# resp.campaigns_response.item[0].application_id #=> String
|
@@ -6008,6 +6059,8 @@ module Aws::Pinpoint
|
|
6008
6059
|
# resp.campaigns_response.item[0].template_configuration.sms_template.version #=> String
|
6009
6060
|
# resp.campaigns_response.item[0].template_configuration.voice_template.name #=> String
|
6010
6061
|
# resp.campaigns_response.item[0].template_configuration.voice_template.version #=> String
|
6062
|
+
# resp.campaigns_response.item[0].template_configuration.in_app_template.name #=> String
|
6063
|
+
# resp.campaigns_response.item[0].template_configuration.in_app_template.version #=> String
|
6011
6064
|
# resp.campaigns_response.item[0].treatment_description #=> String
|
6012
6065
|
# resp.campaigns_response.item[0].treatment_name #=> String
|
6013
6066
|
# resp.campaigns_response.item[0].version #=> Integer
|
@@ -6361,8 +6414,10 @@ module Aws::Pinpoint
|
|
6361
6414
|
# resp.gcm_channel_response.application_id #=> String
|
6362
6415
|
# resp.gcm_channel_response.creation_date #=> String
|
6363
6416
|
# resp.gcm_channel_response.credential #=> String
|
6417
|
+
# resp.gcm_channel_response.default_authentication_method #=> String
|
6364
6418
|
# resp.gcm_channel_response.enabled #=> Boolean
|
6365
6419
|
# resp.gcm_channel_response.has_credential #=> Boolean
|
6420
|
+
# resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
|
6366
6421
|
# resp.gcm_channel_response.id #=> String
|
6367
6422
|
# resp.gcm_channel_response.is_archived #=> Boolean
|
6368
6423
|
# resp.gcm_channel_response.last_modified_by #=> String
|
@@ -6818,6 +6873,9 @@ module Aws::Pinpoint
|
|
6818
6873
|
# resp.journey_response.limits.endpoint_reentry_cap #=> Integer
|
6819
6874
|
# resp.journey_response.limits.messages_per_second #=> Integer
|
6820
6875
|
# resp.journey_response.limits.endpoint_reentry_interval #=> String
|
6876
|
+
# resp.journey_response.limits.timeframe_cap.cap #=> Integer
|
6877
|
+
# resp.journey_response.limits.timeframe_cap.days #=> Integer
|
6878
|
+
# resp.journey_response.limits.total_cap #=> Integer
|
6821
6879
|
# resp.journey_response.local_time #=> Boolean
|
6822
6880
|
# resp.journey_response.name #=> String
|
6823
6881
|
# resp.journey_response.quiet_time.end #=> String
|
@@ -8483,6 +8541,9 @@ module Aws::Pinpoint
|
|
8483
8541
|
# resp.journeys_response.item[0].limits.endpoint_reentry_cap #=> Integer
|
8484
8542
|
# resp.journeys_response.item[0].limits.messages_per_second #=> Integer
|
8485
8543
|
# resp.journeys_response.item[0].limits.endpoint_reentry_interval #=> String
|
8544
|
+
# resp.journeys_response.item[0].limits.timeframe_cap.cap #=> Integer
|
8545
|
+
# resp.journeys_response.item[0].limits.timeframe_cap.days #=> Integer
|
8546
|
+
# resp.journeys_response.item[0].limits.total_cap #=> Integer
|
8486
8547
|
# resp.journeys_response.item[0].local_time #=> Boolean
|
8487
8548
|
# resp.journeys_response.item[0].name #=> String
|
8488
8549
|
# resp.journeys_response.item[0].quiet_time.end #=> String
|
@@ -9089,6 +9150,7 @@ module Aws::Pinpoint
|
|
9089
9150
|
# icon_reference: "__string",
|
9090
9151
|
# image_icon_url: "__string",
|
9091
9152
|
# image_url: "__string",
|
9153
|
+
# preferred_authentication_method: "__string",
|
9092
9154
|
# priority: "__string",
|
9093
9155
|
# raw_content: "__string",
|
9094
9156
|
# restricted_package_name: "__string",
|
@@ -9142,6 +9204,10 @@ module Aws::Pinpoint
|
|
9142
9204
|
# name: "__string",
|
9143
9205
|
# version: "__string",
|
9144
9206
|
# },
|
9207
|
+
# in_app_template: {
|
9208
|
+
# name: "__string",
|
9209
|
+
# version: "__string",
|
9210
|
+
# },
|
9145
9211
|
# },
|
9146
9212
|
# trace_id: "__string",
|
9147
9213
|
# },
|
@@ -9373,6 +9439,7 @@ module Aws::Pinpoint
|
|
9373
9439
|
# icon_reference: "__string",
|
9374
9440
|
# image_icon_url: "__string",
|
9375
9441
|
# image_url: "__string",
|
9442
|
+
# preferred_authentication_method: "__string",
|
9376
9443
|
# priority: "__string",
|
9377
9444
|
# raw_content: "__string",
|
9378
9445
|
# restricted_package_name: "__string",
|
@@ -9426,6 +9493,10 @@ module Aws::Pinpoint
|
|
9426
9493
|
# name: "__string",
|
9427
9494
|
# version: "__string",
|
9428
9495
|
# },
|
9496
|
+
# in_app_template: {
|
9497
|
+
# name: "__string",
|
9498
|
+
# version: "__string",
|
9499
|
+
# },
|
9429
9500
|
# },
|
9430
9501
|
# trace_id: "__string",
|
9431
9502
|
# users: { # required
|
@@ -9814,6 +9885,14 @@ module Aws::Pinpoint
|
|
9814
9885
|
# end: "__string",
|
9815
9886
|
# start: "__string",
|
9816
9887
|
# },
|
9888
|
+
# journey_limits: {
|
9889
|
+
# daily_cap: 1,
|
9890
|
+
# timeframe_cap: {
|
9891
|
+
# cap: 1,
|
9892
|
+
# days: 1,
|
9893
|
+
# },
|
9894
|
+
# total_cap: 1,
|
9895
|
+
# },
|
9817
9896
|
# },
|
9818
9897
|
# })
|
9819
9898
|
#
|
@@ -9831,6 +9910,10 @@ module Aws::Pinpoint
|
|
9831
9910
|
# resp.application_settings_resource.limits.session #=> Integer
|
9832
9911
|
# resp.application_settings_resource.quiet_time.end #=> String
|
9833
9912
|
# resp.application_settings_resource.quiet_time.start #=> String
|
9913
|
+
# resp.application_settings_resource.journey_limits.daily_cap #=> Integer
|
9914
|
+
# resp.application_settings_resource.journey_limits.timeframe_cap.cap #=> Integer
|
9915
|
+
# resp.application_settings_resource.journey_limits.timeframe_cap.days #=> Integer
|
9916
|
+
# resp.application_settings_resource.journey_limits.total_cap #=> Integer
|
9834
9917
|
#
|
9835
9918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateApplicationSettings AWS API Documentation
|
9836
9919
|
#
|
@@ -10119,6 +10202,10 @@ module Aws::Pinpoint
|
|
10119
10202
|
# name: "__string",
|
10120
10203
|
# version: "__string",
|
10121
10204
|
# },
|
10205
|
+
# in_app_template: {
|
10206
|
+
# name: "__string",
|
10207
|
+
# version: "__string",
|
10208
|
+
# },
|
10122
10209
|
# },
|
10123
10210
|
# treatment_description: "__string",
|
10124
10211
|
# treatment_name: "__string",
|
@@ -10354,6 +10441,10 @@ module Aws::Pinpoint
|
|
10354
10441
|
# name: "__string",
|
10355
10442
|
# version: "__string",
|
10356
10443
|
# },
|
10444
|
+
# in_app_template: {
|
10445
|
+
# name: "__string",
|
10446
|
+
# version: "__string",
|
10447
|
+
# },
|
10357
10448
|
# },
|
10358
10449
|
# treatment_description: "__string",
|
10359
10450
|
# treatment_name: "__string",
|
@@ -10504,6 +10595,8 @@ module Aws::Pinpoint
|
|
10504
10595
|
# resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
|
10505
10596
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
|
10506
10597
|
# resp.campaign_response.additional_treatments[0].template_configuration.voice_template.version #=> String
|
10598
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.name #=> String
|
10599
|
+
# resp.campaign_response.additional_treatments[0].template_configuration.in_app_template.version #=> String
|
10507
10600
|
# resp.campaign_response.additional_treatments[0].treatment_description #=> String
|
10508
10601
|
# resp.campaign_response.additional_treatments[0].treatment_name #=> String
|
10509
10602
|
# resp.campaign_response.application_id #=> String
|
@@ -10666,6 +10759,8 @@ module Aws::Pinpoint
|
|
10666
10759
|
# resp.campaign_response.template_configuration.sms_template.version #=> String
|
10667
10760
|
# resp.campaign_response.template_configuration.voice_template.name #=> String
|
10668
10761
|
# resp.campaign_response.template_configuration.voice_template.version #=> String
|
10762
|
+
# resp.campaign_response.template_configuration.in_app_template.name #=> String
|
10763
|
+
# resp.campaign_response.template_configuration.in_app_template.version #=> String
|
10669
10764
|
# resp.campaign_response.treatment_description #=> String
|
10670
10765
|
# resp.campaign_response.treatment_name #=> String
|
10671
10766
|
# resp.campaign_response.version #=> Integer
|
@@ -10960,8 +11055,10 @@ module Aws::Pinpoint
|
|
10960
11055
|
# resp = client.update_gcm_channel({
|
10961
11056
|
# application_id: "__string", # required
|
10962
11057
|
# gcm_channel_request: { # required
|
10963
|
-
# api_key: "__string",
|
11058
|
+
# api_key: "__string",
|
11059
|
+
# default_authentication_method: "__string",
|
10964
11060
|
# enabled: false,
|
11061
|
+
# service_json: "__string",
|
10965
11062
|
# },
|
10966
11063
|
# })
|
10967
11064
|
#
|
@@ -10970,8 +11067,10 @@ module Aws::Pinpoint
|
|
10970
11067
|
# resp.gcm_channel_response.application_id #=> String
|
10971
11068
|
# resp.gcm_channel_response.creation_date #=> String
|
10972
11069
|
# resp.gcm_channel_response.credential #=> String
|
11070
|
+
# resp.gcm_channel_response.default_authentication_method #=> String
|
10973
11071
|
# resp.gcm_channel_response.enabled #=> Boolean
|
10974
11072
|
# resp.gcm_channel_response.has_credential #=> Boolean
|
11073
|
+
# resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
|
10975
11074
|
# resp.gcm_channel_response.id #=> String
|
10976
11075
|
# resp.gcm_channel_response.is_archived #=> Boolean
|
10977
11076
|
# resp.gcm_channel_response.last_modified_by #=> String
|
@@ -11394,6 +11493,11 @@ module Aws::Pinpoint
|
|
11394
11493
|
# endpoint_reentry_cap: 1,
|
11395
11494
|
# messages_per_second: 1,
|
11396
11495
|
# endpoint_reentry_interval: "__string",
|
11496
|
+
# timeframe_cap: {
|
11497
|
+
# cap: 1,
|
11498
|
+
# days: 1,
|
11499
|
+
# },
|
11500
|
+
# total_cap: 1,
|
11397
11501
|
# },
|
11398
11502
|
# local_time: false,
|
11399
11503
|
# name: "__string", # required
|
@@ -11682,6 +11786,9 @@ module Aws::Pinpoint
|
|
11682
11786
|
# resp.journey_response.limits.endpoint_reentry_cap #=> Integer
|
11683
11787
|
# resp.journey_response.limits.messages_per_second #=> Integer
|
11684
11788
|
# resp.journey_response.limits.endpoint_reentry_interval #=> String
|
11789
|
+
# resp.journey_response.limits.timeframe_cap.cap #=> Integer
|
11790
|
+
# resp.journey_response.limits.timeframe_cap.days #=> Integer
|
11791
|
+
# resp.journey_response.limits.total_cap #=> Integer
|
11685
11792
|
# resp.journey_response.local_time #=> Boolean
|
11686
11793
|
# resp.journey_response.name #=> String
|
11687
11794
|
# resp.journey_response.quiet_time.end #=> String
|
@@ -11941,6 +12048,9 @@ module Aws::Pinpoint
|
|
11941
12048
|
# resp.journey_response.limits.endpoint_reentry_cap #=> Integer
|
11942
12049
|
# resp.journey_response.limits.messages_per_second #=> Integer
|
11943
12050
|
# resp.journey_response.limits.endpoint_reentry_interval #=> String
|
12051
|
+
# resp.journey_response.limits.timeframe_cap.cap #=> Integer
|
12052
|
+
# resp.journey_response.limits.timeframe_cap.days #=> Integer
|
12053
|
+
# resp.journey_response.limits.total_cap #=> Integer
|
11944
12054
|
# resp.journey_response.local_time #=> Boolean
|
11945
12055
|
# resp.journey_response.name #=> String
|
11946
12056
|
# resp.journey_response.quiet_time.end #=> String
|
@@ -12742,7 +12852,7 @@ module Aws::Pinpoint
|
|
12742
12852
|
params: params,
|
12743
12853
|
config: config)
|
12744
12854
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
12745
|
-
context[:gem_version] = '1.
|
12855
|
+
context[:gem_version] = '1.79.0'
|
12746
12856
|
Seahorse::Client::Request.new(handlers, context)
|
12747
12857
|
end
|
12748
12858
|
|
@@ -35,6 +35,7 @@ module Aws::Pinpoint
|
|
35
35
|
AndroidPushNotificationTemplate = Shapes::StructureShape.new(name: 'AndroidPushNotificationTemplate')
|
36
36
|
ApplicationDateRangeKpiResponse = Shapes::StructureShape.new(name: 'ApplicationDateRangeKpiResponse')
|
37
37
|
ApplicationResponse = Shapes::StructureShape.new(name: 'ApplicationResponse')
|
38
|
+
ApplicationSettingsJourneyLimits = Shapes::StructureShape.new(name: 'ApplicationSettingsJourneyLimits')
|
38
39
|
ApplicationSettingsResource = Shapes::StructureShape.new(name: 'ApplicationSettingsResource')
|
39
40
|
ApplicationsResponse = Shapes::StructureShape.new(name: 'ApplicationsResponse')
|
40
41
|
AttributeDimension = Shapes::StructureShape.new(name: 'AttributeDimension')
|
@@ -325,6 +326,7 @@ module Aws::Pinpoint
|
|
325
326
|
JourneySMSMessage = Shapes::StructureShape.new(name: 'JourneySMSMessage')
|
326
327
|
JourneySchedule = Shapes::StructureShape.new(name: 'JourneySchedule')
|
327
328
|
JourneyStateRequest = Shapes::StructureShape.new(name: 'JourneyStateRequest')
|
329
|
+
JourneyTimeframeCap = Shapes::StructureShape.new(name: 'JourneyTimeframeCap')
|
328
330
|
JourneysResponse = Shapes::StructureShape.new(name: 'JourneysResponse')
|
329
331
|
Layout = Shapes::StringShape.new(name: 'Layout')
|
330
332
|
ListJourneysRequest = Shapes::StructureShape.new(name: 'ListJourneysRequest')
|
@@ -781,11 +783,17 @@ module Aws::Pinpoint
|
|
781
783
|
ApplicationResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: __string, location_name: "CreationDate"))
|
782
784
|
ApplicationResponse.struct_class = Types::ApplicationResponse
|
783
785
|
|
786
|
+
ApplicationSettingsJourneyLimits.add_member(:daily_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "DailyCap"))
|
787
|
+
ApplicationSettingsJourneyLimits.add_member(:timeframe_cap, Shapes::ShapeRef.new(shape: JourneyTimeframeCap, location_name: "TimeframeCap"))
|
788
|
+
ApplicationSettingsJourneyLimits.add_member(:total_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "TotalCap"))
|
789
|
+
ApplicationSettingsJourneyLimits.struct_class = Types::ApplicationSettingsJourneyLimits
|
790
|
+
|
784
791
|
ApplicationSettingsResource.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ApplicationId"))
|
785
792
|
ApplicationSettingsResource.add_member(:campaign_hook, Shapes::ShapeRef.new(shape: CampaignHook, location_name: "CampaignHook"))
|
786
793
|
ApplicationSettingsResource.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: __string, location_name: "LastModifiedDate"))
|
787
794
|
ApplicationSettingsResource.add_member(:limits, Shapes::ShapeRef.new(shape: CampaignLimits, location_name: "Limits"))
|
788
795
|
ApplicationSettingsResource.add_member(:quiet_time, Shapes::ShapeRef.new(shape: QuietTime, location_name: "QuietTime"))
|
796
|
+
ApplicationSettingsResource.add_member(:journey_limits, Shapes::ShapeRef.new(shape: ApplicationSettingsJourneyLimits, location_name: "JourneyLimits"))
|
789
797
|
ApplicationSettingsResource.struct_class = Types::ApplicationSettingsResource
|
790
798
|
|
791
799
|
ApplicationsResponse.add_member(:item, Shapes::ShapeRef.new(shape: ListOfApplicationResponse, location_name: "Item"))
|
@@ -1602,15 +1610,19 @@ module Aws::Pinpoint
|
|
1602
1610
|
ForbiddenException.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "RequestID"))
|
1603
1611
|
ForbiddenException.struct_class = Types::ForbiddenException
|
1604
1612
|
|
1605
|
-
GCMChannelRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: __string,
|
1613
|
+
GCMChannelRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: __string, location_name: "ApiKey"))
|
1614
|
+
GCMChannelRequest.add_member(:default_authentication_method, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultAuthenticationMethod"))
|
1606
1615
|
GCMChannelRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
|
1616
|
+
GCMChannelRequest.add_member(:service_json, Shapes::ShapeRef.new(shape: __string, location_name: "ServiceJson"))
|
1607
1617
|
GCMChannelRequest.struct_class = Types::GCMChannelRequest
|
1608
1618
|
|
1609
1619
|
GCMChannelResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, location_name: "ApplicationId"))
|
1610
1620
|
GCMChannelResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: __string, location_name: "CreationDate"))
|
1611
|
-
GCMChannelResponse.add_member(:credential, Shapes::ShapeRef.new(shape: __string,
|
1621
|
+
GCMChannelResponse.add_member(:credential, Shapes::ShapeRef.new(shape: __string, location_name: "Credential"))
|
1622
|
+
GCMChannelResponse.add_member(:default_authentication_method, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultAuthenticationMethod"))
|
1612
1623
|
GCMChannelResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
|
1613
1624
|
GCMChannelResponse.add_member(:has_credential, Shapes::ShapeRef.new(shape: __boolean, location_name: "HasCredential"))
|
1625
|
+
GCMChannelResponse.add_member(:has_fcm_service_credentials, Shapes::ShapeRef.new(shape: __boolean, location_name: "HasFcmServiceCredentials"))
|
1614
1626
|
GCMChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "Id"))
|
1615
1627
|
GCMChannelResponse.add_member(:is_archived, Shapes::ShapeRef.new(shape: __boolean, location_name: "IsArchived"))
|
1616
1628
|
GCMChannelResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: __string, location_name: "LastModifiedBy"))
|
@@ -1626,6 +1638,7 @@ module Aws::Pinpoint
|
|
1626
1638
|
GCMMessage.add_member(:icon_reference, Shapes::ShapeRef.new(shape: __string, location_name: "IconReference"))
|
1627
1639
|
GCMMessage.add_member(:image_icon_url, Shapes::ShapeRef.new(shape: __string, location_name: "ImageIconUrl"))
|
1628
1640
|
GCMMessage.add_member(:image_url, Shapes::ShapeRef.new(shape: __string, location_name: "ImageUrl"))
|
1641
|
+
GCMMessage.add_member(:preferred_authentication_method, Shapes::ShapeRef.new(shape: __string, location_name: "PreferredAuthenticationMethod"))
|
1629
1642
|
GCMMessage.add_member(:priority, Shapes::ShapeRef.new(shape: __string, location_name: "Priority"))
|
1630
1643
|
GCMMessage.add_member(:raw_content, Shapes::ShapeRef.new(shape: __string, location_name: "RawContent"))
|
1631
1644
|
GCMMessage.add_member(:restricted_package_name, Shapes::ShapeRef.new(shape: __string, location_name: "RestrictedPackageName"))
|
@@ -2271,6 +2284,8 @@ module Aws::Pinpoint
|
|
2271
2284
|
JourneyLimits.add_member(:endpoint_reentry_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "EndpointReentryCap"))
|
2272
2285
|
JourneyLimits.add_member(:messages_per_second, Shapes::ShapeRef.new(shape: __integer, location_name: "MessagesPerSecond"))
|
2273
2286
|
JourneyLimits.add_member(:endpoint_reentry_interval, Shapes::ShapeRef.new(shape: __string, location_name: "EndpointReentryInterval"))
|
2287
|
+
JourneyLimits.add_member(:timeframe_cap, Shapes::ShapeRef.new(shape: JourneyTimeframeCap, location_name: "TimeframeCap"))
|
2288
|
+
JourneyLimits.add_member(:total_cap, Shapes::ShapeRef.new(shape: __integer, location_name: "TotalCap"))
|
2274
2289
|
JourneyLimits.struct_class = Types::JourneyLimits
|
2275
2290
|
|
2276
2291
|
JourneyPushMessage.add_member(:time_to_live, Shapes::ShapeRef.new(shape: __string, location_name: "TimeToLive"))
|
@@ -2341,6 +2356,10 @@ module Aws::Pinpoint
|
|
2341
2356
|
JourneyStateRequest.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
|
2342
2357
|
JourneyStateRequest.struct_class = Types::JourneyStateRequest
|
2343
2358
|
|
2359
|
+
JourneyTimeframeCap.add_member(:cap, Shapes::ShapeRef.new(shape: __integer, location_name: "Cap"))
|
2360
|
+
JourneyTimeframeCap.add_member(:days, Shapes::ShapeRef.new(shape: __integer, location_name: "Days"))
|
2361
|
+
JourneyTimeframeCap.struct_class = Types::JourneyTimeframeCap
|
2362
|
+
|
2344
2363
|
JourneysResponse.add_member(:item, Shapes::ShapeRef.new(shape: ListOfJourneyResponse, required: true, location_name: "Item"))
|
2345
2364
|
JourneysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
|
2346
2365
|
JourneysResponse.struct_class = Types::JourneysResponse
|
@@ -2985,6 +3004,7 @@ module Aws::Pinpoint
|
|
2985
3004
|
TemplateConfiguration.add_member(:push_template, Shapes::ShapeRef.new(shape: Template, location_name: "PushTemplate"))
|
2986
3005
|
TemplateConfiguration.add_member(:sms_template, Shapes::ShapeRef.new(shape: Template, location_name: "SMSTemplate"))
|
2987
3006
|
TemplateConfiguration.add_member(:voice_template, Shapes::ShapeRef.new(shape: Template, location_name: "VoiceTemplate"))
|
3007
|
+
TemplateConfiguration.add_member(:in_app_template, Shapes::ShapeRef.new(shape: Template, location_name: "InAppTemplate"))
|
2988
3008
|
TemplateConfiguration.struct_class = Types::TemplateConfiguration
|
2989
3009
|
|
2990
3010
|
TemplateCreateMessageBody.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "Arn"))
|
@@ -3410,6 +3430,7 @@ module Aws::Pinpoint
|
|
3410
3430
|
WriteApplicationSettingsRequest.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "CloudWatchMetricsEnabled"))
|
3411
3431
|
WriteApplicationSettingsRequest.add_member(:limits, Shapes::ShapeRef.new(shape: CampaignLimits, location_name: "Limits"))
|
3412
3432
|
WriteApplicationSettingsRequest.add_member(:quiet_time, Shapes::ShapeRef.new(shape: QuietTime, location_name: "QuietTime"))
|
3433
|
+
WriteApplicationSettingsRequest.add_member(:journey_limits, Shapes::ShapeRef.new(shape: ApplicationSettingsJourneyLimits, location_name: "JourneyLimits"))
|
3413
3434
|
WriteApplicationSettingsRequest.struct_class = Types::WriteApplicationSettingsRequest
|
3414
3435
|
|
3415
3436
|
WriteCampaignRequest.add_member(:additional_treatments, Shapes::ShapeRef.new(shape: ListOfWriteTreatmentResource, location_name: "AdditionalTreatments"))
|
@@ -1521,6 +1521,37 @@ module Aws::Pinpoint
|
|
1521
1521
|
include Aws::Structure
|
1522
1522
|
end
|
1523
1523
|
|
1524
|
+
# The default sending limits for journeys in the application. To
|
1525
|
+
# override these limits and define custom limits for a specific journey,
|
1526
|
+
# use the Journey resource.
|
1527
|
+
#
|
1528
|
+
# @!attribute [rw] daily_cap
|
1529
|
+
# The daily number of messages that an endpoint can receive from all
|
1530
|
+
# journeys. The maximum value is 100. If set to 0, this limit will not
|
1531
|
+
# apply.
|
1532
|
+
# @return [Integer]
|
1533
|
+
#
|
1534
|
+
# @!attribute [rw] timeframe_cap
|
1535
|
+
# The default maximum number of messages that can be sent to an
|
1536
|
+
# endpoint during the specified timeframe for all journeys.
|
1537
|
+
# @return [Types::JourneyTimeframeCap]
|
1538
|
+
#
|
1539
|
+
# @!attribute [rw] total_cap
|
1540
|
+
# The default maximum number of messages that a single journey can
|
1541
|
+
# sent to a single endpoint. The maximum value is 100. If set to 0,
|
1542
|
+
# this limit will not apply.
|
1543
|
+
# @return [Integer]
|
1544
|
+
#
|
1545
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/ApplicationSettingsJourneyLimits AWS API Documentation
|
1546
|
+
#
|
1547
|
+
class ApplicationSettingsJourneyLimits < Struct.new(
|
1548
|
+
:daily_cap,
|
1549
|
+
:timeframe_cap,
|
1550
|
+
:total_cap)
|
1551
|
+
SENSITIVE = []
|
1552
|
+
include Aws::Structure
|
1553
|
+
end
|
1554
|
+
|
1524
1555
|
# Provides information about an application, including the default
|
1525
1556
|
# settings for an application.
|
1526
1557
|
#
|
@@ -1567,6 +1598,12 @@ module Aws::Pinpoint
|
|
1567
1598
|
# enabled.
|
1568
1599
|
# @return [Types::QuietTime]
|
1569
1600
|
#
|
1601
|
+
# @!attribute [rw] journey_limits
|
1602
|
+
# The default sending limits for journeys in the application. These
|
1603
|
+
# limits apply to each journey for the application but can be
|
1604
|
+
# overridden, on a per journey basis, with the JourneyLimits resource.
|
1605
|
+
# @return [Types::ApplicationSettingsJourneyLimits]
|
1606
|
+
#
|
1570
1607
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/ApplicationSettingsResource AWS API Documentation
|
1571
1608
|
#
|
1572
1609
|
class ApplicationSettingsResource < Struct.new(
|
@@ -1574,7 +1611,8 @@ module Aws::Pinpoint
|
|
1574
1611
|
:campaign_hook,
|
1575
1612
|
:last_modified_date,
|
1576
1613
|
:limits,
|
1577
|
-
:quiet_time
|
1614
|
+
:quiet_time,
|
1615
|
+
:journey_limits)
|
1578
1616
|
SENSITIVE = []
|
1579
1617
|
include Aws::Structure
|
1580
1618
|
end
|
@@ -5640,15 +5678,32 @@ module Aws::Pinpoint
|
|
5640
5678
|
# that you received from Google to communicate with Google services.
|
5641
5679
|
# @return [String]
|
5642
5680
|
#
|
5681
|
+
# @!attribute [rw] default_authentication_method
|
5682
|
+
# The default authentication method used for GCM. Values are either
|
5683
|
+
# "TOKEN" or "KEY". Defaults to "KEY".
|
5684
|
+
# @return [String]
|
5685
|
+
#
|
5643
5686
|
# @!attribute [rw] enabled
|
5644
5687
|
# Specifies whether to enable the GCM channel for the application.
|
5645
5688
|
# @return [Boolean]
|
5646
5689
|
#
|
5690
|
+
# @!attribute [rw] service_json
|
5691
|
+
# The contents of the JSON file provided by Google during registration
|
5692
|
+
# in order to generate an access token for authentication. For more
|
5693
|
+
# information see [Migrate from legacy FCM APIs to HTTP v1][1].
|
5694
|
+
#
|
5695
|
+
#
|
5696
|
+
#
|
5697
|
+
# [1]: https://firebase.google.com/docs/cloud-messaging/migrate-v1
|
5698
|
+
# @return [String]
|
5699
|
+
#
|
5647
5700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GCMChannelRequest AWS API Documentation
|
5648
5701
|
#
|
5649
5702
|
class GCMChannelRequest < Struct.new(
|
5650
5703
|
:api_key,
|
5651
|
-
:
|
5704
|
+
:default_authentication_method,
|
5705
|
+
:enabled,
|
5706
|
+
:service_json)
|
5652
5707
|
SENSITIVE = []
|
5653
5708
|
include Aws::Structure
|
5654
5709
|
end
|
@@ -5672,6 +5727,11 @@ module Aws::Pinpoint
|
|
5672
5727
|
# that you received from Google to communicate with Google services.
|
5673
5728
|
# @return [String]
|
5674
5729
|
#
|
5730
|
+
# @!attribute [rw] default_authentication_method
|
5731
|
+
# The default authentication method used for GCM. Values are either
|
5732
|
+
# "TOKEN" or "KEY". Defaults to "KEY".
|
5733
|
+
# @return [String]
|
5734
|
+
#
|
5675
5735
|
# @!attribute [rw] enabled
|
5676
5736
|
# Specifies whether the GCM channel is enabled for the application.
|
5677
5737
|
# @return [Boolean]
|
@@ -5681,6 +5741,11 @@ module Aws::Pinpoint
|
|
5681
5741
|
# compatibility.
|
5682
5742
|
# @return [Boolean]
|
5683
5743
|
#
|
5744
|
+
# @!attribute [rw] has_fcm_service_credentials
|
5745
|
+
# Returns true if the JSON file provided by Google during registration
|
5746
|
+
# process was used in the **ServiceJson** field of the request.
|
5747
|
+
# @return [Boolean]
|
5748
|
+
#
|
5684
5749
|
# @!attribute [rw] id
|
5685
5750
|
# (Deprecated) An identifier for the GCM channel. This property is
|
5686
5751
|
# retained only for backward compatibility.
|
@@ -5713,8 +5778,10 @@ module Aws::Pinpoint
|
|
5713
5778
|
:application_id,
|
5714
5779
|
:creation_date,
|
5715
5780
|
:credential,
|
5781
|
+
:default_authentication_method,
|
5716
5782
|
:enabled,
|
5717
5783
|
:has_credential,
|
5784
|
+
:has_fcm_service_credentials,
|
5718
5785
|
:id,
|
5719
5786
|
:is_archived,
|
5720
5787
|
:last_modified_by,
|
@@ -5780,6 +5847,12 @@ module Aws::Pinpoint
|
|
5780
5847
|
# The URL of an image to display in the push notification.
|
5781
5848
|
# @return [String]
|
5782
5849
|
#
|
5850
|
+
# @!attribute [rw] preferred_authentication_method
|
5851
|
+
# The preferred authentication method, with valid values "KEY" or
|
5852
|
+
# "TOKEN". If a value isn't provided then the
|
5853
|
+
# **DefaultAuthenticationMethod** is used.
|
5854
|
+
# @return [String]
|
5855
|
+
#
|
5783
5856
|
# @!attribute [rw] priority
|
5784
5857
|
# para>normal - The notification might be delayed. Delivery is
|
5785
5858
|
# optimized for battery usage on the recipient's device. Use this
|
@@ -5866,6 +5939,7 @@ module Aws::Pinpoint
|
|
5866
5939
|
:icon_reference,
|
5867
5940
|
:image_icon_url,
|
5868
5941
|
:image_url,
|
5942
|
+
:preferred_authentication_method,
|
5869
5943
|
:priority,
|
5870
5944
|
:raw_content,
|
5871
5945
|
:restricted_package_name,
|
@@ -8049,7 +8123,8 @@ module Aws::Pinpoint
|
|
8049
8123
|
# @return [String]
|
8050
8124
|
#
|
8051
8125
|
# @!attribute [rw] template_type
|
8052
|
-
# The type of the template.
|
8126
|
+
# The type of channel that the message template is designed for. For
|
8127
|
+
# an in-app message template, this value is INAPP.
|
8053
8128
|
# @return [String]
|
8054
8129
|
#
|
8055
8130
|
# @!attribute [rw] version
|
@@ -8348,13 +8423,26 @@ module Aws::Pinpoint
|
|
8348
8423
|
# journey.
|
8349
8424
|
# @return [String]
|
8350
8425
|
#
|
8426
|
+
# @!attribute [rw] timeframe_cap
|
8427
|
+
# The number of messages that an endpoint can receive during the
|
8428
|
+
# specified timeframe.
|
8429
|
+
# @return [Types::JourneyTimeframeCap]
|
8430
|
+
#
|
8431
|
+
# @!attribute [rw] total_cap
|
8432
|
+
# The maximum number of messages a journey can sent to a single
|
8433
|
+
# endpoint. The maximum value is 100. If set to 0, this limit will not
|
8434
|
+
# apply.
|
8435
|
+
# @return [Integer]
|
8436
|
+
#
|
8351
8437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyLimits AWS API Documentation
|
8352
8438
|
#
|
8353
8439
|
class JourneyLimits < Struct.new(
|
8354
8440
|
:daily_cap,
|
8355
8441
|
:endpoint_reentry_cap,
|
8356
8442
|
:messages_per_second,
|
8357
|
-
:endpoint_reentry_interval
|
8443
|
+
:endpoint_reentry_interval,
|
8444
|
+
:timeframe_cap,
|
8445
|
+
:total_cap)
|
8358
8446
|
SENSITIVE = []
|
8359
8447
|
include Aws::Structure
|
8360
8448
|
end
|
@@ -8897,6 +8985,29 @@ module Aws::Pinpoint
|
|
8897
8985
|
include Aws::Structure
|
8898
8986
|
end
|
8899
8987
|
|
8988
|
+
# The number of messages that can be sent to an endpoint during the
|
8989
|
+
# specified timeframe for all journeys.
|
8990
|
+
#
|
8991
|
+
# @!attribute [rw] cap
|
8992
|
+
# The maximum number of messages that all journeys can send to an
|
8993
|
+
# endpoint during the specified timeframe. The maximum value is 100.
|
8994
|
+
# If set to 0, this limit will not apply.
|
8995
|
+
# @return [Integer]
|
8996
|
+
#
|
8997
|
+
# @!attribute [rw] days
|
8998
|
+
# The length of the timeframe in days. The maximum value is 30. If set
|
8999
|
+
# to 0, this limit will not apply.
|
9000
|
+
# @return [Integer]
|
9001
|
+
#
|
9002
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyTimeframeCap AWS API Documentation
|
9003
|
+
#
|
9004
|
+
class JourneyTimeframeCap < Struct.new(
|
9005
|
+
:cap,
|
9006
|
+
:days)
|
9007
|
+
SENSITIVE = []
|
9008
|
+
include Aws::Structure
|
9009
|
+
end
|
9010
|
+
|
8900
9011
|
# Provides information about the status, configuration, and other
|
8901
9012
|
# settings for all the journeys that are associated with an application.
|
8902
9013
|
#
|
@@ -11771,13 +11882,19 @@ module Aws::Pinpoint
|
|
11771
11882
|
# supported for campaigns.
|
11772
11883
|
# @return [Types::Template]
|
11773
11884
|
#
|
11885
|
+
# @!attribute [rw] in_app_template
|
11886
|
+
# The InApp template to use for the message. The InApp template object
|
11887
|
+
# is not supported for SendMessages.
|
11888
|
+
# @return [Types::Template]
|
11889
|
+
#
|
11774
11890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/TemplateConfiguration AWS API Documentation
|
11775
11891
|
#
|
11776
11892
|
class TemplateConfiguration < Struct.new(
|
11777
11893
|
:email_template,
|
11778
11894
|
:push_template,
|
11779
11895
|
:sms_template,
|
11780
|
-
:voice_template
|
11896
|
+
:voice_template,
|
11897
|
+
:in_app_template)
|
11781
11898
|
SENSITIVE = []
|
11782
11899
|
include Aws::Structure
|
11783
11900
|
end
|
@@ -11861,7 +11978,7 @@ module Aws::Pinpoint
|
|
11861
11978
|
#
|
11862
11979
|
# @!attribute [rw] template_type
|
11863
11980
|
# The type of channel that the message template is designed for.
|
11864
|
-
# Possible values are: EMAIL, PUSH, SMS, and VOICE.
|
11981
|
+
# Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
|
11865
11982
|
# @return [String]
|
11866
11983
|
#
|
11867
11984
|
# @!attribute [rw] version
|
@@ -11915,7 +12032,7 @@ module Aws::Pinpoint
|
|
11915
12032
|
#
|
11916
12033
|
# @!attribute [rw] template_type
|
11917
12034
|
# The type of channel that the message template is designed for.
|
11918
|
-
# Possible values are: EMAIL, PUSH, SMS, and VOICE.
|
12035
|
+
# Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
|
11919
12036
|
# @return [String]
|
11920
12037
|
#
|
11921
12038
|
# @!attribute [rw] version
|
@@ -13495,13 +13612,20 @@ module Aws::Pinpoint
|
|
13495
13612
|
# campaign or journey.
|
13496
13613
|
# @return [Types::QuietTime]
|
13497
13614
|
#
|
13615
|
+
# @!attribute [rw] journey_limits
|
13616
|
+
# The default sending limits for journeys in the application. These
|
13617
|
+
# limits apply to each journey for the application but can be
|
13618
|
+
# overridden, on a per journey basis, with the JourneyLimits resource.
|
13619
|
+
# @return [Types::ApplicationSettingsJourneyLimits]
|
13620
|
+
#
|
13498
13621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/WriteApplicationSettingsRequest AWS API Documentation
|
13499
13622
|
#
|
13500
13623
|
class WriteApplicationSettingsRequest < Struct.new(
|
13501
13624
|
:campaign_hook,
|
13502
13625
|
:cloud_watch_metrics_enabled,
|
13503
13626
|
:limits,
|
13504
|
-
:quiet_time
|
13627
|
+
:quiet_time,
|
13628
|
+
:journey_limits)
|
13505
13629
|
SENSITIVE = []
|
13506
13630
|
include Aws::Structure
|
13507
13631
|
end
|
data/lib/aws-sdk-pinpoint.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pinpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.79.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|