@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
@@ -91,4 +91,15 @@ declare const BatchGetNamedQueryCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: BatchGetNamedQueryInput;
98
+ output: BatchGetNamedQueryOutput;
99
+ };
100
+ sdk: {
101
+ input: BatchGetNamedQueryCommandInput;
102
+ output: BatchGetNamedQueryCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -87,4 +87,15 @@ declare const BatchGetPreparedStatementCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: BatchGetPreparedStatementInput;
94
+ output: BatchGetPreparedStatementOutput;
95
+ };
96
+ sdk: {
97
+ input: BatchGetPreparedStatementCommandInput;
98
+ output: BatchGetPreparedStatementCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -145,4 +145,15 @@ declare const BatchGetQueryExecutionCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: BatchGetQueryExecutionInput;
152
+ output: BatchGetQueryExecutionOutput;
153
+ };
154
+ sdk: {
155
+ input: BatchGetQueryExecutionCommandInput;
156
+ output: BatchGetQueryExecutionCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -66,4 +66,15 @@ declare const CancelCapacityReservationCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: CancelCapacityReservationInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: CancelCapacityReservationCommandInput;
77
+ output: CancelCapacityReservationCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -71,4 +71,15 @@ declare const CreateCapacityReservationCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: CreateCapacityReservationInput;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: CreateCapacityReservationCommandInput;
82
+ output: CreateCapacityReservationCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -75,4 +75,15 @@ declare const CreateDataCatalogCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: CreateDataCatalogInput;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: CreateDataCatalogCommandInput;
86
+ output: CreateDataCatalogCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -71,4 +71,15 @@ declare const CreateNamedQueryCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: CreateNamedQueryInput;
78
+ output: CreateNamedQueryOutput;
79
+ };
80
+ sdk: {
81
+ input: CreateNamedQueryCommandInput;
82
+ output: CreateNamedQueryCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -72,4 +72,15 @@ declare const CreateNotebookCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class CreateNotebookCommand extends CreateNotebookCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: CreateNotebookInput;
79
+ output: CreateNotebookOutput;
80
+ };
81
+ sdk: {
82
+ input: CreateNotebookCommandInput;
83
+ output: CreateNotebookCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -66,4 +66,15 @@ declare const CreatePreparedStatementCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: CreatePreparedStatementInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: CreatePreparedStatementCommandInput;
77
+ output: CreatePreparedStatementCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -74,4 +74,15 @@ declare const CreatePresignedNotebookUrlCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: CreatePresignedNotebookUrlRequest;
81
+ output: CreatePresignedNotebookUrlResponse;
82
+ };
83
+ sdk: {
84
+ input: CreatePresignedNotebookUrlCommandInput;
85
+ output: CreatePresignedNotebookUrlCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -107,4 +107,15 @@ declare const CreateWorkGroupCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: CreateWorkGroupInput;
114
+ output: {};
115
+ };
116
+ sdk: {
117
+ input: CreateWorkGroupCommandInput;
118
+ output: CreateWorkGroupCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -67,4 +67,15 @@ declare const DeleteCapacityReservationCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: DeleteCapacityReservationInput;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: DeleteCapacityReservationCommandInput;
78
+ output: DeleteCapacityReservationCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -63,4 +63,15 @@ declare const DeleteDataCatalogCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteDataCatalogInput;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: DeleteDataCatalogCommandInput;
74
+ output: DeleteDataCatalogCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -64,4 +64,15 @@ declare const DeleteNamedQueryCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteNamedQueryInput;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteNamedQueryCommandInput;
75
+ output: DeleteNamedQueryCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -66,4 +66,15 @@ declare const DeleteNotebookCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteNotebookInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteNotebookCommandInput;
77
+ output: DeleteNotebookCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -68,4 +68,15 @@ declare const DeletePreparedStatementCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: DeletePreparedStatementInput;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: DeletePreparedStatementCommandInput;
79
+ output: DeletePreparedStatementCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -65,4 +65,15 @@ declare const DeleteWorkGroupCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteWorkGroupInput;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteWorkGroupCommandInput;
76
+ output: DeleteWorkGroupCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -76,4 +76,15 @@ declare const ExportNotebookCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class ExportNotebookCommand extends ExportNotebookCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ExportNotebookInput;
83
+ output: ExportNotebookOutput;
84
+ };
85
+ sdk: {
86
+ input: ExportNotebookCommandInput;
87
+ output: ExportNotebookCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -68,4 +68,15 @@ declare const GetCalculationExecutionCodeCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: GetCalculationExecutionCodeRequest;
75
+ output: GetCalculationExecutionCodeResponse;
76
+ };
77
+ sdk: {
78
+ input: GetCalculationExecutionCodeCommandInput;
79
+ output: GetCalculationExecutionCodeCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -87,4 +87,15 @@ declare const GetCalculationExecutionCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetCalculationExecutionRequest;
94
+ output: GetCalculationExecutionResponse;
95
+ };
96
+ sdk: {
97
+ input: GetCalculationExecutionCommandInput;
98
+ output: GetCalculationExecutionCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -77,4 +77,15 @@ declare const GetCalculationExecutionStatusCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: GetCalculationExecutionStatusRequest;
84
+ output: GetCalculationExecutionStatusResponse;
85
+ };
86
+ sdk: {
87
+ input: GetCalculationExecutionStatusCommandInput;
88
+ output: GetCalculationExecutionStatusCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -75,4 +75,15 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetCapacityAssignmentConfigurationInput;
82
+ output: GetCapacityAssignmentConfigurationOutput;
83
+ };
84
+ sdk: {
85
+ input: GetCapacityAssignmentConfigurationCommandInput;
86
+ output: GetCapacityAssignmentConfigurationCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -78,4 +78,15 @@ declare const GetCapacityReservationCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetCapacityReservationInput;
85
+ output: GetCapacityReservationOutput;
86
+ };
87
+ sdk: {
88
+ input: GetCapacityReservationCommandInput;
89
+ output: GetCapacityReservationCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -73,4 +73,15 @@ declare const GetDataCatalogCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetDataCatalogInput;
80
+ output: GetDataCatalogOutput;
81
+ };
82
+ sdk: {
83
+ input: GetDataCatalogCommandInput;
84
+ output: GetDataCatalogCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -81,4 +81,15 @@ declare const GetDatabaseCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: GetDatabaseInput;
88
+ output: GetDatabaseOutput;
89
+ };
90
+ sdk: {
91
+ input: GetDatabaseCommandInput;
92
+ output: GetDatabaseCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -73,4 +73,15 @@ declare const GetNamedQueryCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: GetNamedQueryInput;
80
+ output: GetNamedQueryOutput;
81
+ };
82
+ sdk: {
83
+ input: GetNamedQueryCommandInput;
84
+ output: GetNamedQueryCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -75,4 +75,15 @@ declare const GetNotebookMetadataCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetNotebookMetadataCommand extends GetNotebookMetadataCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetNotebookMetadataInput;
82
+ output: GetNotebookMetadataOutput;
83
+ };
84
+ sdk: {
85
+ input: GetNotebookMetadataCommandInput;
86
+ output: GetNotebookMetadataCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -76,4 +76,15 @@ declare const GetPreparedStatementCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetPreparedStatementCommand extends GetPreparedStatementCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetPreparedStatementInput;
83
+ output: GetPreparedStatementOutput;
84
+ };
85
+ sdk: {
86
+ input: GetPreparedStatementCommandInput;
87
+ output: GetPreparedStatementCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -131,4 +131,15 @@ declare const GetQueryExecutionCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class GetQueryExecutionCommand extends GetQueryExecutionCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: GetQueryExecutionInput;
138
+ output: GetQueryExecutionOutput;
139
+ };
140
+ sdk: {
141
+ input: GetQueryExecutionCommandInput;
142
+ output: GetQueryExecutionCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -113,4 +113,15 @@ declare const GetQueryResultsCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: GetQueryResultsInput;
120
+ output: GetQueryResultsOutput;
121
+ };
122
+ sdk: {
123
+ input: GetQueryResultsCommandInput;
124
+ output: GetQueryResultsCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -129,4 +129,15 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class GetQueryRuntimeStatisticsCommand extends GetQueryRuntimeStatisticsCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: GetQueryRuntimeStatisticsInput;
136
+ output: GetQueryRuntimeStatisticsOutput;
137
+ };
138
+ sdk: {
139
+ input: GetQueryRuntimeStatisticsCommandInput;
140
+ output: GetQueryRuntimeStatisticsCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -104,4 +104,15 @@ declare const GetSessionCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class GetSessionCommand extends GetSessionCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: GetSessionRequest;
111
+ output: GetSessionResponse;
112
+ };
113
+ sdk: {
114
+ input: GetSessionCommandInput;
115
+ output: GetSessionCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -76,4 +76,15 @@ declare const GetSessionStatusCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class GetSessionStatusCommand extends GetSessionStatusCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: GetSessionStatusRequest;
83
+ output: GetSessionStatusResponse;
84
+ };
85
+ sdk: {
86
+ input: GetSessionStatusCommandInput;
87
+ output: GetSessionStatusCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -98,4 +98,15 @@ declare const GetTableMetadataCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class GetTableMetadataCommand extends GetTableMetadataCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: GetTableMetadataInput;
105
+ output: GetTableMetadataOutput;
106
+ };
107
+ sdk: {
108
+ input: GetTableMetadataCommandInput;
109
+ output: GetTableMetadataCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -107,4 +107,15 @@ declare const GetWorkGroupCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class GetWorkGroupCommand extends GetWorkGroupCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: GetWorkGroupInput;
114
+ output: GetWorkGroupOutput;
115
+ };
116
+ sdk: {
117
+ input: GetWorkGroupCommandInput;
118
+ output: GetWorkGroupCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -78,4 +78,15 @@ declare const ImportNotebookCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ImportNotebookCommand extends ImportNotebookCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ImportNotebookInput;
85
+ output: ImportNotebookOutput;
86
+ };
87
+ sdk: {
88
+ input: ImportNotebookCommandInput;
89
+ output: ImportNotebookCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -78,4 +78,15 @@ declare const ListApplicationDPUSizesCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListApplicationDPUSizesInput;
85
+ output: ListApplicationDPUSizesOutput;
86
+ };
87
+ sdk: {
88
+ input: ListApplicationDPUSizesCommandInput;
89
+ output: ListApplicationDPUSizesCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -84,4 +84,15 @@ declare const ListCalculationExecutionsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListCalculationExecutionsRequest;
91
+ output: ListCalculationExecutionsResponse;
92
+ };
93
+ sdk: {
94
+ input: ListCalculationExecutionsCommandInput;
95
+ output: ListCalculationExecutionsCommandOutput;
96
+ };
97
+ };
87
98
  }