@aws-sdk/client-lambda 3.952.0 → 3.954.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 +1462 -1006
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/AddPermissionCommand.js +2 -2
- package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
- package/dist-es/commands/CreateAliasCommand.js +2 -2
- package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetAliasCommand.js +2 -2
- package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
- package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
- package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
- package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionCommand.js +2 -2
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/InvokeAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeCommand.js +2 -2
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
- package/dist-es/commands/ListAliasesCommand.js +2 -2
- package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
- package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-es/commands/ListLayersCommand.js +2 -2
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-es/commands/PublishVersionCommand.js +2 -2
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
- package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
- package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
- package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +898 -832
- package/dist-types/LambdaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +391 -454
- package/dist-types/ts3.4/LambdaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +390 -456
- package/package.json +39 -39
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendDurableExecutionCallbackFailure } from "../schemas/schemas_0";
|
|
4
|
+
import { SendDurableExecutionCallbackFailure$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendDurableExecutionCallbackFailureCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendDurableExecutionCallbackFailureCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "SendDurableExecutionCallbackFailure", {})
|
|
13
13
|
.n("LambdaClient", "SendDurableExecutionCallbackFailureCommand")
|
|
14
|
-
.sc(SendDurableExecutionCallbackFailure)
|
|
14
|
+
.sc(SendDurableExecutionCallbackFailure$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendDurableExecutionCallbackHeartbeat } from "../schemas/schemas_0";
|
|
4
|
+
import { SendDurableExecutionCallbackHeartbeat$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendDurableExecutionCallbackHeartbeatCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendDurableExecutionCallbackHeartbeatCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "SendDurableExecutionCallbackHeartbeat", {})
|
|
13
13
|
.n("LambdaClient", "SendDurableExecutionCallbackHeartbeatCommand")
|
|
14
|
-
.sc(SendDurableExecutionCallbackHeartbeat)
|
|
14
|
+
.sc(SendDurableExecutionCallbackHeartbeat$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendDurableExecutionCallbackSuccess } from "../schemas/schemas_0";
|
|
4
|
+
import { SendDurableExecutionCallbackSuccess$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendDurableExecutionCallbackSuccessCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendDurableExecutionCallbackSuccessCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "SendDurableExecutionCallbackSuccess", {})
|
|
13
13
|
.n("LambdaClient", "SendDurableExecutionCallbackSuccessCommand")
|
|
14
|
-
.sc(SendDurableExecutionCallbackSuccess)
|
|
14
|
+
.sc(SendDurableExecutionCallbackSuccess$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopDurableExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StopDurableExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopDurableExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopDurableExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "StopDurableExecution", {})
|
|
13
13
|
.n("LambdaClient", "StopDurableExecutionCommand")
|
|
14
|
-
.sc(StopDurableExecution)
|
|
14
|
+
.sc(StopDurableExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "TagResource", {})
|
|
13
13
|
.n("LambdaClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UntagResource", {})
|
|
13
13
|
.n("LambdaClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAlias } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAlias$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAliasCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAliasCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateAlias", {})
|
|
13
13
|
.n("LambdaClient", "UpdateAliasCommand")
|
|
14
|
-
.sc(UpdateAlias)
|
|
14
|
+
.sc(UpdateAlias$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCapacityProvider } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCapacityProvider$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCapacityProviderCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCapacityProviderCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateCapacityProvider", {})
|
|
13
13
|
.n("LambdaClient", "UpdateCapacityProviderCommand")
|
|
14
|
-
.sc(UpdateCapacityProvider)
|
|
14
|
+
.sc(UpdateCapacityProvider$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateCodeSigningConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateCodeSigningConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateCodeSigningConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateCodeSigningConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateCodeSigningConfig", {})
|
|
13
13
|
.n("LambdaClient", "UpdateCodeSigningConfigCommand")
|
|
14
|
-
.sc(UpdateCodeSigningConfig)
|
|
14
|
+
.sc(UpdateCodeSigningConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateEventSourceMapping } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateEventSourceMapping$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateEventSourceMappingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateEventSourceMappingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateEventSourceMapping", {})
|
|
13
13
|
.n("LambdaClient", "UpdateEventSourceMappingCommand")
|
|
14
|
-
.sc(UpdateEventSourceMapping)
|
|
14
|
+
.sc(UpdateEventSourceMapping$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFunctionCode } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFunctionCode$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFunctionCodeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFunctionCodeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateFunctionCode", {})
|
|
13
13
|
.n("LambdaClient", "UpdateFunctionCodeCommand")
|
|
14
|
-
.sc(UpdateFunctionCode)
|
|
14
|
+
.sc(UpdateFunctionCode$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFunctionConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFunctionConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFunctionConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFunctionConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateFunctionConfiguration", {})
|
|
13
13
|
.n("LambdaClient", "UpdateFunctionConfigurationCommand")
|
|
14
|
-
.sc(UpdateFunctionConfiguration)
|
|
14
|
+
.sc(UpdateFunctionConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFunctionEventInvokeConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFunctionEventInvokeConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFunctionEventInvokeConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFunctionEventInvokeConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateFunctionEventInvokeConfig", {})
|
|
13
13
|
.n("LambdaClient", "UpdateFunctionEventInvokeConfigCommand")
|
|
14
|
-
.sc(UpdateFunctionEventInvokeConfig)
|
|
14
|
+
.sc(UpdateFunctionEventInvokeConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateFunctionUrlConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateFunctionUrlConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateFunctionUrlConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateFunctionUrlConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSGirApiService", "UpdateFunctionUrlConfig", {})
|
|
13
13
|
.n("LambdaClient", "UpdateFunctionUrlConfigCommand")
|
|
14
|
-
.sc(UpdateFunctionUrlConfig)
|
|
14
|
+
.sc(UpdateFunctionUrlConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.lambda",
|
|
29
|
+
version: "2015-03-31",
|
|
30
|
+
serviceTarget: "AWSGirApiService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Lambda",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|