@aws-sdk/client-apigatewayv2 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 (87) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ApiGatewayV2.d.ts +1228 -364
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +537 -145
  4. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +30 -17
  19. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +30 -17
  20. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +31 -17
  24. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +31 -17
  29. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +31 -17
  30. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +30 -17
  31. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +32 -16
  33. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +30 -17
  34. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +35 -17
  42. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +35 -17
  68. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +35 -17
  69. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +36 -17
  70. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +36 -17
  74. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
  75. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +35 -17
  76. package/dist-types/ts3.4/commands/index.d.ts +72 -72
  77. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  78. package/dist-types/ts3.4/index.d.ts +5 -5
  79. package/dist-types/ts3.4/models/ApiGatewayV2ServiceException.d.ts +7 -6
  80. package/dist-types/ts3.4/models/index.d.ts +1 -1
  81. package/dist-types/ts3.4/models/models_0.d.ts +1685 -217
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +869 -218
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  87. package/package.json +34 -34
@@ -1,218 +1,869 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/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 { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
14
- import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
15
- import { DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput } from "../commands/DeleteAccessLogSettingsCommand";
16
- import { DeleteApiCommandInput, DeleteApiCommandOutput } from "../commands/DeleteApiCommand";
17
- import { DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput } from "../commands/DeleteApiMappingCommand";
18
- import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
19
- import { DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput } from "../commands/DeleteCorsConfigurationCommand";
20
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
21
- import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
22
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
23
- import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
24
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
25
- import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
26
- import { DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput } from "../commands/DeleteRouteRequestParameterCommand";
27
- import { DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput } from "../commands/DeleteRouteResponseCommand";
28
- import { DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput } from "../commands/DeleteRouteSettingsCommand";
29
- import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
30
- import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
31
- import { ExportApiCommandInput, ExportApiCommandOutput } from "../commands/ExportApiCommand";
32
- import { GetApiCommandInput, GetApiCommandOutput } from "../commands/GetApiCommand";
33
- import { GetApiMappingCommandInput, GetApiMappingCommandOutput } from "../commands/GetApiMappingCommand";
34
- import { GetApiMappingsCommandInput, GetApiMappingsCommandOutput } from "../commands/GetApiMappingsCommand";
35
- import { GetApisCommandInput, GetApisCommandOutput } from "../commands/GetApisCommand";
36
- import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
37
- import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
38
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
39
- import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
40
- import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
41
- import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
42
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
43
- import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
44
- import { GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput } from "../commands/GetIntegrationResponsesCommand";
45
- import { GetIntegrationsCommandInput, GetIntegrationsCommandOutput } from "../commands/GetIntegrationsCommand";
46
- import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
47
- import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
48
- import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
49
- import { GetRouteCommandInput, GetRouteCommandOutput } from "../commands/GetRouteCommand";
50
- import { GetRouteResponseCommandInput, GetRouteResponseCommandOutput } from "../commands/GetRouteResponseCommand";
51
- import { GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput } from "../commands/GetRouteResponsesCommand";
52
- import { GetRoutesCommandInput, GetRoutesCommandOutput } from "../commands/GetRoutesCommand";
53
- import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
54
- import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
55
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
56
- import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
57
- import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
58
- import { ImportApiCommandInput, ImportApiCommandOutput } from "../commands/ImportApiCommand";
59
- import { ReimportApiCommandInput, ReimportApiCommandOutput } from "../commands/ReimportApiCommand";
60
- import { ResetAuthorizersCacheCommandInput, ResetAuthorizersCacheCommandOutput } from "../commands/ResetAuthorizersCacheCommand";
61
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
62
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
63
- import { UpdateApiCommandInput, UpdateApiCommandOutput } from "../commands/UpdateApiCommand";
64
- import { UpdateApiMappingCommandInput, UpdateApiMappingCommandOutput } from "../commands/UpdateApiMappingCommand";
65
- import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
66
- import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
67
- import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
68
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
69
- import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
70
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
71
- import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
72
- import { UpdateRouteResponseCommandInput, UpdateRouteResponseCommandOutput } from "../commands/UpdateRouteResponseCommand";
73
- import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
74
- import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
75
- export declare const serializeAws_restJson1CreateApiCommand: (input: CreateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateApiMappingCommand: (input: CreateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1CreateIntegrationResponseCommand: (input: CreateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1CreateRouteResponseCommand: (input: CreateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DeleteAccessLogSettingsCommand: (input: DeleteAccessLogSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DeleteApiCommand: (input: DeleteApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DeleteApiMappingCommand: (input: DeleteApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DeleteCorsConfigurationCommand: (input: DeleteCorsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1DeleteRouteRequestParameterCommand: (input: DeleteRouteRequestParameterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1DeleteRouteResponseCommand: (input: DeleteRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1DeleteRouteSettingsCommand: (input: DeleteRouteSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1ExportApiCommand: (input: ExportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1GetApiCommand: (input: GetApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1GetApiMappingCommand: (input: GetApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1GetApiMappingsCommand: (input: GetApiMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1GetApisCommand: (input: GetApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1GetIntegrationResponsesCommand: (input: GetIntegrationResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1GetIntegrationsCommand: (input: GetIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1GetRouteCommand: (input: GetRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1GetRouteResponseCommand: (input: GetRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1GetRouteResponsesCommand: (input: GetRouteResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1GetRoutesCommand: (input: GetRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1ImportApiCommand: (input: ImportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1ReimportApiCommand: (input: ReimportApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1ResetAuthorizersCacheCommand: (input: ResetAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UpdateApiCommand: (input: UpdateApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1UpdateApiMappingCommand: (input: UpdateApiMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1UpdateRouteResponseCommand: (input: UpdateRouteResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const deserializeAws_restJson1CreateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiCommandOutput>;
148
- export declare const deserializeAws_restJson1CreateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiMappingCommandOutput>;
149
- export declare const deserializeAws_restJson1CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
150
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
151
- export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
152
- export declare const deserializeAws_restJson1CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
153
- export declare const deserializeAws_restJson1CreateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResponseCommandOutput>;
154
- export declare const deserializeAws_restJson1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
155
- export declare const deserializeAws_restJson1CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
156
- export declare const deserializeAws_restJson1CreateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteResponseCommandOutput>;
157
- export declare const deserializeAws_restJson1CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
158
- export declare const deserializeAws_restJson1CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
159
- export declare const deserializeAws_restJson1DeleteAccessLogSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessLogSettingsCommandOutput>;
160
- export declare const deserializeAws_restJson1DeleteApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiCommandOutput>;
161
- export declare const deserializeAws_restJson1DeleteApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiMappingCommandOutput>;
162
- export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
163
- export declare const deserializeAws_restJson1DeleteCorsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCorsConfigurationCommandOutput>;
164
- export declare const deserializeAws_restJson1DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
165
- export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
166
- export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
167
- export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
168
- export declare const deserializeAws_restJson1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
169
- export declare const deserializeAws_restJson1DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
170
- export declare const deserializeAws_restJson1DeleteRouteRequestParameterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteRequestParameterCommandOutput>;
171
- export declare const deserializeAws_restJson1DeleteRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteResponseCommandOutput>;
172
- export declare const deserializeAws_restJson1DeleteRouteSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteSettingsCommandOutput>;
173
- export declare const deserializeAws_restJson1DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
174
- export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
175
- export declare const deserializeAws_restJson1ExportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportApiCommandOutput>;
176
- export declare const deserializeAws_restJson1GetApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiCommandOutput>;
177
- export declare const deserializeAws_restJson1GetApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingCommandOutput>;
178
- export declare const deserializeAws_restJson1GetApiMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiMappingsCommandOutput>;
179
- export declare const deserializeAws_restJson1GetApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApisCommandOutput>;
180
- export declare const deserializeAws_restJson1GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
181
- export declare const deserializeAws_restJson1GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
182
- export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
183
- export declare const deserializeAws_restJson1GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
184
- export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
185
- export declare const deserializeAws_restJson1GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
186
- export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
187
- export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
188
- export declare const deserializeAws_restJson1GetIntegrationResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponsesCommandOutput>;
189
- export declare const deserializeAws_restJson1GetIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationsCommandOutput>;
190
- export declare const deserializeAws_restJson1GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
191
- export declare const deserializeAws_restJson1GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
192
- export declare const deserializeAws_restJson1GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
193
- export declare const deserializeAws_restJson1GetRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteCommandOutput>;
194
- export declare const deserializeAws_restJson1GetRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponseCommandOutput>;
195
- export declare const deserializeAws_restJson1GetRouteResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteResponsesCommandOutput>;
196
- export declare const deserializeAws_restJson1GetRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoutesCommandOutput>;
197
- export declare const deserializeAws_restJson1GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
198
- export declare const deserializeAws_restJson1GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
199
- export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
200
- export declare const deserializeAws_restJson1GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
201
- export declare const deserializeAws_restJson1GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
202
- export declare const deserializeAws_restJson1ImportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiCommandOutput>;
203
- export declare const deserializeAws_restJson1ReimportApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReimportApiCommandOutput>;
204
- export declare const deserializeAws_restJson1ResetAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetAuthorizersCacheCommandOutput>;
205
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
206
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
207
- export declare const deserializeAws_restJson1UpdateApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiCommandOutput>;
208
- export declare const deserializeAws_restJson1UpdateApiMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiMappingCommandOutput>;
209
- export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
210
- export declare const deserializeAws_restJson1UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
211
- export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
212
- export declare const deserializeAws_restJson1UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
213
- export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
214
- export declare const deserializeAws_restJson1UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
215
- export declare const deserializeAws_restJson1UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
216
- export declare const deserializeAws_restJson1UpdateRouteResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteResponseCommandOutput>;
217
- export declare const deserializeAws_restJson1UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
218
- export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcLinkCommandOutput>;
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
+ CreateApiCommandInput,
8
+ CreateApiCommandOutput,
9
+ } from "../commands/CreateApiCommand";
10
+ import {
11
+ CreateApiMappingCommandInput,
12
+ CreateApiMappingCommandOutput,
13
+ } from "../commands/CreateApiMappingCommand";
14
+ import {
15
+ CreateAuthorizerCommandInput,
16
+ CreateAuthorizerCommandOutput,
17
+ } from "../commands/CreateAuthorizerCommand";
18
+ import {
19
+ CreateDeploymentCommandInput,
20
+ CreateDeploymentCommandOutput,
21
+ } from "../commands/CreateDeploymentCommand";
22
+ import {
23
+ CreateDomainNameCommandInput,
24
+ CreateDomainNameCommandOutput,
25
+ } from "../commands/CreateDomainNameCommand";
26
+ import {
27
+ CreateIntegrationCommandInput,
28
+ CreateIntegrationCommandOutput,
29
+ } from "../commands/CreateIntegrationCommand";
30
+ import {
31
+ CreateIntegrationResponseCommandInput,
32
+ CreateIntegrationResponseCommandOutput,
33
+ } from "../commands/CreateIntegrationResponseCommand";
34
+ import {
35
+ CreateModelCommandInput,
36
+ CreateModelCommandOutput,
37
+ } from "../commands/CreateModelCommand";
38
+ import {
39
+ CreateRouteCommandInput,
40
+ CreateRouteCommandOutput,
41
+ } from "../commands/CreateRouteCommand";
42
+ import {
43
+ CreateRouteResponseCommandInput,
44
+ CreateRouteResponseCommandOutput,
45
+ } from "../commands/CreateRouteResponseCommand";
46
+ import {
47
+ CreateStageCommandInput,
48
+ CreateStageCommandOutput,
49
+ } from "../commands/CreateStageCommand";
50
+ import {
51
+ CreateVpcLinkCommandInput,
52
+ CreateVpcLinkCommandOutput,
53
+ } from "../commands/CreateVpcLinkCommand";
54
+ import {
55
+ DeleteAccessLogSettingsCommandInput,
56
+ DeleteAccessLogSettingsCommandOutput,
57
+ } from "../commands/DeleteAccessLogSettingsCommand";
58
+ import {
59
+ DeleteApiCommandInput,
60
+ DeleteApiCommandOutput,
61
+ } from "../commands/DeleteApiCommand";
62
+ import {
63
+ DeleteApiMappingCommandInput,
64
+ DeleteApiMappingCommandOutput,
65
+ } from "../commands/DeleteApiMappingCommand";
66
+ import {
67
+ DeleteAuthorizerCommandInput,
68
+ DeleteAuthorizerCommandOutput,
69
+ } from "../commands/DeleteAuthorizerCommand";
70
+ import {
71
+ DeleteCorsConfigurationCommandInput,
72
+ DeleteCorsConfigurationCommandOutput,
73
+ } from "../commands/DeleteCorsConfigurationCommand";
74
+ import {
75
+ DeleteDeploymentCommandInput,
76
+ DeleteDeploymentCommandOutput,
77
+ } from "../commands/DeleteDeploymentCommand";
78
+ import {
79
+ DeleteDomainNameCommandInput,
80
+ DeleteDomainNameCommandOutput,
81
+ } from "../commands/DeleteDomainNameCommand";
82
+ import {
83
+ DeleteIntegrationCommandInput,
84
+ DeleteIntegrationCommandOutput,
85
+ } from "../commands/DeleteIntegrationCommand";
86
+ import {
87
+ DeleteIntegrationResponseCommandInput,
88
+ DeleteIntegrationResponseCommandOutput,
89
+ } from "../commands/DeleteIntegrationResponseCommand";
90
+ import {
91
+ DeleteModelCommandInput,
92
+ DeleteModelCommandOutput,
93
+ } from "../commands/DeleteModelCommand";
94
+ import {
95
+ DeleteRouteCommandInput,
96
+ DeleteRouteCommandOutput,
97
+ } from "../commands/DeleteRouteCommand";
98
+ import {
99
+ DeleteRouteRequestParameterCommandInput,
100
+ DeleteRouteRequestParameterCommandOutput,
101
+ } from "../commands/DeleteRouteRequestParameterCommand";
102
+ import {
103
+ DeleteRouteResponseCommandInput,
104
+ DeleteRouteResponseCommandOutput,
105
+ } from "../commands/DeleteRouteResponseCommand";
106
+ import {
107
+ DeleteRouteSettingsCommandInput,
108
+ DeleteRouteSettingsCommandOutput,
109
+ } from "../commands/DeleteRouteSettingsCommand";
110
+ import {
111
+ DeleteStageCommandInput,
112
+ DeleteStageCommandOutput,
113
+ } from "../commands/DeleteStageCommand";
114
+ import {
115
+ DeleteVpcLinkCommandInput,
116
+ DeleteVpcLinkCommandOutput,
117
+ } from "../commands/DeleteVpcLinkCommand";
118
+ import {
119
+ ExportApiCommandInput,
120
+ ExportApiCommandOutput,
121
+ } from "../commands/ExportApiCommand";
122
+ import {
123
+ GetApiCommandInput,
124
+ GetApiCommandOutput,
125
+ } from "../commands/GetApiCommand";
126
+ import {
127
+ GetApiMappingCommandInput,
128
+ GetApiMappingCommandOutput,
129
+ } from "../commands/GetApiMappingCommand";
130
+ import {
131
+ GetApiMappingsCommandInput,
132
+ GetApiMappingsCommandOutput,
133
+ } from "../commands/GetApiMappingsCommand";
134
+ import {
135
+ GetApisCommandInput,
136
+ GetApisCommandOutput,
137
+ } from "../commands/GetApisCommand";
138
+ import {
139
+ GetAuthorizerCommandInput,
140
+ GetAuthorizerCommandOutput,
141
+ } from "../commands/GetAuthorizerCommand";
142
+ import {
143
+ GetAuthorizersCommandInput,
144
+ GetAuthorizersCommandOutput,
145
+ } from "../commands/GetAuthorizersCommand";
146
+ import {
147
+ GetDeploymentCommandInput,
148
+ GetDeploymentCommandOutput,
149
+ } from "../commands/GetDeploymentCommand";
150
+ import {
151
+ GetDeploymentsCommandInput,
152
+ GetDeploymentsCommandOutput,
153
+ } from "../commands/GetDeploymentsCommand";
154
+ import {
155
+ GetDomainNameCommandInput,
156
+ GetDomainNameCommandOutput,
157
+ } from "../commands/GetDomainNameCommand";
158
+ import {
159
+ GetDomainNamesCommandInput,
160
+ GetDomainNamesCommandOutput,
161
+ } from "../commands/GetDomainNamesCommand";
162
+ import {
163
+ GetIntegrationCommandInput,
164
+ GetIntegrationCommandOutput,
165
+ } from "../commands/GetIntegrationCommand";
166
+ import {
167
+ GetIntegrationResponseCommandInput,
168
+ GetIntegrationResponseCommandOutput,
169
+ } from "../commands/GetIntegrationResponseCommand";
170
+ import {
171
+ GetIntegrationResponsesCommandInput,
172
+ GetIntegrationResponsesCommandOutput,
173
+ } from "../commands/GetIntegrationResponsesCommand";
174
+ import {
175
+ GetIntegrationsCommandInput,
176
+ GetIntegrationsCommandOutput,
177
+ } from "../commands/GetIntegrationsCommand";
178
+ import {
179
+ GetModelCommandInput,
180
+ GetModelCommandOutput,
181
+ } from "../commands/GetModelCommand";
182
+ import {
183
+ GetModelsCommandInput,
184
+ GetModelsCommandOutput,
185
+ } from "../commands/GetModelsCommand";
186
+ import {
187
+ GetModelTemplateCommandInput,
188
+ GetModelTemplateCommandOutput,
189
+ } from "../commands/GetModelTemplateCommand";
190
+ import {
191
+ GetRouteCommandInput,
192
+ GetRouteCommandOutput,
193
+ } from "../commands/GetRouteCommand";
194
+ import {
195
+ GetRouteResponseCommandInput,
196
+ GetRouteResponseCommandOutput,
197
+ } from "../commands/GetRouteResponseCommand";
198
+ import {
199
+ GetRouteResponsesCommandInput,
200
+ GetRouteResponsesCommandOutput,
201
+ } from "../commands/GetRouteResponsesCommand";
202
+ import {
203
+ GetRoutesCommandInput,
204
+ GetRoutesCommandOutput,
205
+ } from "../commands/GetRoutesCommand";
206
+ import {
207
+ GetStageCommandInput,
208
+ GetStageCommandOutput,
209
+ } from "../commands/GetStageCommand";
210
+ import {
211
+ GetStagesCommandInput,
212
+ GetStagesCommandOutput,
213
+ } from "../commands/GetStagesCommand";
214
+ import {
215
+ GetTagsCommandInput,
216
+ GetTagsCommandOutput,
217
+ } from "../commands/GetTagsCommand";
218
+ import {
219
+ GetVpcLinkCommandInput,
220
+ GetVpcLinkCommandOutput,
221
+ } from "../commands/GetVpcLinkCommand";
222
+ import {
223
+ GetVpcLinksCommandInput,
224
+ GetVpcLinksCommandOutput,
225
+ } from "../commands/GetVpcLinksCommand";
226
+ import {
227
+ ImportApiCommandInput,
228
+ ImportApiCommandOutput,
229
+ } from "../commands/ImportApiCommand";
230
+ import {
231
+ ReimportApiCommandInput,
232
+ ReimportApiCommandOutput,
233
+ } from "../commands/ReimportApiCommand";
234
+ import {
235
+ ResetAuthorizersCacheCommandInput,
236
+ ResetAuthorizersCacheCommandOutput,
237
+ } from "../commands/ResetAuthorizersCacheCommand";
238
+ import {
239
+ TagResourceCommandInput,
240
+ TagResourceCommandOutput,
241
+ } from "../commands/TagResourceCommand";
242
+ import {
243
+ UntagResourceCommandInput,
244
+ UntagResourceCommandOutput,
245
+ } from "../commands/UntagResourceCommand";
246
+ import {
247
+ UpdateApiCommandInput,
248
+ UpdateApiCommandOutput,
249
+ } from "../commands/UpdateApiCommand";
250
+ import {
251
+ UpdateApiMappingCommandInput,
252
+ UpdateApiMappingCommandOutput,
253
+ } from "../commands/UpdateApiMappingCommand";
254
+ import {
255
+ UpdateAuthorizerCommandInput,
256
+ UpdateAuthorizerCommandOutput,
257
+ } from "../commands/UpdateAuthorizerCommand";
258
+ import {
259
+ UpdateDeploymentCommandInput,
260
+ UpdateDeploymentCommandOutput,
261
+ } from "../commands/UpdateDeploymentCommand";
262
+ import {
263
+ UpdateDomainNameCommandInput,
264
+ UpdateDomainNameCommandOutput,
265
+ } from "../commands/UpdateDomainNameCommand";
266
+ import {
267
+ UpdateIntegrationCommandInput,
268
+ UpdateIntegrationCommandOutput,
269
+ } from "../commands/UpdateIntegrationCommand";
270
+ import {
271
+ UpdateIntegrationResponseCommandInput,
272
+ UpdateIntegrationResponseCommandOutput,
273
+ } from "../commands/UpdateIntegrationResponseCommand";
274
+ import {
275
+ UpdateModelCommandInput,
276
+ UpdateModelCommandOutput,
277
+ } from "../commands/UpdateModelCommand";
278
+ import {
279
+ UpdateRouteCommandInput,
280
+ UpdateRouteCommandOutput,
281
+ } from "../commands/UpdateRouteCommand";
282
+ import {
283
+ UpdateRouteResponseCommandInput,
284
+ UpdateRouteResponseCommandOutput,
285
+ } from "../commands/UpdateRouteResponseCommand";
286
+ import {
287
+ UpdateStageCommandInput,
288
+ UpdateStageCommandOutput,
289
+ } from "../commands/UpdateStageCommand";
290
+ import {
291
+ UpdateVpcLinkCommandInput,
292
+ UpdateVpcLinkCommandOutput,
293
+ } from "../commands/UpdateVpcLinkCommand";
294
+ export declare const serializeAws_restJson1CreateApiCommand: (
295
+ input: CreateApiCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1CreateApiMappingCommand: (
299
+ input: CreateApiMappingCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1CreateAuthorizerCommand: (
303
+ input: CreateAuthorizerCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1CreateDeploymentCommand: (
307
+ input: CreateDeploymentCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1CreateDomainNameCommand: (
311
+ input: CreateDomainNameCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1CreateIntegrationCommand: (
315
+ input: CreateIntegrationCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1CreateIntegrationResponseCommand: (
319
+ input: CreateIntegrationResponseCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1CreateModelCommand: (
323
+ input: CreateModelCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1CreateRouteCommand: (
327
+ input: CreateRouteCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1CreateRouteResponseCommand: (
331
+ input: CreateRouteResponseCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1CreateStageCommand: (
335
+ input: CreateStageCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1CreateVpcLinkCommand: (
339
+ input: CreateVpcLinkCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DeleteAccessLogSettingsCommand: (
343
+ input: DeleteAccessLogSettingsCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DeleteApiCommand: (
347
+ input: DeleteApiCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DeleteApiMappingCommand: (
351
+ input: DeleteApiMappingCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DeleteAuthorizerCommand: (
355
+ input: DeleteAuthorizerCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DeleteCorsConfigurationCommand: (
359
+ input: DeleteCorsConfigurationCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DeleteDeploymentCommand: (
363
+ input: DeleteDeploymentCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1DeleteDomainNameCommand: (
367
+ input: DeleteDomainNameCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1DeleteIntegrationCommand: (
371
+ input: DeleteIntegrationCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (
375
+ input: DeleteIntegrationResponseCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1DeleteModelCommand: (
379
+ input: DeleteModelCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1DeleteRouteCommand: (
383
+ input: DeleteRouteCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1DeleteRouteRequestParameterCommand: (
387
+ input: DeleteRouteRequestParameterCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1DeleteRouteResponseCommand: (
391
+ input: DeleteRouteResponseCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1DeleteRouteSettingsCommand: (
395
+ input: DeleteRouteSettingsCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1DeleteStageCommand: (
399
+ input: DeleteStageCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1DeleteVpcLinkCommand: (
403
+ input: DeleteVpcLinkCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1ExportApiCommand: (
407
+ input: ExportApiCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1GetApiCommand: (
411
+ input: GetApiCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1GetApiMappingCommand: (
415
+ input: GetApiMappingCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1GetApiMappingsCommand: (
419
+ input: GetApiMappingsCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1GetApisCommand: (
423
+ input: GetApisCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1GetAuthorizerCommand: (
427
+ input: GetAuthorizerCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1GetAuthorizersCommand: (
431
+ input: GetAuthorizersCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1GetDeploymentCommand: (
435
+ input: GetDeploymentCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1GetDeploymentsCommand: (
439
+ input: GetDeploymentsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1GetDomainNameCommand: (
443
+ input: GetDomainNameCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1GetDomainNamesCommand: (
447
+ input: GetDomainNamesCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1GetIntegrationCommand: (
451
+ input: GetIntegrationCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1GetIntegrationResponseCommand: (
455
+ input: GetIntegrationResponseCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1GetIntegrationResponsesCommand: (
459
+ input: GetIntegrationResponsesCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1GetIntegrationsCommand: (
463
+ input: GetIntegrationsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1GetModelCommand: (
467
+ input: GetModelCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1GetModelsCommand: (
471
+ input: GetModelsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1GetModelTemplateCommand: (
475
+ input: GetModelTemplateCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1GetRouteCommand: (
479
+ input: GetRouteCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1GetRouteResponseCommand: (
483
+ input: GetRouteResponseCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1GetRouteResponsesCommand: (
487
+ input: GetRouteResponsesCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1GetRoutesCommand: (
491
+ input: GetRoutesCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1GetStageCommand: (
495
+ input: GetStageCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1GetStagesCommand: (
499
+ input: GetStagesCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1GetTagsCommand: (
503
+ input: GetTagsCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1GetVpcLinkCommand: (
507
+ input: GetVpcLinkCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1GetVpcLinksCommand: (
511
+ input: GetVpcLinksCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1ImportApiCommand: (
515
+ input: ImportApiCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1ReimportApiCommand: (
519
+ input: ReimportApiCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1ResetAuthorizersCacheCommand: (
523
+ input: ResetAuthorizersCacheCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1TagResourceCommand: (
527
+ input: TagResourceCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1UntagResourceCommand: (
531
+ input: UntagResourceCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restJson1UpdateApiCommand: (
535
+ input: UpdateApiCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restJson1UpdateApiMappingCommand: (
539
+ input: UpdateApiMappingCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_restJson1UpdateAuthorizerCommand: (
543
+ input: UpdateAuthorizerCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_restJson1UpdateDeploymentCommand: (
547
+ input: UpdateDeploymentCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_restJson1UpdateDomainNameCommand: (
551
+ input: UpdateDomainNameCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_restJson1UpdateIntegrationCommand: (
555
+ input: UpdateIntegrationCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (
559
+ input: UpdateIntegrationResponseCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_restJson1UpdateModelCommand: (
563
+ input: UpdateModelCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_restJson1UpdateRouteCommand: (
567
+ input: UpdateRouteCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_restJson1UpdateRouteResponseCommand: (
571
+ input: UpdateRouteResponseCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_restJson1UpdateStageCommand: (
575
+ input: UpdateStageCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_restJson1UpdateVpcLinkCommand: (
579
+ input: UpdateVpcLinkCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const deserializeAws_restJson1CreateApiCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<CreateApiCommandOutput>;
586
+ export declare const deserializeAws_restJson1CreateApiMappingCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<CreateApiMappingCommandOutput>;
590
+ export declare const deserializeAws_restJson1CreateAuthorizerCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<CreateAuthorizerCommandOutput>;
594
+ export declare const deserializeAws_restJson1CreateDeploymentCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<CreateDeploymentCommandOutput>;
598
+ export declare const deserializeAws_restJson1CreateDomainNameCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<CreateDomainNameCommandOutput>;
602
+ export declare const deserializeAws_restJson1CreateIntegrationCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<CreateIntegrationCommandOutput>;
606
+ export declare const deserializeAws_restJson1CreateIntegrationResponseCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<CreateIntegrationResponseCommandOutput>;
610
+ export declare const deserializeAws_restJson1CreateModelCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<CreateModelCommandOutput>;
614
+ export declare const deserializeAws_restJson1CreateRouteCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<CreateRouteCommandOutput>;
618
+ export declare const deserializeAws_restJson1CreateRouteResponseCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<CreateRouteResponseCommandOutput>;
622
+ export declare const deserializeAws_restJson1CreateStageCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<CreateStageCommandOutput>;
626
+ export declare const deserializeAws_restJson1CreateVpcLinkCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<CreateVpcLinkCommandOutput>;
630
+ export declare const deserializeAws_restJson1DeleteAccessLogSettingsCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DeleteAccessLogSettingsCommandOutput>;
634
+ export declare const deserializeAws_restJson1DeleteApiCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DeleteApiCommandOutput>;
638
+ export declare const deserializeAws_restJson1DeleteApiMappingCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DeleteApiMappingCommandOutput>;
642
+ export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DeleteAuthorizerCommandOutput>;
646
+ export declare const deserializeAws_restJson1DeleteCorsConfigurationCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DeleteCorsConfigurationCommandOutput>;
650
+ export declare const deserializeAws_restJson1DeleteDeploymentCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DeleteDeploymentCommandOutput>;
654
+ export declare const deserializeAws_restJson1DeleteDomainNameCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DeleteDomainNameCommandOutput>;
658
+ export declare const deserializeAws_restJson1DeleteIntegrationCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DeleteIntegrationCommandOutput>;
662
+ export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DeleteIntegrationResponseCommandOutput>;
666
+ export declare const deserializeAws_restJson1DeleteModelCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DeleteModelCommandOutput>;
670
+ export declare const deserializeAws_restJson1DeleteRouteCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DeleteRouteCommandOutput>;
674
+ export declare const deserializeAws_restJson1DeleteRouteRequestParameterCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DeleteRouteRequestParameterCommandOutput>;
678
+ export declare const deserializeAws_restJson1DeleteRouteResponseCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DeleteRouteResponseCommandOutput>;
682
+ export declare const deserializeAws_restJson1DeleteRouteSettingsCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DeleteRouteSettingsCommandOutput>;
686
+ export declare const deserializeAws_restJson1DeleteStageCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DeleteStageCommandOutput>;
690
+ export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DeleteVpcLinkCommandOutput>;
694
+ export declare const deserializeAws_restJson1ExportApiCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ExportApiCommandOutput>;
698
+ export declare const deserializeAws_restJson1GetApiCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<GetApiCommandOutput>;
702
+ export declare const deserializeAws_restJson1GetApiMappingCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<GetApiMappingCommandOutput>;
706
+ export declare const deserializeAws_restJson1GetApiMappingsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<GetApiMappingsCommandOutput>;
710
+ export declare const deserializeAws_restJson1GetApisCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<GetApisCommandOutput>;
714
+ export declare const deserializeAws_restJson1GetAuthorizerCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<GetAuthorizerCommandOutput>;
718
+ export declare const deserializeAws_restJson1GetAuthorizersCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<GetAuthorizersCommandOutput>;
722
+ export declare const deserializeAws_restJson1GetDeploymentCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<GetDeploymentCommandOutput>;
726
+ export declare const deserializeAws_restJson1GetDeploymentsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetDeploymentsCommandOutput>;
730
+ export declare const deserializeAws_restJson1GetDomainNameCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetDomainNameCommandOutput>;
734
+ export declare const deserializeAws_restJson1GetDomainNamesCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetDomainNamesCommandOutput>;
738
+ export declare const deserializeAws_restJson1GetIntegrationCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<GetIntegrationCommandOutput>;
742
+ export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<GetIntegrationResponseCommandOutput>;
746
+ export declare const deserializeAws_restJson1GetIntegrationResponsesCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<GetIntegrationResponsesCommandOutput>;
750
+ export declare const deserializeAws_restJson1GetIntegrationsCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<GetIntegrationsCommandOutput>;
754
+ export declare const deserializeAws_restJson1GetModelCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<GetModelCommandOutput>;
758
+ export declare const deserializeAws_restJson1GetModelsCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<GetModelsCommandOutput>;
762
+ export declare const deserializeAws_restJson1GetModelTemplateCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<GetModelTemplateCommandOutput>;
766
+ export declare const deserializeAws_restJson1GetRouteCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<GetRouteCommandOutput>;
770
+ export declare const deserializeAws_restJson1GetRouteResponseCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<GetRouteResponseCommandOutput>;
774
+ export declare const deserializeAws_restJson1GetRouteResponsesCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<GetRouteResponsesCommandOutput>;
778
+ export declare const deserializeAws_restJson1GetRoutesCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<GetRoutesCommandOutput>;
782
+ export declare const deserializeAws_restJson1GetStageCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<GetStageCommandOutput>;
786
+ export declare const deserializeAws_restJson1GetStagesCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<GetStagesCommandOutput>;
790
+ export declare const deserializeAws_restJson1GetTagsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<GetTagsCommandOutput>;
794
+ export declare const deserializeAws_restJson1GetVpcLinkCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<GetVpcLinkCommandOutput>;
798
+ export declare const deserializeAws_restJson1GetVpcLinksCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<GetVpcLinksCommandOutput>;
802
+ export declare const deserializeAws_restJson1ImportApiCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<ImportApiCommandOutput>;
806
+ export declare const deserializeAws_restJson1ReimportApiCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<ReimportApiCommandOutput>;
810
+ export declare const deserializeAws_restJson1ResetAuthorizersCacheCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<ResetAuthorizersCacheCommandOutput>;
814
+ export declare const deserializeAws_restJson1TagResourceCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<TagResourceCommandOutput>;
818
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<UntagResourceCommandOutput>;
822
+ export declare const deserializeAws_restJson1UpdateApiCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<UpdateApiCommandOutput>;
826
+ export declare const deserializeAws_restJson1UpdateApiMappingCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<UpdateApiMappingCommandOutput>;
830
+ export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<UpdateAuthorizerCommandOutput>;
834
+ export declare const deserializeAws_restJson1UpdateDeploymentCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<UpdateDeploymentCommandOutput>;
838
+ export declare const deserializeAws_restJson1UpdateDomainNameCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<UpdateDomainNameCommandOutput>;
842
+ export declare const deserializeAws_restJson1UpdateIntegrationCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<UpdateIntegrationCommandOutput>;
846
+ export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<UpdateIntegrationResponseCommandOutput>;
850
+ export declare const deserializeAws_restJson1UpdateModelCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<UpdateModelCommandOutput>;
854
+ export declare const deserializeAws_restJson1UpdateRouteCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<UpdateRouteCommandOutput>;
858
+ export declare const deserializeAws_restJson1UpdateRouteResponseCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<UpdateRouteResponseCommandOutput>;
862
+ export declare const deserializeAws_restJson1UpdateStageCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<UpdateStageCommandOutput>;
866
+ export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<UpdateVpcLinkCommandOutput>;