@aws-sdk/client-lambda 3.478.0 → 3.484.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.
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/AddPermissionCommand.js +18 -41
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetAliasCommand.js +18 -41
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/InvokeAsyncCommand.js +18 -41
- package/dist-cjs/commands/InvokeCommand.js +18 -41
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-cjs/commands/ListAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayersCommand.js +18 -41
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-cjs/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/PublishVersionCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/AddPermissionCommand.js +18 -41
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteAliasCommand.js +18 -41
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-es/commands/GetAliasCommand.js +18 -41
- package/dist-es/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/InvokeAsyncCommand.js +18 -41
- package/dist-es/commands/InvokeCommand.js +18 -41
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-es/commands/ListAliasesCommand.js +18 -41
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-es/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-es/commands/ListLayersCommand.js +18 -41
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-es/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-es/commands/PublishVersionCommand.js +18 -41
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAliasCommand.js +18 -41
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetAliasCommand.d.ts +6 -21
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -21
- package/dist-types/commands/InvokeCommand.d.ts +6 -21
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -21
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayersCommand.d.ts +6 -21
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/PublishVersionCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +11 -20
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListAliasesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListAliasesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListAliases",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListAliasesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListAliasesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListAliasesCommand 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", "ListAliases", {})
|
|
22
|
+
.n("LambdaClient", "ListAliasesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListAliasesCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListAliasesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListAliasesCommand = ListAliasesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListCodeSigningConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListCodeSigningConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListCodeSigningConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListCodeSigningConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListCodeSigningConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListCodeSigningConfigsCommand 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", "ListCodeSigningConfigs", {})
|
|
22
|
+
.n("LambdaClient", "ListCodeSigningConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListCodeSigningConfigsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListCodeSigningConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListCodeSigningConfigsCommand = ListCodeSigningConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListEventSourceMappingsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListEventSourceMappingsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListEventSourceMappings",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListEventSourceMappingsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListEventSourceMappingsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListEventSourceMappingsCommand 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", "ListEventSourceMappings", {})
|
|
22
|
+
.n("LambdaClient", "ListEventSourceMappingsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListEventSourceMappingsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListEventSourceMappingsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListEventSourceMappingsCommand = ListEventSourceMappingsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListFunctionEventInvokeConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListFunctionEventInvokeConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListFunctionEventInvokeConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListFunctionEventInvokeConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListFunctionEventInvokeConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListFunctionEventInvokeConfigsCommand 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", "ListFunctionEventInvokeConfigs", {})
|
|
22
|
+
.n("LambdaClient", "ListFunctionEventInvokeConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListFunctionEventInvokeConfigsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListFunctionEventInvokeConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListFunctionEventInvokeConfigsCommand = ListFunctionEventInvokeConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListFunctionUrlConfigsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListFunctionUrlConfigsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListFunctionUrlConfigs",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListFunctionUrlConfigsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListFunctionUrlConfigsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListFunctionUrlConfigsCommand 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", "ListFunctionUrlConfigs", {})
|
|
22
|
+
.n("LambdaClient", "ListFunctionUrlConfigsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListFunctionUrlConfigsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListFunctionUrlConfigsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListFunctionUrlConfigsCommand = ListFunctionUrlConfigsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListFunctionsByCodeSigningConfigCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListFunctionsByCodeSigningConfigCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListFunctionsByCodeSigningConfig",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListFunctionsByCodeSigningConfigCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListFunctionsByCodeSigningConfigCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListFunctionsByCodeSigningConfigCommand 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", "ListFunctionsByCodeSigningConfig", {})
|
|
22
|
+
.n("LambdaClient", "ListFunctionsByCodeSigningConfigCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListFunctionsByCodeSigningConfigCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListFunctionsByCodeSigningConfigCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListFunctionsByCodeSigningConfigCommand = ListFunctionsByCodeSigningConfigCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class ListFunctionsCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "LambdaClient";
|
|
30
|
-
const commandName = "ListFunctionsCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.ListFunctionsResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSGirApiService",
|
|
39
|
-
operation: "ListFunctions",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_restJson1_1.se_ListFunctionsCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_ListFunctionsCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ListFunctionsCommand 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", "ListFunctions", {})
|
|
23
|
+
.n("LambdaClient", "ListFunctionsCommand")
|
|
24
|
+
.f(void 0, models_0_1.ListFunctionsResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_ListFunctionsCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_ListFunctionsCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ListFunctionsCommand = ListFunctionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListLayerVersionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListLayerVersionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListLayerVersions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListLayerVersionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListLayerVersionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListLayerVersionsCommand 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", "ListLayerVersions", {})
|
|
22
|
+
.n("LambdaClient", "ListLayerVersionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListLayerVersionsCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListLayerVersionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListLayerVersionsCommand = ListLayerVersionsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class ListLayersCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "LambdaClient";
|
|
29
|
-
const commandName = "ListLayersCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "ListLayers",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_restJson1_1.se_ListLayersCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_ListLayersCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ListLayersCommand 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", "ListLayers", {})
|
|
22
|
+
.n("LambdaClient", "ListLayersCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_ListLayersCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_ListLayersCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ListLayersCommand = ListLayersCommand;
|