|
4188 | 4188 | }
|
4189 | 4189 | ],
|
4190 | 4190 | "traits": {
|
4191 |
| - "smithy.api#documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if\n you have access to the workgroup in which the query ran. Query execution runtime\n statistics are returned only when <a>QueryExecutionStatus$State</a> is in a\n SUCCEEDED or FAILED state. Stage-level input and output row count and data size\n statistics are not shown when a query has row-level filters defined in Lake\n Formation.</p>" |
| 4191 | + "smithy.api#documentation": "<p>Returns query execution runtime statistics related to a single execution of a query if\n you have access to the workgroup in which the query ran. Statistics from the\n <code>Timeline</code> section of the response object are available as soon as <a>QueryExecutionStatus$State</a> is in a SUCCEEDED or FAILED state. The\n remaining non-timeline statistics in the response (like stage-level input and output row\n count and data size) are updated asynchronously and may not be available immediately\n after a query completes. The non-timeline statistics are also not included when a query\n has row-level filters defined in Lake Formation.</p>" |
4192 | 4192 | }
|
4193 | 4193 | },
|
4194 | 4194 | "com.amazonaws.athena#GetQueryRuntimeStatisticsInput": {
|
|
4568 | 4568 | }
|
4569 | 4569 | ],
|
4570 | 4570 | "traits": {
|
4571 |
| - "smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the\n notebook, the request must specify a value for either <code>Payload</code> or <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified, an\n <code>InvalidRequestException</code> occurs. The maximum file size that can be imported is 10\n megabytes. If an <code>ipynb</code> file with the same name already exists in the\n workgroup, throws an error.</p>" |
| 4571 | + "smithy.api#documentation": "<p>Imports a single <code>ipynb</code> file to a Spark enabled workgroup. To import the\n notebook, the request must specify a value for either <code>Payload</code> or\n <code>NoteBookS3LocationUri</code>. If neither is specified or both are specified,\n an <code>InvalidRequestException</code> occurs. The maximum file size that can be\n imported is 10 megabytes. If an <code>ipynb</code> file with the same name already\n exists in the workgroup, throws an error.</p>" |
4572 | 4572 | }
|
4573 | 4573 | },
|
4574 | 4574 | "com.amazonaws.athena#ImportNotebookInput": {
|
|
4591 | 4591 | "Payload": {
|
4592 | 4592 | "target": "com.amazonaws.athena#Payload",
|
4593 | 4593 | "traits": {
|
4594 |
| - "smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code> format.</p>" |
| 4594 | + "smithy.api#documentation": "<p>The notebook content to be imported. The payload must be in <code>ipynb</code>\n format.</p>" |
4595 | 4595 | }
|
4596 | 4596 | },
|
4597 | 4597 | "Type": {
|
|
4604 | 4604 | "NotebookS3LocationUri": {
|
4605 | 4605 | "target": "com.amazonaws.athena#S3Uri",
|
4606 | 4606 | "traits": {
|
4607 |
| - "smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in <code>ipynb</code> format.</p>" |
| 4607 | + "smithy.api#documentation": "<p>A URI that specifies the Amazon S3 location of a notebook file in\n <code>ipynb</code> format.</p>" |
4608 | 4608 | }
|
4609 | 4609 | },
|
4610 | 4610 | "ClientRequestToken": {
|
|
6212 | 6212 | "min": 1,
|
6213 | 6213 | "max": 255
|
6214 | 6214 | },
|
6215 |
| - "smithy.api#pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+$" |
| 6215 | + "smithy.api#pattern": "^(?!.*[/:\\\\])[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]+$" |
6216 | 6216 | }
|
6217 | 6217 | },
|
6218 | 6218 | "com.amazonaws.athena#NotebookSessionSummary": {
|
|
6950 | 6950 | "OutputLocation": {
|
6951 | 6951 | "target": "com.amazonaws.athena#ResultOutputLocation",
|
6952 | 6952 | "traits": {
|
6953 |
| - "smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the\n query results location using one of the ways: either for individual queries using either\n this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena\n issues an error that no output location is provided. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query\n results, recent queries, and output files</a>. If workgroup settings override\n client-side settings, then the query uses the settings specified for the workgroup. See\n <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>" |
| 6953 | + "smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. To run the query, you must specify the\n query results location using one of the ways: either for individual queries using either\n this setting (client-side), or in the workgroup, using <a>WorkGroupConfiguration</a>. If none of them is set, Athena\n issues an error that no output location is provided. If workgroup settings override\n client-side settings, then the query uses the settings specified for the workgroup. See\n <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>" |
6954 | 6954 | }
|
6955 | 6955 | },
|
6956 | 6956 | "EncryptionConfiguration": {
|
|
6982 | 6982 | "OutputLocation": {
|
6983 | 6983 | "target": "com.amazonaws.athena#ResultOutputLocation",
|
6984 | 6984 | "traits": {
|
6985 |
| - "smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query\n results, recent queries, and output files</a>. If workgroup settings override\n client-side settings, then the query uses the location for the query results and the\n encryption configuration that are specified for the workgroup. The \"workgroup settings\n override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the\n <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>" |
| 6985 | + "smithy.api#documentation": "<p>The location in Amazon S3 where your query and calculation results are stored,\n such as <code>s3://path/to/query/bucket/</code>. If workgroup settings override\n client-side settings, then the query uses the location for the query results and the\n encryption configuration that are specified for the workgroup. The \"workgroup settings\n override\" is specified in <code>EnforceWorkGroupConfiguration</code> (true/false) in the\n <code>WorkGroupConfiguration</code>. See <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a>.</p>" |
6986 | 6986 | }
|
6987 | 6987 | },
|
6988 | 6988 | "RemoveOutputLocation": {
|
|
8720 | 8720 | "ResultConfiguration": {
|
8721 | 8721 | "target": "com.amazonaws.athena#ResultConfiguration",
|
8722 | 8722 | "traits": {
|
8723 |
| - "smithy.api#documentation": "<p>The configuration for the workgroup, which includes the location in Amazon S3\n where query and calculation results are stored and the encryption option, if any, used\n for query and calculation results. To run the query, you must specify the query results\n location using one of the ways: either in the workgroup using this setting, or for\n individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided. For more\n information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/querying.html\">Working with query results, recent queries, and output files</a>.</p>" |
| 8723 | + "smithy.api#documentation": "<p>The configuration for the workgroup, which includes the location in Amazon S3\n where query and calculation results are stored and the encryption option, if any, used\n for query and calculation results. To run the query, you must specify the query results\n location using one of the ways: either in the workgroup using this setting, or for\n individual queries (client-side), using <a>ResultConfiguration$OutputLocation</a>. If none of them is set, Athena issues an error that no output location is provided.</p>" |
8724 | 8724 | }
|
8725 | 8725 | },
|
8726 | 8726 | "EnforceWorkGroupConfiguration": {
|
|
0 commit comments