@aws-sdk/client-apigatewayv2 3.927.0 → 3.929.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 (98) hide show
  1. package/dist-cjs/index.js +8007 -3712
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ApiGatewayV2Client.js +2 -0
  4. package/dist-es/commands/CreateApiCommand.js +3 -9
  5. package/dist-es/commands/CreateApiMappingCommand.js +3 -9
  6. package/dist-es/commands/CreateAuthorizerCommand.js +3 -9
  7. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  8. package/dist-es/commands/CreateDomainNameCommand.js +3 -9
  9. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  10. package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -9
  11. package/dist-es/commands/CreateModelCommand.js +3 -9
  12. package/dist-es/commands/CreateRouteCommand.js +3 -9
  13. package/dist-es/commands/CreateRouteResponseCommand.js +3 -9
  14. package/dist-es/commands/CreateRoutingRuleCommand.js +3 -9
  15. package/dist-es/commands/CreateStageCommand.js +3 -9
  16. package/dist-es/commands/CreateVpcLinkCommand.js +3 -9
  17. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +3 -9
  18. package/dist-es/commands/DeleteApiCommand.js +3 -9
  19. package/dist-es/commands/DeleteApiMappingCommand.js +3 -9
  20. package/dist-es/commands/DeleteAuthorizerCommand.js +3 -9
  21. package/dist-es/commands/DeleteCorsConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
  23. package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
  24. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  25. package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -9
  26. package/dist-es/commands/DeleteModelCommand.js +3 -9
  27. package/dist-es/commands/DeleteRouteCommand.js +3 -9
  28. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +3 -9
  29. package/dist-es/commands/DeleteRouteResponseCommand.js +3 -9
  30. package/dist-es/commands/DeleteRouteSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteRoutingRuleCommand.js +3 -9
  32. package/dist-es/commands/DeleteStageCommand.js +3 -9
  33. package/dist-es/commands/DeleteVpcLinkCommand.js +3 -9
  34. package/dist-es/commands/ExportApiCommand.js +3 -9
  35. package/dist-es/commands/GetApiCommand.js +3 -9
  36. package/dist-es/commands/GetApiMappingCommand.js +3 -9
  37. package/dist-es/commands/GetApiMappingsCommand.js +3 -9
  38. package/dist-es/commands/GetApisCommand.js +3 -9
  39. package/dist-es/commands/GetAuthorizerCommand.js +3 -9
  40. package/dist-es/commands/GetAuthorizersCommand.js +3 -9
  41. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  42. package/dist-es/commands/GetDeploymentsCommand.js +3 -9
  43. package/dist-es/commands/GetDomainNameCommand.js +3 -9
  44. package/dist-es/commands/GetDomainNamesCommand.js +3 -9
  45. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  46. package/dist-es/commands/GetIntegrationResponseCommand.js +3 -9
  47. package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -9
  48. package/dist-es/commands/GetIntegrationsCommand.js +3 -9
  49. package/dist-es/commands/GetModelCommand.js +3 -9
  50. package/dist-es/commands/GetModelTemplateCommand.js +3 -9
  51. package/dist-es/commands/GetModelsCommand.js +3 -9
  52. package/dist-es/commands/GetRouteCommand.js +3 -9
  53. package/dist-es/commands/GetRouteResponseCommand.js +3 -9
  54. package/dist-es/commands/GetRouteResponsesCommand.js +3 -9
  55. package/dist-es/commands/GetRoutesCommand.js +3 -9
  56. package/dist-es/commands/GetRoutingRuleCommand.js +3 -9
  57. package/dist-es/commands/GetStageCommand.js +3 -9
  58. package/dist-es/commands/GetStagesCommand.js +3 -9
  59. package/dist-es/commands/GetTagsCommand.js +3 -9
  60. package/dist-es/commands/GetVpcLinkCommand.js +3 -9
  61. package/dist-es/commands/GetVpcLinksCommand.js +3 -9
  62. package/dist-es/commands/ImportApiCommand.js +3 -9
  63. package/dist-es/commands/ListRoutingRulesCommand.js +3 -9
  64. package/dist-es/commands/PutRoutingRuleCommand.js +3 -9
  65. package/dist-es/commands/ReimportApiCommand.js +3 -9
  66. package/dist-es/commands/ResetAuthorizersCacheCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/UntagResourceCommand.js +3 -9
  69. package/dist-es/commands/UpdateApiCommand.js +3 -9
  70. package/dist-es/commands/UpdateApiMappingCommand.js +3 -9
  71. package/dist-es/commands/UpdateAuthorizerCommand.js +3 -9
  72. package/dist-es/commands/UpdateDeploymentCommand.js +3 -9
  73. package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
  74. package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
  75. package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -9
  76. package/dist-es/commands/UpdateModelCommand.js +3 -9
  77. package/dist-es/commands/UpdateRouteCommand.js +3 -9
  78. package/dist-es/commands/UpdateRouteResponseCommand.js +3 -9
  79. package/dist-es/commands/UpdateStageCommand.js +3 -9
  80. package/dist-es/commands/UpdateVpcLinkCommand.js +3 -9
  81. package/dist-es/runtimeConfig.shared.js +2 -0
  82. package/dist-es/schemas/schemas_0.js +7870 -0
  83. package/dist-types/ApiGatewayV2Client.d.ts +10 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +284 -0
  89. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +290 -0
  95. package/package.json +5 -5
  96. package/dist-es/protocols/Aws_restJson1.js +0 -3178
  97. package/dist-types/protocols/Aws_restJson1.d.ts +0 -695
  98. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -929
@@ -1,695 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateApiCommandInput, CreateApiCommandOutput } from "../commands/CreateApiCommand";
4
- import { CreateApiMappingCommandInput, CreateApiMappingCommandOutput } from "../commands/CreateApiMappingCommand";
5
- import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
7
- import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
8
- import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
9
- import { CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput } from "../commands/CreateIntegrationResponseCommand";
10
- import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
11
- import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
12
- import { CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput } from "../commands/CreateRouteResponseCommand";
13
- import { CreateRoutingRuleCommandInput, CreateRoutingRuleCommandOutput } from "../commands/CreateRoutingRuleCommand";
14
- import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
15
- import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
16
- import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "../commands/DeleteAccessLogSettingsCommand";
17
- import { DeleteApiCommandInput, DeleteApiCommandOutput } from "../commands/DeleteApiCommand";
18
- import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "../commands/DeleteApiMappingCommand";
19
- import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
20
- import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "../commands/DeleteCorsConfigurationCommand";
21
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
22
- import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
23
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
24
- import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
25
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
26
- import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
27
- import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "../commands/DeleteRouteRequestParameterCommand";
28
- import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "../commands/DeleteRouteResponseCommand";
29
- import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "../commands/DeleteRouteSettingsCommand";
30
- import { DeleteRoutingRuleCommandInput, DeleteRoutingRuleCommandOutput } from "../commands/DeleteRoutingRuleCommand";
31
- import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
32
- import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
33
- import { ExportApiCommandInput, ExportApiCommandOutput } from "../commands/ExportApiCommand";
34
- import { GetApiCommandInput, GetApiCommandOutput } from "../commands/GetApiCommand";
35
- import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "../commands/GetApiMappingCommand";
36
- import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "../commands/GetApiMappingsCommand";
37
- import { GetApisCommandInput, GetApisCommandOutput } from "../commands/GetApisCommand";
38
- import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
39
- import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
40
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
41
- import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
42
- import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
43
- import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
44
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
45
- import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
46
- import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "../commands/GetIntegrationResponsesCommand";
47
- import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "../commands/GetIntegrationsCommand";
48
- import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
49
- import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
50
- import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
51
- import { GetRouteCommandInput, GetRouteCommandOutput } from "../commands/GetRouteCommand";
52
- import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "../commands/GetRouteResponseCommand";
53
- import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "../commands/GetRouteResponsesCommand";
54
- import { GetRoutesCommandInput, GetRoutesCommandOutput } from "../commands/GetRoutesCommand";
55
- import { GetRoutingRuleCommandInput, GetRoutingRuleCommandOutput } from "../commands/GetRoutingRuleCommand";
56
- import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
57
- import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
58
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
59
- import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
60
- import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
61
- import { ImportApiCommandInput, ImportApiCommandOutput } from "../commands/ImportApiCommand";
62
- import { ListRoutingRulesCommandInput, ListRoutingRulesCommandOutput } from "../commands/ListRoutingRulesCommand";
63
- import { PutRoutingRuleCommandInput, PutRoutingRuleCommandOutput } from "../commands/PutRoutingRuleCommand";
64
- import { ReimportApiCommandInput, ReimportApiCommandOutput } from "../commands/ReimportApiCommand";
65
- import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "../commands/ResetAuthorizersCacheCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
68
- import { UpdateApiCommandInput, UpdateApiCommandOutput } from "../commands/UpdateApiCommand";
69
- import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "../commands/UpdateApiMappingCommand";
70
- import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
71
- import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
72
- import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
73
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
74
- import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
75
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
76
- import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
77
- import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "../commands/UpdateRouteResponseCommand";
78
- import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
79
- import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
80
- /**
81
- * serializeAws_restJson1CreateApiCommand
82
- */
83
- export declare const se_CreateApiCommand: (input: CreateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1CreateApiMappingCommand
86
- */
87
- export declare const se_CreateApiMappingCommand: (input: CreateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1CreateAuthorizerCommand
90
- */
91
- export declare const se_CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1CreateDeploymentCommand
94
- */
95
- export declare const se_CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1CreateDomainNameCommand
98
- */
99
- export declare const se_CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1CreateIntegrationCommand
102
- */
103
- export declare const se_CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1CreateIntegrationResponseCommand
106
- */
107
- export declare const se_CreateIntegrationResponseCommand: (input: CreateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1CreateModelCommand
110
- */
111
- export declare const se_CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1CreateRouteCommand
114
- */
115
- export declare const se_CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1CreateRouteResponseCommand
118
- */
119
- export declare const se_CreateRouteResponseCommand: (input: CreateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1CreateRoutingRuleCommand
122
- */
123
- export declare const se_CreateRoutingRuleCommand: (input: CreateRoutingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1CreateStageCommand
126
- */
127
- export declare const se_CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_restJson1CreateVpcLinkCommand
130
- */
131
- export declare const se_CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_restJson1DeleteAccessLogSettingsCommand
134
- */
135
- export declare const se_DeleteAccessLogSettingsCommand: (input: DeleteAccessLogSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_restJson1DeleteApiCommand
138
- */
139
- export declare const se_DeleteApiCommand: (input: DeleteApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_restJson1DeleteApiMappingCommand
142
- */
143
- export declare const se_DeleteApiMappingCommand: (input: DeleteApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_restJson1DeleteAuthorizerCommand
146
- */
147
- export declare const se_DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_restJson1DeleteCorsConfigurationCommand
150
- */
151
- export declare const se_DeleteCorsConfigurationCommand: (input: DeleteCorsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_restJson1DeleteDeploymentCommand
154
- */
155
- export declare const se_DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_restJson1DeleteDomainNameCommand
158
- */
159
- export declare const se_DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_restJson1DeleteIntegrationCommand
162
- */
163
- export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_restJson1DeleteIntegrationResponseCommand
166
- */
167
- export declare const se_DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_restJson1DeleteModelCommand
170
- */
171
- export declare const se_DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_restJson1DeleteRouteCommand
174
- */
175
- export declare const se_DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_restJson1DeleteRouteRequestParameterCommand
178
- */
179
- export declare const se_DeleteRouteRequestParameterCommand: (input: DeleteRouteRequestParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_restJson1DeleteRouteResponseCommand
182
- */
183
- export declare const se_DeleteRouteResponseCommand: (input: DeleteRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_restJson1DeleteRouteSettingsCommand
186
- */
187
- export declare const se_DeleteRouteSettingsCommand: (input: DeleteRouteSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_restJson1DeleteRoutingRuleCommand
190
- */
191
- export declare const se_DeleteRoutingRuleCommand: (input: DeleteRoutingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_restJson1DeleteStageCommand
194
- */
195
- export declare const se_DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_restJson1DeleteVpcLinkCommand
198
- */
199
- export declare const se_DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_restJson1ExportApiCommand
202
- */
203
- export declare const se_ExportApiCommand: (input: ExportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_restJson1GetApiCommand
206
- */
207
- export declare const se_GetApiCommand: (input: GetApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_restJson1GetApiMappingCommand
210
- */
211
- export declare const se_GetApiMappingCommand: (input: GetApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_restJson1GetApiMappingsCommand
214
- */
215
- export declare const se_GetApiMappingsCommand: (input: GetApiMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_restJson1GetApisCommand
218
- */
219
- export declare const se_GetApisCommand: (input: GetApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_restJson1GetAuthorizerCommand
222
- */
223
- export declare const se_GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_restJson1GetAuthorizersCommand
226
- */
227
- export declare const se_GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_restJson1GetDeploymentCommand
230
- */
231
- export declare const se_GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_restJson1GetDeploymentsCommand
234
- */
235
- export declare const se_GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_restJson1GetDomainNameCommand
238
- */
239
- export declare const se_GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_restJson1GetDomainNamesCommand
242
- */
243
- export declare const se_GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_restJson1GetIntegrationCommand
246
- */
247
- export declare const se_GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_restJson1GetIntegrationResponseCommand
250
- */
251
- export declare const se_GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_restJson1GetIntegrationResponsesCommand
254
- */
255
- export declare const se_GetIntegrationResponsesCommand: (input: GetIntegrationResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_restJson1GetIntegrationsCommand
258
- */
259
- export declare const se_GetIntegrationsCommand: (input: GetIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_restJson1GetModelCommand
262
- */
263
- export declare const se_GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_restJson1GetModelsCommand
266
- */
267
- export declare const se_GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_restJson1GetModelTemplateCommand
270
- */
271
- export declare const se_GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_restJson1GetRouteCommand
274
- */
275
- export declare const se_GetRouteCommand: (input: GetRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_restJson1GetRouteResponseCommand
278
- */
279
- export declare const se_GetRouteResponseCommand: (input: GetRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_restJson1GetRouteResponsesCommand
282
- */
283
- export declare const se_GetRouteResponsesCommand: (input: GetRouteResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_restJson1GetRoutesCommand
286
- */
287
- export declare const se_GetRoutesCommand: (input: GetRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_restJson1GetRoutingRuleCommand
290
- */
291
- export declare const se_GetRoutingRuleCommand: (input: GetRoutingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_restJson1GetStageCommand
294
- */
295
- export declare const se_GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_restJson1GetStagesCommand
298
- */
299
- export declare const se_GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_restJson1GetTagsCommand
302
- */
303
- export declare const se_GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_restJson1GetVpcLinkCommand
306
- */
307
- export declare const se_GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_restJson1GetVpcLinksCommand
310
- */
311
- export declare const se_GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_restJson1ImportApiCommand
314
- */
315
- export declare const se_ImportApiCommand: (input: ImportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_restJson1ListRoutingRulesCommand
318
- */
319
- export declare const se_ListRoutingRulesCommand: (input: ListRoutingRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_restJson1PutRoutingRuleCommand
322
- */
323
- export declare const se_PutRoutingRuleCommand: (input: PutRoutingRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_restJson1ReimportApiCommand
326
- */
327
- export declare const se_ReimportApiCommand: (input: ReimportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * serializeAws_restJson1ResetAuthorizersCacheCommand
330
- */
331
- export declare const se_ResetAuthorizersCacheCommand: (input: ResetAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- /**
333
- * serializeAws_restJson1TagResourceCommand
334
- */
335
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- /**
337
- * serializeAws_restJson1UntagResourceCommand
338
- */
339
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- /**
341
- * serializeAws_restJson1UpdateApiCommand
342
- */
343
- export declare const se_UpdateApiCommand: (input: UpdateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- /**
345
- * serializeAws_restJson1UpdateApiMappingCommand
346
- */
347
- export declare const se_UpdateApiMappingCommand: (input: UpdateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- /**
349
- * serializeAws_restJson1UpdateAuthorizerCommand
350
- */
351
- export declare const se_UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- /**
353
- * serializeAws_restJson1UpdateDeploymentCommand
354
- */
355
- export declare const se_UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- /**
357
- * serializeAws_restJson1UpdateDomainNameCommand
358
- */
359
- export declare const se_UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- /**
361
- * serializeAws_restJson1UpdateIntegrationCommand
362
- */
363
- export declare const se_UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- /**
365
- * serializeAws_restJson1UpdateIntegrationResponseCommand
366
- */
367
- export declare const se_UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- /**
369
- * serializeAws_restJson1UpdateModelCommand
370
- */
371
- export declare const se_UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
- /**
373
- * serializeAws_restJson1UpdateRouteCommand
374
- */
375
- export declare const se_UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
- /**
377
- * serializeAws_restJson1UpdateRouteResponseCommand
378
- */
379
- export declare const se_UpdateRouteResponseCommand: (input: UpdateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
- /**
381
- * serializeAws_restJson1UpdateStageCommand
382
- */
383
- export declare const se_UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
- /**
385
- * serializeAws_restJson1UpdateVpcLinkCommand
386
- */
387
- export declare const se_UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
- /**
389
- * deserializeAws_restJson1CreateApiCommand
390
- */
391
- export declare const de_CreateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCommandOutput>;
392
- /**
393
- * deserializeAws_restJson1CreateApiMappingCommand
394
- */
395
- export declare const de_CreateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiMappingCommandOutput>;
396
- /**
397
- * deserializeAws_restJson1CreateAuthorizerCommand
398
- */
399
- export declare const de_CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
400
- /**
401
- * deserializeAws_restJson1CreateDeploymentCommand
402
- */
403
- export declare const de_CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
404
- /**
405
- * deserializeAws_restJson1CreateDomainNameCommand
406
- */
407
- export declare const de_CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
408
- /**
409
- * deserializeAws_restJson1CreateIntegrationCommand
410
- */
411
- export declare const de_CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
412
- /**
413
- * deserializeAws_restJson1CreateIntegrationResponseCommand
414
- */
415
- export declare const de_CreateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResponseCommandOutput>;
416
- /**
417
- * deserializeAws_restJson1CreateModelCommand
418
- */
419
- export declare const de_CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
420
- /**
421
- * deserializeAws_restJson1CreateRouteCommand
422
- */
423
- export declare const de_CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
424
- /**
425
- * deserializeAws_restJson1CreateRouteResponseCommand
426
- */
427
- export declare const de_CreateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteResponseCommandOutput>;
428
- /**
429
- * deserializeAws_restJson1CreateRoutingRuleCommand
430
- */
431
- export declare const de_CreateRoutingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoutingRuleCommandOutput>;
432
- /**
433
- * deserializeAws_restJson1CreateStageCommand
434
- */
435
- export declare const de_CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
436
- /**
437
- * deserializeAws_restJson1CreateVpcLinkCommand
438
- */
439
- export declare const de_CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
440
- /**
441
- * deserializeAws_restJson1DeleteAccessLogSettingsCommand
442
- */
443
- export declare const de_DeleteAccessLogSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessLogSettingsCommandOutput>;
444
- /**
445
- * deserializeAws_restJson1DeleteApiCommand
446
- */
447
- export declare const de_DeleteApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCommandOutput>;
448
- /**
449
- * deserializeAws_restJson1DeleteApiMappingCommand
450
- */
451
- export declare const de_DeleteApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiMappingCommandOutput>;
452
- /**
453
- * deserializeAws_restJson1DeleteAuthorizerCommand
454
- */
455
- export declare const de_DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
456
- /**
457
- * deserializeAws_restJson1DeleteCorsConfigurationCommand
458
- */
459
- export declare const de_DeleteCorsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCorsConfigurationCommandOutput>;
460
- /**
461
- * deserializeAws_restJson1DeleteDeploymentCommand
462
- */
463
- export declare const de_DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
464
- /**
465
- * deserializeAws_restJson1DeleteDomainNameCommand
466
- */
467
- export declare const de_DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
468
- /**
469
- * deserializeAws_restJson1DeleteIntegrationCommand
470
- */
471
- export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
472
- /**
473
- * deserializeAws_restJson1DeleteIntegrationResponseCommand
474
- */
475
- export declare const de_DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
476
- /**
477
- * deserializeAws_restJson1DeleteModelCommand
478
- */
479
- export declare const de_DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
480
- /**
481
- * deserializeAws_restJson1DeleteRouteCommand
482
- */
483
- export declare const de_DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
484
- /**
485
- * deserializeAws_restJson1DeleteRouteRequestParameterCommand
486
- */
487
- export declare const de_DeleteRouteRequestParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteRequestParameterCommandOutput>;
488
- /**
489
- * deserializeAws_restJson1DeleteRouteResponseCommand
490
- */
491
- export declare const de_DeleteRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteResponseCommandOutput>;
492
- /**
493
- * deserializeAws_restJson1DeleteRouteSettingsCommand
494
- */
495
- export declare const de_DeleteRouteSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteSettingsCommandOutput>;
496
- /**
497
- * deserializeAws_restJson1DeleteRoutingRuleCommand
498
- */
499
- export declare const de_DeleteRoutingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoutingRuleCommandOutput>;
500
- /**
501
- * deserializeAws_restJson1DeleteStageCommand
502
- */
503
- export declare const de_DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
504
- /**
505
- * deserializeAws_restJson1DeleteVpcLinkCommand
506
- */
507
- export declare const de_DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
508
- /**
509
- * deserializeAws_restJson1ExportApiCommand
510
- */
511
- export declare const de_ExportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportApiCommandOutput>;
512
- /**
513
- * deserializeAws_restJson1GetApiCommand
514
- */
515
- export declare const de_GetApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCommandOutput>;
516
- /**
517
- * deserializeAws_restJson1GetApiMappingCommand
518
- */
519
- export declare const de_GetApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingCommandOutput>;
520
- /**
521
- * deserializeAws_restJson1GetApiMappingsCommand
522
- */
523
- export declare const de_GetApiMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingsCommandOutput>;
524
- /**
525
- * deserializeAws_restJson1GetApisCommand
526
- */
527
- export declare const de_GetApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApisCommandOutput>;
528
- /**
529
- * deserializeAws_restJson1GetAuthorizerCommand
530
- */
531
- export declare const de_GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
532
- /**
533
- * deserializeAws_restJson1GetAuthorizersCommand
534
- */
535
- export declare const de_GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
536
- /**
537
- * deserializeAws_restJson1GetDeploymentCommand
538
- */
539
- export declare const de_GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
540
- /**
541
- * deserializeAws_restJson1GetDeploymentsCommand
542
- */
543
- export declare const de_GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
544
- /**
545
- * deserializeAws_restJson1GetDomainNameCommand
546
- */
547
- export declare const de_GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
548
- /**
549
- * deserializeAws_restJson1GetDomainNamesCommand
550
- */
551
- export declare const de_GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
552
- /**
553
- * deserializeAws_restJson1GetIntegrationCommand
554
- */
555
- export declare const de_GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
556
- /**
557
- * deserializeAws_restJson1GetIntegrationResponseCommand
558
- */
559
- export declare const de_GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
560
- /**
561
- * deserializeAws_restJson1GetIntegrationResponsesCommand
562
- */
563
- export declare const de_GetIntegrationResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponsesCommandOutput>;
564
- /**
565
- * deserializeAws_restJson1GetIntegrationsCommand
566
- */
567
- export declare const de_GetIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationsCommandOutput>;
568
- /**
569
- * deserializeAws_restJson1GetModelCommand
570
- */
571
- export declare const de_GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
572
- /**
573
- * deserializeAws_restJson1GetModelsCommand
574
- */
575
- export declare const de_GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
576
- /**
577
- * deserializeAws_restJson1GetModelTemplateCommand
578
- */
579
- export declare const de_GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
580
- /**
581
- * deserializeAws_restJson1GetRouteCommand
582
- */
583
- export declare const de_GetRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteCommandOutput>;
584
- /**
585
- * deserializeAws_restJson1GetRouteResponseCommand
586
- */
587
- export declare const de_GetRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponseCommandOutput>;
588
- /**
589
- * deserializeAws_restJson1GetRouteResponsesCommand
590
- */
591
- export declare const de_GetRouteResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponsesCommandOutput>;
592
- /**
593
- * deserializeAws_restJson1GetRoutesCommand
594
- */
595
- export declare const de_GetRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoutesCommandOutput>;
596
- /**
597
- * deserializeAws_restJson1GetRoutingRuleCommand
598
- */
599
- export declare const de_GetRoutingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoutingRuleCommandOutput>;
600
- /**
601
- * deserializeAws_restJson1GetStageCommand
602
- */
603
- export declare const de_GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
604
- /**
605
- * deserializeAws_restJson1GetStagesCommand
606
- */
607
- export declare const de_GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
608
- /**
609
- * deserializeAws_restJson1GetTagsCommand
610
- */
611
- export declare const de_GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
612
- /**
613
- * deserializeAws_restJson1GetVpcLinkCommand
614
- */
615
- export declare const de_GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
616
- /**
617
- * deserializeAws_restJson1GetVpcLinksCommand
618
- */
619
- export declare const de_GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
620
- /**
621
- * deserializeAws_restJson1ImportApiCommand
622
- */
623
- export declare const de_ImportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiCommandOutput>;
624
- /**
625
- * deserializeAws_restJson1ListRoutingRulesCommand
626
- */
627
- export declare const de_ListRoutingRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutingRulesCommandOutput>;
628
- /**
629
- * deserializeAws_restJson1PutRoutingRuleCommand
630
- */
631
- export declare const de_PutRoutingRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRoutingRuleCommandOutput>;
632
- /**
633
- * deserializeAws_restJson1ReimportApiCommand
634
- */
635
- export declare const de_ReimportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReimportApiCommandOutput>;
636
- /**
637
- * deserializeAws_restJson1ResetAuthorizersCacheCommand
638
- */
639
- export declare const de_ResetAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAuthorizersCacheCommandOutput>;
640
- /**
641
- * deserializeAws_restJson1TagResourceCommand
642
- */
643
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
644
- /**
645
- * deserializeAws_restJson1UntagResourceCommand
646
- */
647
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
648
- /**
649
- * deserializeAws_restJson1UpdateApiCommand
650
- */
651
- export declare const de_UpdateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCommandOutput>;
652
- /**
653
- * deserializeAws_restJson1UpdateApiMappingCommand
654
- */
655
- export declare const de_UpdateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiMappingCommandOutput>;
656
- /**
657
- * deserializeAws_restJson1UpdateAuthorizerCommand
658
- */
659
- export declare const de_UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
660
- /**
661
- * deserializeAws_restJson1UpdateDeploymentCommand
662
- */
663
- export declare const de_UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
664
- /**
665
- * deserializeAws_restJson1UpdateDomainNameCommand
666
- */
667
- export declare const de_UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
668
- /**
669
- * deserializeAws_restJson1UpdateIntegrationCommand
670
- */
671
- export declare const de_UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
672
- /**
673
- * deserializeAws_restJson1UpdateIntegrationResponseCommand
674
- */
675
- export declare const de_UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
676
- /**
677
- * deserializeAws_restJson1UpdateModelCommand
678
- */
679
- export declare const de_UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
680
- /**
681
- * deserializeAws_restJson1UpdateRouteCommand
682
- */
683
- export declare const de_UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
684
- /**
685
- * deserializeAws_restJson1UpdateRouteResponseCommand
686
- */
687
- export declare const de_UpdateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteResponseCommandOutput>;
688
- /**
689
- * deserializeAws_restJson1UpdateStageCommand
690
- */
691
- export declare const de_UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
692
- /**
693
- * deserializeAws_restJson1UpdateVpcLinkCommand
694
- */
695
- export declare const de_UpdateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcLinkCommandOutput>;