aws-sdk-customerprofiles 1.4.0 → 1.8.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +288 -14
- data/lib/aws-sdk-customerprofiles/client_api.rb +229 -1
- data/lib/aws-sdk-customerprofiles/types.rb +1091 -13
- metadata +7 -8
@@ -17,12 +17,20 @@ module Aws::CustomerProfiles
|
|
17
17
|
AddProfileKeyRequest = Shapes::StructureShape.new(name: 'AddProfileKeyRequest')
|
18
18
|
AddProfileKeyResponse = Shapes::StructureShape.new(name: 'AddProfileKeyResponse')
|
19
19
|
Address = Shapes::StructureShape.new(name: 'Address')
|
20
|
+
AttributeSourceIdMap = Shapes::MapShape.new(name: 'AttributeSourceIdMap')
|
20
21
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
21
22
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
23
|
+
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
24
|
+
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
25
|
+
ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
|
26
|
+
ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
|
22
27
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
23
28
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
24
29
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
25
30
|
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
31
|
+
DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
|
32
|
+
Date = Shapes::TimestampShape.new(name: 'Date')
|
33
|
+
DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
|
26
34
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
27
35
|
DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
|
28
36
|
DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
|
@@ -35,23 +43,32 @@ module Aws::CustomerProfiles
|
|
35
43
|
DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
|
36
44
|
DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
|
37
45
|
DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
|
46
|
+
DestinationField = Shapes::StringShape.new(name: 'DestinationField')
|
38
47
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
39
48
|
DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
|
40
49
|
FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
|
41
50
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
42
51
|
FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
|
52
|
+
FieldSourceProfileIds = Shapes::StructureShape.new(name: 'FieldSourceProfileIds')
|
53
|
+
FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
|
54
|
+
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
55
|
+
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
43
56
|
Gender = Shapes::StringShape.new(name: 'Gender')
|
44
57
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
45
58
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
46
59
|
GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
|
47
60
|
GetIntegrationResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponse')
|
61
|
+
GetMatchesRequest = Shapes::StructureShape.new(name: 'GetMatchesRequest')
|
62
|
+
GetMatchesResponse = Shapes::StructureShape.new(name: 'GetMatchesResponse')
|
48
63
|
GetProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeRequest')
|
49
64
|
GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
|
50
65
|
GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
|
51
66
|
GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
|
67
|
+
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
52
68
|
IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
|
53
69
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
54
70
|
KeyMap = Shapes::MapShape.new(name: 'KeyMap')
|
71
|
+
KmsArn = Shapes::StringShape.new(name: 'KmsArn')
|
55
72
|
ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
|
56
73
|
ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
|
57
74
|
ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
|
@@ -71,15 +88,28 @@ module Aws::CustomerProfiles
|
|
71
88
|
ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
|
72
89
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
73
90
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
91
|
+
MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
|
92
|
+
MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
|
93
|
+
MatchItem = Shapes::StructureShape.new(name: 'MatchItem')
|
94
|
+
MatchesList = Shapes::ListShape.new(name: 'MatchesList')
|
95
|
+
MatchingRequest = Shapes::StructureShape.new(name: 'MatchingRequest')
|
96
|
+
MatchingResponse = Shapes::StructureShape.new(name: 'MatchingResponse')
|
97
|
+
MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
|
98
|
+
MergeProfilesResponse = Shapes::StructureShape.new(name: 'MergeProfilesResponse')
|
99
|
+
Object = Shapes::StringShape.new(name: 'Object')
|
74
100
|
ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
|
75
101
|
ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
|
76
102
|
ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
|
103
|
+
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
77
104
|
PartyType = Shapes::StringShape.new(name: 'PartyType')
|
78
105
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
106
|
+
ProfileIdList = Shapes::ListShape.new(name: 'ProfileIdList')
|
107
|
+
ProfileIdToBeMergedList = Shapes::ListShape.new(name: 'ProfileIdToBeMergedList')
|
79
108
|
ProfileList = Shapes::ListShape.new(name: 'ProfileList')
|
80
109
|
ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
|
81
110
|
ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
|
82
111
|
ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
|
112
|
+
Property = Shapes::StringShape.new(name: 'Property')
|
83
113
|
PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
|
84
114
|
PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
|
85
115
|
PutProfileObjectRequest = Shapes::StructureShape.new(name: 'PutProfileObjectRequest')
|
@@ -87,8 +117,21 @@ module Aws::CustomerProfiles
|
|
87
117
|
PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
|
88
118
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
89
119
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
120
|
+
S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
|
121
|
+
S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
|
122
|
+
SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
|
123
|
+
SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
|
124
|
+
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
125
|
+
ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
|
126
|
+
ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
|
90
127
|
SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
|
91
128
|
SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
|
129
|
+
ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
|
130
|
+
ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
|
131
|
+
SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
|
132
|
+
SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
|
133
|
+
SourceFields = Shapes::ListShape.new(name: 'SourceFields')
|
134
|
+
SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
|
92
135
|
StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
|
93
136
|
StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
|
94
137
|
TagArn = Shapes::StringShape.new(name: 'TagArn')
|
@@ -98,7 +141,15 @@ module Aws::CustomerProfiles
|
|
98
141
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
99
142
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
100
143
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
144
|
+
Task = Shapes::StructureShape.new(name: 'Task')
|
145
|
+
TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
|
146
|
+
TaskType = Shapes::StringShape.new(name: 'TaskType')
|
147
|
+
Tasks = Shapes::ListShape.new(name: 'Tasks')
|
101
148
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
149
|
+
Timezone = Shapes::StringShape.new(name: 'Timezone')
|
150
|
+
TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
|
151
|
+
TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
|
152
|
+
TriggerType = Shapes::StringShape.new(name: 'TriggerType')
|
102
153
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
103
154
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
104
155
|
UpdateAddress = Shapes::StructureShape.new(name: 'UpdateAddress')
|
@@ -107,19 +158,24 @@ module Aws::CustomerProfiles
|
|
107
158
|
UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
|
108
159
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
109
160
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
161
|
+
ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
|
162
|
+
ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
|
110
163
|
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
111
164
|
encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
|
112
165
|
expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
|
113
166
|
long = Shapes::IntegerShape.new(name: 'long')
|
167
|
+
matchesNumber = Shapes::IntegerShape.new(name: 'matchesNumber')
|
114
168
|
maxSize100 = Shapes::IntegerShape.new(name: 'maxSize100')
|
115
169
|
message = Shapes::StringShape.new(name: 'message')
|
116
170
|
name = Shapes::StringShape.new(name: 'name')
|
171
|
+
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
117
172
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
118
173
|
sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
|
119
174
|
string0To1000 = Shapes::StringShape.new(name: 'string0To1000')
|
120
175
|
string0To255 = Shapes::StringShape.new(name: 'string0To255')
|
121
176
|
string1To1000 = Shapes::StringShape.new(name: 'string1To1000')
|
122
177
|
string1To255 = Shapes::StringShape.new(name: 'string1To255')
|
178
|
+
stringTo2048 = Shapes::StringShape.new(name: 'stringTo2048')
|
123
179
|
stringifiedJson = Shapes::StringShape.new(name: 'stringifiedJson')
|
124
180
|
text = Shapes::StringShape.new(name: 'text')
|
125
181
|
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
@@ -152,16 +208,27 @@ module Aws::CustomerProfiles
|
|
152
208
|
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: string1To255, location_name: "PostalCode"))
|
153
209
|
Address.struct_class = Types::Address
|
154
210
|
|
211
|
+
AttributeSourceIdMap.key = Shapes::ShapeRef.new(shape: string1To255)
|
212
|
+
AttributeSourceIdMap.value = Shapes::ShapeRef.new(shape: uuid)
|
213
|
+
|
155
214
|
Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
156
215
|
Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
|
157
216
|
|
158
217
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
159
218
|
BadRequestException.struct_class = Types::BadRequestException
|
160
219
|
|
220
|
+
ConnectorOperator.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorOperator, location_name: "Marketo"))
|
221
|
+
ConnectorOperator.add_member(:s3, Shapes::ShapeRef.new(shape: S3ConnectorOperator, location_name: "S3"))
|
222
|
+
ConnectorOperator.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceConnectorOperator, location_name: "Salesforce"))
|
223
|
+
ConnectorOperator.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowConnectorOperator, location_name: "ServiceNow"))
|
224
|
+
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
225
|
+
ConnectorOperator.struct_class = Types::ConnectorOperator
|
226
|
+
|
161
227
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
162
228
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
163
229
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
164
230
|
CreateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
|
231
|
+
CreateDomainRequest.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingRequest, location_name: "Matching"))
|
165
232
|
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
166
233
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
167
234
|
|
@@ -169,6 +236,7 @@ module Aws::CustomerProfiles
|
|
169
236
|
CreateDomainResponse.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
170
237
|
CreateDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
171
238
|
CreateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
|
239
|
+
CreateDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
|
172
240
|
CreateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
173
241
|
CreateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
174
242
|
CreateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -259,6 +327,37 @@ module Aws::CustomerProfiles
|
|
259
327
|
|
260
328
|
FieldNameList.member = Shapes::ShapeRef.new(shape: name)
|
261
329
|
|
330
|
+
FieldSourceProfileIds.add_member(:account_number, Shapes::ShapeRef.new(shape: uuid, location_name: "AccountNumber"))
|
331
|
+
FieldSourceProfileIds.add_member(:additional_information, Shapes::ShapeRef.new(shape: uuid, location_name: "AdditionalInformation"))
|
332
|
+
FieldSourceProfileIds.add_member(:party_type, Shapes::ShapeRef.new(shape: uuid, location_name: "PartyType"))
|
333
|
+
FieldSourceProfileIds.add_member(:business_name, Shapes::ShapeRef.new(shape: uuid, location_name: "BusinessName"))
|
334
|
+
FieldSourceProfileIds.add_member(:first_name, Shapes::ShapeRef.new(shape: uuid, location_name: "FirstName"))
|
335
|
+
FieldSourceProfileIds.add_member(:middle_name, Shapes::ShapeRef.new(shape: uuid, location_name: "MiddleName"))
|
336
|
+
FieldSourceProfileIds.add_member(:last_name, Shapes::ShapeRef.new(shape: uuid, location_name: "LastName"))
|
337
|
+
FieldSourceProfileIds.add_member(:birth_date, Shapes::ShapeRef.new(shape: uuid, location_name: "BirthDate"))
|
338
|
+
FieldSourceProfileIds.add_member(:gender, Shapes::ShapeRef.new(shape: uuid, location_name: "Gender"))
|
339
|
+
FieldSourceProfileIds.add_member(:phone_number, Shapes::ShapeRef.new(shape: uuid, location_name: "PhoneNumber"))
|
340
|
+
FieldSourceProfileIds.add_member(:mobile_phone_number, Shapes::ShapeRef.new(shape: uuid, location_name: "MobilePhoneNumber"))
|
341
|
+
FieldSourceProfileIds.add_member(:home_phone_number, Shapes::ShapeRef.new(shape: uuid, location_name: "HomePhoneNumber"))
|
342
|
+
FieldSourceProfileIds.add_member(:business_phone_number, Shapes::ShapeRef.new(shape: uuid, location_name: "BusinessPhoneNumber"))
|
343
|
+
FieldSourceProfileIds.add_member(:email_address, Shapes::ShapeRef.new(shape: uuid, location_name: "EmailAddress"))
|
344
|
+
FieldSourceProfileIds.add_member(:personal_email_address, Shapes::ShapeRef.new(shape: uuid, location_name: "PersonalEmailAddress"))
|
345
|
+
FieldSourceProfileIds.add_member(:business_email_address, Shapes::ShapeRef.new(shape: uuid, location_name: "BusinessEmailAddress"))
|
346
|
+
FieldSourceProfileIds.add_member(:address, Shapes::ShapeRef.new(shape: uuid, location_name: "Address"))
|
347
|
+
FieldSourceProfileIds.add_member(:shipping_address, Shapes::ShapeRef.new(shape: uuid, location_name: "ShippingAddress"))
|
348
|
+
FieldSourceProfileIds.add_member(:mailing_address, Shapes::ShapeRef.new(shape: uuid, location_name: "MailingAddress"))
|
349
|
+
FieldSourceProfileIds.add_member(:billing_address, Shapes::ShapeRef.new(shape: uuid, location_name: "BillingAddress"))
|
350
|
+
FieldSourceProfileIds.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeSourceIdMap, location_name: "Attributes"))
|
351
|
+
FieldSourceProfileIds.struct_class = Types::FieldSourceProfileIds
|
352
|
+
|
353
|
+
FlowDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
|
354
|
+
FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
|
355
|
+
FlowDefinition.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KmsArn, required: true, location_name: "KmsArn"))
|
356
|
+
FlowDefinition.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "SourceFlowConfig"))
|
357
|
+
FlowDefinition.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "Tasks"))
|
358
|
+
FlowDefinition.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "TriggerConfig"))
|
359
|
+
FlowDefinition.struct_class = Types::FlowDefinition
|
360
|
+
|
262
361
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
263
362
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
264
363
|
|
@@ -267,6 +366,7 @@ module Aws::CustomerProfiles
|
|
267
366
|
GetDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
268
367
|
GetDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
|
269
368
|
GetDomainResponse.add_member(:stats, Shapes::ShapeRef.new(shape: DomainStats, location_name: "Stats"))
|
369
|
+
GetDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
|
270
370
|
GetDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
271
371
|
GetDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
272
372
|
GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -284,6 +384,17 @@ module Aws::CustomerProfiles
|
|
284
384
|
GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
285
385
|
GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
|
286
386
|
|
387
|
+
GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
388
|
+
GetMatchesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
389
|
+
GetMatchesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
390
|
+
GetMatchesRequest.struct_class = Types::GetMatchesRequest
|
391
|
+
|
392
|
+
GetMatchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
393
|
+
GetMatchesResponse.add_member(:match_generation_date, Shapes::ShapeRef.new(shape: timestamp, location_name: "MatchGenerationDate"))
|
394
|
+
GetMatchesResponse.add_member(:potential_matches, Shapes::ShapeRef.new(shape: matchesNumber, location_name: "PotentialMatches"))
|
395
|
+
GetMatchesResponse.add_member(:matches, Shapes::ShapeRef.new(shape: MatchesList, location_name: "Matches"))
|
396
|
+
GetMatchesResponse.struct_class = Types::GetMatchesResponse
|
397
|
+
|
287
398
|
GetProfileObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
288
399
|
GetProfileObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
|
289
400
|
GetProfileObjectTypeRequest.struct_class = Types::GetProfileObjectTypeRequest
|
@@ -312,6 +423,9 @@ module Aws::CustomerProfiles
|
|
312
423
|
GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
313
424
|
GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
|
314
425
|
|
426
|
+
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
|
427
|
+
IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
|
428
|
+
|
315
429
|
IntegrationList.member = Shapes::ShapeRef.new(shape: ListIntegrationItem)
|
316
430
|
|
317
431
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
@@ -411,6 +525,30 @@ module Aws::CustomerProfiles
|
|
411
525
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
412
526
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
413
527
|
|
528
|
+
MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
529
|
+
MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
|
530
|
+
|
531
|
+
MatchItem.add_member(:match_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "MatchId"))
|
532
|
+
MatchItem.add_member(:profile_ids, Shapes::ShapeRef.new(shape: ProfileIdList, location_name: "ProfileIds"))
|
533
|
+
MatchItem.struct_class = Types::MatchItem
|
534
|
+
|
535
|
+
MatchesList.member = Shapes::ShapeRef.new(shape: MatchItem)
|
536
|
+
|
537
|
+
MatchingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
538
|
+
MatchingRequest.struct_class = Types::MatchingRequest
|
539
|
+
|
540
|
+
MatchingResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
|
541
|
+
MatchingResponse.struct_class = Types::MatchingResponse
|
542
|
+
|
543
|
+
MergeProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
544
|
+
MergeProfilesRequest.add_member(:main_profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "MainProfileId"))
|
545
|
+
MergeProfilesRequest.add_member(:profile_ids_to_be_merged, Shapes::ShapeRef.new(shape: ProfileIdToBeMergedList, required: true, location_name: "ProfileIdsToBeMerged"))
|
546
|
+
MergeProfilesRequest.add_member(:field_source_profile_ids, Shapes::ShapeRef.new(shape: FieldSourceProfileIds, location_name: "FieldSourceProfileIds"))
|
547
|
+
MergeProfilesRequest.struct_class = Types::MergeProfilesRequest
|
548
|
+
|
549
|
+
MergeProfilesResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
550
|
+
MergeProfilesResponse.struct_class = Types::MergeProfilesResponse
|
551
|
+
|
414
552
|
ObjectTypeField.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
|
415
553
|
ObjectTypeField.add_member(:target, Shapes::ShapeRef.new(shape: text, location_name: "Target"))
|
416
554
|
ObjectTypeField.add_member(:content_type, Shapes::ShapeRef.new(shape: FieldContentType, location_name: "ContentType"))
|
@@ -446,6 +584,10 @@ module Aws::CustomerProfiles
|
|
446
584
|
Profile.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
447
585
|
Profile.struct_class = Types::Profile
|
448
586
|
|
587
|
+
ProfileIdList.member = Shapes::ShapeRef.new(shape: uuid)
|
588
|
+
|
589
|
+
ProfileIdToBeMergedList.member = Shapes::ShapeRef.new(shape: uuid)
|
590
|
+
|
449
591
|
ProfileList.member = Shapes::ShapeRef.new(shape: Profile)
|
450
592
|
|
451
593
|
ProfileObjectList.member = Shapes::ShapeRef.new(shape: ListProfileObjectsItem)
|
@@ -455,9 +597,10 @@ module Aws::CustomerProfiles
|
|
455
597
|
ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
|
456
598
|
|
457
599
|
PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
458
|
-
PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255,
|
600
|
+
PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
|
459
601
|
PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
460
602
|
PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
603
|
+
PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
|
461
604
|
PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
|
462
605
|
|
463
606
|
PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
@@ -504,6 +647,24 @@ module Aws::CustomerProfiles
|
|
504
647
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
505
648
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
506
649
|
|
650
|
+
S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
651
|
+
S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "BucketPrefix"))
|
652
|
+
S3SourceProperties.struct_class = Types::S3SourceProperties
|
653
|
+
|
654
|
+
SalesforceSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
655
|
+
SalesforceSourceProperties.add_member(:enable_dynamic_field_update, Shapes::ShapeRef.new(shape: boolean, location_name: "EnableDynamicFieldUpdate"))
|
656
|
+
SalesforceSourceProperties.add_member(:include_deleted_records, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeDeletedRecords"))
|
657
|
+
SalesforceSourceProperties.struct_class = Types::SalesforceSourceProperties
|
658
|
+
|
659
|
+
ScheduledTriggerProperties.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
660
|
+
ScheduledTriggerProperties.add_member(:data_pull_mode, Shapes::ShapeRef.new(shape: DataPullMode, location_name: "DataPullMode"))
|
661
|
+
ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleStartTime"))
|
662
|
+
ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleEndTime"))
|
663
|
+
ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone"))
|
664
|
+
ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
|
665
|
+
ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "FirstExecutionFrom"))
|
666
|
+
ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
|
667
|
+
|
507
668
|
SearchProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
508
669
|
SearchProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
509
670
|
SearchProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -515,6 +676,24 @@ module Aws::CustomerProfiles
|
|
515
676
|
SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
516
677
|
SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
|
517
678
|
|
679
|
+
ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
680
|
+
ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
|
681
|
+
|
682
|
+
SourceConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoSourceProperties, location_name: "Marketo"))
|
683
|
+
SourceConnectorProperties.add_member(:s3, Shapes::ShapeRef.new(shape: S3SourceProperties, location_name: "S3"))
|
684
|
+
SourceConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceSourceProperties, location_name: "Salesforce"))
|
685
|
+
SourceConnectorProperties.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowSourceProperties, location_name: "ServiceNow"))
|
686
|
+
SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
|
687
|
+
SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
|
688
|
+
|
689
|
+
SourceFields.member = Shapes::ShapeRef.new(shape: stringTo2048)
|
690
|
+
|
691
|
+
SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "ConnectorProfileName"))
|
692
|
+
SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: SourceConnectorType, required: true, location_name: "ConnectorType"))
|
693
|
+
SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "IncrementalPullConfig"))
|
694
|
+
SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "SourceConnectorProperties"))
|
695
|
+
SourceFlowConfig.struct_class = Types::SourceFlowConfig
|
696
|
+
|
518
697
|
StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
|
519
698
|
|
520
699
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
@@ -528,9 +707,28 @@ module Aws::CustomerProfiles
|
|
528
707
|
|
529
708
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
530
709
|
|
710
|
+
Task.add_member(:connector_operator, Shapes::ShapeRef.new(shape: ConnectorOperator, location_name: "ConnectorOperator"))
|
711
|
+
Task.add_member(:destination_field, Shapes::ShapeRef.new(shape: DestinationField, location_name: "DestinationField"))
|
712
|
+
Task.add_member(:source_fields, Shapes::ShapeRef.new(shape: SourceFields, required: true, location_name: "SourceFields"))
|
713
|
+
Task.add_member(:task_properties, Shapes::ShapeRef.new(shape: TaskPropertiesMap, location_name: "TaskProperties"))
|
714
|
+
Task.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "TaskType"))
|
715
|
+
Task.struct_class = Types::Task
|
716
|
+
|
717
|
+
TaskPropertiesMap.key = Shapes::ShapeRef.new(shape: OperatorPropertiesKeys)
|
718
|
+
TaskPropertiesMap.value = Shapes::ShapeRef.new(shape: Property)
|
719
|
+
|
720
|
+
Tasks.member = Shapes::ShapeRef.new(shape: Task)
|
721
|
+
|
531
722
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
532
723
|
ThrottlingException.struct_class = Types::ThrottlingException
|
533
724
|
|
725
|
+
TriggerConfig.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "TriggerType"))
|
726
|
+
TriggerConfig.add_member(:trigger_properties, Shapes::ShapeRef.new(shape: TriggerProperties, location_name: "TriggerProperties"))
|
727
|
+
TriggerConfig.struct_class = Types::TriggerConfig
|
728
|
+
|
729
|
+
TriggerProperties.add_member(:scheduled, Shapes::ShapeRef.new(shape: ScheduledTriggerProperties, location_name: "Scheduled"))
|
730
|
+
TriggerProperties.struct_class = Types::TriggerProperties
|
731
|
+
|
534
732
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
|
535
733
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
536
734
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -556,6 +754,7 @@ module Aws::CustomerProfiles
|
|
556
754
|
UpdateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
|
557
755
|
UpdateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
558
756
|
UpdateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
|
757
|
+
UpdateDomainRequest.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingRequest, location_name: "Matching"))
|
559
758
|
UpdateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
560
759
|
UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
|
561
760
|
|
@@ -563,6 +762,7 @@ module Aws::CustomerProfiles
|
|
563
762
|
UpdateDomainResponse.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "DefaultExpirationDays"))
|
564
763
|
UpdateDomainResponse.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
565
764
|
UpdateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
|
765
|
+
UpdateDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
|
566
766
|
UpdateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
567
767
|
UpdateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
568
768
|
UpdateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -596,6 +796,9 @@ module Aws::CustomerProfiles
|
|
596
796
|
UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
|
597
797
|
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
598
798
|
|
799
|
+
ZendeskSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
|
800
|
+
ZendeskSourceProperties.struct_class = Types::ZendeskSourceProperties
|
801
|
+
|
599
802
|
requestValueList.member = Shapes::ShapeRef.new(shape: string1To255)
|
600
803
|
|
601
804
|
|
@@ -760,6 +963,19 @@ module Aws::CustomerProfiles
|
|
760
963
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
761
964
|
end)
|
762
965
|
|
966
|
+
api.add_operation(:get_matches, Seahorse::Model::Operation.new.tap do |o|
|
967
|
+
o.name = "GetMatches"
|
968
|
+
o.http_method = "GET"
|
969
|
+
o.http_request_uri = "/domains/{DomainName}/matches"
|
970
|
+
o.input = Shapes::ShapeRef.new(shape: GetMatchesRequest)
|
971
|
+
o.output = Shapes::ShapeRef.new(shape: GetMatchesResponse)
|
972
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
977
|
+
end)
|
978
|
+
|
763
979
|
api.add_operation(:get_profile_object_type, Seahorse::Model::Operation.new.tap do |o|
|
764
980
|
o.name = "GetProfileObjectType"
|
765
981
|
o.http_method = "GET"
|
@@ -875,6 +1091,18 @@ module Aws::CustomerProfiles
|
|
875
1091
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
876
1092
|
end)
|
877
1093
|
|
1094
|
+
api.add_operation(:merge_profiles, Seahorse::Model::Operation.new.tap do |o|
|
1095
|
+
o.name = "MergeProfiles"
|
1096
|
+
o.http_method = "POST"
|
1097
|
+
o.http_request_uri = "/domains/{DomainName}/profiles/objects/merge"
|
1098
|
+
o.input = Shapes::ShapeRef.new(shape: MergeProfilesRequest)
|
1099
|
+
o.output = Shapes::ShapeRef.new(shape: MergeProfilesResponse)
|
1100
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1101
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1104
|
+
end)
|
1105
|
+
|
878
1106
|
api.add_operation(:put_integration, Seahorse::Model::Operation.new.tap do |o|
|
879
1107
|
o.name = "PutIntegration"
|
880
1108
|
o.http_method = "PUT"
|
@@ -166,6 +166,54 @@ module Aws::CustomerProfiles
|
|
166
166
|
include Aws::Structure
|
167
167
|
end
|
168
168
|
|
169
|
+
# The operation to be performed on the provided source fields.
|
170
|
+
#
|
171
|
+
# @note When making an API call, you may pass ConnectorOperator
|
172
|
+
# data as a hash:
|
173
|
+
#
|
174
|
+
# {
|
175
|
+
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
176
|
+
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
177
|
+
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
178
|
+
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
179
|
+
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
180
|
+
# }
|
181
|
+
#
|
182
|
+
# @!attribute [rw] marketo
|
183
|
+
# The operation to be performed on the provided Marketo source fields.
|
184
|
+
# @return [String]
|
185
|
+
#
|
186
|
+
# @!attribute [rw] s3
|
187
|
+
# The operation to be performed on the provided Amazon S3 source
|
188
|
+
# fields.
|
189
|
+
# @return [String]
|
190
|
+
#
|
191
|
+
# @!attribute [rw] salesforce
|
192
|
+
# The operation to be performed on the provided Salesforce source
|
193
|
+
# fields.
|
194
|
+
# @return [String]
|
195
|
+
#
|
196
|
+
# @!attribute [rw] service_now
|
197
|
+
# The operation to be performed on the provided ServiceNow source
|
198
|
+
# fields.
|
199
|
+
# @return [String]
|
200
|
+
#
|
201
|
+
# @!attribute [rw] zendesk
|
202
|
+
# The operation to be performed on the provided Zendesk source fields.
|
203
|
+
# @return [String]
|
204
|
+
#
|
205
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ConnectorOperator AWS API Documentation
|
206
|
+
#
|
207
|
+
class ConnectorOperator < Struct.new(
|
208
|
+
:marketo,
|
209
|
+
:s3,
|
210
|
+
:salesforce,
|
211
|
+
:service_now,
|
212
|
+
:zendesk)
|
213
|
+
SENSITIVE = []
|
214
|
+
include Aws::Structure
|
215
|
+
end
|
216
|
+
|
169
217
|
# @note When making an API call, you may pass CreateDomainRequest
|
170
218
|
# data as a hash:
|
171
219
|
#
|
@@ -174,6 +222,9 @@ module Aws::CustomerProfiles
|
|
174
222
|
# default_expiration_days: 1, # required
|
175
223
|
# default_encryption_key: "encryptionKey",
|
176
224
|
# dead_letter_queue_url: "sqsQueueUrl",
|
225
|
+
# matching: {
|
226
|
+
# enabled: false, # required
|
227
|
+
# },
|
177
228
|
# tags: {
|
178
229
|
# "TagKey" => "TagValue",
|
179
230
|
# },
|
@@ -202,6 +253,11 @@ module Aws::CustomerProfiles
|
|
202
253
|
# messages to the DeadLetterQueue.
|
203
254
|
# @return [String]
|
204
255
|
#
|
256
|
+
# @!attribute [rw] matching
|
257
|
+
# The process of matching duplicate profiles. This process runs every
|
258
|
+
# Saturday at 12AM.
|
259
|
+
# @return [Types::MatchingRequest]
|
260
|
+
#
|
205
261
|
# @!attribute [rw] tags
|
206
262
|
# The tags used to organize, track, or control access for this
|
207
263
|
# resource.
|
@@ -214,6 +270,7 @@ module Aws::CustomerProfiles
|
|
214
270
|
:default_expiration_days,
|
215
271
|
:default_encryption_key,
|
216
272
|
:dead_letter_queue_url,
|
273
|
+
:matching,
|
217
274
|
:tags)
|
218
275
|
SENSITIVE = []
|
219
276
|
include Aws::Structure
|
@@ -239,6 +296,11 @@ module Aws::CustomerProfiles
|
|
239
296
|
# errors associated with ingesting data from third party applications.
|
240
297
|
# @return [String]
|
241
298
|
#
|
299
|
+
# @!attribute [rw] matching
|
300
|
+
# The process of matching duplicate profiles. This process runs every
|
301
|
+
# Saturday at 12AM.
|
302
|
+
# @return [Types::MatchingResponse]
|
303
|
+
#
|
242
304
|
# @!attribute [rw] created_at
|
243
305
|
# The timestamp of when the domain was created.
|
244
306
|
# @return [Time]
|
@@ -259,6 +321,7 @@ module Aws::CustomerProfiles
|
|
259
321
|
:default_expiration_days,
|
260
322
|
:default_encryption_key,
|
261
323
|
:dead_letter_queue_url,
|
324
|
+
:matching,
|
262
325
|
:created_at,
|
263
326
|
:last_updated_at,
|
264
327
|
:tags)
|
@@ -349,7 +412,7 @@ module Aws::CustomerProfiles
|
|
349
412
|
# @return [String]
|
350
413
|
#
|
351
414
|
# @!attribute [rw] additional_information
|
352
|
-
# Any additional information relevant to the customer
|
415
|
+
# Any additional information relevant to the customer’s profile.
|
353
416
|
# @return [String]
|
354
417
|
#
|
355
418
|
# @!attribute [rw] party_type
|
@@ -381,7 +444,7 @@ module Aws::CustomerProfiles
|
|
381
444
|
# @return [String]
|
382
445
|
#
|
383
446
|
# @!attribute [rw] phone_number
|
384
|
-
# The customer
|
447
|
+
# The customer’s phone number, which has not been specified as a
|
385
448
|
# mobile, home, or business number.
|
386
449
|
# @return [String]
|
387
450
|
#
|
@@ -398,7 +461,7 @@ module Aws::CustomerProfiles
|
|
398
461
|
# @return [String]
|
399
462
|
#
|
400
463
|
# @!attribute [rw] email_address
|
401
|
-
# The customer
|
464
|
+
# The customer’s email address, which has not been specified as a
|
402
465
|
# personal or business address.
|
403
466
|
# @return [String]
|
404
467
|
#
|
@@ -745,6 +808,264 @@ module Aws::CustomerProfiles
|
|
745
808
|
include Aws::Structure
|
746
809
|
end
|
747
810
|
|
811
|
+
# A duplicate customer profile that is to be merged into a main profile.
|
812
|
+
#
|
813
|
+
# @note When making an API call, you may pass FieldSourceProfileIds
|
814
|
+
# data as a hash:
|
815
|
+
#
|
816
|
+
# {
|
817
|
+
# account_number: "uuid",
|
818
|
+
# additional_information: "uuid",
|
819
|
+
# party_type: "uuid",
|
820
|
+
# business_name: "uuid",
|
821
|
+
# first_name: "uuid",
|
822
|
+
# middle_name: "uuid",
|
823
|
+
# last_name: "uuid",
|
824
|
+
# birth_date: "uuid",
|
825
|
+
# gender: "uuid",
|
826
|
+
# phone_number: "uuid",
|
827
|
+
# mobile_phone_number: "uuid",
|
828
|
+
# home_phone_number: "uuid",
|
829
|
+
# business_phone_number: "uuid",
|
830
|
+
# email_address: "uuid",
|
831
|
+
# personal_email_address: "uuid",
|
832
|
+
# business_email_address: "uuid",
|
833
|
+
# address: "uuid",
|
834
|
+
# shipping_address: "uuid",
|
835
|
+
# mailing_address: "uuid",
|
836
|
+
# billing_address: "uuid",
|
837
|
+
# attributes: {
|
838
|
+
# "string1To255" => "uuid",
|
839
|
+
# },
|
840
|
+
# }
|
841
|
+
#
|
842
|
+
# @!attribute [rw] account_number
|
843
|
+
# A unique identifier for the account number field to be merged.
|
844
|
+
# @return [String]
|
845
|
+
#
|
846
|
+
# @!attribute [rw] additional_information
|
847
|
+
# A unique identifier for the additional information field to be
|
848
|
+
# merged.
|
849
|
+
# @return [String]
|
850
|
+
#
|
851
|
+
# @!attribute [rw] party_type
|
852
|
+
# A unique identifier for the party type field to be merged.
|
853
|
+
# @return [String]
|
854
|
+
#
|
855
|
+
# @!attribute [rw] business_name
|
856
|
+
# A unique identifier for the business name field to be merged.
|
857
|
+
# @return [String]
|
858
|
+
#
|
859
|
+
# @!attribute [rw] first_name
|
860
|
+
# A unique identifier for the first name field to be merged.
|
861
|
+
# @return [String]
|
862
|
+
#
|
863
|
+
# @!attribute [rw] middle_name
|
864
|
+
# A unique identifier for the middle name field to be merged.
|
865
|
+
# @return [String]
|
866
|
+
#
|
867
|
+
# @!attribute [rw] last_name
|
868
|
+
# A unique identifier for the last name field to be merged.
|
869
|
+
# @return [String]
|
870
|
+
#
|
871
|
+
# @!attribute [rw] birth_date
|
872
|
+
# A unique identifier for the birthdate field to be merged.
|
873
|
+
# @return [String]
|
874
|
+
#
|
875
|
+
# @!attribute [rw] gender
|
876
|
+
# A unique identifier for the gender field to be merged.
|
877
|
+
# @return [String]
|
878
|
+
#
|
879
|
+
# @!attribute [rw] phone_number
|
880
|
+
# A unique identifier for the phone number field to be merged.
|
881
|
+
# @return [String]
|
882
|
+
#
|
883
|
+
# @!attribute [rw] mobile_phone_number
|
884
|
+
# A unique identifier for the mobile phone number field to be merged.
|
885
|
+
# @return [String]
|
886
|
+
#
|
887
|
+
# @!attribute [rw] home_phone_number
|
888
|
+
# A unique identifier for the home phone number field to be merged.
|
889
|
+
# @return [String]
|
890
|
+
#
|
891
|
+
# @!attribute [rw] business_phone_number
|
892
|
+
# A unique identifier for the business phone number field to be
|
893
|
+
# merged.
|
894
|
+
# @return [String]
|
895
|
+
#
|
896
|
+
# @!attribute [rw] email_address
|
897
|
+
# A unique identifier for the email address field to be merged.
|
898
|
+
# @return [String]
|
899
|
+
#
|
900
|
+
# @!attribute [rw] personal_email_address
|
901
|
+
# A unique identifier for the personal email address field to be
|
902
|
+
# merged.
|
903
|
+
# @return [String]
|
904
|
+
#
|
905
|
+
# @!attribute [rw] business_email_address
|
906
|
+
# A unique identifier for the party type field to be merged.
|
907
|
+
# @return [String]
|
908
|
+
#
|
909
|
+
# @!attribute [rw] address
|
910
|
+
# A unique identifier for the party type field to be merged.
|
911
|
+
# @return [String]
|
912
|
+
#
|
913
|
+
# @!attribute [rw] shipping_address
|
914
|
+
# A unique identifier for the shipping address field to be merged.
|
915
|
+
# @return [String]
|
916
|
+
#
|
917
|
+
# @!attribute [rw] mailing_address
|
918
|
+
# A unique identifier for the mailing address field to be merged.
|
919
|
+
# @return [String]
|
920
|
+
#
|
921
|
+
# @!attribute [rw] billing_address
|
922
|
+
# A unique identifier for the billing type field to be merged.
|
923
|
+
# @return [String]
|
924
|
+
#
|
925
|
+
# @!attribute [rw] attributes
|
926
|
+
# A unique identifier for the attributes field to be merged.
|
927
|
+
# @return [Hash<String,String>]
|
928
|
+
#
|
929
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/FieldSourceProfileIds AWS API Documentation
|
930
|
+
#
|
931
|
+
class FieldSourceProfileIds < Struct.new(
|
932
|
+
:account_number,
|
933
|
+
:additional_information,
|
934
|
+
:party_type,
|
935
|
+
:business_name,
|
936
|
+
:first_name,
|
937
|
+
:middle_name,
|
938
|
+
:last_name,
|
939
|
+
:birth_date,
|
940
|
+
:gender,
|
941
|
+
:phone_number,
|
942
|
+
:mobile_phone_number,
|
943
|
+
:home_phone_number,
|
944
|
+
:business_phone_number,
|
945
|
+
:email_address,
|
946
|
+
:personal_email_address,
|
947
|
+
:business_email_address,
|
948
|
+
:address,
|
949
|
+
:shipping_address,
|
950
|
+
:mailing_address,
|
951
|
+
:billing_address,
|
952
|
+
:attributes)
|
953
|
+
SENSITIVE = []
|
954
|
+
include Aws::Structure
|
955
|
+
end
|
956
|
+
|
957
|
+
# The configurations that control how Customer Profiles retrieves data
|
958
|
+
# from the source, Amazon AppFlow. Customer Profiles uses this
|
959
|
+
# information to create an AppFlow flow on behalf of customers.
|
960
|
+
#
|
961
|
+
# @note When making an API call, you may pass FlowDefinition
|
962
|
+
# data as a hash:
|
963
|
+
#
|
964
|
+
# {
|
965
|
+
# description: "FlowDescription",
|
966
|
+
# flow_name: "FlowName", # required
|
967
|
+
# kms_arn: "KmsArn", # required
|
968
|
+
# source_flow_config: { # required
|
969
|
+
# connector_profile_name: "ConnectorProfileName",
|
970
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
|
971
|
+
# incremental_pull_config: {
|
972
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
973
|
+
# },
|
974
|
+
# source_connector_properties: { # required
|
975
|
+
# marketo: {
|
976
|
+
# object: "Object", # required
|
977
|
+
# },
|
978
|
+
# s3: {
|
979
|
+
# bucket_name: "BucketName", # required
|
980
|
+
# bucket_prefix: "BucketPrefix",
|
981
|
+
# },
|
982
|
+
# salesforce: {
|
983
|
+
# object: "Object", # required
|
984
|
+
# enable_dynamic_field_update: false,
|
985
|
+
# include_deleted_records: false,
|
986
|
+
# },
|
987
|
+
# service_now: {
|
988
|
+
# object: "Object", # required
|
989
|
+
# },
|
990
|
+
# zendesk: {
|
991
|
+
# object: "Object", # required
|
992
|
+
# },
|
993
|
+
# },
|
994
|
+
# },
|
995
|
+
# tasks: [ # required
|
996
|
+
# {
|
997
|
+
# connector_operator: {
|
998
|
+
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
999
|
+
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
1000
|
+
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
1001
|
+
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
1002
|
+
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
1003
|
+
# },
|
1004
|
+
# destination_field: "DestinationField",
|
1005
|
+
# source_fields: ["stringTo2048"], # required
|
1006
|
+
# task_properties: {
|
1007
|
+
# "VALUE" => "Property",
|
1008
|
+
# },
|
1009
|
+
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
|
1010
|
+
# },
|
1011
|
+
# ],
|
1012
|
+
# trigger_config: { # required
|
1013
|
+
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
1014
|
+
# trigger_properties: {
|
1015
|
+
# scheduled: {
|
1016
|
+
# schedule_expression: "ScheduleExpression", # required
|
1017
|
+
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
1018
|
+
# schedule_start_time: Time.now,
|
1019
|
+
# schedule_end_time: Time.now,
|
1020
|
+
# timezone: "Timezone",
|
1021
|
+
# schedule_offset: 1,
|
1022
|
+
# first_execution_from: Time.now,
|
1023
|
+
# },
|
1024
|
+
# },
|
1025
|
+
# },
|
1026
|
+
# }
|
1027
|
+
#
|
1028
|
+
# @!attribute [rw] description
|
1029
|
+
# A description of the flow you want to create.
|
1030
|
+
# @return [String]
|
1031
|
+
#
|
1032
|
+
# @!attribute [rw] flow_name
|
1033
|
+
# The specified name of the flow. Use underscores (\_) or hyphens (-)
|
1034
|
+
# only. Spaces are not allowed.
|
1035
|
+
# @return [String]
|
1036
|
+
#
|
1037
|
+
# @!attribute [rw] kms_arn
|
1038
|
+
# The Amazon Resource Name of the AWS Key Management Service (KMS) key
|
1039
|
+
# you provide for encryption.
|
1040
|
+
# @return [String]
|
1041
|
+
#
|
1042
|
+
# @!attribute [rw] source_flow_config
|
1043
|
+
# The configuration that controls how Customer Profiles retrieves data
|
1044
|
+
# from the source.
|
1045
|
+
# @return [Types::SourceFlowConfig]
|
1046
|
+
#
|
1047
|
+
# @!attribute [rw] tasks
|
1048
|
+
# A list of tasks that Customer Profiles performs while transferring
|
1049
|
+
# the data in the flow run.
|
1050
|
+
# @return [Array<Types::Task>]
|
1051
|
+
#
|
1052
|
+
# @!attribute [rw] trigger_config
|
1053
|
+
# The trigger settings that determine how and when the flow runs.
|
1054
|
+
# @return [Types::TriggerConfig]
|
1055
|
+
#
|
1056
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/FlowDefinition AWS API Documentation
|
1057
|
+
#
|
1058
|
+
class FlowDefinition < Struct.new(
|
1059
|
+
:description,
|
1060
|
+
:flow_name,
|
1061
|
+
:kms_arn,
|
1062
|
+
:source_flow_config,
|
1063
|
+
:tasks,
|
1064
|
+
:trigger_config)
|
1065
|
+
SENSITIVE = []
|
1066
|
+
include Aws::Structure
|
1067
|
+
end
|
1068
|
+
|
748
1069
|
# @note When making an API call, you may pass GetDomainRequest
|
749
1070
|
# data as a hash:
|
750
1071
|
#
|
@@ -753,7 +1074,7 @@ module Aws::CustomerProfiles
|
|
753
1074
|
# }
|
754
1075
|
#
|
755
1076
|
# @!attribute [rw] domain_name
|
756
|
-
#
|
1077
|
+
# The unique name of the domain.
|
757
1078
|
# @return [String]
|
758
1079
|
#
|
759
1080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetDomainRequest AWS API Documentation
|
@@ -788,6 +1109,11 @@ module Aws::CustomerProfiles
|
|
788
1109
|
# Usage-specific statistics about the domain.
|
789
1110
|
# @return [Types::DomainStats]
|
790
1111
|
#
|
1112
|
+
# @!attribute [rw] matching
|
1113
|
+
# The process of matching duplicate profiles. This process runs every
|
1114
|
+
# Saturday at 12AM.
|
1115
|
+
# @return [Types::MatchingResponse]
|
1116
|
+
#
|
791
1117
|
# @!attribute [rw] created_at
|
792
1118
|
# The timestamp of when the domain was created.
|
793
1119
|
# @return [Time]
|
@@ -809,6 +1135,7 @@ module Aws::CustomerProfiles
|
|
809
1135
|
:default_encryption_key,
|
810
1136
|
:dead_letter_queue_url,
|
811
1137
|
:stats,
|
1138
|
+
:matching,
|
812
1139
|
:created_at,
|
813
1140
|
:last_updated_at,
|
814
1141
|
:tags)
|
@@ -879,6 +1206,67 @@ module Aws::CustomerProfiles
|
|
879
1206
|
include Aws::Structure
|
880
1207
|
end
|
881
1208
|
|
1209
|
+
# @note When making an API call, you may pass GetMatchesRequest
|
1210
|
+
# data as a hash:
|
1211
|
+
#
|
1212
|
+
# {
|
1213
|
+
# next_token: "token",
|
1214
|
+
# max_results: 1,
|
1215
|
+
# domain_name: "name", # required
|
1216
|
+
# }
|
1217
|
+
#
|
1218
|
+
# @!attribute [rw] next_token
|
1219
|
+
# The token for the next set of results. Use the value returned in the
|
1220
|
+
# previous response in the next request to retrieve the next set of
|
1221
|
+
# results.
|
1222
|
+
# @return [String]
|
1223
|
+
#
|
1224
|
+
# @!attribute [rw] max_results
|
1225
|
+
# The maximum number of results to return per page.
|
1226
|
+
# @return [Integer]
|
1227
|
+
#
|
1228
|
+
# @!attribute [rw] domain_name
|
1229
|
+
# The unique name of the domain.
|
1230
|
+
# @return [String]
|
1231
|
+
#
|
1232
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetMatchesRequest AWS API Documentation
|
1233
|
+
#
|
1234
|
+
class GetMatchesRequest < Struct.new(
|
1235
|
+
:next_token,
|
1236
|
+
:max_results,
|
1237
|
+
:domain_name)
|
1238
|
+
SENSITIVE = []
|
1239
|
+
include Aws::Structure
|
1240
|
+
end
|
1241
|
+
|
1242
|
+
# @!attribute [rw] next_token
|
1243
|
+
# If there are additional results, this is the token for the next set
|
1244
|
+
# of results.
|
1245
|
+
# @return [String]
|
1246
|
+
#
|
1247
|
+
# @!attribute [rw] match_generation_date
|
1248
|
+
# The timestamp this version of Match Result generated.
|
1249
|
+
# @return [Time]
|
1250
|
+
#
|
1251
|
+
# @!attribute [rw] potential_matches
|
1252
|
+
# The number of potential matches found.
|
1253
|
+
# @return [Integer]
|
1254
|
+
#
|
1255
|
+
# @!attribute [rw] matches
|
1256
|
+
# The list of matched profiles for this instance.
|
1257
|
+
# @return [Array<Types::MatchItem>]
|
1258
|
+
#
|
1259
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/GetMatchesResponse AWS API Documentation
|
1260
|
+
#
|
1261
|
+
class GetMatchesResponse < Struct.new(
|
1262
|
+
:next_token,
|
1263
|
+
:match_generation_date,
|
1264
|
+
:potential_matches,
|
1265
|
+
:matches)
|
1266
|
+
SENSITIVE = []
|
1267
|
+
include Aws::Structure
|
1268
|
+
end
|
1269
|
+
|
882
1270
|
# @note When making an API call, you may pass GetProfileObjectTypeRequest
|
883
1271
|
# data as a hash:
|
884
1272
|
#
|
@@ -1034,6 +1422,29 @@ module Aws::CustomerProfiles
|
|
1034
1422
|
include Aws::Structure
|
1035
1423
|
end
|
1036
1424
|
|
1425
|
+
# Specifies the configuration used when importing incremental records
|
1426
|
+
# from the source.
|
1427
|
+
#
|
1428
|
+
# @note When making an API call, you may pass IncrementalPullConfig
|
1429
|
+
# data as a hash:
|
1430
|
+
#
|
1431
|
+
# {
|
1432
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
1433
|
+
# }
|
1434
|
+
#
|
1435
|
+
# @!attribute [rw] datetime_type_field_name
|
1436
|
+
# A field that specifies the date time or timestamp field as the
|
1437
|
+
# criteria to use when importing incremental records from the source.
|
1438
|
+
# @return [String]
|
1439
|
+
#
|
1440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/IncrementalPullConfig AWS API Documentation
|
1441
|
+
#
|
1442
|
+
class IncrementalPullConfig < Struct.new(
|
1443
|
+
:datetime_type_field_name)
|
1444
|
+
SENSITIVE = []
|
1445
|
+
include Aws::Structure
|
1446
|
+
end
|
1447
|
+
|
1037
1448
|
# An internal service error occurred.
|
1038
1449
|
#
|
1039
1450
|
# @!attribute [rw] message
|
@@ -1525,6 +1936,158 @@ module Aws::CustomerProfiles
|
|
1525
1936
|
include Aws::Structure
|
1526
1937
|
end
|
1527
1938
|
|
1939
|
+
# The properties that are applied when Marketo is being used as a
|
1940
|
+
# source.
|
1941
|
+
#
|
1942
|
+
# @note When making an API call, you may pass MarketoSourceProperties
|
1943
|
+
# data as a hash:
|
1944
|
+
#
|
1945
|
+
# {
|
1946
|
+
# object: "Object", # required
|
1947
|
+
# }
|
1948
|
+
#
|
1949
|
+
# @!attribute [rw] object
|
1950
|
+
# The object specified in the Marketo flow source.
|
1951
|
+
# @return [String]
|
1952
|
+
#
|
1953
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MarketoSourceProperties AWS API Documentation
|
1954
|
+
#
|
1955
|
+
class MarketoSourceProperties < Struct.new(
|
1956
|
+
:object)
|
1957
|
+
SENSITIVE = []
|
1958
|
+
include Aws::Structure
|
1959
|
+
end
|
1960
|
+
|
1961
|
+
# The Match group object.
|
1962
|
+
#
|
1963
|
+
# @!attribute [rw] match_id
|
1964
|
+
# The unique identifiers for this group of profiles that match.
|
1965
|
+
# @return [String]
|
1966
|
+
#
|
1967
|
+
# @!attribute [rw] profile_ids
|
1968
|
+
# A list of identifiers for profiles that match.
|
1969
|
+
# @return [Array<String>]
|
1970
|
+
#
|
1971
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MatchItem AWS API Documentation
|
1972
|
+
#
|
1973
|
+
class MatchItem < Struct.new(
|
1974
|
+
:match_id,
|
1975
|
+
:profile_ids)
|
1976
|
+
SENSITIVE = []
|
1977
|
+
include Aws::Structure
|
1978
|
+
end
|
1979
|
+
|
1980
|
+
# The flag that enables the matching process of duplicate profiles.
|
1981
|
+
#
|
1982
|
+
# @note When making an API call, you may pass MatchingRequest
|
1983
|
+
# data as a hash:
|
1984
|
+
#
|
1985
|
+
# {
|
1986
|
+
# enabled: false, # required
|
1987
|
+
# }
|
1988
|
+
#
|
1989
|
+
# @!attribute [rw] enabled
|
1990
|
+
# The flag that enables the matching process of duplicate profiles.
|
1991
|
+
# @return [Boolean]
|
1992
|
+
#
|
1993
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MatchingRequest AWS API Documentation
|
1994
|
+
#
|
1995
|
+
class MatchingRequest < Struct.new(
|
1996
|
+
:enabled)
|
1997
|
+
SENSITIVE = []
|
1998
|
+
include Aws::Structure
|
1999
|
+
end
|
2000
|
+
|
2001
|
+
# The flag that enables the matching process of duplicate profiles.
|
2002
|
+
#
|
2003
|
+
# @!attribute [rw] enabled
|
2004
|
+
# The flag that enables the matching process of duplicate profiles.
|
2005
|
+
# @return [Boolean]
|
2006
|
+
#
|
2007
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MatchingResponse AWS API Documentation
|
2008
|
+
#
|
2009
|
+
class MatchingResponse < Struct.new(
|
2010
|
+
:enabled)
|
2011
|
+
SENSITIVE = []
|
2012
|
+
include Aws::Structure
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
# @note When making an API call, you may pass MergeProfilesRequest
|
2016
|
+
# data as a hash:
|
2017
|
+
#
|
2018
|
+
# {
|
2019
|
+
# domain_name: "name", # required
|
2020
|
+
# main_profile_id: "uuid", # required
|
2021
|
+
# profile_ids_to_be_merged: ["uuid"], # required
|
2022
|
+
# field_source_profile_ids: {
|
2023
|
+
# account_number: "uuid",
|
2024
|
+
# additional_information: "uuid",
|
2025
|
+
# party_type: "uuid",
|
2026
|
+
# business_name: "uuid",
|
2027
|
+
# first_name: "uuid",
|
2028
|
+
# middle_name: "uuid",
|
2029
|
+
# last_name: "uuid",
|
2030
|
+
# birth_date: "uuid",
|
2031
|
+
# gender: "uuid",
|
2032
|
+
# phone_number: "uuid",
|
2033
|
+
# mobile_phone_number: "uuid",
|
2034
|
+
# home_phone_number: "uuid",
|
2035
|
+
# business_phone_number: "uuid",
|
2036
|
+
# email_address: "uuid",
|
2037
|
+
# personal_email_address: "uuid",
|
2038
|
+
# business_email_address: "uuid",
|
2039
|
+
# address: "uuid",
|
2040
|
+
# shipping_address: "uuid",
|
2041
|
+
# mailing_address: "uuid",
|
2042
|
+
# billing_address: "uuid",
|
2043
|
+
# attributes: {
|
2044
|
+
# "string1To255" => "uuid",
|
2045
|
+
# },
|
2046
|
+
# },
|
2047
|
+
# }
|
2048
|
+
#
|
2049
|
+
# @!attribute [rw] domain_name
|
2050
|
+
# The unique name of the domain.
|
2051
|
+
# @return [String]
|
2052
|
+
#
|
2053
|
+
# @!attribute [rw] main_profile_id
|
2054
|
+
# The identifier of the profile to be taken.
|
2055
|
+
# @return [String]
|
2056
|
+
#
|
2057
|
+
# @!attribute [rw] profile_ids_to_be_merged
|
2058
|
+
# The identifier of the profile to be merged into MainProfileId.
|
2059
|
+
# @return [Array<String>]
|
2060
|
+
#
|
2061
|
+
# @!attribute [rw] field_source_profile_ids
|
2062
|
+
# The identifiers of the fields in the profile that has the
|
2063
|
+
# information you want to apply to the merge. For example, say you
|
2064
|
+
# want to merge EmailAddress from Profile1 into MainProfile. This
|
2065
|
+
# would be the identifier of the EmailAddress field in Profile1.
|
2066
|
+
# @return [Types::FieldSourceProfileIds]
|
2067
|
+
#
|
2068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MergeProfilesRequest AWS API Documentation
|
2069
|
+
#
|
2070
|
+
class MergeProfilesRequest < Struct.new(
|
2071
|
+
:domain_name,
|
2072
|
+
:main_profile_id,
|
2073
|
+
:profile_ids_to_be_merged,
|
2074
|
+
:field_source_profile_ids)
|
2075
|
+
SENSITIVE = []
|
2076
|
+
include Aws::Structure
|
2077
|
+
end
|
2078
|
+
|
2079
|
+
# @!attribute [rw] message
|
2080
|
+
# A message that indicates the merge request is complete.
|
2081
|
+
# @return [String]
|
2082
|
+
#
|
2083
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/MergeProfilesResponse AWS API Documentation
|
2084
|
+
#
|
2085
|
+
class MergeProfilesResponse < Struct.new(
|
2086
|
+
:message)
|
2087
|
+
SENSITIVE = []
|
2088
|
+
include Aws::Structure
|
2089
|
+
end
|
2090
|
+
|
1528
2091
|
# Represents a field in a ProfileObjectType.
|
1529
2092
|
#
|
1530
2093
|
# @note When making an API call, you may pass ObjectTypeField
|
@@ -1610,7 +2173,7 @@ module Aws::CustomerProfiles
|
|
1610
2173
|
# @return [String]
|
1611
2174
|
#
|
1612
2175
|
# @!attribute [rw] additional_information
|
1613
|
-
# Any additional information relevant to the customer
|
2176
|
+
# Any additional information relevant to the customer’s profile.
|
1614
2177
|
# @return [String]
|
1615
2178
|
#
|
1616
2179
|
# @!attribute [rw] party_type
|
@@ -1659,7 +2222,7 @@ module Aws::CustomerProfiles
|
|
1659
2222
|
# @return [String]
|
1660
2223
|
#
|
1661
2224
|
# @!attribute [rw] email_address
|
1662
|
-
# The customer
|
2225
|
+
# The customer’s email address, which has not been specified as a
|
1663
2226
|
# personal or business address.
|
1664
2227
|
# @return [String]
|
1665
2228
|
#
|
@@ -1726,11 +2289,74 @@ module Aws::CustomerProfiles
|
|
1726
2289
|
#
|
1727
2290
|
# {
|
1728
2291
|
# domain_name: "name", # required
|
1729
|
-
# uri: "string1To255",
|
2292
|
+
# uri: "string1To255",
|
1730
2293
|
# object_type_name: "typeName", # required
|
1731
2294
|
# tags: {
|
1732
2295
|
# "TagKey" => "TagValue",
|
1733
2296
|
# },
|
2297
|
+
# flow_definition: {
|
2298
|
+
# description: "FlowDescription",
|
2299
|
+
# flow_name: "FlowName", # required
|
2300
|
+
# kms_arn: "KmsArn", # required
|
2301
|
+
# source_flow_config: { # required
|
2302
|
+
# connector_profile_name: "ConnectorProfileName",
|
2303
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
|
2304
|
+
# incremental_pull_config: {
|
2305
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
2306
|
+
# },
|
2307
|
+
# source_connector_properties: { # required
|
2308
|
+
# marketo: {
|
2309
|
+
# object: "Object", # required
|
2310
|
+
# },
|
2311
|
+
# s3: {
|
2312
|
+
# bucket_name: "BucketName", # required
|
2313
|
+
# bucket_prefix: "BucketPrefix",
|
2314
|
+
# },
|
2315
|
+
# salesforce: {
|
2316
|
+
# object: "Object", # required
|
2317
|
+
# enable_dynamic_field_update: false,
|
2318
|
+
# include_deleted_records: false,
|
2319
|
+
# },
|
2320
|
+
# service_now: {
|
2321
|
+
# object: "Object", # required
|
2322
|
+
# },
|
2323
|
+
# zendesk: {
|
2324
|
+
# object: "Object", # required
|
2325
|
+
# },
|
2326
|
+
# },
|
2327
|
+
# },
|
2328
|
+
# tasks: [ # required
|
2329
|
+
# {
|
2330
|
+
# connector_operator: {
|
2331
|
+
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2332
|
+
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2333
|
+
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2334
|
+
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2335
|
+
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2336
|
+
# },
|
2337
|
+
# destination_field: "DestinationField",
|
2338
|
+
# source_fields: ["stringTo2048"], # required
|
2339
|
+
# task_properties: {
|
2340
|
+
# "VALUE" => "Property",
|
2341
|
+
# },
|
2342
|
+
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
|
2343
|
+
# },
|
2344
|
+
# ],
|
2345
|
+
# trigger_config: { # required
|
2346
|
+
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
2347
|
+
# trigger_properties: {
|
2348
|
+
# scheduled: {
|
2349
|
+
# schedule_expression: "ScheduleExpression", # required
|
2350
|
+
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
2351
|
+
# schedule_start_time: Time.now,
|
2352
|
+
# schedule_end_time: Time.now,
|
2353
|
+
# timezone: "Timezone",
|
2354
|
+
# schedule_offset: 1,
|
2355
|
+
# first_execution_from: Time.now,
|
2356
|
+
# },
|
2357
|
+
# },
|
2358
|
+
# },
|
2359
|
+
# },
|
1734
2360
|
# }
|
1735
2361
|
#
|
1736
2362
|
# @!attribute [rw] domain_name
|
@@ -1750,13 +2376,19 @@ module Aws::CustomerProfiles
|
|
1750
2376
|
# resource.
|
1751
2377
|
# @return [Hash<String,String>]
|
1752
2378
|
#
|
2379
|
+
# @!attribute [rw] flow_definition
|
2380
|
+
# The configuration that controls how Customer Profiles retrieves data
|
2381
|
+
# from the source.
|
2382
|
+
# @return [Types::FlowDefinition]
|
2383
|
+
#
|
1753
2384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/PutIntegrationRequest AWS API Documentation
|
1754
2385
|
#
|
1755
2386
|
class PutIntegrationRequest < Struct.new(
|
1756
2387
|
:domain_name,
|
1757
2388
|
:uri,
|
1758
2389
|
:object_type_name,
|
1759
|
-
:tags
|
2390
|
+
:tags,
|
2391
|
+
:flow_definition)
|
1760
2392
|
SENSITIVE = []
|
1761
2393
|
include Aws::Structure
|
1762
2394
|
end
|
@@ -2020,6 +2652,135 @@ module Aws::CustomerProfiles
|
|
2020
2652
|
include Aws::Structure
|
2021
2653
|
end
|
2022
2654
|
|
2655
|
+
# The properties that are applied when Amazon S3 is being used as the
|
2656
|
+
# flow source.
|
2657
|
+
#
|
2658
|
+
# @note When making an API call, you may pass S3SourceProperties
|
2659
|
+
# data as a hash:
|
2660
|
+
#
|
2661
|
+
# {
|
2662
|
+
# bucket_name: "BucketName", # required
|
2663
|
+
# bucket_prefix: "BucketPrefix",
|
2664
|
+
# }
|
2665
|
+
#
|
2666
|
+
# @!attribute [rw] bucket_name
|
2667
|
+
# The Amazon S3 bucket name where the source files are stored.
|
2668
|
+
# @return [String]
|
2669
|
+
#
|
2670
|
+
# @!attribute [rw] bucket_prefix
|
2671
|
+
# The object key for the Amazon S3 bucket in which the source files
|
2672
|
+
# are stored.
|
2673
|
+
# @return [String]
|
2674
|
+
#
|
2675
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/S3SourceProperties AWS API Documentation
|
2676
|
+
#
|
2677
|
+
class S3SourceProperties < Struct.new(
|
2678
|
+
:bucket_name,
|
2679
|
+
:bucket_prefix)
|
2680
|
+
SENSITIVE = []
|
2681
|
+
include Aws::Structure
|
2682
|
+
end
|
2683
|
+
|
2684
|
+
# The properties that are applied when Salesforce is being used as a
|
2685
|
+
# source.
|
2686
|
+
#
|
2687
|
+
# @note When making an API call, you may pass SalesforceSourceProperties
|
2688
|
+
# data as a hash:
|
2689
|
+
#
|
2690
|
+
# {
|
2691
|
+
# object: "Object", # required
|
2692
|
+
# enable_dynamic_field_update: false,
|
2693
|
+
# include_deleted_records: false,
|
2694
|
+
# }
|
2695
|
+
#
|
2696
|
+
# @!attribute [rw] object
|
2697
|
+
# The object specified in the Salesforce flow source.
|
2698
|
+
# @return [String]
|
2699
|
+
#
|
2700
|
+
# @!attribute [rw] enable_dynamic_field_update
|
2701
|
+
# The flag that enables dynamic fetching of new (recently added)
|
2702
|
+
# fields in the Salesforce objects while running a flow.
|
2703
|
+
# @return [Boolean]
|
2704
|
+
#
|
2705
|
+
# @!attribute [rw] include_deleted_records
|
2706
|
+
# Indicates whether Amazon AppFlow includes deleted files in the flow
|
2707
|
+
# run.
|
2708
|
+
# @return [Boolean]
|
2709
|
+
#
|
2710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SalesforceSourceProperties AWS API Documentation
|
2711
|
+
#
|
2712
|
+
class SalesforceSourceProperties < Struct.new(
|
2713
|
+
:object,
|
2714
|
+
:enable_dynamic_field_update,
|
2715
|
+
:include_deleted_records)
|
2716
|
+
SENSITIVE = []
|
2717
|
+
include Aws::Structure
|
2718
|
+
end
|
2719
|
+
|
2720
|
+
# Specifies the configuration details of a scheduled-trigger flow that
|
2721
|
+
# you define. Currently, these settings only apply to the
|
2722
|
+
# scheduled-trigger type.
|
2723
|
+
#
|
2724
|
+
# @note When making an API call, you may pass ScheduledTriggerProperties
|
2725
|
+
# data as a hash:
|
2726
|
+
#
|
2727
|
+
# {
|
2728
|
+
# schedule_expression: "ScheduleExpression", # required
|
2729
|
+
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
2730
|
+
# schedule_start_time: Time.now,
|
2731
|
+
# schedule_end_time: Time.now,
|
2732
|
+
# timezone: "Timezone",
|
2733
|
+
# schedule_offset: 1,
|
2734
|
+
# first_execution_from: Time.now,
|
2735
|
+
# }
|
2736
|
+
#
|
2737
|
+
# @!attribute [rw] schedule_expression
|
2738
|
+
# The scheduling expression that determines the rate at which the
|
2739
|
+
# schedule will run, for example rate (5 minutes).
|
2740
|
+
# @return [String]
|
2741
|
+
#
|
2742
|
+
# @!attribute [rw] data_pull_mode
|
2743
|
+
# Specifies whether a scheduled flow has an incremental data transfer
|
2744
|
+
# or a complete data transfer for each flow run.
|
2745
|
+
# @return [String]
|
2746
|
+
#
|
2747
|
+
# @!attribute [rw] schedule_start_time
|
2748
|
+
# Specifies the scheduled start time for a scheduled-trigger flow.
|
2749
|
+
# @return [Time]
|
2750
|
+
#
|
2751
|
+
# @!attribute [rw] schedule_end_time
|
2752
|
+
# Specifies the scheduled end time for a scheduled-trigger flow.
|
2753
|
+
# @return [Time]
|
2754
|
+
#
|
2755
|
+
# @!attribute [rw] timezone
|
2756
|
+
# Specifies the time zone used when referring to the date and time of
|
2757
|
+
# a scheduled-triggered flow, such as America/New\_York.
|
2758
|
+
# @return [String]
|
2759
|
+
#
|
2760
|
+
# @!attribute [rw] schedule_offset
|
2761
|
+
# Specifies the optional offset that is added to the time interval for
|
2762
|
+
# a schedule-triggered flow.
|
2763
|
+
# @return [Integer]
|
2764
|
+
#
|
2765
|
+
# @!attribute [rw] first_execution_from
|
2766
|
+
# Specifies the date range for the records to import from the
|
2767
|
+
# connector in the first flow run.
|
2768
|
+
# @return [Time]
|
2769
|
+
#
|
2770
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ScheduledTriggerProperties AWS API Documentation
|
2771
|
+
#
|
2772
|
+
class ScheduledTriggerProperties < Struct.new(
|
2773
|
+
:schedule_expression,
|
2774
|
+
:data_pull_mode,
|
2775
|
+
:schedule_start_time,
|
2776
|
+
:schedule_end_time,
|
2777
|
+
:timezone,
|
2778
|
+
:schedule_offset,
|
2779
|
+
:first_execution_from)
|
2780
|
+
SENSITIVE = []
|
2781
|
+
include Aws::Structure
|
2782
|
+
end
|
2783
|
+
|
2023
2784
|
# @note When making an API call, you may pass SearchProfilesRequest
|
2024
2785
|
# data as a hash:
|
2025
2786
|
#
|
@@ -2084,6 +2845,157 @@ module Aws::CustomerProfiles
|
|
2084
2845
|
include Aws::Structure
|
2085
2846
|
end
|
2086
2847
|
|
2848
|
+
# The properties that are applied when ServiceNow is being used as a
|
2849
|
+
# source.
|
2850
|
+
#
|
2851
|
+
# @note When making an API call, you may pass ServiceNowSourceProperties
|
2852
|
+
# data as a hash:
|
2853
|
+
#
|
2854
|
+
# {
|
2855
|
+
# object: "Object", # required
|
2856
|
+
# }
|
2857
|
+
#
|
2858
|
+
# @!attribute [rw] object
|
2859
|
+
# The object specified in the ServiceNow flow source.
|
2860
|
+
# @return [String]
|
2861
|
+
#
|
2862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ServiceNowSourceProperties AWS API Documentation
|
2863
|
+
#
|
2864
|
+
class ServiceNowSourceProperties < Struct.new(
|
2865
|
+
:object)
|
2866
|
+
SENSITIVE = []
|
2867
|
+
include Aws::Structure
|
2868
|
+
end
|
2869
|
+
|
2870
|
+
# Specifies the information that is required to query a particular
|
2871
|
+
# Amazon AppFlow connector. Customer Profiles supports Salesforce,
|
2872
|
+
# Zendesk, Marketo, ServiceNow and Amazon S3.
|
2873
|
+
#
|
2874
|
+
# @note When making an API call, you may pass SourceConnectorProperties
|
2875
|
+
# data as a hash:
|
2876
|
+
#
|
2877
|
+
# {
|
2878
|
+
# marketo: {
|
2879
|
+
# object: "Object", # required
|
2880
|
+
# },
|
2881
|
+
# s3: {
|
2882
|
+
# bucket_name: "BucketName", # required
|
2883
|
+
# bucket_prefix: "BucketPrefix",
|
2884
|
+
# },
|
2885
|
+
# salesforce: {
|
2886
|
+
# object: "Object", # required
|
2887
|
+
# enable_dynamic_field_update: false,
|
2888
|
+
# include_deleted_records: false,
|
2889
|
+
# },
|
2890
|
+
# service_now: {
|
2891
|
+
# object: "Object", # required
|
2892
|
+
# },
|
2893
|
+
# zendesk: {
|
2894
|
+
# object: "Object", # required
|
2895
|
+
# },
|
2896
|
+
# }
|
2897
|
+
#
|
2898
|
+
# @!attribute [rw] marketo
|
2899
|
+
# The properties that are applied when Marketo is being used as a
|
2900
|
+
# source.
|
2901
|
+
# @return [Types::MarketoSourceProperties]
|
2902
|
+
#
|
2903
|
+
# @!attribute [rw] s3
|
2904
|
+
# The properties that are applied when Amazon S3 is being used as the
|
2905
|
+
# flow source.
|
2906
|
+
# @return [Types::S3SourceProperties]
|
2907
|
+
#
|
2908
|
+
# @!attribute [rw] salesforce
|
2909
|
+
# The properties that are applied when Salesforce is being used as a
|
2910
|
+
# source.
|
2911
|
+
# @return [Types::SalesforceSourceProperties]
|
2912
|
+
#
|
2913
|
+
# @!attribute [rw] service_now
|
2914
|
+
# The properties that are applied when ServiceNow is being used as a
|
2915
|
+
# source.
|
2916
|
+
# @return [Types::ServiceNowSourceProperties]
|
2917
|
+
#
|
2918
|
+
# @!attribute [rw] zendesk
|
2919
|
+
# The properties that are applied when using Zendesk as a flow source.
|
2920
|
+
# @return [Types::ZendeskSourceProperties]
|
2921
|
+
#
|
2922
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceConnectorProperties AWS API Documentation
|
2923
|
+
#
|
2924
|
+
class SourceConnectorProperties < Struct.new(
|
2925
|
+
:marketo,
|
2926
|
+
:s3,
|
2927
|
+
:salesforce,
|
2928
|
+
:service_now,
|
2929
|
+
:zendesk)
|
2930
|
+
SENSITIVE = []
|
2931
|
+
include Aws::Structure
|
2932
|
+
end
|
2933
|
+
|
2934
|
+
# Contains information about the configuration of the source connector
|
2935
|
+
# used in the flow.
|
2936
|
+
#
|
2937
|
+
# @note When making an API call, you may pass SourceFlowConfig
|
2938
|
+
# data as a hash:
|
2939
|
+
#
|
2940
|
+
# {
|
2941
|
+
# connector_profile_name: "ConnectorProfileName",
|
2942
|
+
# connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
|
2943
|
+
# incremental_pull_config: {
|
2944
|
+
# datetime_type_field_name: "DatetimeTypeFieldName",
|
2945
|
+
# },
|
2946
|
+
# source_connector_properties: { # required
|
2947
|
+
# marketo: {
|
2948
|
+
# object: "Object", # required
|
2949
|
+
# },
|
2950
|
+
# s3: {
|
2951
|
+
# bucket_name: "BucketName", # required
|
2952
|
+
# bucket_prefix: "BucketPrefix",
|
2953
|
+
# },
|
2954
|
+
# salesforce: {
|
2955
|
+
# object: "Object", # required
|
2956
|
+
# enable_dynamic_field_update: false,
|
2957
|
+
# include_deleted_records: false,
|
2958
|
+
# },
|
2959
|
+
# service_now: {
|
2960
|
+
# object: "Object", # required
|
2961
|
+
# },
|
2962
|
+
# zendesk: {
|
2963
|
+
# object: "Object", # required
|
2964
|
+
# },
|
2965
|
+
# },
|
2966
|
+
# }
|
2967
|
+
#
|
2968
|
+
# @!attribute [rw] connector_profile_name
|
2969
|
+
# The name of the AppFlow connector profile. This name must be unique
|
2970
|
+
# for each connector profile in the AWS account.
|
2971
|
+
# @return [String]
|
2972
|
+
#
|
2973
|
+
# @!attribute [rw] connector_type
|
2974
|
+
# The type of connector, such as Salesforce, Marketo, and so on.
|
2975
|
+
# @return [String]
|
2976
|
+
#
|
2977
|
+
# @!attribute [rw] incremental_pull_config
|
2978
|
+
# Defines the configuration for a scheduled incremental data pull. If
|
2979
|
+
# a valid configuration is provided, the fields specified in the
|
2980
|
+
# configuration are used when querying for the incremental data pull.
|
2981
|
+
# @return [Types::IncrementalPullConfig]
|
2982
|
+
#
|
2983
|
+
# @!attribute [rw] source_connector_properties
|
2984
|
+
# Specifies the information that is required to query a particular
|
2985
|
+
# source connector.
|
2986
|
+
# @return [Types::SourceConnectorProperties]
|
2987
|
+
#
|
2988
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/SourceFlowConfig AWS API Documentation
|
2989
|
+
#
|
2990
|
+
class SourceFlowConfig < Struct.new(
|
2991
|
+
:connector_profile_name,
|
2992
|
+
:connector_type,
|
2993
|
+
:incremental_pull_config,
|
2994
|
+
:source_connector_properties)
|
2995
|
+
SENSITIVE = []
|
2996
|
+
include Aws::Structure
|
2997
|
+
end
|
2998
|
+
|
2087
2999
|
# @note When making an API call, you may pass TagResourceRequest
|
2088
3000
|
# data as a hash:
|
2089
3001
|
#
|
@@ -2116,6 +3028,63 @@ module Aws::CustomerProfiles
|
|
2116
3028
|
#
|
2117
3029
|
class TagResourceResponse < Aws::EmptyStructure; end
|
2118
3030
|
|
3031
|
+
# A class for modeling different type of tasks. Task implementation
|
3032
|
+
# varies based on the TaskType.
|
3033
|
+
#
|
3034
|
+
# @note When making an API call, you may pass Task
|
3035
|
+
# data as a hash:
|
3036
|
+
#
|
3037
|
+
# {
|
3038
|
+
# connector_operator: {
|
3039
|
+
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
3040
|
+
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
3041
|
+
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
3042
|
+
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
3043
|
+
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
3044
|
+
# },
|
3045
|
+
# destination_field: "DestinationField",
|
3046
|
+
# source_fields: ["stringTo2048"], # required
|
3047
|
+
# task_properties: {
|
3048
|
+
# "VALUE" => "Property",
|
3049
|
+
# },
|
3050
|
+
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
|
3051
|
+
# }
|
3052
|
+
#
|
3053
|
+
# @!attribute [rw] connector_operator
|
3054
|
+
# The operation to be performed on the provided source fields.
|
3055
|
+
# @return [Types::ConnectorOperator]
|
3056
|
+
#
|
3057
|
+
# @!attribute [rw] destination_field
|
3058
|
+
# A field in a destination connector, or a field value against which
|
3059
|
+
# Amazon AppFlow validates a source field.
|
3060
|
+
# @return [String]
|
3061
|
+
#
|
3062
|
+
# @!attribute [rw] source_fields
|
3063
|
+
# The source fields to which a particular task is applied.
|
3064
|
+
# @return [Array<String>]
|
3065
|
+
#
|
3066
|
+
# @!attribute [rw] task_properties
|
3067
|
+
# A map used to store task-related information. The service looks for
|
3068
|
+
# particular information based on the TaskType.
|
3069
|
+
# @return [Hash<String,String>]
|
3070
|
+
#
|
3071
|
+
# @!attribute [rw] task_type
|
3072
|
+
# Specifies the particular task implementation that Amazon AppFlow
|
3073
|
+
# performs.
|
3074
|
+
# @return [String]
|
3075
|
+
#
|
3076
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/Task AWS API Documentation
|
3077
|
+
#
|
3078
|
+
class Task < Struct.new(
|
3079
|
+
:connector_operator,
|
3080
|
+
:destination_field,
|
3081
|
+
:source_fields,
|
3082
|
+
:task_properties,
|
3083
|
+
:task_type)
|
3084
|
+
SENSITIVE = []
|
3085
|
+
include Aws::Structure
|
3086
|
+
end
|
3087
|
+
|
2119
3088
|
# You exceeded the maximum number of requests.
|
2120
3089
|
#
|
2121
3090
|
# @!attribute [rw] message
|
@@ -2129,6 +3098,79 @@ module Aws::CustomerProfiles
|
|
2129
3098
|
include Aws::Structure
|
2130
3099
|
end
|
2131
3100
|
|
3101
|
+
# The trigger settings that determine how and when Amazon AppFlow runs
|
3102
|
+
# the specified flow.
|
3103
|
+
#
|
3104
|
+
# @note When making an API call, you may pass TriggerConfig
|
3105
|
+
# data as a hash:
|
3106
|
+
#
|
3107
|
+
# {
|
3108
|
+
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
3109
|
+
# trigger_properties: {
|
3110
|
+
# scheduled: {
|
3111
|
+
# schedule_expression: "ScheduleExpression", # required
|
3112
|
+
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
3113
|
+
# schedule_start_time: Time.now,
|
3114
|
+
# schedule_end_time: Time.now,
|
3115
|
+
# timezone: "Timezone",
|
3116
|
+
# schedule_offset: 1,
|
3117
|
+
# first_execution_from: Time.now,
|
3118
|
+
# },
|
3119
|
+
# },
|
3120
|
+
# }
|
3121
|
+
#
|
3122
|
+
# @!attribute [rw] trigger_type
|
3123
|
+
# Specifies the type of flow trigger. It can be OnDemand, Scheduled,
|
3124
|
+
# or Event.
|
3125
|
+
# @return [String]
|
3126
|
+
#
|
3127
|
+
# @!attribute [rw] trigger_properties
|
3128
|
+
# Specifies the configuration details of a schedule-triggered flow
|
3129
|
+
# that you define. Currently, these settings only apply to the
|
3130
|
+
# Scheduled trigger type.
|
3131
|
+
# @return [Types::TriggerProperties]
|
3132
|
+
#
|
3133
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerConfig AWS API Documentation
|
3134
|
+
#
|
3135
|
+
class TriggerConfig < Struct.new(
|
3136
|
+
:trigger_type,
|
3137
|
+
:trigger_properties)
|
3138
|
+
SENSITIVE = []
|
3139
|
+
include Aws::Structure
|
3140
|
+
end
|
3141
|
+
|
3142
|
+
# Specifies the configuration details that control the trigger for a
|
3143
|
+
# flow. Currently, these settings only apply to the Scheduled trigger
|
3144
|
+
# type.
|
3145
|
+
#
|
3146
|
+
# @note When making an API call, you may pass TriggerProperties
|
3147
|
+
# data as a hash:
|
3148
|
+
#
|
3149
|
+
# {
|
3150
|
+
# scheduled: {
|
3151
|
+
# schedule_expression: "ScheduleExpression", # required
|
3152
|
+
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
3153
|
+
# schedule_start_time: Time.now,
|
3154
|
+
# schedule_end_time: Time.now,
|
3155
|
+
# timezone: "Timezone",
|
3156
|
+
# schedule_offset: 1,
|
3157
|
+
# first_execution_from: Time.now,
|
3158
|
+
# },
|
3159
|
+
# }
|
3160
|
+
#
|
3161
|
+
# @!attribute [rw] scheduled
|
3162
|
+
# Specifies the configuration details of a schedule-triggered flow
|
3163
|
+
# that you define.
|
3164
|
+
# @return [Types::ScheduledTriggerProperties]
|
3165
|
+
#
|
3166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/TriggerProperties AWS API Documentation
|
3167
|
+
#
|
3168
|
+
class TriggerProperties < Struct.new(
|
3169
|
+
:scheduled)
|
3170
|
+
SENSITIVE = []
|
3171
|
+
include Aws::Structure
|
3172
|
+
end
|
3173
|
+
|
2132
3174
|
# @note When making an API call, you may pass UntagResourceRequest
|
2133
3175
|
# data as a hash:
|
2134
3176
|
#
|
@@ -2241,13 +3283,16 @@ module Aws::CustomerProfiles
|
|
2241
3283
|
# default_expiration_days: 1,
|
2242
3284
|
# default_encryption_key: "encryptionKey",
|
2243
3285
|
# dead_letter_queue_url: "sqsQueueUrl",
|
3286
|
+
# matching: {
|
3287
|
+
# enabled: false, # required
|
3288
|
+
# },
|
2244
3289
|
# tags: {
|
2245
3290
|
# "TagKey" => "TagValue",
|
2246
3291
|
# },
|
2247
3292
|
# }
|
2248
3293
|
#
|
2249
3294
|
# @!attribute [rw] domain_name
|
2250
|
-
# The unique name
|
3295
|
+
# The unique name of the domain.
|
2251
3296
|
# @return [String]
|
2252
3297
|
#
|
2253
3298
|
# @!attribute [rw] default_expiration_days
|
@@ -2271,6 +3316,11 @@ module Aws::CustomerProfiles
|
|
2271
3316
|
# messages to the DeadLetterQueue.
|
2272
3317
|
# @return [String]
|
2273
3318
|
#
|
3319
|
+
# @!attribute [rw] matching
|
3320
|
+
# The process of matching duplicate profiles. This process runs every
|
3321
|
+
# Saturday at 12AM.
|
3322
|
+
# @return [Types::MatchingRequest]
|
3323
|
+
#
|
2274
3324
|
# @!attribute [rw] tags
|
2275
3325
|
# The tags used to organize, track, or control access for this
|
2276
3326
|
# resource.
|
@@ -2283,13 +3333,14 @@ module Aws::CustomerProfiles
|
|
2283
3333
|
:default_expiration_days,
|
2284
3334
|
:default_encryption_key,
|
2285
3335
|
:dead_letter_queue_url,
|
3336
|
+
:matching,
|
2286
3337
|
:tags)
|
2287
3338
|
SENSITIVE = []
|
2288
3339
|
include Aws::Structure
|
2289
3340
|
end
|
2290
3341
|
|
2291
3342
|
# @!attribute [rw] domain_name
|
2292
|
-
# The unique name
|
3343
|
+
# The unique name of the domain.
|
2293
3344
|
# @return [String]
|
2294
3345
|
#
|
2295
3346
|
# @!attribute [rw] default_expiration_days
|
@@ -2308,6 +3359,11 @@ module Aws::CustomerProfiles
|
|
2308
3359
|
# errors associated with ingesting data from third party applications.
|
2309
3360
|
# @return [String]
|
2310
3361
|
#
|
3362
|
+
# @!attribute [rw] matching
|
3363
|
+
# The process of matching duplicate profiles. This process runs every
|
3364
|
+
# Saturday at 12AM.
|
3365
|
+
# @return [Types::MatchingResponse]
|
3366
|
+
#
|
2311
3367
|
# @!attribute [rw] created_at
|
2312
3368
|
# The timestamp of when the domain was created.
|
2313
3369
|
# @return [Time]
|
@@ -2328,6 +3384,7 @@ module Aws::CustomerProfiles
|
|
2328
3384
|
:default_expiration_days,
|
2329
3385
|
:default_encryption_key,
|
2330
3386
|
:dead_letter_queue_url,
|
3387
|
+
:matching,
|
2331
3388
|
:created_at,
|
2332
3389
|
:last_updated_at,
|
2333
3390
|
:tags)
|
@@ -2419,7 +3476,7 @@ module Aws::CustomerProfiles
|
|
2419
3476
|
# @return [String]
|
2420
3477
|
#
|
2421
3478
|
# @!attribute [rw] additional_information
|
2422
|
-
# Any additional information relevant to the customer
|
3479
|
+
# Any additional information relevant to the customer’s profile.
|
2423
3480
|
# @return [String]
|
2424
3481
|
#
|
2425
3482
|
# @!attribute [rw] account_number
|
@@ -2455,7 +3512,7 @@ module Aws::CustomerProfiles
|
|
2455
3512
|
# @return [String]
|
2456
3513
|
#
|
2457
3514
|
# @!attribute [rw] phone_number
|
2458
|
-
# The customer
|
3515
|
+
# The customer’s phone number, which has not been specified as a
|
2459
3516
|
# mobile, home, or business number.
|
2460
3517
|
# @return [String]
|
2461
3518
|
#
|
@@ -2472,7 +3529,7 @@ module Aws::CustomerProfiles
|
|
2472
3529
|
# @return [String]
|
2473
3530
|
#
|
2474
3531
|
# @!attribute [rw] email_address
|
2475
|
-
# The customer
|
3532
|
+
# The customer’s email address, which has not been specified as a
|
2476
3533
|
# personal or business address.
|
2477
3534
|
# @return [String]
|
2478
3535
|
#
|
@@ -2547,5 +3604,26 @@ module Aws::CustomerProfiles
|
|
2547
3604
|
include Aws::Structure
|
2548
3605
|
end
|
2549
3606
|
|
3607
|
+
# The properties that are applied when using Zendesk as a flow source.
|
3608
|
+
#
|
3609
|
+
# @note When making an API call, you may pass ZendeskSourceProperties
|
3610
|
+
# data as a hash:
|
3611
|
+
#
|
3612
|
+
# {
|
3613
|
+
# object: "Object", # required
|
3614
|
+
# }
|
3615
|
+
#
|
3616
|
+
# @!attribute [rw] object
|
3617
|
+
# The object specified in the Zendesk flow source.
|
3618
|
+
# @return [String]
|
3619
|
+
#
|
3620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/customer-profiles-2020-08-15/ZendeskSourceProperties AWS API Documentation
|
3621
|
+
#
|
3622
|
+
class ZendeskSourceProperties < Struct.new(
|
3623
|
+
:object)
|
3624
|
+
SENSITIVE = []
|
3625
|
+
include Aws::Structure
|
3626
|
+
end
|
3627
|
+
|
2550
3628
|
end
|
2551
3629
|
end
|