aws-sdk-pinpoint 1.78.0 → 1.79.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: 486fff8b84ec43775d754cf442370667b476a07fdf03592b5d804c423ddb0f8c
4
- data.tar.gz: e90e7ae46ebdbc3dabc83a7337c9485f2d29840ea92bb8a65256d46ed4e2d988
3
+ metadata.gz: 5104cf9b0994d148edc52b21dba1a88efe931a4a7533c58b13b0b073b4346fdc
4
+ data.tar.gz: 1d9f47462e79a38a1d101a148b116ebbf92d5bcf7bca12782e46998ca3d0d4ca
5
5
  SHA512:
6
- metadata.gz: 74c5ba2c8df615c3614e2f03755bf4a454aa1bfb9616bf6f18129545eff3d1edd4dc9f03bd633745688c60093f7e991ab38a326884d5f2587ef047bb06407cad
7
- data.tar.gz: 6c23c005db31cb1dfc77776d331378dc6422a6d45ab2a2a39166f1d0f809978122eaa55a202d9a6bc02be322128cefa5dc211c467da573156eb00f340f010326
6
+ metadata.gz: a9ca18ce01c7b8a04e1caf0b7ed9c04da59eab081c097fa9e9355861458947e3d9771a35f61d1b78f31c47f1a5ff9273f580c3afd6c92be479287f4abfd7dde6
7
+ data.tar.gz: 19308985d3f4b1affe8c144e826074a2b53449917952796045cf6eeb96729f199c9615687c6e87c9e83cff10aff8aff437ed86eb2c8c14faf44c7a27fcb667de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.78.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -656,6 +656,10 @@ module Aws::Pinpoint
656
656
  # name: "__string",
657
657
  # version: "__string",
658
658
  # },
659
+ # in_app_template: {
660
+ # name: "__string",
661
+ # version: "__string",
662
+ # },
659
663
  # },
660
664
  # treatment_description: "__string",
661
665
  # treatment_name: "__string",
@@ -891,6 +895,10 @@ module Aws::Pinpoint
891
895
  # name: "__string",
892
896
  # version: "__string",
893
897
  # },
898
+ # in_app_template: {
899
+ # name: "__string",
900
+ # version: "__string",
901
+ # },
894
902
  # },
895
903
  # treatment_description: "__string",
896
904
  # treatment_name: "__string",
@@ -1041,6 +1049,8 @@ module Aws::Pinpoint
1041
1049
  # resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
1042
1050
  # resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
1043
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
1044
1054
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
1045
1055
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
1046
1056
  # resp.campaign_response.application_id #=> String
@@ -1203,6 +1213,8 @@ module Aws::Pinpoint
1203
1213
  # resp.campaign_response.template_configuration.sms_template.version #=> String
1204
1214
  # resp.campaign_response.template_configuration.voice_template.name #=> String
1205
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
1206
1218
  # resp.campaign_response.treatment_description #=> String
1207
1219
  # resp.campaign_response.treatment_name #=> String
1208
1220
  # resp.campaign_response.version #=> Integer
@@ -1774,6 +1786,11 @@ module Aws::Pinpoint
1774
1786
  # endpoint_reentry_cap: 1,
1775
1787
  # messages_per_second: 1,
1776
1788
  # endpoint_reentry_interval: "__string",
1789
+ # timeframe_cap: {
1790
+ # cap: 1,
1791
+ # days: 1,
1792
+ # },
1793
+ # total_cap: 1,
1777
1794
  # },
1778
1795
  # local_time: false,
1779
1796
  # name: "__string", # required
@@ -2062,6 +2079,9 @@ module Aws::Pinpoint
2062
2079
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
2063
2080
  # resp.journey_response.limits.messages_per_second #=> Integer
2064
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
2065
2085
  # resp.journey_response.local_time #=> Boolean
2066
2086
  # resp.journey_response.name #=> String
2067
2087
  # resp.journey_response.quiet_time.end #=> String
@@ -3084,6 +3104,8 @@ module Aws::Pinpoint
3084
3104
  # resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
3085
3105
  # resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
3086
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
3087
3109
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
3088
3110
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
3089
3111
  # resp.campaign_response.application_id #=> String
@@ -3246,6 +3268,8 @@ module Aws::Pinpoint
3246
3268
  # resp.campaign_response.template_configuration.sms_template.version #=> String
3247
3269
  # resp.campaign_response.template_configuration.voice_template.name #=> String
3248
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
3249
3273
  # resp.campaign_response.treatment_description #=> String
3250
3274
  # resp.campaign_response.treatment_name #=> String
3251
3275
  # resp.campaign_response.version #=> Integer
@@ -3448,8 +3472,10 @@ module Aws::Pinpoint
3448
3472
  # resp.gcm_channel_response.application_id #=> String
3449
3473
  # resp.gcm_channel_response.creation_date #=> String
3450
3474
  # resp.gcm_channel_response.credential #=> String
3475
+ # resp.gcm_channel_response.default_authentication_method #=> String
3451
3476
  # resp.gcm_channel_response.enabled #=> Boolean
3452
3477
  # resp.gcm_channel_response.has_credential #=> Boolean
3478
+ # resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
3453
3479
  # resp.gcm_channel_response.id #=> String
3454
3480
  # resp.gcm_channel_response.is_archived #=> Boolean
3455
3481
  # resp.gcm_channel_response.last_modified_by #=> String
@@ -3668,6 +3694,9 @@ module Aws::Pinpoint
3668
3694
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
3669
3695
  # resp.journey_response.limits.messages_per_second #=> Integer
3670
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
3671
3700
  # resp.journey_response.local_time #=> Boolean
3672
3701
  # resp.journey_response.name #=> String
3673
3702
  # resp.journey_response.quiet_time.end #=> String
@@ -4464,6 +4493,10 @@ module Aws::Pinpoint
4464
4493
  # resp.application_settings_resource.limits.session #=> Integer
4465
4494
  # resp.application_settings_resource.quiet_time.end #=> String
4466
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
4467
4500
  #
4468
4501
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetApplicationSettings AWS API Documentation
4469
4502
  #
@@ -4711,6 +4744,8 @@ module Aws::Pinpoint
4711
4744
  # resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
4712
4745
  # resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
4713
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
4714
4749
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
4715
4750
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
4716
4751
  # resp.campaign_response.application_id #=> String
@@ -4873,6 +4908,8 @@ module Aws::Pinpoint
4873
4908
  # resp.campaign_response.template_configuration.sms_template.version #=> String
4874
4909
  # resp.campaign_response.template_configuration.voice_template.name #=> String
4875
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
4876
4913
  # resp.campaign_response.treatment_description #=> String
4877
4914
  # resp.campaign_response.treatment_name #=> String
4878
4915
  # resp.campaign_response.version #=> Integer
@@ -5163,6 +5200,8 @@ module Aws::Pinpoint
5163
5200
  # resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
5164
5201
  # resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
5165
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
5166
5205
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
5167
5206
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
5168
5207
  # resp.campaign_response.application_id #=> String
@@ -5325,6 +5364,8 @@ module Aws::Pinpoint
5325
5364
  # resp.campaign_response.template_configuration.sms_template.version #=> String
5326
5365
  # resp.campaign_response.template_configuration.voice_template.name #=> String
5327
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
5328
5369
  # resp.campaign_response.treatment_description #=> String
5329
5370
  # resp.campaign_response.treatment_name #=> String
5330
5371
  # resp.campaign_response.version #=> Integer
@@ -5507,6 +5548,8 @@ module Aws::Pinpoint
5507
5548
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.sms_template.version #=> String
5508
5549
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.name #=> String
5509
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
5510
5553
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
5511
5554
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
5512
5555
  # resp.campaigns_response.item[0].application_id #=> String
@@ -5669,6 +5712,8 @@ module Aws::Pinpoint
5669
5712
  # resp.campaigns_response.item[0].template_configuration.sms_template.version #=> String
5670
5713
  # resp.campaigns_response.item[0].template_configuration.voice_template.name #=> String
5671
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
5672
5717
  # resp.campaigns_response.item[0].treatment_description #=> String
5673
5718
  # resp.campaigns_response.item[0].treatment_name #=> String
5674
5719
  # resp.campaigns_response.item[0].version #=> Integer
@@ -5850,6 +5895,8 @@ module Aws::Pinpoint
5850
5895
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.sms_template.version #=> String
5851
5896
  # resp.campaigns_response.item[0].additional_treatments[0].template_configuration.voice_template.name #=> String
5852
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
5853
5900
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_description #=> String
5854
5901
  # resp.campaigns_response.item[0].additional_treatments[0].treatment_name #=> String
5855
5902
  # resp.campaigns_response.item[0].application_id #=> String
@@ -6012,6 +6059,8 @@ module Aws::Pinpoint
6012
6059
  # resp.campaigns_response.item[0].template_configuration.sms_template.version #=> String
6013
6060
  # resp.campaigns_response.item[0].template_configuration.voice_template.name #=> String
6014
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
6015
6064
  # resp.campaigns_response.item[0].treatment_description #=> String
6016
6065
  # resp.campaigns_response.item[0].treatment_name #=> String
6017
6066
  # resp.campaigns_response.item[0].version #=> Integer
@@ -6365,8 +6414,10 @@ module Aws::Pinpoint
6365
6414
  # resp.gcm_channel_response.application_id #=> String
6366
6415
  # resp.gcm_channel_response.creation_date #=> String
6367
6416
  # resp.gcm_channel_response.credential #=> String
6417
+ # resp.gcm_channel_response.default_authentication_method #=> String
6368
6418
  # resp.gcm_channel_response.enabled #=> Boolean
6369
6419
  # resp.gcm_channel_response.has_credential #=> Boolean
6420
+ # resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
6370
6421
  # resp.gcm_channel_response.id #=> String
6371
6422
  # resp.gcm_channel_response.is_archived #=> Boolean
6372
6423
  # resp.gcm_channel_response.last_modified_by #=> String
@@ -6822,6 +6873,9 @@ module Aws::Pinpoint
6822
6873
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
6823
6874
  # resp.journey_response.limits.messages_per_second #=> Integer
6824
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
6825
6879
  # resp.journey_response.local_time #=> Boolean
6826
6880
  # resp.journey_response.name #=> String
6827
6881
  # resp.journey_response.quiet_time.end #=> String
@@ -8487,6 +8541,9 @@ module Aws::Pinpoint
8487
8541
  # resp.journeys_response.item[0].limits.endpoint_reentry_cap #=> Integer
8488
8542
  # resp.journeys_response.item[0].limits.messages_per_second #=> Integer
8489
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
8490
8547
  # resp.journeys_response.item[0].local_time #=> Boolean
8491
8548
  # resp.journeys_response.item[0].name #=> String
8492
8549
  # resp.journeys_response.item[0].quiet_time.end #=> String
@@ -9093,6 +9150,7 @@ module Aws::Pinpoint
9093
9150
  # icon_reference: "__string",
9094
9151
  # image_icon_url: "__string",
9095
9152
  # image_url: "__string",
9153
+ # preferred_authentication_method: "__string",
9096
9154
  # priority: "__string",
9097
9155
  # raw_content: "__string",
9098
9156
  # restricted_package_name: "__string",
@@ -9146,6 +9204,10 @@ module Aws::Pinpoint
9146
9204
  # name: "__string",
9147
9205
  # version: "__string",
9148
9206
  # },
9207
+ # in_app_template: {
9208
+ # name: "__string",
9209
+ # version: "__string",
9210
+ # },
9149
9211
  # },
9150
9212
  # trace_id: "__string",
9151
9213
  # },
@@ -9377,6 +9439,7 @@ module Aws::Pinpoint
9377
9439
  # icon_reference: "__string",
9378
9440
  # image_icon_url: "__string",
9379
9441
  # image_url: "__string",
9442
+ # preferred_authentication_method: "__string",
9380
9443
  # priority: "__string",
9381
9444
  # raw_content: "__string",
9382
9445
  # restricted_package_name: "__string",
@@ -9430,6 +9493,10 @@ module Aws::Pinpoint
9430
9493
  # name: "__string",
9431
9494
  # version: "__string",
9432
9495
  # },
9496
+ # in_app_template: {
9497
+ # name: "__string",
9498
+ # version: "__string",
9499
+ # },
9433
9500
  # },
9434
9501
  # trace_id: "__string",
9435
9502
  # users: { # required
@@ -9818,6 +9885,14 @@ module Aws::Pinpoint
9818
9885
  # end: "__string",
9819
9886
  # start: "__string",
9820
9887
  # },
9888
+ # journey_limits: {
9889
+ # daily_cap: 1,
9890
+ # timeframe_cap: {
9891
+ # cap: 1,
9892
+ # days: 1,
9893
+ # },
9894
+ # total_cap: 1,
9895
+ # },
9821
9896
  # },
9822
9897
  # })
9823
9898
  #
@@ -9835,6 +9910,10 @@ module Aws::Pinpoint
9835
9910
  # resp.application_settings_resource.limits.session #=> Integer
9836
9911
  # resp.application_settings_resource.quiet_time.end #=> String
9837
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
9838
9917
  #
9839
9918
  # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateApplicationSettings AWS API Documentation
9840
9919
  #
@@ -10123,6 +10202,10 @@ module Aws::Pinpoint
10123
10202
  # name: "__string",
10124
10203
  # version: "__string",
10125
10204
  # },
10205
+ # in_app_template: {
10206
+ # name: "__string",
10207
+ # version: "__string",
10208
+ # },
10126
10209
  # },
10127
10210
  # treatment_description: "__string",
10128
10211
  # treatment_name: "__string",
@@ -10358,6 +10441,10 @@ module Aws::Pinpoint
10358
10441
  # name: "__string",
10359
10442
  # version: "__string",
10360
10443
  # },
10444
+ # in_app_template: {
10445
+ # name: "__string",
10446
+ # version: "__string",
10447
+ # },
10361
10448
  # },
10362
10449
  # treatment_description: "__string",
10363
10450
  # treatment_name: "__string",
@@ -10508,6 +10595,8 @@ module Aws::Pinpoint
10508
10595
  # resp.campaign_response.additional_treatments[0].template_configuration.sms_template.version #=> String
10509
10596
  # resp.campaign_response.additional_treatments[0].template_configuration.voice_template.name #=> String
10510
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
10511
10600
  # resp.campaign_response.additional_treatments[0].treatment_description #=> String
10512
10601
  # resp.campaign_response.additional_treatments[0].treatment_name #=> String
10513
10602
  # resp.campaign_response.application_id #=> String
@@ -10670,6 +10759,8 @@ module Aws::Pinpoint
10670
10759
  # resp.campaign_response.template_configuration.sms_template.version #=> String
10671
10760
  # resp.campaign_response.template_configuration.voice_template.name #=> String
10672
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
10673
10764
  # resp.campaign_response.treatment_description #=> String
10674
10765
  # resp.campaign_response.treatment_name #=> String
10675
10766
  # resp.campaign_response.version #=> Integer
@@ -10964,8 +11055,10 @@ module Aws::Pinpoint
10964
11055
  # resp = client.update_gcm_channel({
10965
11056
  # application_id: "__string", # required
10966
11057
  # gcm_channel_request: { # required
10967
- # api_key: "__string", # required
11058
+ # api_key: "__string",
11059
+ # default_authentication_method: "__string",
10968
11060
  # enabled: false,
11061
+ # service_json: "__string",
10969
11062
  # },
10970
11063
  # })
10971
11064
  #
@@ -10974,8 +11067,10 @@ module Aws::Pinpoint
10974
11067
  # resp.gcm_channel_response.application_id #=> String
10975
11068
  # resp.gcm_channel_response.creation_date #=> String
10976
11069
  # resp.gcm_channel_response.credential #=> String
11070
+ # resp.gcm_channel_response.default_authentication_method #=> String
10977
11071
  # resp.gcm_channel_response.enabled #=> Boolean
10978
11072
  # resp.gcm_channel_response.has_credential #=> Boolean
11073
+ # resp.gcm_channel_response.has_fcm_service_credentials #=> Boolean
10979
11074
  # resp.gcm_channel_response.id #=> String
10980
11075
  # resp.gcm_channel_response.is_archived #=> Boolean
10981
11076
  # resp.gcm_channel_response.last_modified_by #=> String
@@ -11398,6 +11493,11 @@ module Aws::Pinpoint
11398
11493
  # endpoint_reentry_cap: 1,
11399
11494
  # messages_per_second: 1,
11400
11495
  # endpoint_reentry_interval: "__string",
11496
+ # timeframe_cap: {
11497
+ # cap: 1,
11498
+ # days: 1,
11499
+ # },
11500
+ # total_cap: 1,
11401
11501
  # },
11402
11502
  # local_time: false,
11403
11503
  # name: "__string", # required
@@ -11686,6 +11786,9 @@ module Aws::Pinpoint
11686
11786
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
11687
11787
  # resp.journey_response.limits.messages_per_second #=> Integer
11688
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
11689
11792
  # resp.journey_response.local_time #=> Boolean
11690
11793
  # resp.journey_response.name #=> String
11691
11794
  # resp.journey_response.quiet_time.end #=> String
@@ -11945,6 +12048,9 @@ module Aws::Pinpoint
11945
12048
  # resp.journey_response.limits.endpoint_reentry_cap #=> Integer
11946
12049
  # resp.journey_response.limits.messages_per_second #=> Integer
11947
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
11948
12054
  # resp.journey_response.local_time #=> Boolean
11949
12055
  # resp.journey_response.name #=> String
11950
12056
  # resp.journey_response.quiet_time.end #=> String
@@ -12746,7 +12852,7 @@ module Aws::Pinpoint
12746
12852
  params: params,
12747
12853
  config: config)
12748
12854
  context[:gem_name] = 'aws-sdk-pinpoint'
12749
- context[:gem_version] = '1.78.0'
12855
+ context[:gem_version] = '1.79.0'
12750
12856
  Seahorse::Client::Request.new(handlers, context)
12751
12857
  end
12752
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, required: true, location_name: "ApiKey"))
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, required: true, location_name: "Credential"))
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
- :enabled)
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
52
52
  # @!group service
53
53
  module Aws::Pinpoint
54
54
 
55
- GEM_VERSION = '1.78.0'
55
+ GEM_VERSION = '1.79.0'
56
56
 
57
57
  end
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.78.0
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 00:00:00.000000000 Z
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