@aws-sdk/client-lambda 3.533.0 → 3.535.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-types/Lambda.d.ts +6 -1
- package/dist-types/LambdaClient.d.ts +1 -1
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +2 -1
- package/dist-types/commands/AddPermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/GetAliasCommand.d.ts +2 -1
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +2 -1
- package/dist-types/commands/InvokeAsyncCommand.d.ts +3 -3
- package/dist-types/commands/InvokeCommand.d.ts +2 -1
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +2 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListLayersCommand.d.ts +2 -1
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +2 -1
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +2 -1
- package/dist-types/commands/PublishVersionCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +2 -1
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -1
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +2 -1
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +685 -686
- package/dist-types/ts3.4/Lambda.d.ts +5 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +9 -0
- package/package.json +45 -45
|
@@ -492,6 +492,7 @@ export interface Lambda {
|
|
|
492
492
|
data?: DeleteProvisionedConcurrencyConfigCommandOutput
|
|
493
493
|
) => void
|
|
494
494
|
): void;
|
|
495
|
+
getAccountSettings(): Promise<GetAccountSettingsCommandOutput>;
|
|
495
496
|
getAccountSettings(
|
|
496
497
|
args: GetAccountSettingsCommandInput,
|
|
497
498
|
options?: __HttpHandlerOptions
|
|
@@ -752,6 +753,7 @@ export interface Lambda {
|
|
|
752
753
|
options: __HttpHandlerOptions,
|
|
753
754
|
cb: (err: any, data?: ListAliasesCommandOutput) => void
|
|
754
755
|
): void;
|
|
756
|
+
listCodeSigningConfigs(): Promise<ListCodeSigningConfigsCommandOutput>;
|
|
755
757
|
listCodeSigningConfigs(
|
|
756
758
|
args: ListCodeSigningConfigsCommandInput,
|
|
757
759
|
options?: __HttpHandlerOptions
|
|
@@ -765,6 +767,7 @@ export interface Lambda {
|
|
|
765
767
|
options: __HttpHandlerOptions,
|
|
766
768
|
cb: (err: any, data?: ListCodeSigningConfigsCommandOutput) => void
|
|
767
769
|
): void;
|
|
770
|
+
listEventSourceMappings(): Promise<ListEventSourceMappingsCommandOutput>;
|
|
768
771
|
listEventSourceMappings(
|
|
769
772
|
args: ListEventSourceMappingsCommandInput,
|
|
770
773
|
options?: __HttpHandlerOptions
|
|
@@ -791,6 +794,7 @@ export interface Lambda {
|
|
|
791
794
|
options: __HttpHandlerOptions,
|
|
792
795
|
cb: (err: any, data?: ListFunctionEventInvokeConfigsCommandOutput) => void
|
|
793
796
|
): void;
|
|
797
|
+
listFunctions(): Promise<ListFunctionsCommandOutput>;
|
|
794
798
|
listFunctions(
|
|
795
799
|
args: ListFunctionsCommandInput,
|
|
796
800
|
options?: __HttpHandlerOptions
|
|
@@ -830,6 +834,7 @@ export interface Lambda {
|
|
|
830
834
|
options: __HttpHandlerOptions,
|
|
831
835
|
cb: (err: any, data?: ListFunctionUrlConfigsCommandOutput) => void
|
|
832
836
|
): void;
|
|
837
|
+
listLayers(): Promise<ListLayersCommandOutput>;
|
|
833
838
|
listLayers(
|
|
834
839
|
args: ListLayersCommandInput,
|
|
835
840
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AddLayerVersionPermissionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AddLayerVersionPermissionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AddLayerVersionPermissionCommandInput,
|
|
32
|
+
AddLayerVersionPermissionCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AddPermissionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AddPermissionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AddPermissionCommandInput,
|
|
31
|
+
AddPermissionCommandOutput,
|
|
32
|
+
LambdaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AddPermissionCommand extends AddPermissionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateAliasCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateAliasCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateAliasCommandInput,
|
|
28
|
+
CreateAliasCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateAliasCommand extends CreateAliasCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateCodeSigningConfigCommandInput,
|
|
32
|
+
CreateCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateEventSourceMappingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateEventSourceMappingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateEventSourceMappingCommandInput,
|
|
32
|
+
CreateEventSourceMappingCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateFunctionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateFunctionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateFunctionCommandInput,
|
|
31
|
+
CreateFunctionCommandOutput,
|
|
32
|
+
LambdaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateFunctionUrlConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateFunctionUrlConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateFunctionUrlConfigCommandInput,
|
|
32
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateFunctionUrlConfigCommand extends CreateFunctionUrlConfigCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteAliasCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteAliasCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteAliasCommandInput,
|
|
26
|
+
DeleteAliasCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteCodeSigningConfigCommandInput,
|
|
32
|
+
DeleteCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteCodeSigningConfigCommand extends DeleteCodeSigningConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteEventSourceMappingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteEventSourceMappingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteEventSourceMappingCommandInput,
|
|
32
|
+
DeleteEventSourceMappingCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteEventSourceMappingCommand extends DeleteEventSourceMappingCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteFunctionCodeSigningConfigCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteFunctionCodeSigningConfigCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteFunctionCodeSigningConfigCommandInput,
|
|
28
|
+
DeleteFunctionCodeSigningConfigCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteFunctionCodeSigningConfigCommand extends DeleteFunctionCodeSigningConfigCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeleteFunctionCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeleteFunctionCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeleteFunctionCommandInput,
|
|
26
|
+
DeleteFunctionCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteFunctionConcurrencyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteFunctionConcurrencyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteFunctionConcurrencyCommandInput,
|
|
28
|
+
DeleteFunctionConcurrencyCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteFunctionConcurrencyCommand extends DeleteFunctionConcurrencyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteFunctionEventInvokeConfigCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteFunctionEventInvokeConfigCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteFunctionEventInvokeConfigCommandInput,
|
|
28
|
+
DeleteFunctionEventInvokeConfigCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteFunctionUrlConfigCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteFunctionUrlConfigCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteFunctionUrlConfigCommandInput,
|
|
28
|
+
DeleteFunctionUrlConfigCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteFunctionUrlConfigCommand extends DeleteFunctionUrlConfigCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeleteLayerVersionCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeleteLayerVersionCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeleteLayerVersionCommandInput,
|
|
27
|
+
DeleteLayerVersionCommandOutput,
|
|
28
|
+
LambdaClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeleteLayerVersionCommand extends DeleteLayerVersionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteProvisionedConcurrencyConfigCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteProvisionedConcurrencyConfigCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteProvisionedConcurrencyConfigCommandInput,
|
|
28
|
+
DeleteProvisionedConcurrencyConfigCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteProvisionedConcurrencyConfigCommand extends DeleteProvisionedConcurrencyConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAccountSettingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetAccountSettingsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAccountSettingsCommandInput,
|
|
32
|
+
GetAccountSettingsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAccountSettingsCommand extends GetAccountSettingsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetAliasCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetAliasCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetAliasCommandInput,
|
|
28
|
+
GetAliasCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetAliasCommand extends GetAliasCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetCodeSigningConfigCommandInput,
|
|
32
|
+
GetCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetCodeSigningConfigCommand extends GetCodeSigningConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetEventSourceMappingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetEventSourceMappingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetEventSourceMappingCommandInput,
|
|
32
|
+
GetEventSourceMappingCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetEventSourceMappingCommand extends GetEventSourceMappingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFunctionCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFunctionCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFunctionCodeSigningConfigCommandInput,
|
|
32
|
+
GetFunctionCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFunctionCodeSigningConfigCommand extends GetFunctionCodeSigningConfigCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetFunctionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetFunctionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetFunctionCommandInput,
|
|
28
|
+
GetFunctionCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetFunctionCommand extends GetFunctionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFunctionConcurrencyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFunctionConcurrencyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFunctionConcurrencyCommandInput,
|
|
32
|
+
GetFunctionConcurrencyCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFunctionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFunctionConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFunctionConfigurationCommandInput,
|
|
32
|
+
GetFunctionConfigurationCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFunctionConfigurationCommand extends GetFunctionConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFunctionEventInvokeConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFunctionEventInvokeConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFunctionEventInvokeConfigCommandInput,
|
|
32
|
+
GetFunctionEventInvokeConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetFunctionUrlConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetFunctionUrlConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetFunctionUrlConfigCommandInput,
|
|
32
|
+
GetFunctionUrlConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetFunctionUrlConfigCommand extends GetFunctionUrlConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetLayerVersionByArnCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetLayerVersionByArnCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetLayerVersionByArnCommandInput,
|
|
32
|
+
GetLayerVersionByArnCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetLayerVersionByArnCommand extends GetLayerVersionByArnCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetLayerVersionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetLayerVersionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetLayerVersionCommandInput,
|
|
31
|
+
GetLayerVersionCommandOutput,
|
|
32
|
+
LambdaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetLayerVersionCommand extends GetLayerVersionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetLayerVersionPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetLayerVersionPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetLayerVersionPolicyCommandInput,
|
|
32
|
+
GetLayerVersionPolicyCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetLayerVersionPolicyCommand extends GetLayerVersionPolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetPolicyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetPolicyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetPolicyCommandInput,
|
|
28
|
+
GetPolicyCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetProvisionedConcurrencyConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetProvisionedConcurrencyConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetProvisionedConcurrencyConfigCommandInput,
|
|
32
|
+
GetProvisionedConcurrencyConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetProvisionedConcurrencyConfigCommand extends GetProvisionedConcurrencyConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetRuntimeManagementConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetRuntimeManagementConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetRuntimeManagementConfigCommandInput,
|
|
32
|
+
GetRuntimeManagementConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {}
|
|
@@ -30,6 +30,15 @@ declare const InvokeAsyncCommand_base: {
|
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
+
new (
|
|
34
|
+
__0_0: InvokeAsyncCommandInput
|
|
35
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
36
|
+
InvokeAsyncCommandInput,
|
|
37
|
+
InvokeAsyncCommandOutput,
|
|
38
|
+
LambdaClientResolvedConfig,
|
|
39
|
+
ServiceInputTypes,
|
|
40
|
+
ServiceOutputTypes
|
|
41
|
+
>;
|
|
33
42
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
43
|
};
|
|
35
44
|
export declare class InvokeAsyncCommand extends InvokeAsyncCommand_base {}
|
|
@@ -35,6 +35,13 @@ declare const InvokeCommand_base: {
|
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
+
new (__0_0: InvokeCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
39
|
+
InvokeCommandInput,
|
|
40
|
+
InvokeCommandOutput,
|
|
41
|
+
LambdaClientResolvedConfig,
|
|
42
|
+
ServiceInputTypes,
|
|
43
|
+
ServiceOutputTypes
|
|
44
|
+
>;
|
|
38
45
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
46
|
};
|
|
40
47
|
export declare class InvokeCommand extends InvokeCommand_base {}
|
|
@@ -34,6 +34,15 @@ declare const InvokeWithResponseStreamCommand_base: {
|
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
+
new (
|
|
38
|
+
__0_0: InvokeWithResponseStreamCommandInput
|
|
39
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
40
|
+
InvokeWithResponseStreamCommandInput,
|
|
41
|
+
InvokeWithResponseStreamCommandOutput,
|
|
42
|
+
LambdaClientResolvedConfig,
|
|
43
|
+
ServiceInputTypes,
|
|
44
|
+
ServiceOutputTypes
|
|
45
|
+
>;
|
|
37
46
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
47
|
};
|
|
39
48
|
export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {}
|