aws-sdk-pinpoint 1.57.0 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pinpoint/client.rb +33 -1
- data/lib/aws-sdk-pinpoint/client_api.rb +12 -0
- data/lib/aws-sdk-pinpoint/types.rb +97 -3
- 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: a5ffbb22c45ca75e049c54f972e843413b1c87398d74392eac7186ae8086f6c9
|
|
4
|
+
data.tar.gz: 70a5e1f301da7cec2b6c120bf474fb779b756c6127cadc03d9cf5eb0210754d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9113dd267ac54001561f7612dcddd0645373fb2356b0c4d9f74668ad6f5706ee32cc991985fe11959a0666592df163f1d5263b952305a3b4e561e03c3092264
|
|
7
|
+
data.tar.gz: c455efe44799644a4b30e6274cab4494754fbae7af903bd5e0a37aae39daf29bdd59ca1d0f883e076d18eb3b06a637c00ed3ee20b6bbb8cba491b9bce902dbca
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
|
@@ -1700,6 +1700,9 @@ module Aws::Pinpoint
|
|
|
1700
1700
|
# wait_until: "__string",
|
|
1701
1701
|
# },
|
|
1702
1702
|
# },
|
|
1703
|
+
# contact_center: {
|
|
1704
|
+
# next_activity: "__string",
|
|
1705
|
+
# },
|
|
1703
1706
|
# },
|
|
1704
1707
|
# },
|
|
1705
1708
|
# creation_date: "__string",
|
|
@@ -1756,6 +1759,10 @@ module Aws::Pinpoint
|
|
|
1756
1759
|
# state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
|
|
1757
1760
|
# wait_for_quiet_time: false,
|
|
1758
1761
|
# refresh_on_segment_update: false,
|
|
1762
|
+
# journey_channel_settings: {
|
|
1763
|
+
# connect_campaign_arn: "__string",
|
|
1764
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
1765
|
+
# },
|
|
1759
1766
|
# },
|
|
1760
1767
|
# })
|
|
1761
1768
|
#
|
|
@@ -1903,6 +1910,7 @@ module Aws::Pinpoint
|
|
|
1903
1910
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
|
1904
1911
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
|
1905
1912
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
|
1913
|
+
# resp.journey_response.activities["__string"].contact_center.next_activity #=> String
|
|
1906
1914
|
# resp.journey_response.application_id #=> String
|
|
1907
1915
|
# resp.journey_response.creation_date #=> String
|
|
1908
1916
|
# resp.journey_response.id #=> String
|
|
@@ -1937,6 +1945,8 @@ module Aws::Pinpoint
|
|
|
1937
1945
|
# resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
1938
1946
|
# resp.journey_response.tags #=> Hash
|
|
1939
1947
|
# resp.journey_response.tags["__string"] #=> String
|
|
1948
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_arn #=> String
|
|
1949
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
1940
1950
|
#
|
|
1941
1951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CreateJourney AWS API Documentation
|
|
1942
1952
|
#
|
|
@@ -3460,6 +3470,7 @@ module Aws::Pinpoint
|
|
|
3460
3470
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
|
3461
3471
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
|
3462
3472
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
|
3473
|
+
# resp.journey_response.activities["__string"].contact_center.next_activity #=> String
|
|
3463
3474
|
# resp.journey_response.application_id #=> String
|
|
3464
3475
|
# resp.journey_response.creation_date #=> String
|
|
3465
3476
|
# resp.journey_response.id #=> String
|
|
@@ -3494,6 +3505,8 @@ module Aws::Pinpoint
|
|
|
3494
3505
|
# resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
3495
3506
|
# resp.journey_response.tags #=> Hash
|
|
3496
3507
|
# resp.journey_response.tags["__string"] #=> String
|
|
3508
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_arn #=> String
|
|
3509
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
3497
3510
|
#
|
|
3498
3511
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/DeleteJourney AWS API Documentation
|
|
3499
3512
|
#
|
|
@@ -6562,6 +6575,7 @@ module Aws::Pinpoint
|
|
|
6562
6575
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
|
6563
6576
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
|
6564
6577
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
|
6578
|
+
# resp.journey_response.activities["__string"].contact_center.next_activity #=> String
|
|
6565
6579
|
# resp.journey_response.application_id #=> String
|
|
6566
6580
|
# resp.journey_response.creation_date #=> String
|
|
6567
6581
|
# resp.journey_response.id #=> String
|
|
@@ -6596,6 +6610,8 @@ module Aws::Pinpoint
|
|
|
6596
6610
|
# resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
6597
6611
|
# resp.journey_response.tags #=> Hash
|
|
6598
6612
|
# resp.journey_response.tags["__string"] #=> String
|
|
6613
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_arn #=> String
|
|
6614
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
6599
6615
|
#
|
|
6600
6616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetJourney AWS API Documentation
|
|
6601
6617
|
#
|
|
@@ -7960,6 +7976,7 @@ module Aws::Pinpoint
|
|
|
7960
7976
|
# resp.journeys_response.item[0].activities["__string"].wait.next_activity #=> String
|
|
7961
7977
|
# resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_for #=> String
|
|
7962
7978
|
# resp.journeys_response.item[0].activities["__string"].wait.wait_time.wait_until #=> String
|
|
7979
|
+
# resp.journeys_response.item[0].activities["__string"].contact_center.next_activity #=> String
|
|
7963
7980
|
# resp.journeys_response.item[0].application_id #=> String
|
|
7964
7981
|
# resp.journeys_response.item[0].creation_date #=> String
|
|
7965
7982
|
# resp.journeys_response.item[0].id #=> String
|
|
@@ -7994,6 +8011,8 @@ module Aws::Pinpoint
|
|
|
7994
8011
|
# resp.journeys_response.item[0].state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
7995
8012
|
# resp.journeys_response.item[0].tags #=> Hash
|
|
7996
8013
|
# resp.journeys_response.item[0].tags["__string"] #=> String
|
|
8014
|
+
# resp.journeys_response.item[0].journey_channel_settings.connect_campaign_arn #=> String
|
|
8015
|
+
# resp.journeys_response.item[0].journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
7997
8016
|
# resp.journeys_response.next_token #=> String
|
|
7998
8017
|
#
|
|
7999
8018
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/ListJourneys AWS API Documentation
|
|
@@ -10763,6 +10782,9 @@ module Aws::Pinpoint
|
|
|
10763
10782
|
# wait_until: "__string",
|
|
10764
10783
|
# },
|
|
10765
10784
|
# },
|
|
10785
|
+
# contact_center: {
|
|
10786
|
+
# next_activity: "__string",
|
|
10787
|
+
# },
|
|
10766
10788
|
# },
|
|
10767
10789
|
# },
|
|
10768
10790
|
# creation_date: "__string",
|
|
@@ -10819,6 +10841,10 @@ module Aws::Pinpoint
|
|
|
10819
10841
|
# state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
|
|
10820
10842
|
# wait_for_quiet_time: false,
|
|
10821
10843
|
# refresh_on_segment_update: false,
|
|
10844
|
+
# journey_channel_settings: {
|
|
10845
|
+
# connect_campaign_arn: "__string",
|
|
10846
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
10847
|
+
# },
|
|
10822
10848
|
# },
|
|
10823
10849
|
# })
|
|
10824
10850
|
#
|
|
@@ -10966,6 +10992,7 @@ module Aws::Pinpoint
|
|
|
10966
10992
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
|
10967
10993
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
|
10968
10994
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
|
10995
|
+
# resp.journey_response.activities["__string"].contact_center.next_activity #=> String
|
|
10969
10996
|
# resp.journey_response.application_id #=> String
|
|
10970
10997
|
# resp.journey_response.creation_date #=> String
|
|
10971
10998
|
# resp.journey_response.id #=> String
|
|
@@ -11000,6 +11027,8 @@ module Aws::Pinpoint
|
|
|
11000
11027
|
# resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
11001
11028
|
# resp.journey_response.tags #=> Hash
|
|
11002
11029
|
# resp.journey_response.tags["__string"] #=> String
|
|
11030
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_arn #=> String
|
|
11031
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
11003
11032
|
#
|
|
11004
11033
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateJourney AWS API Documentation
|
|
11005
11034
|
#
|
|
@@ -11177,6 +11206,7 @@ module Aws::Pinpoint
|
|
|
11177
11206
|
# resp.journey_response.activities["__string"].wait.next_activity #=> String
|
|
11178
11207
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_for #=> String
|
|
11179
11208
|
# resp.journey_response.activities["__string"].wait.wait_time.wait_until #=> String
|
|
11209
|
+
# resp.journey_response.activities["__string"].contact_center.next_activity #=> String
|
|
11180
11210
|
# resp.journey_response.application_id #=> String
|
|
11181
11211
|
# resp.journey_response.creation_date #=> String
|
|
11182
11212
|
# resp.journey_response.id #=> String
|
|
@@ -11211,6 +11241,8 @@ module Aws::Pinpoint
|
|
|
11211
11241
|
# resp.journey_response.state #=> String, one of "DRAFT", "ACTIVE", "COMPLETED", "CANCELLED", "CLOSED", "PAUSED"
|
|
11212
11242
|
# resp.journey_response.tags #=> Hash
|
|
11213
11243
|
# resp.journey_response.tags["__string"] #=> String
|
|
11244
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_arn #=> String
|
|
11245
|
+
# resp.journey_response.journey_channel_settings.connect_campaign_execution_role_arn #=> String
|
|
11214
11246
|
#
|
|
11215
11247
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateJourneyState AWS API Documentation
|
|
11216
11248
|
#
|
|
@@ -11904,7 +11936,7 @@ module Aws::Pinpoint
|
|
|
11904
11936
|
params: params,
|
|
11905
11937
|
config: config)
|
|
11906
11938
|
context[:gem_name] = 'aws-sdk-pinpoint'
|
|
11907
|
-
context[:gem_version] = '1.
|
|
11939
|
+
context[:gem_version] = '1.58.0'
|
|
11908
11940
|
Seahorse::Client::Request.new(handlers, context)
|
|
11909
11941
|
end
|
|
11910
11942
|
|
|
@@ -64,6 +64,7 @@ module Aws::Pinpoint
|
|
|
64
64
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
|
65
65
|
ConditionalSplitActivity = Shapes::StructureShape.new(name: 'ConditionalSplitActivity')
|
|
66
66
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
67
|
+
ContactCenterActivity = Shapes::StructureShape.new(name: 'ContactCenterActivity')
|
|
67
68
|
CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
|
|
68
69
|
CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
|
|
69
70
|
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
|
@@ -298,6 +299,7 @@ module Aws::Pinpoint
|
|
|
298
299
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
|
299
300
|
ItemResponse = Shapes::StructureShape.new(name: 'ItemResponse')
|
|
300
301
|
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
302
|
+
JourneyChannelSettings = Shapes::StructureShape.new(name: 'JourneyChannelSettings')
|
|
301
303
|
JourneyCustomMessage = Shapes::StructureShape.new(name: 'JourneyCustomMessage')
|
|
302
304
|
JourneyDateRangeKpiResponse = Shapes::StructureShape.new(name: 'JourneyDateRangeKpiResponse')
|
|
303
305
|
JourneyEmailMessage = Shapes::StructureShape.new(name: 'JourneyEmailMessage')
|
|
@@ -697,6 +699,7 @@ module Aws::Pinpoint
|
|
|
697
699
|
Activity.add_member(:random_split, Shapes::ShapeRef.new(shape: RandomSplitActivity, location_name: "RandomSplit"))
|
|
698
700
|
Activity.add_member(:sms, Shapes::ShapeRef.new(shape: SMSMessageActivity, location_name: "SMS"))
|
|
699
701
|
Activity.add_member(:wait, Shapes::ShapeRef.new(shape: WaitActivity, location_name: "Wait"))
|
|
702
|
+
Activity.add_member(:contact_center, Shapes::ShapeRef.new(shape: ContactCenterActivity, location_name: "ContactCenter"))
|
|
700
703
|
Activity.struct_class = Types::Activity
|
|
701
704
|
|
|
702
705
|
ActivityResponse.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "ApplicationId"))
|
|
@@ -918,6 +921,9 @@ module Aws::Pinpoint
|
|
|
918
921
|
ConflictException.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "RequestID"))
|
|
919
922
|
ConflictException.struct_class = Types::ConflictException
|
|
920
923
|
|
|
924
|
+
ContactCenterActivity.add_member(:next_activity, Shapes::ShapeRef.new(shape: __string, location_name: "NextActivity"))
|
|
925
|
+
ContactCenterActivity.struct_class = Types::ContactCenterActivity
|
|
926
|
+
|
|
921
927
|
CreateAppRequest.add_member(:create_application_request, Shapes::ShapeRef.new(shape: CreateApplicationRequest, required: true, location_name: "CreateApplicationRequest"))
|
|
922
928
|
CreateAppRequest.struct_class = Types::CreateAppRequest
|
|
923
929
|
CreateAppRequest[:payload] = :create_application_request
|
|
@@ -2149,6 +2155,10 @@ module Aws::Pinpoint
|
|
|
2149
2155
|
ItemResponse.add_member(:events_item_response, Shapes::ShapeRef.new(shape: MapOfEventItemResponse, location_name: "EventsItemResponse"))
|
|
2150
2156
|
ItemResponse.struct_class = Types::ItemResponse
|
|
2151
2157
|
|
|
2158
|
+
JourneyChannelSettings.add_member(:connect_campaign_arn, Shapes::ShapeRef.new(shape: __string, location_name: "ConnectCampaignArn"))
|
|
2159
|
+
JourneyChannelSettings.add_member(:connect_campaign_execution_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "ConnectCampaignExecutionRoleArn"))
|
|
2160
|
+
JourneyChannelSettings.struct_class = Types::JourneyChannelSettings
|
|
2161
|
+
|
|
2152
2162
|
JourneyCustomMessage.add_member(:data, Shapes::ShapeRef.new(shape: __string, location_name: "Data"))
|
|
2153
2163
|
JourneyCustomMessage.struct_class = Types::JourneyCustomMessage
|
|
2154
2164
|
|
|
@@ -2202,6 +2212,7 @@ module Aws::Pinpoint
|
|
|
2202
2212
|
JourneyResponse.add_member(:start_condition, Shapes::ShapeRef.new(shape: StartCondition, location_name: "StartCondition"))
|
|
2203
2213
|
JourneyResponse.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
|
|
2204
2214
|
JourneyResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
|
|
2215
|
+
JourneyResponse.add_member(:journey_channel_settings, Shapes::ShapeRef.new(shape: JourneyChannelSettings, location_name: "JourneyChannelSettings"))
|
|
2205
2216
|
JourneyResponse.struct_class = Types::JourneyResponse
|
|
2206
2217
|
|
|
2207
2218
|
JourneySMSMessage.add_member(:message_type, Shapes::ShapeRef.new(shape: MessageType, location_name: "MessageType"))
|
|
@@ -3262,6 +3273,7 @@ module Aws::Pinpoint
|
|
|
3262
3273
|
WriteJourneyRequest.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "State"))
|
|
3263
3274
|
WriteJourneyRequest.add_member(:wait_for_quiet_time, Shapes::ShapeRef.new(shape: __boolean, location_name: "WaitForQuietTime"))
|
|
3264
3275
|
WriteJourneyRequest.add_member(:refresh_on_segment_update, Shapes::ShapeRef.new(shape: __boolean, location_name: "RefreshOnSegmentUpdate"))
|
|
3276
|
+
WriteJourneyRequest.add_member(:journey_channel_settings, Shapes::ShapeRef.new(shape: JourneyChannelSettings, location_name: "JourneyChannelSettings"))
|
|
3265
3277
|
WriteJourneyRequest.struct_class = Types::WriteJourneyRequest
|
|
3266
3278
|
|
|
3267
3279
|
WriteSegmentRequest.add_member(:dimensions, Shapes::ShapeRef.new(shape: SegmentDimensions, location_name: "Dimensions"))
|
|
@@ -1515,6 +1515,9 @@ module Aws::Pinpoint
|
|
|
1515
1515
|
# wait_until: "__string",
|
|
1516
1516
|
# },
|
|
1517
1517
|
# },
|
|
1518
|
+
# contact_center: {
|
|
1519
|
+
# next_activity: "__string",
|
|
1520
|
+
# },
|
|
1518
1521
|
# }
|
|
1519
1522
|
#
|
|
1520
1523
|
# @!attribute [rw] custom
|
|
@@ -1573,6 +1576,11 @@ module Aws::Pinpoint
|
|
|
1573
1576
|
# moving participants to the next activity in a journey.
|
|
1574
1577
|
# @return [Types::WaitActivity]
|
|
1575
1578
|
#
|
|
1579
|
+
# @!attribute [rw] contact_center
|
|
1580
|
+
# The settings for a connect activity. This type of activity initiates
|
|
1581
|
+
# a contact center call to participants.
|
|
1582
|
+
# @return [Types::ContactCenterActivity]
|
|
1583
|
+
#
|
|
1576
1584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/Activity AWS API Documentation
|
|
1577
1585
|
#
|
|
1578
1586
|
class Activity < Struct.new(
|
|
@@ -1585,7 +1593,8 @@ module Aws::Pinpoint
|
|
|
1585
1593
|
:push,
|
|
1586
1594
|
:random_split,
|
|
1587
1595
|
:sms,
|
|
1588
|
-
:wait
|
|
1596
|
+
:wait,
|
|
1597
|
+
:contact_center)
|
|
1589
1598
|
SENSITIVE = []
|
|
1590
1599
|
include Aws::Structure
|
|
1591
1600
|
end
|
|
@@ -3368,6 +3377,29 @@ module Aws::Pinpoint
|
|
|
3368
3377
|
include Aws::Structure
|
|
3369
3378
|
end
|
|
3370
3379
|
|
|
3380
|
+
# The settings for a connect activity. This type of activity initiates a
|
|
3381
|
+
# contact center call to participants.
|
|
3382
|
+
#
|
|
3383
|
+
# @note When making an API call, you may pass ContactCenterActivity
|
|
3384
|
+
# data as a hash:
|
|
3385
|
+
#
|
|
3386
|
+
# {
|
|
3387
|
+
# next_activity: "__string",
|
|
3388
|
+
# }
|
|
3389
|
+
#
|
|
3390
|
+
# @!attribute [rw] next_activity
|
|
3391
|
+
# The unique identifier for the next activity to perform after the
|
|
3392
|
+
# this activity.
|
|
3393
|
+
# @return [String]
|
|
3394
|
+
#
|
|
3395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/ContactCenterActivity AWS API Documentation
|
|
3396
|
+
#
|
|
3397
|
+
class ContactCenterActivity < Struct.new(
|
|
3398
|
+
:next_activity)
|
|
3399
|
+
SENSITIVE = []
|
|
3400
|
+
include Aws::Structure
|
|
3401
|
+
end
|
|
3402
|
+
|
|
3371
3403
|
# Provides information about an API request or response.
|
|
3372
3404
|
#
|
|
3373
3405
|
# @!attribute [rw] message
|
|
@@ -4465,6 +4497,9 @@ module Aws::Pinpoint
|
|
|
4465
4497
|
# wait_until: "__string",
|
|
4466
4498
|
# },
|
|
4467
4499
|
# },
|
|
4500
|
+
# contact_center: {
|
|
4501
|
+
# next_activity: "__string",
|
|
4502
|
+
# },
|
|
4468
4503
|
# },
|
|
4469
4504
|
# },
|
|
4470
4505
|
# creation_date: "__string",
|
|
@@ -4521,6 +4556,10 @@ module Aws::Pinpoint
|
|
|
4521
4556
|
# state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
|
|
4522
4557
|
# wait_for_quiet_time: false,
|
|
4523
4558
|
# refresh_on_segment_update: false,
|
|
4559
|
+
# journey_channel_settings: {
|
|
4560
|
+
# connect_campaign_arn: "__string",
|
|
4561
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
4562
|
+
# },
|
|
4524
4563
|
# },
|
|
4525
4564
|
# }
|
|
4526
4565
|
#
|
|
@@ -11565,6 +11604,8 @@ module Aws::Pinpoint
|
|
|
11565
11604
|
# }
|
|
11566
11605
|
#
|
|
11567
11606
|
# @!attribute [rw] data
|
|
11607
|
+
# The message content that's passed to an AWS Lambda function or to a
|
|
11608
|
+
# web hook.
|
|
11568
11609
|
# @return [String]
|
|
11569
11610
|
#
|
|
11570
11611
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyCustomMessage AWS API Documentation
|
|
@@ -11850,6 +11891,34 @@ module Aws::Pinpoint
|
|
|
11850
11891
|
include Aws::Structure
|
|
11851
11892
|
end
|
|
11852
11893
|
|
|
11894
|
+
# The channel-specific configurations for the journey.
|
|
11895
|
+
#
|
|
11896
|
+
# @note When making an API call, you may pass JourneyChannelSettings
|
|
11897
|
+
# data as a hash:
|
|
11898
|
+
#
|
|
11899
|
+
# {
|
|
11900
|
+
# connect_campaign_arn: "__string",
|
|
11901
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
11902
|
+
# }
|
|
11903
|
+
#
|
|
11904
|
+
# @!attribute [rw] connect_campaign_arn
|
|
11905
|
+
# Amazon Resource Name (ARN) of the Connect Campaign.
|
|
11906
|
+
# @return [String]
|
|
11907
|
+
#
|
|
11908
|
+
# @!attribute [rw] connect_campaign_execution_role_arn
|
|
11909
|
+
# IAM role ARN to be assumed when invoking Connect campaign execution
|
|
11910
|
+
# APIs for dialing.
|
|
11911
|
+
# @return [String]
|
|
11912
|
+
#
|
|
11913
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyChannelSettings AWS API Documentation
|
|
11914
|
+
#
|
|
11915
|
+
class JourneyChannelSettings < Struct.new(
|
|
11916
|
+
:connect_campaign_arn,
|
|
11917
|
+
:connect_campaign_execution_role_arn)
|
|
11918
|
+
SENSITIVE = []
|
|
11919
|
+
include Aws::Structure
|
|
11920
|
+
end
|
|
11921
|
+
|
|
11853
11922
|
# Provides information about the status, configuration, and other
|
|
11854
11923
|
# settings for a journey.
|
|
11855
11924
|
#
|
|
@@ -11968,6 +12037,10 @@ module Aws::Pinpoint
|
|
|
11968
12037
|
# This object is not used or supported.
|
|
11969
12038
|
# @return [Hash<String,String>]
|
|
11970
12039
|
#
|
|
12040
|
+
# @!attribute [rw] journey_channel_settings
|
|
12041
|
+
# Amazon Resource Name (ARN) of the Connect Campaign.
|
|
12042
|
+
# @return [Types::JourneyChannelSettings]
|
|
12043
|
+
#
|
|
11971
12044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/JourneyResponse AWS API Documentation
|
|
11972
12045
|
#
|
|
11973
12046
|
class JourneyResponse < Struct.new(
|
|
@@ -11985,7 +12058,8 @@ module Aws::Pinpoint
|
|
|
11985
12058
|
:start_activity,
|
|
11986
12059
|
:start_condition,
|
|
11987
12060
|
:state,
|
|
11988
|
-
:tags
|
|
12061
|
+
:tags,
|
|
12062
|
+
:journey_channel_settings)
|
|
11989
12063
|
SENSITIVE = []
|
|
11990
12064
|
include Aws::Structure
|
|
11991
12065
|
end
|
|
@@ -18912,6 +18986,9 @@ module Aws::Pinpoint
|
|
|
18912
18986
|
# wait_until: "__string",
|
|
18913
18987
|
# },
|
|
18914
18988
|
# },
|
|
18989
|
+
# contact_center: {
|
|
18990
|
+
# next_activity: "__string",
|
|
18991
|
+
# },
|
|
18915
18992
|
# },
|
|
18916
18993
|
# },
|
|
18917
18994
|
# creation_date: "__string",
|
|
@@ -18968,6 +19045,10 @@ module Aws::Pinpoint
|
|
|
18968
19045
|
# state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
|
|
18969
19046
|
# wait_for_quiet_time: false,
|
|
18970
19047
|
# refresh_on_segment_update: false,
|
|
19048
|
+
# journey_channel_settings: {
|
|
19049
|
+
# connect_campaign_arn: "__string",
|
|
19050
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
19051
|
+
# },
|
|
18971
19052
|
# },
|
|
18972
19053
|
# }
|
|
18973
19054
|
#
|
|
@@ -21146,6 +21227,9 @@ module Aws::Pinpoint
|
|
|
21146
21227
|
# wait_until: "__string",
|
|
21147
21228
|
# },
|
|
21148
21229
|
# },
|
|
21230
|
+
# contact_center: {
|
|
21231
|
+
# next_activity: "__string",
|
|
21232
|
+
# },
|
|
21149
21233
|
# },
|
|
21150
21234
|
# },
|
|
21151
21235
|
# creation_date: "__string",
|
|
@@ -21202,6 +21286,10 @@ module Aws::Pinpoint
|
|
|
21202
21286
|
# state: "DRAFT", # accepts DRAFT, ACTIVE, COMPLETED, CANCELLED, CLOSED, PAUSED
|
|
21203
21287
|
# wait_for_quiet_time: false,
|
|
21204
21288
|
# refresh_on_segment_update: false,
|
|
21289
|
+
# journey_channel_settings: {
|
|
21290
|
+
# connect_campaign_arn: "__string",
|
|
21291
|
+
# connect_campaign_execution_role_arn: "__string",
|
|
21292
|
+
# },
|
|
21205
21293
|
# }
|
|
21206
21294
|
#
|
|
21207
21295
|
# @!attribute [rw] activities
|
|
@@ -21302,6 +21390,11 @@ module Aws::Pinpoint
|
|
|
21302
21390
|
# @!attribute [rw] refresh_on_segment_update
|
|
21303
21391
|
# @return [Boolean]
|
|
21304
21392
|
#
|
|
21393
|
+
# @!attribute [rw] journey_channel_settings
|
|
21394
|
+
# IAM role ARN to be assumed when invoking Connect campaign execution
|
|
21395
|
+
# APIs for dialing.
|
|
21396
|
+
# @return [Types::JourneyChannelSettings]
|
|
21397
|
+
#
|
|
21305
21398
|
# @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/WriteJourneyRequest AWS API Documentation
|
|
21306
21399
|
#
|
|
21307
21400
|
class WriteJourneyRequest < Struct.new(
|
|
@@ -21318,7 +21411,8 @@ module Aws::Pinpoint
|
|
|
21318
21411
|
:start_condition,
|
|
21319
21412
|
:state,
|
|
21320
21413
|
:wait_for_quiet_time,
|
|
21321
|
-
:refresh_on_segment_update
|
|
21414
|
+
:refresh_on_segment_update,
|
|
21415
|
+
:journey_channel_settings)
|
|
21322
21416
|
SENSITIVE = []
|
|
21323
21417
|
include Aws::Structure
|
|
21324
21418
|
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.58.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: 2021-09-
|
|
11
|
+
date: 2021-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|