|
311 | 311 | {"shape":"ResourceNotFoundException"},
|
312 | 312 | {"shape":"ResourceInUseException"}
|
313 | 313 | ],
|
314 |
| - "documentation":"<p>Deletes a dataset. You can't delete a dataset if an associated <code>DatasetImportJob</code> or <code>SolutionVersion</code> is in the CREATE PENDING or IN PROGRESS state. For more information on datasets, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html\">CreateDataset</a>.</p>", |
| 314 | + "documentation":"<p>Deletes a dataset. You can't delete a dataset if an associated <code>DatasetImportJob</code> or <code>SolutionVersion</code> is in the CREATE PENDING or IN PROGRESS state. For more information about deleting datasets, see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/delete-dataset.html\">Deleting a dataset</a>. </p>", |
315 | 315 | "idempotent":true
|
316 | 316 | },
|
317 | 317 | "DeleteDatasetGroup":{
|
|
1662 | 1662 | },
|
1663 | 1663 | "ColumnName":{
|
1664 | 1664 | "type":"string",
|
1665 |
| - "max":150 |
| 1665 | + "max":150, |
| 1666 | + "pattern":"[A-Za-z_][A-Za-z\\d_]*" |
1666 | 1667 | },
|
1667 | 1668 | "ColumnNamesList":{
|
1668 | 1669 | "type":"list",
|
|
3385 | 3386 | ]
|
3386 | 3387 | },
|
3387 | 3388 | "ErrorMessage":{"type":"string"},
|
| 3389 | + "EventParameters":{ |
| 3390 | + "type":"structure", |
| 3391 | + "members":{ |
| 3392 | + "eventType":{ |
| 3393 | + "shape":"EventType", |
| 3394 | + "documentation":"<p>The name of the event type to be considered for solution creation.</p>" |
| 3395 | + }, |
| 3396 | + "eventValueThreshold":{ |
| 3397 | + "shape":"EventTypeThresholdValue", |
| 3398 | + "documentation":"<p>The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.</p>" |
| 3399 | + }, |
| 3400 | + "weight":{ |
| 3401 | + "shape":"EventTypeWeight", |
| 3402 | + "documentation":"<p>The weight of the event type. A higher weight means higher importance of the event type for the created solution.</p>" |
| 3403 | + } |
| 3404 | + }, |
| 3405 | + "documentation":"<p>Describes the parameters of events, which are used in solution creation.</p>" |
| 3406 | + }, |
| 3407 | + "EventParametersList":{ |
| 3408 | + "type":"list", |
| 3409 | + "member":{"shape":"EventParameters"}, |
| 3410 | + "max":10 |
| 3411 | + }, |
3388 | 3412 | "EventTracker":{
|
3389 | 3413 | "type":"structure",
|
3390 | 3414 | "members":{
|
|
3458 | 3482 | "type":"string",
|
3459 | 3483 | "max":256
|
3460 | 3484 | },
|
| 3485 | + "EventTypeThresholdValue":{"type":"double"}, |
| 3486 | + "EventTypeWeight":{ |
| 3487 | + "type":"double", |
| 3488 | + "max":1, |
| 3489 | + "min":0 |
| 3490 | + }, |
3461 | 3491 | "EventValueThreshold":{
|
3462 | 3492 | "type":"string",
|
3463 | 3493 | "max":256
|
3464 | 3494 | },
|
| 3495 | + "EventsConfig":{ |
| 3496 | + "type":"structure", |
| 3497 | + "members":{ |
| 3498 | + "eventParametersList":{ |
| 3499 | + "shape":"EventParametersList", |
| 3500 | + "documentation":"<p>A list of event parameters, which includes event types and their event value thresholds and weights.</p>" |
| 3501 | + } |
| 3502 | + }, |
| 3503 | + "documentation":"<p>Describes the configuration of events, which are used in solution creation.</p>" |
| 3504 | + }, |
3465 | 3505 | "ExcludedDatasetColumns":{
|
3466 | 3506 | "type":"map",
|
3467 | 3507 | "key":{"shape":"DatasetType"},
|
|
4888 | 4928 | "shape":"AutoMLConfig",
|
4889 | 4929 | "documentation":"<p>The <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/API_AutoMLConfig.html\">AutoMLConfig</a> object containing a list of recipes to search when AutoML is performed.</p>"
|
4890 | 4930 | },
|
| 4931 | + "eventsConfig":{ |
| 4932 | + "shape":"EventsConfig", |
| 4933 | + "documentation":"<p>Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.</p>" |
| 4934 | + }, |
4891 | 4935 | "optimizationObjective":{
|
4892 | 4936 | "shape":"OptimizationObjective",
|
4893 | 4937 | "documentation":"<p>Describes the additional objective for the solution, such as maximizing streaming minutes or increasing revenue. For more information see <a href=\"https://docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html\">Optimizing a solution</a>.</p>"
|
|
4936 | 4980 | "SolutionUpdateConfig":{
|
4937 | 4981 | "type":"structure",
|
4938 | 4982 | "members":{
|
4939 |
| - "autoTrainingConfig":{"shape":"AutoTrainingConfig"} |
| 4983 | + "autoTrainingConfig":{"shape":"AutoTrainingConfig"}, |
| 4984 | + "eventsConfig":{ |
| 4985 | + "shape":"EventsConfig", |
| 4986 | + "documentation":"<p>Describes the configuration of an event, which includes a list of event parameters. You can specify up to 10 event parameters. Events are used in solution creation.</p>" |
| 4987 | + } |
4940 | 4988 | },
|
4941 | 4989 | "documentation":"<p>The configuration details of the solution update.</p>"
|
4942 | 4990 | },
|
|
5162 | 5210 | "type":"string",
|
5163 | 5211 | "max":128,
|
5164 | 5212 | "min":1,
|
5165 |
| - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 5213 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", |
| 5214 | + "sensitive":true |
5166 | 5215 | },
|
5167 | 5216 | "TagKeys":{
|
5168 | 5217 | "type":"list",
|
|
5196 | 5245 | "type":"string",
|
5197 | 5246 | "max":256,
|
5198 | 5247 | "min":0,
|
5199 |
| - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" |
| 5248 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", |
| 5249 | + "sensitive":true |
5200 | 5250 | },
|
5201 | 5251 | "Tags":{
|
5202 | 5252 | "type":"list",
|
|
0 commit comments