@aws-sdk/client-lambda 3.36.0 → 3.39.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/CHANGELOG.md +42 -0
- package/dist-cjs/Lambda.js +0 -9
- package/dist-cjs/LambdaClient.js +0 -14
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
- package/dist-cjs/commands/AddPermissionCommand.js +0 -36
- package/dist-cjs/commands/CreateAliasCommand.js +0 -29
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
- package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
- package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/GetAliasCommand.js +0 -24
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetFunctionCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
- package/dist-cjs/commands/InvokeCommand.js +0 -50
- package/dist-cjs/commands/ListAliasesCommand.js +0 -25
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
- package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListLayersCommand.js +0 -29
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -25
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
- package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
- package/dist-cjs/commands/PublishVersionCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
- package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/index.js +61 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -74
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
- package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
- package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
- package/dist-es/commands/index.js +58 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -74
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +58 -0
- package/dist-types/index.d.ts +5 -74
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/Lambda.d.ts +59 -478
- package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/index.d.ts +5 -74
- package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
|
@@ -4,22 +4,13 @@ exports.paginateListAliases = void 0;
|
|
|
4
4
|
const ListAliasesCommand_1 = require("../commands/ListAliasesCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListAliasesCommand_1.ListAliasesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listAliases(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListAliases(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListAliases(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListAliases = paginateListAliases;
|
|
@@ -4,22 +4,13 @@ exports.paginateListCodeSigningConfigs = void 0;
|
|
|
4
4
|
const ListCodeSigningConfigsCommand_1 = require("../commands/ListCodeSigningConfigsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListCodeSigningConfigsCommand_1.ListCodeSigningConfigsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listCodeSigningConfigs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListCodeSigningConfigs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListCodeSigningConfigs(config, input, ...additionalArgum
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListCodeSigningConfigs = paginateListCodeSigningConfigs;
|
|
@@ -4,22 +4,13 @@ exports.paginateListEventSourceMappings = void 0;
|
|
|
4
4
|
const ListEventSourceMappingsCommand_1 = require("../commands/ListEventSourceMappingsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListEventSourceMappingsCommand_1.ListEventSourceMappingsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listEventSourceMappings(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListEventSourceMappings(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListEventSourceMappings(config, input, ...additionalArgu
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListEventSourceMappings = paginateListEventSourceMappings;
|
|
@@ -4,22 +4,13 @@ exports.paginateListFunctionEventInvokeConfigs = void 0;
|
|
|
4
4
|
const ListFunctionEventInvokeConfigsCommand_1 = require("../commands/ListFunctionEventInvokeConfigsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListFunctionEventInvokeConfigsCommand_1.ListFunctionEventInvokeConfigsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listFunctionEventInvokeConfigs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListFunctionEventInvokeConfigs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListFunctionEventInvokeConfigs(config, input, ...additio
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListFunctionEventInvokeConfigs = paginateListFunctionEventInvokeConfigs;
|
|
@@ -4,22 +4,13 @@ exports.paginateListFunctionsByCodeSigningConfig = void 0;
|
|
|
4
4
|
const ListFunctionsByCodeSigningConfigCommand_1 = require("../commands/ListFunctionsByCodeSigningConfigCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListFunctionsByCodeSigningConfigCommand_1.ListFunctionsByCodeSigningConfigCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listFunctionsByCodeSigningConfig(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListFunctionsByCodeSigningConfig(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListFunctionsByCodeSigningConfig(config, input, ...addit
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListFunctionsByCodeSigningConfig = paginateListFunctionsByCodeSigningConfig;
|
|
@@ -4,22 +4,13 @@ exports.paginateListFunctions = void 0;
|
|
|
4
4
|
const ListFunctionsCommand_1 = require("../commands/ListFunctionsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListFunctionsCommand_1.ListFunctionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listFunctions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListFunctions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListFunctions(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListFunctions = paginateListFunctions;
|
|
@@ -4,22 +4,13 @@ exports.paginateListLayerVersions = void 0;
|
|
|
4
4
|
const ListLayerVersionsCommand_1 = require("../commands/ListLayerVersionsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListLayerVersionsCommand_1.ListLayerVersionsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listLayerVersions(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListLayerVersions(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListLayerVersions(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListLayerVersions = paginateListLayerVersions;
|
|
@@ -4,22 +4,13 @@ exports.paginateListLayers = void 0;
|
|
|
4
4
|
const ListLayersCommand_1 = require("../commands/ListLayersCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListLayersCommand_1.ListLayersCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listLayers(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListLayers(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListLayers(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListLayers = paginateListLayers;
|
|
@@ -4,22 +4,13 @@ exports.paginateListProvisionedConcurrencyConfigs = void 0;
|
|
|
4
4
|
const ListProvisionedConcurrencyConfigsCommand_1 = require("../commands/ListProvisionedConcurrencyConfigsCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListProvisionedConcurrencyConfigsCommand_1.ListProvisionedConcurrencyConfigsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listProvisionedConcurrencyConfigs(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListProvisionedConcurrencyConfigs(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListProvisionedConcurrencyConfigs(config, input, ...addi
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListProvisionedConcurrencyConfigs = paginateListProvisionedConcurrencyConfigs;
|
|
@@ -4,22 +4,13 @@ exports.paginateListVersionsByFunction = void 0;
|
|
|
4
4
|
const ListVersionsByFunctionCommand_1 = require("../commands/ListVersionsByFunctionCommand");
|
|
5
5
|
const Lambda_1 = require("../Lambda");
|
|
6
6
|
const LambdaClient_1 = require("../LambdaClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListVersionsByFunctionCommand_1.ListVersionsByFunctionCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listVersionsByFunction(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListVersionsByFunction(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.Marker
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,7 +30,6 @@ async function* paginateListVersionsByFunction(config, input, ...additionalArgum
|
|
|
39
30
|
token = page.NextMarker;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListVersionsByFunction = paginateListVersionsByFunction;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
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("./ListFunctionsByCodeSigningConfigPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListFunctionsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListLayerVersionsPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListLayersPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListProvisionedConcurrencyConfigsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListVersionsByFunctionPaginator"), exports);
|
|
@@ -9442,14 +9442,12 @@ const deserializeMetadata = (output) => {
|
|
|
9442
9442
|
cfId: output.headers["x-amz-cf-id"],
|
|
9443
9443
|
});
|
|
9444
9444
|
};
|
|
9445
|
-
// Collect low-level response body stream to Uint8Array.
|
|
9446
9445
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
9447
9446
|
if (streamBody instanceof Uint8Array) {
|
|
9448
9447
|
return Promise.resolve(streamBody);
|
|
9449
9448
|
}
|
|
9450
9449
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
9451
9450
|
};
|
|
9452
|
-
// Encode Uint8Array data into string with utf-8.
|
|
9453
9451
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
9454
9452
|
const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
9455
9453
|
value !== null &&
|
|
@@ -9462,9 +9460,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
9462
9460
|
}
|
|
9463
9461
|
return {};
|
|
9464
9462
|
});
|
|
9465
|
-
/**
|
|
9466
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
9467
|
-
*/
|
|
9468
9463
|
const loadRestJsonErrorCode = (output, data) => {
|
|
9469
9464
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
9470
9465
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
8
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
9
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -13,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
7
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
8
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
9
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -17,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
17
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
18
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
19
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./waitForFunctionActive"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./waitForFunctionExists"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./waitForFunctionUpdated"), exports);
|
|
@@ -41,20 +41,11 @@ const checkState = async (client, input) => {
|
|
|
41
41
|
}
|
|
42
42
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
|
-
/**
|
|
45
|
-
* Waits for the function's State to be Active.
|
|
46
|
-
* @deprecated Use waitUntilFunctionActive instead. waitForFunctionActive does not throw error in non-success cases.
|
|
47
|
-
*/
|
|
48
44
|
const waitForFunctionActive = async (params, input) => {
|
|
49
45
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
50
46
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
47
|
};
|
|
52
48
|
exports.waitForFunctionActive = waitForFunctionActive;
|
|
53
|
-
/**
|
|
54
|
-
* Waits for the function's State to be Active.
|
|
55
|
-
* @param params - Waiter configuration options.
|
|
56
|
-
* @param input - The input to GetFunctionConfigurationCommand for polling.
|
|
57
|
-
*/
|
|
58
49
|
const waitUntilFunctionActive = async (params, input) => {
|
|
59
50
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
60
51
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -18,20 +18,11 @@ const checkState = async (client, input) => {
|
|
|
18
18
|
}
|
|
19
19
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
20
20
|
};
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @deprecated Use waitUntilFunctionExists instead. waitForFunctionExists does not throw error in non-success cases.
|
|
24
|
-
*/
|
|
25
21
|
const waitForFunctionExists = async (params, input) => {
|
|
26
22
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
27
23
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
28
24
|
};
|
|
29
25
|
exports.waitForFunctionExists = waitForFunctionExists;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @param params - Waiter configuration options.
|
|
33
|
-
* @param input - The input to GetFunctionCommand for polling.
|
|
34
|
-
*/
|
|
35
26
|
const waitUntilFunctionExists = async (params, input) => {
|
|
36
27
|
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
37
28
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -41,20 +41,11 @@ const checkState = async (client, input) => {
|
|
|
41
41
|
}
|
|
42
42
|
return { state: util_waiter_1.WaiterState.RETRY, reason };
|
|
43
43
|
};
|
|
44
|
-
/**
|
|
45
|
-
* Waits for the function's LastUpdateStatus to be Successful.
|
|
46
|
-
* @deprecated Use waitUntilFunctionUpdated instead. waitForFunctionUpdated does not throw error in non-success cases.
|
|
47
|
-
*/
|
|
48
44
|
const waitForFunctionUpdated = async (params, input) => {
|
|
49
45
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
50
46
|
return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
51
47
|
};
|
|
52
48
|
exports.waitForFunctionUpdated = waitForFunctionUpdated;
|
|
53
|
-
/**
|
|
54
|
-
* Waits for the function's LastUpdateStatus to be Successful.
|
|
55
|
-
* @param params - Waiter configuration options.
|
|
56
|
-
* @param input - The input to GetFunctionConfigurationCommand for polling.
|
|
57
|
-
*/
|
|
58
49
|
const waitUntilFunctionUpdated = async (params, input) => {
|
|
59
50
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
60
51
|
const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export * from "./AddLayerVersionPermissionCommand";
|
|
2
|
+
export * from "./AddPermissionCommand";
|
|
3
|
+
export * from "./CreateAliasCommand";
|
|
4
|
+
export * from "./CreateCodeSigningConfigCommand";
|
|
5
|
+
export * from "./CreateEventSourceMappingCommand";
|
|
6
|
+
export * from "./CreateFunctionCommand";
|
|
7
|
+
export * from "./DeleteAliasCommand";
|
|
8
|
+
export * from "./DeleteCodeSigningConfigCommand";
|
|
9
|
+
export * from "./DeleteEventSourceMappingCommand";
|
|
10
|
+
export * from "./DeleteFunctionCodeSigningConfigCommand";
|
|
11
|
+
export * from "./DeleteFunctionCommand";
|
|
12
|
+
export * from "./DeleteFunctionConcurrencyCommand";
|
|
13
|
+
export * from "./DeleteFunctionEventInvokeConfigCommand";
|
|
14
|
+
export * from "./DeleteLayerVersionCommand";
|
|
15
|
+
export * from "./DeleteProvisionedConcurrencyConfigCommand";
|
|
16
|
+
export * from "./GetAccountSettingsCommand";
|
|
17
|
+
export * from "./GetAliasCommand";
|
|
18
|
+
export * from "./GetCodeSigningConfigCommand";
|
|
19
|
+
export * from "./GetEventSourceMappingCommand";
|
|
20
|
+
export * from "./GetFunctionCodeSigningConfigCommand";
|
|
21
|
+
export * from "./GetFunctionCommand";
|
|
22
|
+
export * from "./GetFunctionConcurrencyCommand";
|
|
23
|
+
export * from "./GetFunctionConfigurationCommand";
|
|
24
|
+
export * from "./GetFunctionEventInvokeConfigCommand";
|
|
25
|
+
export * from "./GetLayerVersionByArnCommand";
|
|
26
|
+
export * from "./GetLayerVersionCommand";
|
|
27
|
+
export * from "./GetLayerVersionPolicyCommand";
|
|
28
|
+
export * from "./GetPolicyCommand";
|
|
29
|
+
export * from "./GetProvisionedConcurrencyConfigCommand";
|
|
30
|
+
export * from "./InvokeAsyncCommand";
|
|
31
|
+
export * from "./InvokeCommand";
|
|
32
|
+
export * from "./ListAliasesCommand";
|
|
33
|
+
export * from "./ListCodeSigningConfigsCommand";
|
|
34
|
+
export * from "./ListEventSourceMappingsCommand";
|
|
35
|
+
export * from "./ListFunctionEventInvokeConfigsCommand";
|
|
36
|
+
export * from "./ListFunctionsByCodeSigningConfigCommand";
|
|
37
|
+
export * from "./ListFunctionsCommand";
|
|
38
|
+
export * from "./ListLayerVersionsCommand";
|
|
39
|
+
export * from "./ListLayersCommand";
|
|
40
|
+
export * from "./ListProvisionedConcurrencyConfigsCommand";
|
|
41
|
+
export * from "./ListTagsCommand";
|
|
42
|
+
export * from "./ListVersionsByFunctionCommand";
|
|
43
|
+
export * from "./PublishLayerVersionCommand";
|
|
44
|
+
export * from "./PublishVersionCommand";
|
|
45
|
+
export * from "./PutFunctionCodeSigningConfigCommand";
|
|
46
|
+
export * from "./PutFunctionConcurrencyCommand";
|
|
47
|
+
export * from "./PutFunctionEventInvokeConfigCommand";
|
|
48
|
+
export * from "./PutProvisionedConcurrencyConfigCommand";
|
|
49
|
+
export * from "./RemoveLayerVersionPermissionCommand";
|
|
50
|
+
export * from "./RemovePermissionCommand";
|
|
51
|
+
export * from "./TagResourceCommand";
|
|
52
|
+
export * from "./UntagResourceCommand";
|
|
53
|
+
export * from "./UpdateAliasCommand";
|
|
54
|
+
export * from "./UpdateCodeSigningConfigCommand";
|
|
55
|
+
export * from "./UpdateEventSourceMappingCommand";
|
|
56
|
+
export * from "./UpdateFunctionCodeCommand";
|
|
57
|
+
export * from "./UpdateFunctionConfigurationCommand";
|
|
58
|
+
export * from "./UpdateFunctionEventInvokeConfigCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -55,22 +55,27 @@ var partitionHash = {
|
|
|
55
55
|
"us-west-1",
|
|
56
56
|
"us-west-2",
|
|
57
57
|
],
|
|
58
|
+
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
58
59
|
hostname: "lambda.{region}.amazonaws.com",
|
|
59
60
|
},
|
|
60
61
|
"aws-cn": {
|
|
61
62
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
63
|
+
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
62
64
|
hostname: "lambda.{region}.amazonaws.com.cn",
|
|
63
65
|
},
|
|
64
66
|
"aws-iso": {
|
|
65
|
-
regions: ["us-iso-east-1"],
|
|
67
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
68
|
+
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
66
69
|
hostname: "lambda.{region}.c2s.ic.gov",
|
|
67
70
|
},
|
|
68
71
|
"aws-iso-b": {
|
|
69
72
|
regions: ["us-isob-east-1"],
|
|
73
|
+
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
70
74
|
hostname: "lambda.{region}.sc2s.sgov.gov",
|
|
71
75
|
},
|
|
72
76
|
"aws-us-gov": {
|
|
73
77
|
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
78
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
74
79
|
hostname: "lambda.{region}.amazonaws.com",
|
|
75
80
|
},
|
|
76
81
|
};
|