@aws-sdk/client-lambda 3.478.0 → 3.481.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/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/AddPermissionCommand.js +18 -41
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-cjs/commands/GetAliasCommand.js +18 -41
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/InvokeAsyncCommand.js +18 -41
- package/dist-cjs/commands/InvokeCommand.js +18 -41
- package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-cjs/commands/ListAliasesCommand.js +18 -41
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListLayersCommand.js +18 -41
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-cjs/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-cjs/commands/PublishVersionCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/AddPermissionCommand.js +18 -41
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/CreateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteAliasCommand.js +18 -41
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/DeleteLayerVersionCommand.js +18 -41
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
- package/dist-es/commands/GetAliasCommand.js +18 -41
- package/dist-es/commands/GetCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/GetFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionByArnCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionCommand.js +18 -41
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/GetRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/InvokeAsyncCommand.js +18 -41
- package/dist-es/commands/InvokeCommand.js +18 -41
- package/dist-es/commands/InvokeWithResponseStreamCommand.js +22 -44
- package/dist-es/commands/ListAliasesCommand.js +18 -41
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +18 -41
- package/dist-es/commands/ListEventSourceMappingsCommand.js +18 -41
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +18 -41
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListLayerVersionsCommand.js +18 -41
- package/dist-es/commands/ListLayersCommand.js +18 -41
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/ListVersionsByFunctionCommand.js +18 -41
- package/dist-es/commands/PublishLayerVersionCommand.js +18 -41
- package/dist-es/commands/PublishVersionCommand.js +18 -41
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +18 -41
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
- package/dist-es/commands/PutRuntimeManagementConfigCommand.js +18 -41
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAliasCommand.js +18 -41
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +18 -41
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCodeCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
- package/dist-types/commands/GetAliasCommand.d.ts +6 -21
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -21
- package/dist-types/commands/InvokeCommand.d.ts +6 -21
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -21
- package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListLayersCommand.d.ts +6 -21
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -21
- package/dist-types/commands/PublishVersionCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -21
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -21
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -21
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +11 -20
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +11 -21
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { EventSourceMappingConfiguration, UpdateEventSourceMappingRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateEventSourceMappingCommandInput extends UpdateEventSourceM
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateEventSourceMappingCommand_base: {
|
|
24
|
+
new (input: UpdateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
|
|
@@ -291,23 +294,5 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
291
294
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
292
295
|
*
|
|
293
296
|
*/
|
|
294
|
-
export declare class UpdateEventSourceMappingCommand extends
|
|
295
|
-
readonly input: UpdateEventSourceMappingCommandInput;
|
|
296
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
297
|
-
/**
|
|
298
|
-
* @public
|
|
299
|
-
*/
|
|
300
|
-
constructor(input: UpdateEventSourceMappingCommandInput);
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput>;
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
|
-
private serialize;
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
|
-
private deserialize;
|
|
297
|
+
export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {
|
|
313
298
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { FunctionConfiguration, UpdateFunctionCodeRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFunctionCodeCommandInput extends UpdateFunctionCodeReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFunctionCodeCommand_base: {
|
|
24
|
+
new (input: UpdateFunctionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package
|
|
@@ -210,23 +213,5 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
210
213
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
211
214
|
*
|
|
212
215
|
*/
|
|
213
|
-
export declare class UpdateFunctionCodeCommand extends
|
|
214
|
-
readonly input: UpdateFunctionCodeCommandInput;
|
|
215
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
216
|
-
/**
|
|
217
|
-
* @public
|
|
218
|
-
*/
|
|
219
|
-
constructor(input: UpdateFunctionCodeCommandInput);
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* @internal
|
|
226
|
-
*/
|
|
227
|
-
private serialize;
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
|
-
private deserialize;
|
|
216
|
+
export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {
|
|
232
217
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { FunctionConfiguration, UpdateFunctionConfigurationRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFunctionConfigurationCommandInput extends UpdateFunctionC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFunctionConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modify the version-specific settings of a Lambda function.</p>
|
|
@@ -250,23 +253,5 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
250
253
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
251
254
|
*
|
|
252
255
|
*/
|
|
253
|
-
export declare class UpdateFunctionConfigurationCommand extends
|
|
254
|
-
readonly input: UpdateFunctionConfigurationCommandInput;
|
|
255
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
256
|
-
/**
|
|
257
|
-
* @public
|
|
258
|
-
*/
|
|
259
|
-
constructor(input: UpdateFunctionConfigurationCommandInput);
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput>;
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
|
-
private serialize;
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
private deserialize;
|
|
256
|
+
export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {
|
|
272
257
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { FunctionEventInvokeConfig, UpdateFunctionEventInvokeConfigRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFunctionEventInvokeConfigCommandInput extends UpdateFunct
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFunctionEventInvokeConfigCommand_base: {
|
|
24
|
+
new (input: UpdateFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
|
|
@@ -89,23 +92,5 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class UpdateFunctionEventInvokeConfigCommand extends
|
|
93
|
-
readonly input: UpdateFunctionEventInvokeConfigCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: UpdateFunctionEventInvokeConfigCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
|
|
5
4
|
import { UpdateFunctionUrlConfigRequest, UpdateFunctionUrlConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFunctionUrlConfigCommandInput extends UpdateFunctionUrlCo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFunctionUrlConfigCommand_base: {
|
|
24
|
+
new (input: UpdateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the configuration for a Lambda function URL.</p>
|
|
@@ -106,23 +109,5 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
|
|
|
106
109
|
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
107
110
|
*
|
|
108
111
|
*/
|
|
109
|
-
export declare class UpdateFunctionUrlConfigCommand extends
|
|
110
|
-
readonly input: UpdateFunctionUrlConfigCommandInput;
|
|
111
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
112
|
-
/**
|
|
113
|
-
* @public
|
|
114
|
-
*/
|
|
115
|
-
constructor(input: UpdateFunctionUrlConfigCommandInput);
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput>;
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
private serialize;
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
private deserialize;
|
|
112
|
+
export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {
|
|
128
113
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AddLayerVersionPermissionCommandInput
|
|
|
21
15
|
export interface AddLayerVersionPermissionCommandOutput
|
|
22
16
|
extends AddLayerVersionPermissionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AddLayerVersionPermissionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AddLayerVersionPermissionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: LambdaClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AddLayerVersionPermissionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AddLayerVersionPermissionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AddLayerVersionPermissionCommandInput,
|
|
38
|
-
AddLayerVersionPermissionCommandOutput
|
|
23
|
+
AddLayerVersionPermissionCommandOutput,
|
|
24
|
+
LambdaClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface AddPermissionCommandInput extends AddPermissionRequest {}
|
|
|
20
14
|
export interface AddPermissionCommandOutput
|
|
21
15
|
extends AddPermissionResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const AddPermissionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: AddPermissionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
AddPermissionCommandInput,
|
|
22
|
+
AddPermissionCommandOutput,
|
|
23
|
+
LambdaClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class AddPermissionCommand extends AddPermissionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface CreateAliasCommandInput extends CreateAliasRequest {}
|
|
|
17
11
|
export interface CreateAliasCommandOutput
|
|
18
12
|
extends AliasConfiguration,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const CreateAliasCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CreateAliasCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CreateAliasCommandInput,
|
|
19
|
+
CreateAliasCommandOutput,
|
|
20
|
+
LambdaClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class CreateAliasCommand extends CreateAliasCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateCodeSigningConfigCommandInput
|
|
|
21
15
|
export interface CreateCodeSigningConfigCommandOutput
|
|
22
16
|
extends CreateCodeSigningConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateCodeSigningConfigCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateCodeSigningConfigCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: LambdaClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateCodeSigningConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateCodeSigningConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateCodeSigningConfigCommandInput,
|
|
38
|
-
CreateCodeSigningConfigCommandOutput
|
|
23
|
+
CreateCodeSigningConfigCommandOutput,
|
|
24
|
+
LambdaClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateEventSourceMappingCommandInput
|
|
|
21
15
|
export interface CreateEventSourceMappingCommandOutput
|
|
22
16
|
extends EventSourceMappingConfiguration,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateEventSourceMappingCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateEventSourceMappingCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: LambdaClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateEventSourceMappingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateEventSourceMappingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateEventSourceMappingCommandInput,
|
|
38
|
-
CreateEventSourceMappingCommandOutput
|
|
23
|
+
CreateEventSourceMappingCommandOutput,
|
|
24
|
+
LambdaClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
|
|
|
20
14
|
export interface CreateFunctionCommandOutput
|
|
21
15
|
extends FunctionConfiguration,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateFunctionCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateFunctionCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateFunctionCommandInput,
|
|
22
|
+
CreateFunctionCommandOutput,
|
|
23
|
+
LambdaClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateFunctionUrlConfigCommandInput
|
|
|
21
15
|
export interface CreateFunctionUrlConfigCommandOutput
|
|
22
16
|
extends CreateFunctionUrlConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateFunctionUrlConfigCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateFunctionUrlConfigCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: LambdaClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateFunctionUrlConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateFunctionUrlConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateFunctionUrlConfigCommandInput,
|
|
38
|
-
CreateFunctionUrlConfigCommandOutput
|
|
23
|
+
CreateFunctionUrlConfigCommandOutput,
|
|
24
|
+
LambdaClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateFunctionUrlConfigCommand extends CreateFunctionUrlConfigCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
LambdaClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,19 +9,16 @@ import { DeleteAliasRequest } from "../models/models_0";
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
|
|
17
11
|
export interface DeleteAliasCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const DeleteAliasCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DeleteAliasCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
DeleteAliasCommandInput,
|
|
17
|
+
DeleteAliasCommandOutput,
|
|
18
|
+
LambdaClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}
|