aws-sdk-customerprofiles 1.57.0 → 1.59.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-customerprofiles/client.rb +419 -1
- data/lib/aws-sdk-customerprofiles/client_api.rb +222 -0
- data/lib/aws-sdk-customerprofiles/types.rb +535 -4
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +150 -1
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +139 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31862ccb7af62326df459060f13d9b0759688f553630e52b2a7ed82d20cf345b
|
4
|
+
data.tar.gz: f23e899d05794225f710552574172bf35de45f9f91b987b95a4b6aacb3b9b213
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c8a01bb1725196099819c35becf58708ff3aca1f7c5341d63cc688eeb0337d9368ca19ce5eea030957fd637653aac448a7574ea0b161ef11190c93534cc4b91
|
7
|
+
data.tar.gz: 757fce64321dc2f5800b25bb8a072cc5d39cf4cda7fc3d3433ff20e03a90b6fbecb67c35a598c7203642e5cf2f7ffba7d257c44c020083157bfa13d96dff357e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.59.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.58.0 (2024-12-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces Event Trigger APIs as part of Amazon Connect Customer Profiles service.
|
13
|
+
|
4
14
|
1.57.0 (2024-11-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -257,11 +257,34 @@ module Aws::CustomerProfiles
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1062,6 +1085,128 @@ module Aws::CustomerProfiles
|
|
1062
1085
|
req.send_request(options)
|
1063
1086
|
end
|
1064
1087
|
|
1088
|
+
# Creates an event trigger, which specifies the rules when to perform
|
1089
|
+
# action based on customer's ingested data.
|
1090
|
+
#
|
1091
|
+
# Each event stream can be associated with only one integration in the
|
1092
|
+
# same region and AWS account as the event stream.
|
1093
|
+
#
|
1094
|
+
# @option params [required, String] :domain_name
|
1095
|
+
# The unique name of the domain.
|
1096
|
+
#
|
1097
|
+
# @option params [required, String] :event_trigger_name
|
1098
|
+
# The unique name of the event trigger.
|
1099
|
+
#
|
1100
|
+
# @option params [required, String] :object_type_name
|
1101
|
+
# The unique name of the object type.
|
1102
|
+
#
|
1103
|
+
# @option params [String] :description
|
1104
|
+
# The description of the event trigger.
|
1105
|
+
#
|
1106
|
+
# @option params [required, Array<Types::EventTriggerCondition>] :event_trigger_conditions
|
1107
|
+
# A list of conditions that determine when an event should trigger the
|
1108
|
+
# destination.
|
1109
|
+
#
|
1110
|
+
# @option params [String] :segment_filter
|
1111
|
+
# The destination is triggered only for profiles that meet the criteria
|
1112
|
+
# of a segment definition.
|
1113
|
+
#
|
1114
|
+
# @option params [Types::EventTriggerLimits] :event_trigger_limits
|
1115
|
+
# Defines limits controlling whether an event triggers the destination,
|
1116
|
+
# based on ingestion latency and the number of invocations per profile
|
1117
|
+
# over specific time periods.
|
1118
|
+
#
|
1119
|
+
# @option params [Hash<String,String>] :tags
|
1120
|
+
# An array of key-value pairs to apply to this resource.
|
1121
|
+
#
|
1122
|
+
# @return [Types::CreateEventTriggerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1123
|
+
#
|
1124
|
+
# * {Types::CreateEventTriggerResponse#event_trigger_name #event_trigger_name} => String
|
1125
|
+
# * {Types::CreateEventTriggerResponse#object_type_name #object_type_name} => String
|
1126
|
+
# * {Types::CreateEventTriggerResponse#description #description} => String
|
1127
|
+
# * {Types::CreateEventTriggerResponse#event_trigger_conditions #event_trigger_conditions} => Array<Types::EventTriggerCondition>
|
1128
|
+
# * {Types::CreateEventTriggerResponse#segment_filter #segment_filter} => String
|
1129
|
+
# * {Types::CreateEventTriggerResponse#event_trigger_limits #event_trigger_limits} => Types::EventTriggerLimits
|
1130
|
+
# * {Types::CreateEventTriggerResponse#created_at #created_at} => Time
|
1131
|
+
# * {Types::CreateEventTriggerResponse#last_updated_at #last_updated_at} => Time
|
1132
|
+
# * {Types::CreateEventTriggerResponse#tags #tags} => Hash<String,String>
|
1133
|
+
#
|
1134
|
+
# @example Request syntax with placeholder values
|
1135
|
+
#
|
1136
|
+
# resp = client.create_event_trigger({
|
1137
|
+
# domain_name: "name", # required
|
1138
|
+
# event_trigger_name: "name", # required
|
1139
|
+
# object_type_name: "typeName", # required
|
1140
|
+
# description: "sensitiveText",
|
1141
|
+
# event_trigger_conditions: [ # required
|
1142
|
+
# {
|
1143
|
+
# event_trigger_dimensions: [ # required
|
1144
|
+
# {
|
1145
|
+
# object_attributes: [ # required
|
1146
|
+
# {
|
1147
|
+
# source: "text",
|
1148
|
+
# field_name: "fieldName",
|
1149
|
+
# comparison_operator: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEGINS_WITH, ENDS_WITH, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, EQUAL, BEFORE, AFTER, ON, BETWEEN, NOT_BETWEEN
|
1150
|
+
# values: ["string1To255"], # required
|
1151
|
+
# },
|
1152
|
+
# ],
|
1153
|
+
# },
|
1154
|
+
# ],
|
1155
|
+
# logical_operator: "ANY", # required, accepts ANY, ALL, NONE
|
1156
|
+
# },
|
1157
|
+
# ],
|
1158
|
+
# segment_filter: "name",
|
1159
|
+
# event_trigger_limits: {
|
1160
|
+
# event_expiration: 1,
|
1161
|
+
# periods: [
|
1162
|
+
# {
|
1163
|
+
# unit: "HOURS", # required, accepts HOURS, DAYS, WEEKS, MONTHS
|
1164
|
+
# value: 1, # required
|
1165
|
+
# max_invocations_per_profile: 1,
|
1166
|
+
# unlimited: false,
|
1167
|
+
# },
|
1168
|
+
# ],
|
1169
|
+
# },
|
1170
|
+
# tags: {
|
1171
|
+
# "TagKey" => "TagValue",
|
1172
|
+
# },
|
1173
|
+
# })
|
1174
|
+
#
|
1175
|
+
# @example Response structure
|
1176
|
+
#
|
1177
|
+
# resp.event_trigger_name #=> String
|
1178
|
+
# resp.object_type_name #=> String
|
1179
|
+
# resp.description #=> String
|
1180
|
+
# resp.event_trigger_conditions #=> Array
|
1181
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions #=> Array
|
1182
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes #=> Array
|
1183
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].source #=> String
|
1184
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].field_name #=> String
|
1185
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].comparison_operator #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL", "BEFORE", "AFTER", "ON", "BETWEEN", "NOT_BETWEEN"
|
1186
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values #=> Array
|
1187
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values[0] #=> String
|
1188
|
+
# resp.event_trigger_conditions[0].logical_operator #=> String, one of "ANY", "ALL", "NONE"
|
1189
|
+
# resp.segment_filter #=> String
|
1190
|
+
# resp.event_trigger_limits.event_expiration #=> Integer
|
1191
|
+
# resp.event_trigger_limits.periods #=> Array
|
1192
|
+
# resp.event_trigger_limits.periods[0].unit #=> String, one of "HOURS", "DAYS", "WEEKS", "MONTHS"
|
1193
|
+
# resp.event_trigger_limits.periods[0].value #=> Integer
|
1194
|
+
# resp.event_trigger_limits.periods[0].max_invocations_per_profile #=> Integer
|
1195
|
+
# resp.event_trigger_limits.periods[0].unlimited #=> Boolean
|
1196
|
+
# resp.created_at #=> Time
|
1197
|
+
# resp.last_updated_at #=> Time
|
1198
|
+
# resp.tags #=> Hash
|
1199
|
+
# resp.tags["TagKey"] #=> String
|
1200
|
+
#
|
1201
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/CreateEventTrigger AWS API Documentation
|
1202
|
+
#
|
1203
|
+
# @overload create_event_trigger(params = {})
|
1204
|
+
# @param [Hash] params ({})
|
1205
|
+
def create_event_trigger(params = {}, options = {})
|
1206
|
+
req = build_request(:create_event_trigger, params)
|
1207
|
+
req.send_request(options)
|
1208
|
+
end
|
1209
|
+
|
1065
1210
|
# Creates an integration workflow. An integration workflow is an async
|
1066
1211
|
# process which ingests historic data and sets up an integration for
|
1067
1212
|
# ongoing updates. The supported Amazon AppFlow sources are Salesforce,
|
@@ -2012,6 +2157,43 @@ module Aws::CustomerProfiles
|
|
2012
2157
|
req.send_request(options)
|
2013
2158
|
end
|
2014
2159
|
|
2160
|
+
# Disable and deletes the Event Trigger.
|
2161
|
+
#
|
2162
|
+
# <note markdown="1"> You cannot delete an Event Trigger with an active Integration
|
2163
|
+
# associated.
|
2164
|
+
#
|
2165
|
+
# </note>
|
2166
|
+
#
|
2167
|
+
# @option params [required, String] :domain_name
|
2168
|
+
# The unique name of the domain.
|
2169
|
+
#
|
2170
|
+
# @option params [required, String] :event_trigger_name
|
2171
|
+
# The unique name of the event trigger.
|
2172
|
+
#
|
2173
|
+
# @return [Types::DeleteEventTriggerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2174
|
+
#
|
2175
|
+
# * {Types::DeleteEventTriggerResponse#message #message} => String
|
2176
|
+
#
|
2177
|
+
# @example Request syntax with placeholder values
|
2178
|
+
#
|
2179
|
+
# resp = client.delete_event_trigger({
|
2180
|
+
# domain_name: "name", # required
|
2181
|
+
# event_trigger_name: "name", # required
|
2182
|
+
# })
|
2183
|
+
#
|
2184
|
+
# @example Response structure
|
2185
|
+
#
|
2186
|
+
# resp.message #=> String
|
2187
|
+
#
|
2188
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/DeleteEventTrigger AWS API Documentation
|
2189
|
+
#
|
2190
|
+
# @overload delete_event_trigger(params = {})
|
2191
|
+
# @param [Hash] params ({})
|
2192
|
+
def delete_event_trigger(params = {}, options = {})
|
2193
|
+
req = build_request(:delete_event_trigger, params)
|
2194
|
+
req.send_request(options)
|
2195
|
+
end
|
2196
|
+
|
2015
2197
|
# Removes an integration from a specific domain.
|
2016
2198
|
#
|
2017
2199
|
# @option params [required, String] :domain_name
|
@@ -2601,6 +2783,68 @@ module Aws::CustomerProfiles
|
|
2601
2783
|
req.send_request(options)
|
2602
2784
|
end
|
2603
2785
|
|
2786
|
+
# Get a specific Event Trigger from the domain.
|
2787
|
+
#
|
2788
|
+
# @option params [required, String] :domain_name
|
2789
|
+
# The unique name of the domain.
|
2790
|
+
#
|
2791
|
+
# @option params [required, String] :event_trigger_name
|
2792
|
+
# The unique name of the event trigger.
|
2793
|
+
#
|
2794
|
+
# @return [Types::GetEventTriggerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2795
|
+
#
|
2796
|
+
# * {Types::GetEventTriggerResponse#event_trigger_name #event_trigger_name} => String
|
2797
|
+
# * {Types::GetEventTriggerResponse#object_type_name #object_type_name} => String
|
2798
|
+
# * {Types::GetEventTriggerResponse#description #description} => String
|
2799
|
+
# * {Types::GetEventTriggerResponse#event_trigger_conditions #event_trigger_conditions} => Array<Types::EventTriggerCondition>
|
2800
|
+
# * {Types::GetEventTriggerResponse#segment_filter #segment_filter} => String
|
2801
|
+
# * {Types::GetEventTriggerResponse#event_trigger_limits #event_trigger_limits} => Types::EventTriggerLimits
|
2802
|
+
# * {Types::GetEventTriggerResponse#created_at #created_at} => Time
|
2803
|
+
# * {Types::GetEventTriggerResponse#last_updated_at #last_updated_at} => Time
|
2804
|
+
# * {Types::GetEventTriggerResponse#tags #tags} => Hash<String,String>
|
2805
|
+
#
|
2806
|
+
# @example Request syntax with placeholder values
|
2807
|
+
#
|
2808
|
+
# resp = client.get_event_trigger({
|
2809
|
+
# domain_name: "name", # required
|
2810
|
+
# event_trigger_name: "name", # required
|
2811
|
+
# })
|
2812
|
+
#
|
2813
|
+
# @example Response structure
|
2814
|
+
#
|
2815
|
+
# resp.event_trigger_name #=> String
|
2816
|
+
# resp.object_type_name #=> String
|
2817
|
+
# resp.description #=> String
|
2818
|
+
# resp.event_trigger_conditions #=> Array
|
2819
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions #=> Array
|
2820
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes #=> Array
|
2821
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].source #=> String
|
2822
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].field_name #=> String
|
2823
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].comparison_operator #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL", "BEFORE", "AFTER", "ON", "BETWEEN", "NOT_BETWEEN"
|
2824
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values #=> Array
|
2825
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values[0] #=> String
|
2826
|
+
# resp.event_trigger_conditions[0].logical_operator #=> String, one of "ANY", "ALL", "NONE"
|
2827
|
+
# resp.segment_filter #=> String
|
2828
|
+
# resp.event_trigger_limits.event_expiration #=> Integer
|
2829
|
+
# resp.event_trigger_limits.periods #=> Array
|
2830
|
+
# resp.event_trigger_limits.periods[0].unit #=> String, one of "HOURS", "DAYS", "WEEKS", "MONTHS"
|
2831
|
+
# resp.event_trigger_limits.periods[0].value #=> Integer
|
2832
|
+
# resp.event_trigger_limits.periods[0].max_invocations_per_profile #=> Integer
|
2833
|
+
# resp.event_trigger_limits.periods[0].unlimited #=> Boolean
|
2834
|
+
# resp.created_at #=> Time
|
2835
|
+
# resp.last_updated_at #=> Time
|
2836
|
+
# resp.tags #=> Hash
|
2837
|
+
# resp.tags["TagKey"] #=> String
|
2838
|
+
#
|
2839
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetEventTrigger AWS API Documentation
|
2840
|
+
#
|
2841
|
+
# @overload get_event_trigger(params = {})
|
2842
|
+
# @param [Hash] params ({})
|
2843
|
+
def get_event_trigger(params = {}, options = {})
|
2844
|
+
req = build_request(:get_event_trigger, params)
|
2845
|
+
req.send_request(options)
|
2846
|
+
end
|
2847
|
+
|
2604
2848
|
# Returns information about an Identity Resolution Job in a specific
|
2605
2849
|
# domain.
|
2606
2850
|
#
|
@@ -2691,6 +2935,7 @@ module Aws::CustomerProfiles
|
|
2691
2935
|
# * {Types::GetIntegrationResponse#workflow_id #workflow_id} => String
|
2692
2936
|
# * {Types::GetIntegrationResponse#is_unstructured #is_unstructured} => Boolean
|
2693
2937
|
# * {Types::GetIntegrationResponse#role_arn #role_arn} => String
|
2938
|
+
# * {Types::GetIntegrationResponse#event_trigger_names #event_trigger_names} => Array<String>
|
2694
2939
|
#
|
2695
2940
|
# @example Request syntax with placeholder values
|
2696
2941
|
#
|
@@ -2713,6 +2958,8 @@ module Aws::CustomerProfiles
|
|
2713
2958
|
# resp.workflow_id #=> String
|
2714
2959
|
# resp.is_unstructured #=> Boolean
|
2715
2960
|
# resp.role_arn #=> String
|
2961
|
+
# resp.event_trigger_names #=> Array
|
2962
|
+
# resp.event_trigger_names[0] #=> String
|
2716
2963
|
#
|
2717
2964
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetIntegration AWS API Documentation
|
2718
2965
|
#
|
@@ -3538,6 +3785,8 @@ module Aws::CustomerProfiles
|
|
3538
3785
|
# resp.items[0].workflow_id #=> String
|
3539
3786
|
# resp.items[0].is_unstructured #=> Boolean
|
3540
3787
|
# resp.items[0].role_arn #=> String
|
3788
|
+
# resp.items[0].event_trigger_names #=> Array
|
3789
|
+
# resp.items[0].event_trigger_names[0] #=> String
|
3541
3790
|
# resp.next_token #=> String
|
3542
3791
|
#
|
3543
3792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListAccountIntegrations AWS API Documentation
|
@@ -3733,6 +3982,53 @@ module Aws::CustomerProfiles
|
|
3733
3982
|
req.send_request(options)
|
3734
3983
|
end
|
3735
3984
|
|
3985
|
+
# List all Event Triggers under a domain.
|
3986
|
+
#
|
3987
|
+
# @option params [required, String] :domain_name
|
3988
|
+
# The unique name of the domain.
|
3989
|
+
#
|
3990
|
+
# @option params [String] :next_token
|
3991
|
+
# The pagination token to use with ListEventTriggers.
|
3992
|
+
#
|
3993
|
+
# @option params [Integer] :max_results
|
3994
|
+
# The maximum number of results to return per page.
|
3995
|
+
#
|
3996
|
+
# @return [Types::ListEventTriggersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3997
|
+
#
|
3998
|
+
# * {Types::ListEventTriggersResponse#items #items} => Array<Types::EventTriggerSummaryItem>
|
3999
|
+
# * {Types::ListEventTriggersResponse#next_token #next_token} => String
|
4000
|
+
#
|
4001
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
4002
|
+
#
|
4003
|
+
# @example Request syntax with placeholder values
|
4004
|
+
#
|
4005
|
+
# resp = client.list_event_triggers({
|
4006
|
+
# domain_name: "name", # required
|
4007
|
+
# next_token: "token",
|
4008
|
+
# max_results: 1,
|
4009
|
+
# })
|
4010
|
+
#
|
4011
|
+
# @example Response structure
|
4012
|
+
#
|
4013
|
+
# resp.items #=> Array
|
4014
|
+
# resp.items[0].object_type_name #=> String
|
4015
|
+
# resp.items[0].event_trigger_name #=> String
|
4016
|
+
# resp.items[0].description #=> String
|
4017
|
+
# resp.items[0].created_at #=> Time
|
4018
|
+
# resp.items[0].last_updated_at #=> Time
|
4019
|
+
# resp.items[0].tags #=> Hash
|
4020
|
+
# resp.items[0].tags["TagKey"] #=> String
|
4021
|
+
# resp.next_token #=> String
|
4022
|
+
#
|
4023
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListEventTriggers AWS API Documentation
|
4024
|
+
#
|
4025
|
+
# @overload list_event_triggers(params = {})
|
4026
|
+
# @param [Hash] params ({})
|
4027
|
+
def list_event_triggers(params = {}, options = {})
|
4028
|
+
req = build_request(:list_event_triggers, params)
|
4029
|
+
req.send_request(options)
|
4030
|
+
end
|
4031
|
+
|
3736
4032
|
# Lists all of the Identity Resolution Jobs in your domain. The response
|
3737
4033
|
# sorts the list by `JobStartTime`.
|
3738
4034
|
#
|
@@ -3829,6 +4125,8 @@ module Aws::CustomerProfiles
|
|
3829
4125
|
# resp.items[0].workflow_id #=> String
|
3830
4126
|
# resp.items[0].is_unstructured #=> Boolean
|
3831
4127
|
# resp.items[0].role_arn #=> String
|
4128
|
+
# resp.items[0].event_trigger_names #=> Array
|
4129
|
+
# resp.items[0].event_trigger_names[0] #=> String
|
3832
4130
|
# resp.next_token #=> String
|
3833
4131
|
#
|
3834
4132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ListIntegrations AWS API Documentation
|
@@ -4392,6 +4690,10 @@ module Aws::CustomerProfiles
|
|
4392
4690
|
# The Amazon Resource Name (ARN) of the IAM role. The Integration uses
|
4393
4691
|
# this role to make Customer Profiles requests on your behalf.
|
4394
4692
|
#
|
4693
|
+
# @option params [Array<String>] :event_trigger_names
|
4694
|
+
# A list of unique names for active event triggers associated with the
|
4695
|
+
# integration.
|
4696
|
+
#
|
4395
4697
|
# @return [Types::PutIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4396
4698
|
#
|
4397
4699
|
# * {Types::PutIntegrationResponse#domain_name #domain_name} => String
|
@@ -4404,6 +4706,7 @@ module Aws::CustomerProfiles
|
|
4404
4706
|
# * {Types::PutIntegrationResponse#workflow_id #workflow_id} => String
|
4405
4707
|
# * {Types::PutIntegrationResponse#is_unstructured #is_unstructured} => Boolean
|
4406
4708
|
# * {Types::PutIntegrationResponse#role_arn #role_arn} => String
|
4709
|
+
# * {Types::PutIntegrationResponse#event_trigger_names #event_trigger_names} => Array<String>
|
4407
4710
|
#
|
4408
4711
|
# @example Request syntax with placeholder values
|
4409
4712
|
#
|
@@ -4481,6 +4784,7 @@ module Aws::CustomerProfiles
|
|
4481
4784
|
# "string1To255" => "typeName",
|
4482
4785
|
# },
|
4483
4786
|
# role_arn: "RoleArn",
|
4787
|
+
# event_trigger_names: ["name"],
|
4484
4788
|
# })
|
4485
4789
|
#
|
4486
4790
|
# @example Response structure
|
@@ -4497,6 +4801,8 @@ module Aws::CustomerProfiles
|
|
4497
4801
|
# resp.workflow_id #=> String
|
4498
4802
|
# resp.is_unstructured #=> Boolean
|
4499
4803
|
# resp.role_arn #=> String
|
4804
|
+
# resp.event_trigger_names #=> Array
|
4805
|
+
# resp.event_trigger_names[0] #=> String
|
4500
4806
|
#
|
4501
4807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegration AWS API Documentation
|
4502
4808
|
#
|
@@ -5210,6 +5516,118 @@ module Aws::CustomerProfiles
|
|
5210
5516
|
req.send_request(options)
|
5211
5517
|
end
|
5212
5518
|
|
5519
|
+
# Update the properties of an Event Trigger.
|
5520
|
+
#
|
5521
|
+
# @option params [required, String] :domain_name
|
5522
|
+
# The unique name of the domain.
|
5523
|
+
#
|
5524
|
+
# @option params [required, String] :event_trigger_name
|
5525
|
+
# The unique name of the event trigger.
|
5526
|
+
#
|
5527
|
+
# @option params [String] :object_type_name
|
5528
|
+
# The unique name of the object type.
|
5529
|
+
#
|
5530
|
+
# @option params [String] :description
|
5531
|
+
# The description of the event trigger.
|
5532
|
+
#
|
5533
|
+
# @option params [Array<Types::EventTriggerCondition>] :event_trigger_conditions
|
5534
|
+
# A list of conditions that determine when an event should trigger the
|
5535
|
+
# destination.
|
5536
|
+
#
|
5537
|
+
# @option params [String] :segment_filter
|
5538
|
+
# The destination is triggered only for profiles that meet the criteria
|
5539
|
+
# of a segment definition.
|
5540
|
+
#
|
5541
|
+
# @option params [Types::EventTriggerLimits] :event_trigger_limits
|
5542
|
+
# Defines limits controlling whether an event triggers the destination,
|
5543
|
+
# based on ingestion latency and the number of invocations per profile
|
5544
|
+
# over specific time periods.
|
5545
|
+
#
|
5546
|
+
# @return [Types::UpdateEventTriggerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5547
|
+
#
|
5548
|
+
# * {Types::UpdateEventTriggerResponse#event_trigger_name #event_trigger_name} => String
|
5549
|
+
# * {Types::UpdateEventTriggerResponse#object_type_name #object_type_name} => String
|
5550
|
+
# * {Types::UpdateEventTriggerResponse#description #description} => String
|
5551
|
+
# * {Types::UpdateEventTriggerResponse#event_trigger_conditions #event_trigger_conditions} => Array<Types::EventTriggerCondition>
|
5552
|
+
# * {Types::UpdateEventTriggerResponse#segment_filter #segment_filter} => String
|
5553
|
+
# * {Types::UpdateEventTriggerResponse#event_trigger_limits #event_trigger_limits} => Types::EventTriggerLimits
|
5554
|
+
# * {Types::UpdateEventTriggerResponse#created_at #created_at} => Time
|
5555
|
+
# * {Types::UpdateEventTriggerResponse#last_updated_at #last_updated_at} => Time
|
5556
|
+
# * {Types::UpdateEventTriggerResponse#tags #tags} => Hash<String,String>
|
5557
|
+
#
|
5558
|
+
# @example Request syntax with placeholder values
|
5559
|
+
#
|
5560
|
+
# resp = client.update_event_trigger({
|
5561
|
+
# domain_name: "name", # required
|
5562
|
+
# event_trigger_name: "name", # required
|
5563
|
+
# object_type_name: "typeName",
|
5564
|
+
# description: "sensitiveText",
|
5565
|
+
# event_trigger_conditions: [
|
5566
|
+
# {
|
5567
|
+
# event_trigger_dimensions: [ # required
|
5568
|
+
# {
|
5569
|
+
# object_attributes: [ # required
|
5570
|
+
# {
|
5571
|
+
# source: "text",
|
5572
|
+
# field_name: "fieldName",
|
5573
|
+
# comparison_operator: "INCLUSIVE", # required, accepts INCLUSIVE, EXCLUSIVE, CONTAINS, BEGINS_WITH, ENDS_WITH, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, EQUAL, BEFORE, AFTER, ON, BETWEEN, NOT_BETWEEN
|
5574
|
+
# values: ["string1To255"], # required
|
5575
|
+
# },
|
5576
|
+
# ],
|
5577
|
+
# },
|
5578
|
+
# ],
|
5579
|
+
# logical_operator: "ANY", # required, accepts ANY, ALL, NONE
|
5580
|
+
# },
|
5581
|
+
# ],
|
5582
|
+
# segment_filter: "name",
|
5583
|
+
# event_trigger_limits: {
|
5584
|
+
# event_expiration: 1,
|
5585
|
+
# periods: [
|
5586
|
+
# {
|
5587
|
+
# unit: "HOURS", # required, accepts HOURS, DAYS, WEEKS, MONTHS
|
5588
|
+
# value: 1, # required
|
5589
|
+
# max_invocations_per_profile: 1,
|
5590
|
+
# unlimited: false,
|
5591
|
+
# },
|
5592
|
+
# ],
|
5593
|
+
# },
|
5594
|
+
# })
|
5595
|
+
#
|
5596
|
+
# @example Response structure
|
5597
|
+
#
|
5598
|
+
# resp.event_trigger_name #=> String
|
5599
|
+
# resp.object_type_name #=> String
|
5600
|
+
# resp.description #=> String
|
5601
|
+
# resp.event_trigger_conditions #=> Array
|
5602
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions #=> Array
|
5603
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes #=> Array
|
5604
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].source #=> String
|
5605
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].field_name #=> String
|
5606
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].comparison_operator #=> String, one of "INCLUSIVE", "EXCLUSIVE", "CONTAINS", "BEGINS_WITH", "ENDS_WITH", "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL", "LESS_THAN_OR_EQUAL", "EQUAL", "BEFORE", "AFTER", "ON", "BETWEEN", "NOT_BETWEEN"
|
5607
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values #=> Array
|
5608
|
+
# resp.event_trigger_conditions[0].event_trigger_dimensions[0].object_attributes[0].values[0] #=> String
|
5609
|
+
# resp.event_trigger_conditions[0].logical_operator #=> String, one of "ANY", "ALL", "NONE"
|
5610
|
+
# resp.segment_filter #=> String
|
5611
|
+
# resp.event_trigger_limits.event_expiration #=> Integer
|
5612
|
+
# resp.event_trigger_limits.periods #=> Array
|
5613
|
+
# resp.event_trigger_limits.periods[0].unit #=> String, one of "HOURS", "DAYS", "WEEKS", "MONTHS"
|
5614
|
+
# resp.event_trigger_limits.periods[0].value #=> Integer
|
5615
|
+
# resp.event_trigger_limits.periods[0].max_invocations_per_profile #=> Integer
|
5616
|
+
# resp.event_trigger_limits.periods[0].unlimited #=> Boolean
|
5617
|
+
# resp.created_at #=> Time
|
5618
|
+
# resp.last_updated_at #=> Time
|
5619
|
+
# resp.tags #=> Hash
|
5620
|
+
# resp.tags["TagKey"] #=> String
|
5621
|
+
#
|
5622
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/UpdateEventTrigger AWS API Documentation
|
5623
|
+
#
|
5624
|
+
# @overload update_event_trigger(params = {})
|
5625
|
+
# @param [Hash] params ({})
|
5626
|
+
def update_event_trigger(params = {}, options = {})
|
5627
|
+
req = build_request(:update_event_trigger, params)
|
5628
|
+
req.send_request(options)
|
5629
|
+
end
|
5630
|
+
|
5213
5631
|
# Updates the properties of a profile. The ProfileId is required for
|
5214
5632
|
# updating a customer profile.
|
5215
5633
|
#
|
@@ -5406,7 +5824,7 @@ module Aws::CustomerProfiles
|
|
5406
5824
|
tracer: tracer
|
5407
5825
|
)
|
5408
5826
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
5409
|
-
context[:gem_version] = '1.
|
5827
|
+
context[:gem_version] = '1.59.0'
|
5410
5828
|
Seahorse::Client::Request.new(handlers, context)
|
5411
5829
|
end
|
5412
5830
|
|