@aws-sdk/client-lambda 3.490.0 → 3.495.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 +8238 -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,143 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Lambda = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AddLayerVersionPermissionCommand_1 = require("./commands/AddLayerVersionPermissionCommand");
6
- const AddPermissionCommand_1 = require("./commands/AddPermissionCommand");
7
- const CreateAliasCommand_1 = require("./commands/CreateAliasCommand");
8
- const CreateCodeSigningConfigCommand_1 = require("./commands/CreateCodeSigningConfigCommand");
9
- const CreateEventSourceMappingCommand_1 = require("./commands/CreateEventSourceMappingCommand");
10
- const CreateFunctionCommand_1 = require("./commands/CreateFunctionCommand");
11
- const CreateFunctionUrlConfigCommand_1 = require("./commands/CreateFunctionUrlConfigCommand");
12
- const DeleteAliasCommand_1 = require("./commands/DeleteAliasCommand");
13
- const DeleteCodeSigningConfigCommand_1 = require("./commands/DeleteCodeSigningConfigCommand");
14
- const DeleteEventSourceMappingCommand_1 = require("./commands/DeleteEventSourceMappingCommand");
15
- const DeleteFunctionCodeSigningConfigCommand_1 = require("./commands/DeleteFunctionCodeSigningConfigCommand");
16
- const DeleteFunctionCommand_1 = require("./commands/DeleteFunctionCommand");
17
- const DeleteFunctionConcurrencyCommand_1 = require("./commands/DeleteFunctionConcurrencyCommand");
18
- const DeleteFunctionEventInvokeConfigCommand_1 = require("./commands/DeleteFunctionEventInvokeConfigCommand");
19
- const DeleteFunctionUrlConfigCommand_1 = require("./commands/DeleteFunctionUrlConfigCommand");
20
- const DeleteLayerVersionCommand_1 = require("./commands/DeleteLayerVersionCommand");
21
- const DeleteProvisionedConcurrencyConfigCommand_1 = require("./commands/DeleteProvisionedConcurrencyConfigCommand");
22
- const GetAccountSettingsCommand_1 = require("./commands/GetAccountSettingsCommand");
23
- const GetAliasCommand_1 = require("./commands/GetAliasCommand");
24
- const GetCodeSigningConfigCommand_1 = require("./commands/GetCodeSigningConfigCommand");
25
- const GetEventSourceMappingCommand_1 = require("./commands/GetEventSourceMappingCommand");
26
- const GetFunctionCodeSigningConfigCommand_1 = require("./commands/GetFunctionCodeSigningConfigCommand");
27
- const GetFunctionCommand_1 = require("./commands/GetFunctionCommand");
28
- const GetFunctionConcurrencyCommand_1 = require("./commands/GetFunctionConcurrencyCommand");
29
- const GetFunctionConfigurationCommand_1 = require("./commands/GetFunctionConfigurationCommand");
30
- const GetFunctionEventInvokeConfigCommand_1 = require("./commands/GetFunctionEventInvokeConfigCommand");
31
- const GetFunctionUrlConfigCommand_1 = require("./commands/GetFunctionUrlConfigCommand");
32
- const GetLayerVersionByArnCommand_1 = require("./commands/GetLayerVersionByArnCommand");
33
- const GetLayerVersionCommand_1 = require("./commands/GetLayerVersionCommand");
34
- const GetLayerVersionPolicyCommand_1 = require("./commands/GetLayerVersionPolicyCommand");
35
- const GetPolicyCommand_1 = require("./commands/GetPolicyCommand");
36
- const GetProvisionedConcurrencyConfigCommand_1 = require("./commands/GetProvisionedConcurrencyConfigCommand");
37
- const GetRuntimeManagementConfigCommand_1 = require("./commands/GetRuntimeManagementConfigCommand");
38
- const InvokeAsyncCommand_1 = require("./commands/InvokeAsyncCommand");
39
- const InvokeCommand_1 = require("./commands/InvokeCommand");
40
- const InvokeWithResponseStreamCommand_1 = require("./commands/InvokeWithResponseStreamCommand");
41
- const ListAliasesCommand_1 = require("./commands/ListAliasesCommand");
42
- const ListCodeSigningConfigsCommand_1 = require("./commands/ListCodeSigningConfigsCommand");
43
- const ListEventSourceMappingsCommand_1 = require("./commands/ListEventSourceMappingsCommand");
44
- const ListFunctionEventInvokeConfigsCommand_1 = require("./commands/ListFunctionEventInvokeConfigsCommand");
45
- const ListFunctionsByCodeSigningConfigCommand_1 = require("./commands/ListFunctionsByCodeSigningConfigCommand");
46
- const ListFunctionsCommand_1 = require("./commands/ListFunctionsCommand");
47
- const ListFunctionUrlConfigsCommand_1 = require("./commands/ListFunctionUrlConfigsCommand");
48
- const ListLayersCommand_1 = require("./commands/ListLayersCommand");
49
- const ListLayerVersionsCommand_1 = require("./commands/ListLayerVersionsCommand");
50
- const ListProvisionedConcurrencyConfigsCommand_1 = require("./commands/ListProvisionedConcurrencyConfigsCommand");
51
- const ListTagsCommand_1 = require("./commands/ListTagsCommand");
52
- const ListVersionsByFunctionCommand_1 = require("./commands/ListVersionsByFunctionCommand");
53
- const PublishLayerVersionCommand_1 = require("./commands/PublishLayerVersionCommand");
54
- const PublishVersionCommand_1 = require("./commands/PublishVersionCommand");
55
- const PutFunctionCodeSigningConfigCommand_1 = require("./commands/PutFunctionCodeSigningConfigCommand");
56
- const PutFunctionConcurrencyCommand_1 = require("./commands/PutFunctionConcurrencyCommand");
57
- const PutFunctionEventInvokeConfigCommand_1 = require("./commands/PutFunctionEventInvokeConfigCommand");
58
- const PutProvisionedConcurrencyConfigCommand_1 = require("./commands/PutProvisionedConcurrencyConfigCommand");
59
- const PutRuntimeManagementConfigCommand_1 = require("./commands/PutRuntimeManagementConfigCommand");
60
- const RemoveLayerVersionPermissionCommand_1 = require("./commands/RemoveLayerVersionPermissionCommand");
61
- const RemovePermissionCommand_1 = require("./commands/RemovePermissionCommand");
62
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
63
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
64
- const UpdateAliasCommand_1 = require("./commands/UpdateAliasCommand");
65
- const UpdateCodeSigningConfigCommand_1 = require("./commands/UpdateCodeSigningConfigCommand");
66
- const UpdateEventSourceMappingCommand_1 = require("./commands/UpdateEventSourceMappingCommand");
67
- const UpdateFunctionCodeCommand_1 = require("./commands/UpdateFunctionCodeCommand");
68
- const UpdateFunctionConfigurationCommand_1 = require("./commands/UpdateFunctionConfigurationCommand");
69
- const UpdateFunctionEventInvokeConfigCommand_1 = require("./commands/UpdateFunctionEventInvokeConfigCommand");
70
- const UpdateFunctionUrlConfigCommand_1 = require("./commands/UpdateFunctionUrlConfigCommand");
71
- const LambdaClient_1 = require("./LambdaClient");
72
- const commands = {
73
- AddLayerVersionPermissionCommand: AddLayerVersionPermissionCommand_1.AddLayerVersionPermissionCommand,
74
- AddPermissionCommand: AddPermissionCommand_1.AddPermissionCommand,
75
- CreateAliasCommand: CreateAliasCommand_1.CreateAliasCommand,
76
- CreateCodeSigningConfigCommand: CreateCodeSigningConfigCommand_1.CreateCodeSigningConfigCommand,
77
- CreateEventSourceMappingCommand: CreateEventSourceMappingCommand_1.CreateEventSourceMappingCommand,
78
- CreateFunctionCommand: CreateFunctionCommand_1.CreateFunctionCommand,
79
- CreateFunctionUrlConfigCommand: CreateFunctionUrlConfigCommand_1.CreateFunctionUrlConfigCommand,
80
- DeleteAliasCommand: DeleteAliasCommand_1.DeleteAliasCommand,
81
- DeleteCodeSigningConfigCommand: DeleteCodeSigningConfigCommand_1.DeleteCodeSigningConfigCommand,
82
- DeleteEventSourceMappingCommand: DeleteEventSourceMappingCommand_1.DeleteEventSourceMappingCommand,
83
- DeleteFunctionCommand: DeleteFunctionCommand_1.DeleteFunctionCommand,
84
- DeleteFunctionCodeSigningConfigCommand: DeleteFunctionCodeSigningConfigCommand_1.DeleteFunctionCodeSigningConfigCommand,
85
- DeleteFunctionConcurrencyCommand: DeleteFunctionConcurrencyCommand_1.DeleteFunctionConcurrencyCommand,
86
- DeleteFunctionEventInvokeConfigCommand: DeleteFunctionEventInvokeConfigCommand_1.DeleteFunctionEventInvokeConfigCommand,
87
- DeleteFunctionUrlConfigCommand: DeleteFunctionUrlConfigCommand_1.DeleteFunctionUrlConfigCommand,
88
- DeleteLayerVersionCommand: DeleteLayerVersionCommand_1.DeleteLayerVersionCommand,
89
- DeleteProvisionedConcurrencyConfigCommand: DeleteProvisionedConcurrencyConfigCommand_1.DeleteProvisionedConcurrencyConfigCommand,
90
- GetAccountSettingsCommand: GetAccountSettingsCommand_1.GetAccountSettingsCommand,
91
- GetAliasCommand: GetAliasCommand_1.GetAliasCommand,
92
- GetCodeSigningConfigCommand: GetCodeSigningConfigCommand_1.GetCodeSigningConfigCommand,
93
- GetEventSourceMappingCommand: GetEventSourceMappingCommand_1.GetEventSourceMappingCommand,
94
- GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
95
- GetFunctionCodeSigningConfigCommand: GetFunctionCodeSigningConfigCommand_1.GetFunctionCodeSigningConfigCommand,
96
- GetFunctionConcurrencyCommand: GetFunctionConcurrencyCommand_1.GetFunctionConcurrencyCommand,
97
- GetFunctionConfigurationCommand: GetFunctionConfigurationCommand_1.GetFunctionConfigurationCommand,
98
- GetFunctionEventInvokeConfigCommand: GetFunctionEventInvokeConfigCommand_1.GetFunctionEventInvokeConfigCommand,
99
- GetFunctionUrlConfigCommand: GetFunctionUrlConfigCommand_1.GetFunctionUrlConfigCommand,
100
- GetLayerVersionCommand: GetLayerVersionCommand_1.GetLayerVersionCommand,
101
- GetLayerVersionByArnCommand: GetLayerVersionByArnCommand_1.GetLayerVersionByArnCommand,
102
- GetLayerVersionPolicyCommand: GetLayerVersionPolicyCommand_1.GetLayerVersionPolicyCommand,
103
- GetPolicyCommand: GetPolicyCommand_1.GetPolicyCommand,
104
- GetProvisionedConcurrencyConfigCommand: GetProvisionedConcurrencyConfigCommand_1.GetProvisionedConcurrencyConfigCommand,
105
- GetRuntimeManagementConfigCommand: GetRuntimeManagementConfigCommand_1.GetRuntimeManagementConfigCommand,
106
- InvokeCommand: InvokeCommand_1.InvokeCommand,
107
- InvokeAsyncCommand: InvokeAsyncCommand_1.InvokeAsyncCommand,
108
- InvokeWithResponseStreamCommand: InvokeWithResponseStreamCommand_1.InvokeWithResponseStreamCommand,
109
- ListAliasesCommand: ListAliasesCommand_1.ListAliasesCommand,
110
- ListCodeSigningConfigsCommand: ListCodeSigningConfigsCommand_1.ListCodeSigningConfigsCommand,
111
- ListEventSourceMappingsCommand: ListEventSourceMappingsCommand_1.ListEventSourceMappingsCommand,
112
- ListFunctionEventInvokeConfigsCommand: ListFunctionEventInvokeConfigsCommand_1.ListFunctionEventInvokeConfigsCommand,
113
- ListFunctionsCommand: ListFunctionsCommand_1.ListFunctionsCommand,
114
- ListFunctionsByCodeSigningConfigCommand: ListFunctionsByCodeSigningConfigCommand_1.ListFunctionsByCodeSigningConfigCommand,
115
- ListFunctionUrlConfigsCommand: ListFunctionUrlConfigsCommand_1.ListFunctionUrlConfigsCommand,
116
- ListLayersCommand: ListLayersCommand_1.ListLayersCommand,
117
- ListLayerVersionsCommand: ListLayerVersionsCommand_1.ListLayerVersionsCommand,
118
- ListProvisionedConcurrencyConfigsCommand: ListProvisionedConcurrencyConfigsCommand_1.ListProvisionedConcurrencyConfigsCommand,
119
- ListTagsCommand: ListTagsCommand_1.ListTagsCommand,
120
- ListVersionsByFunctionCommand: ListVersionsByFunctionCommand_1.ListVersionsByFunctionCommand,
121
- PublishLayerVersionCommand: PublishLayerVersionCommand_1.PublishLayerVersionCommand,
122
- PublishVersionCommand: PublishVersionCommand_1.PublishVersionCommand,
123
- PutFunctionCodeSigningConfigCommand: PutFunctionCodeSigningConfigCommand_1.PutFunctionCodeSigningConfigCommand,
124
- PutFunctionConcurrencyCommand: PutFunctionConcurrencyCommand_1.PutFunctionConcurrencyCommand,
125
- PutFunctionEventInvokeConfigCommand: PutFunctionEventInvokeConfigCommand_1.PutFunctionEventInvokeConfigCommand,
126
- PutProvisionedConcurrencyConfigCommand: PutProvisionedConcurrencyConfigCommand_1.PutProvisionedConcurrencyConfigCommand,
127
- PutRuntimeManagementConfigCommand: PutRuntimeManagementConfigCommand_1.PutRuntimeManagementConfigCommand,
128
- RemoveLayerVersionPermissionCommand: RemoveLayerVersionPermissionCommand_1.RemoveLayerVersionPermissionCommand,
129
- RemovePermissionCommand: RemovePermissionCommand_1.RemovePermissionCommand,
130
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
131
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
132
- UpdateAliasCommand: UpdateAliasCommand_1.UpdateAliasCommand,
133
- UpdateCodeSigningConfigCommand: UpdateCodeSigningConfigCommand_1.UpdateCodeSigningConfigCommand,
134
- UpdateEventSourceMappingCommand: UpdateEventSourceMappingCommand_1.UpdateEventSourceMappingCommand,
135
- UpdateFunctionCodeCommand: UpdateFunctionCodeCommand_1.UpdateFunctionCodeCommand,
136
- UpdateFunctionConfigurationCommand: UpdateFunctionConfigurationCommand_1.UpdateFunctionConfigurationCommand,
137
- UpdateFunctionEventInvokeConfigCommand: UpdateFunctionEventInvokeConfigCommand_1.UpdateFunctionEventInvokeConfigCommand,
138
- UpdateFunctionUrlConfigCommand: UpdateFunctionUrlConfigCommand_1.UpdateFunctionUrlConfigCommand,
139
- };
140
- class Lambda extends LambdaClient_1.LambdaClient {
141
- }
142
- exports.Lambda = Lambda;
143
- (0, smithy_client_1.createAggregatedClient)(commands, Lambda);
1
+ module.exports = require("./index.js");
@@ -1,45 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LambdaClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const eventstream_serde_config_resolver_1 = require("@smithy/eventstream-serde-config-resolver");
11
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
12
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
13
- const middleware_retry_1 = require("@smithy/middleware-retry");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class LambdaClient extends smithy_client_1.Client {
20
- constructor(...[configuration]) {
21
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
22
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
23
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
24
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
25
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
26
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
27
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
28
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
29
- const _config_8 = (0, eventstream_serde_config_resolver_1.resolveEventStreamSerdeConfig)(_config_7);
30
- const _config_9 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_8, configuration?.extensions || []);
31
- super(_config_9);
32
- this.config = _config_9;
33
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
40
- }
41
- destroy() {
42
- super.destroy();
43
- }
44
- }
45
- exports.LambdaClient = LambdaClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddLayerVersionPermissionCommand = 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 AddLayerVersionPermissionCommand 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", "AddLayerVersionPermission", {})
22
- .n("LambdaClient", "AddLayerVersionPermissionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddLayerVersionPermissionCommand)
25
- .de(Aws_restJson1_1.de_AddLayerVersionPermissionCommand)
26
- .build() {
27
- }
28
- exports.AddLayerVersionPermissionCommand = AddLayerVersionPermissionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddPermissionCommand = 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 AddPermissionCommand 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", "AddPermission", {})
22
- .n("LambdaClient", "AddPermissionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddPermissionCommand)
25
- .de(Aws_restJson1_1.de_AddPermissionCommand)
26
- .build() {
27
- }
28
- exports.AddPermissionCommand = AddPermissionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAliasCommand = 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 CreateAliasCommand 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", "CreateAlias", {})
22
- .n("LambdaClient", "CreateAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAliasCommand)
25
- .de(Aws_restJson1_1.de_CreateAliasCommand)
26
- .build() {
27
- }
28
- exports.CreateAliasCommand = CreateAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCodeSigningConfigCommand = 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 CreateCodeSigningConfigCommand 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", "CreateCodeSigningConfig", {})
22
- .n("LambdaClient", "CreateCodeSigningConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateCodeSigningConfigCommand)
25
- .de(Aws_restJson1_1.de_CreateCodeSigningConfigCommand)
26
- .build() {
27
- }
28
- exports.CreateCodeSigningConfigCommand = CreateCodeSigningConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEventSourceMappingCommand = 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 CreateEventSourceMappingCommand 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", "CreateEventSourceMapping", {})
22
- .n("LambdaClient", "CreateEventSourceMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEventSourceMappingCommand)
25
- .de(Aws_restJson1_1.de_CreateEventSourceMappingCommand)
26
- .build() {
27
- }
28
- exports.CreateEventSourceMappingCommand = CreateEventSourceMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFunctionCommand = 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 CreateFunctionCommand 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", "CreateFunction", {})
23
- .n("LambdaClient", "CreateFunctionCommand")
24
- .f(models_0_1.CreateFunctionRequestFilterSensitiveLog, models_0_1.FunctionConfigurationFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateFunctionCommand)
26
- .de(Aws_restJson1_1.de_CreateFunctionCommand)
27
- .build() {
28
- }
29
- exports.CreateFunctionCommand = CreateFunctionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFunctionUrlConfigCommand = 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 CreateFunctionUrlConfigCommand 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", "CreateFunctionUrlConfig", {})
22
- .n("LambdaClient", "CreateFunctionUrlConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateFunctionUrlConfigCommand)
25
- .de(Aws_restJson1_1.de_CreateFunctionUrlConfigCommand)
26
- .build() {
27
- }
28
- exports.CreateFunctionUrlConfigCommand = CreateFunctionUrlConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAliasCommand = 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 DeleteAliasCommand 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", "DeleteAlias", {})
22
- .n("LambdaClient", "DeleteAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAliasCommand)
25
- .de(Aws_restJson1_1.de_DeleteAliasCommand)
26
- .build() {
27
- }
28
- exports.DeleteAliasCommand = DeleteAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCodeSigningConfigCommand = 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 DeleteCodeSigningConfigCommand 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", "DeleteCodeSigningConfig", {})
22
- .n("LambdaClient", "DeleteCodeSigningConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteCodeSigningConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteCodeSigningConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteCodeSigningConfigCommand = DeleteCodeSigningConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventSourceMappingCommand = 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 DeleteEventSourceMappingCommand 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", "DeleteEventSourceMapping", {})
22
- .n("LambdaClient", "DeleteEventSourceMappingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEventSourceMappingCommand)
25
- .de(Aws_restJson1_1.de_DeleteEventSourceMappingCommand)
26
- .build() {
27
- }
28
- exports.DeleteEventSourceMappingCommand = DeleteEventSourceMappingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFunctionCodeSigningConfigCommand = 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 DeleteFunctionCodeSigningConfigCommand 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", "DeleteFunctionCodeSigningConfig", {})
22
- .n("LambdaClient", "DeleteFunctionCodeSigningConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFunctionCodeSigningConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteFunctionCodeSigningConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteFunctionCodeSigningConfigCommand = DeleteFunctionCodeSigningConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFunctionCommand = 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 DeleteFunctionCommand 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", "DeleteFunction", {})
22
- .n("LambdaClient", "DeleteFunctionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFunctionCommand)
25
- .de(Aws_restJson1_1.de_DeleteFunctionCommand)
26
- .build() {
27
- }
28
- exports.DeleteFunctionCommand = DeleteFunctionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFunctionConcurrencyCommand = 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 DeleteFunctionConcurrencyCommand 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", "DeleteFunctionConcurrency", {})
22
- .n("LambdaClient", "DeleteFunctionConcurrencyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFunctionConcurrencyCommand)
25
- .de(Aws_restJson1_1.de_DeleteFunctionConcurrencyCommand)
26
- .build() {
27
- }
28
- exports.DeleteFunctionConcurrencyCommand = DeleteFunctionConcurrencyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFunctionEventInvokeConfigCommand = 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 DeleteFunctionEventInvokeConfigCommand 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", "DeleteFunctionEventInvokeConfig", {})
22
- .n("LambdaClient", "DeleteFunctionEventInvokeConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteFunctionEventInvokeConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteFunctionEventInvokeConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteFunctionEventInvokeConfigCommand = DeleteFunctionEventInvokeConfigCommand;
1
+ module.exports = require("../index.js");