@aws-sdk/client-lambda 3.186.0 → 3.188.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 (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/Lambda.js +254 -261
  3. package/dist-es/LambdaClient.js +22 -28
  4. package/dist-es/commands/AddLayerVersionPermissionCommand.js +21 -28
  5. package/dist-es/commands/AddPermissionCommand.js +21 -28
  6. package/dist-es/commands/CreateAliasCommand.js +21 -28
  7. package/dist-es/commands/CreateCodeSigningConfigCommand.js +21 -28
  8. package/dist-es/commands/CreateEventSourceMappingCommand.js +21 -28
  9. package/dist-es/commands/CreateFunctionCommand.js +21 -28
  10. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +21 -28
  11. package/dist-es/commands/DeleteAliasCommand.js +22 -29
  12. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +21 -28
  13. package/dist-es/commands/DeleteEventSourceMappingCommand.js +21 -28
  14. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +22 -29
  15. package/dist-es/commands/DeleteFunctionCommand.js +22 -29
  16. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +22 -29
  17. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +22 -29
  18. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +22 -29
  19. package/dist-es/commands/DeleteLayerVersionCommand.js +22 -29
  20. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +22 -29
  21. package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
  22. package/dist-es/commands/GetAliasCommand.js +21 -28
  23. package/dist-es/commands/GetCodeSigningConfigCommand.js +21 -28
  24. package/dist-es/commands/GetEventSourceMappingCommand.js +21 -28
  25. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +21 -28
  26. package/dist-es/commands/GetFunctionCommand.js +21 -28
  27. package/dist-es/commands/GetFunctionConcurrencyCommand.js +21 -28
  28. package/dist-es/commands/GetFunctionConfigurationCommand.js +21 -28
  29. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +21 -28
  30. package/dist-es/commands/GetFunctionUrlConfigCommand.js +21 -28
  31. package/dist-es/commands/GetLayerVersionByArnCommand.js +21 -28
  32. package/dist-es/commands/GetLayerVersionCommand.js +21 -28
  33. package/dist-es/commands/GetLayerVersionPolicyCommand.js +21 -28
  34. package/dist-es/commands/GetPolicyCommand.js +21 -28
  35. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +21 -28
  36. package/dist-es/commands/InvokeAsyncCommand.js +21 -28
  37. package/dist-es/commands/InvokeCommand.js +21 -28
  38. package/dist-es/commands/ListAliasesCommand.js +21 -28
  39. package/dist-es/commands/ListCodeSigningConfigsCommand.js +21 -28
  40. package/dist-es/commands/ListEventSourceMappingsCommand.js +21 -28
  41. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +21 -28
  42. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +21 -28
  43. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +21 -28
  44. package/dist-es/commands/ListFunctionsCommand.js +21 -28
  45. package/dist-es/commands/ListLayerVersionsCommand.js +21 -28
  46. package/dist-es/commands/ListLayersCommand.js +21 -28
  47. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +21 -28
  48. package/dist-es/commands/ListTagsCommand.js +21 -28
  49. package/dist-es/commands/ListVersionsByFunctionCommand.js +21 -28
  50. package/dist-es/commands/PublishLayerVersionCommand.js +21 -28
  51. package/dist-es/commands/PublishVersionCommand.js +21 -28
  52. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +21 -28
  53. package/dist-es/commands/PutFunctionConcurrencyCommand.js +21 -28
  54. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +21 -28
  55. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +21 -28
  56. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +22 -29
  57. package/dist-es/commands/RemovePermissionCommand.js +22 -29
  58. package/dist-es/commands/TagResourceCommand.js +22 -29
  59. package/dist-es/commands/UntagResourceCommand.js +22 -29
  60. package/dist-es/commands/UpdateAliasCommand.js +21 -28
  61. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +21 -28
  62. package/dist-es/commands/UpdateEventSourceMappingCommand.js +21 -28
  63. package/dist-es/commands/UpdateFunctionCodeCommand.js +21 -28
  64. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +21 -28
  65. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +21 -28
  66. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +21 -28
  67. package/dist-es/endpoints.js +8 -8
  68. package/dist-es/models/LambdaServiceException.js +5 -10
  69. package/dist-es/models/models_0.js +910 -611
  70. package/dist-es/pagination/ListAliasesPaginator.js +25 -68
  71. package/dist-es/pagination/ListCodeSigningConfigsPaginator.js +25 -68
  72. package/dist-es/pagination/ListEventSourceMappingsPaginator.js +25 -68
  73. package/dist-es/pagination/ListFunctionEventInvokeConfigsPaginator.js +25 -68
  74. package/dist-es/pagination/ListFunctionUrlConfigsPaginator.js +25 -68
  75. package/dist-es/pagination/ListFunctionsByCodeSigningConfigPaginator.js +25 -68
  76. package/dist-es/pagination/ListFunctionsPaginator.js +25 -68
  77. package/dist-es/pagination/ListLayerVersionsPaginator.js +25 -68
  78. package/dist-es/pagination/ListLayersPaginator.js +25 -68
  79. package/dist-es/pagination/ListProvisionedConcurrencyConfigsPaginator.js +25 -68
  80. package/dist-es/pagination/ListVersionsByFunctionPaginator.js +25 -68
  81. package/dist-es/protocols/Aws_restJson1.js +6122 -7968
  82. package/dist-es/runtimeConfig.browser.js +26 -12
  83. package/dist-es/runtimeConfig.js +30 -12
  84. package/dist-es/runtimeConfig.native.js +8 -5
  85. package/dist-es/runtimeConfig.shared.js +8 -11
  86. package/dist-es/waiters/waitForFunctionActive.js +45 -65
  87. package/dist-es/waiters/waitForFunctionActiveV2.js +45 -65
  88. package/dist-es/waiters/waitForFunctionExists.js +23 -42
  89. package/dist-es/waiters/waitForFunctionUpdated.js +45 -65
  90. package/dist-es/waiters/waitForFunctionUpdatedV2.js +45 -65
  91. package/package.json +34 -34
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetCodeSigningConfigRequestFilterSensitiveLog, GetCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetCodeSigningConfigCommand, serializeAws_restJson1GetCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
- var GetCodeSigningConfigCommand = (function (_super) {
7
- __extends(GetCodeSigningConfigCommand, _super);
8
- function GetCodeSigningConfigCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetCodeSigningConfigCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetCodeSigningConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetCodeSigningConfigCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetCodeSigningConfigCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetCodeSigningConfigRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetCodeSigningConfigResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetCodeSigningConfigCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetCodeSigningConfigCommand(input, context);
33
- };
34
- GetCodeSigningConfigCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetCodeSigningConfigCommand(output, context);
36
- };
37
- return GetCodeSigningConfigCommand;
38
- }($Command));
39
- export { GetCodeSigningConfigCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { EventSourceMappingConfigurationFilterSensitiveLog, GetEventSourceMappingRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetEventSourceMappingCommand, serializeAws_restJson1GetEventSourceMappingCommand, } from "../protocols/Aws_restJson1";
6
- var GetEventSourceMappingCommand = (function (_super) {
7
- __extends(GetEventSourceMappingCommand, _super);
8
- function GetEventSourceMappingCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetEventSourceMappingCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetEventSourceMappingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetEventSourceMappingCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetEventSourceMappingCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetEventSourceMappingRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: EventSourceMappingConfigurationFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetEventSourceMappingCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetEventSourceMappingCommand(input, context);
33
- };
34
- GetEventSourceMappingCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetEventSourceMappingCommand(output, context);
36
- };
37
- return GetEventSourceMappingCommand;
38
- }($Command));
39
- export { GetEventSourceMappingCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetFunctionCodeSigningConfigRequestFilterSensitiveLog, GetFunctionCodeSigningConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionCodeSigningConfigCommand, serializeAws_restJson1GetFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionCodeSigningConfigCommand = (function (_super) {
7
- __extends(GetFunctionCodeSigningConfigCommand, _super);
8
- function GetFunctionCodeSigningConfigCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionCodeSigningConfigCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionCodeSigningConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionCodeSigningConfigCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionCodeSigningConfigCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionCodeSigningConfigRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetFunctionCodeSigningConfigResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionCodeSigningConfigCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionCodeSigningConfigCommand(input, context);
33
- };
34
- GetFunctionCodeSigningConfigCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionCodeSigningConfigCommand(output, context);
36
- };
37
- return GetFunctionCodeSigningConfigCommand;
38
- }($Command));
39
- export { GetFunctionCodeSigningConfigCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetFunctionRequestFilterSensitiveLog, GetFunctionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionCommand, serializeAws_restJson1GetFunctionCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionCommand = (function (_super) {
7
- __extends(GetFunctionCommand, _super);
8
- function GetFunctionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetFunctionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionCommand(input, context);
33
- };
34
- GetFunctionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionCommand(output, context);
36
- };
37
- return GetFunctionCommand;
38
- }($Command));
39
- export { GetFunctionCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetFunctionConcurrencyRequestFilterSensitiveLog, GetFunctionConcurrencyResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionConcurrencyCommand, serializeAws_restJson1GetFunctionConcurrencyCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionConcurrencyCommand = (function (_super) {
7
- __extends(GetFunctionConcurrencyCommand, _super);
8
- function GetFunctionConcurrencyCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionConcurrencyCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionConcurrencyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionConcurrencyCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionConcurrencyCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionConcurrencyRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetFunctionConcurrencyResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionConcurrencyCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionConcurrencyCommand(input, context);
33
- };
34
- GetFunctionConcurrencyCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionConcurrencyCommand(output, context);
36
- };
37
- return GetFunctionConcurrencyCommand;
38
- }($Command));
39
- export { GetFunctionConcurrencyCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { FunctionConfigurationFilterSensitiveLog, GetFunctionConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionConfigurationCommand, serializeAws_restJson1GetFunctionConfigurationCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionConfigurationCommand = (function (_super) {
7
- __extends(GetFunctionConfigurationCommand, _super);
8
- function GetFunctionConfigurationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionConfigurationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionConfigurationCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionConfigurationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionConfigurationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionConfigurationCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionConfigurationCommand(input, context);
33
- };
34
- GetFunctionConfigurationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionConfigurationCommand(output, context);
36
- };
37
- return GetFunctionConfigurationCommand;
38
- }($Command));
39
- export { GetFunctionConfigurationCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { FunctionEventInvokeConfigFilterSensitiveLog, GetFunctionEventInvokeConfigRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionEventInvokeConfigCommand, serializeAws_restJson1GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionEventInvokeConfigCommand = (function (_super) {
7
- __extends(GetFunctionEventInvokeConfigCommand, _super);
8
- function GetFunctionEventInvokeConfigCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionEventInvokeConfigCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionEventInvokeConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionEventInvokeConfigCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionEventInvokeConfigCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionEventInvokeConfigRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: FunctionEventInvokeConfigFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionEventInvokeConfigCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionEventInvokeConfigCommand(input, context);
33
- };
34
- GetFunctionEventInvokeConfigCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionEventInvokeConfigCommand(output, context);
36
- };
37
- return GetFunctionEventInvokeConfigCommand;
38
- }($Command));
39
- export { GetFunctionEventInvokeConfigCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetFunctionUrlConfigRequestFilterSensitiveLog, GetFunctionUrlConfigResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetFunctionUrlConfigCommand, serializeAws_restJson1GetFunctionUrlConfigCommand, } from "../protocols/Aws_restJson1";
6
- var GetFunctionUrlConfigCommand = (function (_super) {
7
- __extends(GetFunctionUrlConfigCommand, _super);
8
- function GetFunctionUrlConfigCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetFunctionUrlConfigCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetFunctionUrlConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetFunctionUrlConfigCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetFunctionUrlConfigCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetFunctionUrlConfigRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetFunctionUrlConfigResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetFunctionUrlConfigCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetFunctionUrlConfigCommand(input, context);
33
- };
34
- GetFunctionUrlConfigCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetFunctionUrlConfigCommand(output, context);
36
- };
37
- return GetFunctionUrlConfigCommand;
38
- }($Command));
39
- export { GetFunctionUrlConfigCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetLayerVersionByArnRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayerVersionByArnCommand, serializeAws_restJson1GetLayerVersionByArnCommand, } from "../protocols/Aws_restJson1";
6
- var GetLayerVersionByArnCommand = (function (_super) {
7
- __extends(GetLayerVersionByArnCommand, _super);
8
- function GetLayerVersionByArnCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetLayerVersionByArnCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetLayerVersionByArnCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetLayerVersionByArnCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetLayerVersionByArnCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetLayerVersionByArnRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetLayerVersionByArnCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetLayerVersionByArnCommand(input, context);
33
- };
34
- GetLayerVersionByArnCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetLayerVersionByArnCommand(output, context);
36
- };
37
- return GetLayerVersionByArnCommand;
38
- }($Command));
39
- export { GetLayerVersionByArnCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { GetLayerVersionRequestFilterSensitiveLog, GetLayerVersionResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1GetLayerVersionCommand, serializeAws_restJson1GetLayerVersionCommand, } from "../protocols/Aws_restJson1";
6
- var GetLayerVersionCommand = (function (_super) {
7
- __extends(GetLayerVersionCommand, _super);
8
- function GetLayerVersionCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class GetLayerVersionCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- GetLayerVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "LambdaClient";
18
- var commandName = "GetLayerVersionCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "LambdaClient";
15
+ const commandName = "GetLayerVersionCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: GetLayerVersionRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: GetLayerVersionResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- GetLayerVersionCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_restJson1GetLayerVersionCommand(input, context);
33
- };
34
- GetLayerVersionCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_restJson1GetLayerVersionCommand(output, context);
36
- };
37
- return GetLayerVersionCommand;
38
- }($Command));
39
- export { GetLayerVersionCommand };
31
+ }
32
+ }