aws-sdk-customerprofiles 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +314 -14
- data/lib/aws-sdk-customerprofiles/client_api.rb +165 -0
- data/lib/aws-sdk-customerprofiles/types.rb +754 -23
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +2 -2
@@ -19,11 +19,15 @@ module Aws::CustomerProfiles
|
|
19
19
|
Address = Shapes::StructureShape.new(name: 'Address')
|
20
20
|
AttributeSourceIdMap = Shapes::MapShape.new(name: 'AttributeSourceIdMap')
|
21
21
|
Attributes = Shapes::MapShape.new(name: 'Attributes')
|
22
|
+
AutoMerging = Shapes::StructureShape.new(name: 'AutoMerging')
|
22
23
|
BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
|
23
24
|
BucketName = Shapes::StringShape.new(name: 'BucketName')
|
24
25
|
BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
|
26
|
+
ConflictResolution = Shapes::StructureShape.new(name: 'ConflictResolution')
|
27
|
+
ConflictResolvingModel = Shapes::StringShape.new(name: 'ConflictResolvingModel')
|
25
28
|
ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
|
26
29
|
ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
|
30
|
+
Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
|
27
31
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
28
32
|
CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
|
29
33
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
@@ -46,6 +50,9 @@ module Aws::CustomerProfiles
|
|
46
50
|
DestinationField = Shapes::StringShape.new(name: 'DestinationField')
|
47
51
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
48
52
|
DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
|
53
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
54
|
+
ExportingConfig = Shapes::StructureShape.new(name: 'ExportingConfig')
|
55
|
+
ExportingLocation = Shapes::StructureShape.new(name: 'ExportingLocation')
|
49
56
|
FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
|
50
57
|
FieldMap = Shapes::MapShape.new(name: 'FieldMap')
|
51
58
|
FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
|
@@ -54,8 +61,12 @@ module Aws::CustomerProfiles
|
|
54
61
|
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
55
62
|
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
56
63
|
Gender = Shapes::StringShape.new(name: 'Gender')
|
64
|
+
GetAutoMergingPreviewRequest = Shapes::StructureShape.new(name: 'GetAutoMergingPreviewRequest')
|
65
|
+
GetAutoMergingPreviewResponse = Shapes::StructureShape.new(name: 'GetAutoMergingPreviewResponse')
|
57
66
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
58
67
|
GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
|
68
|
+
GetIdentityResolutionJobRequest = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobRequest')
|
69
|
+
GetIdentityResolutionJobResponse = Shapes::StructureShape.new(name: 'GetIdentityResolutionJobResponse')
|
59
70
|
GetIntegrationRequest = Shapes::StructureShape.new(name: 'GetIntegrationRequest')
|
60
71
|
GetIntegrationResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponse')
|
61
72
|
GetMatchesRequest = Shapes::StructureShape.new(name: 'GetMatchesRequest')
|
@@ -64,9 +75,16 @@ module Aws::CustomerProfiles
|
|
64
75
|
GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
|
65
76
|
GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
|
66
77
|
GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
|
78
|
+
IdentityResolutionJob = Shapes::StructureShape.new(name: 'IdentityResolutionJob')
|
79
|
+
IdentityResolutionJobStatus = Shapes::StringShape.new(name: 'IdentityResolutionJobStatus')
|
80
|
+
IdentityResolutionJobsList = Shapes::ListShape.new(name: 'IdentityResolutionJobsList')
|
67
81
|
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
68
82
|
IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
|
69
83
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
84
|
+
JobSchedule = Shapes::StructureShape.new(name: 'JobSchedule')
|
85
|
+
JobScheduleDayOfTheWeek = Shapes::StringShape.new(name: 'JobScheduleDayOfTheWeek')
|
86
|
+
JobScheduleTime = Shapes::StringShape.new(name: 'JobScheduleTime')
|
87
|
+
JobStats = Shapes::StructureShape.new(name: 'JobStats')
|
70
88
|
KeyMap = Shapes::MapShape.new(name: 'KeyMap')
|
71
89
|
KmsArn = Shapes::StringShape.new(name: 'KmsArn')
|
72
90
|
ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
|
@@ -74,6 +92,8 @@ module Aws::CustomerProfiles
|
|
74
92
|
ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
|
75
93
|
ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
|
76
94
|
ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
|
95
|
+
ListIdentityResolutionJobsRequest = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsRequest')
|
96
|
+
ListIdentityResolutionJobsResponse = Shapes::StructureShape.new(name: 'ListIdentityResolutionJobsResponse')
|
77
97
|
ListIntegrationItem = Shapes::StructureShape.new(name: 'ListIntegrationItem')
|
78
98
|
ListIntegrationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationsRequest')
|
79
99
|
ListIntegrationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationsResponse')
|
@@ -92,6 +112,8 @@ module Aws::CustomerProfiles
|
|
92
112
|
MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
|
93
113
|
MatchItem = Shapes::StructureShape.new(name: 'MatchItem')
|
94
114
|
MatchesList = Shapes::ListShape.new(name: 'MatchesList')
|
115
|
+
MatchingAttributes = Shapes::ListShape.new(name: 'MatchingAttributes')
|
116
|
+
MatchingAttributesList = Shapes::ListShape.new(name: 'MatchingAttributesList')
|
95
117
|
MatchingRequest = Shapes::StructureShape.new(name: 'MatchingRequest')
|
96
118
|
MatchingResponse = Shapes::StructureShape.new(name: 'MatchingResponse')
|
97
119
|
MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
|
@@ -119,6 +141,8 @@ module Aws::CustomerProfiles
|
|
119
141
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
120
142
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
121
143
|
S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
|
144
|
+
S3ExportingConfig = Shapes::StructureShape.new(name: 'S3ExportingConfig')
|
145
|
+
S3ExportingLocation = Shapes::StructureShape.new(name: 'S3ExportingLocation')
|
122
146
|
S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
|
123
147
|
SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
|
124
148
|
SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
|
@@ -171,6 +195,9 @@ module Aws::CustomerProfiles
|
|
171
195
|
name = Shapes::StringShape.new(name: 'name')
|
172
196
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
173
197
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
198
|
+
s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
|
199
|
+
s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
|
200
|
+
s3KeyNameCustomerOutputConfig = Shapes::StringShape.new(name: 's3KeyNameCustomerOutputConfig')
|
174
201
|
sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
|
175
202
|
string0To1000 = Shapes::StringShape.new(name: 'string0To1000')
|
176
203
|
string0To255 = Shapes::StringShape.new(name: 'string0To255')
|
@@ -215,9 +242,18 @@ module Aws::CustomerProfiles
|
|
215
242
|
Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
216
243
|
Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
|
217
244
|
|
245
|
+
AutoMerging.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
246
|
+
AutoMerging.add_member(:consolidation, Shapes::ShapeRef.new(shape: Consolidation, location_name: "Consolidation"))
|
247
|
+
AutoMerging.add_member(:conflict_resolution, Shapes::ShapeRef.new(shape: ConflictResolution, location_name: "ConflictResolution"))
|
248
|
+
AutoMerging.struct_class = Types::AutoMerging
|
249
|
+
|
218
250
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
219
251
|
BadRequestException.struct_class = Types::BadRequestException
|
220
252
|
|
253
|
+
ConflictResolution.add_member(:conflict_resolving_model, Shapes::ShapeRef.new(shape: ConflictResolvingModel, required: true, location_name: "ConflictResolvingModel"))
|
254
|
+
ConflictResolution.add_member(:source_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceName"))
|
255
|
+
ConflictResolution.struct_class = Types::ConflictResolution
|
256
|
+
|
221
257
|
ConnectorOperator.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorOperator, location_name: "Marketo"))
|
222
258
|
ConnectorOperator.add_member(:s3, Shapes::ShapeRef.new(shape: S3ConnectorOperator, location_name: "S3"))
|
223
259
|
ConnectorOperator.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceConnectorOperator, location_name: "Salesforce"))
|
@@ -225,6 +261,9 @@ module Aws::CustomerProfiles
|
|
225
261
|
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
226
262
|
ConnectorOperator.struct_class = Types::ConnectorOperator
|
227
263
|
|
264
|
+
Consolidation.add_member(:matching_attributes_list, Shapes::ShapeRef.new(shape: MatchingAttributesList, required: true, location_name: "MatchingAttributesList"))
|
265
|
+
Consolidation.struct_class = Types::Consolidation
|
266
|
+
|
228
267
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
229
268
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
230
269
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -323,6 +362,12 @@ module Aws::CustomerProfiles
|
|
323
362
|
DomainStats.add_member(:total_size, Shapes::ShapeRef.new(shape: long, location_name: "TotalSize"))
|
324
363
|
DomainStats.struct_class = Types::DomainStats
|
325
364
|
|
365
|
+
ExportingConfig.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingConfig, location_name: "S3Exporting"))
|
366
|
+
ExportingConfig.struct_class = Types::ExportingConfig
|
367
|
+
|
368
|
+
ExportingLocation.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingLocation, location_name: "S3Exporting"))
|
369
|
+
ExportingLocation.struct_class = Types::ExportingLocation
|
370
|
+
|
326
371
|
FieldMap.key = Shapes::ShapeRef.new(shape: name)
|
327
372
|
FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
|
328
373
|
|
@@ -359,6 +404,17 @@ module Aws::CustomerProfiles
|
|
359
404
|
FlowDefinition.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "TriggerConfig"))
|
360
405
|
FlowDefinition.struct_class = Types::FlowDefinition
|
361
406
|
|
407
|
+
GetAutoMergingPreviewRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
408
|
+
GetAutoMergingPreviewRequest.add_member(:consolidation, Shapes::ShapeRef.new(shape: Consolidation, required: true, location_name: "Consolidation"))
|
409
|
+
GetAutoMergingPreviewRequest.add_member(:conflict_resolution, Shapes::ShapeRef.new(shape: ConflictResolution, required: true, location_name: "ConflictResolution"))
|
410
|
+
GetAutoMergingPreviewRequest.struct_class = Types::GetAutoMergingPreviewRequest
|
411
|
+
|
412
|
+
GetAutoMergingPreviewResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
413
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_matches_in_sample, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMatchesInSample"))
|
414
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_profiles_in_sample, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesInSample"))
|
415
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_profiles_will_be_merged, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesWillBeMerged"))
|
416
|
+
GetAutoMergingPreviewResponse.struct_class = Types::GetAutoMergingPreviewResponse
|
417
|
+
|
362
418
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
363
419
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
364
420
|
|
@@ -373,6 +429,23 @@ module Aws::CustomerProfiles
|
|
373
429
|
GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
374
430
|
GetDomainResponse.struct_class = Types::GetDomainResponse
|
375
431
|
|
432
|
+
GetIdentityResolutionJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
433
|
+
GetIdentityResolutionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "JobId"))
|
434
|
+
GetIdentityResolutionJobRequest.struct_class = Types::GetIdentityResolutionJobRequest
|
435
|
+
|
436
|
+
GetIdentityResolutionJobResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
437
|
+
GetIdentityResolutionJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
438
|
+
GetIdentityResolutionJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
439
|
+
GetIdentityResolutionJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: stringTo2048, location_name: "Message"))
|
440
|
+
GetIdentityResolutionJobResponse.add_member(:job_start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobStartTime"))
|
441
|
+
GetIdentityResolutionJobResponse.add_member(:job_end_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobEndTime"))
|
442
|
+
GetIdentityResolutionJobResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
443
|
+
GetIdentityResolutionJobResponse.add_member(:job_expiration_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobExpirationTime"))
|
444
|
+
GetIdentityResolutionJobResponse.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
445
|
+
GetIdentityResolutionJobResponse.add_member(:exporting_location, Shapes::ShapeRef.new(shape: ExportingLocation, location_name: "ExportingLocation"))
|
446
|
+
GetIdentityResolutionJobResponse.add_member(:job_stats, Shapes::ShapeRef.new(shape: JobStats, location_name: "JobStats"))
|
447
|
+
GetIdentityResolutionJobResponse.struct_class = Types::GetIdentityResolutionJobResponse
|
448
|
+
|
376
449
|
GetIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
377
450
|
GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
378
451
|
GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
|
@@ -406,6 +479,7 @@ module Aws::CustomerProfiles
|
|
406
479
|
GetProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
407
480
|
GetProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
408
481
|
GetProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
482
|
+
GetProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
409
483
|
GetProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
410
484
|
GetProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
411
485
|
GetProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -420,10 +494,23 @@ module Aws::CustomerProfiles
|
|
420
494
|
GetProfileObjectTypeTemplateResponse.add_member(:source_name, Shapes::ShapeRef.new(shape: name, location_name: "SourceName"))
|
421
495
|
GetProfileObjectTypeTemplateResponse.add_member(:source_object, Shapes::ShapeRef.new(shape: name, location_name: "SourceObject"))
|
422
496
|
GetProfileObjectTypeTemplateResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
497
|
+
GetProfileObjectTypeTemplateResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
423
498
|
GetProfileObjectTypeTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
424
499
|
GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
425
500
|
GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
|
426
501
|
|
502
|
+
IdentityResolutionJob.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
503
|
+
IdentityResolutionJob.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
504
|
+
IdentityResolutionJob.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
505
|
+
IdentityResolutionJob.add_member(:job_start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobStartTime"))
|
506
|
+
IdentityResolutionJob.add_member(:job_end_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobEndTime"))
|
507
|
+
IdentityResolutionJob.add_member(:job_stats, Shapes::ShapeRef.new(shape: JobStats, location_name: "JobStats"))
|
508
|
+
IdentityResolutionJob.add_member(:exporting_location, Shapes::ShapeRef.new(shape: ExportingLocation, location_name: "ExportingLocation"))
|
509
|
+
IdentityResolutionJob.add_member(:message, Shapes::ShapeRef.new(shape: stringTo2048, location_name: "Message"))
|
510
|
+
IdentityResolutionJob.struct_class = Types::IdentityResolutionJob
|
511
|
+
|
512
|
+
IdentityResolutionJobsList.member = Shapes::ShapeRef.new(shape: IdentityResolutionJob)
|
513
|
+
|
427
514
|
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
|
428
515
|
IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
|
429
516
|
|
@@ -432,6 +519,15 @@ module Aws::CustomerProfiles
|
|
432
519
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
433
520
|
InternalServerException.struct_class = Types::InternalServerException
|
434
521
|
|
522
|
+
JobSchedule.add_member(:day_of_the_week, Shapes::ShapeRef.new(shape: JobScheduleDayOfTheWeek, required: true, location_name: "DayOfTheWeek"))
|
523
|
+
JobSchedule.add_member(:time, Shapes::ShapeRef.new(shape: JobScheduleTime, required: true, location_name: "Time"))
|
524
|
+
JobSchedule.struct_class = Types::JobSchedule
|
525
|
+
|
526
|
+
JobStats.add_member(:number_of_profiles_reviewed, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesReviewed"))
|
527
|
+
JobStats.add_member(:number_of_matches_found, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMatchesFound"))
|
528
|
+
JobStats.add_member(:number_of_merges_done, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMergesDone"))
|
529
|
+
JobStats.struct_class = Types::JobStats
|
530
|
+
|
435
531
|
KeyMap.key = Shapes::ShapeRef.new(shape: name)
|
436
532
|
KeyMap.value = Shapes::ShapeRef.new(shape: ObjectTypeKeyList)
|
437
533
|
|
@@ -458,6 +554,15 @@ module Aws::CustomerProfiles
|
|
458
554
|
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
459
555
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
460
556
|
|
557
|
+
ListIdentityResolutionJobsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
558
|
+
ListIdentityResolutionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
559
|
+
ListIdentityResolutionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
560
|
+
ListIdentityResolutionJobsRequest.struct_class = Types::ListIdentityResolutionJobsRequest
|
561
|
+
|
562
|
+
ListIdentityResolutionJobsResponse.add_member(:identity_resolution_jobs_list, Shapes::ShapeRef.new(shape: IdentityResolutionJobsList, location_name: "IdentityResolutionJobsList"))
|
563
|
+
ListIdentityResolutionJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
564
|
+
ListIdentityResolutionJobsResponse.struct_class = Types::ListIdentityResolutionJobsResponse
|
565
|
+
|
461
566
|
ListIntegrationItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
462
567
|
ListIntegrationItem.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
463
568
|
ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
@@ -532,14 +637,25 @@ module Aws::CustomerProfiles
|
|
532
637
|
|
533
638
|
MatchItem.add_member(:match_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "MatchId"))
|
534
639
|
MatchItem.add_member(:profile_ids, Shapes::ShapeRef.new(shape: ProfileIdList, location_name: "ProfileIds"))
|
640
|
+
MatchItem.add_member(:confidence_score, Shapes::ShapeRef.new(shape: Double, location_name: "ConfidenceScore"))
|
535
641
|
MatchItem.struct_class = Types::MatchItem
|
536
642
|
|
537
643
|
MatchesList.member = Shapes::ShapeRef.new(shape: MatchItem)
|
538
644
|
|
645
|
+
MatchingAttributes.member = Shapes::ShapeRef.new(shape: string1To255)
|
646
|
+
|
647
|
+
MatchingAttributesList.member = Shapes::ShapeRef.new(shape: MatchingAttributes)
|
648
|
+
|
539
649
|
MatchingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
650
|
+
MatchingRequest.add_member(:job_schedule, Shapes::ShapeRef.new(shape: JobSchedule, location_name: "JobSchedule"))
|
651
|
+
MatchingRequest.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
652
|
+
MatchingRequest.add_member(:exporting_config, Shapes::ShapeRef.new(shape: ExportingConfig, location_name: "ExportingConfig"))
|
540
653
|
MatchingRequest.struct_class = Types::MatchingRequest
|
541
654
|
|
542
655
|
MatchingResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
|
656
|
+
MatchingResponse.add_member(:job_schedule, Shapes::ShapeRef.new(shape: JobSchedule, location_name: "JobSchedule"))
|
657
|
+
MatchingResponse.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
658
|
+
MatchingResponse.add_member(:exporting_config, Shapes::ShapeRef.new(shape: ExportingConfig, location_name: "ExportingConfig"))
|
543
659
|
MatchingResponse.struct_class = Types::MatchingResponse
|
544
660
|
|
545
661
|
MergeProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -632,6 +748,7 @@ module Aws::CustomerProfiles
|
|
632
748
|
PutProfileObjectTypeRequest.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
633
749
|
PutProfileObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
634
750
|
PutProfileObjectTypeRequest.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
751
|
+
PutProfileObjectTypeRequest.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
635
752
|
PutProfileObjectTypeRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
636
753
|
PutProfileObjectTypeRequest.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
637
754
|
PutProfileObjectTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -643,6 +760,7 @@ module Aws::CustomerProfiles
|
|
643
760
|
PutProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
644
761
|
PutProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
645
762
|
PutProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
763
|
+
PutProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
646
764
|
PutProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
647
765
|
PutProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
648
766
|
PutProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -653,6 +771,14 @@ module Aws::CustomerProfiles
|
|
653
771
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
654
772
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
655
773
|
|
774
|
+
S3ExportingConfig.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: s3BucketName, required: true, location_name: "S3BucketName"))
|
775
|
+
S3ExportingConfig.add_member(:s3_key_name, Shapes::ShapeRef.new(shape: s3KeyNameCustomerOutputConfig, location_name: "S3KeyName"))
|
776
|
+
S3ExportingConfig.struct_class = Types::S3ExportingConfig
|
777
|
+
|
778
|
+
S3ExportingLocation.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: s3BucketName, location_name: "S3BucketName"))
|
779
|
+
S3ExportingLocation.add_member(:s3_key_name, Shapes::ShapeRef.new(shape: s3KeyName, location_name: "S3KeyName"))
|
780
|
+
S3ExportingLocation.struct_class = Types::S3ExportingLocation
|
781
|
+
|
656
782
|
S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
657
783
|
S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "BucketPrefix"))
|
658
784
|
S3SourceProperties.struct_class = Types::S3SourceProperties
|
@@ -943,6 +1069,19 @@ module Aws::CustomerProfiles
|
|
943
1069
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
944
1070
|
end)
|
945
1071
|
|
1072
|
+
api.add_operation(:get_auto_merging_preview, Seahorse::Model::Operation.new.tap do |o|
|
1073
|
+
o.name = "GetAutoMergingPreview"
|
1074
|
+
o.http_method = "POST"
|
1075
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview"
|
1076
|
+
o.input = Shapes::ShapeRef.new(shape: GetAutoMergingPreviewRequest)
|
1077
|
+
o.output = Shapes::ShapeRef.new(shape: GetAutoMergingPreviewResponse)
|
1078
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1079
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1080
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1081
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1083
|
+
end)
|
1084
|
+
|
946
1085
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
947
1086
|
o.name = "GetDomain"
|
948
1087
|
o.http_method = "GET"
|
@@ -956,6 +1095,19 @@ module Aws::CustomerProfiles
|
|
956
1095
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
957
1096
|
end)
|
958
1097
|
|
1098
|
+
api.add_operation(:get_identity_resolution_job, Seahorse::Model::Operation.new.tap do |o|
|
1099
|
+
o.name = "GetIdentityResolutionJob"
|
1100
|
+
o.http_method = "GET"
|
1101
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs/{JobId}"
|
1102
|
+
o.input = Shapes::ShapeRef.new(shape: GetIdentityResolutionJobRequest)
|
1103
|
+
o.output = Shapes::ShapeRef.new(shape: GetIdentityResolutionJobResponse)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1107
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1108
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1109
|
+
end)
|
1110
|
+
|
959
1111
|
api.add_operation(:get_integration, Seahorse::Model::Operation.new.tap do |o|
|
960
1112
|
o.name = "GetIntegration"
|
961
1113
|
o.http_method = "POST"
|
@@ -1034,6 +1186,19 @@ module Aws::CustomerProfiles
|
|
1034
1186
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1035
1187
|
end)
|
1036
1188
|
|
1189
|
+
api.add_operation(:list_identity_resolution_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1190
|
+
o.name = "ListIdentityResolutionJobs"
|
1191
|
+
o.http_method = "GET"
|
1192
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs"
|
1193
|
+
o.input = Shapes::ShapeRef.new(shape: ListIdentityResolutionJobsRequest)
|
1194
|
+
o.output = Shapes::ShapeRef.new(shape: ListIdentityResolutionJobsResponse)
|
1195
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1196
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1197
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1198
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1199
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1200
|
+
end)
|
1201
|
+
|
1037
1202
|
api.add_operation(:list_integrations, Seahorse::Model::Operation.new.tap do |o|
|
1038
1203
|
o.name = "ListIntegrations"
|
1039
1204
|
o.http_method = "GET"
|