@aws-sdk/client-lambda 3.490.0 → 3.496.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 (98) hide show
  1. package/dist-cjs/Lambda.js +1 -143
  2. package/dist-cjs/LambdaClient.js +1 -45
  3. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +1 -28
  4. package/dist-cjs/commands/AddPermissionCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAliasCommand.js +1 -28
  6. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +1 -28
  7. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +1 -28
  8. package/dist-cjs/commands/CreateFunctionCommand.js +1 -29
  9. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -28
  20. package/dist-cjs/commands/GetAccountSettingsCommand.js +1 -28
  21. package/dist-cjs/commands/GetAliasCommand.js +1 -28
  22. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +1 -28
  23. package/dist-cjs/commands/GetEventSourceMappingCommand.js +1 -28
  24. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +1 -28
  25. package/dist-cjs/commands/GetFunctionCommand.js +1 -29
  26. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +1 -28
  27. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +1 -29
  28. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +1 -28
  29. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +1 -28
  30. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +1 -28
  31. package/dist-cjs/commands/GetLayerVersionCommand.js +1 -28
  32. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +1 -28
  33. package/dist-cjs/commands/GetPolicyCommand.js +1 -28
  34. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +1 -28
  35. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +1 -28
  36. package/dist-cjs/commands/InvokeAsyncCommand.js +1 -29
  37. package/dist-cjs/commands/InvokeCommand.js +1 -29
  38. package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +1 -33
  39. package/dist-cjs/commands/ListAliasesCommand.js +1 -28
  40. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +1 -28
  41. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +1 -28
  42. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +1 -28
  43. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +1 -28
  44. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -28
  45. package/dist-cjs/commands/ListFunctionsCommand.js +1 -29
  46. package/dist-cjs/commands/ListLayerVersionsCommand.js +1 -28
  47. package/dist-cjs/commands/ListLayersCommand.js +1 -28
  48. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -28
  49. package/dist-cjs/commands/ListTagsCommand.js +1 -28
  50. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +1 -29
  51. package/dist-cjs/commands/PublishLayerVersionCommand.js +1 -29
  52. package/dist-cjs/commands/PublishVersionCommand.js +1 -29
  53. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +1 -28
  54. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +1 -28
  55. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +1 -28
  56. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +1 -28
  57. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +1 -28
  58. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -28
  59. package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
  60. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  61. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +1 -29
  66. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +1 -29
  67. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +1 -28
  69. package/dist-cjs/commands/index.js +1 -69
  70. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  71. package/dist-cjs/extensionConfiguration.js +1 -2
  72. package/dist-cjs/index.js +8240 -12
  73. package/dist-cjs/models/LambdaServiceException.js +1 -12
  74. package/dist-cjs/models/index.js +1 -4
  75. package/dist-cjs/models/models_0.js +1 -915
  76. package/dist-cjs/pagination/Interfaces.js +1 -2
  77. package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListFunctionUrlConfigsPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListFunctionsPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListLayerVersionsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListLayersPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +1 -7
  88. package/dist-cjs/pagination/index.js +1 -15
  89. package/dist-cjs/protocols/Aws_restJson1.js +1 -5276
  90. package/dist-cjs/runtimeExtensions.js +1 -22
  91. package/dist-cjs/waiters/index.js +1 -9
  92. package/dist-cjs/waiters/waitForFunctionActive.js +1 -54
  93. package/dist-cjs/waiters/waitForFunctionActiveV2.js +1 -54
  94. package/dist-cjs/waiters/waitForFunctionExists.js +1 -31
  95. package/dist-cjs/waiters/waitForFunctionUpdated.js +1 -54
  96. package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +1 -54
  97. package/dist-cjs/waiters/waitForPublishedVersionActive.js +1 -54
  98. package/package.json +45 -45
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFunctionUrlConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteFunctionUrlConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "DeleteFunctionUrlConfig", {})
22
- .n("LambdaClient", "DeleteFunctionUrlConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFunctionUrlConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteFunctionUrlConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteFunctionUrlConfigCommand = DeleteFunctionUrlConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLayerVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteLayerVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "DeleteLayerVersion", {})
22
- .n("LambdaClient", "DeleteLayerVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteLayerVersionCommand)
25
- .de(Aws_restJson1_1.de_DeleteLayerVersionCommand)
26
- .build() {
27
- }
28
- exports.DeleteLayerVersionCommand = DeleteLayerVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteProvisionedConcurrencyConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteProvisionedConcurrencyConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "DeleteProvisionedConcurrencyConfig", {})
22
- .n("LambdaClient", "DeleteProvisionedConcurrencyConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteProvisionedConcurrencyConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteProvisionedConcurrencyConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteProvisionedConcurrencyConfigCommand = DeleteProvisionedConcurrencyConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAccountSettingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAccountSettingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetAccountSettings", {})
22
- .n("LambdaClient", "GetAccountSettingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAccountSettingsCommand)
25
- .de(Aws_restJson1_1.de_GetAccountSettingsCommand)
26
- .build() {
27
- }
28
- exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAliasCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAliasCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetAlias", {})
22
- .n("LambdaClient", "GetAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAliasCommand)
25
- .de(Aws_restJson1_1.de_GetAliasCommand)
26
- .build() {
27
- }
28
- exports.GetAliasCommand = GetAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCodeSigningConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCodeSigningConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetCodeSigningConfig", {})
22
- .n("LambdaClient", "GetCodeSigningConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCodeSigningConfigCommand)
25
- .de(Aws_restJson1_1.de_GetCodeSigningConfigCommand)
26
- .build() {
27
- }
28
- exports.GetCodeSigningConfigCommand = GetCodeSigningConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventSourceMappingCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetEventSourceMappingCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetEventSourceMapping", {})
22
- .n("LambdaClient", "GetEventSourceMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEventSourceMappingCommand)
25
- .de(Aws_restJson1_1.de_GetEventSourceMappingCommand)
26
- .build() {
27
- }
28
- exports.GetEventSourceMappingCommand = GetEventSourceMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionCodeSigningConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetFunctionCodeSigningConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetFunctionCodeSigningConfig", {})
22
- .n("LambdaClient", "GetFunctionCodeSigningConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetFunctionCodeSigningConfigCommand)
25
- .de(Aws_restJson1_1.de_GetFunctionCodeSigningConfigCommand)
26
- .build() {
27
- }
28
- exports.GetFunctionCodeSigningConfigCommand = GetFunctionCodeSigningConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetFunctionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGirApiService", "GetFunction", {})
23
- .n("LambdaClient", "GetFunctionCommand")
24
- .f(void 0, models_0_1.GetFunctionResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetFunctionCommand)
26
- .de(Aws_restJson1_1.de_GetFunctionCommand)
27
- .build() {
28
- }
29
- exports.GetFunctionCommand = GetFunctionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionConcurrencyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetFunctionConcurrencyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetFunctionConcurrency", {})
22
- .n("LambdaClient", "GetFunctionConcurrencyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetFunctionConcurrencyCommand)
25
- .de(Aws_restJson1_1.de_GetFunctionConcurrencyCommand)
26
- .build() {
27
- }
28
- exports.GetFunctionConcurrencyCommand = GetFunctionConcurrencyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetFunctionConfigurationCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGirApiService", "GetFunctionConfiguration", {})
23
- .n("LambdaClient", "GetFunctionConfigurationCommand")
24
- .f(void 0, models_0_1.FunctionConfigurationFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetFunctionConfigurationCommand)
26
- .de(Aws_restJson1_1.de_GetFunctionConfigurationCommand)
27
- .build() {
28
- }
29
- exports.GetFunctionConfigurationCommand = GetFunctionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionEventInvokeConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetFunctionEventInvokeConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetFunctionEventInvokeConfig", {})
22
- .n("LambdaClient", "GetFunctionEventInvokeConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetFunctionEventInvokeConfigCommand)
25
- .de(Aws_restJson1_1.de_GetFunctionEventInvokeConfigCommand)
26
- .build() {
27
- }
28
- exports.GetFunctionEventInvokeConfigCommand = GetFunctionEventInvokeConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFunctionUrlConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetFunctionUrlConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetFunctionUrlConfig", {})
22
- .n("LambdaClient", "GetFunctionUrlConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetFunctionUrlConfigCommand)
25
- .de(Aws_restJson1_1.de_GetFunctionUrlConfigCommand)
26
- .build() {
27
- }
28
- exports.GetFunctionUrlConfigCommand = GetFunctionUrlConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLayerVersionByArnCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLayerVersionByArnCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetLayerVersionByArn", {})
22
- .n("LambdaClient", "GetLayerVersionByArnCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLayerVersionByArnCommand)
25
- .de(Aws_restJson1_1.de_GetLayerVersionByArnCommand)
26
- .build() {
27
- }
28
- exports.GetLayerVersionByArnCommand = GetLayerVersionByArnCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLayerVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLayerVersionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetLayerVersion", {})
22
- .n("LambdaClient", "GetLayerVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLayerVersionCommand)
25
- .de(Aws_restJson1_1.de_GetLayerVersionCommand)
26
- .build() {
27
- }
28
- exports.GetLayerVersionCommand = GetLayerVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLayerVersionPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLayerVersionPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetLayerVersionPolicy", {})
22
- .n("LambdaClient", "GetLayerVersionPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLayerVersionPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetLayerVersionPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetLayerVersionPolicyCommand = GetLayerVersionPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetPolicy", {})
22
- .n("LambdaClient", "GetPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetPolicyCommand = GetPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetProvisionedConcurrencyConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetProvisionedConcurrencyConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
22
- .n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetProvisionedConcurrencyConfigCommand)
25
- .de(Aws_restJson1_1.de_GetProvisionedConcurrencyConfigCommand)
26
- .build() {
27
- }
28
- exports.GetProvisionedConcurrencyConfigCommand = GetProvisionedConcurrencyConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRuntimeManagementConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetRuntimeManagementConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSGirApiService", "GetRuntimeManagementConfig", {})
22
- .n("LambdaClient", "GetRuntimeManagementConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetRuntimeManagementConfigCommand)
25
- .de(Aws_restJson1_1.de_GetRuntimeManagementConfigCommand)
26
- .build() {
27
- }
28
- exports.GetRuntimeManagementConfigCommand = GetRuntimeManagementConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvokeAsyncCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class InvokeAsyncCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGirApiService", "InvokeAsync", {})
23
- .n("LambdaClient", "InvokeAsyncCommand")
24
- .f(models_0_1.InvokeAsyncRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_InvokeAsyncCommand)
26
- .de(Aws_restJson1_1.de_InvokeAsyncCommand)
27
- .build() {
28
- }
29
- exports.InvokeAsyncCommand = InvokeAsyncCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InvokeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class InvokeCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSGirApiService", "Invoke", {})
23
- .n("LambdaClient", "InvokeCommand")
24
- .f(models_0_1.InvocationRequestFilterSensitiveLog, models_0_1.InvocationResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_InvokeCommand)
26
- .de(Aws_restJson1_1.de_InvokeCommand)
27
- .build() {
28
- }
29
- exports.InvokeCommand = InvokeCommand;
1
+ module.exports = require("../index.js");