@aws-sdk/client-lambda 3.169.0 → 3.171.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 (97) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lambda.d.ts +1087 -320
  3. package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
  37. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  74. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  91. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  92. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
  93. package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
  94. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
  95. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
  96. package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
  97. package/package.json +35 -35
@@ -1,191 +1,761 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "../commands/AddLayerVersionPermissionCommand";
4
- import { AddPermissionCommandInput, AddPermissionCommandOutput } from "../commands/AddPermissionCommand";
5
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "../commands/CreateAliasCommand";
6
- import { CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput } from "../commands/CreateCodeSigningConfigCommand";
7
- import { CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput } from "../commands/CreateEventSourceMappingCommand";
8
- import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
9
- import { CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput } from "../commands/CreateFunctionUrlConfigCommand";
10
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "../commands/DeleteAliasCommand";
11
- import { DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput } from "../commands/DeleteCodeSigningConfigCommand";
12
- import { DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput } from "../commands/DeleteEventSourceMappingCommand";
13
- import { DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput } from "../commands/DeleteFunctionCodeSigningConfigCommand";
14
- import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
15
- import { DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput } from "../commands/DeleteFunctionConcurrencyCommand";
16
- import { DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput } from "../commands/DeleteFunctionEventInvokeConfigCommand";
17
- import { DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput } from "../commands/DeleteFunctionUrlConfigCommand";
18
- import { DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput } from "../commands/DeleteLayerVersionCommand";
19
- import { DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput } from "../commands/DeleteProvisionedConcurrencyConfigCommand";
20
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
21
- import { GetAliasCommandInput, GetAliasCommandOutput } from "../commands/GetAliasCommand";
22
- import { GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput } from "../commands/GetCodeSigningConfigCommand";
23
- import { GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput } from "../commands/GetEventSourceMappingCommand";
24
- import { GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput } from "../commands/GetFunctionCodeSigningConfigCommand";
25
- import { GetFunctionCommandInput, GetFunctionCommandOutput } from "../commands/GetFunctionCommand";
26
- import { GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput } from "../commands/GetFunctionConcurrencyCommand";
27
- import { GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput } from "../commands/GetFunctionConfigurationCommand";
28
- import { GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput } from "../commands/GetFunctionEventInvokeConfigCommand";
29
- import { GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput } from "../commands/GetFunctionUrlConfigCommand";
30
- import { GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput } from "../commands/GetLayerVersionByArnCommand";
31
- import { GetLayerVersionCommandInput, GetLayerVersionCommandOutput } from "../commands/GetLayerVersionCommand";
32
- import { GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput } from "../commands/GetLayerVersionPolicyCommand";
33
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
34
- import { GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput } from "../commands/GetProvisionedConcurrencyConfigCommand";
35
- import { InvokeAsyncCommandInput, InvokeAsyncCommandOutput } from "../commands/InvokeAsyncCommand";
36
- import { InvokeCommandInput, InvokeCommandOutput } from "../commands/InvokeCommand";
37
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
38
- import { ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput } from "../commands/ListCodeSigningConfigsCommand";
39
- import { ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput } from "../commands/ListEventSourceMappingsCommand";
40
- import { ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput } from "../commands/ListFunctionEventInvokeConfigsCommand";
41
- import { ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput } from "../commands/ListFunctionsByCodeSigningConfigCommand";
42
- import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
43
- import { ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput } from "../commands/ListFunctionUrlConfigsCommand";
44
- import { ListLayersCommandInput, ListLayersCommandOutput } from "../commands/ListLayersCommand";
45
- import { ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput } from "../commands/ListLayerVersionsCommand";
46
- import { ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput } from "../commands/ListProvisionedConcurrencyConfigsCommand";
47
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
48
- import { ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput } from "../commands/ListVersionsByFunctionCommand";
49
- import { PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput } from "../commands/PublishLayerVersionCommand";
50
- import { PublishVersionCommandInput, PublishVersionCommandOutput } from "../commands/PublishVersionCommand";
51
- import { PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput } from "../commands/PutFunctionCodeSigningConfigCommand";
52
- import { PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput } from "../commands/PutFunctionConcurrencyCommand";
53
- import { PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput } from "../commands/PutFunctionEventInvokeConfigCommand";
54
- import { PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput } from "../commands/PutProvisionedConcurrencyConfigCommand";
55
- import { RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput } from "../commands/RemoveLayerVersionPermissionCommand";
56
- import { RemovePermissionCommandInput, RemovePermissionCommandOutput } from "../commands/RemovePermissionCommand";
57
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
58
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
59
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "../commands/UpdateAliasCommand";
60
- import { UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput } from "../commands/UpdateCodeSigningConfigCommand";
61
- import { UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput } from "../commands/UpdateEventSourceMappingCommand";
62
- import { UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput } from "../commands/UpdateFunctionCodeCommand";
63
- import { UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput } from "../commands/UpdateFunctionConfigurationCommand";
64
- import { UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput } from "../commands/UpdateFunctionEventInvokeConfigCommand";
65
- import { UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput } from "../commands/UpdateFunctionUrlConfigCommand";
66
- export declare const serializeAws_restJson1AddLayerVersionPermissionCommand: (input: AddLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1AddPermissionCommand: (input: AddPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1CreateAliasCommand: (input: CreateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1CreateCodeSigningConfigCommand: (input: CreateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateEventSourceMappingCommand: (input: CreateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateFunctionCommand: (input: CreateFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateFunctionUrlConfigCommand: (input: CreateFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1DeleteAliasCommand: (input: DeleteAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DeleteCodeSigningConfigCommand: (input: DeleteCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1DeleteEventSourceMappingCommand: (input: DeleteEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DeleteFunctionCommand: (input: DeleteFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (input: DeleteFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeleteFunctionConcurrencyCommand: (input: DeleteFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (input: DeleteFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteFunctionUrlConfigCommand: (input: DeleteFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteLayerVersionCommand: (input: DeleteLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (input: DeleteProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1GetAliasCommand: (input: GetAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1GetCodeSigningConfigCommand: (input: GetCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1GetEventSourceMappingCommand: (input: GetEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1GetFunctionCommand: (input: GetFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1GetFunctionCodeSigningConfigCommand: (input: GetFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1GetFunctionConcurrencyCommand: (input: GetFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1GetFunctionConfigurationCommand: (input: GetFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1GetFunctionEventInvokeConfigCommand: (input: GetFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1GetFunctionUrlConfigCommand: (input: GetFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1GetLayerVersionCommand: (input: GetLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetLayerVersionByArnCommand: (input: GetLayerVersionByArnCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetLayerVersionPolicyCommand: (input: GetLayerVersionPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (input: GetProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1InvokeCommand: (input: InvokeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1InvokeAsyncCommand: (input: InvokeAsyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1ListAliasesCommand: (input: ListAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1ListCodeSigningConfigsCommand: (input: ListCodeSigningConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1ListEventSourceMappingsCommand: (input: ListEventSourceMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (input: ListFunctionEventInvokeConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListFunctionsCommand: (input: ListFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (input: ListFunctionsByCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ListFunctionUrlConfigsCommand: (input: ListFunctionUrlConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListLayersCommand: (input: ListLayersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1ListLayerVersionsCommand: (input: ListLayerVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (input: ListProvisionedConcurrencyConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListVersionsByFunctionCommand: (input: ListVersionsByFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1PublishLayerVersionCommand: (input: PublishLayerVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1PublishVersionCommand: (input: PublishVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1PutFunctionCodeSigningConfigCommand: (input: PutFunctionCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1PutFunctionConcurrencyCommand: (input: PutFunctionConcurrencyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1PutFunctionEventInvokeConfigCommand: (input: PutFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (input: PutProvisionedConcurrencyConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1RemoveLayerVersionPermissionCommand: (input: RemoveLayerVersionPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1UpdateAliasCommand: (input: UpdateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1UpdateCodeSigningConfigCommand: (input: UpdateCodeSigningConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1UpdateEventSourceMappingCommand: (input: UpdateEventSourceMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1UpdateFunctionCodeCommand: (input: UpdateFunctionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1UpdateFunctionConfigurationCommand: (input: UpdateFunctionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (input: UpdateFunctionEventInvokeConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateFunctionUrlConfigCommand: (input: UpdateFunctionUrlConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const deserializeAws_restJson1AddLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddLayerVersionPermissionCommandOutput>;
130
- export declare const deserializeAws_restJson1AddPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddPermissionCommandOutput>;
131
- export declare const deserializeAws_restJson1CreateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAliasCommandOutput>;
132
- export declare const deserializeAws_restJson1CreateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSigningConfigCommandOutput>;
133
- export declare const deserializeAws_restJson1CreateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventSourceMappingCommandOutput>;
134
- export declare const deserializeAws_restJson1CreateFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionCommandOutput>;
135
- export declare const deserializeAws_restJson1CreateFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFunctionUrlConfigCommandOutput>;
136
- export declare const deserializeAws_restJson1DeleteAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAliasCommandOutput>;
137
- export declare const deserializeAws_restJson1DeleteCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSigningConfigCommandOutput>;
138
- export declare const deserializeAws_restJson1DeleteEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventSourceMappingCommandOutput>;
139
- export declare const deserializeAws_restJson1DeleteFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCommandOutput>;
140
- export declare const deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
141
- export declare const deserializeAws_restJson1DeleteFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionConcurrencyCommandOutput>;
142
- export declare const deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
143
- export declare const deserializeAws_restJson1DeleteFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFunctionUrlConfigCommandOutput>;
144
- export declare const deserializeAws_restJson1DeleteLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLayerVersionCommandOutput>;
145
- export declare const deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
146
- export declare const deserializeAws_restJson1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
147
- export declare const deserializeAws_restJson1GetAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAliasCommandOutput>;
148
- export declare const deserializeAws_restJson1GetCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSigningConfigCommandOutput>;
149
- export declare const deserializeAws_restJson1GetEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventSourceMappingCommandOutput>;
150
- export declare const deserializeAws_restJson1GetFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCommandOutput>;
151
- export declare const deserializeAws_restJson1GetFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
152
- export declare const deserializeAws_restJson1GetFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConcurrencyCommandOutput>;
153
- export declare const deserializeAws_restJson1GetFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionConfigurationCommandOutput>;
154
- export declare const deserializeAws_restJson1GetFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
155
- export declare const deserializeAws_restJson1GetFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFunctionUrlConfigCommandOutput>;
156
- export declare const deserializeAws_restJson1GetLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionCommandOutput>;
157
- export declare const deserializeAws_restJson1GetLayerVersionByArnCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionByArnCommandOutput>;
158
- export declare const deserializeAws_restJson1GetLayerVersionPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLayerVersionPolicyCommandOutput>;
159
- export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
160
- export declare const deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
161
- export declare const deserializeAws_restJson1InvokeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeCommandOutput>;
162
- export declare const deserializeAws_restJson1InvokeAsyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InvokeAsyncCommandOutput>;
163
- export declare const deserializeAws_restJson1ListAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAliasesCommandOutput>;
164
- export declare const deserializeAws_restJson1ListCodeSigningConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSigningConfigsCommandOutput>;
165
- export declare const deserializeAws_restJson1ListEventSourceMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSourceMappingsCommandOutput>;
166
- export declare const deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
167
- export declare const deserializeAws_restJson1ListFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsCommandOutput>;
168
- export declare const deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
169
- export declare const deserializeAws_restJson1ListFunctionUrlConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFunctionUrlConfigsCommandOutput>;
170
- export declare const deserializeAws_restJson1ListLayersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayersCommandOutput>;
171
- export declare const deserializeAws_restJson1ListLayerVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLayerVersionsCommandOutput>;
172
- export declare const deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
173
- export declare const deserializeAws_restJson1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
174
- export declare const deserializeAws_restJson1ListVersionsByFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVersionsByFunctionCommandOutput>;
175
- export declare const deserializeAws_restJson1PublishLayerVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishLayerVersionCommandOutput>;
176
- export declare const deserializeAws_restJson1PublishVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PublishVersionCommandOutput>;
177
- export declare const deserializeAws_restJson1PutFunctionCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
178
- export declare const deserializeAws_restJson1PutFunctionConcurrencyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionConcurrencyCommandOutput>;
179
- export declare const deserializeAws_restJson1PutFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
180
- export declare const deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
181
- export declare const deserializeAws_restJson1RemoveLayerVersionPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveLayerVersionPermissionCommandOutput>;
182
- export declare const deserializeAws_restJson1RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
183
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
184
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
185
- export declare const deserializeAws_restJson1UpdateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAliasCommandOutput>;
186
- export declare const deserializeAws_restJson1UpdateCodeSigningConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSigningConfigCommandOutput>;
187
- export declare const deserializeAws_restJson1UpdateEventSourceMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourceMappingCommandOutput>;
188
- export declare const deserializeAws_restJson1UpdateFunctionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionCodeCommandOutput>;
189
- export declare const deserializeAws_restJson1UpdateFunctionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionConfigurationCommandOutput>;
190
- export declare const deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
191
- export declare const deserializeAws_restJson1UpdateFunctionUrlConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFunctionUrlConfigCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddLayerVersionPermissionCommandInput,
8
+ AddLayerVersionPermissionCommandOutput,
9
+ } from "../commands/AddLayerVersionPermissionCommand";
10
+ import {
11
+ AddPermissionCommandInput,
12
+ AddPermissionCommandOutput,
13
+ } from "../commands/AddPermissionCommand";
14
+ import {
15
+ CreateAliasCommandInput,
16
+ CreateAliasCommandOutput,
17
+ } from "../commands/CreateAliasCommand";
18
+ import {
19
+ CreateCodeSigningConfigCommandInput,
20
+ CreateCodeSigningConfigCommandOutput,
21
+ } from "../commands/CreateCodeSigningConfigCommand";
22
+ import {
23
+ CreateEventSourceMappingCommandInput,
24
+ CreateEventSourceMappingCommandOutput,
25
+ } from "../commands/CreateEventSourceMappingCommand";
26
+ import {
27
+ CreateFunctionCommandInput,
28
+ CreateFunctionCommandOutput,
29
+ } from "../commands/CreateFunctionCommand";
30
+ import {
31
+ CreateFunctionUrlConfigCommandInput,
32
+ CreateFunctionUrlConfigCommandOutput,
33
+ } from "../commands/CreateFunctionUrlConfigCommand";
34
+ import {
35
+ DeleteAliasCommandInput,
36
+ DeleteAliasCommandOutput,
37
+ } from "../commands/DeleteAliasCommand";
38
+ import {
39
+ DeleteCodeSigningConfigCommandInput,
40
+ DeleteCodeSigningConfigCommandOutput,
41
+ } from "../commands/DeleteCodeSigningConfigCommand";
42
+ import {
43
+ DeleteEventSourceMappingCommandInput,
44
+ DeleteEventSourceMappingCommandOutput,
45
+ } from "../commands/DeleteEventSourceMappingCommand";
46
+ import {
47
+ DeleteFunctionCodeSigningConfigCommandInput,
48
+ DeleteFunctionCodeSigningConfigCommandOutput,
49
+ } from "../commands/DeleteFunctionCodeSigningConfigCommand";
50
+ import {
51
+ DeleteFunctionCommandInput,
52
+ DeleteFunctionCommandOutput,
53
+ } from "../commands/DeleteFunctionCommand";
54
+ import {
55
+ DeleteFunctionConcurrencyCommandInput,
56
+ DeleteFunctionConcurrencyCommandOutput,
57
+ } from "../commands/DeleteFunctionConcurrencyCommand";
58
+ import {
59
+ DeleteFunctionEventInvokeConfigCommandInput,
60
+ DeleteFunctionEventInvokeConfigCommandOutput,
61
+ } from "../commands/DeleteFunctionEventInvokeConfigCommand";
62
+ import {
63
+ DeleteFunctionUrlConfigCommandInput,
64
+ DeleteFunctionUrlConfigCommandOutput,
65
+ } from "../commands/DeleteFunctionUrlConfigCommand";
66
+ import {
67
+ DeleteLayerVersionCommandInput,
68
+ DeleteLayerVersionCommandOutput,
69
+ } from "../commands/DeleteLayerVersionCommand";
70
+ import {
71
+ DeleteProvisionedConcurrencyConfigCommandInput,
72
+ DeleteProvisionedConcurrencyConfigCommandOutput,
73
+ } from "../commands/DeleteProvisionedConcurrencyConfigCommand";
74
+ import {
75
+ GetAccountSettingsCommandInput,
76
+ GetAccountSettingsCommandOutput,
77
+ } from "../commands/GetAccountSettingsCommand";
78
+ import {
79
+ GetAliasCommandInput,
80
+ GetAliasCommandOutput,
81
+ } from "../commands/GetAliasCommand";
82
+ import {
83
+ GetCodeSigningConfigCommandInput,
84
+ GetCodeSigningConfigCommandOutput,
85
+ } from "../commands/GetCodeSigningConfigCommand";
86
+ import {
87
+ GetEventSourceMappingCommandInput,
88
+ GetEventSourceMappingCommandOutput,
89
+ } from "../commands/GetEventSourceMappingCommand";
90
+ import {
91
+ GetFunctionCodeSigningConfigCommandInput,
92
+ GetFunctionCodeSigningConfigCommandOutput,
93
+ } from "../commands/GetFunctionCodeSigningConfigCommand";
94
+ import {
95
+ GetFunctionCommandInput,
96
+ GetFunctionCommandOutput,
97
+ } from "../commands/GetFunctionCommand";
98
+ import {
99
+ GetFunctionConcurrencyCommandInput,
100
+ GetFunctionConcurrencyCommandOutput,
101
+ } from "../commands/GetFunctionConcurrencyCommand";
102
+ import {
103
+ GetFunctionConfigurationCommandInput,
104
+ GetFunctionConfigurationCommandOutput,
105
+ } from "../commands/GetFunctionConfigurationCommand";
106
+ import {
107
+ GetFunctionEventInvokeConfigCommandInput,
108
+ GetFunctionEventInvokeConfigCommandOutput,
109
+ } from "../commands/GetFunctionEventInvokeConfigCommand";
110
+ import {
111
+ GetFunctionUrlConfigCommandInput,
112
+ GetFunctionUrlConfigCommandOutput,
113
+ } from "../commands/GetFunctionUrlConfigCommand";
114
+ import {
115
+ GetLayerVersionByArnCommandInput,
116
+ GetLayerVersionByArnCommandOutput,
117
+ } from "../commands/GetLayerVersionByArnCommand";
118
+ import {
119
+ GetLayerVersionCommandInput,
120
+ GetLayerVersionCommandOutput,
121
+ } from "../commands/GetLayerVersionCommand";
122
+ import {
123
+ GetLayerVersionPolicyCommandInput,
124
+ GetLayerVersionPolicyCommandOutput,
125
+ } from "../commands/GetLayerVersionPolicyCommand";
126
+ import {
127
+ GetPolicyCommandInput,
128
+ GetPolicyCommandOutput,
129
+ } from "../commands/GetPolicyCommand";
130
+ import {
131
+ GetProvisionedConcurrencyConfigCommandInput,
132
+ GetProvisionedConcurrencyConfigCommandOutput,
133
+ } from "../commands/GetProvisionedConcurrencyConfigCommand";
134
+ import {
135
+ InvokeAsyncCommandInput,
136
+ InvokeAsyncCommandOutput,
137
+ } from "../commands/InvokeAsyncCommand";
138
+ import {
139
+ InvokeCommandInput,
140
+ InvokeCommandOutput,
141
+ } from "../commands/InvokeCommand";
142
+ import {
143
+ ListAliasesCommandInput,
144
+ ListAliasesCommandOutput,
145
+ } from "../commands/ListAliasesCommand";
146
+ import {
147
+ ListCodeSigningConfigsCommandInput,
148
+ ListCodeSigningConfigsCommandOutput,
149
+ } from "../commands/ListCodeSigningConfigsCommand";
150
+ import {
151
+ ListEventSourceMappingsCommandInput,
152
+ ListEventSourceMappingsCommandOutput,
153
+ } from "../commands/ListEventSourceMappingsCommand";
154
+ import {
155
+ ListFunctionEventInvokeConfigsCommandInput,
156
+ ListFunctionEventInvokeConfigsCommandOutput,
157
+ } from "../commands/ListFunctionEventInvokeConfigsCommand";
158
+ import {
159
+ ListFunctionsByCodeSigningConfigCommandInput,
160
+ ListFunctionsByCodeSigningConfigCommandOutput,
161
+ } from "../commands/ListFunctionsByCodeSigningConfigCommand";
162
+ import {
163
+ ListFunctionsCommandInput,
164
+ ListFunctionsCommandOutput,
165
+ } from "../commands/ListFunctionsCommand";
166
+ import {
167
+ ListFunctionUrlConfigsCommandInput,
168
+ ListFunctionUrlConfigsCommandOutput,
169
+ } from "../commands/ListFunctionUrlConfigsCommand";
170
+ import {
171
+ ListLayersCommandInput,
172
+ ListLayersCommandOutput,
173
+ } from "../commands/ListLayersCommand";
174
+ import {
175
+ ListLayerVersionsCommandInput,
176
+ ListLayerVersionsCommandOutput,
177
+ } from "../commands/ListLayerVersionsCommand";
178
+ import {
179
+ ListProvisionedConcurrencyConfigsCommandInput,
180
+ ListProvisionedConcurrencyConfigsCommandOutput,
181
+ } from "../commands/ListProvisionedConcurrencyConfigsCommand";
182
+ import {
183
+ ListTagsCommandInput,
184
+ ListTagsCommandOutput,
185
+ } from "../commands/ListTagsCommand";
186
+ import {
187
+ ListVersionsByFunctionCommandInput,
188
+ ListVersionsByFunctionCommandOutput,
189
+ } from "../commands/ListVersionsByFunctionCommand";
190
+ import {
191
+ PublishLayerVersionCommandInput,
192
+ PublishLayerVersionCommandOutput,
193
+ } from "../commands/PublishLayerVersionCommand";
194
+ import {
195
+ PublishVersionCommandInput,
196
+ PublishVersionCommandOutput,
197
+ } from "../commands/PublishVersionCommand";
198
+ import {
199
+ PutFunctionCodeSigningConfigCommandInput,
200
+ PutFunctionCodeSigningConfigCommandOutput,
201
+ } from "../commands/PutFunctionCodeSigningConfigCommand";
202
+ import {
203
+ PutFunctionConcurrencyCommandInput,
204
+ PutFunctionConcurrencyCommandOutput,
205
+ } from "../commands/PutFunctionConcurrencyCommand";
206
+ import {
207
+ PutFunctionEventInvokeConfigCommandInput,
208
+ PutFunctionEventInvokeConfigCommandOutput,
209
+ } from "../commands/PutFunctionEventInvokeConfigCommand";
210
+ import {
211
+ PutProvisionedConcurrencyConfigCommandInput,
212
+ PutProvisionedConcurrencyConfigCommandOutput,
213
+ } from "../commands/PutProvisionedConcurrencyConfigCommand";
214
+ import {
215
+ RemoveLayerVersionPermissionCommandInput,
216
+ RemoveLayerVersionPermissionCommandOutput,
217
+ } from "../commands/RemoveLayerVersionPermissionCommand";
218
+ import {
219
+ RemovePermissionCommandInput,
220
+ RemovePermissionCommandOutput,
221
+ } from "../commands/RemovePermissionCommand";
222
+ import {
223
+ TagResourceCommandInput,
224
+ TagResourceCommandOutput,
225
+ } from "../commands/TagResourceCommand";
226
+ import {
227
+ UntagResourceCommandInput,
228
+ UntagResourceCommandOutput,
229
+ } from "../commands/UntagResourceCommand";
230
+ import {
231
+ UpdateAliasCommandInput,
232
+ UpdateAliasCommandOutput,
233
+ } from "../commands/UpdateAliasCommand";
234
+ import {
235
+ UpdateCodeSigningConfigCommandInput,
236
+ UpdateCodeSigningConfigCommandOutput,
237
+ } from "../commands/UpdateCodeSigningConfigCommand";
238
+ import {
239
+ UpdateEventSourceMappingCommandInput,
240
+ UpdateEventSourceMappingCommandOutput,
241
+ } from "../commands/UpdateEventSourceMappingCommand";
242
+ import {
243
+ UpdateFunctionCodeCommandInput,
244
+ UpdateFunctionCodeCommandOutput,
245
+ } from "../commands/UpdateFunctionCodeCommand";
246
+ import {
247
+ UpdateFunctionConfigurationCommandInput,
248
+ UpdateFunctionConfigurationCommandOutput,
249
+ } from "../commands/UpdateFunctionConfigurationCommand";
250
+ import {
251
+ UpdateFunctionEventInvokeConfigCommandInput,
252
+ UpdateFunctionEventInvokeConfigCommandOutput,
253
+ } from "../commands/UpdateFunctionEventInvokeConfigCommand";
254
+ import {
255
+ UpdateFunctionUrlConfigCommandInput,
256
+ UpdateFunctionUrlConfigCommandOutput,
257
+ } from "../commands/UpdateFunctionUrlConfigCommand";
258
+ export declare const serializeAws_restJson1AddLayerVersionPermissionCommand: (
259
+ input: AddLayerVersionPermissionCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_restJson1AddPermissionCommand: (
263
+ input: AddPermissionCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_restJson1CreateAliasCommand: (
267
+ input: CreateAliasCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_restJson1CreateCodeSigningConfigCommand: (
271
+ input: CreateCodeSigningConfigCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1CreateEventSourceMappingCommand: (
275
+ input: CreateEventSourceMappingCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateFunctionCommand: (
279
+ input: CreateFunctionCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateFunctionUrlConfigCommand: (
283
+ input: CreateFunctionUrlConfigCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1DeleteAliasCommand: (
287
+ input: DeleteAliasCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1DeleteCodeSigningConfigCommand: (
291
+ input: DeleteCodeSigningConfigCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1DeleteEventSourceMappingCommand: (
295
+ input: DeleteEventSourceMappingCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1DeleteFunctionCommand: (
299
+ input: DeleteFunctionCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (
303
+ input: DeleteFunctionCodeSigningConfigCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DeleteFunctionConcurrencyCommand: (
307
+ input: DeleteFunctionConcurrencyCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (
311
+ input: DeleteFunctionEventInvokeConfigCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DeleteFunctionUrlConfigCommand: (
315
+ input: DeleteFunctionUrlConfigCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DeleteLayerVersionCommand: (
319
+ input: DeleteLayerVersionCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (
323
+ input: DeleteProvisionedConcurrencyConfigCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1GetAccountSettingsCommand: (
327
+ input: GetAccountSettingsCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1GetAliasCommand: (
331
+ input: GetAliasCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1GetCodeSigningConfigCommand: (
335
+ input: GetCodeSigningConfigCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1GetEventSourceMappingCommand: (
339
+ input: GetEventSourceMappingCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1GetFunctionCommand: (
343
+ input: GetFunctionCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1GetFunctionCodeSigningConfigCommand: (
347
+ input: GetFunctionCodeSigningConfigCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1GetFunctionConcurrencyCommand: (
351
+ input: GetFunctionConcurrencyCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1GetFunctionConfigurationCommand: (
355
+ input: GetFunctionConfigurationCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1GetFunctionEventInvokeConfigCommand: (
359
+ input: GetFunctionEventInvokeConfigCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1GetFunctionUrlConfigCommand: (
363
+ input: GetFunctionUrlConfigCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1GetLayerVersionCommand: (
367
+ input: GetLayerVersionCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1GetLayerVersionByArnCommand: (
371
+ input: GetLayerVersionByArnCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1GetLayerVersionPolicyCommand: (
375
+ input: GetLayerVersionPolicyCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetPolicyCommand: (
379
+ input: GetPolicyCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (
383
+ input: GetProvisionedConcurrencyConfigCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1InvokeCommand: (
387
+ input: InvokeCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1InvokeAsyncCommand: (
391
+ input: InvokeAsyncCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1ListAliasesCommand: (
395
+ input: ListAliasesCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1ListCodeSigningConfigsCommand: (
399
+ input: ListCodeSigningConfigsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1ListEventSourceMappingsCommand: (
403
+ input: ListEventSourceMappingsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (
407
+ input: ListFunctionEventInvokeConfigsCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1ListFunctionsCommand: (
411
+ input: ListFunctionsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (
415
+ input: ListFunctionsByCodeSigningConfigCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1ListFunctionUrlConfigsCommand: (
419
+ input: ListFunctionUrlConfigsCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1ListLayersCommand: (
423
+ input: ListLayersCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1ListLayerVersionsCommand: (
427
+ input: ListLayerVersionsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (
431
+ input: ListProvisionedConcurrencyConfigsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1ListTagsCommand: (
435
+ input: ListTagsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1ListVersionsByFunctionCommand: (
439
+ input: ListVersionsByFunctionCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1PublishLayerVersionCommand: (
443
+ input: PublishLayerVersionCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1PublishVersionCommand: (
447
+ input: PublishVersionCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1PutFunctionCodeSigningConfigCommand: (
451
+ input: PutFunctionCodeSigningConfigCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1PutFunctionConcurrencyCommand: (
455
+ input: PutFunctionConcurrencyCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1PutFunctionEventInvokeConfigCommand: (
459
+ input: PutFunctionEventInvokeConfigCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (
463
+ input: PutProvisionedConcurrencyConfigCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1RemoveLayerVersionPermissionCommand: (
467
+ input: RemoveLayerVersionPermissionCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1RemovePermissionCommand: (
471
+ input: RemovePermissionCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1TagResourceCommand: (
475
+ input: TagResourceCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1UntagResourceCommand: (
479
+ input: UntagResourceCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1UpdateAliasCommand: (
483
+ input: UpdateAliasCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1UpdateCodeSigningConfigCommand: (
487
+ input: UpdateCodeSigningConfigCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1UpdateEventSourceMappingCommand: (
491
+ input: UpdateEventSourceMappingCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1UpdateFunctionCodeCommand: (
495
+ input: UpdateFunctionCodeCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1UpdateFunctionConfigurationCommand: (
499
+ input: UpdateFunctionConfigurationCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (
503
+ input: UpdateFunctionEventInvokeConfigCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UpdateFunctionUrlConfigCommand: (
507
+ input: UpdateFunctionUrlConfigCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const deserializeAws_restJson1AddLayerVersionPermissionCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<AddLayerVersionPermissionCommandOutput>;
514
+ export declare const deserializeAws_restJson1AddPermissionCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<AddPermissionCommandOutput>;
518
+ export declare const deserializeAws_restJson1CreateAliasCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<CreateAliasCommandOutput>;
522
+ export declare const deserializeAws_restJson1CreateCodeSigningConfigCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<CreateCodeSigningConfigCommandOutput>;
526
+ export declare const deserializeAws_restJson1CreateEventSourceMappingCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<CreateEventSourceMappingCommandOutput>;
530
+ export declare const deserializeAws_restJson1CreateFunctionCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<CreateFunctionCommandOutput>;
534
+ export declare const deserializeAws_restJson1CreateFunctionUrlConfigCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateFunctionUrlConfigCommandOutput>;
538
+ export declare const deserializeAws_restJson1DeleteAliasCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<DeleteAliasCommandOutput>;
542
+ export declare const deserializeAws_restJson1DeleteCodeSigningConfigCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DeleteCodeSigningConfigCommandOutput>;
546
+ export declare const deserializeAws_restJson1DeleteEventSourceMappingCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DeleteEventSourceMappingCommandOutput>;
550
+ export declare const deserializeAws_restJson1DeleteFunctionCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<DeleteFunctionCommandOutput>;
554
+ export declare const deserializeAws_restJson1DeleteFunctionCodeSigningConfigCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteFunctionCodeSigningConfigCommandOutput>;
558
+ export declare const deserializeAws_restJson1DeleteFunctionConcurrencyCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteFunctionConcurrencyCommandOutput>;
562
+ export declare const deserializeAws_restJson1DeleteFunctionEventInvokeConfigCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteFunctionEventInvokeConfigCommandOutput>;
566
+ export declare const deserializeAws_restJson1DeleteFunctionUrlConfigCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeleteFunctionUrlConfigCommandOutput>;
570
+ export declare const deserializeAws_restJson1DeleteLayerVersionCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeleteLayerVersionCommandOutput>;
574
+ export declare const deserializeAws_restJson1DeleteProvisionedConcurrencyConfigCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteProvisionedConcurrencyConfigCommandOutput>;
578
+ export declare const deserializeAws_restJson1GetAccountSettingsCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<GetAccountSettingsCommandOutput>;
582
+ export declare const deserializeAws_restJson1GetAliasCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<GetAliasCommandOutput>;
586
+ export declare const deserializeAws_restJson1GetCodeSigningConfigCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<GetCodeSigningConfigCommandOutput>;
590
+ export declare const deserializeAws_restJson1GetEventSourceMappingCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<GetEventSourceMappingCommandOutput>;
594
+ export declare const deserializeAws_restJson1GetFunctionCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<GetFunctionCommandOutput>;
598
+ export declare const deserializeAws_restJson1GetFunctionCodeSigningConfigCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<GetFunctionCodeSigningConfigCommandOutput>;
602
+ export declare const deserializeAws_restJson1GetFunctionConcurrencyCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<GetFunctionConcurrencyCommandOutput>;
606
+ export declare const deserializeAws_restJson1GetFunctionConfigurationCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<GetFunctionConfigurationCommandOutput>;
610
+ export declare const deserializeAws_restJson1GetFunctionEventInvokeConfigCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<GetFunctionEventInvokeConfigCommandOutput>;
614
+ export declare const deserializeAws_restJson1GetFunctionUrlConfigCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<GetFunctionUrlConfigCommandOutput>;
618
+ export declare const deserializeAws_restJson1GetLayerVersionCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<GetLayerVersionCommandOutput>;
622
+ export declare const deserializeAws_restJson1GetLayerVersionByArnCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<GetLayerVersionByArnCommandOutput>;
626
+ export declare const deserializeAws_restJson1GetLayerVersionPolicyCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<GetLayerVersionPolicyCommandOutput>;
630
+ export declare const deserializeAws_restJson1GetPolicyCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<GetPolicyCommandOutput>;
634
+ export declare const deserializeAws_restJson1GetProvisionedConcurrencyConfigCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<GetProvisionedConcurrencyConfigCommandOutput>;
638
+ export declare const deserializeAws_restJson1InvokeCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<InvokeCommandOutput>;
642
+ export declare const deserializeAws_restJson1InvokeAsyncCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<InvokeAsyncCommandOutput>;
646
+ export declare const deserializeAws_restJson1ListAliasesCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<ListAliasesCommandOutput>;
650
+ export declare const deserializeAws_restJson1ListCodeSigningConfigsCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<ListCodeSigningConfigsCommandOutput>;
654
+ export declare const deserializeAws_restJson1ListEventSourceMappingsCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<ListEventSourceMappingsCommandOutput>;
658
+ export declare const deserializeAws_restJson1ListFunctionEventInvokeConfigsCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<ListFunctionEventInvokeConfigsCommandOutput>;
662
+ export declare const deserializeAws_restJson1ListFunctionsCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<ListFunctionsCommandOutput>;
666
+ export declare const deserializeAws_restJson1ListFunctionsByCodeSigningConfigCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<ListFunctionsByCodeSigningConfigCommandOutput>;
670
+ export declare const deserializeAws_restJson1ListFunctionUrlConfigsCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<ListFunctionUrlConfigsCommandOutput>;
674
+ export declare const deserializeAws_restJson1ListLayersCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ListLayersCommandOutput>;
678
+ export declare const deserializeAws_restJson1ListLayerVersionsCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListLayerVersionsCommandOutput>;
682
+ export declare const deserializeAws_restJson1ListProvisionedConcurrencyConfigsCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListProvisionedConcurrencyConfigsCommandOutput>;
686
+ export declare const deserializeAws_restJson1ListTagsCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ListTagsCommandOutput>;
690
+ export declare const deserializeAws_restJson1ListVersionsByFunctionCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListVersionsByFunctionCommandOutput>;
694
+ export declare const deserializeAws_restJson1PublishLayerVersionCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<PublishLayerVersionCommandOutput>;
698
+ export declare const deserializeAws_restJson1PublishVersionCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<PublishVersionCommandOutput>;
702
+ export declare const deserializeAws_restJson1PutFunctionCodeSigningConfigCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<PutFunctionCodeSigningConfigCommandOutput>;
706
+ export declare const deserializeAws_restJson1PutFunctionConcurrencyCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<PutFunctionConcurrencyCommandOutput>;
710
+ export declare const deserializeAws_restJson1PutFunctionEventInvokeConfigCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<PutFunctionEventInvokeConfigCommandOutput>;
714
+ export declare const deserializeAws_restJson1PutProvisionedConcurrencyConfigCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<PutProvisionedConcurrencyConfigCommandOutput>;
718
+ export declare const deserializeAws_restJson1RemoveLayerVersionPermissionCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<RemoveLayerVersionPermissionCommandOutput>;
722
+ export declare const deserializeAws_restJson1RemovePermissionCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<RemovePermissionCommandOutput>;
726
+ export declare const deserializeAws_restJson1TagResourceCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<TagResourceCommandOutput>;
730
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<UntagResourceCommandOutput>;
734
+ export declare const deserializeAws_restJson1UpdateAliasCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<UpdateAliasCommandOutput>;
738
+ export declare const deserializeAws_restJson1UpdateCodeSigningConfigCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<UpdateCodeSigningConfigCommandOutput>;
742
+ export declare const deserializeAws_restJson1UpdateEventSourceMappingCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<UpdateEventSourceMappingCommandOutput>;
746
+ export declare const deserializeAws_restJson1UpdateFunctionCodeCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<UpdateFunctionCodeCommandOutput>;
750
+ export declare const deserializeAws_restJson1UpdateFunctionConfigurationCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<UpdateFunctionConfigurationCommandOutput>;
754
+ export declare const deserializeAws_restJson1UpdateFunctionEventInvokeConfigCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<UpdateFunctionEventInvokeConfigCommandOutput>;
758
+ export declare const deserializeAws_restJson1UpdateFunctionUrlConfigCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<UpdateFunctionUrlConfigCommandOutput>;