@aws-sdk/client-lambda 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +8238 -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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAliases = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAliasesCommand_1 = require("../commands/ListAliasesCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListAliases = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListAliasesCommand_1.ListAliasesCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCodeSigningConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCodeSigningConfigsCommand_1 = require("../commands/ListCodeSigningConfigsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListCodeSigningConfigs = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListCodeSigningConfigsCommand_1.ListCodeSigningConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEventSourceMappings = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEventSourceMappingsCommand_1 = require("../commands/ListEventSourceMappingsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListEventSourceMappings = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListEventSourceMappingsCommand_1.ListEventSourceMappingsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFunctionEventInvokeConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFunctionEventInvokeConfigsCommand_1 = require("../commands/ListFunctionEventInvokeConfigsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListFunctionEventInvokeConfigs = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListFunctionEventInvokeConfigsCommand_1.ListFunctionEventInvokeConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFunctionUrlConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFunctionUrlConfigsCommand_1 = require("../commands/ListFunctionUrlConfigsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListFunctionUrlConfigs = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListFunctionUrlConfigsCommand_1.ListFunctionUrlConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFunctionsByCodeSigningConfig = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFunctionsByCodeSigningConfigCommand_1 = require("../commands/ListFunctionsByCodeSigningConfigCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListFunctionsByCodeSigningConfig = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListFunctionsByCodeSigningConfigCommand_1.ListFunctionsByCodeSigningConfigCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFunctions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFunctionsCommand_1 = require("../commands/ListFunctionsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListFunctions = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListFunctionsCommand_1.ListFunctionsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLayerVersions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLayerVersionsCommand_1 = require("../commands/ListLayerVersionsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListLayerVersions = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListLayerVersionsCommand_1.ListLayerVersionsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLayers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLayersCommand_1 = require("../commands/ListLayersCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListLayers = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListLayersCommand_1.ListLayersCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProvisionedConcurrencyConfigs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProvisionedConcurrencyConfigsCommand_1 = require("../commands/ListProvisionedConcurrencyConfigsCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListProvisionedConcurrencyConfigs = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListProvisionedConcurrencyConfigsCommand_1.ListProvisionedConcurrencyConfigsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListVersionsByFunction = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListVersionsByFunctionCommand_1 = require("../commands/ListVersionsByFunctionCommand");
|
|
6
|
-
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
exports.paginateListVersionsByFunction = (0, core_1.createPaginator)(LambdaClient_1.LambdaClient, ListVersionsByFunctionCommand_1.ListVersionsByFunctionCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAliasesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListCodeSigningConfigsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListEventSourceMappingsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListFunctionEventInvokeConfigsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListFunctionUrlConfigsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListFunctionsByCodeSigningConfigPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListFunctionsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListLayerVersionsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListLayersPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListProvisionedConcurrencyConfigsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListVersionsByFunctionPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|