@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.
Files changed (167) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Lambda.js +0 -9
  3. package/dist-cjs/LambdaClient.js +0 -14
  4. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +0 -29
  5. package/dist-cjs/commands/AddPermissionCommand.js +0 -36
  6. package/dist-cjs/commands/CreateAliasCommand.js +0 -29
  7. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +0 -26
  8. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +0 -88
  9. package/dist-cjs/commands/CreateFunctionCommand.js +0 -70
  10. package/dist-cjs/commands/DeleteAliasCommand.js +0 -24
  11. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +0 -25
  12. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +0 -27
  13. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +0 -24
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +0 -29
  15. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +0 -25
  17. package/dist-cjs/commands/DeleteLayerVersionCommand.js +0 -26
  18. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +0 -24
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +0 -24
  20. package/dist-cjs/commands/GetAliasCommand.js +0 -24
  21. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +0 -24
  22. package/dist-cjs/commands/GetEventSourceMappingCommand.js +0 -25
  23. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +0 -24
  24. package/dist-cjs/commands/GetFunctionCommand.js +0 -26
  25. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +0 -25
  26. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +0 -26
  27. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +0 -25
  28. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +0 -26
  29. package/dist-cjs/commands/GetLayerVersionCommand.js +0 -26
  30. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +0 -25
  31. package/dist-cjs/commands/GetPolicyCommand.js +0 -24
  32. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +0 -24
  33. package/dist-cjs/commands/InvokeAsyncCommand.js +0 -29
  34. package/dist-cjs/commands/InvokeCommand.js +0 -50
  35. package/dist-cjs/commands/ListAliasesCommand.js +0 -25
  36. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +0 -26
  37. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +0 -25
  38. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +0 -25
  39. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +0 -25
  40. package/dist-cjs/commands/ListFunctionsCommand.js +0 -32
  41. package/dist-cjs/commands/ListLayerVersionsCommand.js +0 -27
  42. package/dist-cjs/commands/ListLayersCommand.js +0 -29
  43. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +0 -24
  44. package/dist-cjs/commands/ListTagsCommand.js +0 -25
  45. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +0 -25
  46. package/dist-cjs/commands/PublishLayerVersionCommand.js +0 -27
  47. package/dist-cjs/commands/PublishVersionCommand.js +0 -32
  48. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +0 -25
  49. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +0 -32
  50. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +0 -34
  51. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +0 -24
  52. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +0 -26
  53. package/dist-cjs/commands/RemovePermissionCommand.js +0 -25
  54. package/dist-cjs/commands/TagResourceCommand.js +0 -24
  55. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  56. package/dist-cjs/commands/UpdateAliasCommand.js +0 -24
  57. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +0 -25
  58. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +0 -49
  59. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +0 -32
  60. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +0 -38
  61. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +0 -25
  62. package/dist-cjs/commands/index.js +61 -0
  63. package/dist-cjs/endpoints.js +6 -1
  64. package/dist-cjs/index.js +5 -74
  65. package/dist-cjs/models/models_0.js +0 -474
  66. package/dist-cjs/pagination/ListAliasesPaginator.js +0 -10
  67. package/dist-cjs/pagination/ListCodeSigningConfigsPaginator.js +0 -10
  68. package/dist-cjs/pagination/ListEventSourceMappingsPaginator.js +0 -10
  69. package/dist-cjs/pagination/ListFunctionEventInvokeConfigsPaginator.js +0 -10
  70. package/dist-cjs/pagination/ListFunctionsByCodeSigningConfigPaginator.js +0 -10
  71. package/dist-cjs/pagination/ListFunctionsPaginator.js +0 -10
  72. package/dist-cjs/pagination/ListLayerVersionsPaginator.js +0 -10
  73. package/dist-cjs/pagination/ListLayersPaginator.js +0 -10
  74. package/dist-cjs/pagination/ListProvisionedConcurrencyConfigsPaginator.js +0 -10
  75. package/dist-cjs/pagination/ListVersionsByFunctionPaginator.js +0 -10
  76. package/dist-cjs/pagination/index.js +14 -0
  77. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  78. package/dist-cjs/runtimeConfig.browser.js +1 -5
  79. package/dist-cjs/runtimeConfig.js +1 -5
  80. package/dist-cjs/runtimeConfig.native.js +0 -3
  81. package/dist-cjs/runtimeConfig.shared.js +0 -3
  82. package/dist-cjs/waiters/index.js +6 -0
  83. package/dist-cjs/waiters/waitForFunctionActive.js +0 -9
  84. package/dist-cjs/waiters/waitForFunctionExists.js +0 -9
  85. package/dist-cjs/waiters/waitForFunctionUpdated.js +0 -9
  86. package/dist-es/commands/index.js +58 -0
  87. package/dist-es/endpoints.js +6 -1
  88. package/dist-es/index.js +5 -74
  89. package/dist-es/pagination/index.js +11 -0
  90. package/dist-es/waiters/index.js +3 -0
  91. package/dist-types/commands/index.d.ts +58 -0
  92. package/dist-types/index.d.ts +5 -74
  93. package/dist-types/pagination/index.d.ts +11 -0
  94. package/dist-types/ts3.4/Lambda.d.ts +59 -478
  95. package/dist-types/ts3.4/LambdaClient.d.ts +24 -95
  96. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +2 -25
  97. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +2 -32
  98. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -25
  99. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +2 -22
  100. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +2 -84
  101. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +2 -66
  102. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -20
  103. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +2 -21
  104. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +2 -23
  105. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +2 -20
  106. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +2 -25
  107. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +2 -20
  108. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +2 -21
  109. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +2 -20
  111. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +2 -20
  113. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +2 -20
  114. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +2 -21
  115. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +2 -22
  117. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +2 -21
  118. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +2 -22
  119. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +2 -22
  121. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +2 -22
  122. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +2 -21
  123. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +2 -20
  125. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +5 -32
  126. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +2 -46
  127. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -21
  128. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +2 -22
  129. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +2 -21
  130. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +2 -21
  131. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +2 -28
  133. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +2 -23
  134. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +2 -25
  135. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
  137. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +2 -21
  138. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +2 -23
  139. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +2 -28
  140. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +2 -21
  141. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +2 -28
  142. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +2 -30
  143. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +2 -22
  145. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -21
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  148. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +2 -21
  150. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +2 -45
  151. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +2 -28
  152. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +2 -34
  153. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +2 -21
  154. package/dist-types/ts3.4/commands/index.d.ts +58 -0
  155. package/dist-types/ts3.4/index.d.ts +5 -74
  156. package/dist-types/ts3.4/models/models_0.d.ts +699 -3177
  157. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  158. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  159. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  160. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  161. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  162. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  163. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +2 -9
  164. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +2 -9
  165. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +2 -9
  166. package/dist-types/waiters/index.d.ts +3 -0
  167. 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 "./commands/AddLayerVersionPermissionCommand";
4
- export * from "./commands/AddPermissionCommand";
5
- export * from "./commands/CreateAliasCommand";
6
- export * from "./commands/CreateCodeSigningConfigCommand";
7
- export * from "./commands/CreateEventSourceMappingCommand";
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,3 @@
1
+ export * from "./waitForFunctionActive";
2
+ export * from "./waitForFunctionExists";
3
+ export * from "./waitForFunctionUpdated";
@@ -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";
@@ -1,75 +1,6 @@
1
- export * from "./LambdaClient";
2
1
  export * from "./Lambda";
3
- export * from "./commands/AddLayerVersionPermissionCommand";
4
- export * from "./commands/AddPermissionCommand";
5
- export * from "./commands/CreateAliasCommand";
6
- export * from "./commands/CreateCodeSigningConfigCommand";
7
- export * from "./commands/CreateEventSourceMappingCommand";
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";