@aws-sdk/client-lambda 3.928.0 → 3.930.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 (92) hide show
  1. package/dist-cjs/index.js +3678 -3911
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/LambdaClient.js +2 -0
  4. package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -9
  5. package/dist-es/commands/AddPermissionCommand.js +3 -9
  6. package/dist-es/commands/CreateAliasCommand.js +3 -9
  7. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -9
  8. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -9
  9. package/dist-es/commands/CreateFunctionCommand.js +3 -10
  10. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -9
  11. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  12. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -9
  13. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -9
  14. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -9
  15. package/dist-es/commands/DeleteFunctionCommand.js +3 -9
  16. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -9
  17. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -9
  18. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -9
  19. package/dist-es/commands/DeleteLayerVersionCommand.js +3 -9
  20. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -9
  21. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  22. package/dist-es/commands/GetAliasCommand.js +3 -9
  23. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -9
  24. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -9
  25. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -9
  26. package/dist-es/commands/GetFunctionCommand.js +3 -10
  27. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -9
  28. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -10
  29. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -9
  30. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +3 -9
  31. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -9
  32. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -9
  33. package/dist-es/commands/GetLayerVersionCommand.js +3 -9
  34. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -9
  35. package/dist-es/commands/GetPolicyCommand.js +3 -9
  36. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -9
  37. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -9
  38. package/dist-es/commands/InvokeAsyncCommand.js +3 -10
  39. package/dist-es/commands/InvokeCommand.js +3 -10
  40. package/dist-es/commands/InvokeWithResponseStreamCommand.js +3 -10
  41. package/dist-es/commands/ListAliasesCommand.js +3 -9
  42. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -9
  43. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -9
  44. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -9
  45. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -9
  46. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -9
  47. package/dist-es/commands/ListFunctionsCommand.js +3 -10
  48. package/dist-es/commands/ListLayerVersionsCommand.js +3 -9
  49. package/dist-es/commands/ListLayersCommand.js +3 -9
  50. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -9
  51. package/dist-es/commands/ListTagsCommand.js +3 -9
  52. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -10
  53. package/dist-es/commands/PublishLayerVersionCommand.js +3 -10
  54. package/dist-es/commands/PublishVersionCommand.js +3 -10
  55. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -9
  56. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -9
  57. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -9
  58. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +3 -9
  59. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -9
  60. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -9
  61. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -9
  62. package/dist-es/commands/RemovePermissionCommand.js +3 -9
  63. package/dist-es/commands/TagResourceCommand.js +3 -9
  64. package/dist-es/commands/UntagResourceCommand.js +3 -9
  65. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  66. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -9
  67. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -9
  68. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -10
  69. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -10
  70. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -9
  71. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -9
  72. package/dist-es/models/models_0.js +0 -118
  73. package/dist-es/runtimeConfig.shared.js +2 -0
  74. package/dist-es/schemas/schemas_0.js +3462 -0
  75. package/dist-types/LambdaClient.d.ts +10 -1
  76. package/dist-types/models/models_0.d.ts +4 -97
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  78. package/dist-types/runtimeConfig.d.ts +1 -0
  79. package/dist-types/runtimeConfig.native.d.ts +1 -0
  80. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  81. package/dist-types/schemas/schemas_0.d.ts +319 -0
  82. package/dist-types/ts3.4/LambdaClient.d.ts +4 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +0 -72
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
  89. package/package.json +38 -38
  90. package/dist-es/protocols/Aws_restJson1.js +0 -3196
  91. package/dist-types/protocols/Aws_restJson1.d.ts +0 -614
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -824
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetFunctionResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunction } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetFunctionCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "GetFunction", {})
18
13
  .n("LambdaClient", "GetFunctionCommand")
19
- .f(void 0, GetFunctionResponseFilterSensitiveLog)
20
- .ser(se_GetFunctionCommand)
21
- .de(de_GetFunctionCommand)
14
+ .sc(GetFunction)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFunctionConcurrencyCommand, se_GetFunctionConcurrencyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunctionConcurrency } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFunctionConcurrencyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetFunctionConcurrency", {})
17
13
  .n("LambdaClient", "GetFunctionConcurrencyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFunctionConcurrencyCommand)
20
- .de(de_GetFunctionConcurrencyCommand)
14
+ .sc(GetFunctionConcurrency)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunctionConfiguration } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetFunctionConfigurationCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "GetFunctionConfiguration", {})
18
13
  .n("LambdaClient", "GetFunctionConfigurationCommand")
19
- .f(void 0, FunctionConfigurationFilterSensitiveLog)
20
- .ser(se_GetFunctionConfigurationCommand)
21
- .de(de_GetFunctionConfigurationCommand)
14
+ .sc(GetFunctionConfiguration)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFunctionEventInvokeConfigCommand, se_GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetFunctionEventInvokeConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFunctionEventInvokeConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetFunctionEventInvokeConfig", {})
17
13
  .n("LambdaClient", "GetFunctionEventInvokeConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFunctionEventInvokeConfigCommand)
20
- .de(de_GetFunctionEventInvokeConfigCommand)
14
+ .sc(GetFunctionEventInvokeConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFunctionRecursionConfigCommand, se_GetFunctionRecursionConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunctionRecursionConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFunctionRecursionConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetFunctionRecursionConfig", {})
17
13
  .n("LambdaClient", "GetFunctionRecursionConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFunctionRecursionConfigCommand)
20
- .de(de_GetFunctionRecursionConfigCommand)
14
+ .sc(GetFunctionRecursionConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { GetFunctionUrlConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetFunctionUrlConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetFunctionUrlConfig", {})
17
13
  .n("LambdaClient", "GetFunctionUrlConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetFunctionUrlConfigCommand)
20
- .de(de_GetFunctionUrlConfigCommand)
14
+ .sc(GetFunctionUrlConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLayerVersionByArn } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLayerVersionByArnCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetLayerVersionByArn", {})
17
13
  .n("LambdaClient", "GetLayerVersionByArnCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLayerVersionByArnCommand)
20
- .de(de_GetLayerVersionByArnCommand)
14
+ .sc(GetLayerVersionByArn)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLayerVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLayerVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetLayerVersion", {})
17
13
  .n("LambdaClient", "GetLayerVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLayerVersionCommand)
20
- .de(de_GetLayerVersionCommand)
14
+ .sc(GetLayerVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetLayerVersionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLayerVersionPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetLayerVersionPolicy", {})
17
13
  .n("LambdaClient", "GetLayerVersionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLayerVersionPolicyCommand)
20
- .de(de_GetLayerVersionPolicyCommand)
14
+ .sc(GetLayerVersionPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetPolicy", {})
17
13
  .n("LambdaClient", "GetPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPolicyCommand)
20
- .de(de_GetPolicyCommand)
14
+ .sc(GetPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetProvisionedConcurrencyConfigCommand, se_GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetProvisionedConcurrencyConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetProvisionedConcurrencyConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
17
13
  .n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetProvisionedConcurrencyConfigCommand)
20
- .de(de_GetProvisionedConcurrencyConfigCommand)
14
+ .sc(GetProvisionedConcurrencyConfig)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRuntimeManagementConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRuntimeManagementConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "GetRuntimeManagementConfig", {})
17
13
  .n("LambdaClient", "GetRuntimeManagementConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRuntimeManagementConfigCommand)
20
- .de(de_GetRuntimeManagementConfigCommand)
14
+ .sc(GetRuntimeManagementConfig)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { InvokeAsyncRequestFilterSensitiveLog } from "../models/models_0";
6
- import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_restJson1";
4
+ import { InvokeAsync } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InvokeAsyncCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "InvokeAsync", {})
18
13
  .n("LambdaClient", "InvokeAsyncCommand")
19
- .f(InvokeAsyncRequestFilterSensitiveLog, void 0)
20
- .ser(se_InvokeAsyncCommand)
21
- .de(de_InvokeAsyncCommand)
14
+ .sc(InvokeAsync)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { InvocationRequestFilterSensitiveLog, InvocationResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1";
4
+ import { Invoke } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InvokeCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "Invoke", {})
18
13
  .n("LambdaClient", "InvokeCommand")
19
- .f(InvocationRequestFilterSensitiveLog, InvocationResponseFilterSensitiveLog)
20
- .ser(se_InvokeCommand)
21
- .de(de_InvokeCommand)
14
+ .sc(Invoke)
22
15
  .build() {
23
16
  }
@@ -1,18 +1,13 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { InvokeWithResponseStreamRequestFilterSensitiveLog, InvokeWithResponseStreamResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand } from "../protocols/Aws_restJson1";
4
+ import { InvokeWithResponseStream } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class InvokeWithResponseStreamCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "InvokeWithResponseStream", {
18
13
  eventStream: {
@@ -20,8 +15,6 @@ export class InvokeWithResponseStreamCommand extends $Command
20
15
  },
21
16
  })
22
17
  .n("LambdaClient", "InvokeWithResponseStreamCommand")
23
- .f(InvokeWithResponseStreamRequestFilterSensitiveLog, InvokeWithResponseStreamResponseFilterSensitiveLog)
24
- .ser(se_InvokeWithResponseStreamCommand)
25
- .de(de_InvokeWithResponseStreamCommand)
18
+ .sc(InvokeWithResponseStream)
26
19
  .build() {
27
20
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAliases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAliasesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListAliases", {})
17
13
  .n("LambdaClient", "ListAliasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAliasesCommand)
20
- .de(de_ListAliasesCommand)
14
+ .sc(ListAliases)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCodeSigningConfigsCommand, se_ListCodeSigningConfigsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListCodeSigningConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCodeSigningConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListCodeSigningConfigs", {})
17
13
  .n("LambdaClient", "ListCodeSigningConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCodeSigningConfigsCommand)
20
- .de(de_ListCodeSigningConfigsCommand)
14
+ .sc(ListCodeSigningConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListEventSourceMappingsCommand, se_ListEventSourceMappingsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListEventSourceMappings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListEventSourceMappingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListEventSourceMappings", {})
17
13
  .n("LambdaClient", "ListEventSourceMappingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListEventSourceMappingsCommand)
20
- .de(de_ListEventSourceMappingsCommand)
14
+ .sc(ListEventSourceMappings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFunctionEventInvokeConfigsCommand, se_ListFunctionEventInvokeConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListFunctionEventInvokeConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFunctionEventInvokeConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListFunctionEventInvokeConfigs", {})
17
13
  .n("LambdaClient", "ListFunctionEventInvokeConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFunctionEventInvokeConfigsCommand)
20
- .de(de_ListFunctionEventInvokeConfigsCommand)
14
+ .sc(ListFunctionEventInvokeConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFunctionUrlConfigsCommand, se_ListFunctionUrlConfigsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFunctionUrlConfigs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFunctionUrlConfigsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListFunctionUrlConfigs", {})
17
13
  .n("LambdaClient", "ListFunctionUrlConfigsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFunctionUrlConfigsCommand)
20
- .de(de_ListFunctionUrlConfigsCommand)
14
+ .sc(ListFunctionUrlConfigs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListFunctionsByCodeSigningConfigCommand, se_ListFunctionsByCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListFunctionsByCodeSigningConfig } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFunctionsByCodeSigningConfigCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListFunctionsByCodeSigningConfig", {})
17
13
  .n("LambdaClient", "ListFunctionsByCodeSigningConfigCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFunctionsByCodeSigningConfigCommand)
20
- .de(de_ListFunctionsByCodeSigningConfigCommand)
14
+ .sc(ListFunctionsByCodeSigningConfig)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListFunctionsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListFunctions } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListFunctionsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSGirApiService", "ListFunctions", {})
18
13
  .n("LambdaClient", "ListFunctionsCommand")
19
- .f(void 0, ListFunctionsResponseFilterSensitiveLog)
20
- .ser(se_ListFunctionsCommand)
21
- .de(de_ListFunctionsCommand)
14
+ .sc(ListFunctions)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListLayerVersionsCommand, se_ListLayerVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListLayerVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLayerVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGirApiService", "ListLayerVersions", {})
17
13
  .n("LambdaClient", "ListLayerVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLayerVersionsCommand)
20
- .de(de_ListLayerVersionsCommand)
14
+ .sc(ListLayerVersions)
21
15
  .build() {
22
16
  }