@aws-sdk/client-lambda 3.928.0 → 3.930.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/index.js +3678 -3911
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/LambdaClient.js +2 -0
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -9
- package/dist-es/commands/AddPermissionCommand.js +3 -9
- package/dist-es/commands/CreateAliasCommand.js +3 -9
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -9
- package/dist-es/commands/CreateFunctionCommand.js +3 -10
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -9
- package/dist-es/commands/DeleteAliasCommand.js +3 -9
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -9
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -9
- package/dist-es/commands/DeleteLayerVersionCommand.js +3 -9
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -9
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
- package/dist-es/commands/GetAliasCommand.js +3 -9
- package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/GetEventSourceMappingCommand.js +3 -9
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/GetFunctionCommand.js +3 -10
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -9
- package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -10
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -9
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +3 -9
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -9
- package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -9
- package/dist-es/commands/GetLayerVersionCommand.js +3 -9
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -9
- package/dist-es/commands/GetPolicyCommand.js +3 -9
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -9
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -9
- package/dist-es/commands/InvokeAsyncCommand.js +3 -10
- package/dist-es/commands/InvokeCommand.js +3 -10
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +3 -10
- package/dist-es/commands/ListAliasesCommand.js +3 -9
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -9
- package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -9
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -9
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -9
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/ListFunctionsCommand.js +3 -10
- package/dist-es/commands/ListLayerVersionsCommand.js +3 -9
- package/dist-es/commands/ListLayersCommand.js +3 -9
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -10
- package/dist-es/commands/PublishLayerVersionCommand.js +3 -10
- package/dist-es/commands/PublishVersionCommand.js +3 -10
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -9
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -9
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +3 -9
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -9
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -9
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -9
- package/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAliasCommand.js +3 -9
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -9
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -9
- package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -10
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -9
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -118
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +3462 -0
- package/dist-types/LambdaClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +4 -97
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +319 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -72
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +326 -0
- package/package.json +38 -38
- package/dist-es/protocols/Aws_restJson1.js +0 -3196
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -614
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -824
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetFunction } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetFunctionCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "GetFunction", {})
|
|
18
13
|
.n("LambdaClient", "GetFunctionCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetFunctionCommand)
|
|
21
|
-
.de(de_GetFunctionCommand)
|
|
14
|
+
.sc(GetFunction)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFunctionConcurrency } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionConcurrencyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetFunctionConcurrency", {})
|
|
17
13
|
.n("LambdaClient", "GetFunctionConcurrencyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionConcurrencyCommand)
|
|
20
|
-
.de(de_GetFunctionConcurrencyCommand)
|
|
14
|
+
.sc(GetFunctionConcurrency)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetFunctionConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetFunctionConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "GetFunctionConfiguration", {})
|
|
18
13
|
.n("LambdaClient", "GetFunctionConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetFunctionConfigurationCommand)
|
|
21
|
-
.de(de_GetFunctionConfigurationCommand)
|
|
14
|
+
.sc(GetFunctionConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFunctionEventInvokeConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionEventInvokeConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetFunctionEventInvokeConfig", {})
|
|
17
13
|
.n("LambdaClient", "GetFunctionEventInvokeConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionEventInvokeConfigCommand)
|
|
20
|
-
.de(de_GetFunctionEventInvokeConfigCommand)
|
|
14
|
+
.sc(GetFunctionEventInvokeConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFunctionRecursionConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionRecursionConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetFunctionRecursionConfig", {})
|
|
17
13
|
.n("LambdaClient", "GetFunctionRecursionConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionRecursionConfigCommand)
|
|
20
|
-
.de(de_GetFunctionRecursionConfigCommand)
|
|
14
|
+
.sc(GetFunctionRecursionConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetFunctionUrlConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetFunctionUrlConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetFunctionUrlConfig", {})
|
|
17
13
|
.n("LambdaClient", "GetFunctionUrlConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetFunctionUrlConfigCommand)
|
|
20
|
-
.de(de_GetFunctionUrlConfigCommand)
|
|
14
|
+
.sc(GetFunctionUrlConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetLayerVersionByArn } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLayerVersionByArnCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetLayerVersionByArn", {})
|
|
17
13
|
.n("LambdaClient", "GetLayerVersionByArnCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLayerVersionByArnCommand)
|
|
20
|
-
.de(de_GetLayerVersionByArnCommand)
|
|
14
|
+
.sc(GetLayerVersionByArn)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetLayerVersion } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLayerVersionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetLayerVersion", {})
|
|
17
13
|
.n("LambdaClient", "GetLayerVersionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLayerVersionCommand)
|
|
20
|
-
.de(de_GetLayerVersionCommand)
|
|
14
|
+
.sc(GetLayerVersion)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetLayerVersionPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetLayerVersionPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetLayerVersionPolicy", {})
|
|
17
13
|
.n("LambdaClient", "GetLayerVersionPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetLayerVersionPolicyCommand)
|
|
20
|
-
.de(de_GetLayerVersionPolicyCommand)
|
|
14
|
+
.sc(GetLayerVersionPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetPolicy", {})
|
|
17
13
|
.n("LambdaClient", "GetPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetPolicyCommand)
|
|
20
|
-
.de(de_GetPolicyCommand)
|
|
14
|
+
.sc(GetPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetProvisionedConcurrencyConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetProvisionedConcurrencyConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
|
|
17
13
|
.n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetProvisionedConcurrencyConfigCommand)
|
|
20
|
-
.de(de_GetProvisionedConcurrencyConfigCommand)
|
|
14
|
+
.sc(GetProvisionedConcurrencyConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetRuntimeManagementConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetRuntimeManagementConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "GetRuntimeManagementConfig", {})
|
|
17
13
|
.n("LambdaClient", "GetRuntimeManagementConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetRuntimeManagementConfigCommand)
|
|
20
|
-
.de(de_GetRuntimeManagementConfigCommand)
|
|
14
|
+
.sc(GetRuntimeManagementConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { InvokeAsync } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class InvokeAsyncCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "InvokeAsync", {})
|
|
18
13
|
.n("LambdaClient", "InvokeAsyncCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_InvokeAsyncCommand)
|
|
21
|
-
.de(de_InvokeAsyncCommand)
|
|
14
|
+
.sc(InvokeAsync)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { Invoke } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class InvokeCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "Invoke", {})
|
|
18
13
|
.n("LambdaClient", "InvokeCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_InvokeCommand)
|
|
21
|
-
.de(de_InvokeCommand)
|
|
14
|
+
.sc(Invoke)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { InvokeWithResponseStream } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class InvokeWithResponseStreamCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "InvokeWithResponseStream", {
|
|
18
13
|
eventStream: {
|
|
@@ -20,8 +15,6 @@ export class InvokeWithResponseStreamCommand extends $Command
|
|
|
20
15
|
},
|
|
21
16
|
})
|
|
22
17
|
.n("LambdaClient", "InvokeWithResponseStreamCommand")
|
|
23
|
-
.
|
|
24
|
-
.ser(se_InvokeWithResponseStreamCommand)
|
|
25
|
-
.de(de_InvokeWithResponseStreamCommand)
|
|
18
|
+
.sc(InvokeWithResponseStream)
|
|
26
19
|
.build() {
|
|
27
20
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListAliases } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAliasesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListAliases", {})
|
|
17
13
|
.n("LambdaClient", "ListAliasesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAliasesCommand)
|
|
20
|
-
.de(de_ListAliasesCommand)
|
|
14
|
+
.sc(ListAliases)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListCodeSigningConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListCodeSigningConfigsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListCodeSigningConfigs", {})
|
|
17
13
|
.n("LambdaClient", "ListCodeSigningConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListCodeSigningConfigsCommand)
|
|
20
|
-
.de(de_ListCodeSigningConfigsCommand)
|
|
14
|
+
.sc(ListCodeSigningConfigs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListEventSourceMappings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListEventSourceMappingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListEventSourceMappings", {})
|
|
17
13
|
.n("LambdaClient", "ListEventSourceMappingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListEventSourceMappingsCommand)
|
|
20
|
-
.de(de_ListEventSourceMappingsCommand)
|
|
14
|
+
.sc(ListEventSourceMappings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFunctionEventInvokeConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFunctionEventInvokeConfigsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListFunctionEventInvokeConfigs", {})
|
|
17
13
|
.n("LambdaClient", "ListFunctionEventInvokeConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFunctionEventInvokeConfigsCommand)
|
|
20
|
-
.de(de_ListFunctionEventInvokeConfigsCommand)
|
|
14
|
+
.sc(ListFunctionEventInvokeConfigs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFunctionUrlConfigs } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFunctionUrlConfigsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListFunctionUrlConfigs", {})
|
|
17
13
|
.n("LambdaClient", "ListFunctionUrlConfigsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFunctionUrlConfigsCommand)
|
|
20
|
-
.de(de_ListFunctionUrlConfigsCommand)
|
|
14
|
+
.sc(ListFunctionUrlConfigs)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListFunctionsByCodeSigningConfig } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListFunctionsByCodeSigningConfigCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListFunctionsByCodeSigningConfig", {})
|
|
17
13
|
.n("LambdaClient", "ListFunctionsByCodeSigningConfigCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListFunctionsByCodeSigningConfigCommand)
|
|
20
|
-
.de(de_ListFunctionsByCodeSigningConfigCommand)
|
|
14
|
+
.sc(ListFunctionsByCodeSigningConfig)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { ListFunctions } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class ListFunctionsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("AWSGirApiService", "ListFunctions", {})
|
|
18
13
|
.n("LambdaClient", "ListFunctionsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_ListFunctionsCommand)
|
|
21
|
-
.de(de_ListFunctionsCommand)
|
|
14
|
+
.sc(ListFunctions)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListLayerVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListLayerVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AWSGirApiService", "ListLayerVersions", {})
|
|
17
13
|
.n("LambdaClient", "ListLayerVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListLayerVersionsCommand)
|
|
20
|
-
.de(de_ListLayerVersionsCommand)
|
|
14
|
+
.sc(ListLayerVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|