aws-sdk-customerprofiles 1.12.0 → 1.16.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +361 -32
- data/lib/aws-sdk-customerprofiles/client_api.rb +177 -4
- data/lib/aws-sdk-customerprofiles/types.rb +828 -47
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- metadata +4 -4
@@ -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')
|
@@ -101,6 +123,7 @@ module Aws::CustomerProfiles
|
|
101
123
|
ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
|
102
124
|
ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
|
103
125
|
ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
|
126
|
+
ObjectTypeNames = Shapes::MapShape.new(name: 'ObjectTypeNames')
|
104
127
|
OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
|
105
128
|
PartyType = Shapes::StringShape.new(name: 'PartyType')
|
106
129
|
Profile = Shapes::StructureShape.new(name: 'Profile')
|
@@ -119,6 +142,8 @@ module Aws::CustomerProfiles
|
|
119
142
|
PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
|
120
143
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
121
144
|
S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
|
145
|
+
S3ExportingConfig = Shapes::StructureShape.new(name: 'S3ExportingConfig')
|
146
|
+
S3ExportingLocation = Shapes::StructureShape.new(name: 'S3ExportingLocation')
|
122
147
|
S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
|
123
148
|
SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
|
124
149
|
SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
|
@@ -171,6 +196,9 @@ module Aws::CustomerProfiles
|
|
171
196
|
name = Shapes::StringShape.new(name: 'name')
|
172
197
|
optionalBoolean = Shapes::BooleanShape.new(name: 'optionalBoolean')
|
173
198
|
requestValueList = Shapes::ListShape.new(name: 'requestValueList')
|
199
|
+
s3BucketName = Shapes::StringShape.new(name: 's3BucketName')
|
200
|
+
s3KeyName = Shapes::StringShape.new(name: 's3KeyName')
|
201
|
+
s3KeyNameCustomerOutputConfig = Shapes::StringShape.new(name: 's3KeyNameCustomerOutputConfig')
|
174
202
|
sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
|
175
203
|
string0To1000 = Shapes::StringShape.new(name: 'string0To1000')
|
176
204
|
string0To255 = Shapes::StringShape.new(name: 'string0To255')
|
@@ -215,9 +243,18 @@ module Aws::CustomerProfiles
|
|
215
243
|
Attributes.key = Shapes::ShapeRef.new(shape: string1To255)
|
216
244
|
Attributes.value = Shapes::ShapeRef.new(shape: string1To255)
|
217
245
|
|
246
|
+
AutoMerging.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
247
|
+
AutoMerging.add_member(:consolidation, Shapes::ShapeRef.new(shape: Consolidation, location_name: "Consolidation"))
|
248
|
+
AutoMerging.add_member(:conflict_resolution, Shapes::ShapeRef.new(shape: ConflictResolution, location_name: "ConflictResolution"))
|
249
|
+
AutoMerging.struct_class = Types::AutoMerging
|
250
|
+
|
218
251
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
219
252
|
BadRequestException.struct_class = Types::BadRequestException
|
220
253
|
|
254
|
+
ConflictResolution.add_member(:conflict_resolving_model, Shapes::ShapeRef.new(shape: ConflictResolvingModel, required: true, location_name: "ConflictResolvingModel"))
|
255
|
+
ConflictResolution.add_member(:source_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceName"))
|
256
|
+
ConflictResolution.struct_class = Types::ConflictResolution
|
257
|
+
|
221
258
|
ConnectorOperator.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorOperator, location_name: "Marketo"))
|
222
259
|
ConnectorOperator.add_member(:s3, Shapes::ShapeRef.new(shape: S3ConnectorOperator, location_name: "S3"))
|
223
260
|
ConnectorOperator.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceConnectorOperator, location_name: "Salesforce"))
|
@@ -225,6 +262,9 @@ module Aws::CustomerProfiles
|
|
225
262
|
ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
|
226
263
|
ConnectorOperator.struct_class = Types::ConnectorOperator
|
227
264
|
|
265
|
+
Consolidation.add_member(:matching_attributes_list, Shapes::ShapeRef.new(shape: MatchingAttributesList, required: true, location_name: "MatchingAttributesList"))
|
266
|
+
Consolidation.struct_class = Types::Consolidation
|
267
|
+
|
228
268
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
229
269
|
CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
|
230
270
|
CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
|
@@ -323,6 +363,12 @@ module Aws::CustomerProfiles
|
|
323
363
|
DomainStats.add_member(:total_size, Shapes::ShapeRef.new(shape: long, location_name: "TotalSize"))
|
324
364
|
DomainStats.struct_class = Types::DomainStats
|
325
365
|
|
366
|
+
ExportingConfig.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingConfig, location_name: "S3Exporting"))
|
367
|
+
ExportingConfig.struct_class = Types::ExportingConfig
|
368
|
+
|
369
|
+
ExportingLocation.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingLocation, location_name: "S3Exporting"))
|
370
|
+
ExportingLocation.struct_class = Types::ExportingLocation
|
371
|
+
|
326
372
|
FieldMap.key = Shapes::ShapeRef.new(shape: name)
|
327
373
|
FieldMap.value = Shapes::ShapeRef.new(shape: ObjectTypeField)
|
328
374
|
|
@@ -359,6 +405,17 @@ module Aws::CustomerProfiles
|
|
359
405
|
FlowDefinition.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "TriggerConfig"))
|
360
406
|
FlowDefinition.struct_class = Types::FlowDefinition
|
361
407
|
|
408
|
+
GetAutoMergingPreviewRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
409
|
+
GetAutoMergingPreviewRequest.add_member(:consolidation, Shapes::ShapeRef.new(shape: Consolidation, required: true, location_name: "Consolidation"))
|
410
|
+
GetAutoMergingPreviewRequest.add_member(:conflict_resolution, Shapes::ShapeRef.new(shape: ConflictResolution, required: true, location_name: "ConflictResolution"))
|
411
|
+
GetAutoMergingPreviewRequest.struct_class = Types::GetAutoMergingPreviewRequest
|
412
|
+
|
413
|
+
GetAutoMergingPreviewResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
414
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_matches_in_sample, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMatchesInSample"))
|
415
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_profiles_in_sample, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesInSample"))
|
416
|
+
GetAutoMergingPreviewResponse.add_member(:number_of_profiles_will_be_merged, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesWillBeMerged"))
|
417
|
+
GetAutoMergingPreviewResponse.struct_class = Types::GetAutoMergingPreviewResponse
|
418
|
+
|
362
419
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
363
420
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
364
421
|
|
@@ -373,16 +430,34 @@ module Aws::CustomerProfiles
|
|
373
430
|
GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
374
431
|
GetDomainResponse.struct_class = Types::GetDomainResponse
|
375
432
|
|
433
|
+
GetIdentityResolutionJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
434
|
+
GetIdentityResolutionJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "JobId"))
|
435
|
+
GetIdentityResolutionJobRequest.struct_class = Types::GetIdentityResolutionJobRequest
|
436
|
+
|
437
|
+
GetIdentityResolutionJobResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
438
|
+
GetIdentityResolutionJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
439
|
+
GetIdentityResolutionJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
440
|
+
GetIdentityResolutionJobResponse.add_member(:message, Shapes::ShapeRef.new(shape: stringTo2048, location_name: "Message"))
|
441
|
+
GetIdentityResolutionJobResponse.add_member(:job_start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobStartTime"))
|
442
|
+
GetIdentityResolutionJobResponse.add_member(:job_end_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobEndTime"))
|
443
|
+
GetIdentityResolutionJobResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
|
444
|
+
GetIdentityResolutionJobResponse.add_member(:job_expiration_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobExpirationTime"))
|
445
|
+
GetIdentityResolutionJobResponse.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
446
|
+
GetIdentityResolutionJobResponse.add_member(:exporting_location, Shapes::ShapeRef.new(shape: ExportingLocation, location_name: "ExportingLocation"))
|
447
|
+
GetIdentityResolutionJobResponse.add_member(:job_stats, Shapes::ShapeRef.new(shape: JobStats, location_name: "JobStats"))
|
448
|
+
GetIdentityResolutionJobResponse.struct_class = Types::GetIdentityResolutionJobResponse
|
449
|
+
|
376
450
|
GetIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
377
451
|
GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
378
452
|
GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
|
379
453
|
|
380
454
|
GetIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
381
455
|
GetIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
382
|
-
GetIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName,
|
456
|
+
GetIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
383
457
|
GetIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
384
458
|
GetIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
385
459
|
GetIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
460
|
+
GetIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
|
386
461
|
GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
|
387
462
|
|
388
463
|
GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
@@ -406,6 +481,7 @@ module Aws::CustomerProfiles
|
|
406
481
|
GetProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
407
482
|
GetProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
408
483
|
GetProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
484
|
+
GetProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
409
485
|
GetProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
410
486
|
GetProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
411
487
|
GetProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -420,10 +496,23 @@ module Aws::CustomerProfiles
|
|
420
496
|
GetProfileObjectTypeTemplateResponse.add_member(:source_name, Shapes::ShapeRef.new(shape: name, location_name: "SourceName"))
|
421
497
|
GetProfileObjectTypeTemplateResponse.add_member(:source_object, Shapes::ShapeRef.new(shape: name, location_name: "SourceObject"))
|
422
498
|
GetProfileObjectTypeTemplateResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
499
|
+
GetProfileObjectTypeTemplateResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
423
500
|
GetProfileObjectTypeTemplateResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
424
501
|
GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
425
502
|
GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
|
426
503
|
|
504
|
+
IdentityResolutionJob.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
|
505
|
+
IdentityResolutionJob.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
|
506
|
+
IdentityResolutionJob.add_member(:status, Shapes::ShapeRef.new(shape: IdentityResolutionJobStatus, location_name: "Status"))
|
507
|
+
IdentityResolutionJob.add_member(:job_start_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobStartTime"))
|
508
|
+
IdentityResolutionJob.add_member(:job_end_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "JobEndTime"))
|
509
|
+
IdentityResolutionJob.add_member(:job_stats, Shapes::ShapeRef.new(shape: JobStats, location_name: "JobStats"))
|
510
|
+
IdentityResolutionJob.add_member(:exporting_location, Shapes::ShapeRef.new(shape: ExportingLocation, location_name: "ExportingLocation"))
|
511
|
+
IdentityResolutionJob.add_member(:message, Shapes::ShapeRef.new(shape: stringTo2048, location_name: "Message"))
|
512
|
+
IdentityResolutionJob.struct_class = Types::IdentityResolutionJob
|
513
|
+
|
514
|
+
IdentityResolutionJobsList.member = Shapes::ShapeRef.new(shape: IdentityResolutionJob)
|
515
|
+
|
427
516
|
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
|
428
517
|
IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
|
429
518
|
|
@@ -432,6 +521,15 @@ module Aws::CustomerProfiles
|
|
432
521
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
433
522
|
InternalServerException.struct_class = Types::InternalServerException
|
434
523
|
|
524
|
+
JobSchedule.add_member(:day_of_the_week, Shapes::ShapeRef.new(shape: JobScheduleDayOfTheWeek, required: true, location_name: "DayOfTheWeek"))
|
525
|
+
JobSchedule.add_member(:time, Shapes::ShapeRef.new(shape: JobScheduleTime, required: true, location_name: "Time"))
|
526
|
+
JobSchedule.struct_class = Types::JobSchedule
|
527
|
+
|
528
|
+
JobStats.add_member(:number_of_profiles_reviewed, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfProfilesReviewed"))
|
529
|
+
JobStats.add_member(:number_of_matches_found, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMatchesFound"))
|
530
|
+
JobStats.add_member(:number_of_merges_done, Shapes::ShapeRef.new(shape: long, location_name: "NumberOfMergesDone"))
|
531
|
+
JobStats.struct_class = Types::JobStats
|
532
|
+
|
435
533
|
KeyMap.key = Shapes::ShapeRef.new(shape: name)
|
436
534
|
KeyMap.value = Shapes::ShapeRef.new(shape: ObjectTypeKeyList)
|
437
535
|
|
@@ -458,12 +556,22 @@ module Aws::CustomerProfiles
|
|
458
556
|
ListDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
459
557
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
460
558
|
|
559
|
+
ListIdentityResolutionJobsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
560
|
+
ListIdentityResolutionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
561
|
+
ListIdentityResolutionJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
562
|
+
ListIdentityResolutionJobsRequest.struct_class = Types::ListIdentityResolutionJobsRequest
|
563
|
+
|
564
|
+
ListIdentityResolutionJobsResponse.add_member(:identity_resolution_jobs_list, Shapes::ShapeRef.new(shape: IdentityResolutionJobsList, location_name: "IdentityResolutionJobsList"))
|
565
|
+
ListIdentityResolutionJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
566
|
+
ListIdentityResolutionJobsResponse.struct_class = Types::ListIdentityResolutionJobsResponse
|
567
|
+
|
461
568
|
ListIntegrationItem.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
462
569
|
ListIntegrationItem.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
463
|
-
ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName,
|
570
|
+
ListIntegrationItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
464
571
|
ListIntegrationItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
465
572
|
ListIntegrationItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
466
573
|
ListIntegrationItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
574
|
+
ListIntegrationItem.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
|
467
575
|
ListIntegrationItem.struct_class = Types::ListIntegrationItem
|
468
576
|
|
469
577
|
ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -532,14 +640,25 @@ module Aws::CustomerProfiles
|
|
532
640
|
|
533
641
|
MatchItem.add_member(:match_id, Shapes::ShapeRef.new(shape: string1To255, location_name: "MatchId"))
|
534
642
|
MatchItem.add_member(:profile_ids, Shapes::ShapeRef.new(shape: ProfileIdList, location_name: "ProfileIds"))
|
643
|
+
MatchItem.add_member(:confidence_score, Shapes::ShapeRef.new(shape: Double, location_name: "ConfidenceScore"))
|
535
644
|
MatchItem.struct_class = Types::MatchItem
|
536
645
|
|
537
646
|
MatchesList.member = Shapes::ShapeRef.new(shape: MatchItem)
|
538
647
|
|
648
|
+
MatchingAttributes.member = Shapes::ShapeRef.new(shape: string1To255)
|
649
|
+
|
650
|
+
MatchingAttributesList.member = Shapes::ShapeRef.new(shape: MatchingAttributes)
|
651
|
+
|
539
652
|
MatchingRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, required: true, location_name: "Enabled"))
|
653
|
+
MatchingRequest.add_member(:job_schedule, Shapes::ShapeRef.new(shape: JobSchedule, location_name: "JobSchedule"))
|
654
|
+
MatchingRequest.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
655
|
+
MatchingRequest.add_member(:exporting_config, Shapes::ShapeRef.new(shape: ExportingConfig, location_name: "ExportingConfig"))
|
540
656
|
MatchingRequest.struct_class = Types::MatchingRequest
|
541
657
|
|
542
658
|
MatchingResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
|
659
|
+
MatchingResponse.add_member(:job_schedule, Shapes::ShapeRef.new(shape: JobSchedule, location_name: "JobSchedule"))
|
660
|
+
MatchingResponse.add_member(:auto_merging, Shapes::ShapeRef.new(shape: AutoMerging, location_name: "AutoMerging"))
|
661
|
+
MatchingResponse.add_member(:exporting_config, Shapes::ShapeRef.new(shape: ExportingConfig, location_name: "ExportingConfig"))
|
543
662
|
MatchingResponse.struct_class = Types::MatchingResponse
|
544
663
|
|
545
664
|
MergeProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
@@ -566,6 +685,9 @@ module Aws::CustomerProfiles
|
|
566
685
|
|
567
686
|
ObjectTypeKeyList.member = Shapes::ShapeRef.new(shape: ObjectTypeKey)
|
568
687
|
|
688
|
+
ObjectTypeNames.key = Shapes::ShapeRef.new(shape: string1To255)
|
689
|
+
ObjectTypeNames.value = Shapes::ShapeRef.new(shape: typeName)
|
690
|
+
|
569
691
|
Profile.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, location_name: "ProfileId"))
|
570
692
|
Profile.add_member(:account_number, Shapes::ShapeRef.new(shape: string1To255, location_name: "AccountNumber"))
|
571
693
|
Profile.add_member(:additional_information, Shapes::ShapeRef.new(shape: string1To1000, location_name: "AdditionalInformation"))
|
@@ -604,17 +726,19 @@ module Aws::CustomerProfiles
|
|
604
726
|
|
605
727
|
PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
606
728
|
PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
|
607
|
-
PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName,
|
729
|
+
PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
608
730
|
PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
609
731
|
PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
|
732
|
+
PutIntegrationRequest.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
|
610
733
|
PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
|
611
734
|
|
612
735
|
PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
|
613
736
|
PutIntegrationResponse.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
|
614
|
-
PutIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName,
|
737
|
+
PutIntegrationResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
|
615
738
|
PutIntegrationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
616
739
|
PutIntegrationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
|
617
740
|
PutIntegrationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
741
|
+
PutIntegrationResponse.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
|
618
742
|
PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
|
619
743
|
|
620
744
|
PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
|
@@ -632,6 +756,7 @@ module Aws::CustomerProfiles
|
|
632
756
|
PutProfileObjectTypeRequest.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
633
757
|
PutProfileObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
634
758
|
PutProfileObjectTypeRequest.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
759
|
+
PutProfileObjectTypeRequest.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
635
760
|
PutProfileObjectTypeRequest.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
636
761
|
PutProfileObjectTypeRequest.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
637
762
|
PutProfileObjectTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
@@ -643,6 +768,7 @@ module Aws::CustomerProfiles
|
|
643
768
|
PutProfileObjectTypeResponse.add_member(:expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, location_name: "ExpirationDays"))
|
644
769
|
PutProfileObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
|
645
770
|
PutProfileObjectTypeResponse.add_member(:allow_profile_creation, Shapes::ShapeRef.new(shape: boolean, location_name: "AllowProfileCreation"))
|
771
|
+
PutProfileObjectTypeResponse.add_member(:source_last_updated_timestamp_format, Shapes::ShapeRef.new(shape: string1To255, location_name: "SourceLastUpdatedTimestampFormat"))
|
646
772
|
PutProfileObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: FieldMap, location_name: "Fields"))
|
647
773
|
PutProfileObjectTypeResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
|
648
774
|
PutProfileObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
@@ -653,6 +779,14 @@ module Aws::CustomerProfiles
|
|
653
779
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
|
654
780
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
655
781
|
|
782
|
+
S3ExportingConfig.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: s3BucketName, required: true, location_name: "S3BucketName"))
|
783
|
+
S3ExportingConfig.add_member(:s3_key_name, Shapes::ShapeRef.new(shape: s3KeyNameCustomerOutputConfig, location_name: "S3KeyName"))
|
784
|
+
S3ExportingConfig.struct_class = Types::S3ExportingConfig
|
785
|
+
|
786
|
+
S3ExportingLocation.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: s3BucketName, location_name: "S3BucketName"))
|
787
|
+
S3ExportingLocation.add_member(:s3_key_name, Shapes::ShapeRef.new(shape: s3KeyName, location_name: "S3KeyName"))
|
788
|
+
S3ExportingLocation.struct_class = Types::S3ExportingLocation
|
789
|
+
|
656
790
|
S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
|
657
791
|
S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "BucketPrefix"))
|
658
792
|
S3SourceProperties.struct_class = Types::S3SourceProperties
|
@@ -943,6 +1077,19 @@ module Aws::CustomerProfiles
|
|
943
1077
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
944
1078
|
end)
|
945
1079
|
|
1080
|
+
api.add_operation(:get_auto_merging_preview, Seahorse::Model::Operation.new.tap do |o|
|
1081
|
+
o.name = "GetAutoMergingPreview"
|
1082
|
+
o.http_method = "POST"
|
1083
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview"
|
1084
|
+
o.input = Shapes::ShapeRef.new(shape: GetAutoMergingPreviewRequest)
|
1085
|
+
o.output = Shapes::ShapeRef.new(shape: GetAutoMergingPreviewResponse)
|
1086
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1087
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1088
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1089
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1090
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1091
|
+
end)
|
1092
|
+
|
946
1093
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
947
1094
|
o.name = "GetDomain"
|
948
1095
|
o.http_method = "GET"
|
@@ -956,6 +1103,19 @@ module Aws::CustomerProfiles
|
|
956
1103
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
957
1104
|
end)
|
958
1105
|
|
1106
|
+
api.add_operation(:get_identity_resolution_job, Seahorse::Model::Operation.new.tap do |o|
|
1107
|
+
o.name = "GetIdentityResolutionJob"
|
1108
|
+
o.http_method = "GET"
|
1109
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs/{JobId}"
|
1110
|
+
o.input = Shapes::ShapeRef.new(shape: GetIdentityResolutionJobRequest)
|
1111
|
+
o.output = Shapes::ShapeRef.new(shape: GetIdentityResolutionJobResponse)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1115
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1116
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1117
|
+
end)
|
1118
|
+
|
959
1119
|
api.add_operation(:get_integration, Seahorse::Model::Operation.new.tap do |o|
|
960
1120
|
o.name = "GetIntegration"
|
961
1121
|
o.http_method = "POST"
|
@@ -1034,6 +1194,19 @@ module Aws::CustomerProfiles
|
|
1034
1194
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1035
1195
|
end)
|
1036
1196
|
|
1197
|
+
api.add_operation(:list_identity_resolution_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1198
|
+
o.name = "ListIdentityResolutionJobs"
|
1199
|
+
o.http_method = "GET"
|
1200
|
+
o.http_request_uri = "/domains/{DomainName}/identity-resolution-jobs"
|
1201
|
+
o.input = Shapes::ShapeRef.new(shape: ListIdentityResolutionJobsRequest)
|
1202
|
+
o.output = Shapes::ShapeRef.new(shape: ListIdentityResolutionJobsResponse)
|
1203
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1204
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1205
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1206
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1207
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1208
|
+
end)
|
1209
|
+
|
1037
1210
|
api.add_operation(:list_integrations, Seahorse::Model::Operation.new.tap do |o|
|
1038
1211
|
o.name = "ListIntegrations"
|
1039
1212
|
o.http_method = "GET"
|