@aws-sdk/client-athena 3.645.0 → 3.650.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 (78) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +68 -204
  3. package/dist-es/commands/BatchGetNamedQueryCommand.js +1 -3
  4. package/dist-es/commands/BatchGetPreparedStatementCommand.js +1 -3
  5. package/dist-es/commands/BatchGetQueryExecutionCommand.js +1 -3
  6. package/dist-es/commands/CancelCapacityReservationCommand.js +1 -3
  7. package/dist-es/commands/CreateCapacityReservationCommand.js +1 -3
  8. package/dist-es/commands/CreateDataCatalogCommand.js +1 -3
  9. package/dist-es/commands/CreateNamedQueryCommand.js +1 -3
  10. package/dist-es/commands/CreateNotebookCommand.js +1 -3
  11. package/dist-es/commands/CreatePreparedStatementCommand.js +1 -3
  12. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +1 -3
  13. package/dist-es/commands/CreateWorkGroupCommand.js +1 -3
  14. package/dist-es/commands/DeleteCapacityReservationCommand.js +1 -3
  15. package/dist-es/commands/DeleteDataCatalogCommand.js +1 -3
  16. package/dist-es/commands/DeleteNamedQueryCommand.js +1 -3
  17. package/dist-es/commands/DeleteNotebookCommand.js +1 -3
  18. package/dist-es/commands/DeletePreparedStatementCommand.js +1 -3
  19. package/dist-es/commands/DeleteWorkGroupCommand.js +1 -3
  20. package/dist-es/commands/ExportNotebookCommand.js +1 -3
  21. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +1 -3
  22. package/dist-es/commands/GetCalculationExecutionCommand.js +1 -3
  23. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +1 -3
  24. package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +1 -3
  25. package/dist-es/commands/GetCapacityReservationCommand.js +1 -3
  26. package/dist-es/commands/GetDataCatalogCommand.js +1 -3
  27. package/dist-es/commands/GetDatabaseCommand.js +1 -3
  28. package/dist-es/commands/GetNamedQueryCommand.js +1 -3
  29. package/dist-es/commands/GetNotebookMetadataCommand.js +1 -3
  30. package/dist-es/commands/GetPreparedStatementCommand.js +1 -3
  31. package/dist-es/commands/GetQueryExecutionCommand.js +1 -3
  32. package/dist-es/commands/GetQueryResultsCommand.js +1 -3
  33. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +1 -3
  34. package/dist-es/commands/GetSessionCommand.js +1 -3
  35. package/dist-es/commands/GetSessionStatusCommand.js +1 -3
  36. package/dist-es/commands/GetTableMetadataCommand.js +1 -3
  37. package/dist-es/commands/GetWorkGroupCommand.js +1 -3
  38. package/dist-es/commands/ImportNotebookCommand.js +1 -3
  39. package/dist-es/commands/ListApplicationDPUSizesCommand.js +1 -3
  40. package/dist-es/commands/ListCalculationExecutionsCommand.js +1 -3
  41. package/dist-es/commands/ListCapacityReservationsCommand.js +1 -3
  42. package/dist-es/commands/ListDataCatalogsCommand.js +1 -3
  43. package/dist-es/commands/ListDatabasesCommand.js +1 -3
  44. package/dist-es/commands/ListEngineVersionsCommand.js +1 -3
  45. package/dist-es/commands/ListExecutorsCommand.js +1 -3
  46. package/dist-es/commands/ListNamedQueriesCommand.js +1 -3
  47. package/dist-es/commands/ListNotebookMetadataCommand.js +1 -3
  48. package/dist-es/commands/ListNotebookSessionsCommand.js +1 -3
  49. package/dist-es/commands/ListPreparedStatementsCommand.js +1 -3
  50. package/dist-es/commands/ListQueryExecutionsCommand.js +1 -3
  51. package/dist-es/commands/ListSessionsCommand.js +1 -3
  52. package/dist-es/commands/ListTableMetadataCommand.js +1 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  54. package/dist-es/commands/ListWorkGroupsCommand.js +1 -3
  55. package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +1 -3
  56. package/dist-es/commands/StartCalculationExecutionCommand.js +1 -3
  57. package/dist-es/commands/StartQueryExecutionCommand.js +1 -3
  58. package/dist-es/commands/StartSessionCommand.js +1 -3
  59. package/dist-es/commands/StopCalculationExecutionCommand.js +1 -3
  60. package/dist-es/commands/StopQueryExecutionCommand.js +1 -3
  61. package/dist-es/commands/TagResourceCommand.js +1 -3
  62. package/dist-es/commands/TerminateSessionCommand.js +1 -3
  63. package/dist-es/commands/UntagResourceCommand.js +1 -3
  64. package/dist-es/commands/UpdateCapacityReservationCommand.js +1 -3
  65. package/dist-es/commands/UpdateDataCatalogCommand.js +1 -3
  66. package/dist-es/commands/UpdateNamedQueryCommand.js +1 -3
  67. package/dist-es/commands/UpdateNotebookCommand.js +1 -3
  68. package/dist-es/commands/UpdateNotebookMetadataCommand.js +1 -3
  69. package/dist-es/commands/UpdatePreparedStatementCommand.js +1 -3
  70. package/dist-es/commands/UpdateWorkGroupCommand.js +1 -3
  71. package/dist-es/endpoint/endpointResolver.js +7 -3
  72. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  73. package/dist-types/runtimeConfig.d.ts +2 -0
  74. package/dist-types/runtimeConfig.native.d.ts +2 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  78. package/package.json +35 -35
@@ -6,9 +6,7 @@ import { de_BatchGetNamedQueryCommand, se_BatchGetNamedQueryCommand } from "../p
6
6
  export { $Command };
7
7
  export class BatchGetNamedQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchGetPreparedStatementCommand, se_BatchGetPreparedStatementComman
6
6
  export { $Command };
7
7
  export class BatchGetPreparedStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchGetQueryExecutionCommand, se_BatchGetQueryExecutionCommand } fr
6
6
  export { $Command };
7
7
  export class BatchGetQueryExecutionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CancelCapacityReservationCommand, se_CancelCapacityReservationComman
6
6
  export { $Command };
7
7
  export class CancelCapacityReservationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCapacityReservationCommand, se_CreateCapacityReservationComman
6
6
  export { $Command };
7
7
  export class CreateCapacityReservationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataCatalogCommand, se_CreateDataCatalogCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateDataCatalogCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateNamedQueryCommand, se_CreateNamedQueryCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateNamedQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateNotebookCommand, se_CreateNotebookCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateNotebookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePreparedStatementCommand, se_CreatePreparedStatementCommand }
6
6
  export { $Command };
7
7
  export class CreatePreparedStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreatePresignedNotebookUrlCommand, se_CreatePresignedNotebookUrlComm
6
6
  export { $Command };
7
7
  export class CreatePresignedNotebookUrlCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateWorkGroupCommand, se_CreateWorkGroupCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateWorkGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCapacityReservationCommand, se_DeleteCapacityReservationComman
6
6
  export { $Command };
7
7
  export class DeleteCapacityReservationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataCatalogCommand, se_DeleteDataCatalogCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteDataCatalogCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteNamedQueryCommand, se_DeleteNamedQueryCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteNamedQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteNotebookCommand, se_DeleteNotebookCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteNotebookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePreparedStatementCommand, se_DeletePreparedStatementCommand }
6
6
  export { $Command };
7
7
  export class DeletePreparedStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteWorkGroupCommand, se_DeleteWorkGroupCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteWorkGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportNotebookCommand, se_ExportNotebookCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ExportNotebookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionCodeCommand, se_GetCalculationExecutionCodeCo
6
6
  export { $Command };
7
7
  export class GetCalculationExecutionCodeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionCommand, se_GetCalculationExecutionCommand }
6
6
  export { $Command };
7
7
  export class GetCalculationExecutionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionStatusCommand, se_GetCalculationExecutionStat
6
6
  export { $Command };
7
7
  export class GetCalculationExecutionStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCapacityAssignmentConfigurationCommand, se_GetCapacityAssignmentC
6
6
  export { $Command };
7
7
  export class GetCapacityAssignmentConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCapacityReservationCommand, se_GetCapacityReservationCommand } fr
6
6
  export { $Command };
7
7
  export class GetCapacityReservationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDataCatalogCommand, se_GetDataCatalogCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetDataCatalogCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class GetDatabaseCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetNamedQueryCommand, se_GetNamedQueryCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetNamedQueryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetNotebookMetadataCommand, se_GetNotebookMetadataCommand } from "..
6
6
  export { $Command };
7
7
  export class GetNotebookMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetPreparedStatementCommand, se_GetPreparedStatementCommand } from "
6
6
  export { $Command };
7
7
  export class GetPreparedStatementCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetQueryExecutionCommand, se_GetQueryExecutionCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetQueryExecutionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetQueryResultsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetQueryRuntimeStatisticsCommand, se_GetQueryRuntimeStatisticsComman
6
6
  export { $Command };
7
7
  export class GetQueryRuntimeStatisticsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class GetSessionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSessionStatusCommand, se_GetSessionStatusCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetSessionStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetTableMetadataCommand, se_GetTableMetadataCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetTableMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetWorkGroupCommand, se_GetWorkGroupCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetWorkGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ImportNotebookCommand, se_ImportNotebookCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ImportNotebookCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListApplicationDPUSizesCommand, se_ListApplicationDPUSizesCommand }
6
6
  export { $Command };
7
7
  export class ListApplicationDPUSizesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCalculationExecutionsCommand, se_ListCalculationExecutionsComman
6
6
  export { $Command };
7
7
  export class ListCalculationExecutionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCapacityReservationsCommand, se_ListCapacityReservationsCommand
6
6
  export { $Command };
7
7
  export class ListCapacityReservationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataCatalogsCommand, se_ListDataCatalogsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListDataCatalogsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListDatabasesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListEngineVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListExecutorsCommand, se_ListExecutorsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListExecutorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListNamedQueriesCommand, se_ListNamedQueriesCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListNamedQueriesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListNotebookMetadataCommand, se_ListNotebookMetadataCommand } from "
6
6
  export { $Command };
7
7
  export class ListNotebookMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListNotebookSessionsCommand, se_ListNotebookSessionsCommand } from "
6
6
  export { $Command };
7
7
  export class ListNotebookSessionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPreparedStatementsCommand, se_ListPreparedStatementsCommand } fr
6
6
  export { $Command };
7
7
  export class ListPreparedStatementsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListQueryExecutionsCommand, se_ListQueryExecutionsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListQueryExecutionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListSessionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTableMetadataCommand, se_ListTableMetadataCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListTableMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListWorkGroupsCommand, se_ListWorkGroupsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListWorkGroupsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutCapacityAssignmentConfigurationCommand, se_PutCapacityAssignmentC
6
6
  export { $Command };
7
7
  export class PutCapacityAssignmentConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),