@aws-sdk/client-lambda 3.645.0 → 3.650.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/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +68 -204
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +1 -3
- package/dist-es/commands/AddPermissionCommand.js +1 -3
- package/dist-es/commands/CreateAliasCommand.js +1 -3
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/CreateEventSourceMappingCommand.js +1 -3
- package/dist-es/commands/CreateFunctionCommand.js +1 -3
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +1 -3
- package/dist-es/commands/DeleteAliasCommand.js +1 -3
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -3
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +1 -3
- package/dist-es/commands/DeleteLayerVersionCommand.js +1 -3
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +1 -3
- package/dist-es/commands/GetAliasCommand.js +1 -3
- package/dist-es/commands/GetCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/GetEventSourceMappingCommand.js +1 -3
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/GetFunctionCommand.js +1 -3
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +1 -3
- package/dist-es/commands/GetFunctionConfigurationCommand.js +1 -3
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +1 -3
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +1 -3
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +1 -3
- package/dist-es/commands/GetLayerVersionByArnCommand.js +1 -3
- package/dist-es/commands/GetLayerVersionCommand.js +1 -3
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +1 -3
- package/dist-es/commands/GetPolicyCommand.js +1 -3
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +1 -3
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +1 -3
- package/dist-es/commands/InvokeAsyncCommand.js +1 -3
- package/dist-es/commands/InvokeCommand.js +1 -3
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +1 -3
- package/dist-es/commands/ListAliasesCommand.js +1 -3
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +1 -3
- package/dist-es/commands/ListEventSourceMappingsCommand.js +1 -3
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +1 -3
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +1 -3
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/ListFunctionsCommand.js +1 -3
- package/dist-es/commands/ListLayerVersionsCommand.js +1 -3
- package/dist-es/commands/ListLayersCommand.js +1 -3
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.js +1 -3
- package/dist-es/commands/ListVersionsByFunctionCommand.js +1 -3
- package/dist-es/commands/PublishLayerVersionCommand.js +1 -3
- package/dist-es/commands/PublishVersionCommand.js +1 -3
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +1 -3
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +1 -3
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +1 -3
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +1 -3
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +1 -3
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +1 -3
- package/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAliasCommand.js +1 -3
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +1 -3
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionCodeCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -3
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +40 -40
|
@@ -6,9 +6,7 @@ import { de_AddLayerVersionPermissionCommand, se_AddLayerVersionPermissionComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddLayerVersionPermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddPermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCodeSigningConfigCommand, se_CreateCodeSigningConfigCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateEventSourceMappingCommand, se_CreateEventSourceMappingCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateEventSourceMappingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateFunctionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFunctionUrlConfigCommand, se_CreateFunctionUrlConfigCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFunctionUrlConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCodeSigningConfigCommand, se_DeleteCodeSigningConfigCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEventSourceMappingCommand, se_DeleteEventSourceMappingCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEventSourceMappingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionCodeSigningConfigCommand, se_DeleteFunctionCodeSigning
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionConcurrencyCommand, se_DeleteFunctionConcurrencyComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionConcurrencyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionEventInvokeConfigCommand, se_DeleteFunctionEventInvoke
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionEventInvokeConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFunctionUrlConfigCommand, se_DeleteFunctionUrlConfigCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFunctionUrlConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLayerVersionCommand, se_DeleteLayerVersionCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLayerVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteProvisionedConcurrencyConfigCommand, se_DeleteProvisionedConcu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProvisionedConcurrencyConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAliasCommand, se_GetAliasCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAliasCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCodeSigningConfigCommand, se_GetCodeSigningConfigCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEventSourceMappingCommand, se_GetEventSourceMappingCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEventSourceMappingCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionCodeSigningConfigCommand, se_GetFunctionCodeSigningConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFunctionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionConcurrencyCommand, se_GetFunctionConcurrencyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionConcurrencyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFunctionConfigurationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionEventInvokeConfigCommand, se_GetFunctionEventInvokeConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionEventInvokeConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionRecursionConfigCommand, se_GetFunctionRecursionConfigComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionRecursionConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFunctionUrlConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLayerVersionByArnCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLayerVersionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLayerVersionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetProvisionedConcurrencyConfigCommand, se_GetProvisionedConcurrency
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProvisionedConcurrencyConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRuntimeManagementConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class InvokeAsyncCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1";
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class InvokeCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class InvokeWithResponseStreamCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAliasesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCodeSigningConfigsCommand, se_ListCodeSigningConfigsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCodeSigningConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEventSourceMappingsCommand, se_ListEventSourceMappingsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEventSourceMappingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFunctionEventInvokeConfigsCommand, se_ListFunctionEventInvokeCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFunctionEventInvokeConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFunctionUrlConfigsCommand, se_ListFunctionUrlConfigsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFunctionUrlConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFunctionsByCodeSigningConfigCommand, se_ListFunctionsByCodeSigni
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFunctionsByCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListFunctionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListLayerVersionsCommand, se_ListLayerVersionsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLayerVersionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListLayersCommand, se_ListLayersCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListLayersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProvisionedConcurrencyConfigsCommand, se_ListProvisionedConcurre
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProvisionedConcurrencyConfigsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListVersionsByFunctionCommand, se_ListVersionsByFunctionCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListVersionsByFunctionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PublishLayerVersionCommand, se_PublishLayerVersionCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PublishLayerVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PublishVersionCommand, se_PublishVersionCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PublishVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutFunctionCodeSigningConfigCommand, se_PutFunctionCodeSigningConfig
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutFunctionCodeSigningConfigCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutFunctionConcurrencyCommand, se_PutFunctionConcurrencyCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutFunctionConcurrencyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|