@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
|
@@ -21,6 +21,15 @@ declare const ListAliasesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListAliasesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListAliasesCommandInput,
|
|
28
|
+
ListAliasesCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListAliasesCommand extends ListAliasesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListCodeSigningConfigsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListCodeSigningConfigsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListCodeSigningConfigsCommandInput,
|
|
32
|
+
ListCodeSigningConfigsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListEventSourceMappingsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListEventSourceMappingsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListEventSourceMappingsCommandInput,
|
|
32
|
+
ListEventSourceMappingsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListFunctionEventInvokeConfigsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListFunctionEventInvokeConfigsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFunctionEventInvokeConfigsCommandInput,
|
|
32
|
+
ListFunctionEventInvokeConfigsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListFunctionUrlConfigsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListFunctionUrlConfigsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFunctionUrlConfigsCommandInput,
|
|
32
|
+
ListFunctionUrlConfigsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListFunctionsByCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListFunctionsByCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFunctionsByCodeSigningConfigCommandInput,
|
|
32
|
+
ListFunctionsByCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListFunctionsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListFunctionsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListFunctionsCommandInput,
|
|
31
|
+
ListFunctionsCommandOutput,
|
|
32
|
+
LambdaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListLayerVersionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListLayerVersionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListLayerVersionsCommandInput,
|
|
32
|
+
ListLayerVersionsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListLayersCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListLayersCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListLayersCommandInput,
|
|
28
|
+
ListLayersCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListLayersCommand extends ListLayersCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListProvisionedConcurrencyConfigsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListProvisionedConcurrencyConfigsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListProvisionedConcurrencyConfigsCommandInput,
|
|
32
|
+
ListProvisionedConcurrencyConfigsCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListTagsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListTagsCommandInput,
|
|
28
|
+
ListTagsCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListTagsCommand extends ListTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListVersionsByFunctionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListVersionsByFunctionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListVersionsByFunctionCommandInput,
|
|
32
|
+
ListVersionsByFunctionCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PublishLayerVersionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PublishLayerVersionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PublishLayerVersionCommandInput,
|
|
32
|
+
PublishLayerVersionCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const PublishVersionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: PublishVersionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
PublishVersionCommandInput,
|
|
31
|
+
PublishVersionCommandOutput,
|
|
32
|
+
LambdaClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class PublishVersionCommand extends PublishVersionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutFunctionCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutFunctionCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutFunctionCodeSigningConfigCommandInput,
|
|
32
|
+
PutFunctionCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {}
|
|
@@ -22,6 +22,15 @@ declare const PutFunctionConcurrencyCommand_base: {
|
|
|
22
22
|
ServiceInputTypes,
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: PutFunctionConcurrencyCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
PutFunctionConcurrencyCommandInput,
|
|
29
|
+
PutFunctionConcurrencyCommandOutput,
|
|
30
|
+
LambdaClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
25
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
35
|
};
|
|
27
36
|
export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutFunctionEventInvokeConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutFunctionEventInvokeConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutFunctionEventInvokeConfigCommandInput,
|
|
32
|
+
PutFunctionEventInvokeConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutProvisionedConcurrencyConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutProvisionedConcurrencyConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutProvisionedConcurrencyConfigCommandInput,
|
|
32
|
+
PutProvisionedConcurrencyConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutProvisionedConcurrencyConfigCommand extends PutProvisionedConcurrencyConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutRuntimeManagementConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutRuntimeManagementConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutRuntimeManagementConfigCommandInput,
|
|
32
|
+
PutRuntimeManagementConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutRuntimeManagementConfigCommand extends PutRuntimeManagementConfigCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RemoveLayerVersionPermissionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RemoveLayerVersionPermissionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RemoveLayerVersionPermissionCommandInput,
|
|
28
|
+
RemoveLayerVersionPermissionCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: RemovePermissionCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
RemovePermissionCommandInput,
|
|
26
|
+
RemovePermissionCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const TagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: TagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
TagResourceCommandInput,
|
|
26
|
+
TagResourceCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const UntagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: UntagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
UntagResourceCommandInput,
|
|
26
|
+
UntagResourceCommandOutput,
|
|
27
|
+
LambdaClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateAliasCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateAliasCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateAliasCommandInput,
|
|
28
|
+
UpdateAliasCommandOutput,
|
|
29
|
+
LambdaClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateAliasCommand extends UpdateAliasCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateCodeSigningConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateCodeSigningConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateCodeSigningConfigCommandInput,
|
|
32
|
+
UpdateCodeSigningConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateEventSourceMappingCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateEventSourceMappingCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateEventSourceMappingCommandInput,
|
|
32
|
+
UpdateEventSourceMappingCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFunctionCodeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFunctionCodeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFunctionCodeCommandInput,
|
|
32
|
+
UpdateFunctionCodeCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFunctionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFunctionConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFunctionConfigurationCommandInput,
|
|
32
|
+
UpdateFunctionConfigurationCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFunctionEventInvokeConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFunctionEventInvokeConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFunctionEventInvokeConfigCommandInput,
|
|
32
|
+
UpdateFunctionEventInvokeConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFunctionUrlConfigCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFunctionUrlConfigCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFunctionUrlConfigCommandInput,
|
|
32
|
+
UpdateFunctionUrlConfigCommandOutput,
|
|
33
|
+
LambdaClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -20,52 +20,52 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/eventstream-serde-browser": "^2.
|
|
38
|
-
"@smithy/eventstream-serde-config-resolver": "^2.
|
|
39
|
-
"@smithy/eventstream-serde-node": "^2.
|
|
40
|
-
"@smithy/fetch-http-handler": "^2.
|
|
41
|
-
"@smithy/hash-node": "^2.
|
|
42
|
-
"@smithy/invalid-dependency": "^2.
|
|
43
|
-
"@smithy/middleware-content-length": "^2.
|
|
44
|
-
"@smithy/middleware-endpoint": "^2.
|
|
45
|
-
"@smithy/middleware-retry": "^2.
|
|
46
|
-
"@smithy/middleware-serde": "^2.
|
|
47
|
-
"@smithy/middleware-stack": "^2.
|
|
48
|
-
"@smithy/node-config-provider": "^2.
|
|
49
|
-
"@smithy/node-http-handler": "^2.
|
|
50
|
-
"@smithy/protocol-http": "^3.
|
|
51
|
-
"@smithy/smithy-client": "^2.
|
|
52
|
-
"@smithy/types": "^2.
|
|
53
|
-
"@smithy/url-parser": "^2.
|
|
54
|
-
"@smithy/util-base64": "^2.
|
|
55
|
-
"@smithy/util-body-length-browser": "^2.
|
|
56
|
-
"@smithy/util-body-length-node": "^2.
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
59
|
-
"@smithy/util-endpoints": "^1.
|
|
60
|
-
"@smithy/util-middleware": "^2.
|
|
61
|
-
"@smithy/util-retry": "^2.
|
|
62
|
-
"@smithy/util-stream": "^2.
|
|
63
|
-
"@smithy/util-utf8": "^2.
|
|
64
|
-
"@smithy/util-waiter": "^2.
|
|
65
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/eventstream-serde-browser": "^2.2.0",
|
|
38
|
+
"@smithy/eventstream-serde-config-resolver": "^2.2.0",
|
|
39
|
+
"@smithy/eventstream-serde-node": "^2.2.0",
|
|
40
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
41
|
+
"@smithy/hash-node": "^2.2.0",
|
|
42
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
44
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
45
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
46
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
47
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
48
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
49
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
50
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
51
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
52
|
+
"@smithy/types": "^2.12.0",
|
|
53
|
+
"@smithy/url-parser": "^2.2.0",
|
|
54
|
+
"@smithy/util-base64": "^2.3.0",
|
|
55
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
56
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
59
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
60
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
61
|
+
"@smithy/util-retry": "^2.2.0",
|
|
62
|
+
"@smithy/util-stream": "^2.2.0",
|
|
63
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
64
|
+
"@smithy/util-waiter": "^2.2.0",
|
|
65
|
+
"tslib": "^2.6.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
68
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
69
69
|
"@tsconfig/node14": "1.0.3",
|
|
70
70
|
"@types/node": "^14.14.31",
|
|
71
71
|
"concurrently": "7.0.0",
|