@aws-sdk/client-api-gateway 3.169.0 → 3.170.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 (149) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
  3. package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
  4. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
  39. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
  75. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
  76. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
  77. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
  81. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
  84. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
  93. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
  94. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
  113. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  117. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
  122. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
  123. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
  124. package/dist-types/ts3.4/commands/index.d.ts +120 -120
  125. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  126. package/dist-types/ts3.4/index.d.ts +6 -6
  127. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
  128. package/dist-types/ts3.4/models/index.d.ts +1 -1
  129. package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
  130. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
  131. package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
  132. package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
  133. package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
  134. package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
  135. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  136. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
  137. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
  138. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
  139. package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
  140. package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
  141. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
  142. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  143. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  144. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
  145. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  146. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  147. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  148. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  149. package/package.json +35 -35
@@ -1,362 +1,1445 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "../commands/CreateApiKeyCommand";
4
- import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "../commands/CreateAuthorizerCommand";
5
- import { CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput } from "../commands/CreateBasePathMappingCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
7
- import { CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput } from "../commands/CreateDocumentationPartCommand";
8
- import { CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput } from "../commands/CreateDocumentationVersionCommand";
9
- import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "../commands/CreateDomainNameCommand";
10
- import { CreateModelCommandInput, CreateModelCommandOutput } from "../commands/CreateModelCommand";
11
- import { CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput } from "../commands/CreateRequestValidatorCommand";
12
- import { CreateResourceCommandInput, CreateResourceCommandOutput } from "../commands/CreateResourceCommand";
13
- import { CreateRestApiCommandInput, CreateRestApiCommandOutput } from "../commands/CreateRestApiCommand";
14
- import { CreateStageCommandInput, CreateStageCommandOutput } from "../commands/CreateStageCommand";
15
- import { CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput } from "../commands/CreateUsagePlanCommand";
16
- import { CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput } from "../commands/CreateUsagePlanKeyCommand";
17
- import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "../commands/CreateVpcLinkCommand";
18
- import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "../commands/DeleteApiKeyCommand";
19
- import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "../commands/DeleteAuthorizerCommand";
20
- import { DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput } from "../commands/DeleteBasePathMappingCommand";
21
- import { DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput } from "../commands/DeleteClientCertificateCommand";
22
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "../commands/DeleteDeploymentCommand";
23
- import { DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput } from "../commands/DeleteDocumentationPartCommand";
24
- import { DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput } from "../commands/DeleteDocumentationVersionCommand";
25
- import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "../commands/DeleteDomainNameCommand";
26
- import { DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput } from "../commands/DeleteGatewayResponseCommand";
27
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
28
- import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "../commands/DeleteIntegrationResponseCommand";
29
- import { DeleteMethodCommandInput, DeleteMethodCommandOutput } from "../commands/DeleteMethodCommand";
30
- import { DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput } from "../commands/DeleteMethodResponseCommand";
31
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
32
- import { DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput } from "../commands/DeleteRequestValidatorCommand";
33
- import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "../commands/DeleteResourceCommand";
34
- import { DeleteRestApiCommandInput, DeleteRestApiCommandOutput } from "../commands/DeleteRestApiCommand";
35
- import { DeleteStageCommandInput, DeleteStageCommandOutput } from "../commands/DeleteStageCommand";
36
- import { DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput } from "../commands/DeleteUsagePlanCommand";
37
- import { DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput } from "../commands/DeleteUsagePlanKeyCommand";
38
- import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "../commands/DeleteVpcLinkCommand";
39
- import { FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput } from "../commands/FlushStageAuthorizersCacheCommand";
40
- import { FlushStageCacheCommandInput, FlushStageCacheCommandOutput } from "../commands/FlushStageCacheCommand";
41
- import { GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput } from "../commands/GenerateClientCertificateCommand";
42
- import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
43
- import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "../commands/GetApiKeyCommand";
44
- import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand";
45
- import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "../commands/GetAuthorizerCommand";
46
- import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "../commands/GetAuthorizersCommand";
47
- import { GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput } from "../commands/GetBasePathMappingCommand";
48
- import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "../commands/GetBasePathMappingsCommand";
49
- import { GetClientCertificateCommandInput, GetClientCertificateCommandOutput } from "../commands/GetClientCertificateCommand";
50
- import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "../commands/GetClientCertificatesCommand";
51
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
52
- import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
53
- import { GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput } from "../commands/GetDocumentationPartCommand";
54
- import { GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput } from "../commands/GetDocumentationPartsCommand";
55
- import { GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput } from "../commands/GetDocumentationVersionCommand";
56
- import { GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput } from "../commands/GetDocumentationVersionsCommand";
57
- import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "../commands/GetDomainNameCommand";
58
- import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
59
- import { GetExportCommandInput, GetExportCommandOutput } from "../commands/GetExportCommand";
60
- import { GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput } from "../commands/GetGatewayResponseCommand";
61
- import { GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput } from "../commands/GetGatewayResponsesCommand";
62
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "../commands/GetIntegrationCommand";
63
- import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "../commands/GetIntegrationResponseCommand";
64
- import { GetMethodCommandInput, GetMethodCommandOutput } from "../commands/GetMethodCommand";
65
- import { GetMethodResponseCommandInput, GetMethodResponseCommandOutput } from "../commands/GetMethodResponseCommand";
66
- import { GetModelCommandInput, GetModelCommandOutput } from "../commands/GetModelCommand";
67
- import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
68
- import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "../commands/GetModelTemplateCommand";
69
- import { GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput } from "../commands/GetRequestValidatorCommand";
70
- import { GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput } from "../commands/GetRequestValidatorsCommand";
71
- import { GetResourceCommandInput, GetResourceCommandOutput } from "../commands/GetResourceCommand";
72
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
73
- import { GetRestApiCommandInput, GetRestApiCommandOutput } from "../commands/GetRestApiCommand";
74
- import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
75
- import { GetSdkCommandInput, GetSdkCommandOutput } from "../commands/GetSdkCommand";
76
- import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "../commands/GetSdkTypeCommand";
77
- import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "../commands/GetSdkTypesCommand";
78
- import { GetStageCommandInput, GetStageCommandOutput } from "../commands/GetStageCommand";
79
- import { GetStagesCommandInput, GetStagesCommandOutput } from "../commands/GetStagesCommand";
80
- import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
81
- import { GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand";
82
- import { GetUsagePlanCommandInput, GetUsagePlanCommandOutput } from "../commands/GetUsagePlanCommand";
83
- import { GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput } from "../commands/GetUsagePlanKeyCommand";
84
- import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "../commands/GetUsagePlanKeysCommand";
85
- import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "../commands/GetUsagePlansCommand";
86
- import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "../commands/GetVpcLinkCommand";
87
- import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
88
- import { ImportApiKeysCommandInput, ImportApiKeysCommandOutput } from "../commands/ImportApiKeysCommand";
89
- import { ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput } from "../commands/ImportDocumentationPartsCommand";
90
- import { ImportRestApiCommandInput, ImportRestApiCommandOutput } from "../commands/ImportRestApiCommand";
91
- import { PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput } from "../commands/PutGatewayResponseCommand";
92
- import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "../commands/PutIntegrationCommand";
93
- import { PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput } from "../commands/PutIntegrationResponseCommand";
94
- import { PutMethodCommandInput, PutMethodCommandOutput } from "../commands/PutMethodCommand";
95
- import { PutMethodResponseCommandInput, PutMethodResponseCommandOutput } from "../commands/PutMethodResponseCommand";
96
- import { PutRestApiCommandInput, PutRestApiCommandOutput } from "../commands/PutRestApiCommand";
97
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
98
- import { TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput } from "../commands/TestInvokeAuthorizerCommand";
99
- import { TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput } from "../commands/TestInvokeMethodCommand";
100
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
101
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "../commands/UpdateAccountCommand";
102
- import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "../commands/UpdateApiKeyCommand";
103
- import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "../commands/UpdateAuthorizerCommand";
104
- import { UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput } from "../commands/UpdateBasePathMappingCommand";
105
- import { UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput } from "../commands/UpdateClientCertificateCommand";
106
- import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "../commands/UpdateDeploymentCommand";
107
- import { UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput } from "../commands/UpdateDocumentationPartCommand";
108
- import { UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput } from "../commands/UpdateDocumentationVersionCommand";
109
- import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "../commands/UpdateDomainNameCommand";
110
- import { UpdateGatewayResponseCommandInput, UpdateGatewayResponseCommandOutput } from "../commands/UpdateGatewayResponseCommand";
111
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "../commands/UpdateIntegrationCommand";
112
- import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "../commands/UpdateIntegrationResponseCommand";
113
- import { UpdateMethodCommandInput, UpdateMethodCommandOutput } from "../commands/UpdateMethodCommand";
114
- import { UpdateMethodResponseCommandInput, UpdateMethodResponseCommandOutput } from "../commands/UpdateMethodResponseCommand";
115
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "../commands/UpdateModelCommand";
116
- import { UpdateRequestValidatorCommandInput, UpdateRequestValidatorCommandOutput } from "../commands/UpdateRequestValidatorCommand";
117
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "../commands/UpdateResourceCommand";
118
- import { UpdateRestApiCommandInput, UpdateRestApiCommandOutput } from "../commands/UpdateRestApiCommand";
119
- import { UpdateStageCommandInput, UpdateStageCommandOutput } from "../commands/UpdateStageCommand";
120
- import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "../commands/UpdateUsageCommand";
121
- import { UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput } from "../commands/UpdateUsagePlanCommand";
122
- import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "../commands/UpdateVpcLinkCommand";
123
- export declare const serializeAws_restJson1CreateApiKeyCommand: (input: CreateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1CreateAuthorizerCommand: (input: CreateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1CreateBasePathMappingCommand: (input: CreateBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1CreateDocumentationPartCommand: (input: CreateDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1CreateDocumentationVersionCommand: (input: CreateDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1CreateDomainNameCommand: (input: CreateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1CreateModelCommand: (input: CreateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1CreateRequestValidatorCommand: (input: CreateRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1CreateResourceCommand: (input: CreateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1CreateRestApiCommand: (input: CreateRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateStageCommand: (input: CreateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1CreateUsagePlanCommand: (input: CreateUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1CreateUsagePlanKeyCommand: (input: CreateUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1CreateVpcLinkCommand: (input: CreateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1DeleteApiKeyCommand: (input: DeleteApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1DeleteAuthorizerCommand: (input: DeleteAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1DeleteBasePathMappingCommand: (input: DeleteBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1DeleteClientCertificateCommand: (input: DeleteClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1DeleteDeploymentCommand: (input: DeleteDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1DeleteDocumentationPartCommand: (input: DeleteDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1DeleteDocumentationVersionCommand: (input: DeleteDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1DeleteDomainNameCommand: (input: DeleteDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1DeleteGatewayResponseCommand: (input: DeleteGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restJson1DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (input: DeleteIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1DeleteMethodCommand: (input: DeleteMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DeleteMethodResponseCommand: (input: DeleteMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restJson1DeleteModelCommand: (input: DeleteModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restJson1DeleteRequestValidatorCommand: (input: DeleteRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1DeleteResourceCommand: (input: DeleteResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DeleteRestApiCommand: (input: DeleteRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restJson1DeleteStageCommand: (input: DeleteStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restJson1DeleteUsagePlanCommand: (input: DeleteUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1DeleteUsagePlanKeyCommand: (input: DeleteUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DeleteVpcLinkCommand: (input: DeleteVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1FlushStageAuthorizersCacheCommand: (input: FlushStageAuthorizersCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1FlushStageCacheCommand: (input: FlushStageCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1GenerateClientCertificateCommand: (input: GenerateClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1GetAccountCommand: (input: GetAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1GetApiKeyCommand: (input: GetApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1GetApiKeysCommand: (input: GetApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1GetAuthorizerCommand: (input: GetAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1GetAuthorizersCommand: (input: GetAuthorizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1GetBasePathMappingCommand: (input: GetBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1GetBasePathMappingsCommand: (input: GetBasePathMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1GetClientCertificateCommand: (input: GetClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1GetClientCertificatesCommand: (input: GetClientCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1GetDeploymentsCommand: (input: GetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1GetDocumentationPartCommand: (input: GetDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1GetDocumentationPartsCommand: (input: GetDocumentationPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1GetDocumentationVersionCommand: (input: GetDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1GetDocumentationVersionsCommand: (input: GetDocumentationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1GetDomainNameCommand: (input: GetDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1GetDomainNamesCommand: (input: GetDomainNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1GetExportCommand: (input: GetExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1GetGatewayResponseCommand: (input: GetGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1GetGatewayResponsesCommand: (input: GetGatewayResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1GetIntegrationCommand: (input: GetIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1GetIntegrationResponseCommand: (input: GetIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1GetMethodCommand: (input: GetMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1GetMethodResponseCommand: (input: GetMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1GetModelCommand: (input: GetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_restJson1GetModelsCommand: (input: GetModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_restJson1GetModelTemplateCommand: (input: GetModelTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_restJson1GetRequestValidatorCommand: (input: GetRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1GetRequestValidatorsCommand: (input: GetRequestValidatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_restJson1GetResourceCommand: (input: GetResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_restJson1GetResourcesCommand: (input: GetResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_restJson1GetRestApiCommand: (input: GetRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1GetRestApisCommand: (input: GetRestApisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restJson1GetSdkCommand: (input: GetSdkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restJson1GetSdkTypeCommand: (input: GetSdkTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restJson1GetSdkTypesCommand: (input: GetSdkTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1GetStageCommand: (input: GetStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_restJson1GetStagesCommand: (input: GetStagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_restJson1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_restJson1GetUsageCommand: (input: GetUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1GetUsagePlanCommand: (input: GetUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_restJson1GetUsagePlanKeyCommand: (input: GetUsagePlanKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_restJson1GetUsagePlanKeysCommand: (input: GetUsagePlanKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_restJson1GetUsagePlansCommand: (input: GetUsagePlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1GetVpcLinkCommand: (input: GetVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_restJson1GetVpcLinksCommand: (input: GetVpcLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_restJson1ImportApiKeysCommand: (input: ImportApiKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_restJson1ImportDocumentationPartsCommand: (input: ImportDocumentationPartsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ImportRestApiCommand: (input: ImportRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_restJson1PutGatewayResponseCommand: (input: PutGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_restJson1PutIntegrationCommand: (input: PutIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_restJson1PutIntegrationResponseCommand: (input: PutIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1PutMethodCommand: (input: PutMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_restJson1PutMethodResponseCommand: (input: PutMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_restJson1PutRestApiCommand: (input: PutRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1TestInvokeAuthorizerCommand: (input: TestInvokeAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_restJson1TestInvokeMethodCommand: (input: TestInvokeMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_restJson1UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1UpdateApiKeyCommand: (input: UpdateApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_restJson1UpdateAuthorizerCommand: (input: UpdateAuthorizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_restJson1UpdateBasePathMappingCommand: (input: UpdateBasePathMappingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_restJson1UpdateClientCertificateCommand: (input: UpdateClientCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1UpdateDeploymentCommand: (input: UpdateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_restJson1UpdateDocumentationPartCommand: (input: UpdateDocumentationPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_restJson1UpdateDocumentationVersionCommand: (input: UpdateDocumentationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_restJson1UpdateDomainNameCommand: (input: UpdateDomainNameCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1UpdateGatewayResponseCommand: (input: UpdateGatewayResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_restJson1UpdateIntegrationCommand: (input: UpdateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (input: UpdateIntegrationResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_restJson1UpdateMethodCommand: (input: UpdateMethodCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UpdateMethodResponseCommand: (input: UpdateMethodResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_restJson1UpdateModelCommand: (input: UpdateModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_restJson1UpdateRequestValidatorCommand: (input: UpdateRequestValidatorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_restJson1UpdateResourceCommand: (input: UpdateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateRestApiCommand: (input: UpdateRestApiCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_restJson1UpdateStageCommand: (input: UpdateStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_restJson1UpdateUsageCommand: (input: UpdateUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_restJson1UpdateUsagePlanCommand: (input: UpdateUsagePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateVpcLinkCommand: (input: UpdateVpcLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const deserializeAws_restJson1CreateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApiKeyCommandOutput>;
244
- export declare const deserializeAws_restJson1CreateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAuthorizerCommandOutput>;
245
- export declare const deserializeAws_restJson1CreateBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBasePathMappingCommandOutput>;
246
- export declare const deserializeAws_restJson1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
247
- export declare const deserializeAws_restJson1CreateDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentationPartCommandOutput>;
248
- export declare const deserializeAws_restJson1CreateDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentationVersionCommandOutput>;
249
- export declare const deserializeAws_restJson1CreateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDomainNameCommandOutput>;
250
- export declare const deserializeAws_restJson1CreateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelCommandOutput>;
251
- export declare const deserializeAws_restJson1CreateRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRequestValidatorCommandOutput>;
252
- export declare const deserializeAws_restJson1CreateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceCommandOutput>;
253
- export declare const deserializeAws_restJson1CreateRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRestApiCommandOutput>;
254
- export declare const deserializeAws_restJson1CreateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStageCommandOutput>;
255
- export declare const deserializeAws_restJson1CreateUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsagePlanCommandOutput>;
256
- export declare const deserializeAws_restJson1CreateUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUsagePlanKeyCommandOutput>;
257
- export declare const deserializeAws_restJson1CreateVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcLinkCommandOutput>;
258
- export declare const deserializeAws_restJson1DeleteApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApiKeyCommandOutput>;
259
- export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAuthorizerCommandOutput>;
260
- export declare const deserializeAws_restJson1DeleteBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBasePathMappingCommandOutput>;
261
- export declare const deserializeAws_restJson1DeleteClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClientCertificateCommandOutput>;
262
- export declare const deserializeAws_restJson1DeleteDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentCommandOutput>;
263
- export declare const deserializeAws_restJson1DeleteDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentationPartCommandOutput>;
264
- export declare const deserializeAws_restJson1DeleteDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentationVersionCommandOutput>;
265
- export declare const deserializeAws_restJson1DeleteDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDomainNameCommandOutput>;
266
- export declare const deserializeAws_restJson1DeleteGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayResponseCommandOutput>;
267
- export declare const deserializeAws_restJson1DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
268
- export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationResponseCommandOutput>;
269
- export declare const deserializeAws_restJson1DeleteMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMethodCommandOutput>;
270
- export declare const deserializeAws_restJson1DeleteMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMethodResponseCommandOutput>;
271
- export declare const deserializeAws_restJson1DeleteModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelCommandOutput>;
272
- export declare const deserializeAws_restJson1DeleteRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRequestValidatorCommandOutput>;
273
- export declare const deserializeAws_restJson1DeleteResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceCommandOutput>;
274
- export declare const deserializeAws_restJson1DeleteRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRestApiCommandOutput>;
275
- export declare const deserializeAws_restJson1DeleteStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStageCommandOutput>;
276
- export declare const deserializeAws_restJson1DeleteUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsagePlanCommandOutput>;
277
- export declare const deserializeAws_restJson1DeleteUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUsagePlanKeyCommandOutput>;
278
- export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcLinkCommandOutput>;
279
- export declare const deserializeAws_restJson1FlushStageAuthorizersCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushStageAuthorizersCacheCommandOutput>;
280
- export declare const deserializeAws_restJson1FlushStageCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<FlushStageCacheCommandOutput>;
281
- export declare const deserializeAws_restJson1GenerateClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateClientCertificateCommandOutput>;
282
- export declare const deserializeAws_restJson1GetAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountCommandOutput>;
283
- export declare const deserializeAws_restJson1GetApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiKeyCommandOutput>;
284
- export declare const deserializeAws_restJson1GetApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApiKeysCommandOutput>;
285
- export declare const deserializeAws_restJson1GetAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizerCommandOutput>;
286
- export declare const deserializeAws_restJson1GetAuthorizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizersCommandOutput>;
287
- export declare const deserializeAws_restJson1GetBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBasePathMappingCommandOutput>;
288
- export declare const deserializeAws_restJson1GetBasePathMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBasePathMappingsCommandOutput>;
289
- export declare const deserializeAws_restJson1GetClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClientCertificateCommandOutput>;
290
- export declare const deserializeAws_restJson1GetClientCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClientCertificatesCommandOutput>;
291
- export declare const deserializeAws_restJson1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
292
- export declare const deserializeAws_restJson1GetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentsCommandOutput>;
293
- export declare const deserializeAws_restJson1GetDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationPartCommandOutput>;
294
- export declare const deserializeAws_restJson1GetDocumentationPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationPartsCommandOutput>;
295
- export declare const deserializeAws_restJson1GetDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationVersionCommandOutput>;
296
- export declare const deserializeAws_restJson1GetDocumentationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentationVersionsCommandOutput>;
297
- export declare const deserializeAws_restJson1GetDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNameCommandOutput>;
298
- export declare const deserializeAws_restJson1GetDomainNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDomainNamesCommandOutput>;
299
- export declare const deserializeAws_restJson1GetExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExportCommandOutput>;
300
- export declare const deserializeAws_restJson1GetGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayResponseCommandOutput>;
301
- export declare const deserializeAws_restJson1GetGatewayResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGatewayResponsesCommandOutput>;
302
- export declare const deserializeAws_restJson1GetIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationCommandOutput>;
303
- export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResponseCommandOutput>;
304
- export declare const deserializeAws_restJson1GetMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMethodCommandOutput>;
305
- export declare const deserializeAws_restJson1GetMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMethodResponseCommandOutput>;
306
- export declare const deserializeAws_restJson1GetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelCommandOutput>;
307
- export declare const deserializeAws_restJson1GetModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelsCommandOutput>;
308
- export declare const deserializeAws_restJson1GetModelTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelTemplateCommandOutput>;
309
- export declare const deserializeAws_restJson1GetRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequestValidatorCommandOutput>;
310
- export declare const deserializeAws_restJson1GetRequestValidatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRequestValidatorsCommandOutput>;
311
- export declare const deserializeAws_restJson1GetResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCommandOutput>;
312
- export declare const deserializeAws_restJson1GetResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesCommandOutput>;
313
- export declare const deserializeAws_restJson1GetRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestApiCommandOutput>;
314
- export declare const deserializeAws_restJson1GetRestApisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRestApisCommandOutput>;
315
- export declare const deserializeAws_restJson1GetSdkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkCommandOutput>;
316
- export declare const deserializeAws_restJson1GetSdkTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkTypeCommandOutput>;
317
- export declare const deserializeAws_restJson1GetSdkTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSdkTypesCommandOutput>;
318
- export declare const deserializeAws_restJson1GetStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStageCommandOutput>;
319
- export declare const deserializeAws_restJson1GetStagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStagesCommandOutput>;
320
- export declare const deserializeAws_restJson1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
321
- export declare const deserializeAws_restJson1GetUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsageCommandOutput>;
322
- export declare const deserializeAws_restJson1GetUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanCommandOutput>;
323
- export declare const deserializeAws_restJson1GetUsagePlanKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanKeyCommandOutput>;
324
- export declare const deserializeAws_restJson1GetUsagePlanKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlanKeysCommandOutput>;
325
- export declare const deserializeAws_restJson1GetUsagePlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUsagePlansCommandOutput>;
326
- export declare const deserializeAws_restJson1GetVpcLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinkCommandOutput>;
327
- export declare const deserializeAws_restJson1GetVpcLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVpcLinksCommandOutput>;
328
- export declare const deserializeAws_restJson1ImportApiKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApiKeysCommandOutput>;
329
- export declare const deserializeAws_restJson1ImportDocumentationPartsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDocumentationPartsCommandOutput>;
330
- export declare const deserializeAws_restJson1ImportRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportRestApiCommandOutput>;
331
- export declare const deserializeAws_restJson1PutGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGatewayResponseCommandOutput>;
332
- export declare const deserializeAws_restJson1PutIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationCommandOutput>;
333
- export declare const deserializeAws_restJson1PutIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutIntegrationResponseCommandOutput>;
334
- export declare const deserializeAws_restJson1PutMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMethodCommandOutput>;
335
- export declare const deserializeAws_restJson1PutMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMethodResponseCommandOutput>;
336
- export declare const deserializeAws_restJson1PutRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRestApiCommandOutput>;
337
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
338
- export declare const deserializeAws_restJson1TestInvokeAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestInvokeAuthorizerCommandOutput>;
339
- export declare const deserializeAws_restJson1TestInvokeMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestInvokeMethodCommandOutput>;
340
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
341
- export declare const deserializeAws_restJson1UpdateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCommandOutput>;
342
- export declare const deserializeAws_restJson1UpdateApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApiKeyCommandOutput>;
343
- export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthorizerCommandOutput>;
344
- export declare const deserializeAws_restJson1UpdateBasePathMappingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBasePathMappingCommandOutput>;
345
- export declare const deserializeAws_restJson1UpdateClientCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateClientCertificateCommandOutput>;
346
- export declare const deserializeAws_restJson1UpdateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentCommandOutput>;
347
- export declare const deserializeAws_restJson1UpdateDocumentationPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentationPartCommandOutput>;
348
- export declare const deserializeAws_restJson1UpdateDocumentationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentationVersionCommandOutput>;
349
- export declare const deserializeAws_restJson1UpdateDomainNameCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDomainNameCommandOutput>;
350
- export declare const deserializeAws_restJson1UpdateGatewayResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayResponseCommandOutput>;
351
- export declare const deserializeAws_restJson1UpdateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationCommandOutput>;
352
- export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResponseCommandOutput>;
353
- export declare const deserializeAws_restJson1UpdateMethodCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMethodCommandOutput>;
354
- export declare const deserializeAws_restJson1UpdateMethodResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMethodResponseCommandOutput>;
355
- export declare const deserializeAws_restJson1UpdateModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelCommandOutput>;
356
- export declare const deserializeAws_restJson1UpdateRequestValidatorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRequestValidatorCommandOutput>;
357
- export declare const deserializeAws_restJson1UpdateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCommandOutput>;
358
- export declare const deserializeAws_restJson1UpdateRestApiCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRestApiCommandOutput>;
359
- export declare const deserializeAws_restJson1UpdateStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStageCommandOutput>;
360
- export declare const deserializeAws_restJson1UpdateUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsageCommandOutput>;
361
- export declare const deserializeAws_restJson1UpdateUsagePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUsagePlanCommandOutput>;
362
- 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
+ CreateApiKeyCommandInput,
8
+ CreateApiKeyCommandOutput,
9
+ } from "../commands/CreateApiKeyCommand";
10
+ import {
11
+ CreateAuthorizerCommandInput,
12
+ CreateAuthorizerCommandOutput,
13
+ } from "../commands/CreateAuthorizerCommand";
14
+ import {
15
+ CreateBasePathMappingCommandInput,
16
+ CreateBasePathMappingCommandOutput,
17
+ } from "../commands/CreateBasePathMappingCommand";
18
+ import {
19
+ CreateDeploymentCommandInput,
20
+ CreateDeploymentCommandOutput,
21
+ } from "../commands/CreateDeploymentCommand";
22
+ import {
23
+ CreateDocumentationPartCommandInput,
24
+ CreateDocumentationPartCommandOutput,
25
+ } from "../commands/CreateDocumentationPartCommand";
26
+ import {
27
+ CreateDocumentationVersionCommandInput,
28
+ CreateDocumentationVersionCommandOutput,
29
+ } from "../commands/CreateDocumentationVersionCommand";
30
+ import {
31
+ CreateDomainNameCommandInput,
32
+ CreateDomainNameCommandOutput,
33
+ } from "../commands/CreateDomainNameCommand";
34
+ import {
35
+ CreateModelCommandInput,
36
+ CreateModelCommandOutput,
37
+ } from "../commands/CreateModelCommand";
38
+ import {
39
+ CreateRequestValidatorCommandInput,
40
+ CreateRequestValidatorCommandOutput,
41
+ } from "../commands/CreateRequestValidatorCommand";
42
+ import {
43
+ CreateResourceCommandInput,
44
+ CreateResourceCommandOutput,
45
+ } from "../commands/CreateResourceCommand";
46
+ import {
47
+ CreateRestApiCommandInput,
48
+ CreateRestApiCommandOutput,
49
+ } from "../commands/CreateRestApiCommand";
50
+ import {
51
+ CreateStageCommandInput,
52
+ CreateStageCommandOutput,
53
+ } from "../commands/CreateStageCommand";
54
+ import {
55
+ CreateUsagePlanCommandInput,
56
+ CreateUsagePlanCommandOutput,
57
+ } from "../commands/CreateUsagePlanCommand";
58
+ import {
59
+ CreateUsagePlanKeyCommandInput,
60
+ CreateUsagePlanKeyCommandOutput,
61
+ } from "../commands/CreateUsagePlanKeyCommand";
62
+ import {
63
+ CreateVpcLinkCommandInput,
64
+ CreateVpcLinkCommandOutput,
65
+ } from "../commands/CreateVpcLinkCommand";
66
+ import {
67
+ DeleteApiKeyCommandInput,
68
+ DeleteApiKeyCommandOutput,
69
+ } from "../commands/DeleteApiKeyCommand";
70
+ import {
71
+ DeleteAuthorizerCommandInput,
72
+ DeleteAuthorizerCommandOutput,
73
+ } from "../commands/DeleteAuthorizerCommand";
74
+ import {
75
+ DeleteBasePathMappingCommandInput,
76
+ DeleteBasePathMappingCommandOutput,
77
+ } from "../commands/DeleteBasePathMappingCommand";
78
+ import {
79
+ DeleteClientCertificateCommandInput,
80
+ DeleteClientCertificateCommandOutput,
81
+ } from "../commands/DeleteClientCertificateCommand";
82
+ import {
83
+ DeleteDeploymentCommandInput,
84
+ DeleteDeploymentCommandOutput,
85
+ } from "../commands/DeleteDeploymentCommand";
86
+ import {
87
+ DeleteDocumentationPartCommandInput,
88
+ DeleteDocumentationPartCommandOutput,
89
+ } from "../commands/DeleteDocumentationPartCommand";
90
+ import {
91
+ DeleteDocumentationVersionCommandInput,
92
+ DeleteDocumentationVersionCommandOutput,
93
+ } from "../commands/DeleteDocumentationVersionCommand";
94
+ import {
95
+ DeleteDomainNameCommandInput,
96
+ DeleteDomainNameCommandOutput,
97
+ } from "../commands/DeleteDomainNameCommand";
98
+ import {
99
+ DeleteGatewayResponseCommandInput,
100
+ DeleteGatewayResponseCommandOutput,
101
+ } from "../commands/DeleteGatewayResponseCommand";
102
+ import {
103
+ DeleteIntegrationCommandInput,
104
+ DeleteIntegrationCommandOutput,
105
+ } from "../commands/DeleteIntegrationCommand";
106
+ import {
107
+ DeleteIntegrationResponseCommandInput,
108
+ DeleteIntegrationResponseCommandOutput,
109
+ } from "../commands/DeleteIntegrationResponseCommand";
110
+ import {
111
+ DeleteMethodCommandInput,
112
+ DeleteMethodCommandOutput,
113
+ } from "../commands/DeleteMethodCommand";
114
+ import {
115
+ DeleteMethodResponseCommandInput,
116
+ DeleteMethodResponseCommandOutput,
117
+ } from "../commands/DeleteMethodResponseCommand";
118
+ import {
119
+ DeleteModelCommandInput,
120
+ DeleteModelCommandOutput,
121
+ } from "../commands/DeleteModelCommand";
122
+ import {
123
+ DeleteRequestValidatorCommandInput,
124
+ DeleteRequestValidatorCommandOutput,
125
+ } from "../commands/DeleteRequestValidatorCommand";
126
+ import {
127
+ DeleteResourceCommandInput,
128
+ DeleteResourceCommandOutput,
129
+ } from "../commands/DeleteResourceCommand";
130
+ import {
131
+ DeleteRestApiCommandInput,
132
+ DeleteRestApiCommandOutput,
133
+ } from "../commands/DeleteRestApiCommand";
134
+ import {
135
+ DeleteStageCommandInput,
136
+ DeleteStageCommandOutput,
137
+ } from "../commands/DeleteStageCommand";
138
+ import {
139
+ DeleteUsagePlanCommandInput,
140
+ DeleteUsagePlanCommandOutput,
141
+ } from "../commands/DeleteUsagePlanCommand";
142
+ import {
143
+ DeleteUsagePlanKeyCommandInput,
144
+ DeleteUsagePlanKeyCommandOutput,
145
+ } from "../commands/DeleteUsagePlanKeyCommand";
146
+ import {
147
+ DeleteVpcLinkCommandInput,
148
+ DeleteVpcLinkCommandOutput,
149
+ } from "../commands/DeleteVpcLinkCommand";
150
+ import {
151
+ FlushStageAuthorizersCacheCommandInput,
152
+ FlushStageAuthorizersCacheCommandOutput,
153
+ } from "../commands/FlushStageAuthorizersCacheCommand";
154
+ import {
155
+ FlushStageCacheCommandInput,
156
+ FlushStageCacheCommandOutput,
157
+ } from "../commands/FlushStageCacheCommand";
158
+ import {
159
+ GenerateClientCertificateCommandInput,
160
+ GenerateClientCertificateCommandOutput,
161
+ } from "../commands/GenerateClientCertificateCommand";
162
+ import {
163
+ GetAccountCommandInput,
164
+ GetAccountCommandOutput,
165
+ } from "../commands/GetAccountCommand";
166
+ import {
167
+ GetApiKeyCommandInput,
168
+ GetApiKeyCommandOutput,
169
+ } from "../commands/GetApiKeyCommand";
170
+ import {
171
+ GetApiKeysCommandInput,
172
+ GetApiKeysCommandOutput,
173
+ } from "../commands/GetApiKeysCommand";
174
+ import {
175
+ GetAuthorizerCommandInput,
176
+ GetAuthorizerCommandOutput,
177
+ } from "../commands/GetAuthorizerCommand";
178
+ import {
179
+ GetAuthorizersCommandInput,
180
+ GetAuthorizersCommandOutput,
181
+ } from "../commands/GetAuthorizersCommand";
182
+ import {
183
+ GetBasePathMappingCommandInput,
184
+ GetBasePathMappingCommandOutput,
185
+ } from "../commands/GetBasePathMappingCommand";
186
+ import {
187
+ GetBasePathMappingsCommandInput,
188
+ GetBasePathMappingsCommandOutput,
189
+ } from "../commands/GetBasePathMappingsCommand";
190
+ import {
191
+ GetClientCertificateCommandInput,
192
+ GetClientCertificateCommandOutput,
193
+ } from "../commands/GetClientCertificateCommand";
194
+ import {
195
+ GetClientCertificatesCommandInput,
196
+ GetClientCertificatesCommandOutput,
197
+ } from "../commands/GetClientCertificatesCommand";
198
+ import {
199
+ GetDeploymentCommandInput,
200
+ GetDeploymentCommandOutput,
201
+ } from "../commands/GetDeploymentCommand";
202
+ import {
203
+ GetDeploymentsCommandInput,
204
+ GetDeploymentsCommandOutput,
205
+ } from "../commands/GetDeploymentsCommand";
206
+ import {
207
+ GetDocumentationPartCommandInput,
208
+ GetDocumentationPartCommandOutput,
209
+ } from "../commands/GetDocumentationPartCommand";
210
+ import {
211
+ GetDocumentationPartsCommandInput,
212
+ GetDocumentationPartsCommandOutput,
213
+ } from "../commands/GetDocumentationPartsCommand";
214
+ import {
215
+ GetDocumentationVersionCommandInput,
216
+ GetDocumentationVersionCommandOutput,
217
+ } from "../commands/GetDocumentationVersionCommand";
218
+ import {
219
+ GetDocumentationVersionsCommandInput,
220
+ GetDocumentationVersionsCommandOutput,
221
+ } from "../commands/GetDocumentationVersionsCommand";
222
+ import {
223
+ GetDomainNameCommandInput,
224
+ GetDomainNameCommandOutput,
225
+ } from "../commands/GetDomainNameCommand";
226
+ import {
227
+ GetDomainNamesCommandInput,
228
+ GetDomainNamesCommandOutput,
229
+ } from "../commands/GetDomainNamesCommand";
230
+ import {
231
+ GetExportCommandInput,
232
+ GetExportCommandOutput,
233
+ } from "../commands/GetExportCommand";
234
+ import {
235
+ GetGatewayResponseCommandInput,
236
+ GetGatewayResponseCommandOutput,
237
+ } from "../commands/GetGatewayResponseCommand";
238
+ import {
239
+ GetGatewayResponsesCommandInput,
240
+ GetGatewayResponsesCommandOutput,
241
+ } from "../commands/GetGatewayResponsesCommand";
242
+ import {
243
+ GetIntegrationCommandInput,
244
+ GetIntegrationCommandOutput,
245
+ } from "../commands/GetIntegrationCommand";
246
+ import {
247
+ GetIntegrationResponseCommandInput,
248
+ GetIntegrationResponseCommandOutput,
249
+ } from "../commands/GetIntegrationResponseCommand";
250
+ import {
251
+ GetMethodCommandInput,
252
+ GetMethodCommandOutput,
253
+ } from "../commands/GetMethodCommand";
254
+ import {
255
+ GetMethodResponseCommandInput,
256
+ GetMethodResponseCommandOutput,
257
+ } from "../commands/GetMethodResponseCommand";
258
+ import {
259
+ GetModelCommandInput,
260
+ GetModelCommandOutput,
261
+ } from "../commands/GetModelCommand";
262
+ import {
263
+ GetModelsCommandInput,
264
+ GetModelsCommandOutput,
265
+ } from "../commands/GetModelsCommand";
266
+ import {
267
+ GetModelTemplateCommandInput,
268
+ GetModelTemplateCommandOutput,
269
+ } from "../commands/GetModelTemplateCommand";
270
+ import {
271
+ GetRequestValidatorCommandInput,
272
+ GetRequestValidatorCommandOutput,
273
+ } from "../commands/GetRequestValidatorCommand";
274
+ import {
275
+ GetRequestValidatorsCommandInput,
276
+ GetRequestValidatorsCommandOutput,
277
+ } from "../commands/GetRequestValidatorsCommand";
278
+ import {
279
+ GetResourceCommandInput,
280
+ GetResourceCommandOutput,
281
+ } from "../commands/GetResourceCommand";
282
+ import {
283
+ GetResourcesCommandInput,
284
+ GetResourcesCommandOutput,
285
+ } from "../commands/GetResourcesCommand";
286
+ import {
287
+ GetRestApiCommandInput,
288
+ GetRestApiCommandOutput,
289
+ } from "../commands/GetRestApiCommand";
290
+ import {
291
+ GetRestApisCommandInput,
292
+ GetRestApisCommandOutput,
293
+ } from "../commands/GetRestApisCommand";
294
+ import {
295
+ GetSdkCommandInput,
296
+ GetSdkCommandOutput,
297
+ } from "../commands/GetSdkCommand";
298
+ import {
299
+ GetSdkTypeCommandInput,
300
+ GetSdkTypeCommandOutput,
301
+ } from "../commands/GetSdkTypeCommand";
302
+ import {
303
+ GetSdkTypesCommandInput,
304
+ GetSdkTypesCommandOutput,
305
+ } from "../commands/GetSdkTypesCommand";
306
+ import {
307
+ GetStageCommandInput,
308
+ GetStageCommandOutput,
309
+ } from "../commands/GetStageCommand";
310
+ import {
311
+ GetStagesCommandInput,
312
+ GetStagesCommandOutput,
313
+ } from "../commands/GetStagesCommand";
314
+ import {
315
+ GetTagsCommandInput,
316
+ GetTagsCommandOutput,
317
+ } from "../commands/GetTagsCommand";
318
+ import {
319
+ GetUsageCommandInput,
320
+ GetUsageCommandOutput,
321
+ } from "../commands/GetUsageCommand";
322
+ import {
323
+ GetUsagePlanCommandInput,
324
+ GetUsagePlanCommandOutput,
325
+ } from "../commands/GetUsagePlanCommand";
326
+ import {
327
+ GetUsagePlanKeyCommandInput,
328
+ GetUsagePlanKeyCommandOutput,
329
+ } from "../commands/GetUsagePlanKeyCommand";
330
+ import {
331
+ GetUsagePlanKeysCommandInput,
332
+ GetUsagePlanKeysCommandOutput,
333
+ } from "../commands/GetUsagePlanKeysCommand";
334
+ import {
335
+ GetUsagePlansCommandInput,
336
+ GetUsagePlansCommandOutput,
337
+ } from "../commands/GetUsagePlansCommand";
338
+ import {
339
+ GetVpcLinkCommandInput,
340
+ GetVpcLinkCommandOutput,
341
+ } from "../commands/GetVpcLinkCommand";
342
+ import {
343
+ GetVpcLinksCommandInput,
344
+ GetVpcLinksCommandOutput,
345
+ } from "../commands/GetVpcLinksCommand";
346
+ import {
347
+ ImportApiKeysCommandInput,
348
+ ImportApiKeysCommandOutput,
349
+ } from "../commands/ImportApiKeysCommand";
350
+ import {
351
+ ImportDocumentationPartsCommandInput,
352
+ ImportDocumentationPartsCommandOutput,
353
+ } from "../commands/ImportDocumentationPartsCommand";
354
+ import {
355
+ ImportRestApiCommandInput,
356
+ ImportRestApiCommandOutput,
357
+ } from "../commands/ImportRestApiCommand";
358
+ import {
359
+ PutGatewayResponseCommandInput,
360
+ PutGatewayResponseCommandOutput,
361
+ } from "../commands/PutGatewayResponseCommand";
362
+ import {
363
+ PutIntegrationCommandInput,
364
+ PutIntegrationCommandOutput,
365
+ } from "../commands/PutIntegrationCommand";
366
+ import {
367
+ PutIntegrationResponseCommandInput,
368
+ PutIntegrationResponseCommandOutput,
369
+ } from "../commands/PutIntegrationResponseCommand";
370
+ import {
371
+ PutMethodCommandInput,
372
+ PutMethodCommandOutput,
373
+ } from "../commands/PutMethodCommand";
374
+ import {
375
+ PutMethodResponseCommandInput,
376
+ PutMethodResponseCommandOutput,
377
+ } from "../commands/PutMethodResponseCommand";
378
+ import {
379
+ PutRestApiCommandInput,
380
+ PutRestApiCommandOutput,
381
+ } from "../commands/PutRestApiCommand";
382
+ import {
383
+ TagResourceCommandInput,
384
+ TagResourceCommandOutput,
385
+ } from "../commands/TagResourceCommand";
386
+ import {
387
+ TestInvokeAuthorizerCommandInput,
388
+ TestInvokeAuthorizerCommandOutput,
389
+ } from "../commands/TestInvokeAuthorizerCommand";
390
+ import {
391
+ TestInvokeMethodCommandInput,
392
+ TestInvokeMethodCommandOutput,
393
+ } from "../commands/TestInvokeMethodCommand";
394
+ import {
395
+ UntagResourceCommandInput,
396
+ UntagResourceCommandOutput,
397
+ } from "../commands/UntagResourceCommand";
398
+ import {
399
+ UpdateAccountCommandInput,
400
+ UpdateAccountCommandOutput,
401
+ } from "../commands/UpdateAccountCommand";
402
+ import {
403
+ UpdateApiKeyCommandInput,
404
+ UpdateApiKeyCommandOutput,
405
+ } from "../commands/UpdateApiKeyCommand";
406
+ import {
407
+ UpdateAuthorizerCommandInput,
408
+ UpdateAuthorizerCommandOutput,
409
+ } from "../commands/UpdateAuthorizerCommand";
410
+ import {
411
+ UpdateBasePathMappingCommandInput,
412
+ UpdateBasePathMappingCommandOutput,
413
+ } from "../commands/UpdateBasePathMappingCommand";
414
+ import {
415
+ UpdateClientCertificateCommandInput,
416
+ UpdateClientCertificateCommandOutput,
417
+ } from "../commands/UpdateClientCertificateCommand";
418
+ import {
419
+ UpdateDeploymentCommandInput,
420
+ UpdateDeploymentCommandOutput,
421
+ } from "../commands/UpdateDeploymentCommand";
422
+ import {
423
+ UpdateDocumentationPartCommandInput,
424
+ UpdateDocumentationPartCommandOutput,
425
+ } from "../commands/UpdateDocumentationPartCommand";
426
+ import {
427
+ UpdateDocumentationVersionCommandInput,
428
+ UpdateDocumentationVersionCommandOutput,
429
+ } from "../commands/UpdateDocumentationVersionCommand";
430
+ import {
431
+ UpdateDomainNameCommandInput,
432
+ UpdateDomainNameCommandOutput,
433
+ } from "../commands/UpdateDomainNameCommand";
434
+ import {
435
+ UpdateGatewayResponseCommandInput,
436
+ UpdateGatewayResponseCommandOutput,
437
+ } from "../commands/UpdateGatewayResponseCommand";
438
+ import {
439
+ UpdateIntegrationCommandInput,
440
+ UpdateIntegrationCommandOutput,
441
+ } from "../commands/UpdateIntegrationCommand";
442
+ import {
443
+ UpdateIntegrationResponseCommandInput,
444
+ UpdateIntegrationResponseCommandOutput,
445
+ } from "../commands/UpdateIntegrationResponseCommand";
446
+ import {
447
+ UpdateMethodCommandInput,
448
+ UpdateMethodCommandOutput,
449
+ } from "../commands/UpdateMethodCommand";
450
+ import {
451
+ UpdateMethodResponseCommandInput,
452
+ UpdateMethodResponseCommandOutput,
453
+ } from "../commands/UpdateMethodResponseCommand";
454
+ import {
455
+ UpdateModelCommandInput,
456
+ UpdateModelCommandOutput,
457
+ } from "../commands/UpdateModelCommand";
458
+ import {
459
+ UpdateRequestValidatorCommandInput,
460
+ UpdateRequestValidatorCommandOutput,
461
+ } from "../commands/UpdateRequestValidatorCommand";
462
+ import {
463
+ UpdateResourceCommandInput,
464
+ UpdateResourceCommandOutput,
465
+ } from "../commands/UpdateResourceCommand";
466
+ import {
467
+ UpdateRestApiCommandInput,
468
+ UpdateRestApiCommandOutput,
469
+ } from "../commands/UpdateRestApiCommand";
470
+ import {
471
+ UpdateStageCommandInput,
472
+ UpdateStageCommandOutput,
473
+ } from "../commands/UpdateStageCommand";
474
+ import {
475
+ UpdateUsageCommandInput,
476
+ UpdateUsageCommandOutput,
477
+ } from "../commands/UpdateUsageCommand";
478
+ import {
479
+ UpdateUsagePlanCommandInput,
480
+ UpdateUsagePlanCommandOutput,
481
+ } from "../commands/UpdateUsagePlanCommand";
482
+ import {
483
+ UpdateVpcLinkCommandInput,
484
+ UpdateVpcLinkCommandOutput,
485
+ } from "../commands/UpdateVpcLinkCommand";
486
+ export declare const serializeAws_restJson1CreateApiKeyCommand: (
487
+ input: CreateApiKeyCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1CreateAuthorizerCommand: (
491
+ input: CreateAuthorizerCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1CreateBasePathMappingCommand: (
495
+ input: CreateBasePathMappingCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1CreateDeploymentCommand: (
499
+ input: CreateDeploymentCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1CreateDocumentationPartCommand: (
503
+ input: CreateDocumentationPartCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1CreateDocumentationVersionCommand: (
507
+ input: CreateDocumentationVersionCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1CreateDomainNameCommand: (
511
+ input: CreateDomainNameCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1CreateModelCommand: (
515
+ input: CreateModelCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1CreateRequestValidatorCommand: (
519
+ input: CreateRequestValidatorCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1CreateResourceCommand: (
523
+ input: CreateResourceCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1CreateRestApiCommand: (
527
+ input: CreateRestApiCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1CreateStageCommand: (
531
+ input: CreateStageCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restJson1CreateUsagePlanCommand: (
535
+ input: CreateUsagePlanCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restJson1CreateUsagePlanKeyCommand: (
539
+ input: CreateUsagePlanKeyCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_restJson1CreateVpcLinkCommand: (
543
+ input: CreateVpcLinkCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_restJson1DeleteApiKeyCommand: (
547
+ input: DeleteApiKeyCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_restJson1DeleteAuthorizerCommand: (
551
+ input: DeleteAuthorizerCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_restJson1DeleteBasePathMappingCommand: (
555
+ input: DeleteBasePathMappingCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_restJson1DeleteClientCertificateCommand: (
559
+ input: DeleteClientCertificateCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_restJson1DeleteDeploymentCommand: (
563
+ input: DeleteDeploymentCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_restJson1DeleteDocumentationPartCommand: (
567
+ input: DeleteDocumentationPartCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_restJson1DeleteDocumentationVersionCommand: (
571
+ input: DeleteDocumentationVersionCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_restJson1DeleteDomainNameCommand: (
575
+ input: DeleteDomainNameCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_restJson1DeleteGatewayResponseCommand: (
579
+ input: DeleteGatewayResponseCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_restJson1DeleteIntegrationCommand: (
583
+ input: DeleteIntegrationCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_restJson1DeleteIntegrationResponseCommand: (
587
+ input: DeleteIntegrationResponseCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_restJson1DeleteMethodCommand: (
591
+ input: DeleteMethodCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_restJson1DeleteMethodResponseCommand: (
595
+ input: DeleteMethodResponseCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_restJson1DeleteModelCommand: (
599
+ input: DeleteModelCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_restJson1DeleteRequestValidatorCommand: (
603
+ input: DeleteRequestValidatorCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_restJson1DeleteResourceCommand: (
607
+ input: DeleteResourceCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_restJson1DeleteRestApiCommand: (
611
+ input: DeleteRestApiCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_restJson1DeleteStageCommand: (
615
+ input: DeleteStageCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_restJson1DeleteUsagePlanCommand: (
619
+ input: DeleteUsagePlanCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const serializeAws_restJson1DeleteUsagePlanKeyCommand: (
623
+ input: DeleteUsagePlanKeyCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const serializeAws_restJson1DeleteVpcLinkCommand: (
627
+ input: DeleteVpcLinkCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const serializeAws_restJson1FlushStageAuthorizersCacheCommand: (
631
+ input: FlushStageAuthorizersCacheCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const serializeAws_restJson1FlushStageCacheCommand: (
635
+ input: FlushStageCacheCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const serializeAws_restJson1GenerateClientCertificateCommand: (
639
+ input: GenerateClientCertificateCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const serializeAws_restJson1GetAccountCommand: (
643
+ input: GetAccountCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
646
+ export declare const serializeAws_restJson1GetApiKeyCommand: (
647
+ input: GetApiKeyCommandInput,
648
+ context: __SerdeContext
649
+ ) => Promise<__HttpRequest>;
650
+ export declare const serializeAws_restJson1GetApiKeysCommand: (
651
+ input: GetApiKeysCommandInput,
652
+ context: __SerdeContext
653
+ ) => Promise<__HttpRequest>;
654
+ export declare const serializeAws_restJson1GetAuthorizerCommand: (
655
+ input: GetAuthorizerCommandInput,
656
+ context: __SerdeContext
657
+ ) => Promise<__HttpRequest>;
658
+ export declare const serializeAws_restJson1GetAuthorizersCommand: (
659
+ input: GetAuthorizersCommandInput,
660
+ context: __SerdeContext
661
+ ) => Promise<__HttpRequest>;
662
+ export declare const serializeAws_restJson1GetBasePathMappingCommand: (
663
+ input: GetBasePathMappingCommandInput,
664
+ context: __SerdeContext
665
+ ) => Promise<__HttpRequest>;
666
+ export declare const serializeAws_restJson1GetBasePathMappingsCommand: (
667
+ input: GetBasePathMappingsCommandInput,
668
+ context: __SerdeContext
669
+ ) => Promise<__HttpRequest>;
670
+ export declare const serializeAws_restJson1GetClientCertificateCommand: (
671
+ input: GetClientCertificateCommandInput,
672
+ context: __SerdeContext
673
+ ) => Promise<__HttpRequest>;
674
+ export declare const serializeAws_restJson1GetClientCertificatesCommand: (
675
+ input: GetClientCertificatesCommandInput,
676
+ context: __SerdeContext
677
+ ) => Promise<__HttpRequest>;
678
+ export declare const serializeAws_restJson1GetDeploymentCommand: (
679
+ input: GetDeploymentCommandInput,
680
+ context: __SerdeContext
681
+ ) => Promise<__HttpRequest>;
682
+ export declare const serializeAws_restJson1GetDeploymentsCommand: (
683
+ input: GetDeploymentsCommandInput,
684
+ context: __SerdeContext
685
+ ) => Promise<__HttpRequest>;
686
+ export declare const serializeAws_restJson1GetDocumentationPartCommand: (
687
+ input: GetDocumentationPartCommandInput,
688
+ context: __SerdeContext
689
+ ) => Promise<__HttpRequest>;
690
+ export declare const serializeAws_restJson1GetDocumentationPartsCommand: (
691
+ input: GetDocumentationPartsCommandInput,
692
+ context: __SerdeContext
693
+ ) => Promise<__HttpRequest>;
694
+ export declare const serializeAws_restJson1GetDocumentationVersionCommand: (
695
+ input: GetDocumentationVersionCommandInput,
696
+ context: __SerdeContext
697
+ ) => Promise<__HttpRequest>;
698
+ export declare const serializeAws_restJson1GetDocumentationVersionsCommand: (
699
+ input: GetDocumentationVersionsCommandInput,
700
+ context: __SerdeContext
701
+ ) => Promise<__HttpRequest>;
702
+ export declare const serializeAws_restJson1GetDomainNameCommand: (
703
+ input: GetDomainNameCommandInput,
704
+ context: __SerdeContext
705
+ ) => Promise<__HttpRequest>;
706
+ export declare const serializeAws_restJson1GetDomainNamesCommand: (
707
+ input: GetDomainNamesCommandInput,
708
+ context: __SerdeContext
709
+ ) => Promise<__HttpRequest>;
710
+ export declare const serializeAws_restJson1GetExportCommand: (
711
+ input: GetExportCommandInput,
712
+ context: __SerdeContext
713
+ ) => Promise<__HttpRequest>;
714
+ export declare const serializeAws_restJson1GetGatewayResponseCommand: (
715
+ input: GetGatewayResponseCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
718
+ export declare const serializeAws_restJson1GetGatewayResponsesCommand: (
719
+ input: GetGatewayResponsesCommandInput,
720
+ context: __SerdeContext
721
+ ) => Promise<__HttpRequest>;
722
+ export declare const serializeAws_restJson1GetIntegrationCommand: (
723
+ input: GetIntegrationCommandInput,
724
+ context: __SerdeContext
725
+ ) => Promise<__HttpRequest>;
726
+ export declare const serializeAws_restJson1GetIntegrationResponseCommand: (
727
+ input: GetIntegrationResponseCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const serializeAws_restJson1GetMethodCommand: (
731
+ input: GetMethodCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
734
+ export declare const serializeAws_restJson1GetMethodResponseCommand: (
735
+ input: GetMethodResponseCommandInput,
736
+ context: __SerdeContext
737
+ ) => Promise<__HttpRequest>;
738
+ export declare const serializeAws_restJson1GetModelCommand: (
739
+ input: GetModelCommandInput,
740
+ context: __SerdeContext
741
+ ) => Promise<__HttpRequest>;
742
+ export declare const serializeAws_restJson1GetModelsCommand: (
743
+ input: GetModelsCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const serializeAws_restJson1GetModelTemplateCommand: (
747
+ input: GetModelTemplateCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
750
+ export declare const serializeAws_restJson1GetRequestValidatorCommand: (
751
+ input: GetRequestValidatorCommandInput,
752
+ context: __SerdeContext
753
+ ) => Promise<__HttpRequest>;
754
+ export declare const serializeAws_restJson1GetRequestValidatorsCommand: (
755
+ input: GetRequestValidatorsCommandInput,
756
+ context: __SerdeContext
757
+ ) => Promise<__HttpRequest>;
758
+ export declare const serializeAws_restJson1GetResourceCommand: (
759
+ input: GetResourceCommandInput,
760
+ context: __SerdeContext
761
+ ) => Promise<__HttpRequest>;
762
+ export declare const serializeAws_restJson1GetResourcesCommand: (
763
+ input: GetResourcesCommandInput,
764
+ context: __SerdeContext
765
+ ) => Promise<__HttpRequest>;
766
+ export declare const serializeAws_restJson1GetRestApiCommand: (
767
+ input: GetRestApiCommandInput,
768
+ context: __SerdeContext
769
+ ) => Promise<__HttpRequest>;
770
+ export declare const serializeAws_restJson1GetRestApisCommand: (
771
+ input: GetRestApisCommandInput,
772
+ context: __SerdeContext
773
+ ) => Promise<__HttpRequest>;
774
+ export declare const serializeAws_restJson1GetSdkCommand: (
775
+ input: GetSdkCommandInput,
776
+ context: __SerdeContext
777
+ ) => Promise<__HttpRequest>;
778
+ export declare const serializeAws_restJson1GetSdkTypeCommand: (
779
+ input: GetSdkTypeCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
782
+ export declare const serializeAws_restJson1GetSdkTypesCommand: (
783
+ input: GetSdkTypesCommandInput,
784
+ context: __SerdeContext
785
+ ) => Promise<__HttpRequest>;
786
+ export declare const serializeAws_restJson1GetStageCommand: (
787
+ input: GetStageCommandInput,
788
+ context: __SerdeContext
789
+ ) => Promise<__HttpRequest>;
790
+ export declare const serializeAws_restJson1GetStagesCommand: (
791
+ input: GetStagesCommandInput,
792
+ context: __SerdeContext
793
+ ) => Promise<__HttpRequest>;
794
+ export declare const serializeAws_restJson1GetTagsCommand: (
795
+ input: GetTagsCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const serializeAws_restJson1GetUsageCommand: (
799
+ input: GetUsageCommandInput,
800
+ context: __SerdeContext
801
+ ) => Promise<__HttpRequest>;
802
+ export declare const serializeAws_restJson1GetUsagePlanCommand: (
803
+ input: GetUsagePlanCommandInput,
804
+ context: __SerdeContext
805
+ ) => Promise<__HttpRequest>;
806
+ export declare const serializeAws_restJson1GetUsagePlanKeyCommand: (
807
+ input: GetUsagePlanKeyCommandInput,
808
+ context: __SerdeContext
809
+ ) => Promise<__HttpRequest>;
810
+ export declare const serializeAws_restJson1GetUsagePlanKeysCommand: (
811
+ input: GetUsagePlanKeysCommandInput,
812
+ context: __SerdeContext
813
+ ) => Promise<__HttpRequest>;
814
+ export declare const serializeAws_restJson1GetUsagePlansCommand: (
815
+ input: GetUsagePlansCommandInput,
816
+ context: __SerdeContext
817
+ ) => Promise<__HttpRequest>;
818
+ export declare const serializeAws_restJson1GetVpcLinkCommand: (
819
+ input: GetVpcLinkCommandInput,
820
+ context: __SerdeContext
821
+ ) => Promise<__HttpRequest>;
822
+ export declare const serializeAws_restJson1GetVpcLinksCommand: (
823
+ input: GetVpcLinksCommandInput,
824
+ context: __SerdeContext
825
+ ) => Promise<__HttpRequest>;
826
+ export declare const serializeAws_restJson1ImportApiKeysCommand: (
827
+ input: ImportApiKeysCommandInput,
828
+ context: __SerdeContext
829
+ ) => Promise<__HttpRequest>;
830
+ export declare const serializeAws_restJson1ImportDocumentationPartsCommand: (
831
+ input: ImportDocumentationPartsCommandInput,
832
+ context: __SerdeContext
833
+ ) => Promise<__HttpRequest>;
834
+ export declare const serializeAws_restJson1ImportRestApiCommand: (
835
+ input: ImportRestApiCommandInput,
836
+ context: __SerdeContext
837
+ ) => Promise<__HttpRequest>;
838
+ export declare const serializeAws_restJson1PutGatewayResponseCommand: (
839
+ input: PutGatewayResponseCommandInput,
840
+ context: __SerdeContext
841
+ ) => Promise<__HttpRequest>;
842
+ export declare const serializeAws_restJson1PutIntegrationCommand: (
843
+ input: PutIntegrationCommandInput,
844
+ context: __SerdeContext
845
+ ) => Promise<__HttpRequest>;
846
+ export declare const serializeAws_restJson1PutIntegrationResponseCommand: (
847
+ input: PutIntegrationResponseCommandInput,
848
+ context: __SerdeContext
849
+ ) => Promise<__HttpRequest>;
850
+ export declare const serializeAws_restJson1PutMethodCommand: (
851
+ input: PutMethodCommandInput,
852
+ context: __SerdeContext
853
+ ) => Promise<__HttpRequest>;
854
+ export declare const serializeAws_restJson1PutMethodResponseCommand: (
855
+ input: PutMethodResponseCommandInput,
856
+ context: __SerdeContext
857
+ ) => Promise<__HttpRequest>;
858
+ export declare const serializeAws_restJson1PutRestApiCommand: (
859
+ input: PutRestApiCommandInput,
860
+ context: __SerdeContext
861
+ ) => Promise<__HttpRequest>;
862
+ export declare const serializeAws_restJson1TagResourceCommand: (
863
+ input: TagResourceCommandInput,
864
+ context: __SerdeContext
865
+ ) => Promise<__HttpRequest>;
866
+ export declare const serializeAws_restJson1TestInvokeAuthorizerCommand: (
867
+ input: TestInvokeAuthorizerCommandInput,
868
+ context: __SerdeContext
869
+ ) => Promise<__HttpRequest>;
870
+ export declare const serializeAws_restJson1TestInvokeMethodCommand: (
871
+ input: TestInvokeMethodCommandInput,
872
+ context: __SerdeContext
873
+ ) => Promise<__HttpRequest>;
874
+ export declare const serializeAws_restJson1UntagResourceCommand: (
875
+ input: UntagResourceCommandInput,
876
+ context: __SerdeContext
877
+ ) => Promise<__HttpRequest>;
878
+ export declare const serializeAws_restJson1UpdateAccountCommand: (
879
+ input: UpdateAccountCommandInput,
880
+ context: __SerdeContext
881
+ ) => Promise<__HttpRequest>;
882
+ export declare const serializeAws_restJson1UpdateApiKeyCommand: (
883
+ input: UpdateApiKeyCommandInput,
884
+ context: __SerdeContext
885
+ ) => Promise<__HttpRequest>;
886
+ export declare const serializeAws_restJson1UpdateAuthorizerCommand: (
887
+ input: UpdateAuthorizerCommandInput,
888
+ context: __SerdeContext
889
+ ) => Promise<__HttpRequest>;
890
+ export declare const serializeAws_restJson1UpdateBasePathMappingCommand: (
891
+ input: UpdateBasePathMappingCommandInput,
892
+ context: __SerdeContext
893
+ ) => Promise<__HttpRequest>;
894
+ export declare const serializeAws_restJson1UpdateClientCertificateCommand: (
895
+ input: UpdateClientCertificateCommandInput,
896
+ context: __SerdeContext
897
+ ) => Promise<__HttpRequest>;
898
+ export declare const serializeAws_restJson1UpdateDeploymentCommand: (
899
+ input: UpdateDeploymentCommandInput,
900
+ context: __SerdeContext
901
+ ) => Promise<__HttpRequest>;
902
+ export declare const serializeAws_restJson1UpdateDocumentationPartCommand: (
903
+ input: UpdateDocumentationPartCommandInput,
904
+ context: __SerdeContext
905
+ ) => Promise<__HttpRequest>;
906
+ export declare const serializeAws_restJson1UpdateDocumentationVersionCommand: (
907
+ input: UpdateDocumentationVersionCommandInput,
908
+ context: __SerdeContext
909
+ ) => Promise<__HttpRequest>;
910
+ export declare const serializeAws_restJson1UpdateDomainNameCommand: (
911
+ input: UpdateDomainNameCommandInput,
912
+ context: __SerdeContext
913
+ ) => Promise<__HttpRequest>;
914
+ export declare const serializeAws_restJson1UpdateGatewayResponseCommand: (
915
+ input: UpdateGatewayResponseCommandInput,
916
+ context: __SerdeContext
917
+ ) => Promise<__HttpRequest>;
918
+ export declare const serializeAws_restJson1UpdateIntegrationCommand: (
919
+ input: UpdateIntegrationCommandInput,
920
+ context: __SerdeContext
921
+ ) => Promise<__HttpRequest>;
922
+ export declare const serializeAws_restJson1UpdateIntegrationResponseCommand: (
923
+ input: UpdateIntegrationResponseCommandInput,
924
+ context: __SerdeContext
925
+ ) => Promise<__HttpRequest>;
926
+ export declare const serializeAws_restJson1UpdateMethodCommand: (
927
+ input: UpdateMethodCommandInput,
928
+ context: __SerdeContext
929
+ ) => Promise<__HttpRequest>;
930
+ export declare const serializeAws_restJson1UpdateMethodResponseCommand: (
931
+ input: UpdateMethodResponseCommandInput,
932
+ context: __SerdeContext
933
+ ) => Promise<__HttpRequest>;
934
+ export declare const serializeAws_restJson1UpdateModelCommand: (
935
+ input: UpdateModelCommandInput,
936
+ context: __SerdeContext
937
+ ) => Promise<__HttpRequest>;
938
+ export declare const serializeAws_restJson1UpdateRequestValidatorCommand: (
939
+ input: UpdateRequestValidatorCommandInput,
940
+ context: __SerdeContext
941
+ ) => Promise<__HttpRequest>;
942
+ export declare const serializeAws_restJson1UpdateResourceCommand: (
943
+ input: UpdateResourceCommandInput,
944
+ context: __SerdeContext
945
+ ) => Promise<__HttpRequest>;
946
+ export declare const serializeAws_restJson1UpdateRestApiCommand: (
947
+ input: UpdateRestApiCommandInput,
948
+ context: __SerdeContext
949
+ ) => Promise<__HttpRequest>;
950
+ export declare const serializeAws_restJson1UpdateStageCommand: (
951
+ input: UpdateStageCommandInput,
952
+ context: __SerdeContext
953
+ ) => Promise<__HttpRequest>;
954
+ export declare const serializeAws_restJson1UpdateUsageCommand: (
955
+ input: UpdateUsageCommandInput,
956
+ context: __SerdeContext
957
+ ) => Promise<__HttpRequest>;
958
+ export declare const serializeAws_restJson1UpdateUsagePlanCommand: (
959
+ input: UpdateUsagePlanCommandInput,
960
+ context: __SerdeContext
961
+ ) => Promise<__HttpRequest>;
962
+ export declare const serializeAws_restJson1UpdateVpcLinkCommand: (
963
+ input: UpdateVpcLinkCommandInput,
964
+ context: __SerdeContext
965
+ ) => Promise<__HttpRequest>;
966
+ export declare const deserializeAws_restJson1CreateApiKeyCommand: (
967
+ output: __HttpResponse,
968
+ context: __SerdeContext
969
+ ) => Promise<CreateApiKeyCommandOutput>;
970
+ export declare const deserializeAws_restJson1CreateAuthorizerCommand: (
971
+ output: __HttpResponse,
972
+ context: __SerdeContext
973
+ ) => Promise<CreateAuthorizerCommandOutput>;
974
+ export declare const deserializeAws_restJson1CreateBasePathMappingCommand: (
975
+ output: __HttpResponse,
976
+ context: __SerdeContext
977
+ ) => Promise<CreateBasePathMappingCommandOutput>;
978
+ export declare const deserializeAws_restJson1CreateDeploymentCommand: (
979
+ output: __HttpResponse,
980
+ context: __SerdeContext
981
+ ) => Promise<CreateDeploymentCommandOutput>;
982
+ export declare const deserializeAws_restJson1CreateDocumentationPartCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<CreateDocumentationPartCommandOutput>;
986
+ export declare const deserializeAws_restJson1CreateDocumentationVersionCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<CreateDocumentationVersionCommandOutput>;
990
+ export declare const deserializeAws_restJson1CreateDomainNameCommand: (
991
+ output: __HttpResponse,
992
+ context: __SerdeContext
993
+ ) => Promise<CreateDomainNameCommandOutput>;
994
+ export declare const deserializeAws_restJson1CreateModelCommand: (
995
+ output: __HttpResponse,
996
+ context: __SerdeContext
997
+ ) => Promise<CreateModelCommandOutput>;
998
+ export declare const deserializeAws_restJson1CreateRequestValidatorCommand: (
999
+ output: __HttpResponse,
1000
+ context: __SerdeContext
1001
+ ) => Promise<CreateRequestValidatorCommandOutput>;
1002
+ export declare const deserializeAws_restJson1CreateResourceCommand: (
1003
+ output: __HttpResponse,
1004
+ context: __SerdeContext
1005
+ ) => Promise<CreateResourceCommandOutput>;
1006
+ export declare const deserializeAws_restJson1CreateRestApiCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<CreateRestApiCommandOutput>;
1010
+ export declare const deserializeAws_restJson1CreateStageCommand: (
1011
+ output: __HttpResponse,
1012
+ context: __SerdeContext
1013
+ ) => Promise<CreateStageCommandOutput>;
1014
+ export declare const deserializeAws_restJson1CreateUsagePlanCommand: (
1015
+ output: __HttpResponse,
1016
+ context: __SerdeContext
1017
+ ) => Promise<CreateUsagePlanCommandOutput>;
1018
+ export declare const deserializeAws_restJson1CreateUsagePlanKeyCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<CreateUsagePlanKeyCommandOutput>;
1022
+ export declare const deserializeAws_restJson1CreateVpcLinkCommand: (
1023
+ output: __HttpResponse,
1024
+ context: __SerdeContext
1025
+ ) => Promise<CreateVpcLinkCommandOutput>;
1026
+ export declare const deserializeAws_restJson1DeleteApiKeyCommand: (
1027
+ output: __HttpResponse,
1028
+ context: __SerdeContext
1029
+ ) => Promise<DeleteApiKeyCommandOutput>;
1030
+ export declare const deserializeAws_restJson1DeleteAuthorizerCommand: (
1031
+ output: __HttpResponse,
1032
+ context: __SerdeContext
1033
+ ) => Promise<DeleteAuthorizerCommandOutput>;
1034
+ export declare const deserializeAws_restJson1DeleteBasePathMappingCommand: (
1035
+ output: __HttpResponse,
1036
+ context: __SerdeContext
1037
+ ) => Promise<DeleteBasePathMappingCommandOutput>;
1038
+ export declare const deserializeAws_restJson1DeleteClientCertificateCommand: (
1039
+ output: __HttpResponse,
1040
+ context: __SerdeContext
1041
+ ) => Promise<DeleteClientCertificateCommandOutput>;
1042
+ export declare const deserializeAws_restJson1DeleteDeploymentCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<DeleteDeploymentCommandOutput>;
1046
+ export declare const deserializeAws_restJson1DeleteDocumentationPartCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<DeleteDocumentationPartCommandOutput>;
1050
+ export declare const deserializeAws_restJson1DeleteDocumentationVersionCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<DeleteDocumentationVersionCommandOutput>;
1054
+ export declare const deserializeAws_restJson1DeleteDomainNameCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<DeleteDomainNameCommandOutput>;
1058
+ export declare const deserializeAws_restJson1DeleteGatewayResponseCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<DeleteGatewayResponseCommandOutput>;
1062
+ export declare const deserializeAws_restJson1DeleteIntegrationCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<DeleteIntegrationCommandOutput>;
1066
+ export declare const deserializeAws_restJson1DeleteIntegrationResponseCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<DeleteIntegrationResponseCommandOutput>;
1070
+ export declare const deserializeAws_restJson1DeleteMethodCommand: (
1071
+ output: __HttpResponse,
1072
+ context: __SerdeContext
1073
+ ) => Promise<DeleteMethodCommandOutput>;
1074
+ export declare const deserializeAws_restJson1DeleteMethodResponseCommand: (
1075
+ output: __HttpResponse,
1076
+ context: __SerdeContext
1077
+ ) => Promise<DeleteMethodResponseCommandOutput>;
1078
+ export declare const deserializeAws_restJson1DeleteModelCommand: (
1079
+ output: __HttpResponse,
1080
+ context: __SerdeContext
1081
+ ) => Promise<DeleteModelCommandOutput>;
1082
+ export declare const deserializeAws_restJson1DeleteRequestValidatorCommand: (
1083
+ output: __HttpResponse,
1084
+ context: __SerdeContext
1085
+ ) => Promise<DeleteRequestValidatorCommandOutput>;
1086
+ export declare const deserializeAws_restJson1DeleteResourceCommand: (
1087
+ output: __HttpResponse,
1088
+ context: __SerdeContext
1089
+ ) => Promise<DeleteResourceCommandOutput>;
1090
+ export declare const deserializeAws_restJson1DeleteRestApiCommand: (
1091
+ output: __HttpResponse,
1092
+ context: __SerdeContext
1093
+ ) => Promise<DeleteRestApiCommandOutput>;
1094
+ export declare const deserializeAws_restJson1DeleteStageCommand: (
1095
+ output: __HttpResponse,
1096
+ context: __SerdeContext
1097
+ ) => Promise<DeleteStageCommandOutput>;
1098
+ export declare const deserializeAws_restJson1DeleteUsagePlanCommand: (
1099
+ output: __HttpResponse,
1100
+ context: __SerdeContext
1101
+ ) => Promise<DeleteUsagePlanCommandOutput>;
1102
+ export declare const deserializeAws_restJson1DeleteUsagePlanKeyCommand: (
1103
+ output: __HttpResponse,
1104
+ context: __SerdeContext
1105
+ ) => Promise<DeleteUsagePlanKeyCommandOutput>;
1106
+ export declare const deserializeAws_restJson1DeleteVpcLinkCommand: (
1107
+ output: __HttpResponse,
1108
+ context: __SerdeContext
1109
+ ) => Promise<DeleteVpcLinkCommandOutput>;
1110
+ export declare const deserializeAws_restJson1FlushStageAuthorizersCacheCommand: (
1111
+ output: __HttpResponse,
1112
+ context: __SerdeContext
1113
+ ) => Promise<FlushStageAuthorizersCacheCommandOutput>;
1114
+ export declare const deserializeAws_restJson1FlushStageCacheCommand: (
1115
+ output: __HttpResponse,
1116
+ context: __SerdeContext
1117
+ ) => Promise<FlushStageCacheCommandOutput>;
1118
+ export declare const deserializeAws_restJson1GenerateClientCertificateCommand: (
1119
+ output: __HttpResponse,
1120
+ context: __SerdeContext
1121
+ ) => Promise<GenerateClientCertificateCommandOutput>;
1122
+ export declare const deserializeAws_restJson1GetAccountCommand: (
1123
+ output: __HttpResponse,
1124
+ context: __SerdeContext
1125
+ ) => Promise<GetAccountCommandOutput>;
1126
+ export declare const deserializeAws_restJson1GetApiKeyCommand: (
1127
+ output: __HttpResponse,
1128
+ context: __SerdeContext
1129
+ ) => Promise<GetApiKeyCommandOutput>;
1130
+ export declare const deserializeAws_restJson1GetApiKeysCommand: (
1131
+ output: __HttpResponse,
1132
+ context: __SerdeContext
1133
+ ) => Promise<GetApiKeysCommandOutput>;
1134
+ export declare const deserializeAws_restJson1GetAuthorizerCommand: (
1135
+ output: __HttpResponse,
1136
+ context: __SerdeContext
1137
+ ) => Promise<GetAuthorizerCommandOutput>;
1138
+ export declare const deserializeAws_restJson1GetAuthorizersCommand: (
1139
+ output: __HttpResponse,
1140
+ context: __SerdeContext
1141
+ ) => Promise<GetAuthorizersCommandOutput>;
1142
+ export declare const deserializeAws_restJson1GetBasePathMappingCommand: (
1143
+ output: __HttpResponse,
1144
+ context: __SerdeContext
1145
+ ) => Promise<GetBasePathMappingCommandOutput>;
1146
+ export declare const deserializeAws_restJson1GetBasePathMappingsCommand: (
1147
+ output: __HttpResponse,
1148
+ context: __SerdeContext
1149
+ ) => Promise<GetBasePathMappingsCommandOutput>;
1150
+ export declare const deserializeAws_restJson1GetClientCertificateCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<GetClientCertificateCommandOutput>;
1154
+ export declare const deserializeAws_restJson1GetClientCertificatesCommand: (
1155
+ output: __HttpResponse,
1156
+ context: __SerdeContext
1157
+ ) => Promise<GetClientCertificatesCommandOutput>;
1158
+ export declare const deserializeAws_restJson1GetDeploymentCommand: (
1159
+ output: __HttpResponse,
1160
+ context: __SerdeContext
1161
+ ) => Promise<GetDeploymentCommandOutput>;
1162
+ export declare const deserializeAws_restJson1GetDeploymentsCommand: (
1163
+ output: __HttpResponse,
1164
+ context: __SerdeContext
1165
+ ) => Promise<GetDeploymentsCommandOutput>;
1166
+ export declare const deserializeAws_restJson1GetDocumentationPartCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<GetDocumentationPartCommandOutput>;
1170
+ export declare const deserializeAws_restJson1GetDocumentationPartsCommand: (
1171
+ output: __HttpResponse,
1172
+ context: __SerdeContext
1173
+ ) => Promise<GetDocumentationPartsCommandOutput>;
1174
+ export declare const deserializeAws_restJson1GetDocumentationVersionCommand: (
1175
+ output: __HttpResponse,
1176
+ context: __SerdeContext
1177
+ ) => Promise<GetDocumentationVersionCommandOutput>;
1178
+ export declare const deserializeAws_restJson1GetDocumentationVersionsCommand: (
1179
+ output: __HttpResponse,
1180
+ context: __SerdeContext
1181
+ ) => Promise<GetDocumentationVersionsCommandOutput>;
1182
+ export declare const deserializeAws_restJson1GetDomainNameCommand: (
1183
+ output: __HttpResponse,
1184
+ context: __SerdeContext
1185
+ ) => Promise<GetDomainNameCommandOutput>;
1186
+ export declare const deserializeAws_restJson1GetDomainNamesCommand: (
1187
+ output: __HttpResponse,
1188
+ context: __SerdeContext
1189
+ ) => Promise<GetDomainNamesCommandOutput>;
1190
+ export declare const deserializeAws_restJson1GetExportCommand: (
1191
+ output: __HttpResponse,
1192
+ context: __SerdeContext
1193
+ ) => Promise<GetExportCommandOutput>;
1194
+ export declare const deserializeAws_restJson1GetGatewayResponseCommand: (
1195
+ output: __HttpResponse,
1196
+ context: __SerdeContext
1197
+ ) => Promise<GetGatewayResponseCommandOutput>;
1198
+ export declare const deserializeAws_restJson1GetGatewayResponsesCommand: (
1199
+ output: __HttpResponse,
1200
+ context: __SerdeContext
1201
+ ) => Promise<GetGatewayResponsesCommandOutput>;
1202
+ export declare const deserializeAws_restJson1GetIntegrationCommand: (
1203
+ output: __HttpResponse,
1204
+ context: __SerdeContext
1205
+ ) => Promise<GetIntegrationCommandOutput>;
1206
+ export declare const deserializeAws_restJson1GetIntegrationResponseCommand: (
1207
+ output: __HttpResponse,
1208
+ context: __SerdeContext
1209
+ ) => Promise<GetIntegrationResponseCommandOutput>;
1210
+ export declare const deserializeAws_restJson1GetMethodCommand: (
1211
+ output: __HttpResponse,
1212
+ context: __SerdeContext
1213
+ ) => Promise<GetMethodCommandOutput>;
1214
+ export declare const deserializeAws_restJson1GetMethodResponseCommand: (
1215
+ output: __HttpResponse,
1216
+ context: __SerdeContext
1217
+ ) => Promise<GetMethodResponseCommandOutput>;
1218
+ export declare const deserializeAws_restJson1GetModelCommand: (
1219
+ output: __HttpResponse,
1220
+ context: __SerdeContext
1221
+ ) => Promise<GetModelCommandOutput>;
1222
+ export declare const deserializeAws_restJson1GetModelsCommand: (
1223
+ output: __HttpResponse,
1224
+ context: __SerdeContext
1225
+ ) => Promise<GetModelsCommandOutput>;
1226
+ export declare const deserializeAws_restJson1GetModelTemplateCommand: (
1227
+ output: __HttpResponse,
1228
+ context: __SerdeContext
1229
+ ) => Promise<GetModelTemplateCommandOutput>;
1230
+ export declare const deserializeAws_restJson1GetRequestValidatorCommand: (
1231
+ output: __HttpResponse,
1232
+ context: __SerdeContext
1233
+ ) => Promise<GetRequestValidatorCommandOutput>;
1234
+ export declare const deserializeAws_restJson1GetRequestValidatorsCommand: (
1235
+ output: __HttpResponse,
1236
+ context: __SerdeContext
1237
+ ) => Promise<GetRequestValidatorsCommandOutput>;
1238
+ export declare const deserializeAws_restJson1GetResourceCommand: (
1239
+ output: __HttpResponse,
1240
+ context: __SerdeContext
1241
+ ) => Promise<GetResourceCommandOutput>;
1242
+ export declare const deserializeAws_restJson1GetResourcesCommand: (
1243
+ output: __HttpResponse,
1244
+ context: __SerdeContext
1245
+ ) => Promise<GetResourcesCommandOutput>;
1246
+ export declare const deserializeAws_restJson1GetRestApiCommand: (
1247
+ output: __HttpResponse,
1248
+ context: __SerdeContext
1249
+ ) => Promise<GetRestApiCommandOutput>;
1250
+ export declare const deserializeAws_restJson1GetRestApisCommand: (
1251
+ output: __HttpResponse,
1252
+ context: __SerdeContext
1253
+ ) => Promise<GetRestApisCommandOutput>;
1254
+ export declare const deserializeAws_restJson1GetSdkCommand: (
1255
+ output: __HttpResponse,
1256
+ context: __SerdeContext
1257
+ ) => Promise<GetSdkCommandOutput>;
1258
+ export declare const deserializeAws_restJson1GetSdkTypeCommand: (
1259
+ output: __HttpResponse,
1260
+ context: __SerdeContext
1261
+ ) => Promise<GetSdkTypeCommandOutput>;
1262
+ export declare const deserializeAws_restJson1GetSdkTypesCommand: (
1263
+ output: __HttpResponse,
1264
+ context: __SerdeContext
1265
+ ) => Promise<GetSdkTypesCommandOutput>;
1266
+ export declare const deserializeAws_restJson1GetStageCommand: (
1267
+ output: __HttpResponse,
1268
+ context: __SerdeContext
1269
+ ) => Promise<GetStageCommandOutput>;
1270
+ export declare const deserializeAws_restJson1GetStagesCommand: (
1271
+ output: __HttpResponse,
1272
+ context: __SerdeContext
1273
+ ) => Promise<GetStagesCommandOutput>;
1274
+ export declare const deserializeAws_restJson1GetTagsCommand: (
1275
+ output: __HttpResponse,
1276
+ context: __SerdeContext
1277
+ ) => Promise<GetTagsCommandOutput>;
1278
+ export declare const deserializeAws_restJson1GetUsageCommand: (
1279
+ output: __HttpResponse,
1280
+ context: __SerdeContext
1281
+ ) => Promise<GetUsageCommandOutput>;
1282
+ export declare const deserializeAws_restJson1GetUsagePlanCommand: (
1283
+ output: __HttpResponse,
1284
+ context: __SerdeContext
1285
+ ) => Promise<GetUsagePlanCommandOutput>;
1286
+ export declare const deserializeAws_restJson1GetUsagePlanKeyCommand: (
1287
+ output: __HttpResponse,
1288
+ context: __SerdeContext
1289
+ ) => Promise<GetUsagePlanKeyCommandOutput>;
1290
+ export declare const deserializeAws_restJson1GetUsagePlanKeysCommand: (
1291
+ output: __HttpResponse,
1292
+ context: __SerdeContext
1293
+ ) => Promise<GetUsagePlanKeysCommandOutput>;
1294
+ export declare const deserializeAws_restJson1GetUsagePlansCommand: (
1295
+ output: __HttpResponse,
1296
+ context: __SerdeContext
1297
+ ) => Promise<GetUsagePlansCommandOutput>;
1298
+ export declare const deserializeAws_restJson1GetVpcLinkCommand: (
1299
+ output: __HttpResponse,
1300
+ context: __SerdeContext
1301
+ ) => Promise<GetVpcLinkCommandOutput>;
1302
+ export declare const deserializeAws_restJson1GetVpcLinksCommand: (
1303
+ output: __HttpResponse,
1304
+ context: __SerdeContext
1305
+ ) => Promise<GetVpcLinksCommandOutput>;
1306
+ export declare const deserializeAws_restJson1ImportApiKeysCommand: (
1307
+ output: __HttpResponse,
1308
+ context: __SerdeContext
1309
+ ) => Promise<ImportApiKeysCommandOutput>;
1310
+ export declare const deserializeAws_restJson1ImportDocumentationPartsCommand: (
1311
+ output: __HttpResponse,
1312
+ context: __SerdeContext
1313
+ ) => Promise<ImportDocumentationPartsCommandOutput>;
1314
+ export declare const deserializeAws_restJson1ImportRestApiCommand: (
1315
+ output: __HttpResponse,
1316
+ context: __SerdeContext
1317
+ ) => Promise<ImportRestApiCommandOutput>;
1318
+ export declare const deserializeAws_restJson1PutGatewayResponseCommand: (
1319
+ output: __HttpResponse,
1320
+ context: __SerdeContext
1321
+ ) => Promise<PutGatewayResponseCommandOutput>;
1322
+ export declare const deserializeAws_restJson1PutIntegrationCommand: (
1323
+ output: __HttpResponse,
1324
+ context: __SerdeContext
1325
+ ) => Promise<PutIntegrationCommandOutput>;
1326
+ export declare const deserializeAws_restJson1PutIntegrationResponseCommand: (
1327
+ output: __HttpResponse,
1328
+ context: __SerdeContext
1329
+ ) => Promise<PutIntegrationResponseCommandOutput>;
1330
+ export declare const deserializeAws_restJson1PutMethodCommand: (
1331
+ output: __HttpResponse,
1332
+ context: __SerdeContext
1333
+ ) => Promise<PutMethodCommandOutput>;
1334
+ export declare const deserializeAws_restJson1PutMethodResponseCommand: (
1335
+ output: __HttpResponse,
1336
+ context: __SerdeContext
1337
+ ) => Promise<PutMethodResponseCommandOutput>;
1338
+ export declare const deserializeAws_restJson1PutRestApiCommand: (
1339
+ output: __HttpResponse,
1340
+ context: __SerdeContext
1341
+ ) => Promise<PutRestApiCommandOutput>;
1342
+ export declare const deserializeAws_restJson1TagResourceCommand: (
1343
+ output: __HttpResponse,
1344
+ context: __SerdeContext
1345
+ ) => Promise<TagResourceCommandOutput>;
1346
+ export declare const deserializeAws_restJson1TestInvokeAuthorizerCommand: (
1347
+ output: __HttpResponse,
1348
+ context: __SerdeContext
1349
+ ) => Promise<TestInvokeAuthorizerCommandOutput>;
1350
+ export declare const deserializeAws_restJson1TestInvokeMethodCommand: (
1351
+ output: __HttpResponse,
1352
+ context: __SerdeContext
1353
+ ) => Promise<TestInvokeMethodCommandOutput>;
1354
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
1355
+ output: __HttpResponse,
1356
+ context: __SerdeContext
1357
+ ) => Promise<UntagResourceCommandOutput>;
1358
+ export declare const deserializeAws_restJson1UpdateAccountCommand: (
1359
+ output: __HttpResponse,
1360
+ context: __SerdeContext
1361
+ ) => Promise<UpdateAccountCommandOutput>;
1362
+ export declare const deserializeAws_restJson1UpdateApiKeyCommand: (
1363
+ output: __HttpResponse,
1364
+ context: __SerdeContext
1365
+ ) => Promise<UpdateApiKeyCommandOutput>;
1366
+ export declare const deserializeAws_restJson1UpdateAuthorizerCommand: (
1367
+ output: __HttpResponse,
1368
+ context: __SerdeContext
1369
+ ) => Promise<UpdateAuthorizerCommandOutput>;
1370
+ export declare const deserializeAws_restJson1UpdateBasePathMappingCommand: (
1371
+ output: __HttpResponse,
1372
+ context: __SerdeContext
1373
+ ) => Promise<UpdateBasePathMappingCommandOutput>;
1374
+ export declare const deserializeAws_restJson1UpdateClientCertificateCommand: (
1375
+ output: __HttpResponse,
1376
+ context: __SerdeContext
1377
+ ) => Promise<UpdateClientCertificateCommandOutput>;
1378
+ export declare const deserializeAws_restJson1UpdateDeploymentCommand: (
1379
+ output: __HttpResponse,
1380
+ context: __SerdeContext
1381
+ ) => Promise<UpdateDeploymentCommandOutput>;
1382
+ export declare const deserializeAws_restJson1UpdateDocumentationPartCommand: (
1383
+ output: __HttpResponse,
1384
+ context: __SerdeContext
1385
+ ) => Promise<UpdateDocumentationPartCommandOutput>;
1386
+ export declare const deserializeAws_restJson1UpdateDocumentationVersionCommand: (
1387
+ output: __HttpResponse,
1388
+ context: __SerdeContext
1389
+ ) => Promise<UpdateDocumentationVersionCommandOutput>;
1390
+ export declare const deserializeAws_restJson1UpdateDomainNameCommand: (
1391
+ output: __HttpResponse,
1392
+ context: __SerdeContext
1393
+ ) => Promise<UpdateDomainNameCommandOutput>;
1394
+ export declare const deserializeAws_restJson1UpdateGatewayResponseCommand: (
1395
+ output: __HttpResponse,
1396
+ context: __SerdeContext
1397
+ ) => Promise<UpdateGatewayResponseCommandOutput>;
1398
+ export declare const deserializeAws_restJson1UpdateIntegrationCommand: (
1399
+ output: __HttpResponse,
1400
+ context: __SerdeContext
1401
+ ) => Promise<UpdateIntegrationCommandOutput>;
1402
+ export declare const deserializeAws_restJson1UpdateIntegrationResponseCommand: (
1403
+ output: __HttpResponse,
1404
+ context: __SerdeContext
1405
+ ) => Promise<UpdateIntegrationResponseCommandOutput>;
1406
+ export declare const deserializeAws_restJson1UpdateMethodCommand: (
1407
+ output: __HttpResponse,
1408
+ context: __SerdeContext
1409
+ ) => Promise<UpdateMethodCommandOutput>;
1410
+ export declare const deserializeAws_restJson1UpdateMethodResponseCommand: (
1411
+ output: __HttpResponse,
1412
+ context: __SerdeContext
1413
+ ) => Promise<UpdateMethodResponseCommandOutput>;
1414
+ export declare const deserializeAws_restJson1UpdateModelCommand: (
1415
+ output: __HttpResponse,
1416
+ context: __SerdeContext
1417
+ ) => Promise<UpdateModelCommandOutput>;
1418
+ export declare const deserializeAws_restJson1UpdateRequestValidatorCommand: (
1419
+ output: __HttpResponse,
1420
+ context: __SerdeContext
1421
+ ) => Promise<UpdateRequestValidatorCommandOutput>;
1422
+ export declare const deserializeAws_restJson1UpdateResourceCommand: (
1423
+ output: __HttpResponse,
1424
+ context: __SerdeContext
1425
+ ) => Promise<UpdateResourceCommandOutput>;
1426
+ export declare const deserializeAws_restJson1UpdateRestApiCommand: (
1427
+ output: __HttpResponse,
1428
+ context: __SerdeContext
1429
+ ) => Promise<UpdateRestApiCommandOutput>;
1430
+ export declare const deserializeAws_restJson1UpdateStageCommand: (
1431
+ output: __HttpResponse,
1432
+ context: __SerdeContext
1433
+ ) => Promise<UpdateStageCommandOutput>;
1434
+ export declare const deserializeAws_restJson1UpdateUsageCommand: (
1435
+ output: __HttpResponse,
1436
+ context: __SerdeContext
1437
+ ) => Promise<UpdateUsageCommandOutput>;
1438
+ export declare const deserializeAws_restJson1UpdateUsagePlanCommand: (
1439
+ output: __HttpResponse,
1440
+ context: __SerdeContext
1441
+ ) => Promise<UpdateUsagePlanCommandOutput>;
1442
+ export declare const deserializeAws_restJson1UpdateVpcLinkCommand: (
1443
+ output: __HttpResponse,
1444
+ context: __SerdeContext
1445
+ ) => Promise<UpdateVpcLinkCommandOutput>;