@aws-sdk/client-lambda 3.490.0 → 3.496.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Lambda.js +1 -143
- package/dist-cjs/LambdaClient.js +1 -45
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +1 -28
- package/dist-cjs/commands/AddPermissionCommand.js +1 -28
- package/dist-cjs/commands/CreateAliasCommand.js +1 -28
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +1 -28
- package/dist-cjs/commands/CreateFunctionCommand.js +1 -29
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -28
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -28
- package/dist-cjs/commands/GetAccountSettingsCommand.js +1 -28
- package/dist-cjs/commands/GetAliasCommand.js +1 -28
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionCommand.js +1 -29
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +1 -29
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +1 -28
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +1 -28
- package/dist-cjs/commands/GetLayerVersionCommand.js +1 -28
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +1 -28
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +1 -28
- package/dist-cjs/commands/InvokeAsyncCommand.js +1 -29
- package/dist-cjs/commands/InvokeCommand.js +1 -29
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +1 -33
- package/dist-cjs/commands/ListAliasesCommand.js +1 -28
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionsCommand.js +1 -29
- package/dist-cjs/commands/ListLayerVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListLayersCommand.js +1 -28
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsCommand.js +1 -28
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +1 -29
- package/dist-cjs/commands/PublishLayerVersionCommand.js +1 -29
- package/dist-cjs/commands/PublishVersionCommand.js +1 -29
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +1 -28
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +1 -28
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +1 -28
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +1 -28
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -28
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +1 -28
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +1 -29
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +1 -29
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -28
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -69
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +8240 -12
- package/dist-cjs/models/LambdaServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -915
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFunctionUrlConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +1 -7
- package/dist-cjs/pagination/ListFunctionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLayersPaginator.js +1 -7
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_restJson1.js +1 -5276
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -9
- package/dist-cjs/waiters/waitForFunctionActive.js +1 -54
- package/dist-cjs/waiters/waitForFunctionActiveV2.js +1 -54
- package/dist-cjs/waiters/waitForFunctionExists.js +1 -31
- package/dist-cjs/waiters/waitForFunctionUpdated.js +1 -54
- package/dist-cjs/waiters/waitForFunctionUpdatedV2.js +1 -54
- package/dist-cjs/waiters/waitForPublishedVersionActive.js +1 -54
- package/package.json +45 -45
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemovePermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.RemovePermissionCommand = RemovePermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateAliasCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateAliasCommand = UpdateAliasCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCodeSigningConfigCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateCodeSigningConfigCommand = UpdateCodeSigningConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEventSourceMappingCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class 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() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEventSourceMappingCommand = UpdateEventSourceMappingCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFunctionCodeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class 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() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateFunctionCodeCommand = UpdateFunctionCodeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFunctionConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
|
-
class UpdateFunctionConfigurationCommand 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", "UpdateFunctionConfiguration", {})
|
|
23
|
-
.n("LambdaClient", "UpdateFunctionConfigurationCommand")
|
|
24
|
-
.f(models_0_1.UpdateFunctionConfigurationRequestFilterSensitiveLog, models_0_1.FunctionConfigurationFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_restJson1_1.se_UpdateFunctionConfigurationCommand)
|
|
26
|
-
.de(Aws_restJson1_1.de_UpdateFunctionConfigurationCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateFunctionConfigurationCommand = UpdateFunctionConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFunctionEventInvokeConfigCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFunctionEventInvokeConfigCommand 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", "UpdateFunctionEventInvokeConfig", {})
|
|
22
|
-
.n("LambdaClient", "UpdateFunctionEventInvokeConfigCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFunctionEventInvokeConfigCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFunctionEventInvokeConfigCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFunctionEventInvokeConfigCommand = UpdateFunctionEventInvokeConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFunctionUrlConfigCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFunctionUrlConfigCommand 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", "UpdateFunctionUrlConfig", {})
|
|
22
|
-
.n("LambdaClient", "UpdateFunctionUrlConfigCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFunctionUrlConfigCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFunctionUrlConfigCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFunctionUrlConfigCommand = UpdateFunctionUrlConfigCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,69 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddLayerVersionPermissionCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./AddPermissionCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateAliasCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateCodeSigningConfigCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateEventSourceMappingCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateFunctionCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateFunctionUrlConfigCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteAliasCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteCodeSigningConfigCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteEventSourceMappingCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteFunctionCodeSigningConfigCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteFunctionCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteFunctionConcurrencyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteFunctionEventInvokeConfigCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteFunctionUrlConfigCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteLayerVersionCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteProvisionedConcurrencyConfigCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetAccountSettingsCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetAliasCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetCodeSigningConfigCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetEventSourceMappingCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetFunctionCodeSigningConfigCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetFunctionCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetFunctionConcurrencyCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetFunctionConfigurationCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetFunctionEventInvokeConfigCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./GetFunctionUrlConfigCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./GetLayerVersionByArnCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./GetLayerVersionCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./GetLayerVersionPolicyCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./GetPolicyCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./GetProvisionedConcurrencyConfigCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./GetRuntimeManagementConfigCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./InvokeAsyncCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./InvokeCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./InvokeWithResponseStreamCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ListAliasesCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./ListCodeSigningConfigsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./ListEventSourceMappingsCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./ListFunctionEventInvokeConfigsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./ListFunctionUrlConfigsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListFunctionsByCodeSigningConfigCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListFunctionsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListLayerVersionsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListLayersCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListProvisionedConcurrencyConfigsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListTagsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListVersionsByFunctionCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./PublishLayerVersionCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./PublishVersionCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./PutFunctionCodeSigningConfigCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./PutFunctionConcurrencyCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./PutFunctionEventInvokeConfigCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./PutProvisionedConcurrencyConfigCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./PutRuntimeManagementConfigCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./RemoveLayerVersionPermissionCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./RemovePermissionCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./UpdateAliasCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./UpdateCodeSigningConfigCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./UpdateEventSourceMappingCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UpdateFunctionCodeCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./UpdateFunctionConfigurationCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UpdateFunctionEventInvokeConfigCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateFunctionUrlConfigCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "lambda",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|