@aws-sdk/client-lambda 3.193.0 → 3.196.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 +19 -0
- package/dist-cjs/LambdaClient.js +11 -8
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +10 -0
- package/dist-cjs/commands/AddPermissionCommand.js +10 -0
- package/dist-cjs/commands/CreateAliasCommand.js +10 -0
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +10 -0
- package/dist-cjs/commands/CreateFunctionCommand.js +10 -0
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteAliasCommand.js +10 -0
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +10 -0
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetAliasCommand.js +10 -0
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +10 -0
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +10 -0
- package/dist-cjs/commands/GetLayerVersionCommand.js +10 -0
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-cjs/commands/InvokeAsyncCommand.js +10 -0
- package/dist-cjs/commands/InvokeCommand.js +10 -0
- package/dist-cjs/commands/ListAliasesCommand.js +10 -0
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +10 -0
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionsCommand.js +10 -0
- package/dist-cjs/commands/ListLayerVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListLayersCommand.js +10 -0
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsCommand.js +10 -0
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +10 -0
- package/dist-cjs/commands/PublishLayerVersionCommand.js +10 -0
- package/dist-cjs/commands/PublishVersionCommand.js +10 -0
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +10 -0
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +10 -0
- package/dist-cjs/commands/RemovePermissionCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAliasCommand.js +10 -0
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +10 -0
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +10 -0
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +10 -0
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/LambdaClient.js +12 -9
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +10 -0
- package/dist-es/commands/AddPermissionCommand.js +10 -0
- package/dist-es/commands/CreateAliasCommand.js +10 -0
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/CreateEventSourceMappingCommand.js +10 -0
- package/dist-es/commands/CreateFunctionCommand.js +10 -0
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +10 -0
- package/dist-es/commands/DeleteAliasCommand.js +10 -0
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +10 -0
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/DeleteFunctionCommand.js +10 -0
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +10 -0
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +10 -0
- package/dist-es/commands/DeleteLayerVersionCommand.js +10 -0
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-es/commands/GetAliasCommand.js +10 -0
- package/dist-es/commands/GetCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/GetEventSourceMappingCommand.js +10 -0
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/GetFunctionCommand.js +10 -0
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +10 -0
- package/dist-es/commands/GetFunctionConfigurationCommand.js +10 -0
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +10 -0
- package/dist-es/commands/GetLayerVersionByArnCommand.js +10 -0
- package/dist-es/commands/GetLayerVersionCommand.js +10 -0
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +10 -0
- package/dist-es/commands/GetPolicyCommand.js +10 -0
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-es/commands/InvokeAsyncCommand.js +10 -0
- package/dist-es/commands/InvokeCommand.js +10 -0
- package/dist-es/commands/ListAliasesCommand.js +10 -0
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +10 -0
- package/dist-es/commands/ListEventSourceMappingsCommand.js +10 -0
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +10 -0
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +10 -0
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/ListFunctionsCommand.js +10 -0
- package/dist-es/commands/ListLayerVersionsCommand.js +10 -0
- package/dist-es/commands/ListLayersCommand.js +10 -0
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +10 -0
- package/dist-es/commands/ListTagsCommand.js +10 -0
- package/dist-es/commands/ListVersionsByFunctionCommand.js +10 -0
- package/dist-es/commands/PublishLayerVersionCommand.js +10 -0
- package/dist-es/commands/PublishVersionCommand.js +10 -0
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +10 -0
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +10 -0
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +10 -0
- package/dist-es/commands/RemovePermissionCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAliasCommand.js +10 -0
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +10 -0
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +10 -0
- package/dist-es/commands/UpdateFunctionCodeCommand.js +10 -0
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +10 -0
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/LambdaClient.d.ts +6 -9
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +2 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetAliasCommand.d.ts +2 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +2 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +2 -0
- package/dist-types/commands/InvokeCommand.d.ts +2 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLayersCommand.d.ts +2 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +2 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +2 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/LambdaClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -369
- package/dist-es/endpoints.js +0 -365
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateFunctionUrlConfigCommand extends $Command<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateFunctionUrlConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateFunctionUrlConfigCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { LambdaClientConfig } from "./LambdaClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -294,6 +295,11 @@ import {
|
|
|
294
295
|
UpdateFunctionUrlConfigCommandInput,
|
|
295
296
|
UpdateFunctionUrlConfigCommandOutput,
|
|
296
297
|
} from "./commands/UpdateFunctionUrlConfigCommand";
|
|
298
|
+
import {
|
|
299
|
+
ClientInputEndpointParameters,
|
|
300
|
+
ClientResolvedEndpointParameters,
|
|
301
|
+
EndpointParameters,
|
|
302
|
+
} from "./endpoint/EndpointParameters";
|
|
297
303
|
export declare type ServiceInputTypes =
|
|
298
304
|
| AddLayerVersionPermissionCommandInput
|
|
299
305
|
| AddPermissionCommandInput
|
|
@@ -443,7 +449,6 @@ export interface ClientDefaults
|
|
|
443
449
|
serviceId?: string;
|
|
444
450
|
region?: string | __Provider<string>;
|
|
445
451
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
446
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
447
452
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
448
453
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
449
454
|
}
|
|
@@ -452,21 +457,23 @@ declare type LambdaClientConfigType = Partial<
|
|
|
452
457
|
> &
|
|
453
458
|
ClientDefaults &
|
|
454
459
|
RegionInputConfig &
|
|
455
|
-
|
|
460
|
+
EndpointInputConfig<EndpointParameters> &
|
|
456
461
|
RetryInputConfig &
|
|
457
462
|
HostHeaderInputConfig &
|
|
458
463
|
AwsAuthInputConfig &
|
|
459
|
-
UserAgentInputConfig
|
|
464
|
+
UserAgentInputConfig &
|
|
465
|
+
ClientInputEndpointParameters;
|
|
460
466
|
export interface LambdaClientConfig extends LambdaClientConfigType {}
|
|
461
467
|
declare type LambdaClientResolvedConfigType =
|
|
462
468
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
463
469
|
Required<ClientDefaults> &
|
|
464
470
|
RegionResolvedConfig &
|
|
465
|
-
|
|
471
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
466
472
|
RetryResolvedConfig &
|
|
467
473
|
HostHeaderResolvedConfig &
|
|
468
474
|
AwsAuthResolvedConfig &
|
|
469
|
-
UserAgentResolvedConfig
|
|
475
|
+
UserAgentResolvedConfig &
|
|
476
|
+
ClientResolvedEndpointParameters;
|
|
470
477
|
export interface LambdaClientResolvedConfig
|
|
471
478
|
extends LambdaClientResolvedConfigType {}
|
|
472
479
|
export declare class LambdaClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AddLayerVersionPermissionCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AddLayerVersionPermissionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AddLayerVersionPermissionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class AddPermissionCommand extends $Command<
|
|
|
24
25
|
LambdaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: AddPermissionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: AddPermissionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateAliasCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateAliasCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateAliasCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateCodeSigningConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateCodeSigningConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCodeSigningConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEventSourceMappingCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEventSourceMappingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEventSourceMappingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateFunctionCommand extends $Command<
|
|
|
24
25
|
LambdaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateFunctionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateFunctionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateFunctionUrlConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateFunctionUrlConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateFunctionUrlConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteAliasCommand extends $Command<
|
|
|
19
20
|
LambdaClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteAliasCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteAliasCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteCodeSigningConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteCodeSigningConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCodeSigningConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEventSourceMappingCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEventSourceMappingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEventSourceMappingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteFunctionCodeSigningConfigCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteFunctionCodeSigningConfigCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteFunctionCodeSigningConfigCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class DeleteFunctionCommand extends $Command<
|
|
|
19
20
|
LambdaClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: DeleteFunctionCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: DeleteFunctionCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteFunctionConcurrencyCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteFunctionConcurrencyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteFunctionConcurrencyCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteFunctionEventInvokeConfigCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteFunctionUrlConfigCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteFunctionUrlConfigCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteFunctionUrlConfigCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class DeleteLayerVersionCommand extends $Command<
|
|
|
20
21
|
LambdaClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: DeleteLayerVersionCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: DeleteLayerVersionCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetAccountSettingsCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetAccountSettingsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetAliasCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetAliasCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetAliasCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetCodeSigningConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetCodeSigningConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetCodeSigningConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetEventSourceMappingCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetEventSourceMappingCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetEventSourceMappingCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetFunctionCodeSigningConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetFunctionCodeSigningConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFunctionCodeSigningConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetFunctionCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetFunctionCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetFunctionCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetFunctionConcurrencyCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetFunctionConcurrencyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFunctionConcurrencyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetFunctionConfigurationCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetFunctionConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFunctionConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetFunctionEventInvokeConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetFunctionEventInvokeConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFunctionEventInvokeConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetFunctionUrlConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetFunctionUrlConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetFunctionUrlConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetLayerVersionByArnCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetLayerVersionByArnCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLayerVersionByArnCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class GetLayerVersionCommand extends $Command<
|
|
|
24
25
|
LambdaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: GetLayerVersionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: GetLayerVersionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetLayerVersionPolicyCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetLayerVersionPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLayerVersionPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetPolicyCommand extends $Command<
|
|
|
21
22
|
LambdaClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetPolicyCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetPolicyCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetProvisionedConcurrencyConfigCommand extends $Command<
|
|
|
25
26
|
LambdaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetProvisionedConcurrencyConfigCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -27,6 +28,7 @@ export declare class InvokeAsyncCommand extends $Command<
|
|
|
27
28
|
LambdaClientResolvedConfig
|
|
28
29
|
> {
|
|
29
30
|
readonly input: InvokeAsyncCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: InvokeAsyncCommandInput);
|
|
31
33
|
resolveMiddleware(
|
|
32
34
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|