@aws-sdk/client-athena 3.650.0 → 3.654.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 (137) hide show
  1. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +11 -0
  4. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataCatalogCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateNamedQueryCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateNotebookCommand.d.ts +11 -0
  9. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +11 -0
  10. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateWorkGroupCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteNotebookCommand.d.ts +11 -0
  16. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +11 -0
  18. package/dist-types/commands/ExportNotebookCommand.d.ts +11 -0
  19. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +11 -0
  20. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +11 -0
  21. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +11 -0
  22. package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +11 -0
  23. package/dist-types/commands/GetCapacityReservationCommand.d.ts +11 -0
  24. package/dist-types/commands/GetDataCatalogCommand.d.ts +11 -0
  25. package/dist-types/commands/GetDatabaseCommand.d.ts +11 -0
  26. package/dist-types/commands/GetNamedQueryCommand.d.ts +11 -0
  27. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +11 -0
  28. package/dist-types/commands/GetPreparedStatementCommand.d.ts +11 -0
  29. package/dist-types/commands/GetQueryExecutionCommand.d.ts +11 -0
  30. package/dist-types/commands/GetQueryResultsCommand.d.ts +11 -0
  31. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetSessionCommand.d.ts +11 -0
  33. package/dist-types/commands/GetSessionStatusCommand.d.ts +11 -0
  34. package/dist-types/commands/GetTableMetadataCommand.d.ts +11 -0
  35. package/dist-types/commands/GetWorkGroupCommand.d.ts +11 -0
  36. package/dist-types/commands/ImportNotebookCommand.d.ts +11 -0
  37. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +11 -0
  38. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListCapacityReservationsCommand.d.ts +12 -1
  40. package/dist-types/commands/ListDataCatalogsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListDatabasesCommand.d.ts +11 -0
  42. package/dist-types/commands/ListEngineVersionsCommand.d.ts +11 -0
  43. package/dist-types/commands/ListExecutorsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListNamedQueriesCommand.d.ts +11 -0
  45. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +11 -0
  46. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +11 -0
  47. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListSessionsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListTableMetadataCommand.d.ts +11 -0
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  52. package/dist-types/commands/ListWorkGroupsCommand.d.ts +11 -0
  53. package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +11 -0
  54. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +11 -0
  55. package/dist-types/commands/StartQueryExecutionCommand.d.ts +11 -0
  56. package/dist-types/commands/StartSessionCommand.d.ts +11 -0
  57. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +11 -0
  58. package/dist-types/commands/StopQueryExecutionCommand.d.ts +11 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  62. package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateNotebookCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +11 -0
  69. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +12 -1
  137. package/package.json +35 -35
@@ -24,7 +24,7 @@ export interface ListCapacityReservationsCommandOutput extends ListCapacityReser
24
24
  declare const ListCapacityReservationsCommand_base: {
25
25
  new (input: ListCapacityReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListCapacityReservationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Lists the capacity reservations for the current account.</p>
@@ -82,4 +82,15 @@ declare const ListCapacityReservationsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListCapacityReservationsInput;
89
+ output: ListCapacityReservationsOutput;
90
+ };
91
+ sdk: {
92
+ input: ListCapacityReservationsCommandInput;
93
+ output: ListCapacityReservationsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -77,4 +77,15 @@ declare const ListDataCatalogsCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListDataCatalogsInput;
84
+ output: ListDataCatalogsOutput;
85
+ };
86
+ sdk: {
87
+ input: ListDataCatalogsCommandInput;
88
+ output: ListDataCatalogsCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -85,4 +85,15 @@ declare const ListDatabasesCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListDatabasesInput;
92
+ output: ListDatabasesOutput;
93
+ };
94
+ sdk: {
95
+ input: ListDatabasesCommandInput;
96
+ output: ListDatabasesCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -73,4 +73,15 @@ declare const ListEngineVersionsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListEngineVersionsInput;
80
+ output: ListEngineVersionsOutput;
81
+ };
82
+ sdk: {
83
+ input: ListEngineVersionsCommandInput;
84
+ output: ListEngineVersionsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -84,4 +84,15 @@ declare const ListExecutorsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListExecutorsCommand extends ListExecutorsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListExecutorsRequest;
91
+ output: ListExecutorsResponse;
92
+ };
93
+ sdk: {
94
+ input: ListExecutorsCommandInput;
95
+ output: ListExecutorsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -72,4 +72,15 @@ declare const ListNamedQueriesCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListNamedQueriesCommand extends ListNamedQueriesCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListNamedQueriesInput;
79
+ output: ListNamedQueriesOutput;
80
+ };
81
+ sdk: {
82
+ input: ListNamedQueriesCommandInput;
83
+ output: ListNamedQueriesCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -83,4 +83,15 @@ declare const ListNotebookMetadataCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListNotebookMetadataCommand extends ListNotebookMetadataCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListNotebookMetadataInput;
90
+ output: ListNotebookMetadataOutput;
91
+ };
92
+ sdk: {
93
+ input: ListNotebookMetadataCommandInput;
94
+ output: ListNotebookMetadataCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -79,4 +79,15 @@ declare const ListNotebookSessionsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListNotebookSessionsCommand extends ListNotebookSessionsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListNotebookSessionsRequest;
86
+ output: ListNotebookSessionsResponse;
87
+ };
88
+ sdk: {
89
+ input: ListNotebookSessionsCommandInput;
90
+ output: ListNotebookSessionsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -73,4 +73,15 @@ declare const ListPreparedStatementsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListPreparedStatementsCommand extends ListPreparedStatementsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListPreparedStatementsInput;
80
+ output: ListPreparedStatementsOutput;
81
+ };
82
+ sdk: {
83
+ input: ListPreparedStatementsCommandInput;
84
+ output: ListPreparedStatementsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const ListQueryExecutionsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListQueryExecutionsCommand extends ListQueryExecutionsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListQueryExecutionsInput;
80
+ output: ListQueryExecutionsOutput;
81
+ };
82
+ sdk: {
83
+ input: ListQueryExecutionsCommandInput;
84
+ output: ListQueryExecutionsCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -93,4 +93,15 @@ declare const ListSessionsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListSessionsCommand extends ListSessionsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListSessionsRequest;
100
+ output: ListSessionsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListSessionsCommandInput;
104
+ output: ListSessionsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -103,4 +103,15 @@ declare const ListTableMetadataCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class ListTableMetadataCommand extends ListTableMetadataCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: ListTableMetadataInput;
110
+ output: ListTableMetadataOutput;
111
+ };
112
+ sdk: {
113
+ input: ListTableMetadataCommandInput;
114
+ output: ListTableMetadataCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -76,4 +76,15 @@ declare const ListTagsForResourceCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListTagsForResourceInput;
83
+ output: ListTagsForResourceOutput;
84
+ };
85
+ sdk: {
86
+ input: ListTagsForResourceCommandInput;
87
+ output: ListTagsForResourceCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -79,4 +79,15 @@ declare const ListWorkGroupsCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class ListWorkGroupsCommand extends ListWorkGroupsCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: ListWorkGroupsInput;
86
+ output: ListWorkGroupsOutput;
87
+ };
88
+ sdk: {
89
+ input: ListWorkGroupsCommandInput;
90
+ output: ListWorkGroupsCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -72,4 +72,15 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class PutCapacityAssignmentConfigurationCommand extends PutCapacityAssignmentConfigurationCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: PutCapacityAssignmentConfigurationInput;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: PutCapacityAssignmentConfigurationCommandInput;
83
+ output: PutCapacityAssignmentConfigurationCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -82,4 +82,15 @@ declare const StartCalculationExecutionCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class StartCalculationExecutionCommand extends StartCalculationExecutionCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: StartCalculationExecutionRequest;
89
+ output: StartCalculationExecutionResponse;
90
+ };
91
+ sdk: {
92
+ input: StartCalculationExecutionCommandInput;
93
+ output: StartCalculationExecutionCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -99,4 +99,15 @@ declare const StartQueryExecutionCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class StartQueryExecutionCommand extends StartQueryExecutionCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: StartQueryExecutionInput;
106
+ output: StartQueryExecutionOutput;
107
+ };
108
+ sdk: {
109
+ input: StartQueryExecutionCommandInput;
110
+ output: StartQueryExecutionCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -91,4 +91,15 @@ declare const StartSessionCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class StartSessionCommand extends StartSessionCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: StartSessionRequest;
98
+ output: StartSessionResponse;
99
+ };
100
+ sdk: {
101
+ input: StartSessionCommandInput;
102
+ output: StartSessionCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -77,4 +77,15 @@ declare const StopCalculationExecutionCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class StopCalculationExecutionCommand extends StopCalculationExecutionCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: StopCalculationExecutionRequest;
84
+ output: StopCalculationExecutionResponse;
85
+ };
86
+ sdk: {
87
+ input: StopCalculationExecutionCommandInput;
88
+ output: StopCalculationExecutionCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -64,4 +64,15 @@ declare const StopQueryExecutionCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class StopQueryExecutionCommand extends StopQueryExecutionCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: StopQueryExecutionInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: StopQueryExecutionCommandInput;
75
+ output: StopQueryExecutionCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -82,4 +82,15 @@ declare const TagResourceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class TagResourceCommand extends TagResourceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: TagResourceInput;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: TagResourceCommandInput;
93
+ output: TagResourceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -72,4 +72,15 @@ declare const TerminateSessionCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: TerminateSessionRequest;
79
+ output: TerminateSessionResponse;
80
+ };
81
+ sdk: {
82
+ input: TerminateSessionCommandInput;
83
+ output: TerminateSessionCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UntagResourceInput;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UntagResourceCommandInput;
80
+ output: UntagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -65,4 +65,15 @@ declare const UpdateCapacityReservationCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class UpdateCapacityReservationCommand extends UpdateCapacityReservationCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: UpdateCapacityReservationInput;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: UpdateCapacityReservationCommandInput;
76
+ output: UpdateCapacityReservationCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -68,4 +68,15 @@ declare const UpdateDataCatalogCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class UpdateDataCatalogCommand extends UpdateDataCatalogCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: UpdateDataCatalogInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: UpdateDataCatalogCommandInput;
79
+ output: UpdateDataCatalogCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -67,4 +67,15 @@ declare const UpdateNamedQueryCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UpdateNamedQueryCommand extends UpdateNamedQueryCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UpdateNamedQueryInput;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UpdateNamedQueryCommandInput;
78
+ output: UpdateNamedQueryCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -70,4 +70,15 @@ declare const UpdateNotebookCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class UpdateNotebookCommand extends UpdateNotebookCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: UpdateNotebookInput;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: UpdateNotebookCommandInput;
81
+ output: UpdateNotebookCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -68,4 +68,15 @@ declare const UpdateNotebookMetadataCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class UpdateNotebookMetadataCommand extends UpdateNotebookMetadataCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: UpdateNotebookMetadataInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: UpdateNotebookMetadataCommandInput;
79
+ output: UpdateNotebookMetadataCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -69,4 +69,15 @@ declare const UpdatePreparedStatementCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UpdatePreparedStatementCommand extends UpdatePreparedStatementCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UpdatePreparedStatementInput;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UpdatePreparedStatementCommandInput;
80
+ output: UpdatePreparedStatementCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -104,4 +104,15 @@ declare const UpdateWorkGroupCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class UpdateWorkGroupCommand extends UpdateWorkGroupCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: UpdateWorkGroupInput;
111
+ output: {};
112
+ };
113
+ sdk: {
114
+ input: UpdateWorkGroupCommandInput;
115
+ output: UpdateWorkGroupCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -37,4 +37,15 @@ declare const BatchGetNamedQueryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {}
40
+ export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetNamedQueryInput;
44
+ output: BatchGetNamedQueryOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetNamedQueryCommandInput;
48
+ output: BatchGetNamedQueryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetPreparedStatementCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {}
40
+ export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetPreparedStatementInput;
44
+ output: BatchGetPreparedStatementOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetPreparedStatementCommandInput;
48
+ output: BatchGetPreparedStatementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetQueryExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {}
40
+ export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetQueryExecutionInput;
44
+ output: BatchGetQueryExecutionOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchGetQueryExecutionCommandInput;
48
+ output: BatchGetQueryExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelCapacityReservationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {}
40
+ export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelCapacityReservationInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelCapacityReservationCommandInput;
48
+ output: CancelCapacityReservationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateCapacityReservationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {}
40
+ export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCapacityReservationInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateCapacityReservationCommandInput;
48
+ output: CreateCapacityReservationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateDataCatalogCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {}
39
+ export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDataCatalogInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CreateDataCatalogCommandInput;
47
+ output: CreateDataCatalogCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateNamedQueryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {}
39
+ export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateNamedQueryInput;
43
+ output: CreateNamedQueryOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateNamedQueryCommandInput;
47
+ output: CreateNamedQueryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateNotebookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateNotebookCommand extends CreateNotebookCommand_base {}
36
+ export declare class CreateNotebookCommand extends CreateNotebookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateNotebookInput;
40
+ output: CreateNotebookOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateNotebookCommandInput;
44
+ output: CreateNotebookCommandOutput;
45
+ };
46
+ };
47
+ }