@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 PutRuntimeManagementConfigCommand 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 = "PutRuntimeManagementConfigCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "PutRuntimeManagementConfig",
|
|
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_PutRuntimeManagementConfigCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_PutRuntimeManagementConfigCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class PutRuntimeManagementConfigCommand 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", "PutRuntimeManagementConfig", {})
|
|
22
|
+
.n("LambdaClient", "PutRuntimeManagementConfigCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_PutRuntimeManagementConfigCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_PutRuntimeManagementConfigCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.PutRuntimeManagementConfigCommand = PutRuntimeManagementConfigCommand;
|
|
@@ -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 RemoveLayerVersionPermissionCommand 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 = "RemoveLayerVersionPermissionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "RemoveLayerVersionPermission",
|
|
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_RemoveLayerVersionPermissionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_RemoveLayerVersionPermissionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class RemoveLayerVersionPermissionCommand 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", "RemoveLayerVersionPermission", {})
|
|
22
|
+
.n("LambdaClient", "RemoveLayerVersionPermissionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_RemoveLayerVersionPermissionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_RemoveLayerVersionPermissionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.RemoveLayerVersionPermissionCommand = RemoveLayerVersionPermissionCommand;
|
|
@@ -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 RemovePermissionCommand 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 = "RemovePermissionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "RemovePermission",
|
|
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_RemovePermissionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_RemovePermissionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class RemovePermissionCommand 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", "RemovePermission", {})
|
|
22
|
+
.n("LambdaClient", "RemovePermissionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_RemovePermissionCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_RemovePermissionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.RemovePermissionCommand = RemovePermissionCommand;
|
|
@@ -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 TagResourceCommand 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 = "TagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "TagResource",
|
|
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_TagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class TagResourceCommand 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", "TagResource", {})
|
|
22
|
+
.n("LambdaClient", "TagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -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 UntagResourceCommand 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 = "UntagResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "UntagResource",
|
|
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_UntagResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UntagResourceCommand 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", "UntagResource", {})
|
|
22
|
+
.n("LambdaClient", "UntagResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -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 UpdateAliasCommand 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 = "UpdateAliasCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "UpdateAlias",
|
|
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_UpdateAliasCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateAliasCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateAliasCommand 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", "UpdateAlias", {})
|
|
22
|
+
.n("LambdaClient", "UpdateAliasCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateAliasCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateAliasCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateAliasCommand = UpdateAliasCommand;
|
|
@@ -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 UpdateCodeSigningConfigCommand 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 = "UpdateCodeSigningConfigCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "UpdateCodeSigningConfig",
|
|
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_UpdateCodeSigningConfigCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateCodeSigningConfigCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateCodeSigningConfigCommand 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", "UpdateCodeSigningConfig", {})
|
|
22
|
+
.n("LambdaClient", "UpdateCodeSigningConfigCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateCodeSigningConfigCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateCodeSigningConfigCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateCodeSigningConfigCommand = UpdateCodeSigningConfigCommand;
|
|
@@ -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 UpdateEventSourceMappingCommand 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 = "UpdateEventSourceMappingCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSGirApiService",
|
|
38
|
-
operation: "UpdateEventSourceMapping",
|
|
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_UpdateEventSourceMappingCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_restJson1_1.de_UpdateEventSourceMappingCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class UpdateEventSourceMappingCommand 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", "UpdateEventSourceMapping", {})
|
|
22
|
+
.n("LambdaClient", "UpdateEventSourceMappingCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_restJson1_1.se_UpdateEventSourceMappingCommand)
|
|
25
|
+
.de(Aws_restJson1_1.de_UpdateEventSourceMappingCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.UpdateEventSourceMappingCommand = UpdateEventSourceMappingCommand;
|
|
@@ -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 UpdateFunctionCodeCommand 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 = "UpdateFunctionCodeCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.UpdateFunctionCodeRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.FunctionConfigurationFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSGirApiService",
|
|
39
|
-
operation: "UpdateFunctionCode",
|
|
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_UpdateFunctionCodeCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_restJson1_1.de_UpdateFunctionCodeCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class UpdateFunctionCodeCommand 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", "UpdateFunctionCode", {})
|
|
23
|
+
.n("LambdaClient", "UpdateFunctionCodeCommand")
|
|
24
|
+
.f(models_0_1.UpdateFunctionCodeRequestFilterSensitiveLog, models_0_1.FunctionConfigurationFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_restJson1_1.se_UpdateFunctionCodeCommand)
|
|
26
|
+
.de(Aws_restJson1_1.de_UpdateFunctionCodeCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.UpdateFunctionCodeCommand = UpdateFunctionCodeCommand;
|