@aws-sdk/client-athena 3.651.1 → 3.657.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 (141) hide show
  1. package/dist-cjs/index.js +48 -0
  2. package/dist-es/models/models_0.js +44 -0
  3. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +11 -0
  6. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateDataCatalogCommand.d.ts +25 -2
  9. package/dist-types/commands/CreateNamedQueryCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateNotebookCommand.d.ts +11 -0
  11. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +11 -0
  12. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateWorkGroupCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +24 -1
  16. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteNotebookCommand.d.ts +11 -0
  18. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +11 -0
  20. package/dist-types/commands/ExportNotebookCommand.d.ts +11 -0
  21. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +11 -0
  22. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +11 -0
  23. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +11 -0
  24. package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +11 -0
  25. package/dist-types/commands/GetCapacityReservationCommand.d.ts +11 -0
  26. package/dist-types/commands/GetDataCatalogCommand.d.ts +15 -1
  27. package/dist-types/commands/GetDatabaseCommand.d.ts +11 -0
  28. package/dist-types/commands/GetNamedQueryCommand.d.ts +11 -0
  29. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +11 -0
  30. package/dist-types/commands/GetPreparedStatementCommand.d.ts +11 -0
  31. package/dist-types/commands/GetQueryExecutionCommand.d.ts +11 -0
  32. package/dist-types/commands/GetQueryResultsCommand.d.ts +11 -0
  33. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +11 -0
  34. package/dist-types/commands/GetSessionCommand.d.ts +11 -0
  35. package/dist-types/commands/GetSessionStatusCommand.d.ts +11 -0
  36. package/dist-types/commands/GetTableMetadataCommand.d.ts +11 -0
  37. package/dist-types/commands/GetWorkGroupCommand.d.ts +11 -0
  38. package/dist-types/commands/ImportNotebookCommand.d.ts +11 -0
  39. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +11 -0
  40. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListCapacityReservationsCommand.d.ts +12 -1
  42. package/dist-types/commands/ListDataCatalogsCommand.d.ts +15 -1
  43. package/dist-types/commands/ListDatabasesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListEngineVersionsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListExecutorsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListNamedQueriesCommand.d.ts +11 -0
  47. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +11 -0
  48. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +11 -0
  50. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +11 -0
  51. package/dist-types/commands/ListSessionsCommand.d.ts +11 -0
  52. package/dist-types/commands/ListTableMetadataCommand.d.ts +11 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/ListWorkGroupsCommand.d.ts +11 -0
  55. package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +11 -0
  56. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +11 -0
  57. package/dist-types/commands/StartQueryExecutionCommand.d.ts +11 -0
  58. package/dist-types/commands/StartSessionCommand.d.ts +11 -0
  59. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +11 -0
  60. package/dist-types/commands/StopQueryExecutionCommand.d.ts +11 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  62. package/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +12 -1
  66. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateNotebookCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +11 -0
  69. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +11 -0
  70. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +11 -0
  71. package/dist-types/models/models_0.d.ts +388 -93
  72. package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/models/models_0.d.ts +66 -8
  141. package/package.json +35 -35
@@ -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: CreateDataCatalogOutput;
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
+ }
@@ -37,4 +37,15 @@ declare const CreatePreparedStatementCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {}
40
+ export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePreparedStatementInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreatePreparedStatementCommandInput;
48
+ output: CreatePreparedStatementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreatePresignedNotebookUrlCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {}
40
+ export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreatePresignedNotebookUrlRequest;
44
+ output: CreatePresignedNotebookUrlResponse;
45
+ };
46
+ sdk: {
47
+ input: CreatePresignedNotebookUrlCommandInput;
48
+ output: CreatePresignedNotebookUrlCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateWorkGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {}
39
+ export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateWorkGroupInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CreateWorkGroupCommandInput;
47
+ output: CreateWorkGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteCapacityReservationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {}
40
+ export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCapacityReservationInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteCapacityReservationCommandInput;
48
+ output: DeleteCapacityReservationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteDataCatalogCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {}
39
+ export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteDataCatalogInput;
43
+ output: DeleteDataCatalogOutput;
44
+ };
45
+ sdk: {
46
+ input: DeleteDataCatalogCommandInput;
47
+ output: DeleteDataCatalogCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteNamedQueryCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {}
39
+ export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteNamedQueryInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteNamedQueryCommandInput;
47
+ output: DeleteNamedQueryCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const DeleteNotebookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {}
36
+ export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteNotebookInput;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteNotebookCommandInput;
44
+ output: DeleteNotebookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeletePreparedStatementCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {}
40
+ export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeletePreparedStatementInput;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeletePreparedStatementCommandInput;
48
+ output: DeletePreparedStatementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteWorkGroupCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {}
39
+ export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteWorkGroupInput;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteWorkGroupCommandInput;
47
+ output: DeleteWorkGroupCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ExportNotebookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ExportNotebookCommand extends ExportNotebookCommand_base {}
36
+ export declare class ExportNotebookCommand extends ExportNotebookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ExportNotebookInput;
40
+ output: ExportNotebookOutput;
41
+ };
42
+ sdk: {
43
+ input: ExportNotebookCommandInput;
44
+ output: ExportNotebookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetCalculationExecutionCodeCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {}
40
+ export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCalculationExecutionCodeRequest;
44
+ output: GetCalculationExecutionCodeResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCalculationExecutionCodeCommandInput;
48
+ output: GetCalculationExecutionCodeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCalculationExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {}
40
+ export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCalculationExecutionRequest;
44
+ output: GetCalculationExecutionResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCalculationExecutionCommandInput;
48
+ output: GetCalculationExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCalculationExecutionStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {}
40
+ export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCalculationExecutionStatusRequest;
44
+ output: GetCalculationExecutionStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCalculationExecutionStatusCommandInput;
48
+ output: GetCalculationExecutionStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {}
40
+ export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCapacityAssignmentConfigurationInput;
44
+ output: GetCapacityAssignmentConfigurationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetCapacityAssignmentConfigurationCommandInput;
48
+ output: GetCapacityAssignmentConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetCapacityReservationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {}
40
+ export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCapacityReservationInput;
44
+ output: GetCapacityReservationOutput;
45
+ };
46
+ sdk: {
47
+ input: GetCapacityReservationCommandInput;
48
+ output: GetCapacityReservationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetDataCatalogCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {}
36
+ export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDataCatalogInput;
40
+ output: GetDataCatalogOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDataCatalogCommandInput;
44
+ output: GetDataCatalogCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetDatabaseCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDatabaseCommand extends GetDatabaseCommand_base {}
36
+ export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDatabaseInput;
40
+ output: GetDatabaseOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDatabaseCommandInput;
44
+ output: GetDatabaseCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetNamedQueryCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {}
36
+ export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetNamedQueryInput;
40
+ output: GetNamedQueryOutput;
41
+ };
42
+ sdk: {
43
+ input: GetNamedQueryCommandInput;
44
+ output: GetNamedQueryCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetNotebookMetadataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetNotebookMetadataCommand extends GetNotebookMetadataCommand_base {}
40
+ export declare class GetNotebookMetadataCommand extends GetNotebookMetadataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetNotebookMetadataInput;
44
+ output: GetNotebookMetadataOutput;
45
+ };
46
+ sdk: {
47
+ input: GetNotebookMetadataCommandInput;
48
+ output: GetNotebookMetadataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetPreparedStatementCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetPreparedStatementCommand extends GetPreparedStatementCommand_base {}
40
+ export declare class GetPreparedStatementCommand extends GetPreparedStatementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetPreparedStatementInput;
44
+ output: GetPreparedStatementOutput;
45
+ };
46
+ sdk: {
47
+ input: GetPreparedStatementCommandInput;
48
+ output: GetPreparedStatementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetQueryExecutionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetQueryExecutionCommand extends GetQueryExecutionCommand_base {}
39
+ export declare class GetQueryExecutionCommand extends GetQueryExecutionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetQueryExecutionInput;
43
+ output: GetQueryExecutionOutput;
44
+ };
45
+ sdk: {
46
+ input: GetQueryExecutionCommandInput;
47
+ output: GetQueryExecutionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetQueryResultsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {}
39
+ export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetQueryResultsInput;
43
+ output: GetQueryResultsOutput;
44
+ };
45
+ sdk: {
46
+ input: GetQueryResultsCommandInput;
47
+ output: GetQueryResultsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetQueryRuntimeStatisticsCommand extends GetQueryRuntimeStatisticsCommand_base {}
40
+ export declare class GetQueryRuntimeStatisticsCommand extends GetQueryRuntimeStatisticsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetQueryRuntimeStatisticsInput;
44
+ output: GetQueryRuntimeStatisticsOutput;
45
+ };
46
+ sdk: {
47
+ input: GetQueryRuntimeStatisticsCommandInput;
48
+ output: GetQueryRuntimeStatisticsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetSessionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetSessionCommand extends GetSessionCommand_base {}
36
+ export declare class GetSessionCommand extends GetSessionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetSessionRequest;
40
+ output: GetSessionResponse;
41
+ };
42
+ sdk: {
43
+ input: GetSessionCommandInput;
44
+ output: GetSessionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetSessionStatusCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSessionStatusCommand extends GetSessionStatusCommand_base {}
39
+ export declare class GetSessionStatusCommand extends GetSessionStatusCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSessionStatusRequest;
43
+ output: GetSessionStatusResponse;
44
+ };
45
+ sdk: {
46
+ input: GetSessionStatusCommandInput;
47
+ output: GetSessionStatusCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetTableMetadataCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetTableMetadataCommand extends GetTableMetadataCommand_base {}
39
+ export declare class GetTableMetadataCommand extends GetTableMetadataCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetTableMetadataInput;
43
+ output: GetTableMetadataOutput;
44
+ };
45
+ sdk: {
46
+ input: GetTableMetadataCommandInput;
47
+ output: GetTableMetadataCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetWorkGroupCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetWorkGroupCommand extends GetWorkGroupCommand_base {}
36
+ export declare class GetWorkGroupCommand extends GetWorkGroupCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetWorkGroupInput;
40
+ output: GetWorkGroupOutput;
41
+ };
42
+ sdk: {
43
+ input: GetWorkGroupCommandInput;
44
+ output: GetWorkGroupCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ImportNotebookCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ImportNotebookCommand extends ImportNotebookCommand_base {}
36
+ export declare class ImportNotebookCommand extends ImportNotebookCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ImportNotebookInput;
40
+ output: ImportNotebookOutput;
41
+ };
42
+ sdk: {
43
+ input: ImportNotebookCommandInput;
44
+ output: ImportNotebookCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListApplicationDPUSizesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {}
40
+ export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListApplicationDPUSizesInput;
44
+ output: ListApplicationDPUSizesOutput;
45
+ };
46
+ sdk: {
47
+ input: ListApplicationDPUSizesCommandInput;
48
+ output: ListApplicationDPUSizesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCalculationExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {}
40
+ export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCalculationExecutionsRequest;
44
+ output: ListCalculationExecutionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCalculationExecutionsCommandInput;
48
+ output: ListCalculationExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCapacityReservationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {}
40
+ export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCapacityReservationsInput;
44
+ output: ListCapacityReservationsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListCapacityReservationsCommandInput;
48
+ output: ListCapacityReservationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListDataCatalogsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {}
39
+ export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListDataCatalogsInput;
43
+ output: ListDataCatalogsOutput;
44
+ };
45
+ sdk: {
46
+ input: ListDataCatalogsCommandInput;
47
+ output: ListDataCatalogsCommandOutput;
48
+ };
49
+ };
50
+ }