@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
|
@@ -1,48 +1,25 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { FunctionConfigurationFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
|
-
export class GetFunctionConfigurationCommand extends $Command
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
const { logger } = configuration;
|
|
26
|
-
const clientName = "LambdaClient";
|
|
27
|
-
const commandName = "GetFunctionConfigurationCommand";
|
|
28
|
-
const handlerExecutionContext = {
|
|
29
|
-
logger,
|
|
30
|
-
clientName,
|
|
31
|
-
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (_) => _,
|
|
33
|
-
outputFilterSensitiveLog: FunctionConfigurationFilterSensitiveLog,
|
|
34
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
-
service: "AWSGirApiService",
|
|
36
|
-
operation: "GetFunctionConfiguration",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
const { requestHandler } = configuration;
|
|
40
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
41
|
-
}
|
|
42
|
-
serialize(input, context) {
|
|
43
|
-
return se_GetFunctionConfigurationCommand(input, context);
|
|
44
|
-
}
|
|
45
|
-
deserialize(output, context) {
|
|
46
|
-
return de_GetFunctionConfigurationCommand(output, context);
|
|
47
|
-
}
|
|
8
|
+
export class GetFunctionConfigurationCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSGirApiService", "GetFunctionConfiguration", {})
|
|
20
|
+
.n("LambdaClient", "GetFunctionConfigurationCommand")
|
|
21
|
+
.f(void 0, FunctionConfigurationFilterSensitiveLog)
|
|
22
|
+
.ser(se_GetFunctionConfigurationCommand)
|
|
23
|
+
.de(de_GetFunctionConfigurationCommand)
|
|
24
|
+
.build() {
|
|
48
25
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetFunctionEventInvokeConfigCommand, se_GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetFunctionEventInvokeConfigCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetFunctionEventInvokeConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetFunctionEventInvokeConfig",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetFunctionEventInvokeConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetFunctionEventInvokeConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetFunctionEventInvokeConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetFunctionEventInvokeConfig", {})
|
|
19
|
+
.n("LambdaClient", "GetFunctionEventInvokeConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetFunctionEventInvokeConfigCommand)
|
|
22
|
+
.de(de_GetFunctionEventInvokeConfigCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetFunctionUrlConfigCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetFunctionUrlConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetFunctionUrlConfig",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetFunctionUrlConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetFunctionUrlConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetFunctionUrlConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetFunctionUrlConfig", {})
|
|
19
|
+
.n("LambdaClient", "GetFunctionUrlConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetFunctionUrlConfigCommand)
|
|
22
|
+
.de(de_GetFunctionUrlConfigCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetLayerVersionByArnCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetLayerVersionByArnCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetLayerVersionByArn",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetLayerVersionByArnCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetLayerVersionByArnCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetLayerVersionByArnCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetLayerVersionByArn", {})
|
|
19
|
+
.n("LambdaClient", "GetLayerVersionByArnCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetLayerVersionByArnCommand)
|
|
22
|
+
.de(de_GetLayerVersionByArnCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetLayerVersionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetLayerVersionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetLayerVersion",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetLayerVersionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetLayerVersionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetLayerVersionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetLayerVersion", {})
|
|
19
|
+
.n("LambdaClient", "GetLayerVersionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetLayerVersionCommand)
|
|
22
|
+
.de(de_GetLayerVersionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetLayerVersionPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetLayerVersionPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetLayerVersionPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetLayerVersionPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetLayerVersionPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetLayerVersionPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetLayerVersionPolicy", {})
|
|
19
|
+
.n("LambdaClient", "GetLayerVersionPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetLayerVersionPolicyCommand)
|
|
22
|
+
.de(de_GetLayerVersionPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetPolicy", {})
|
|
19
|
+
.n("LambdaClient", "GetPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetPolicyCommand)
|
|
22
|
+
.de(de_GetPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetProvisionedConcurrencyConfigCommand, se_GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetProvisionedConcurrencyConfigCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetProvisionedConcurrencyConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetProvisionedConcurrencyConfig",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetProvisionedConcurrencyConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetProvisionedConcurrencyConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetProvisionedConcurrencyConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
|
|
19
|
+
.n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetProvisionedConcurrencyConfigCommand)
|
|
22
|
+
.de(de_GetProvisionedConcurrencyConfigCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetRuntimeManagementConfigCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "LambdaClient";
|
|
26
|
-
const commandName = "GetRuntimeManagementConfigCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSGirApiService",
|
|
35
|
-
operation: "GetRuntimeManagementConfig",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetRuntimeManagementConfigCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetRuntimeManagementConfigCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetRuntimeManagementConfigCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGirApiService", "GetRuntimeManagementConfig", {})
|
|
19
|
+
.n("LambdaClient", "GetRuntimeManagementConfigCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetRuntimeManagementConfigCommand)
|
|
22
|
+
.de(de_GetRuntimeManagementConfigCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|