|
1555 | 1555 | "traits": { |
1556 | 1556 | "smithy.api#documentation": "<p>Information about the validations performed on the analysis template.</p>" |
1557 | 1557 | } |
| 1558 | + }, |
| 1559 | + "errorMessageConfiguration": { |
| 1560 | + "target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration", |
| 1561 | + "traits": { |
| 1562 | + "smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 1563 | + } |
1558 | 1564 | } |
1559 | 1565 | }, |
1560 | 1566 | "traits": { |
|
2613 | 2619 | "traits": { |
2614 | 2620 | "smithy.api#documentation": "<p>The validations that were performed.</p>" |
2615 | 2621 | } |
| 2622 | + }, |
| 2623 | + "errorMessageConfiguration": { |
| 2624 | + "target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration", |
| 2625 | + "traits": { |
| 2626 | + "smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 2627 | + } |
2616 | 2628 | } |
2617 | 2629 | }, |
2618 | 2630 | "traits": { |
|
4982 | 4994 | }, |
4983 | 4995 | "schema": { |
4984 | 4996 | "target": "com.amazonaws.cleanrooms#AnalysisSchema" |
| 4997 | + }, |
| 4998 | + "errorMessageConfiguration": { |
| 4999 | + "target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration", |
| 5000 | + "traits": { |
| 5001 | + "smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 5002 | + } |
4985 | 5003 | } |
4986 | 5004 | } |
4987 | 5005 | }, |
|
7259 | 7277 | } |
7260 | 7278 | } |
7261 | 7279 | }, |
| 7280 | + "com.amazonaws.cleanrooms#ErrorMessageConfiguration": { |
| 7281 | + "type": "structure", |
| 7282 | + "members": { |
| 7283 | + "type": { |
| 7284 | + "target": "com.amazonaws.cleanrooms#ErrorMessageType", |
| 7285 | + "traits": { |
| 7286 | + "smithy.api#documentation": "<p>The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.</p> <p>Because this setting may expose sensitive data, it is recommended for development and testing environments.</p>", |
| 7287 | + "smithy.api#required": {} |
| 7288 | + } |
| 7289 | + } |
| 7290 | + }, |
| 7291 | + "traits": { |
| 7292 | + "smithy.api#documentation": "<p>A structure that defines the level of detail included in error messages returned by PySpark jobs. This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.</p>" |
| 7293 | + } |
| 7294 | + }, |
| 7295 | + "com.amazonaws.cleanrooms#ErrorMessageType": { |
| 7296 | + "type": "enum", |
| 7297 | + "members": { |
| 7298 | + "DETAILED": { |
| 7299 | + "target": "smithy.api#Unit", |
| 7300 | + "traits": { |
| 7301 | + "smithy.api#enumValue": "DETAILED" |
| 7302 | + } |
| 7303 | + } |
| 7304 | + } |
| 7305 | + }, |
7262 | 7306 | "com.amazonaws.cleanrooms#FilterableMemberStatus": { |
7263 | 7307 | "type": "string", |
7264 | 7308 | "traits": { |
|
0 commit comments