@aws-sdk/client-lambda 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/AddLayerVersionPermissionCommand.js +1 -3
  4. package/dist-es/commands/AddPermissionCommand.js +1 -3
  5. package/dist-es/commands/CreateAliasCommand.js +1 -3
  6. package/dist-es/commands/CreateCodeSigningConfigCommand.js +1 -3
  7. package/dist-es/commands/CreateEventSourceMappingCommand.js +1 -3
  8. package/dist-es/commands/CreateFunctionCommand.js +1 -3
  9. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +1 -3
  10. package/dist-es/commands/DeleteAliasCommand.js +1 -3
  11. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +1 -3
  12. package/dist-es/commands/DeleteEventSourceMappingCommand.js +1 -3
  13. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -3
  14. package/dist-es/commands/DeleteFunctionCommand.js +1 -3
  15. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +1 -3
  16. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -3
  17. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +1 -3
  18. package/dist-es/commands/DeleteLayerVersionCommand.js +1 -3
  19. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -3
  20. package/dist-es/commands/GetAccountSettingsCommand.js +1 -3
  21. package/dist-es/commands/GetAliasCommand.js +1 -3
  22. package/dist-es/commands/GetCodeSigningConfigCommand.js +1 -3
  23. package/dist-es/commands/GetEventSourceMappingCommand.js +1 -3
  24. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +1 -3
  25. package/dist-es/commands/GetFunctionCommand.js +1 -3
  26. package/dist-es/commands/GetFunctionConcurrencyCommand.js +1 -3
  27. package/dist-es/commands/GetFunctionConfigurationCommand.js +1 -3
  28. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +1 -3
  29. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +1 -3
  30. package/dist-es/commands/GetFunctionUrlConfigCommand.js +1 -3
  31. package/dist-es/commands/GetLayerVersionByArnCommand.js +1 -3
  32. package/dist-es/commands/GetLayerVersionCommand.js +1 -3
  33. package/dist-es/commands/GetLayerVersionPolicyCommand.js +1 -3
  34. package/dist-es/commands/GetPolicyCommand.js +1 -3
  35. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +1 -3
  36. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +1 -3
  37. package/dist-es/commands/InvokeAsyncCommand.js +1 -3
  38. package/dist-es/commands/InvokeCommand.js +1 -3
  39. package/dist-es/commands/InvokeWithResponseStreamCommand.js +1 -3
  40. package/dist-es/commands/ListAliasesCommand.js +1 -3
  41. package/dist-es/commands/ListCodeSigningConfigsCommand.js +1 -3
  42. package/dist-es/commands/ListEventSourceMappingsCommand.js +1 -3
  43. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +1 -3
  44. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +1 -3
  45. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -3
  46. package/dist-es/commands/ListFunctionsCommand.js +1 -3
  47. package/dist-es/commands/ListLayerVersionsCommand.js +1 -3
  48. package/dist-es/commands/ListLayersCommand.js +1 -3
  49. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -3
  50. package/dist-es/commands/ListTagsCommand.js +1 -3
  51. package/dist-es/commands/ListVersionsByFunctionCommand.js +1 -3
  52. package/dist-es/commands/PublishLayerVersionCommand.js +1 -3
  53. package/dist-es/commands/PublishVersionCommand.js +1 -3
  54. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +1 -3
  55. package/dist-es/commands/PutFunctionConcurrencyCommand.js +1 -3
  56. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +1 -3
  57. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +1 -3
  58. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +1 -3
  59. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +1 -3
  60. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +1 -3
  61. package/dist-es/commands/RemovePermissionCommand.js +1 -3
  62. package/dist-es/commands/TagResourceCommand.js +1 -3
  63. package/dist-es/commands/UntagResourceCommand.js +1 -3
  64. package/dist-es/commands/UpdateAliasCommand.js +1 -3
  65. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +1 -3
  66. package/dist-es/commands/UpdateEventSourceMappingCommand.js +1 -3
  67. package/dist-es/commands/UpdateFunctionCodeCommand.js +1 -3
  68. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +1 -3
  69. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -3
  70. package/dist-es/commands/UpdateFunctionUrlConfigCommand.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 +40 -40
@@ -6,9 +6,7 @@ import { de_AddLayerVersionPermissionCommand, se_AddLayerVersionPermissionComman
6
6
  export { $Command };
7
7
  export class AddLayerVersionPermissionCommand 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_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class AddPermissionCommand 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_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateAliasCommand 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_CreateCodeSigningConfigCommand, se_CreateCodeSigningConfigCommand }
6
6
  export { $Command };
7
7
  export class CreateCodeSigningConfigCommand 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_CreateEventSourceMappingCommand, se_CreateEventSourceMappingCommand
6
6
  export { $Command };
7
7
  export class CreateEventSourceMappingCommand 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),
@@ -7,9 +7,7 @@ import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class CreateFunctionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFunctionUrlConfigCommand, se_CreateFunctionUrlConfigCommand }
6
6
  export { $Command };
7
7
  export class CreateFunctionUrlConfigCommand 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_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteAliasCommand 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_DeleteCodeSigningConfigCommand, se_DeleteCodeSigningConfigCommand }
6
6
  export { $Command };
7
7
  export class DeleteCodeSigningConfigCommand 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_DeleteEventSourceMappingCommand, se_DeleteEventSourceMappingCommand
6
6
  export { $Command };
7
7
  export class DeleteEventSourceMappingCommand 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_DeleteFunctionCodeSigningConfigCommand, se_DeleteFunctionCodeSigning
6
6
  export { $Command };
7
7
  export class DeleteFunctionCodeSigningConfigCommand 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_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteFunctionCommand 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_DeleteFunctionConcurrencyCommand, se_DeleteFunctionConcurrencyComman
6
6
  export { $Command };
7
7
  export class DeleteFunctionConcurrencyCommand 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_DeleteFunctionEventInvokeConfigCommand, se_DeleteFunctionEventInvoke
6
6
  export { $Command };
7
7
  export class DeleteFunctionEventInvokeConfigCommand 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_DeleteFunctionUrlConfigCommand, se_DeleteFunctionUrlConfigCommand }
6
6
  export { $Command };
7
7
  export class DeleteFunctionUrlConfigCommand 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_DeleteLayerVersionCommand, se_DeleteLayerVersionCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteLayerVersionCommand 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_DeleteProvisionedConcurrencyConfigCommand, se_DeleteProvisionedConcu
6
6
  export { $Command };
7
7
  export class DeleteProvisionedConcurrencyConfigCommand 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_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetAccountSettingsCommand 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_GetAliasCommand, se_GetAliasCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetAliasCommand 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_GetCodeSigningConfigCommand, se_GetCodeSigningConfigCommand } from "
6
6
  export { $Command };
7
7
  export class GetCodeSigningConfigCommand 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_GetEventSourceMappingCommand, se_GetEventSourceMappingCommand } from
6
6
  export { $Command };
7
7
  export class GetEventSourceMappingCommand 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_GetFunctionCodeSigningConfigCommand, se_GetFunctionCodeSigningConfig
6
6
  export { $Command };
7
7
  export class GetFunctionCodeSigningConfigCommand 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),
@@ -7,9 +7,7 @@ import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class GetFunctionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetFunctionConcurrencyCommand, se_GetFunctionConcurrencyCommand } fr
6
6
  export { $Command };
7
7
  export class GetFunctionConcurrencyCommand 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),
@@ -7,9 +7,7 @@ import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand
7
7
  export { $Command };
8
8
  export class GetFunctionConfigurationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetFunctionEventInvokeConfigCommand, se_GetFunctionEventInvokeConfig
6
6
  export { $Command };
7
7
  export class GetFunctionEventInvokeConfigCommand 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_GetFunctionRecursionConfigCommand, se_GetFunctionRecursionConfigComm
6
6
  export { $Command };
7
7
  export class GetFunctionRecursionConfigCommand 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_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "
6
6
  export { $Command };
7
7
  export class GetFunctionUrlConfigCommand 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_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "
6
6
  export { $Command };
7
7
  export class GetLayerVersionByArnCommand 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_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetLayerVersionCommand 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_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from
6
6
  export { $Command };
7
7
  export class GetLayerVersionPolicyCommand 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_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class GetPolicyCommand 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_GetProvisionedConcurrencyConfigCommand, se_GetProvisionedConcurrency
6
6
  export { $Command };
7
7
  export class GetProvisionedConcurrencyConfigCommand 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_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigComm
6
6
  export { $Command };
7
7
  export class GetRuntimeManagementConfigCommand 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),
@@ -7,9 +7,7 @@ import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class InvokeAsyncCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class InvokeCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand
7
7
  export { $Command };
8
8
  export class InvokeWithResponseStreamCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ListAliasesCommand 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_ListCodeSigningConfigsCommand, se_ListCodeSigningConfigsCommand } fr
6
6
  export { $Command };
7
7
  export class ListCodeSigningConfigsCommand 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_ListEventSourceMappingsCommand, se_ListEventSourceMappingsCommand }
6
6
  export { $Command };
7
7
  export class ListEventSourceMappingsCommand 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_ListFunctionEventInvokeConfigsCommand, se_ListFunctionEventInvokeCon
6
6
  export { $Command };
7
7
  export class ListFunctionEventInvokeConfigsCommand 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_ListFunctionUrlConfigsCommand, se_ListFunctionUrlConfigsCommand } fr
6
6
  export { $Command };
7
7
  export class ListFunctionUrlConfigsCommand 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_ListFunctionsByCodeSigningConfigCommand, se_ListFunctionsByCodeSigni
6
6
  export { $Command };
7
7
  export class ListFunctionsByCodeSigningConfigCommand 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),
@@ -7,9 +7,7 @@ import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class ListFunctionsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLayerVersionsCommand, se_ListLayerVersionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListLayerVersionsCommand 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_ListLayersCommand, se_ListLayersCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListLayersCommand 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_ListProvisionedConcurrencyConfigsCommand, se_ListProvisionedConcurre
6
6
  export { $Command };
7
7
  export class ListProvisionedConcurrencyConfigsCommand 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_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class ListTagsCommand 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),
@@ -7,9 +7,7 @@ import { de_ListVersionsByFunctionCommand, se_ListVersionsByFunctionCommand } fr
7
7
  export { $Command };
8
8
  export class ListVersionsByFunctionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PublishLayerVersionCommand, se_PublishLayerVersionCommand } from "..
7
7
  export { $Command };
8
8
  export class PublishLayerVersionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_PublishVersionCommand, se_PublishVersionCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class PublishVersionCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutFunctionCodeSigningConfigCommand, se_PutFunctionCodeSigningConfig
6
6
  export { $Command };
7
7
  export class PutFunctionCodeSigningConfigCommand 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_PutFunctionConcurrencyCommand, se_PutFunctionConcurrencyCommand } fr
6
6
  export { $Command };
7
7
  export class PutFunctionConcurrencyCommand 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),