aws-sdk-customerprofiles 1.83.0 → 1.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +223 -1
- data/lib/aws-sdk-customerprofiles/client_api.rb +143 -0
- data/lib/aws-sdk-customerprofiles/types.rb +282 -2
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +69 -2
- data/sig/types.rbs +77 -1
- metadata +3 -3
|
@@ -63,6 +63,7 @@ module Aws::CustomerProfiles
|
|
|
63
63
|
CalculatedCustomAttributes = Shapes::MapShape.new(name: 'CalculatedCustomAttributes')
|
|
64
64
|
CandidateIdList = Shapes::ListShape.new(name: 'CandidateIdList')
|
|
65
65
|
CatalogItem = Shapes::StructureShape.new(name: 'CatalogItem')
|
|
66
|
+
ColumnNamesList = Shapes::ListShape.new(name: 'ColumnNamesList')
|
|
66
67
|
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
|
67
68
|
ConditionOverrides = Shapes::StructureShape.new(name: 'ConditionOverrides')
|
|
68
69
|
Conditions = Shapes::StructureShape.new(name: 'Conditions')
|
|
@@ -93,6 +94,8 @@ module Aws::CustomerProfiles
|
|
|
93
94
|
CreateRecommenderFilterResponse = Shapes::StructureShape.new(name: 'CreateRecommenderFilterResponse')
|
|
94
95
|
CreateRecommenderRequest = Shapes::StructureShape.new(name: 'CreateRecommenderRequest')
|
|
95
96
|
CreateRecommenderResponse = Shapes::StructureShape.new(name: 'CreateRecommenderResponse')
|
|
97
|
+
CreateRecommenderSchemaRequest = Shapes::StructureShape.new(name: 'CreateRecommenderSchemaRequest')
|
|
98
|
+
CreateRecommenderSchemaResponse = Shapes::StructureShape.new(name: 'CreateRecommenderSchemaResponse')
|
|
96
99
|
CreateSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionRequest')
|
|
97
100
|
CreateSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'CreateSegmentDefinitionResponse')
|
|
98
101
|
CreateSegmentEstimateRequest = Shapes::StructureShape.new(name: 'CreateSegmentEstimateRequest')
|
|
@@ -137,6 +140,8 @@ module Aws::CustomerProfiles
|
|
|
137
140
|
DeleteRecommenderFilterResponse = Shapes::StructureShape.new(name: 'DeleteRecommenderFilterResponse')
|
|
138
141
|
DeleteRecommenderRequest = Shapes::StructureShape.new(name: 'DeleteRecommenderRequest')
|
|
139
142
|
DeleteRecommenderResponse = Shapes::StructureShape.new(name: 'DeleteRecommenderResponse')
|
|
143
|
+
DeleteRecommenderSchemaRequest = Shapes::StructureShape.new(name: 'DeleteRecommenderSchemaRequest')
|
|
144
|
+
DeleteRecommenderSchemaResponse = Shapes::StructureShape.new(name: 'DeleteRecommenderSchemaResponse')
|
|
140
145
|
DeleteSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionRequest')
|
|
141
146
|
DeleteSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteSegmentDefinitionResponse')
|
|
142
147
|
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
|
@@ -243,6 +248,8 @@ module Aws::CustomerProfiles
|
|
|
243
248
|
GetRecommenderRequest = Shapes::StructureShape.new(name: 'GetRecommenderRequest')
|
|
244
249
|
GetRecommenderRequestTrainingMetricsCountInteger = Shapes::IntegerShape.new(name: 'GetRecommenderRequestTrainingMetricsCountInteger')
|
|
245
250
|
GetRecommenderResponse = Shapes::StructureShape.new(name: 'GetRecommenderResponse')
|
|
251
|
+
GetRecommenderSchemaRequest = Shapes::StructureShape.new(name: 'GetRecommenderSchemaRequest')
|
|
252
|
+
GetRecommenderSchemaResponse = Shapes::StructureShape.new(name: 'GetRecommenderSchemaResponse')
|
|
246
253
|
GetSegmentDefinitionRequest = Shapes::StructureShape.new(name: 'GetSegmentDefinitionRequest')
|
|
247
254
|
GetSegmentDefinitionResponse = Shapes::StructureShape.new(name: 'GetSegmentDefinitionResponse')
|
|
248
255
|
GetSegmentEstimateRequest = Shapes::StructureShape.new(name: 'GetSegmentEstimateRequest')
|
|
@@ -270,6 +277,7 @@ module Aws::CustomerProfiles
|
|
|
270
277
|
IdentityResolutionJobsList = Shapes::ListShape.new(name: 'IdentityResolutionJobsList')
|
|
271
278
|
Include = Shapes::StringShape.new(name: 'Include')
|
|
272
279
|
IncludeOptions = Shapes::StringShape.new(name: 'IncludeOptions')
|
|
280
|
+
IncludedColumns = Shapes::MapShape.new(name: 'IncludedColumns')
|
|
273
281
|
IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
|
|
274
282
|
InferenceConfig = Shapes::StructureShape.new(name: 'InferenceConfig')
|
|
275
283
|
InferenceConfigMinProvisionedTPSInteger = Shapes::IntegerShape.new(name: 'InferenceConfigMinProvisionedTPSInteger')
|
|
@@ -333,6 +341,8 @@ module Aws::CustomerProfiles
|
|
|
333
341
|
ListRecommenderRecipesRequest = Shapes::StructureShape.new(name: 'ListRecommenderRecipesRequest')
|
|
334
342
|
ListRecommenderRecipesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecommenderRecipesRequestMaxResultsInteger')
|
|
335
343
|
ListRecommenderRecipesResponse = Shapes::StructureShape.new(name: 'ListRecommenderRecipesResponse')
|
|
344
|
+
ListRecommenderSchemasRequest = Shapes::StructureShape.new(name: 'ListRecommenderSchemasRequest')
|
|
345
|
+
ListRecommenderSchemasResponse = Shapes::StructureShape.new(name: 'ListRecommenderSchemasResponse')
|
|
336
346
|
ListRecommendersRequest = Shapes::StructureShape.new(name: 'ListRecommendersRequest')
|
|
337
347
|
ListRecommendersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRecommendersRequestMaxResultsInteger')
|
|
338
348
|
ListRecommendersResponse = Shapes::StructureShape.new(name: 'ListRecommendersResponse')
|
|
@@ -445,6 +455,12 @@ module Aws::CustomerProfiles
|
|
|
445
455
|
RecommenderRecipe = Shapes::StructureShape.new(name: 'RecommenderRecipe')
|
|
446
456
|
RecommenderRecipeName = Shapes::StringShape.new(name: 'RecommenderRecipeName')
|
|
447
457
|
RecommenderRecipesList = Shapes::ListShape.new(name: 'RecommenderRecipesList')
|
|
458
|
+
RecommenderSchemaField = Shapes::StructureShape.new(name: 'RecommenderSchemaField')
|
|
459
|
+
RecommenderSchemaFieldList = Shapes::ListShape.new(name: 'RecommenderSchemaFieldList')
|
|
460
|
+
RecommenderSchemaFields = Shapes::MapShape.new(name: 'RecommenderSchemaFields')
|
|
461
|
+
RecommenderSchemaStatus = Shapes::StringShape.new(name: 'RecommenderSchemaStatus')
|
|
462
|
+
RecommenderSchemaSummary = Shapes::StructureShape.new(name: 'RecommenderSchemaSummary')
|
|
463
|
+
RecommenderSchemaSummaryList = Shapes::ListShape.new(name: 'RecommenderSchemaSummaryList')
|
|
448
464
|
RecommenderStatus = Shapes::StringShape.new(name: 'RecommenderStatus')
|
|
449
465
|
RecommenderSummary = Shapes::StructureShape.new(name: 'RecommenderSummary')
|
|
450
466
|
RecommenderSummaryList = Shapes::ListShape.new(name: 'RecommenderSummaryList')
|
|
@@ -796,6 +812,8 @@ module Aws::CustomerProfiles
|
|
|
796
812
|
CatalogItem.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "Attributes"))
|
|
797
813
|
CatalogItem.struct_class = Types::CatalogItem
|
|
798
814
|
|
|
815
|
+
ColumnNamesList.member = Shapes::ShapeRef.new(shape: text)
|
|
816
|
+
|
|
799
817
|
ConditionOverrides.add_member(:range, Shapes::ShapeRef.new(shape: RangeOverride, location_name: "Range"))
|
|
800
818
|
ConditionOverrides.struct_class = Types::ConditionOverrides
|
|
801
819
|
|
|
@@ -972,6 +990,7 @@ module Aws::CustomerProfiles
|
|
|
972
990
|
CreateRecommenderFilterRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
973
991
|
CreateRecommenderFilterRequest.add_member(:recommender_filter_name, Shapes::ShapeRef.new(shape: RecommenderFilterName, required: true, location: "uri", location_name: "RecommenderFilterName"))
|
|
974
992
|
CreateRecommenderFilterRequest.add_member(:recommender_filter_expression, Shapes::ShapeRef.new(shape: RecommenderFilterExpression, required: true, location_name: "RecommenderFilterExpression"))
|
|
993
|
+
CreateRecommenderFilterRequest.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
975
994
|
CreateRecommenderFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
976
995
|
CreateRecommenderFilterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
977
996
|
CreateRecommenderFilterRequest.struct_class = Types::CreateRecommenderFilterRequest
|
|
@@ -985,6 +1004,7 @@ module Aws::CustomerProfiles
|
|
|
985
1004
|
CreateRecommenderRequest.add_member(:recommender_recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, required: true, location_name: "RecommenderRecipeName"))
|
|
986
1005
|
CreateRecommenderRequest.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
|
|
987
1006
|
CreateRecommenderRequest.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
1007
|
+
CreateRecommenderRequest.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
988
1008
|
CreateRecommenderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
989
1009
|
CreateRecommenderRequest.struct_class = Types::CreateRecommenderRequest
|
|
990
1010
|
|
|
@@ -992,6 +1012,20 @@ module Aws::CustomerProfiles
|
|
|
992
1012
|
CreateRecommenderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
993
1013
|
CreateRecommenderResponse.struct_class = Types::CreateRecommenderResponse
|
|
994
1014
|
|
|
1015
|
+
CreateRecommenderSchemaRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
1016
|
+
CreateRecommenderSchemaRequest.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderSchemaName"))
|
|
1017
|
+
CreateRecommenderSchemaRequest.add_member(:fields, Shapes::ShapeRef.new(shape: RecommenderSchemaFields, required: true, location_name: "Fields"))
|
|
1018
|
+
CreateRecommenderSchemaRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
1019
|
+
CreateRecommenderSchemaRequest.struct_class = Types::CreateRecommenderSchemaRequest
|
|
1020
|
+
|
|
1021
|
+
CreateRecommenderSchemaResponse.add_member(:recommender_schema_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "RecommenderSchemaArn"))
|
|
1022
|
+
CreateRecommenderSchemaResponse.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderSchemaName"))
|
|
1023
|
+
CreateRecommenderSchemaResponse.add_member(:fields, Shapes::ShapeRef.new(shape: RecommenderSchemaFields, required: true, location_name: "Fields"))
|
|
1024
|
+
CreateRecommenderSchemaResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
|
1025
|
+
CreateRecommenderSchemaResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderSchemaStatus, required: true, location_name: "Status"))
|
|
1026
|
+
CreateRecommenderSchemaResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
1027
|
+
CreateRecommenderSchemaResponse.struct_class = Types::CreateRecommenderSchemaResponse
|
|
1028
|
+
|
|
995
1029
|
CreateSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
996
1030
|
CreateSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
|
997
1031
|
CreateSegmentDefinitionRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "DisplayName"))
|
|
@@ -1147,6 +1181,12 @@ module Aws::CustomerProfiles
|
|
|
1147
1181
|
|
|
1148
1182
|
DeleteRecommenderResponse.struct_class = Types::DeleteRecommenderResponse
|
|
1149
1183
|
|
|
1184
|
+
DeleteRecommenderSchemaRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
1185
|
+
DeleteRecommenderSchemaRequest.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderSchemaName"))
|
|
1186
|
+
DeleteRecommenderSchemaRequest.struct_class = Types::DeleteRecommenderSchemaRequest
|
|
1187
|
+
|
|
1188
|
+
DeleteRecommenderSchemaResponse.struct_class = Types::DeleteRecommenderSchemaResponse
|
|
1189
|
+
|
|
1150
1190
|
DeleteSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
1151
1191
|
DeleteSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
|
1152
1192
|
DeleteSegmentDefinitionRequest.struct_class = Types::DeleteSegmentDefinitionRequest
|
|
@@ -1605,6 +1645,7 @@ module Aws::CustomerProfiles
|
|
|
1605
1645
|
|
|
1606
1646
|
GetRecommenderFilterResponse.add_member(:recommender_filter_name, Shapes::ShapeRef.new(shape: RecommenderFilterName, required: true, location_name: "RecommenderFilterName"))
|
|
1607
1647
|
GetRecommenderFilterResponse.add_member(:recommender_filter_expression, Shapes::ShapeRef.new(shape: RecommenderFilterExpression, required: true, location_name: "RecommenderFilterExpression"))
|
|
1648
|
+
GetRecommenderFilterResponse.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
1608
1649
|
GetRecommenderFilterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
|
1609
1650
|
GetRecommenderFilterResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderFilterStatus, required: true, location_name: "Status"))
|
|
1610
1651
|
GetRecommenderFilterResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
@@ -1619,6 +1660,7 @@ module Aws::CustomerProfiles
|
|
|
1619
1660
|
|
|
1620
1661
|
GetRecommenderResponse.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderName"))
|
|
1621
1662
|
GetRecommenderResponse.add_member(:recommender_recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, required: true, location_name: "RecommenderRecipeName"))
|
|
1663
|
+
GetRecommenderResponse.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
1622
1664
|
GetRecommenderResponse.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
|
|
1623
1665
|
GetRecommenderResponse.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
1624
1666
|
GetRecommenderResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderStatus, location_name: "Status"))
|
|
@@ -1630,6 +1672,16 @@ module Aws::CustomerProfiles
|
|
|
1630
1672
|
GetRecommenderResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
|
1631
1673
|
GetRecommenderResponse.struct_class = Types::GetRecommenderResponse
|
|
1632
1674
|
|
|
1675
|
+
GetRecommenderSchemaRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
1676
|
+
GetRecommenderSchemaRequest.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "RecommenderSchemaName"))
|
|
1677
|
+
GetRecommenderSchemaRequest.struct_class = Types::GetRecommenderSchemaRequest
|
|
1678
|
+
|
|
1679
|
+
GetRecommenderSchemaResponse.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderSchemaName"))
|
|
1680
|
+
GetRecommenderSchemaResponse.add_member(:fields, Shapes::ShapeRef.new(shape: RecommenderSchemaFields, required: true, location_name: "Fields"))
|
|
1681
|
+
GetRecommenderSchemaResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
|
1682
|
+
GetRecommenderSchemaResponse.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderSchemaStatus, required: true, location_name: "Status"))
|
|
1683
|
+
GetRecommenderSchemaResponse.struct_class = Types::GetRecommenderSchemaResponse
|
|
1684
|
+
|
|
1633
1685
|
GetSegmentDefinitionRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
1634
1686
|
GetSegmentDefinitionRequest.add_member(:segment_definition_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "SegmentDefinitionName"))
|
|
1635
1687
|
GetSegmentDefinitionRequest.struct_class = Types::GetSegmentDefinitionRequest
|
|
@@ -1770,6 +1822,9 @@ module Aws::CustomerProfiles
|
|
|
1770
1822
|
|
|
1771
1823
|
IdentityResolutionJobsList.member = Shapes::ShapeRef.new(shape: IdentityResolutionJob)
|
|
1772
1824
|
|
|
1825
|
+
IncludedColumns.key = Shapes::ShapeRef.new(shape: String)
|
|
1826
|
+
IncludedColumns.value = Shapes::ShapeRef.new(shape: ColumnNamesList)
|
|
1827
|
+
|
|
1773
1828
|
IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
|
|
1774
1829
|
IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
|
|
1775
1830
|
|
|
@@ -2049,6 +2104,15 @@ module Aws::CustomerProfiles
|
|
|
2049
2104
|
ListRecommenderRecipesResponse.add_member(:recommender_recipes, Shapes::ShapeRef.new(shape: RecommenderRecipesList, location_name: "RecommenderRecipes"))
|
|
2050
2105
|
ListRecommenderRecipesResponse.struct_class = Types::ListRecommenderRecipesResponse
|
|
2051
2106
|
|
|
2107
|
+
ListRecommenderSchemasRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
2108
|
+
ListRecommenderSchemasRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
|
|
2109
|
+
ListRecommenderSchemasRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
|
2110
|
+
ListRecommenderSchemasRequest.struct_class = Types::ListRecommenderSchemasRequest
|
|
2111
|
+
|
|
2112
|
+
ListRecommenderSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
|
|
2113
|
+
ListRecommenderSchemasResponse.add_member(:recommender_schemas, Shapes::ShapeRef.new(shape: RecommenderSchemaSummaryList, location_name: "RecommenderSchemas"))
|
|
2114
|
+
ListRecommenderSchemasResponse.struct_class = Types::ListRecommenderSchemasResponse
|
|
2115
|
+
|
|
2052
2116
|
ListRecommendersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
|
|
2053
2117
|
ListRecommendersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRecommendersRequestMaxResultsInteger, location: "querystring", location_name: "max-results"))
|
|
2054
2118
|
ListRecommendersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
|
|
@@ -2421,6 +2485,7 @@ module Aws::CustomerProfiles
|
|
|
2421
2485
|
RecommenderConfig.add_member(:events_config, Shapes::ShapeRef.new(shape: EventsConfig, location_name: "EventsConfig"))
|
|
2422
2486
|
RecommenderConfig.add_member(:training_frequency, Shapes::ShapeRef.new(shape: RecommenderConfigTrainingFrequencyInteger, location_name: "TrainingFrequency"))
|
|
2423
2487
|
RecommenderConfig.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfig, location_name: "InferenceConfig"))
|
|
2488
|
+
RecommenderConfig.add_member(:included_columns, Shapes::ShapeRef.new(shape: IncludedColumns, location_name: "IncludedColumns"))
|
|
2424
2489
|
RecommenderConfig.struct_class = Types::RecommenderConfig
|
|
2425
2490
|
|
|
2426
2491
|
RecommenderContext.key = Shapes::ShapeRef.new(shape: ContextKey)
|
|
@@ -2431,6 +2496,7 @@ module Aws::CustomerProfiles
|
|
|
2431
2496
|
RecommenderFilter.struct_class = Types::RecommenderFilter
|
|
2432
2497
|
|
|
2433
2498
|
RecommenderFilterSummary.add_member(:recommender_filter_name, Shapes::ShapeRef.new(shape: RecommenderFilterName, location_name: "RecommenderFilterName"))
|
|
2499
|
+
RecommenderFilterSummary.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
2434
2500
|
RecommenderFilterSummary.add_member(:recommender_filter_expression, Shapes::ShapeRef.new(shape: RecommenderFilterExpression, location_name: "RecommenderFilterExpression"))
|
|
2435
2501
|
RecommenderFilterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
|
2436
2502
|
RecommenderFilterSummary.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
@@ -2460,8 +2526,27 @@ module Aws::CustomerProfiles
|
|
|
2460
2526
|
|
|
2461
2527
|
RecommenderRecipesList.member = Shapes::ShapeRef.new(shape: RecommenderRecipe)
|
|
2462
2528
|
|
|
2529
|
+
RecommenderSchemaField.add_member(:target_field_name, Shapes::ShapeRef.new(shape: text, required: true, location_name: "TargetFieldName"))
|
|
2530
|
+
RecommenderSchemaField.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
|
|
2531
|
+
RecommenderSchemaField.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
|
2532
|
+
RecommenderSchemaField.struct_class = Types::RecommenderSchemaField
|
|
2533
|
+
|
|
2534
|
+
RecommenderSchemaFieldList.member = Shapes::ShapeRef.new(shape: RecommenderSchemaField)
|
|
2535
|
+
|
|
2536
|
+
RecommenderSchemaFields.key = Shapes::ShapeRef.new(shape: String)
|
|
2537
|
+
RecommenderSchemaFields.value = Shapes::ShapeRef.new(shape: RecommenderSchemaFieldList)
|
|
2538
|
+
|
|
2539
|
+
RecommenderSchemaSummary.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "RecommenderSchemaName"))
|
|
2540
|
+
RecommenderSchemaSummary.add_member(:fields, Shapes::ShapeRef.new(shape: RecommenderSchemaFields, required: true, location_name: "Fields"))
|
|
2541
|
+
RecommenderSchemaSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreatedAt"))
|
|
2542
|
+
RecommenderSchemaSummary.add_member(:status, Shapes::ShapeRef.new(shape: RecommenderSchemaStatus, required: true, location_name: "Status"))
|
|
2543
|
+
RecommenderSchemaSummary.struct_class = Types::RecommenderSchemaSummary
|
|
2544
|
+
|
|
2545
|
+
RecommenderSchemaSummaryList.member = Shapes::ShapeRef.new(shape: RecommenderSchemaSummary)
|
|
2546
|
+
|
|
2463
2547
|
RecommenderSummary.add_member(:recommender_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderName"))
|
|
2464
2548
|
RecommenderSummary.add_member(:recipe_name, Shapes::ShapeRef.new(shape: RecommenderRecipeName, location_name: "RecipeName"))
|
|
2549
|
+
RecommenderSummary.add_member(:recommender_schema_name, Shapes::ShapeRef.new(shape: name, location_name: "RecommenderSchemaName"))
|
|
2465
2550
|
RecommenderSummary.add_member(:recommender_config, Shapes::ShapeRef.new(shape: RecommenderConfig, location_name: "RecommenderConfig"))
|
|
2466
2551
|
RecommenderSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: timestamp, location_name: "CreatedAt"))
|
|
2467
2552
|
RecommenderSummary.add_member(:description, Shapes::ShapeRef.new(shape: sensitiveText, location_name: "Description"))
|
|
@@ -3035,6 +3120,19 @@ module Aws::CustomerProfiles
|
|
|
3035
3120
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3036
3121
|
end)
|
|
3037
3122
|
|
|
3123
|
+
api.add_operation(:create_recommender_schema, Seahorse::Model::Operation.new.tap do |o|
|
|
3124
|
+
o.name = "CreateRecommenderSchema"
|
|
3125
|
+
o.http_method = "POST"
|
|
3126
|
+
o.http_request_uri = "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}"
|
|
3127
|
+
o.input = Shapes::ShapeRef.new(shape: CreateRecommenderSchemaRequest)
|
|
3128
|
+
o.output = Shapes::ShapeRef.new(shape: CreateRecommenderSchemaResponse)
|
|
3129
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3130
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3131
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3132
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3133
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3134
|
+
end)
|
|
3135
|
+
|
|
3038
3136
|
api.add_operation(:create_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
3039
3137
|
o.name = "CreateSegmentDefinition"
|
|
3040
3138
|
o.http_method = "POST"
|
|
@@ -3256,6 +3354,19 @@ module Aws::CustomerProfiles
|
|
|
3256
3354
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3257
3355
|
end)
|
|
3258
3356
|
|
|
3357
|
+
api.add_operation(:delete_recommender_schema, Seahorse::Model::Operation.new.tap do |o|
|
|
3358
|
+
o.name = "DeleteRecommenderSchema"
|
|
3359
|
+
o.http_method = "DELETE"
|
|
3360
|
+
o.http_request_uri = "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}"
|
|
3361
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteRecommenderSchemaRequest)
|
|
3362
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteRecommenderSchemaResponse)
|
|
3363
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3364
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3365
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3366
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3367
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3368
|
+
end)
|
|
3369
|
+
|
|
3259
3370
|
api.add_operation(:delete_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
3260
3371
|
o.name = "DeleteSegmentDefinition"
|
|
3261
3372
|
o.http_method = "DELETE"
|
|
@@ -3529,6 +3640,19 @@ module Aws::CustomerProfiles
|
|
|
3529
3640
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3530
3641
|
end)
|
|
3531
3642
|
|
|
3643
|
+
api.add_operation(:get_recommender_schema, Seahorse::Model::Operation.new.tap do |o|
|
|
3644
|
+
o.name = "GetRecommenderSchema"
|
|
3645
|
+
o.http_method = "GET"
|
|
3646
|
+
o.http_request_uri = "/domains/{DomainName}/recommender-schemas/{RecommenderSchemaName}"
|
|
3647
|
+
o.input = Shapes::ShapeRef.new(shape: GetRecommenderSchemaRequest)
|
|
3648
|
+
o.output = Shapes::ShapeRef.new(shape: GetRecommenderSchemaResponse)
|
|
3649
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3651
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
3652
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3653
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3654
|
+
end)
|
|
3655
|
+
|
|
3532
3656
|
api.add_operation(:get_segment_definition, Seahorse::Model::Operation.new.tap do |o|
|
|
3533
3657
|
o.name = "GetSegmentDefinition"
|
|
3534
3658
|
o.http_method = "GET"
|
|
@@ -3940,6 +4064,25 @@ module Aws::CustomerProfiles
|
|
|
3940
4064
|
)
|
|
3941
4065
|
end)
|
|
3942
4066
|
|
|
4067
|
+
api.add_operation(:list_recommender_schemas, Seahorse::Model::Operation.new.tap do |o|
|
|
4068
|
+
o.name = "ListRecommenderSchemas"
|
|
4069
|
+
o.http_method = "GET"
|
|
4070
|
+
o.http_request_uri = "/domains/{DomainName}/recommender-schemas"
|
|
4071
|
+
o.input = Shapes::ShapeRef.new(shape: ListRecommenderSchemasRequest)
|
|
4072
|
+
o.output = Shapes::ShapeRef.new(shape: ListRecommenderSchemasResponse)
|
|
4073
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4074
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4075
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
|
4076
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4077
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4078
|
+
o[:pager] = Aws::Pager.new(
|
|
4079
|
+
limit_key: "max_results",
|
|
4080
|
+
tokens: {
|
|
4081
|
+
"next_token" => "next_token"
|
|
4082
|
+
}
|
|
4083
|
+
)
|
|
4084
|
+
end)
|
|
4085
|
+
|
|
3943
4086
|
api.add_operation(:list_recommenders, Seahorse::Model::Operation.new.tap do |o|
|
|
3944
4087
|
o.name = "ListRecommenders"
|
|
3945
4088
|
o.http_method = "GET"
|