@aws-sdk/client-lambda 3.36.0 → 3.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/dist-cjs/Lambda.js +0 -9
- package/dist-cjs/LambdaClient.js +0 -14
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
- package/dist-cjs/commands/AddPermissionCommand.js +0 -36
- package/dist-cjs/commands/CreateAliasCommand.js +0 -29
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
- package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
- package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
- package/dist-cjs/commands/GetAliasCommand.js +0 -24
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
- package/dist-cjs/commands/GetFunctionCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetPolicyCommand.js +0 -24
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
- package/dist-cjs/commands/InvokeCommand.js +0 -50
- package/dist-cjs/commands/ListAliasesCommand.js +0 -25
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
- package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
- package/dist-cjs/commands/ListLayersCommand.js +0 -29
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsCommand.js +0 -25
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
- package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
- package/dist-cjs/commands/PublishVersionCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
- package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -24
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
- package/dist-cjs/commands/index.js +61 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +5 -74
- package/dist-cjs/models/models_0.js +0 -474
- package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
- package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
- package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
- package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
- package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-cjs/waiters/index.js +6 -0
- package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
- package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
- package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
- package/dist-es/commands/index.js +58 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +5 -74
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/waiters/index.js +3 -0
- package/dist-types/commands/index.d.ts +58 -0
- package/dist-types/index.d.ts +5 -74
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/Lambda.d.ts +59 -478
- package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +58 -0
- package/dist-types/ts3.4/index.d.ts +5 -74
- package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/dist-types/ts3.4/waiters/index.d.ts +3 -0
- package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
- package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
- package/dist-types/waiters/index.d.ts +3 -0
- package/package.json +33 -33
package/dist-es/index.js
CHANGED
|
@@ -1,75 +1,6 @@
|
|
|
1
|
-
export * from "./LambdaClient";
|
|
2
1
|
export * from "./Lambda";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateFunctionCommand";
|
|
9
|
-
export * from "./commands/DeleteAliasCommand";
|
|
10
|
-
export * from "./commands/DeleteCodeSigningConfigCommand";
|
|
11
|
-
export * from "./commands/DeleteEventSourceMappingCommand";
|
|
12
|
-
export * from "./commands/DeleteFunctionCommand";
|
|
13
|
-
export * from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
14
|
-
export * from "./commands/DeleteFunctionConcurrencyCommand";
|
|
15
|
-
export * from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
16
|
-
export * from "./commands/DeleteLayerVersionCommand";
|
|
17
|
-
export * from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
18
|
-
export * from "./commands/GetAccountSettingsCommand";
|
|
19
|
-
export * from "./commands/GetAliasCommand";
|
|
20
|
-
export * from "./commands/GetCodeSigningConfigCommand";
|
|
21
|
-
export * from "./commands/GetEventSourceMappingCommand";
|
|
22
|
-
export * from "./commands/GetFunctionCommand";
|
|
23
|
-
export * from "./waiters/waitForFunctionExists";
|
|
24
|
-
export * from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
25
|
-
export * from "./commands/GetFunctionConcurrencyCommand";
|
|
26
|
-
export * from "./commands/GetFunctionConfigurationCommand";
|
|
27
|
-
export * from "./waiters/waitForFunctionActive";
|
|
28
|
-
export * from "./waiters/waitForFunctionUpdated";
|
|
29
|
-
export * from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
30
|
-
export * from "./commands/GetLayerVersionCommand";
|
|
31
|
-
export * from "./commands/GetLayerVersionByArnCommand";
|
|
32
|
-
export * from "./commands/GetLayerVersionPolicyCommand";
|
|
33
|
-
export * from "./commands/GetPolicyCommand";
|
|
34
|
-
export * from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
35
|
-
export * from "./commands/InvokeCommand";
|
|
36
|
-
export * from "./commands/InvokeAsyncCommand";
|
|
37
|
-
export * from "./commands/ListAliasesCommand";
|
|
38
|
-
export * from "./pagination/ListAliasesPaginator";
|
|
39
|
-
export * from "./commands/ListCodeSigningConfigsCommand";
|
|
40
|
-
export * from "./pagination/ListCodeSigningConfigsPaginator";
|
|
41
|
-
export * from "./commands/ListEventSourceMappingsCommand";
|
|
42
|
-
export * from "./pagination/ListEventSourceMappingsPaginator";
|
|
43
|
-
export * from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
44
|
-
export * from "./pagination/ListFunctionEventInvokeConfigsPaginator";
|
|
45
|
-
export * from "./commands/ListFunctionsCommand";
|
|
46
|
-
export * from "./pagination/ListFunctionsPaginator";
|
|
47
|
-
export * from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
48
|
-
export * from "./pagination/ListFunctionsByCodeSigningConfigPaginator";
|
|
49
|
-
export * from "./commands/ListLayersCommand";
|
|
50
|
-
export * from "./pagination/ListLayersPaginator";
|
|
51
|
-
export * from "./commands/ListLayerVersionsCommand";
|
|
52
|
-
export * from "./pagination/ListLayerVersionsPaginator";
|
|
53
|
-
export * from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
54
|
-
export * from "./pagination/ListProvisionedConcurrencyConfigsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsCommand";
|
|
56
|
-
export * from "./commands/ListVersionsByFunctionCommand";
|
|
57
|
-
export * from "./pagination/ListVersionsByFunctionPaginator";
|
|
58
|
-
export * from "./commands/PublishLayerVersionCommand";
|
|
59
|
-
export * from "./commands/PublishVersionCommand";
|
|
60
|
-
export * from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
61
|
-
export * from "./commands/PutFunctionConcurrencyCommand";
|
|
62
|
-
export * from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
63
|
-
export * from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
64
|
-
export * from "./commands/RemoveLayerVersionPermissionCommand";
|
|
65
|
-
export * from "./commands/RemovePermissionCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateAliasCommand";
|
|
69
|
-
export * from "./commands/UpdateCodeSigningConfigCommand";
|
|
70
|
-
export * from "./commands/UpdateEventSourceMappingCommand";
|
|
71
|
-
export * from "./commands/UpdateFunctionCodeCommand";
|
|
72
|
-
export * from "./commands/UpdateFunctionConfigurationCommand";
|
|
73
|
-
export * from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
74
|
-
export * from "./pagination/Interfaces";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LambdaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAliasesPaginator";
|
|
3
|
+
export * from "./ListCodeSigningConfigsPaginator";
|
|
4
|
+
export * from "./ListEventSourceMappingsPaginator";
|
|
5
|
+
export * from "./ListFunctionEventInvokeConfigsPaginator";
|
|
6
|
+
export * from "./ListFunctionsByCodeSigningConfigPaginator";
|
|
7
|
+
export * from "./ListFunctionsPaginator";
|
|
8
|
+
export * from "./ListLayerVersionsPaginator";
|
|
9
|
+
export * from "./ListLayersPaginator";
|
|
10
|
+
export * from "./ListProvisionedConcurrencyConfigsPaginator";
|
|
11
|
+
export * from "./ListVersionsByFunctionPaginator";
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export * from "./AddLayerVersionPermissionCommand";
|
|
2
|
+
export * from "./AddPermissionCommand";
|
|
3
|
+
export * from "./CreateAliasCommand";
|
|
4
|
+
export * from "./CreateCodeSigningConfigCommand";
|
|
5
|
+
export * from "./CreateEventSourceMappingCommand";
|
|
6
|
+
export * from "./CreateFunctionCommand";
|
|
7
|
+
export * from "./DeleteAliasCommand";
|
|
8
|
+
export * from "./DeleteCodeSigningConfigCommand";
|
|
9
|
+
export * from "./DeleteEventSourceMappingCommand";
|
|
10
|
+
export * from "./DeleteFunctionCodeSigningConfigCommand";
|
|
11
|
+
export * from "./DeleteFunctionCommand";
|
|
12
|
+
export * from "./DeleteFunctionConcurrencyCommand";
|
|
13
|
+
export * from "./DeleteFunctionEventInvokeConfigCommand";
|
|
14
|
+
export * from "./DeleteLayerVersionCommand";
|
|
15
|
+
export * from "./DeleteProvisionedConcurrencyConfigCommand";
|
|
16
|
+
export * from "./GetAccountSettingsCommand";
|
|
17
|
+
export * from "./GetAliasCommand";
|
|
18
|
+
export * from "./GetCodeSigningConfigCommand";
|
|
19
|
+
export * from "./GetEventSourceMappingCommand";
|
|
20
|
+
export * from "./GetFunctionCodeSigningConfigCommand";
|
|
21
|
+
export * from "./GetFunctionCommand";
|
|
22
|
+
export * from "./GetFunctionConcurrencyCommand";
|
|
23
|
+
export * from "./GetFunctionConfigurationCommand";
|
|
24
|
+
export * from "./GetFunctionEventInvokeConfigCommand";
|
|
25
|
+
export * from "./GetLayerVersionByArnCommand";
|
|
26
|
+
export * from "./GetLayerVersionCommand";
|
|
27
|
+
export * from "./GetLayerVersionPolicyCommand";
|
|
28
|
+
export * from "./GetPolicyCommand";
|
|
29
|
+
export * from "./GetProvisionedConcurrencyConfigCommand";
|
|
30
|
+
export * from "./InvokeAsyncCommand";
|
|
31
|
+
export * from "./InvokeCommand";
|
|
32
|
+
export * from "./ListAliasesCommand";
|
|
33
|
+
export * from "./ListCodeSigningConfigsCommand";
|
|
34
|
+
export * from "./ListEventSourceMappingsCommand";
|
|
35
|
+
export * from "./ListFunctionEventInvokeConfigsCommand";
|
|
36
|
+
export * from "./ListFunctionsByCodeSigningConfigCommand";
|
|
37
|
+
export * from "./ListFunctionsCommand";
|
|
38
|
+
export * from "./ListLayerVersionsCommand";
|
|
39
|
+
export * from "./ListLayersCommand";
|
|
40
|
+
export * from "./ListProvisionedConcurrencyConfigsCommand";
|
|
41
|
+
export * from "./ListTagsCommand";
|
|
42
|
+
export * from "./ListVersionsByFunctionCommand";
|
|
43
|
+
export * from "./PublishLayerVersionCommand";
|
|
44
|
+
export * from "./PublishVersionCommand";
|
|
45
|
+
export * from "./PutFunctionCodeSigningConfigCommand";
|
|
46
|
+
export * from "./PutFunctionConcurrencyCommand";
|
|
47
|
+
export * from "./PutFunctionEventInvokeConfigCommand";
|
|
48
|
+
export * from "./PutProvisionedConcurrencyConfigCommand";
|
|
49
|
+
export * from "./RemoveLayerVersionPermissionCommand";
|
|
50
|
+
export * from "./RemovePermissionCommand";
|
|
51
|
+
export * from "./TagResourceCommand";
|
|
52
|
+
export * from "./UntagResourceCommand";
|
|
53
|
+
export * from "./UpdateAliasCommand";
|
|
54
|
+
export * from "./UpdateCodeSigningConfigCommand";
|
|
55
|
+
export * from "./UpdateEventSourceMappingCommand";
|
|
56
|
+
export * from "./UpdateFunctionCodeCommand";
|
|
57
|
+
export * from "./UpdateFunctionConfigurationCommand";
|
|
58
|
+
export * from "./UpdateFunctionEventInvokeConfigCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,75 +1,6 @@
|
|
|
1
|
-
export * from "./LambdaClient";
|
|
2
1
|
export * from "./Lambda";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./commands/CreateFunctionCommand";
|
|
9
|
-
export * from "./commands/DeleteAliasCommand";
|
|
10
|
-
export * from "./commands/DeleteCodeSigningConfigCommand";
|
|
11
|
-
export * from "./commands/DeleteEventSourceMappingCommand";
|
|
12
|
-
export * from "./commands/DeleteFunctionCommand";
|
|
13
|
-
export * from "./commands/DeleteFunctionCodeSigningConfigCommand";
|
|
14
|
-
export * from "./commands/DeleteFunctionConcurrencyCommand";
|
|
15
|
-
export * from "./commands/DeleteFunctionEventInvokeConfigCommand";
|
|
16
|
-
export * from "./commands/DeleteLayerVersionCommand";
|
|
17
|
-
export * from "./commands/DeleteProvisionedConcurrencyConfigCommand";
|
|
18
|
-
export * from "./commands/GetAccountSettingsCommand";
|
|
19
|
-
export * from "./commands/GetAliasCommand";
|
|
20
|
-
export * from "./commands/GetCodeSigningConfigCommand";
|
|
21
|
-
export * from "./commands/GetEventSourceMappingCommand";
|
|
22
|
-
export * from "./commands/GetFunctionCommand";
|
|
23
|
-
export * from "./waiters/waitForFunctionExists";
|
|
24
|
-
export * from "./commands/GetFunctionCodeSigningConfigCommand";
|
|
25
|
-
export * from "./commands/GetFunctionConcurrencyCommand";
|
|
26
|
-
export * from "./commands/GetFunctionConfigurationCommand";
|
|
27
|
-
export * from "./waiters/waitForFunctionActive";
|
|
28
|
-
export * from "./waiters/waitForFunctionUpdated";
|
|
29
|
-
export * from "./commands/GetFunctionEventInvokeConfigCommand";
|
|
30
|
-
export * from "./commands/GetLayerVersionCommand";
|
|
31
|
-
export * from "./commands/GetLayerVersionByArnCommand";
|
|
32
|
-
export * from "./commands/GetLayerVersionPolicyCommand";
|
|
33
|
-
export * from "./commands/GetPolicyCommand";
|
|
34
|
-
export * from "./commands/GetProvisionedConcurrencyConfigCommand";
|
|
35
|
-
export * from "./commands/InvokeCommand";
|
|
36
|
-
export * from "./commands/InvokeAsyncCommand";
|
|
37
|
-
export * from "./commands/ListAliasesCommand";
|
|
38
|
-
export * from "./pagination/ListAliasesPaginator";
|
|
39
|
-
export * from "./commands/ListCodeSigningConfigsCommand";
|
|
40
|
-
export * from "./pagination/ListCodeSigningConfigsPaginator";
|
|
41
|
-
export * from "./commands/ListEventSourceMappingsCommand";
|
|
42
|
-
export * from "./pagination/ListEventSourceMappingsPaginator";
|
|
43
|
-
export * from "./commands/ListFunctionEventInvokeConfigsCommand";
|
|
44
|
-
export * from "./pagination/ListFunctionEventInvokeConfigsPaginator";
|
|
45
|
-
export * from "./commands/ListFunctionsCommand";
|
|
46
|
-
export * from "./pagination/ListFunctionsPaginator";
|
|
47
|
-
export * from "./commands/ListFunctionsByCodeSigningConfigCommand";
|
|
48
|
-
export * from "./pagination/ListFunctionsByCodeSigningConfigPaginator";
|
|
49
|
-
export * from "./commands/ListLayersCommand";
|
|
50
|
-
export * from "./pagination/ListLayersPaginator";
|
|
51
|
-
export * from "./commands/ListLayerVersionsCommand";
|
|
52
|
-
export * from "./pagination/ListLayerVersionsPaginator";
|
|
53
|
-
export * from "./commands/ListProvisionedConcurrencyConfigsCommand";
|
|
54
|
-
export * from "./pagination/ListProvisionedConcurrencyConfigsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsCommand";
|
|
56
|
-
export * from "./commands/ListVersionsByFunctionCommand";
|
|
57
|
-
export * from "./pagination/ListVersionsByFunctionPaginator";
|
|
58
|
-
export * from "./commands/PublishLayerVersionCommand";
|
|
59
|
-
export * from "./commands/PublishVersionCommand";
|
|
60
|
-
export * from "./commands/PutFunctionCodeSigningConfigCommand";
|
|
61
|
-
export * from "./commands/PutFunctionConcurrencyCommand";
|
|
62
|
-
export * from "./commands/PutFunctionEventInvokeConfigCommand";
|
|
63
|
-
export * from "./commands/PutProvisionedConcurrencyConfigCommand";
|
|
64
|
-
export * from "./commands/RemoveLayerVersionPermissionCommand";
|
|
65
|
-
export * from "./commands/RemovePermissionCommand";
|
|
66
|
-
export * from "./commands/TagResourceCommand";
|
|
67
|
-
export * from "./commands/UntagResourceCommand";
|
|
68
|
-
export * from "./commands/UpdateAliasCommand";
|
|
69
|
-
export * from "./commands/UpdateCodeSigningConfigCommand";
|
|
70
|
-
export * from "./commands/UpdateEventSourceMappingCommand";
|
|
71
|
-
export * from "./commands/UpdateFunctionCodeCommand";
|
|
72
|
-
export * from "./commands/UpdateFunctionConfigurationCommand";
|
|
73
|
-
export * from "./commands/UpdateFunctionEventInvokeConfigCommand";
|
|
74
|
-
export * from "./pagination/Interfaces";
|
|
75
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./LambdaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAliasesPaginator";
|
|
3
|
+
export * from "./ListCodeSigningConfigsPaginator";
|
|
4
|
+
export * from "./ListEventSourceMappingsPaginator";
|
|
5
|
+
export * from "./ListFunctionEventInvokeConfigsPaginator";
|
|
6
|
+
export * from "./ListFunctionsByCodeSigningConfigPaginator";
|
|
7
|
+
export * from "./ListFunctionsPaginator";
|
|
8
|
+
export * from "./ListLayerVersionsPaginator";
|
|
9
|
+
export * from "./ListLayersPaginator";
|
|
10
|
+
export * from "./ListProvisionedConcurrencyConfigsPaginator";
|
|
11
|
+
export * from "./ListVersionsByFunctionPaginator";
|