@aws-sdk/client-lambda 3.306.0 → 3.310.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 (170) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/Lambda.js +15 -0
  3. package/dist-cjs/LambdaClient.js +4 -2
  4. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
  5. package/dist-cjs/commands/AddPermissionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  7. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
  8. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAliasCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteLayerVersionCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  21. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  22. package/dist-cjs/commands/GetAliasCommand.js +2 -2
  23. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
  24. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
  25. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  26. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  27. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
  28. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
  29. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  30. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
  31. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
  32. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
  33. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  36. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +2 -2
  37. package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
  38. package/dist-cjs/commands/InvokeCommand.js +2 -2
  39. package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +46 -0
  40. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  41. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
  42. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
  43. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  44. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
  45. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  46. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  47. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
  48. package/dist-cjs/commands/ListLayersCommand.js +2 -2
  49. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  51. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
  52. package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
  53. package/dist-cjs/commands/PublishVersionCommand.js +2 -2
  54. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  55. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
  56. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  57. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  58. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +2 -2
  59. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  60. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  70. package/dist-cjs/commands/index.js +1 -0
  71. package/dist-cjs/models/models_0.js +44 -2
  72. package/dist-cjs/protocols/Aws_restJson1.js +1338 -1217
  73. package/dist-cjs/runtimeConfig.browser.js +2 -0
  74. package/dist-cjs/runtimeConfig.js +2 -0
  75. package/dist-es/Lambda.js +15 -0
  76. package/dist-es/LambdaClient.js +4 -2
  77. package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
  78. package/dist-es/commands/AddPermissionCommand.js +3 -3
  79. package/dist-es/commands/CreateAliasCommand.js +3 -3
  80. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
  81. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
  82. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  83. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
  84. package/dist-es/commands/DeleteAliasCommand.js +3 -3
  85. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
  86. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
  87. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -3
  88. package/dist-es/commands/DeleteFunctionCommand.js +3 -3
  89. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -3
  90. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -3
  91. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -3
  92. package/dist-es/commands/DeleteLayerVersionCommand.js +3 -3
  93. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -3
  94. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  95. package/dist-es/commands/GetAliasCommand.js +3 -3
  96. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
  97. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
  98. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  99. package/dist-es/commands/GetFunctionCommand.js +3 -3
  100. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
  101. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
  102. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  103. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
  104. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
  105. package/dist-es/commands/GetLayerVersionCommand.js +3 -3
  106. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
  107. package/dist-es/commands/GetPolicyCommand.js +3 -3
  108. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  109. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -3
  110. package/dist-es/commands/InvokeAsyncCommand.js +3 -3
  111. package/dist-es/commands/InvokeCommand.js +3 -3
  112. package/dist-es/commands/InvokeWithResponseStreamCommand.js +42 -0
  113. package/dist-es/commands/ListAliasesCommand.js +3 -3
  114. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
  115. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
  116. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  117. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
  118. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  119. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  120. package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
  121. package/dist-es/commands/ListLayersCommand.js +3 -3
  122. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  123. package/dist-es/commands/ListTagsCommand.js +3 -3
  124. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
  125. package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
  126. package/dist-es/commands/PublishVersionCommand.js +3 -3
  127. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  128. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
  129. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  130. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  131. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -3
  132. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -3
  133. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  134. package/dist-es/commands/TagResourceCommand.js +3 -3
  135. package/dist-es/commands/UntagResourceCommand.js +3 -3
  136. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  137. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
  138. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
  139. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
  140. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
  141. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  142. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
  143. package/dist-es/commands/index.js +1 -0
  144. package/dist-es/models/models_0.js +38 -0
  145. package/dist-es/protocols/Aws_restJson1.js +1203 -1084
  146. package/dist-es/runtimeConfig.browser.js +2 -0
  147. package/dist-es/runtimeConfig.js +2 -0
  148. package/dist-types/Lambda.d.ts +32 -0
  149. package/dist-types/LambdaClient.d.ts +11 -5
  150. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +12 -0
  151. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +1 -0
  152. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +158 -0
  153. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +12 -0
  154. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +1 -0
  155. package/dist-types/commands/index.d.ts +1 -0
  156. package/dist-types/models/models_0.d.ts +340 -32
  157. package/dist-types/protocols/Aws_restJson1.d.ts +530 -131
  158. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  159. package/dist-types/runtimeConfig.d.ts +1 -0
  160. package/dist-types/runtimeConfig.native.d.ts +1 -0
  161. package/dist-types/ts3.4/Lambda.d.ts +17 -0
  162. package/dist-types/ts3.4/LambdaClient.d.ts +14 -0
  163. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +81 -0
  166. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +146 -131
  167. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  168. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  169. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  170. package/package.json +39 -36
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1GetFunctionConfigurationCommand, serializeAws_restJson1GetFunctionConfigurationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetFunctionConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetFunctionConfigurationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetFunctionConfigurationCommand(input, context);
37
+ return se_GetFunctionConfigurationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetFunctionConfigurationCommand(output, context);
40
+ return de_GetFunctionConfigurationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetFunctionEventInvokeConfigCommand, serializeAws_restJson1GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFunctionEventInvokeConfigCommand, se_GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetFunctionEventInvokeConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFunctionEventInvokeConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFunctionEventInvokeConfigCommand(input, context);
36
+ return se_GetFunctionEventInvokeConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFunctionEventInvokeConfigCommand(output, context);
39
+ return de_GetFunctionEventInvokeConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetFunctionUrlConfigCommand, serializeAws_restJson1GetFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetFunctionUrlConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetFunctionUrlConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetFunctionUrlConfigCommand(input, context);
36
+ return se_GetFunctionUrlConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetFunctionUrlConfigCommand(output, context);
39
+ return de_GetFunctionUrlConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLayerVersionByArnCommand, serializeAws_restJson1GetLayerVersionByArnCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLayerVersionByArnCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLayerVersionByArnCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLayerVersionByArnCommand(input, context);
36
+ return se_GetLayerVersionByArnCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLayerVersionByArnCommand(output, context);
39
+ return de_GetLayerVersionByArnCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLayerVersionCommand, serializeAws_restJson1GetLayerVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLayerVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLayerVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLayerVersionCommand(input, context);
36
+ return se_GetLayerVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLayerVersionCommand(output, context);
39
+ return de_GetLayerVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetLayerVersionPolicyCommand, serializeAws_restJson1GetLayerVersionPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetLayerVersionPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetLayerVersionPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetLayerVersionPolicyCommand(input, context);
36
+ return se_GetLayerVersionPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetLayerVersionPolicyCommand(output, context);
39
+ return de_GetLayerVersionPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetPolicyCommand(input, context);
36
+ return se_GetPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetPolicyCommand(output, context);
39
+ return de_GetPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand, serializeAws_restJson1GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetProvisionedConcurrencyConfigCommand, se_GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
5
5
  export class GetProvisionedConcurrencyConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetProvisionedConcurrencyConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetProvisionedConcurrencyConfigCommand(input, context);
36
+ return se_GetProvisionedConcurrencyConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand(output, context);
39
+ return de_GetProvisionedConcurrencyConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1GetRuntimeManagementConfigCommand, serializeAws_restJson1GetRuntimeManagementConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigCommand } from "../protocols/Aws_restJson1";
5
5
  export class GetRuntimeManagementConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class GetRuntimeManagementConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1GetRuntimeManagementConfigCommand(input, context);
36
+ return se_GetRuntimeManagementConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1GetRuntimeManagementConfigCommand(output, context);
39
+ return de_GetRuntimeManagementConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InvokeAsyncRequestFilterSensitiveLog } from "../models/models_0";
5
- import { deserializeAws_restJson1InvokeAsyncCommand, serializeAws_restJson1InvokeAsyncCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_restJson1";
6
6
  export class InvokeAsyncCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class InvokeAsyncCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1InvokeAsyncCommand(input, context);
37
+ return se_InvokeAsyncCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1InvokeAsyncCommand(output, context);
40
+ return de_InvokeAsyncCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { InvocationRequestFilterSensitiveLog, InvocationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1InvokeCommand, serializeAws_restJson1InvokeCommand } from "../protocols/Aws_restJson1";
5
+ import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1";
6
6
  export class InvokeCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class InvokeCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1InvokeCommand(input, context);
37
+ return se_InvokeCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1InvokeCommand(output, context);
40
+ return de_InvokeCommand(output, context);
41
41
  }
42
42
  }
@@ -0,0 +1,42 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { InvokeWithResponseStreamRequestFilterSensitiveLog, InvokeWithResponseStreamResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand } from "../protocols/Aws_restJson1";
6
+ export class InvokeWithResponseStreamCommand extends $Command {
7
+ static getEndpointParameterInstructions() {
8
+ return {
9
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
+ Endpoint: { type: "builtInParams", name: "endpoint" },
11
+ Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
13
+ };
14
+ }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
+ resolveMiddleware(clientStack, configuration, options) {
20
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
+ this.middlewareStack.use(getEndpointPlugin(configuration, InvokeWithResponseStreamCommand.getEndpointParameterInstructions()));
22
+ const stack = clientStack.concat(this.middlewareStack);
23
+ const { logger } = configuration;
24
+ const clientName = "LambdaClient";
25
+ const commandName = "InvokeWithResponseStreamCommand";
26
+ const handlerExecutionContext = {
27
+ logger,
28
+ clientName,
29
+ commandName,
30
+ inputFilterSensitiveLog: InvokeWithResponseStreamRequestFilterSensitiveLog,
31
+ outputFilterSensitiveLog: InvokeWithResponseStreamResponseFilterSensitiveLog,
32
+ };
33
+ const { requestHandler } = configuration;
34
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
+ }
36
+ serialize(input, context) {
37
+ return se_InvokeWithResponseStreamCommand(input, context);
38
+ }
39
+ deserialize(output, context) {
40
+ return de_InvokeWithResponseStreamCommand(output, context);
41
+ }
42
+ }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAliasesCommand, serializeAws_restJson1ListAliasesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAliasesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAliasesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAliasesCommand(input, context);
36
+ return se_ListAliasesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAliasesCommand(output, context);
39
+ return de_ListAliasesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListCodeSigningConfigsCommand, serializeAws_restJson1ListCodeSigningConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCodeSigningConfigsCommand, se_ListCodeSigningConfigsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCodeSigningConfigsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCodeSigningConfigsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCodeSigningConfigsCommand(input, context);
36
+ return se_ListCodeSigningConfigsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCodeSigningConfigsCommand(output, context);
39
+ return de_ListCodeSigningConfigsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListEventSourceMappingsCommand, serializeAws_restJson1ListEventSourceMappingsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListEventSourceMappingsCommand, se_ListEventSourceMappingsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListEventSourceMappingsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListEventSourceMappingsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListEventSourceMappingsCommand(input, context);
36
+ return se_ListEventSourceMappingsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListEventSourceMappingsCommand(output, context);
39
+ return de_ListEventSourceMappingsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand, serializeAws_restJson1ListFunctionEventInvokeConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFunctionEventInvokeConfigsCommand, se_ListFunctionEventInvokeConfigsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListFunctionEventInvokeConfigsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFunctionEventInvokeConfigsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFunctionEventInvokeConfigsCommand(input, context);
36
+ return se_ListFunctionEventInvokeConfigsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand(output, context);
39
+ return de_ListFunctionEventInvokeConfigsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFunctionUrlConfigsCommand, serializeAws_restJson1ListFunctionUrlConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFunctionUrlConfigsCommand, se_ListFunctionUrlConfigsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFunctionUrlConfigsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFunctionUrlConfigsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFunctionUrlConfigsCommand(input, context);
36
+ return se_ListFunctionUrlConfigsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFunctionUrlConfigsCommand(output, context);
39
+ return de_ListFunctionUrlConfigsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand, serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFunctionsByCodeSigningConfigCommand, se_ListFunctionsByCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListFunctionsByCodeSigningConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFunctionsByCodeSigningConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand(input, context);
36
+ return se_ListFunctionsByCodeSigningConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand(output, context);
39
+ return de_ListFunctionsByCodeSigningConfigCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListFunctionsResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListFunctionsCommand, serializeAws_restJson1ListFunctionsCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListFunctionsCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListFunctionsCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListFunctionsCommand(input, context);
37
+ return se_ListFunctionsCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListFunctionsCommand(output, context);
40
+ return de_ListFunctionsCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLayerVersionsCommand, serializeAws_restJson1ListLayerVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLayerVersionsCommand, se_ListLayerVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLayerVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLayerVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLayerVersionsCommand(input, context);
36
+ return se_ListLayerVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLayerVersionsCommand(output, context);
39
+ return de_ListLayerVersionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListLayersCommand, serializeAws_restJson1ListLayersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListLayersCommand, se_ListLayersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListLayersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListLayersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListLayersCommand(input, context);
36
+ return se_ListLayersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListLayersCommand(output, context);
39
+ return de_ListLayersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand, serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListProvisionedConcurrencyConfigsCommand, se_ListProvisionedConcurrencyConfigsCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListProvisionedConcurrencyConfigsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListProvisionedConcurrencyConfigsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand(input, context);
36
+ return se_ListProvisionedConcurrencyConfigsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand(output, context);
39
+ return de_ListProvisionedConcurrencyConfigsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsCommand, serializeAws_restJson1ListTagsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsCommand(input, context);
36
+ return se_ListTagsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsCommand(output, context);
39
+ return de_ListTagsCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListVersionsByFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1ListVersionsByFunctionCommand, serializeAws_restJson1ListVersionsByFunctionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_ListVersionsByFunctionCommand, se_ListVersionsByFunctionCommand } from "../protocols/Aws_restJson1";
6
6
  export class ListVersionsByFunctionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class ListVersionsByFunctionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1ListVersionsByFunctionCommand(input, context);
37
+ return se_ListVersionsByFunctionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1ListVersionsByFunctionCommand(output, context);
40
+ return de_ListVersionsByFunctionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { PublishLayerVersionRequestFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1PublishLayerVersionCommand, serializeAws_restJson1PublishLayerVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_PublishLayerVersionCommand, se_PublishLayerVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export class PublishLayerVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class PublishLayerVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1PublishLayerVersionCommand(input, context);
37
+ return se_PublishLayerVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1PublishLayerVersionCommand(output, context);
40
+ return de_PublishLayerVersionCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1PublishVersionCommand, serializeAws_restJson1PublishVersionCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_PublishVersionCommand, se_PublishVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export class PublishVersionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class PublishVersionCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1PublishVersionCommand(input, context);
37
+ return se_PublishVersionCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1PublishVersionCommand(output, context);
40
+ return de_PublishVersionCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1PutFunctionCodeSigningConfigCommand, serializeAws_restJson1PutFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_PutFunctionCodeSigningConfigCommand, se_PutFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
5
5
  export class PutFunctionCodeSigningConfigCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutFunctionCodeSigningConfigCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1PutFunctionCodeSigningConfigCommand(input, context);
36
+ return se_PutFunctionCodeSigningConfigCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1PutFunctionCodeSigningConfigCommand(output, context);
39
+ return de_PutFunctionCodeSigningConfigCommand(output, context);
40
40
  }
41
41
  }