aws-sdk-customerprofiles 1.75.0 → 1.76.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.
@@ -26,6 +26,7 @@ module Aws::CustomerProfiles
26
26
  AppflowIntegrationWorkflowAttributes = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowAttributes')
27
27
  AppflowIntegrationWorkflowMetrics = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowMetrics')
28
28
  AppflowIntegrationWorkflowStep = Shapes::StructureShape.new(name: 'AppflowIntegrationWorkflowStep')
29
+ Arn = Shapes::StringShape.new(name: 'Arn')
29
30
  AttributeDetails = Shapes::StructureShape.new(name: 'AttributeDetails')
30
31
  AttributeDimension = Shapes::StructureShape.new(name: 'AttributeDimension')
31
32
  AttributeDimensionType = Shapes::StringShape.new(name: 'AttributeDimensionType')
@@ -60,6 +61,7 @@ module Aws::CustomerProfiles
60
61
  CalculatedAttributeValueList = Shapes::ListShape.new(name: 'CalculatedAttributeValueList')
61
62
  CalculatedAttributesForProfileList = Shapes::ListShape.new(name: 'CalculatedAttributesForProfileList')
62
63
  CalculatedCustomAttributes = Shapes::MapShape.new(name: 'CalculatedCustomAttributes')
64
+ CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
63
65
  ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
64
66
  ConditionOverrides = Shapes::StructureShape.new(name: 'ConditionOverrides')
65
67
  Conditions = Shapes::StructureShape.new(name: 'Conditions')
@@ -70,6 +72,8 @@ module Aws::CustomerProfiles
70
72
  Consolidation = Shapes::StructureShape.new(name: 'Consolidation')
71
73
  ContactPreference = Shapes::StructureShape.new(name: 'ContactPreference')
72
74
  ContactType = Shapes::StringShape.new(name: 'ContactType')
75
+ ContentType = Shapes::StringShape.new(name: 'ContentType')
76
+ ContextKey = Shapes::StringShape.new(name: 'ContextKey')
73
77
  CreateCalculatedAttributeDefinitionRequest = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionRequest')
74
78
  CreateCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'CreateCalculatedAttributeDefinitionResponse')
75
79
  CreateDomainLayoutRequest = Shapes::StructureShape.new(name: 'CreateDomainLayoutRequest')
@@ -84,6 +88,8 @@ module Aws::CustomerProfiles
84
88
  CreateIntegrationWorkflowResponse = Shapes::StructureShape.new(name: 'CreateIntegrationWorkflowResponse')
85
89
  CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
86
90
  CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
91
+ CreateRecommenderRequest = Shapes::StructureShape.new(name: 'CreateRecommenderRequest')
92
+ CreateRecommenderResponse = Shapes::StructureShape.new(name: 'CreateRecommenderResponse')
87
93
  CreateSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionRequest')
88
94
  CreateSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionResponse')
89
95
  CreateSegmentEstimateRequest = Shapes::StructureShape.new(name: 'CreateSegmentEstimateRequest')
@@ -95,6 +101,8 @@ module Aws::CustomerProfiles
95
101
  CustomAttributes = Shapes::MapShape.new(name: 'CustomAttributes')
96
102
  DataFormat = Shapes::StringShape.new(name: 'DataFormat')
97
103
  DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
104
+ DataStoreRequest = Shapes::StructureShape.new(name: 'DataStoreRequest')
105
+ DataStoreResponse = Shapes::StructureShape.new(name: 'DataStoreResponse')
98
106
  Date = Shapes::TimestampShape.new(name: 'Date')
99
107
  DateDimension = Shapes::StructureShape.new(name: 'DateDimension')
100
108
  DateDimensionType = Shapes::StringShape.new(name: 'DateDimensionType')
@@ -104,6 +112,8 @@ module Aws::CustomerProfiles
104
112
  DeleteCalculatedAttributeDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteCalculatedAttributeDefinitionResponse')
105
113
  DeleteDomainLayoutRequest = Shapes::StructureShape.new(name: 'DeleteDomainLayoutRequest')
106
114
  DeleteDomainLayoutResponse = Shapes::StructureShape.new(name: 'DeleteDomainLayoutResponse')
115
+ DeleteDomainObjectTypeRequest = Shapes::StructureShape.new(name: 'DeleteDomainObjectTypeRequest')
116
+ DeleteDomainObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteDomainObjectTypeResponse')
107
117
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
108
118
  DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
109
119
  DeleteEventStreamRequest = Shapes::StructureShape.new(name: 'DeleteEventStreamRequest')
@@ -120,6 +130,8 @@ module Aws::CustomerProfiles
120
130
  DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
121
131
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
122
132
  DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
133
+ DeleteRecommenderRequest = Shapes::StructureShape.new(name: 'DeleteRecommenderRequest')
134
+ DeleteRecommenderResponse = Shapes::StructureShape.new(name: 'DeleteRecommenderResponse')
123
135
  DeleteSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionRequest')
124
136
  DeleteSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionResponse')
125
137
  DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
@@ -133,6 +145,11 @@ module Aws::CustomerProfiles
133
145
  Dimension = Shapes::UnionShape.new(name: 'Dimension')
134
146
  DimensionList = Shapes::ListShape.new(name: 'DimensionList')
135
147
  DomainList = Shapes::ListShape.new(name: 'DomainList')
148
+ DomainObjectTypeField = Shapes::StructureShape.new(name: 'DomainObjectTypeField')
149
+ DomainObjectTypeFieldName = Shapes::StringShape.new(name: 'DomainObjectTypeFieldName')
150
+ DomainObjectTypeFields = Shapes::MapShape.new(name: 'DomainObjectTypeFields')
151
+ DomainObjectTypesList = Shapes::ListShape.new(name: 'DomainObjectTypesList')
152
+ DomainObjectTypesListItem = Shapes::StructureShape.new(name: 'DomainObjectTypesListItem')
136
153
  DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
137
154
  Double = Shapes::FloatShape.new(name: 'Double')
138
155
  Double0To1 = Shapes::FloatShape.new(name: 'Double0To1')
@@ -141,6 +158,9 @@ module Aws::CustomerProfiles
141
158
  End = Shapes::IntegerShape.new(name: 'End')
142
159
  EngagementPreferences = Shapes::StructureShape.new(name: 'EngagementPreferences')
143
160
  EstimateStatus = Shapes::StringShape.new(name: 'EstimateStatus')
161
+ EventParameters = Shapes::StructureShape.new(name: 'EventParameters')
162
+ EventParametersEventTypeString = Shapes::StringShape.new(name: 'EventParametersEventTypeString')
163
+ EventParametersList = Shapes::ListShape.new(name: 'EventParametersList')
144
164
  EventStreamDestinationDetails = Shapes::StructureShape.new(name: 'EventStreamDestinationDetails')
145
165
  EventStreamDestinationStatus = Shapes::StringShape.new(name: 'EventStreamDestinationStatus')
146
166
  EventStreamState = Shapes::StringShape.new(name: 'EventStreamState')
@@ -156,11 +176,13 @@ module Aws::CustomerProfiles
156
176
  EventTriggerSummaryItem = Shapes::StructureShape.new(name: 'EventTriggerSummaryItem')
157
177
  EventTriggerSummaryList = Shapes::ListShape.new(name: 'EventTriggerSummaryList')
158
178
  EventTriggerValues = Shapes::ListShape.new(name: 'EventTriggerValues')
179
+ EventsConfig = Shapes::StructureShape.new(name: 'EventsConfig')
159
180
  ExportingConfig = Shapes::StructureShape.new(name: 'ExportingConfig')
160
181
  ExportingLocation = Shapes::StructureShape.new(name: 'ExportingLocation')
161
182
  ExtraLengthValueProfileDimension = Shapes::StructureShape.new(name: 'ExtraLengthValueProfileDimension')
162
183
  ExtraLengthValues = Shapes::ListShape.new(name: 'ExtraLengthValues')
163
184
  Failures = Shapes::ListShape.new(name: 'Failures')
185
+ FeatureType = Shapes::StringShape.new(name: 'FeatureType')
164
186
  FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
165
187
  FieldMap = Shapes::MapShape.new(name: 'FieldMap')
166
188
  FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
@@ -184,6 +206,8 @@ module Aws::CustomerProfiles
184
206
  GetCalculatedAttributeForProfileResponse = Shapes::StructureShape.new(name: 'GetCalculatedAttributeForProfileResponse')
185
207
  GetDomainLayoutRequest = Shapes::StructureShape.new(name: 'GetDomainLayoutRequest')
186
208
  GetDomainLayoutResponse = Shapes::StructureShape.new(name: 'GetDomainLayoutResponse')
209
+ GetDomainObjectTypeRequest = Shapes::StructureShape.new(name: 'GetDomainObjectTypeRequest')
210
+ GetDomainObjectTypeResponse = Shapes::StructureShape.new(name: 'GetDomainObjectTypeResponse')
187
211
  GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
188
212
  GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
189
213
  GetEventStreamRequest = Shapes::StructureShape.new(name: 'GetEventStreamRequest')
@@ -196,12 +220,21 @@ module Aws::CustomerProfiles
196
220
  GetIntegrationResponse = Shapes::StructureShape.new(name: 'GetIntegrationResponse')
197
221
  GetMatchesRequest = Shapes::StructureShape.new(name: 'GetMatchesRequest')
198
222
  GetMatchesResponse = Shapes::StructureShape.new(name: 'GetMatchesResponse')
223
+ GetObjectTypeAttributeStatisticsPercentiles = Shapes::StructureShape.new(name: 'GetObjectTypeAttributeStatisticsPercentiles')
224
+ GetObjectTypeAttributeStatisticsRequest = Shapes::StructureShape.new(name: 'GetObjectTypeAttributeStatisticsRequest')
225
+ GetObjectTypeAttributeStatisticsResponse = Shapes::StructureShape.new(name: 'GetObjectTypeAttributeStatisticsResponse')
226
+ GetObjectTypeAttributeStatisticsStats = Shapes::StructureShape.new(name: 'GetObjectTypeAttributeStatisticsStats')
199
227
  GetProfileHistoryRecordRequest = Shapes::StructureShape.new(name: 'GetProfileHistoryRecordRequest')
200
228
  GetProfileHistoryRecordResponse = Shapes::StructureShape.new(name: 'GetProfileHistoryRecordResponse')
201
229
  GetProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeRequest')
202
230
  GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
203
231
  GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
204
232
  GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
233
+ GetProfileRecommendationsRequest = Shapes::StructureShape.new(name: 'GetProfileRecommendationsRequest')
234
+ GetProfileRecommendationsResponse = Shapes::StructureShape.new(name: 'GetProfileRecommendationsResponse')
235
+ GetRecommenderRequest = Shapes::StructureShape.new(name: 'GetRecommenderRequest')
236
+ GetRecommenderRequestTrainingMetricsCountInteger = Shapes::IntegerShape.new(name: 'GetRecommenderRequestTrainingMetricsCountInteger')
237
+ GetRecommenderResponse = Shapes::StructureShape.new(name: 'GetRecommenderResponse')
205
238
  GetSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'GetSegmentDefinitionRequest')
206
239
  GetSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'GetSegmentDefinitionResponse')
207
240
  GetSegmentEstimateRequest = Shapes::StructureShape.new(name: 'GetSegmentEstimateRequest')
@@ -253,6 +286,8 @@ module Aws::CustomerProfiles
253
286
  ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
254
287
  ListDomainLayoutsRequest = Shapes::StructureShape.new(name: 'ListDomainLayoutsRequest')
255
288
  ListDomainLayoutsResponse = Shapes::StructureShape.new(name: 'ListDomainLayoutsResponse')
289
+ ListDomainObjectTypesRequest = Shapes::StructureShape.new(name: 'ListDomainObjectTypesRequest')
290
+ ListDomainObjectTypesResponse = Shapes::StructureShape.new(name: 'ListDomainObjectTypesResponse')
256
291
  ListDomainsRequest = Shapes::StructureShape.new(name: 'ListDomainsRequest')
257
292
  ListDomainsResponse = Shapes::StructureShape.new(name: 'ListDomainsResponse')
258
293
  ListEventStreamsRequest = Shapes::StructureShape.new(name: 'ListEventStreamsRequest')
@@ -265,6 +300,10 @@ module Aws::CustomerProfiles
265
300
  ListIntegrationsRequest = Shapes::StructureShape.new(name: 'ListIntegrationsRequest')
266
301
  ListIntegrationsResponse = Shapes::StructureShape.new(name: 'ListIntegrationsResponse')
267
302
  ListObjectTypeAttributeItem = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeItem')
303
+ ListObjectTypeAttributeValuesItem = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeValuesItem')
304
+ ListObjectTypeAttributeValuesList = Shapes::ListShape.new(name: 'ListObjectTypeAttributeValuesList')
305
+ ListObjectTypeAttributeValuesRequest = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeValuesRequest')
306
+ ListObjectTypeAttributeValuesResponse = Shapes::StructureShape.new(name: 'ListObjectTypeAttributeValuesResponse')
268
307
  ListObjectTypeAttributesList = Shapes::ListShape.new(name: 'ListObjectTypeAttributesList')
269
308
  ListObjectTypeAttributesRequest = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesRequest')
270
309
  ListObjectTypeAttributesResponse = Shapes::StructureShape.new(name: 'ListObjectTypeAttributesResponse')
@@ -279,6 +318,12 @@ module Aws::CustomerProfiles
279
318
  ListProfileObjectsItem = Shapes::StructureShape.new(name: 'ListProfileObjectsItem')
280
319
  ListProfileObjectsRequest = Shapes::StructureShape.new(name: 'ListProfileObjectsRequest')
281
320
  ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
321
+ ListRecommenderRecipesRequest = Shapes::StructureShape.new(name: 'ListRecommenderRecipesRequest')
322
+ ListRecommenderRecipesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecommenderRecipesRequestMaxResultsInteger')
323
+ ListRecommenderRecipesResponse = Shapes::StructureShape.new(name: 'ListRecommenderRecipesResponse')
324
+ ListRecommendersRequest = Shapes::StructureShape.new(name: 'ListRecommendersRequest')
325
+ ListRecommendersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecommendersRequestMaxResultsInteger')
326
+ ListRecommendersResponse = Shapes::StructureShape.new(name: 'ListRecommendersResponse')
282
327
  ListRuleBasedMatchesRequest = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesRequest')
283
328
  ListRuleBasedMatchesResponse = Shapes::StructureShape.new(name: 'ListRuleBasedMatchesResponse')
284
329
  ListSegmentDefinitionsRequest = Shapes::StructureShape.new(name: 'ListSegmentDefinitionsRequest')
@@ -305,9 +350,11 @@ module Aws::CustomerProfiles
305
350
  MatchingRules = Shapes::ListShape.new(name: 'MatchingRules')
306
351
  MaxAllowedRuleLevelForMatching = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMatching')
307
352
  MaxAllowedRuleLevelForMerging = Shapes::IntegerShape.new(name: 'MaxAllowedRuleLevelForMerging')
353
+ MaxSize10 = Shapes::IntegerShape.new(name: 'MaxSize10')
308
354
  MaxSize500 = Shapes::IntegerShape.new(name: 'MaxSize500')
309
355
  MergeProfilesRequest = Shapes::StructureShape.new(name: 'MergeProfilesRequest')
310
356
  MergeProfilesResponse = Shapes::StructureShape.new(name: 'MergeProfilesResponse')
357
+ Metrics = Shapes::MapShape.new(name: 'Metrics')
311
358
  Object = Shapes::StringShape.new(name: 'Object')
312
359
  ObjectAttribute = Shapes::StructureShape.new(name: 'ObjectAttribute')
313
360
  ObjectAttributes = Shapes::ListShape.new(name: 'ObjectAttributes')
@@ -349,6 +396,8 @@ module Aws::CustomerProfiles
349
396
  ProfileTypeValues = Shapes::ListShape.new(name: 'ProfileTypeValues')
350
397
  Profiles = Shapes::ListShape.new(name: 'Profiles')
351
398
  Property = Shapes::StringShape.new(name: 'Property')
399
+ PutDomainObjectTypeRequest = Shapes::StructureShape.new(name: 'PutDomainObjectTypeRequest')
400
+ PutDomainObjectTypeResponse = Shapes::StructureShape.new(name: 'PutDomainObjectTypeResponse')
352
401
  PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
353
402
  PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
354
403
  PutProfileObjectRequest = Shapes::StructureShape.new(name: 'PutProfileObjectRequest')
@@ -361,6 +410,18 @@ module Aws::CustomerProfiles
361
410
  RangeUnit = Shapes::StringShape.new(name: 'RangeUnit')
362
411
  Readiness = Shapes::StructureShape.new(name: 'Readiness')
363
412
  ReadinessStatus = Shapes::StringShape.new(name: 'ReadinessStatus')
413
+ Recommendation = Shapes::StructureShape.new(name: 'Recommendation')
414
+ Recommendations = Shapes::ListShape.new(name: 'Recommendations')
415
+ RecommenderConfig = Shapes::StructureShape.new(name: 'RecommenderConfig')
416
+ RecommenderConfigTrainingFrequencyInteger = Shapes::IntegerShape.new(name: 'RecommenderConfigTrainingFrequencyInteger')
417
+ RecommenderContext = Shapes::MapShape.new(name: 'RecommenderContext')
418
+ RecommenderRecipe = Shapes::StructureShape.new(name: 'RecommenderRecipe')
419
+ RecommenderRecipeName = Shapes::StringShape.new(name: 'RecommenderRecipeName')
420
+ RecommenderRecipesList = Shapes::ListShape.new(name: 'RecommenderRecipesList')
421
+ RecommenderStatus = Shapes::StringShape.new(name: 'RecommenderStatus')
422
+ RecommenderSummary = Shapes::StructureShape.new(name: 'RecommenderSummary')
423
+ RecommenderSummaryList = Shapes::ListShape.new(name: 'RecommenderSummaryList')
424
+ RecommenderUpdate = Shapes::StructureShape.new(name: 'RecommenderUpdate')
364
425
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
365
426
  ResultsSummary = Shapes::StructureShape.new(name: 'ResultsSummary')
366
427
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
@@ -377,6 +438,7 @@ module Aws::CustomerProfiles
377
438
  ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
378
439
  ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
379
440
  ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
441
+ Scope = Shapes::StringShape.new(name: 'Scope')
380
442
  SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
381
443
  SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
382
444
  SegmentDefinitionArn = Shapes::StringShape.new(name: 'SegmentDefinitionArn')
@@ -386,6 +448,7 @@ module Aws::CustomerProfiles
386
448
  SegmentGroupList = Shapes::ListShape.new(name: 'SegmentGroupList')
387
449
  SegmentGroupStructure = Shapes::StructureShape.new(name: 'SegmentGroupStructure')
388
450
  SegmentSnapshotStatus = Shapes::StringShape.new(name: 'SegmentSnapshotStatus')
451
+ SegmentType = Shapes::StringShape.new(name: 'SegmentType')
389
452
  ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
390
453
  ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
391
454
  SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
@@ -397,12 +460,16 @@ module Aws::CustomerProfiles
397
460
  StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
398
461
  StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
399
462
  Start = Shapes::IntegerShape.new(name: 'Start')
463
+ StartRecommenderRequest = Shapes::StructureShape.new(name: 'StartRecommenderRequest')
464
+ StartRecommenderResponse = Shapes::StructureShape.new(name: 'StartRecommenderResponse')
400
465
  StartUploadJobRequest = Shapes::StructureShape.new(name: 'StartUploadJobRequest')
401
466
  StartUploadJobResponse = Shapes::StructureShape.new(name: 'StartUploadJobResponse')
402
467
  Statistic = Shapes::StringShape.new(name: 'Statistic')
403
468
  Status = Shapes::StringShape.new(name: 'Status')
404
469
  StatusCode = Shapes::IntegerShape.new(name: 'StatusCode')
405
470
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
471
+ StopRecommenderRequest = Shapes::StructureShape.new(name: 'StopRecommenderRequest')
472
+ StopRecommenderResponse = Shapes::StructureShape.new(name: 'StopRecommenderResponse')
406
473
  StopUploadJobRequest = Shapes::StructureShape.new(name: 'StopUploadJobRequest')
407
474
  StopUploadJobResponse = Shapes::StructureShape.new(name: 'StopUploadJobResponse')
408
475
  String = Shapes::StringShape.new(name: 'String')
@@ -421,6 +488,9 @@ module Aws::CustomerProfiles
421
488
  Threshold = Shapes::StructureShape.new(name: 'Threshold')
422
489
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
423
490
  Timezone = Shapes::StringShape.new(name: 'Timezone')
491
+ TrainingMetricName = Shapes::StringShape.new(name: 'TrainingMetricName')
492
+ TrainingMetrics = Shapes::StructureShape.new(name: 'TrainingMetrics')
493
+ TrainingMetricsList = Shapes::ListShape.new(name: 'TrainingMetricsList')
424
494
  TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
425
495
  TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
426
496
  TriggerType = Shapes::StringShape.new(name: 'TriggerType')
@@ -440,6 +510,8 @@ module Aws::CustomerProfiles
440
510
  UpdateEventTriggerResponse = Shapes::StructureShape.new(name: 'UpdateEventTriggerResponse')
441
511
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
442
512
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
513
+ UpdateRecommenderRequest = Shapes::StructureShape.new(name: 'UpdateRecommenderRequest')
514
+ UpdateRecommenderResponse = Shapes::StructureShape.new(name: 'UpdateRecommenderResponse')
443
515
  UploadJobItem = Shapes::StructureShape.new(name: 'UploadJobItem')
444
516
  UploadJobStatus = Shapes::StringShape.new(name: 'UploadJobStatus')
445
517
  UploadJobsList = Shapes::ListShape.new(name: 'UploadJobsList')
@@ -485,8 +557,11 @@ module Aws::CustomerProfiles
485
557
  sensitiveString0To1000 = Shapes::StringShape.new(name: 'sensitiveString0To1000')
486
558
  sensitiveString0To255 = Shapes::StringShape.new(name: 'sensitiveString0To255')
487
559
  sensitiveString1To1000 = Shapes::StringShape.new(name: 'sensitiveString1To1000')
560
+ sensitiveString1To10000 = Shapes::StringShape.new(name: 'sensitiveString1To10000')
488
561
  sensitiveString1To2000000 = Shapes::StringShape.new(name: 'sensitiveString1To2000000')
489
562
  sensitiveString1To255 = Shapes::StringShape.new(name: 'sensitiveString1To255')
563
+ sensitiveString1To4000 = Shapes::StringShape.new(name: 'sensitiveString1To4000')
564
+ sensitiveString1To50000 = Shapes::StringShape.new(name: 'sensitiveString1To50000')
490
565
  sensitiveText = Shapes::StringShape.new(name: 'sensitiveText')
491
566
  sqsQueueUrl = Shapes::StringShape.new(name: 'sqsQueueUrl')
492
567
  string0To255 = Shapes::StringShape.new(name: 'string0To255')
@@ -670,6 +745,21 @@ module Aws::CustomerProfiles
670
745
  CalculatedCustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
671
746
  CalculatedCustomAttributes.value = Shapes::ShapeRef.new(shape: CalculatedAttributeDimension)
672
747
 
748
+ CatalogItem.add_member(:id, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Id"))
749
+ CatalogItem.add_member(:name, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Name"))
750
+ CatalogItem.add_member(:code, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Code"))
751
+ CatalogItem.add_member(:type, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Type"))
752
+ CatalogItem.add_member(:category, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Category"))
753
+ CatalogItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Description"))
754
+ CatalogItem.add_member(:additional_information, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "AdditionalInformation"))
755
+ CatalogItem.add_member(:image_link, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "ImageLink"))
756
+ CatalogItem.add_member(:link, Shapes::ShapeRef.new(shape: sensitiveString1To1000, location_name: "Link"))
757
+ CatalogItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
758
+ CatalogItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "UpdatedAt"))
759
+ CatalogItem.add_member(:price, Shapes::ShapeRef.new(shape: sensitiveString1To255, location_name: "Price"))
760
+ CatalogItem.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
761
+ CatalogItem.struct_class = Types::CatalogItem
762
+
673
763
  ConditionOverrides.add_member(:range, Shapes::ShapeRef.new(shape: RangeOverride, location_name: "Range"))
674
764
  ConditionOverrides.struct_class = Types::ConditionOverrides
675
765
 
@@ -753,6 +843,7 @@ module Aws::CustomerProfiles
753
843
  CreateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
754
844
  CreateDomainRequest.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingRequest, location_name: "Matching"))
755
845
  CreateDomainRequest.add_member(:rule_based_matching, Shapes::ShapeRef.new(shape: RuleBasedMatchingRequest, location_name: "RuleBasedMatching"))
846
+ CreateDomainRequest.add_member(:data_store, Shapes::ShapeRef.new(shape: DataStoreRequest, location_name: "DataStore"))
756
847
  CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
757
848
  CreateDomainRequest.struct_class = Types::CreateDomainRequest
758
849
 
@@ -762,6 +853,7 @@ module Aws::CustomerProfiles
762
853
  CreateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
763
854
  CreateDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
764
855
  CreateDomainResponse.add_member(:rule_based_matching, Shapes::ShapeRef.new(shape: RuleBasedMatchingResponse, location_name: "RuleBasedMatching"))
856
+ CreateDomainResponse.add_member(:data_store, Shapes::ShapeRef.new(shape: DataStoreResponse, location_name: "DataStore"))
765
857
  CreateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
766
858
  CreateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
767
859
  CreateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
@@ -841,24 +933,38 @@ module Aws::CustomerProfiles
841
933
  CreateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
842
934
  CreateProfileResponse.struct_class = Types::CreateProfileResponse
843
935
 
936
+ CreateRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
937
+ CreateRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
938
+ CreateRecommenderRequest.add_member(:recommender_recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, required: true, location_name: "RecommenderRecipeName"))
939
+ CreateRecommenderRequest.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
940
+ CreateRecommenderRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
941
+ CreateRecommenderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
942
+ CreateRecommenderRequest.struct_class = Types::CreateRecommenderRequest
943
+
944
+ CreateRecommenderResponse.add_member(:recommender_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RecommenderArn"))
945
+ CreateRecommenderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
946
+ CreateRecommenderResponse.struct_class = Types::CreateRecommenderResponse
947
+
844
948
  CreateSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
845
949
  CreateSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
846
950
  CreateSegmentDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "DisplayName"))
847
- CreateSegmentDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
848
- CreateSegmentDefinitionRequest.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, required: true, location_name: "SegmentGroups"))
951
+ CreateSegmentDefinitionRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
952
+ CreateSegmentDefinitionRequest.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
953
+ CreateSegmentDefinitionRequest.add_member(:segment_sql_query, Shapes::ShapeRef.new(shape: sensitiveString1To50000, location_name: "SegmentSqlQuery"))
849
954
  CreateSegmentDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
850
955
  CreateSegmentDefinitionRequest.struct_class = Types::CreateSegmentDefinitionRequest
851
956
 
852
957
  CreateSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "SegmentDefinitionName"))
853
958
  CreateSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
854
- CreateSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
959
+ CreateSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
855
960
  CreateSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
856
961
  CreateSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
857
962
  CreateSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
858
963
  CreateSegmentDefinitionResponse.struct_class = Types::CreateSegmentDefinitionResponse
859
964
 
860
965
  CreateSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
861
- CreateSegmentEstimateRequest.add_member(:segment_query, Shapes::ShapeRef.new(shape: SegmentGroupStructure, required: true, location_name: "SegmentQuery"))
966
+ CreateSegmentEstimateRequest.add_member(:segment_query, Shapes::ShapeRef.new(shape: SegmentGroupStructure, location_name: "SegmentQuery"))
967
+ CreateSegmentEstimateRequest.add_member(:segment_sql_query, Shapes::ShapeRef.new(shape: sensitiveString1To50000, location_name: "SegmentSqlQuery"))
862
968
  CreateSegmentEstimateRequest.struct_class = Types::CreateSegmentEstimateRequest
863
969
 
864
970
  CreateSegmentEstimateResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, location_name: "DomainName"))
@@ -890,6 +996,13 @@ module Aws::CustomerProfiles
890
996
  CustomAttributes.key = Shapes::ShapeRef.new(shape: typeName)
891
997
  CustomAttributes.value = Shapes::ShapeRef.new(shape: AttributeDimension)
892
998
 
999
+ DataStoreRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
1000
+ DataStoreRequest.struct_class = Types::DataStoreRequest
1001
+
1002
+ DataStoreResponse.add_member(:enabled, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "Enabled"))
1003
+ DataStoreResponse.add_member(:readiness, Shapes::ShapeRef.new(shape: Readiness, location_name: "Readiness"))
1004
+ DataStoreResponse.struct_class = Types::DataStoreResponse
1005
+
893
1006
  DateDimension.add_member(:dimension_type, Shapes::ShapeRef.new(shape: DateDimensionType, required: true, location_name: "DimensionType"))
894
1007
  DateDimension.add_member(:values, Shapes::ShapeRef.new(shape: DateValues, required: true, location_name: "Values"))
895
1008
  DateDimension.struct_class = Types::DateDimension
@@ -909,6 +1022,12 @@ module Aws::CustomerProfiles
909
1022
  DeleteDomainLayoutResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
910
1023
  DeleteDomainLayoutResponse.struct_class = Types::DeleteDomainLayoutResponse
911
1024
 
1025
+ DeleteDomainObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1026
+ DeleteDomainObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
1027
+ DeleteDomainObjectTypeRequest.struct_class = Types::DeleteDomainObjectTypeRequest
1028
+
1029
+ DeleteDomainObjectTypeResponse.struct_class = Types::DeleteDomainObjectTypeResponse
1030
+
912
1031
  DeleteDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
913
1032
  DeleteDomainRequest.struct_class = Types::DeleteDomainRequest
914
1033
 
@@ -967,6 +1086,12 @@ module Aws::CustomerProfiles
967
1086
  DeleteProfileResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
968
1087
  DeleteProfileResponse.struct_class = Types::DeleteProfileResponse
969
1088
 
1089
+ DeleteRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1090
+ DeleteRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
1091
+ DeleteRecommenderRequest.struct_class = Types::DeleteRecommenderRequest
1092
+
1093
+ DeleteRecommenderResponse.struct_class = Types::DeleteRecommenderResponse
1094
+
970
1095
  DeleteSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
971
1096
  DeleteSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
972
1097
  DeleteSegmentDefinitionRequest.struct_class = Types::DeleteSegmentDefinitionRequest
@@ -1011,6 +1136,24 @@ module Aws::CustomerProfiles
1011
1136
 
1012
1137
  DomainList.member = Shapes::ShapeRef.new(shape: ListDomainItem)
1013
1138
 
1139
+ DomainObjectTypeField.add_member(:source, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Source"))
1140
+ DomainObjectTypeField.add_member(:target, Shapes::ShapeRef.new(shape: text, required: true, location_name: "Target"))
1141
+ DomainObjectTypeField.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
1142
+ DomainObjectTypeField.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
1143
+ DomainObjectTypeField.struct_class = Types::DomainObjectTypeField
1144
+
1145
+ DomainObjectTypeFields.key = Shapes::ShapeRef.new(shape: DomainObjectTypeFieldName)
1146
+ DomainObjectTypeFields.value = Shapes::ShapeRef.new(shape: DomainObjectTypeField)
1147
+
1148
+ DomainObjectTypesList.member = Shapes::ShapeRef.new(shape: DomainObjectTypesListItem)
1149
+
1150
+ DomainObjectTypesListItem.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
1151
+ DomainObjectTypesListItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To10000, location_name: "Description"))
1152
+ DomainObjectTypesListItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
1153
+ DomainObjectTypesListItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
1154
+ DomainObjectTypesListItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1155
+ DomainObjectTypesListItem.struct_class = Types::DomainObjectTypesListItem
1156
+
1014
1157
  DomainStats.add_member(:profile_count, Shapes::ShapeRef.new(shape: long, location_name: "ProfileCount"))
1015
1158
  DomainStats.add_member(:metering_profile_count, Shapes::ShapeRef.new(shape: long, location_name: "MeteringProfileCount"))
1016
1159
  DomainStats.add_member(:object_count, Shapes::ShapeRef.new(shape: long, location_name: "ObjectCount"))
@@ -1025,6 +1168,12 @@ module Aws::CustomerProfiles
1025
1168
  EngagementPreferences.add_member(:email, Shapes::ShapeRef.new(shape: EmailPreferenceList, location_name: "Email"))
1026
1169
  EngagementPreferences.struct_class = Types::EngagementPreferences
1027
1170
 
1171
+ EventParameters.add_member(:event_type, Shapes::ShapeRef.new(shape: EventParametersEventTypeString, required: true, location_name: "EventType"))
1172
+ EventParameters.add_member(:event_value_threshold, Shapes::ShapeRef.new(shape: Double, location_name: "EventValueThreshold"))
1173
+ EventParameters.struct_class = Types::EventParameters
1174
+
1175
+ EventParametersList.member = Shapes::ShapeRef.new(shape: EventParameters)
1176
+
1028
1177
  EventStreamDestinationDetails.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
1029
1178
  EventStreamDestinationDetails.add_member(:status, Shapes::ShapeRef.new(shape: EventStreamDestinationStatus, required: true, location_name: "Status"))
1030
1179
  EventStreamDestinationDetails.add_member(:unhealthy_since, Shapes::ShapeRef.new(shape: timestamp, location_name: "UnhealthySince"))
@@ -1071,6 +1220,9 @@ module Aws::CustomerProfiles
1071
1220
 
1072
1221
  EventTriggerValues.member = Shapes::ShapeRef.new(shape: string1To255)
1073
1222
 
1223
+ EventsConfig.add_member(:event_parameters_list, Shapes::ShapeRef.new(shape: EventParametersList, required: true, location_name: "EventParametersList"))
1224
+ EventsConfig.struct_class = Types::EventsConfig
1225
+
1074
1226
  ExportingConfig.add_member(:s3_exporting, Shapes::ShapeRef.new(shape: S3ExportingConfig, location_name: "S3Exporting"))
1075
1227
  ExportingConfig.struct_class = Types::ExportingConfig
1076
1228
 
@@ -1203,6 +1355,19 @@ module Aws::CustomerProfiles
1203
1355
  GetDomainLayoutResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1204
1356
  GetDomainLayoutResponse.struct_class = Types::GetDomainLayoutResponse
1205
1357
 
1358
+ GetDomainObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1359
+ GetDomainObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
1360
+ GetDomainObjectTypeRequest.struct_class = Types::GetDomainObjectTypeRequest
1361
+
1362
+ GetDomainObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
1363
+ GetDomainObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To10000, location_name: "Description"))
1364
+ GetDomainObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
1365
+ GetDomainObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: DomainObjectTypeFields, location_name: "Fields"))
1366
+ GetDomainObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
1367
+ GetDomainObjectTypeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
1368
+ GetDomainObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1369
+ GetDomainObjectTypeResponse.struct_class = Types::GetDomainObjectTypeResponse
1370
+
1206
1371
  GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1207
1372
  GetDomainRequest.struct_class = Types::GetDomainRequest
1208
1373
 
@@ -1213,6 +1378,7 @@ module Aws::CustomerProfiles
1213
1378
  GetDomainResponse.add_member(:stats, Shapes::ShapeRef.new(shape: DomainStats, location_name: "Stats"))
1214
1379
  GetDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
1215
1380
  GetDomainResponse.add_member(:rule_based_matching, Shapes::ShapeRef.new(shape: RuleBasedMatchingResponse, location_name: "RuleBasedMatching"))
1381
+ GetDomainResponse.add_member(:data_store, Shapes::ShapeRef.new(shape: DataStoreResponse, location_name: "DataStore"))
1216
1382
  GetDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
1217
1383
  GetDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
1218
1384
  GetDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
@@ -1278,6 +1444,7 @@ module Aws::CustomerProfiles
1278
1444
  GetIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
1279
1445
  GetIntegrationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1280
1446
  GetIntegrationResponse.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
1447
+ GetIntegrationResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
1281
1448
  GetIntegrationResponse.struct_class = Types::GetIntegrationResponse
1282
1449
 
1283
1450
  GetMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
@@ -1291,6 +1458,29 @@ module Aws::CustomerProfiles
1291
1458
  GetMatchesResponse.add_member(:matches, Shapes::ShapeRef.new(shape: MatchesList, location_name: "Matches"))
1292
1459
  GetMatchesResponse.struct_class = Types::GetMatchesResponse
1293
1460
 
1461
+ GetObjectTypeAttributeStatisticsPercentiles.add_member(:p5, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "P5"))
1462
+ GetObjectTypeAttributeStatisticsPercentiles.add_member(:p25, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "P25"))
1463
+ GetObjectTypeAttributeStatisticsPercentiles.add_member(:p50, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "P50"))
1464
+ GetObjectTypeAttributeStatisticsPercentiles.add_member(:p75, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "P75"))
1465
+ GetObjectTypeAttributeStatisticsPercentiles.add_member(:p95, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "P95"))
1466
+ GetObjectTypeAttributeStatisticsPercentiles.struct_class = Types::GetObjectTypeAttributeStatisticsPercentiles
1467
+
1468
+ GetObjectTypeAttributeStatisticsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1469
+ GetObjectTypeAttributeStatisticsRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
1470
+ GetObjectTypeAttributeStatisticsRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To1000, required: true, location: "uri", location_name: "AttributeName"))
1471
+ GetObjectTypeAttributeStatisticsRequest.struct_class = Types::GetObjectTypeAttributeStatisticsRequest
1472
+
1473
+ GetObjectTypeAttributeStatisticsResponse.add_member(:statistics, Shapes::ShapeRef.new(shape: GetObjectTypeAttributeStatisticsStats, required: true, location_name: "Statistics"))
1474
+ GetObjectTypeAttributeStatisticsResponse.add_member(:calculated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CalculatedAt"))
1475
+ GetObjectTypeAttributeStatisticsResponse.struct_class = Types::GetObjectTypeAttributeStatisticsResponse
1476
+
1477
+ GetObjectTypeAttributeStatisticsStats.add_member(:maximum, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Maximum"))
1478
+ GetObjectTypeAttributeStatisticsStats.add_member(:minimum, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Minimum"))
1479
+ GetObjectTypeAttributeStatisticsStats.add_member(:average, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "Average"))
1480
+ GetObjectTypeAttributeStatisticsStats.add_member(:standard_deviation, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "StandardDeviation"))
1481
+ GetObjectTypeAttributeStatisticsStats.add_member(:percentiles, Shapes::ShapeRef.new(shape: GetObjectTypeAttributeStatisticsPercentiles, required: true, location_name: "Percentiles"))
1482
+ GetObjectTypeAttributeStatisticsStats.struct_class = Types::GetObjectTypeAttributeStatisticsStats
1483
+
1294
1484
  GetProfileHistoryRecordRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1295
1485
  GetProfileHistoryRecordRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "ProfileId"))
1296
1486
  GetProfileHistoryRecordRequest.add_member(:id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "Id"))
@@ -1338,17 +1528,47 @@ module Aws::CustomerProfiles
1338
1528
  GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
1339
1529
  GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
1340
1530
 
1531
+ GetProfileRecommendationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1532
+ GetProfileRecommendationsRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location: "uri", location_name: "ProfileId"))
1533
+ GetProfileRecommendationsRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderName"))
1534
+ GetProfileRecommendationsRequest.add_member(:context, Shapes::ShapeRef.new(shape: RecommenderContext, location_name: "Context"))
1535
+ GetProfileRecommendationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxSize10, location_name: "MaxResults"))
1536
+ GetProfileRecommendationsRequest.struct_class = Types::GetProfileRecommendationsRequest
1537
+
1538
+ GetProfileRecommendationsResponse.add_member(:recommendations, Shapes::ShapeRef.new(shape: Recommendations, location_name: "Recommendations"))
1539
+ GetProfileRecommendationsResponse.struct_class = Types::GetProfileRecommendationsResponse
1540
+
1541
+ GetRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1542
+ GetRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
1543
+ GetRecommenderRequest.add_member(:training_metrics_count, Shapes::ShapeRef.new(shape: GetRecommenderRequestTrainingMetricsCountInteger, location: "querystring", location_name: "training-metrics-count"))
1544
+ GetRecommenderRequest.struct_class = Types::GetRecommenderRequest
1545
+
1546
+ GetRecommenderResponse.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderName"))
1547
+ GetRecommenderResponse.add_member(:recommender_recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, required: true, location_name: "RecommenderRecipeName"))
1548
+ GetRecommenderResponse.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
1549
+ GetRecommenderResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
1550
+ GetRecommenderResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderStatus, location_name: "Status"))
1551
+ GetRecommenderResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
1552
+ GetRecommenderResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
1553
+ GetRecommenderResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
1554
+ GetRecommenderResponse.add_member(:latest_recommender_update, Shapes::ShapeRef.new(shape: RecommenderUpdate, location_name: "LatestRecommenderUpdate"))
1555
+ GetRecommenderResponse.add_member(:training_metrics, Shapes::ShapeRef.new(shape: TrainingMetricsList, location_name: "TrainingMetrics"))
1556
+ GetRecommenderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1557
+ GetRecommenderResponse.struct_class = Types::GetRecommenderResponse
1558
+
1341
1559
  GetSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1342
1560
  GetSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
1343
1561
  GetSegmentDefinitionRequest.struct_class = Types::GetSegmentDefinitionRequest
1344
1562
 
1345
1563
  GetSegmentDefinitionResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
1346
1564
  GetSegmentDefinitionResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
1347
- GetSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
1565
+ GetSegmentDefinitionResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
1348
1566
  GetSegmentDefinitionResponse.add_member(:segment_groups, Shapes::ShapeRef.new(shape: SegmentGroup, location_name: "SegmentGroups"))
1349
1567
  GetSegmentDefinitionResponse.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, required: true, location_name: "SegmentDefinitionArn"))
1350
1568
  GetSegmentDefinitionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
1351
1569
  GetSegmentDefinitionResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1570
+ GetSegmentDefinitionResponse.add_member(:segment_sql_query, Shapes::ShapeRef.new(shape: sensitiveString1To50000, location_name: "SegmentSqlQuery"))
1571
+ GetSegmentDefinitionResponse.add_member(:segment_type, Shapes::ShapeRef.new(shape: SegmentType, location_name: "SegmentType"))
1352
1572
  GetSegmentDefinitionResponse.struct_class = Types::GetSegmentDefinitionResponse
1353
1573
 
1354
1574
  GetSegmentEstimateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -1371,6 +1591,7 @@ module Aws::CustomerProfiles
1371
1591
  GetSegmentMembershipResponse.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
1372
1592
  GetSegmentMembershipResponse.add_member(:profiles, Shapes::ShapeRef.new(shape: Profiles, location_name: "Profiles"))
1373
1593
  GetSegmentMembershipResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "Failures"))
1594
+ GetSegmentMembershipResponse.add_member(:last_computed_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastComputedAt"))
1374
1595
  GetSegmentMembershipResponse.struct_class = Types::GetSegmentMembershipResponse
1375
1596
 
1376
1597
  GetSegmentSnapshotRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -1570,6 +1791,15 @@ module Aws::CustomerProfiles
1570
1791
  ListDomainLayoutsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1571
1792
  ListDomainLayoutsResponse.struct_class = Types::ListDomainLayoutsResponse
1572
1793
 
1794
+ ListDomainObjectTypesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1795
+ ListDomainObjectTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
1796
+ ListDomainObjectTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1797
+ ListDomainObjectTypesRequest.struct_class = Types::ListDomainObjectTypesRequest
1798
+
1799
+ ListDomainObjectTypesResponse.add_member(:items, Shapes::ShapeRef.new(shape: DomainObjectTypesList, location_name: "Items"))
1800
+ ListDomainObjectTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1801
+ ListDomainObjectTypesResponse.struct_class = Types::ListDomainObjectTypesResponse
1802
+
1573
1803
  ListDomainsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1574
1804
  ListDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
1575
1805
  ListDomainsRequest.struct_class = Types::ListDomainsRequest
@@ -1616,6 +1846,7 @@ module Aws::CustomerProfiles
1616
1846
  ListIntegrationItem.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
1617
1847
  ListIntegrationItem.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1618
1848
  ListIntegrationItem.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
1849
+ ListIntegrationItem.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
1619
1850
  ListIntegrationItem.struct_class = Types::ListIntegrationItem
1620
1851
 
1621
1852
  ListIntegrationsRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -1632,6 +1863,23 @@ module Aws::CustomerProfiles
1632
1863
  ListObjectTypeAttributeItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
1633
1864
  ListObjectTypeAttributeItem.struct_class = Types::ListObjectTypeAttributeItem
1634
1865
 
1866
+ ListObjectTypeAttributeValuesItem.add_member(:value, Shapes::ShapeRef.new(shape: sensitiveString1To1000, required: true, location_name: "Value"))
1867
+ ListObjectTypeAttributeValuesItem.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
1868
+ ListObjectTypeAttributeValuesItem.struct_class = Types::ListObjectTypeAttributeValuesItem
1869
+
1870
+ ListObjectTypeAttributeValuesList.member = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeValuesItem)
1871
+
1872
+ ListObjectTypeAttributeValuesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1873
+ ListObjectTypeAttributeValuesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
1874
+ ListObjectTypeAttributeValuesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1875
+ ListObjectTypeAttributeValuesRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
1876
+ ListObjectTypeAttributeValuesRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: string1To1000, required: true, location: "uri", location_name: "AttributeName"))
1877
+ ListObjectTypeAttributeValuesRequest.struct_class = Types::ListObjectTypeAttributeValuesRequest
1878
+
1879
+ ListObjectTypeAttributeValuesResponse.add_member(:items, Shapes::ShapeRef.new(shape: ListObjectTypeAttributeValuesList, location_name: "Items"))
1880
+ ListObjectTypeAttributeValuesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1881
+ ListObjectTypeAttributeValuesResponse.struct_class = Types::ListObjectTypeAttributeValuesResponse
1882
+
1635
1883
  ListObjectTypeAttributesList.member = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeItem)
1636
1884
 
1637
1885
  ListObjectTypeAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
@@ -1705,6 +1953,23 @@ module Aws::CustomerProfiles
1705
1953
  ListProfileObjectsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1706
1954
  ListProfileObjectsResponse.struct_class = Types::ListProfileObjectsResponse
1707
1955
 
1956
+ ListRecommenderRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRecommenderRecipesRequestMaxResultsInteger, location: "querystring", location_name: "max-results"))
1957
+ ListRecommenderRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1958
+ ListRecommenderRecipesRequest.struct_class = Types::ListRecommenderRecipesRequest
1959
+
1960
+ ListRecommenderRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1961
+ ListRecommenderRecipesResponse.add_member(:recommender_recipes, Shapes::ShapeRef.new(shape: RecommenderRecipesList, location_name: "RecommenderRecipes"))
1962
+ ListRecommenderRecipesResponse.struct_class = Types::ListRecommenderRecipesResponse
1963
+
1964
+ ListRecommendersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1965
+ ListRecommendersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRecommendersRequestMaxResultsInteger, location: "querystring", location_name: "max-results"))
1966
+ ListRecommendersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1967
+ ListRecommendersRequest.struct_class = Types::ListRecommendersRequest
1968
+
1969
+ ListRecommendersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
1970
+ ListRecommendersResponse.add_member(:recommenders, Shapes::ShapeRef.new(shape: RecommenderSummaryList, location_name: "Recommenders"))
1971
+ ListRecommendersResponse.struct_class = Types::ListRecommendersResponse
1972
+
1708
1973
  ListRuleBasedMatchesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
1709
1974
  ListRuleBasedMatchesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
1710
1975
  ListRuleBasedMatchesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -1803,6 +2068,9 @@ module Aws::CustomerProfiles
1803
2068
  MergeProfilesResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
1804
2069
  MergeProfilesResponse.struct_class = Types::MergeProfilesResponse
1805
2070
 
2071
+ Metrics.key = Shapes::ShapeRef.new(shape: TrainingMetricName)
2072
+ Metrics.value = Shapes::ShapeRef.new(shape: Double)
2073
+
1806
2074
  ObjectAttribute.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
1807
2075
  ObjectAttribute.add_member(:field_name, Shapes::ShapeRef.new(shape: fieldName, location_name: "FieldName"))
1808
2076
  ObjectAttribute.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
@@ -1953,14 +2221,32 @@ module Aws::CustomerProfiles
1953
2221
 
1954
2222
  Profiles.member = Shapes::ShapeRef.new(shape: ProfileQueryResult)
1955
2223
 
2224
+ PutDomainObjectTypeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2225
+ PutDomainObjectTypeRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location: "uri", location_name: "ObjectTypeName"))
2226
+ PutDomainObjectTypeRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To10000, location_name: "Description"))
2227
+ PutDomainObjectTypeRequest.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
2228
+ PutDomainObjectTypeRequest.add_member(:fields, Shapes::ShapeRef.new(shape: DomainObjectTypeFields, required: true, location_name: "Fields"))
2229
+ PutDomainObjectTypeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2230
+ PutDomainObjectTypeRequest.struct_class = Types::PutDomainObjectTypeRequest
2231
+
2232
+ PutDomainObjectTypeResponse.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
2233
+ PutDomainObjectTypeResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To10000, location_name: "Description"))
2234
+ PutDomainObjectTypeResponse.add_member(:encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "EncryptionKey"))
2235
+ PutDomainObjectTypeResponse.add_member(:fields, Shapes::ShapeRef.new(shape: DomainObjectTypeFields, location_name: "Fields"))
2236
+ PutDomainObjectTypeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
2237
+ PutDomainObjectTypeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
2238
+ PutDomainObjectTypeResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2239
+ PutDomainObjectTypeResponse.struct_class = Types::PutDomainObjectTypeResponse
2240
+
1956
2241
  PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
1957
2242
  PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
1958
2243
  PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, location_name: "ObjectTypeName"))
2244
+ PutIntegrationRequest.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
1959
2245
  PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
1960
2246
  PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
1961
- PutIntegrationRequest.add_member(:object_type_names, Shapes::ShapeRef.new(shape: ObjectTypeNames, location_name: "ObjectTypeNames"))
1962
2247
  PutIntegrationRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1963
2248
  PutIntegrationRequest.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
2249
+ PutIntegrationRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
1964
2250
  PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
1965
2251
 
1966
2252
  PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
@@ -1974,6 +2260,7 @@ module Aws::CustomerProfiles
1974
2260
  PutIntegrationResponse.add_member(:is_unstructured, Shapes::ShapeRef.new(shape: optionalBoolean, location_name: "IsUnstructured"))
1975
2261
  PutIntegrationResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1976
2262
  PutIntegrationResponse.add_member(:event_trigger_names, Shapes::ShapeRef.new(shape: EventTriggerNames, location_name: "EventTriggerNames"))
2263
+ PutIntegrationResponse.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
1977
2264
  PutIntegrationResponse.struct_class = Types::PutIntegrationResponse
1978
2265
 
1979
2266
  PutProfileObjectRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
@@ -2030,6 +2317,46 @@ module Aws::CustomerProfiles
2030
2317
  Readiness.add_member(:message, Shapes::ShapeRef.new(shape: text, location_name: "Message"))
2031
2318
  Readiness.struct_class = Types::Readiness
2032
2319
 
2320
+ Recommendation.add_member(:catalog_item, Shapes::ShapeRef.new(shape: CatalogItem, location_name: "CatalogItem"))
2321
+ Recommendation.add_member(:score, Shapes::ShapeRef.new(shape: Double0To1, location_name: "Score"))
2322
+ Recommendation.struct_class = Types::Recommendation
2323
+
2324
+ Recommendations.member = Shapes::ShapeRef.new(shape: Recommendation)
2325
+
2326
+ RecommenderConfig.add_member(:events_config, Shapes::ShapeRef.new(shape: EventsConfig, required: true, location_name: "EventsConfig"))
2327
+ RecommenderConfig.add_member(:training_frequency, Shapes::ShapeRef.new(shape: RecommenderConfigTrainingFrequencyInteger, location_name: "TrainingFrequency"))
2328
+ RecommenderConfig.struct_class = Types::RecommenderConfig
2329
+
2330
+ RecommenderContext.key = Shapes::ShapeRef.new(shape: ContextKey)
2331
+ RecommenderContext.value = Shapes::ShapeRef.new(shape: string1To255)
2332
+
2333
+ RecommenderRecipe.add_member(:name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, location_name: "name"))
2334
+ RecommenderRecipe.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
2335
+ RecommenderRecipe.struct_class = Types::RecommenderRecipe
2336
+
2337
+ RecommenderRecipesList.member = Shapes::ShapeRef.new(shape: RecommenderRecipe)
2338
+
2339
+ RecommenderSummary.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderName"))
2340
+ RecommenderSummary.add_member(:recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, location_name: "RecipeName"))
2341
+ RecommenderSummary.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
2342
+ RecommenderSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
2343
+ RecommenderSummary.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
2344
+ RecommenderSummary.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderStatus, location_name: "Status"))
2345
+ RecommenderSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
2346
+ RecommenderSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2347
+ RecommenderSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
2348
+ RecommenderSummary.add_member(:latest_recommender_update, Shapes::ShapeRef.new(shape: RecommenderUpdate, location_name: "LatestRecommenderUpdate"))
2349
+ RecommenderSummary.struct_class = Types::RecommenderSummary
2350
+
2351
+ RecommenderSummaryList.member = Shapes::ShapeRef.new(shape: RecommenderSummary)
2352
+
2353
+ RecommenderUpdate.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
2354
+ RecommenderUpdate.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderStatus, location_name: "Status"))
2355
+ RecommenderUpdate.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
2356
+ RecommenderUpdate.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastUpdatedAt"))
2357
+ RecommenderUpdate.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
2358
+ RecommenderUpdate.struct_class = Types::RecommenderUpdate
2359
+
2033
2360
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
2034
2361
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
2035
2362
 
@@ -2098,10 +2425,11 @@ module Aws::CustomerProfiles
2098
2425
 
2099
2426
  SegmentDefinitionItem.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, location_name: "SegmentDefinitionName"))
2100
2427
  SegmentDefinitionItem.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
2101
- SegmentDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
2428
+ SegmentDefinitionItem.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveString1To4000, location_name: "Description"))
2102
2429
  SegmentDefinitionItem.add_member(:segment_definition_arn, Shapes::ShapeRef.new(shape: SegmentDefinitionArn, location_name: "SegmentDefinitionArn"))
2103
2430
  SegmentDefinitionItem.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
2104
2431
  SegmentDefinitionItem.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2432
+ SegmentDefinitionItem.add_member(:segment_type, Shapes::ShapeRef.new(shape: SegmentType, location_name: "SegmentType"))
2105
2433
  SegmentDefinitionItem.struct_class = Types::SegmentDefinitionItem
2106
2434
 
2107
2435
  SegmentDefinitionsList.member = Shapes::ShapeRef.new(shape: SegmentDefinitionItem)
@@ -2141,12 +2469,24 @@ module Aws::CustomerProfiles
2141
2469
 
2142
2470
  StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
2143
2471
 
2472
+ StartRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2473
+ StartRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
2474
+ StartRecommenderRequest.struct_class = Types::StartRecommenderRequest
2475
+
2476
+ StartRecommenderResponse.struct_class = Types::StartRecommenderResponse
2477
+
2144
2478
  StartUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2145
2479
  StartUploadJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "JobId"))
2146
2480
  StartUploadJobRequest.struct_class = Types::StartUploadJobRequest
2147
2481
 
2148
2482
  StartUploadJobResponse.struct_class = Types::StartUploadJobResponse
2149
2483
 
2484
+ StopRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2485
+ StopRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
2486
+ StopRecommenderRequest.struct_class = Types::StopRecommenderRequest
2487
+
2488
+ StopRecommenderResponse.struct_class = Types::StopRecommenderResponse
2489
+
2150
2490
  StopUploadJobRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2151
2491
  StopUploadJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "JobId"))
2152
2492
  StopUploadJobRequest.struct_class = Types::StopUploadJobRequest
@@ -2183,6 +2523,12 @@ module Aws::CustomerProfiles
2183
2523
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
2184
2524
  ThrottlingException.struct_class = Types::ThrottlingException
2185
2525
 
2526
+ TrainingMetrics.add_member(:time, Shapes::ShapeRef.new(shape: timestamp, location_name: "Time"))
2527
+ TrainingMetrics.add_member(:metrics, Shapes::ShapeRef.new(shape: Metrics, location_name: "Metrics"))
2528
+ TrainingMetrics.struct_class = Types::TrainingMetrics
2529
+
2530
+ TrainingMetricsList.member = Shapes::ShapeRef.new(shape: TrainingMetrics)
2531
+
2186
2532
  TriggerConfig.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "TriggerType"))
2187
2533
  TriggerConfig.add_member(:trigger_properties, Shapes::ShapeRef.new(shape: TriggerProperties, location_name: "TriggerProperties"))
2188
2534
  TriggerConfig.struct_class = Types::TriggerConfig
@@ -2259,6 +2605,7 @@ module Aws::CustomerProfiles
2259
2605
  UpdateDomainRequest.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
2260
2606
  UpdateDomainRequest.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingRequest, location_name: "Matching"))
2261
2607
  UpdateDomainRequest.add_member(:rule_based_matching, Shapes::ShapeRef.new(shape: RuleBasedMatchingRequest, location_name: "RuleBasedMatching"))
2608
+ UpdateDomainRequest.add_member(:data_store, Shapes::ShapeRef.new(shape: DataStoreRequest, location_name: "DataStore"))
2262
2609
  UpdateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
2263
2610
  UpdateDomainRequest.struct_class = Types::UpdateDomainRequest
2264
2611
 
@@ -2268,6 +2615,7 @@ module Aws::CustomerProfiles
2268
2615
  UpdateDomainResponse.add_member(:dead_letter_queue_url, Shapes::ShapeRef.new(shape: sqsQueueUrl, location_name: "DeadLetterQueueUrl"))
2269
2616
  UpdateDomainResponse.add_member(:matching, Shapes::ShapeRef.new(shape: MatchingResponse, location_name: "Matching"))
2270
2617
  UpdateDomainResponse.add_member(:rule_based_matching, Shapes::ShapeRef.new(shape: RuleBasedMatchingResponse, location_name: "RuleBasedMatching"))
2618
+ UpdateDomainResponse.add_member(:data_store, Shapes::ShapeRef.new(shape: DataStoreResponse, location_name: "DataStore"))
2271
2619
  UpdateDomainResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
2272
2620
  UpdateDomainResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastUpdatedAt"))
2273
2621
  UpdateDomainResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
@@ -2325,6 +2673,15 @@ module Aws::CustomerProfiles
2325
2673
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
2326
2674
  UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
2327
2675
 
2676
+ UpdateRecommenderRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
2677
+ UpdateRecommenderRequest.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderName"))
2678
+ UpdateRecommenderRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
2679
+ UpdateRecommenderRequest.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
2680
+ UpdateRecommenderRequest.struct_class = Types::UpdateRecommenderRequest
2681
+
2682
+ UpdateRecommenderResponse.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderName"))
2683
+ UpdateRecommenderResponse.struct_class = Types::UpdateRecommenderResponse
2684
+
2328
2685
  UploadJobItem.add_member(:job_id, Shapes::ShapeRef.new(shape: uuid, location_name: "JobId"))
2329
2686
  UploadJobItem.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, location_name: "DisplayName"))
2330
2687
  UploadJobItem.add_member(:status, Shapes::ShapeRef.new(shape: UploadJobStatus, location_name: "Status"))
@@ -2517,6 +2874,19 @@ module Aws::CustomerProfiles
2517
2874
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2518
2875
  end)
2519
2876
 
2877
+ api.add_operation(:create_recommender, Seahorse::Model::Operation.new.tap do |o|
2878
+ o.name = "CreateRecommender"
2879
+ o.http_method = "POST"
2880
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}"
2881
+ o.input = Shapes::ShapeRef.new(shape: CreateRecommenderRequest)
2882
+ o.output = Shapes::ShapeRef.new(shape: CreateRecommenderResponse)
2883
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2884
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2885
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2886
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2887
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2888
+ end)
2889
+
2520
2890
  api.add_operation(:create_segment_definition, Seahorse::Model::Operation.new.tap do |o|
2521
2891
  o.name = "CreateSegmentDefinition"
2522
2892
  o.http_method = "POST"
@@ -2608,6 +2978,19 @@ module Aws::CustomerProfiles
2608
2978
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2609
2979
  end)
2610
2980
 
2981
+ api.add_operation(:delete_domain_object_type, Seahorse::Model::Operation.new.tap do |o|
2982
+ o.name = "DeleteDomainObjectType"
2983
+ o.http_method = "DELETE"
2984
+ o.http_request_uri = "/domains/{DomainName}/domain-object-types/{ObjectTypeName}"
2985
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainObjectTypeRequest)
2986
+ o.output = Shapes::ShapeRef.new(shape: DeleteDomainObjectTypeResponse)
2987
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2988
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2989
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2990
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2991
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2992
+ end)
2993
+
2611
2994
  api.add_operation(:delete_event_stream, Seahorse::Model::Operation.new.tap do |o|
2612
2995
  o.name = "DeleteEventStream"
2613
2996
  o.http_method = "DELETE"
@@ -2699,6 +3082,19 @@ module Aws::CustomerProfiles
2699
3082
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2700
3083
  end)
2701
3084
 
3085
+ api.add_operation(:delete_recommender, Seahorse::Model::Operation.new.tap do |o|
3086
+ o.name = "DeleteRecommender"
3087
+ o.http_method = "DELETE"
3088
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}"
3089
+ o.input = Shapes::ShapeRef.new(shape: DeleteRecommenderRequest)
3090
+ o.output = Shapes::ShapeRef.new(shape: DeleteRecommenderResponse)
3091
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3092
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3093
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3094
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3095
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3096
+ end)
3097
+
2702
3098
  api.add_operation(:delete_segment_definition, Seahorse::Model::Operation.new.tap do |o|
2703
3099
  o.name = "DeleteSegmentDefinition"
2704
3100
  o.http_method = "DELETE"
@@ -2803,6 +3199,19 @@ module Aws::CustomerProfiles
2803
3199
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2804
3200
  end)
2805
3201
 
3202
+ api.add_operation(:get_domain_object_type, Seahorse::Model::Operation.new.tap do |o|
3203
+ o.name = "GetDomainObjectType"
3204
+ o.http_method = "GET"
3205
+ o.http_request_uri = "/domains/{DomainName}/domain-object-types/{ObjectTypeName}"
3206
+ o.input = Shapes::ShapeRef.new(shape: GetDomainObjectTypeRequest)
3207
+ o.output = Shapes::ShapeRef.new(shape: GetDomainObjectTypeResponse)
3208
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3209
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3210
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3211
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3212
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3213
+ end)
3214
+
2806
3215
  api.add_operation(:get_event_stream, Seahorse::Model::Operation.new.tap do |o|
2807
3216
  o.name = "GetEventStream"
2808
3217
  o.http_method = "GET"
@@ -2868,6 +3277,19 @@ module Aws::CustomerProfiles
2868
3277
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2869
3278
  end)
2870
3279
 
3280
+ api.add_operation(:get_object_type_attribute_statistics, Seahorse::Model::Operation.new.tap do |o|
3281
+ o.name = "GetObjectTypeAttributeStatistics"
3282
+ o.http_method = "POST"
3283
+ o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/statistics"
3284
+ o.input = Shapes::ShapeRef.new(shape: GetObjectTypeAttributeStatisticsRequest)
3285
+ o.output = Shapes::ShapeRef.new(shape: GetObjectTypeAttributeStatisticsResponse)
3286
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3287
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3288
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3289
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3290
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3291
+ end)
3292
+
2871
3293
  api.add_operation(:get_profile_history_record, Seahorse::Model::Operation.new.tap do |o|
2872
3294
  o.name = "GetProfileHistoryRecord"
2873
3295
  o.http_method = "GET"
@@ -2907,6 +3329,32 @@ module Aws::CustomerProfiles
2907
3329
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2908
3330
  end)
2909
3331
 
3332
+ api.add_operation(:get_profile_recommendations, Seahorse::Model::Operation.new.tap do |o|
3333
+ o.name = "GetProfileRecommendations"
3334
+ o.http_method = "POST"
3335
+ o.http_request_uri = "/domains/{DomainName}/profiles/{ProfileId}/recommendations"
3336
+ o.input = Shapes::ShapeRef.new(shape: GetProfileRecommendationsRequest)
3337
+ o.output = Shapes::ShapeRef.new(shape: GetProfileRecommendationsResponse)
3338
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3339
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3340
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3341
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3342
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3343
+ end)
3344
+
3345
+ api.add_operation(:get_recommender, Seahorse::Model::Operation.new.tap do |o|
3346
+ o.name = "GetRecommender"
3347
+ o.http_method = "GET"
3348
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}"
3349
+ o.input = Shapes::ShapeRef.new(shape: GetRecommenderRequest)
3350
+ o.output = Shapes::ShapeRef.new(shape: GetRecommenderResponse)
3351
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3352
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3353
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3354
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3355
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3356
+ end)
3357
+
2910
3358
  api.add_operation(:get_segment_definition, Seahorse::Model::Operation.new.tap do |o|
2911
3359
  o.name = "GetSegmentDefinition"
2912
3360
  o.http_method = "GET"
@@ -3088,6 +3536,25 @@ module Aws::CustomerProfiles
3088
3536
  )
3089
3537
  end)
3090
3538
 
3539
+ api.add_operation(:list_domain_object_types, Seahorse::Model::Operation.new.tap do |o|
3540
+ o.name = "ListDomainObjectTypes"
3541
+ o.http_method = "GET"
3542
+ o.http_request_uri = "/domains/{DomainName}/domain-object-types"
3543
+ o.input = Shapes::ShapeRef.new(shape: ListDomainObjectTypesRequest)
3544
+ o.output = Shapes::ShapeRef.new(shape: ListDomainObjectTypesResponse)
3545
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3546
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3547
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3548
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3549
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3550
+ o[:pager] = Aws::Pager.new(
3551
+ limit_key: "max_results",
3552
+ tokens: {
3553
+ "next_token" => "next_token"
3554
+ }
3555
+ )
3556
+ end)
3557
+
3091
3558
  api.add_operation(:list_domains, Seahorse::Model::Operation.new.tap do |o|
3092
3559
  o.name = "ListDomains"
3093
3560
  o.http_method = "GET"
@@ -3165,6 +3632,19 @@ module Aws::CustomerProfiles
3165
3632
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3166
3633
  end)
3167
3634
 
3635
+ api.add_operation(:list_object_type_attribute_values, Seahorse::Model::Operation.new.tap do |o|
3636
+ o.name = "ListObjectTypeAttributeValues"
3637
+ o.http_method = "GET"
3638
+ o.http_request_uri = "/domains/{DomainName}/object-types/{ObjectTypeName}/attributes/{AttributeName}/values"
3639
+ o.input = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeValuesRequest)
3640
+ o.output = Shapes::ShapeRef.new(shape: ListObjectTypeAttributeValuesResponse)
3641
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3642
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3643
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3644
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3645
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3646
+ end)
3647
+
3168
3648
  api.add_operation(:list_object_type_attributes, Seahorse::Model::Operation.new.tap do |o|
3169
3649
  o.name = "ListObjectTypeAttributes"
3170
3650
  o.http_method = "GET"
@@ -3249,6 +3729,43 @@ module Aws::CustomerProfiles
3249
3729
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3250
3730
  end)
3251
3731
 
3732
+ api.add_operation(:list_recommender_recipes, Seahorse::Model::Operation.new.tap do |o|
3733
+ o.name = "ListRecommenderRecipes"
3734
+ o.http_method = "GET"
3735
+ o.http_request_uri = "/recommender-recipes"
3736
+ o.input = Shapes::ShapeRef.new(shape: ListRecommenderRecipesRequest)
3737
+ o.output = Shapes::ShapeRef.new(shape: ListRecommenderRecipesResponse)
3738
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3739
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3740
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3741
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3742
+ o[:pager] = Aws::Pager.new(
3743
+ limit_key: "max_results",
3744
+ tokens: {
3745
+ "next_token" => "next_token"
3746
+ }
3747
+ )
3748
+ end)
3749
+
3750
+ api.add_operation(:list_recommenders, Seahorse::Model::Operation.new.tap do |o|
3751
+ o.name = "ListRecommenders"
3752
+ o.http_method = "GET"
3753
+ o.http_request_uri = "/domains/{DomainName}/recommenders"
3754
+ o.input = Shapes::ShapeRef.new(shape: ListRecommendersRequest)
3755
+ o.output = Shapes::ShapeRef.new(shape: ListRecommendersResponse)
3756
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3757
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3758
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3759
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3760
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3761
+ o[:pager] = Aws::Pager.new(
3762
+ limit_key: "max_results",
3763
+ tokens: {
3764
+ "next_token" => "next_token"
3765
+ }
3766
+ )
3767
+ end)
3768
+
3252
3769
  api.add_operation(:list_rule_based_matches, Seahorse::Model::Operation.new.tap do |o|
3253
3770
  o.name = "ListRuleBasedMatches"
3254
3771
  o.http_method = "GET"
@@ -3342,6 +3859,19 @@ module Aws::CustomerProfiles
3342
3859
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3343
3860
  end)
3344
3861
 
3862
+ api.add_operation(:put_domain_object_type, Seahorse::Model::Operation.new.tap do |o|
3863
+ o.name = "PutDomainObjectType"
3864
+ o.http_method = "PUT"
3865
+ o.http_request_uri = "/domains/{DomainName}/domain-object-types/{ObjectTypeName}"
3866
+ o.input = Shapes::ShapeRef.new(shape: PutDomainObjectTypeRequest)
3867
+ o.output = Shapes::ShapeRef.new(shape: PutDomainObjectTypeResponse)
3868
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3869
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3870
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3871
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3872
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3873
+ end)
3874
+
3345
3875
  api.add_operation(:put_integration, Seahorse::Model::Operation.new.tap do |o|
3346
3876
  o.name = "PutIntegration"
3347
3877
  o.http_method = "PUT"
@@ -3394,6 +3924,19 @@ module Aws::CustomerProfiles
3394
3924
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3395
3925
  end)
3396
3926
 
3927
+ api.add_operation(:start_recommender, Seahorse::Model::Operation.new.tap do |o|
3928
+ o.name = "StartRecommender"
3929
+ o.http_method = "PUT"
3930
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}/start"
3931
+ o.input = Shapes::ShapeRef.new(shape: StartRecommenderRequest)
3932
+ o.output = Shapes::ShapeRef.new(shape: StartRecommenderResponse)
3933
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3934
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3935
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3936
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3937
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3938
+ end)
3939
+
3397
3940
  api.add_operation(:start_upload_job, Seahorse::Model::Operation.new.tap do |o|
3398
3941
  o.name = "StartUploadJob"
3399
3942
  o.http_method = "PUT"
@@ -3407,6 +3950,19 @@ module Aws::CustomerProfiles
3407
3950
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3408
3951
  end)
3409
3952
 
3953
+ api.add_operation(:stop_recommender, Seahorse::Model::Operation.new.tap do |o|
3954
+ o.name = "StopRecommender"
3955
+ o.http_method = "PUT"
3956
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}/stop"
3957
+ o.input = Shapes::ShapeRef.new(shape: StopRecommenderRequest)
3958
+ o.output = Shapes::ShapeRef.new(shape: StopRecommenderResponse)
3959
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3960
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3961
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3962
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3963
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3964
+ end)
3965
+
3410
3966
  api.add_operation(:stop_upload_job, Seahorse::Model::Operation.new.tap do |o|
3411
3967
  o.name = "StopUploadJob"
3412
3968
  o.http_method = "PUT"
@@ -3506,6 +4062,19 @@ module Aws::CustomerProfiles
3506
4062
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3507
4063
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3508
4064
  end)
4065
+
4066
+ api.add_operation(:update_recommender, Seahorse::Model::Operation.new.tap do |o|
4067
+ o.name = "UpdateRecommender"
4068
+ o.http_method = "PATCH"
4069
+ o.http_request_uri = "/domains/{DomainName}/recommenders/{RecommenderName}"
4070
+ o.input = Shapes::ShapeRef.new(shape: UpdateRecommenderRequest)
4071
+ o.output = Shapes::ShapeRef.new(shape: UpdateRecommenderResponse)
4072
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4073
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4074
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4075
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4076
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4077
+ end)
3509
4078
  end
3510
4079
 
3511
4080
  end