@aws-sdk/client-athena 3.288.0 → 3.290.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.
Files changed (61) hide show
  1. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +9 -0
  2. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +9 -0
  3. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +9 -0
  4. package/dist-types/commands/CreateDataCatalogCommand.d.ts +9 -0
  5. package/dist-types/commands/CreateNamedQueryCommand.d.ts +9 -0
  6. package/dist-types/commands/CreateNotebookCommand.d.ts +12 -0
  7. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +9 -0
  8. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +12 -0
  9. package/dist-types/commands/CreateWorkGroupCommand.d.ts +9 -0
  10. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +9 -0
  11. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +9 -0
  12. package/dist-types/commands/DeleteNotebookCommand.d.ts +12 -0
  13. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +12 -0
  14. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +9 -0
  15. package/dist-types/commands/ExportNotebookCommand.d.ts +12 -0
  16. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +12 -0
  17. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +12 -0
  18. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +12 -0
  19. package/dist-types/commands/GetDataCatalogCommand.d.ts +9 -0
  20. package/dist-types/commands/GetDatabaseCommand.d.ts +17 -0
  21. package/dist-types/commands/GetNamedQueryCommand.d.ts +9 -0
  22. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +12 -0
  23. package/dist-types/commands/GetPreparedStatementCommand.d.ts +12 -0
  24. package/dist-types/commands/GetQueryExecutionCommand.d.ts +9 -0
  25. package/dist-types/commands/GetQueryResultsCommand.d.ts +12 -0
  26. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +9 -0
  27. package/dist-types/commands/GetSessionCommand.d.ts +12 -0
  28. package/dist-types/commands/GetSessionStatusCommand.d.ts +12 -0
  29. package/dist-types/commands/GetTableMetadataCommand.d.ts +17 -0
  30. package/dist-types/commands/GetWorkGroupCommand.d.ts +9 -0
  31. package/dist-types/commands/ImportNotebookCommand.d.ts +12 -0
  32. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +12 -0
  33. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +12 -0
  34. package/dist-types/commands/ListDataCatalogsCommand.d.ts +9 -0
  35. package/dist-types/commands/ListDatabasesCommand.d.ts +17 -0
  36. package/dist-types/commands/ListEngineVersionsCommand.d.ts +9 -0
  37. package/dist-types/commands/ListExecutorsCommand.d.ts +12 -0
  38. package/dist-types/commands/ListNamedQueriesCommand.d.ts +9 -0
  39. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +12 -0
  40. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +12 -0
  41. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +9 -0
  42. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +9 -0
  43. package/dist-types/commands/ListSessionsCommand.d.ts +12 -0
  44. package/dist-types/commands/ListTableMetadataCommand.d.ts +17 -0
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  46. package/dist-types/commands/ListWorkGroupsCommand.d.ts +9 -0
  47. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +12 -0
  48. package/dist-types/commands/StartQueryExecutionCommand.d.ts +12 -0
  49. package/dist-types/commands/StartSessionCommand.d.ts +18 -0
  50. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +12 -0
  51. package/dist-types/commands/StopQueryExecutionCommand.d.ts +9 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +12 -0
  53. package/dist-types/commands/TerminateSessionCommand.d.ts +12 -0
  54. package/dist-types/commands/UntagResourceCommand.d.ts +12 -0
  55. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +9 -0
  56. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +9 -0
  57. package/dist-types/commands/UpdateNotebookCommand.d.ts +12 -0
  58. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +12 -0
  59. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +12 -0
  60. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +9 -0
  61. package/package.json +29 -29
@@ -32,6 +32,15 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _
32
32
  * @see {@link ListDataCatalogsCommandOutput} for command's `response` shape.
33
33
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Indicates a platform issue, which may be due to a transient condition or
37
+ * outage.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>Indicates that something is wrong with the input to the request. For example, a
41
+ * required parameter may be missing or out of range.</p>
42
+ *
43
+ *
35
44
  */
36
45
  export declare class ListDataCatalogsCommand extends $Command<ListDataCatalogsCommandInput, ListDataCatalogsCommandOutput, AthenaClientResolvedConfig> {
37
46
  readonly input: ListDataCatalogsCommandInput;
@@ -29,6 +29,23 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
29
29
  * @see {@link ListDatabasesCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link MetadataException} (client fault)
41
+ * <p>An exception that Athena received when it called a custom metastore.
42
+ * Occurs if the error is not caused by user input (<code>InvalidRequestException</code>)
43
+ * or from the Athena platform (<code>InternalServerException</code>). For
44
+ * example, if a user-created Lambda function is missing permissions, the
45
+ * Lambda
46
+ * <code>4XX</code> exception is returned in a <code>MetadataException</code>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListDatabasesCommand extends $Command<ListDatabasesCommandInput, ListDatabasesCommandOutput, AthenaClientResolvedConfig> {
34
51
  readonly input: ListDatabasesCommandInput;
@@ -30,6 +30,15 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu
30
30
  * @see {@link ListEngineVersionsCommandOutput} for command's `response` shape.
31
31
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>Indicates a platform issue, which may be due to a transient condition or
35
+ * outage.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * required parameter may be missing or out of range.</p>
40
+ *
41
+ *
33
42
  */
34
43
  export declare class ListEngineVersionsCommand extends $Command<ListEngineVersionsCommandInput, ListEngineVersionsCommandOutput, AthenaClientResolvedConfig> {
35
44
  readonly input: ListEngineVersionsCommandInput;
@@ -31,6 +31,18 @@ export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __Met
31
31
  * @see {@link ListExecutorsCommandOutput} for command's `response` shape.
32
32
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
33
33
  *
34
+ * @throws {@link InternalServerException} (server fault)
35
+ * <p>Indicates a platform issue, which may be due to a transient condition or
36
+ * outage.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>Indicates that something is wrong with the input to the request. For example, a
40
+ * required parameter may be missing or out of range.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>A resource, such as a workgroup, was not found.</p>
44
+ *
45
+ *
34
46
  */
35
47
  export declare class ListExecutorsCommand extends $Command<ListExecutorsCommandInput, ListExecutorsCommandOutput, AthenaClientResolvedConfig> {
36
48
  readonly input: ListExecutorsCommandInput;
@@ -34,6 +34,15 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _
34
34
  * @see {@link ListNamedQueriesCommandOutput} for command's `response` shape.
35
35
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>Indicates a platform issue, which may be due to a transient condition or
39
+ * outage.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>Indicates that something is wrong with the input to the request. For example, a
43
+ * required parameter may be missing or out of range.</p>
44
+ *
45
+ *
37
46
  */
38
47
  export declare class ListNamedQueriesCommand extends $Command<ListNamedQueriesCommandInput, ListNamedQueriesCommandOutput, AthenaClientResolvedConfig> {
39
48
  readonly input: ListNamedQueriesCommandInput;
@@ -29,6 +29,18 @@ export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataO
29
29
  * @see {@link ListNotebookMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Indicates that the request was throttled.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class ListNotebookMetadataCommand extends $Command<ListNotebookMetadataCommandInput, ListNotebookMetadataCommandOutput, AthenaClientResolvedConfig> {
34
46
  readonly input: ListNotebookMetadataCommandInput;
@@ -32,6 +32,18 @@ export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsR
32
32
  * @see {@link ListNotebookSessionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Indicates a platform issue, which may be due to a transient condition or
37
+ * outage.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>Indicates that something is wrong with the input to the request. For example, a
41
+ * required parameter may be missing or out of range.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A resource, such as a workgroup, was not found.</p>
45
+ *
46
+ *
35
47
  */
36
48
  export declare class ListNotebookSessionsCommand extends $Command<ListNotebookSessionsCommandInput, ListNotebookSessionsCommandOutput, AthenaClientResolvedConfig> {
37
49
  readonly input: ListNotebookSessionsCommandInput;
@@ -29,6 +29,15 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
29
29
  * @see {@link ListPreparedStatementsCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class ListPreparedStatementsCommand extends $Command<ListPreparedStatementsCommandInput, ListPreparedStatementsCommandOutput, AthenaClientResolvedConfig> {
34
43
  readonly input: ListPreparedStatementsCommandInput;
@@ -35,6 +35,15 @@ export interface ListQueryExecutionsCommandOutput extends ListQueryExecutionsOut
35
35
  * @see {@link ListQueryExecutionsCommandOutput} for command's `response` shape.
36
36
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
37
37
  *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>Indicates a platform issue, which may be due to a transient condition or
40
+ * outage.</p>
41
+ *
42
+ * @throws {@link InvalidRequestException} (client fault)
43
+ * <p>Indicates that something is wrong with the input to the request. For example, a
44
+ * required parameter may be missing or out of range.</p>
45
+ *
46
+ *
38
47
  */
39
48
  export declare class ListQueryExecutionsCommand extends $Command<ListQueryExecutionsCommandInput, ListQueryExecutionsCommandOutput, AthenaClientResolvedConfig> {
40
49
  readonly input: ListQueryExecutionsCommandInput;
@@ -32,6 +32,18 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
32
32
  * @see {@link ListSessionsCommandOutput} for command's `response` shape.
33
33
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>Indicates a platform issue, which may be due to a transient condition or
37
+ * outage.</p>
38
+ *
39
+ * @throws {@link InvalidRequestException} (client fault)
40
+ * <p>Indicates that something is wrong with the input to the request. For example, a
41
+ * required parameter may be missing or out of range.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A resource, such as a workgroup, was not found.</p>
45
+ *
46
+ *
35
47
  */
36
48
  export declare class ListSessionsCommand extends $Command<ListSessionsCommandInput, ListSessionsCommandOutput, AthenaClientResolvedConfig> {
37
49
  readonly input: ListSessionsCommandInput;
@@ -29,6 +29,23 @@ export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput,
29
29
  * @see {@link ListTableMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link MetadataException} (client fault)
41
+ * <p>An exception that Athena received when it called a custom metastore.
42
+ * Occurs if the error is not caused by user input (<code>InvalidRequestException</code>)
43
+ * or from the Athena platform (<code>InternalServerException</code>). For
44
+ * example, if a user-created Lambda function is missing permissions, the
45
+ * Lambda
46
+ * <code>4XX</code> exception is returned in a <code>MetadataException</code>.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class ListTableMetadataCommand extends $Command<ListTableMetadataCommandInput, ListTableMetadataCommandOutput, AthenaClientResolvedConfig> {
34
51
  readonly input: ListTableMetadataCommandInput;
@@ -30,6 +30,18 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
30
30
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
31
31
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>Indicates a platform issue, which may be due to a transient condition or
35
+ * outage.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * required parameter may be missing or out of range.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>A resource, such as a workgroup, was not found.</p>
43
+ *
44
+ *
33
45
  */
34
46
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AthenaClientResolvedConfig> {
35
47
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,15 @@ export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __Met
29
29
  * @see {@link ListWorkGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class ListWorkGroupsCommand extends $Command<ListWorkGroupsCommandInput, ListWorkGroupsCommandOutput, AthenaClientResolvedConfig> {
34
43
  readonly input: ListWorkGroupsCommandInput;
@@ -30,6 +30,18 @@ export interface StartCalculationExecutionCommandOutput extends StartCalculation
30
30
  * @see {@link StartCalculationExecutionCommandOutput} for command's `response` shape.
31
31
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>Indicates a platform issue, which may be due to a transient condition or
35
+ * outage.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * required parameter may be missing or out of range.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>A resource, such as a workgroup, was not found.</p>
43
+ *
44
+ *
33
45
  */
34
46
  export declare class StartCalculationExecutionCommand extends $Command<StartCalculationExecutionCommandInput, StartCalculationExecutionCommandOutput, AthenaClientResolvedConfig> {
35
47
  readonly input: StartCalculationExecutionCommandInput;
@@ -34,6 +34,18 @@ export interface StartQueryExecutionCommandOutput extends StartQueryExecutionOut
34
34
  * @see {@link StartQueryExecutionCommandOutput} for command's `response` shape.
35
35
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
36
36
  *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>Indicates a platform issue, which may be due to a transient condition or
39
+ * outage.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>Indicates that something is wrong with the input to the request. For example, a
43
+ * required parameter may be missing or out of range.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <p>Indicates that the request was throttled.</p>
47
+ *
48
+ *
37
49
  */
38
50
  export declare class StartQueryExecutionCommand extends $Command<StartQueryExecutionCommandInput, StartQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
39
51
  readonly input: StartQueryExecutionCommandInput;
@@ -30,6 +30,24 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
30
30
  * @see {@link StartSessionCommandOutput} for command's `response` shape.
31
31
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>Indicates a platform issue, which may be due to a transient condition or
35
+ * outage.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * required parameter may be missing or out of range.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>A resource, such as a workgroup, was not found.</p>
43
+ *
44
+ * @throws {@link SessionAlreadyExistsException} (client fault)
45
+ * <p>The specified session already exists.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Indicates that the request was throttled.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class StartSessionCommand extends $Command<StartSessionCommandInput, StartSessionCommandOutput, AthenaClientResolvedConfig> {
35
53
  readonly input: StartSessionCommandInput;
@@ -38,6 +38,18 @@ export interface StopCalculationExecutionCommandOutput extends StopCalculationEx
38
38
  * @see {@link StopCalculationExecutionCommandOutput} for command's `response` shape.
39
39
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
40
40
  *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>Indicates a platform issue, which may be due to a transient condition or
43
+ * outage.</p>
44
+ *
45
+ * @throws {@link InvalidRequestException} (client fault)
46
+ * <p>Indicates that something is wrong with the input to the request. For example, a
47
+ * required parameter may be missing or out of range.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>A resource, such as a workgroup, was not found.</p>
51
+ *
52
+ *
41
53
  */
42
54
  export declare class StopCalculationExecutionCommand extends $Command<StopCalculationExecutionCommandInput, StopCalculationExecutionCommandOutput, AthenaClientResolvedConfig> {
43
55
  readonly input: StopCalculationExecutionCommandInput;
@@ -33,6 +33,15 @@ export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutpu
33
33
  * @see {@link StopQueryExecutionCommandOutput} for command's `response` shape.
34
34
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>Indicates a platform issue, which may be due to a transient condition or
38
+ * outage.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>Indicates that something is wrong with the input to the request. For example, a
42
+ * required parameter may be missing or out of range.</p>
43
+ *
44
+ *
36
45
  */
37
46
  export declare class StopQueryExecutionCommand extends $Command<StopQueryExecutionCommandInput, StopQueryExecutionCommandOutput, AthenaClientResolvedConfig> {
38
47
  readonly input: StopQueryExecutionCommandInput;
@@ -39,6 +39,18 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
39
39
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
40
40
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
41
41
  *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>Indicates a platform issue, which may be due to a transient condition or
44
+ * outage.</p>
45
+ *
46
+ * @throws {@link InvalidRequestException} (client fault)
47
+ * <p>Indicates that something is wrong with the input to the request. For example, a
48
+ * required parameter may be missing or out of range.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>A resource, such as a workgroup, was not found.</p>
52
+ *
53
+ *
42
54
  */
43
55
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AthenaClientResolvedConfig> {
44
56
  readonly input: TagResourceCommandInput;
@@ -33,6 +33,18 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
33
33
  * @see {@link TerminateSessionCommandOutput} for command's `response` shape.
34
34
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>Indicates a platform issue, which may be due to a transient condition or
38
+ * outage.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>Indicates that something is wrong with the input to the request. For example, a
42
+ * required parameter may be missing or out of range.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>A resource, such as a workgroup, was not found.</p>
46
+ *
47
+ *
36
48
  */
37
49
  export declare class TerminateSessionCommand extends $Command<TerminateSessionCommandInput, TerminateSessionCommandOutput, AthenaClientResolvedConfig> {
38
50
  readonly input: TerminateSessionCommandInput;
@@ -29,6 +29,18 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource, such as a workgroup, was not found.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AthenaClientResolvedConfig> {
34
46
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,15 @@ export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput,
29
29
  * @see {@link UpdateDataCatalogCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ *
32
41
  */
33
42
  export declare class UpdateDataCatalogCommand extends $Command<UpdateDataCatalogCommandInput, UpdateDataCatalogCommandOutput, AthenaClientResolvedConfig> {
34
43
  readonly input: UpdateDataCatalogCommandInput;
@@ -30,6 +30,15 @@ export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, _
30
30
  * @see {@link UpdateNamedQueryCommandOutput} for command's `response` shape.
31
31
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
32
32
  *
33
+ * @throws {@link InternalServerException} (server fault)
34
+ * <p>Indicates a platform issue, which may be due to a transient condition or
35
+ * outage.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * required parameter may be missing or out of range.</p>
40
+ *
41
+ *
33
42
  */
34
43
  export declare class UpdateNamedQueryCommand extends $Command<UpdateNamedQueryCommandInput, UpdateNamedQueryCommandOutput, AthenaClientResolvedConfig> {
35
44
  readonly input: UpdateNamedQueryCommandInput;
@@ -29,6 +29,18 @@ export interface UpdateNotebookCommandOutput extends UpdateNotebookOutput, __Met
29
29
  * @see {@link UpdateNotebookCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Indicates that the request was throttled.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class UpdateNotebookCommand extends $Command<UpdateNotebookCommandInput, UpdateNotebookCommandOutput, AthenaClientResolvedConfig> {
34
46
  readonly input: UpdateNotebookCommandInput;
@@ -29,6 +29,18 @@ export interface UpdateNotebookMetadataCommandOutput extends UpdateNotebookMetad
29
29
  * @see {@link UpdateNotebookMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link TooManyRequestsException} (client fault)
41
+ * <p>Indicates that the request was throttled.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class UpdateNotebookMetadataCommand extends $Command<UpdateNotebookMetadataCommandInput, UpdateNotebookMetadataCommandOutput, AthenaClientResolvedConfig> {
34
46
  readonly input: UpdateNotebookMetadataCommandInput;
@@ -29,6 +29,18 @@ export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStat
29
29
  * @see {@link UpdatePreparedStatementCommandOutput} for command's `response` shape.
30
30
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>Indicates a platform issue, which may be due to a transient condition or
34
+ * outage.</p>
35
+ *
36
+ * @throws {@link InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * required parameter may be missing or out of range.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource, such as a workgroup, was not found.</p>
42
+ *
43
+ *
32
44
  */
33
45
  export declare class UpdatePreparedStatementCommand extends $Command<UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput, AthenaClientResolvedConfig> {
34
46
  readonly input: UpdatePreparedStatementCommandInput;
@@ -33,6 +33,15 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M
33
33
  * @see {@link UpdateWorkGroupCommandOutput} for command's `response` shape.
34
34
  * @see {@link AthenaClientResolvedConfig | config} for AthenaClient's `config` shape.
35
35
  *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>Indicates a platform issue, which may be due to a transient condition or
38
+ * outage.</p>
39
+ *
40
+ * @throws {@link InvalidRequestException} (client fault)
41
+ * <p>Indicates that something is wrong with the input to the request. For example, a
42
+ * required parameter may be missing or out of range.</p>
43
+ *
44
+ *
36
45
  */
37
46
  export declare class UpdateWorkGroupCommand extends $Command<UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput, AthenaClientResolvedConfig> {
38
47
  readonly input: UpdateWorkGroupCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-athena",
3
3
  "description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"