@aws-sdk/client-api-gateway 3.50.0 → 3.53.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 (160) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/APIGatewayServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +100 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +1180 -4913
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/APIGatewayServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +89 -1
  9. package/dist-es/protocols/Aws_restJson1.js +2733 -5401
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/APIGatewayServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +51 -29
  13. package/dist-types/ts3.4/APIGateway.d.ts +592 -0
  14. package/dist-types/ts3.4/APIGatewayClient.d.ts +193 -0
  15. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +16 -0
  20. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +16 -0
  21. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +16 -0
  36. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
  37. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +16 -0
  66. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +16 -0
  67. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +16 -0
  68. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +16 -0
  69. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +16 -0
  89. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +16 -0
  90. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +16 -0
  102. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +16 -0
  120. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +16 -0
  121. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/index.d.ts +120 -0
  136. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  137. package/dist-types/ts3.4/index.d.ts +6 -0
  138. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +6 -0
  139. package/dist-types/ts3.4/models/index.d.ts +1 -0
  140. package/dist-types/ts3.4/models/models_0.d.ts +2996 -0
  141. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +4 -0
  142. package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +4 -0
  143. package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +4 -0
  144. package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +4 -0
  145. package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +4 -0
  146. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +4 -0
  147. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +4 -0
  148. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +4 -0
  149. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +4 -0
  150. package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +4 -0
  151. package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  154. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +362 -0
  156. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  157. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  158. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  159. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  160. package/package.json +34 -34
@@ -0,0 +1,193 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "./commands/CreateApiKeyCommand";
10
+ import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
11
+ import { CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput } from "./commands/CreateBasePathMappingCommand";
12
+ import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
13
+ import { CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput } from "./commands/CreateDocumentationPartCommand";
14
+ import { CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput } from "./commands/CreateDocumentationVersionCommand";
15
+ import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "./commands/CreateDomainNameCommand";
16
+ import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
17
+ import { CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput } from "./commands/CreateRequestValidatorCommand";
18
+ import { CreateResourceCommandInput, CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
19
+ import { CreateRestApiCommandInput, CreateRestApiCommandOutput } from "./commands/CreateRestApiCommand";
20
+ import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
21
+ import { CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput } from "./commands/CreateUsagePlanCommand";
22
+ import { CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput } from "./commands/CreateUsagePlanKeyCommand";
23
+ import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "./commands/CreateVpcLinkCommand";
24
+ import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "./commands/DeleteApiKeyCommand";
25
+ import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "./commands/DeleteAuthorizerCommand";
26
+ import { DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput } from "./commands/DeleteBasePathMappingCommand";
27
+ import { DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput } from "./commands/DeleteClientCertificateCommand";
28
+ import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
29
+ import { DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput } from "./commands/DeleteDocumentationPartCommand";
30
+ import { DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput } from "./commands/DeleteDocumentationVersionCommand";
31
+ import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "./commands/DeleteDomainNameCommand";
32
+ import { DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput } from "./commands/DeleteGatewayResponseCommand";
33
+ import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
34
+ import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "./commands/DeleteIntegrationResponseCommand";
35
+ import { DeleteMethodCommandInput, DeleteMethodCommandOutput } from "./commands/DeleteMethodCommand";
36
+ import { DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput } from "./commands/DeleteMethodResponseCommand";
37
+ import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
38
+ import { DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput } from "./commands/DeleteRequestValidatorCommand";
39
+ import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "./commands/DeleteResourceCommand";
40
+ import { DeleteRestApiCommandInput, DeleteRestApiCommandOutput } from "./commands/DeleteRestApiCommand";
41
+ import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
42
+ import { DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput } from "./commands/DeleteUsagePlanCommand";
43
+ import { DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput } from "./commands/DeleteUsagePlanKeyCommand";
44
+ import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand";
45
+ import { FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput } from "./commands/FlushStageAuthorizersCacheCommand";
46
+ import { FlushStageCacheCommandInput, FlushStageCacheCommandOutput } from "./commands/FlushStageCacheCommand";
47
+ import { GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput } from "./commands/GenerateClientCertificateCommand";
48
+ import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
49
+ import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
50
+ import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
51
+ import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "./commands/GetAuthorizerCommand";
52
+ import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "./commands/GetAuthorizersCommand";
53
+ import { GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput } from "./commands/GetBasePathMappingCommand";
54
+ import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "./commands/GetBasePathMappingsCommand";
55
+ import { GetClientCertificateCommandInput, GetClientCertificateCommandOutput } from "./commands/GetClientCertificateCommand";
56
+ import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "./commands/GetClientCertificatesCommand";
57
+ import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
58
+ import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand";
59
+ import { GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput } from "./commands/GetDocumentationPartCommand";
60
+ import { GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput } from "./commands/GetDocumentationPartsCommand";
61
+ import { GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput } from "./commands/GetDocumentationVersionCommand";
62
+ import { GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput } from "./commands/GetDocumentationVersionsCommand";
63
+ import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
64
+ import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "./commands/GetDomainNamesCommand";
65
+ import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
66
+ import { GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput } from "./commands/GetGatewayResponseCommand";
67
+ import { GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput } from "./commands/GetGatewayResponsesCommand";
68
+ import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
69
+ import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "./commands/GetIntegrationResponseCommand";
70
+ import { GetMethodCommandInput, GetMethodCommandOutput } from "./commands/GetMethodCommand";
71
+ import { GetMethodResponseCommandInput, GetMethodResponseCommandOutput } from "./commands/GetMethodResponseCommand";
72
+ import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
73
+ import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
74
+ import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand";
75
+ import { GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput } from "./commands/GetRequestValidatorCommand";
76
+ import { GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput } from "./commands/GetRequestValidatorsCommand";
77
+ import { GetResourceCommandInput, GetResourceCommandOutput } from "./commands/GetResourceCommand";
78
+ import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
79
+ import { GetRestApiCommandInput, GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
80
+ import { GetRestApisCommandInput, GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
81
+ import { GetSdkCommandInput, GetSdkCommandOutput } from "./commands/GetSdkCommand";
82
+ import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
83
+ import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
84
+ import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
85
+ import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
86
+ import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
87
+ import { GetUsageCommandInput, GetUsageCommandOutput } from "./commands/GetUsageCommand";
88
+ import { GetUsagePlanCommandInput, GetUsagePlanCommandOutput } from "./commands/GetUsagePlanCommand";
89
+ import { GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput } from "./commands/GetUsagePlanKeyCommand";
90
+ import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "./commands/GetUsagePlanKeysCommand";
91
+ import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "./commands/GetUsagePlansCommand";
92
+ import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
93
+ import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
94
+ import { ImportApiKeysCommandInput, ImportApiKeysCommandOutput } from "./commands/ImportApiKeysCommand";
95
+ import { ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput } from "./commands/ImportDocumentationPartsCommand";
96
+ import { ImportRestApiCommandInput, ImportRestApiCommandOutput } from "./commands/ImportRestApiCommand";
97
+ import { PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput } from "./commands/PutGatewayResponseCommand";
98
+ import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
99
+ import { PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput } from "./commands/PutIntegrationResponseCommand";
100
+ import { PutMethodCommandInput, PutMethodCommandOutput } from "./commands/PutMethodCommand";
101
+ import { PutMethodResponseCommandInput, PutMethodResponseCommandOutput } from "./commands/PutMethodResponseCommand";
102
+ import { PutRestApiCommandInput, PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
103
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
104
+ import { TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput } from "./commands/TestInvokeAuthorizerCommand";
105
+ import { TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput } from "./commands/TestInvokeMethodCommand";
106
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
107
+ import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
108
+ import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "./commands/UpdateApiKeyCommand";
109
+ import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "./commands/UpdateAuthorizerCommand";
110
+ import { UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput } from "./commands/UpdateBasePathMappingCommand";
111
+ import { UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput } from "./commands/UpdateClientCertificateCommand";
112
+ import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "./commands/UpdateDeploymentCommand";
113
+ import { UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput } from "./commands/UpdateDocumentationPartCommand";
114
+ import { UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput } from "./commands/UpdateDocumentationVersionCommand";
115
+ import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "./commands/UpdateDomainNameCommand";
116
+ import { UpdateGatewayResponseCommandInput, UpdateGatewayResponseCommandOutput } from "./commands/UpdateGatewayResponseCommand";
117
+ import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
118
+ import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "./commands/UpdateIntegrationResponseCommand";
119
+ import { UpdateMethodCommandInput, UpdateMethodCommandOutput } from "./commands/UpdateMethodCommand";
120
+ import { UpdateMethodResponseCommandInput, UpdateMethodResponseCommandOutput } from "./commands/UpdateMethodResponseCommand";
121
+ import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
122
+ import { UpdateRequestValidatorCommandInput, UpdateRequestValidatorCommandOutput } from "./commands/UpdateRequestValidatorCommand";
123
+ import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
124
+ import { UpdateRestApiCommandInput, UpdateRestApiCommandOutput } from "./commands/UpdateRestApiCommand";
125
+ import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
126
+ import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
127
+ import { UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput } from "./commands/UpdateUsagePlanCommand";
128
+ import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
129
+ export declare type ServiceInputTypes = CreateApiKeyCommandInput | CreateAuthorizerCommandInput | CreateBasePathMappingCommandInput | CreateDeploymentCommandInput | CreateDocumentationPartCommandInput | CreateDocumentationVersionCommandInput | CreateDomainNameCommandInput | CreateModelCommandInput | CreateRequestValidatorCommandInput | CreateResourceCommandInput | CreateRestApiCommandInput | CreateStageCommandInput | CreateUsagePlanCommandInput | CreateUsagePlanKeyCommandInput | CreateVpcLinkCommandInput | DeleteApiKeyCommandInput | DeleteAuthorizerCommandInput | DeleteBasePathMappingCommandInput | DeleteClientCertificateCommandInput | DeleteDeploymentCommandInput | DeleteDocumentationPartCommandInput | DeleteDocumentationVersionCommandInput | DeleteDomainNameCommandInput | DeleteGatewayResponseCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResponseCommandInput | DeleteMethodCommandInput | DeleteMethodResponseCommandInput | DeleteModelCommandInput | DeleteRequestValidatorCommandInput | DeleteResourceCommandInput | DeleteRestApiCommandInput | DeleteStageCommandInput | DeleteUsagePlanCommandInput | DeleteUsagePlanKeyCommandInput | DeleteVpcLinkCommandInput | FlushStageAuthorizersCacheCommandInput | FlushStageCacheCommandInput | GenerateClientCertificateCommandInput | GetAccountCommandInput | GetApiKeyCommandInput | GetApiKeysCommandInput | GetAuthorizerCommandInput | GetAuthorizersCommandInput | GetBasePathMappingCommandInput | GetBasePathMappingsCommandInput | GetClientCertificateCommandInput | GetClientCertificatesCommandInput | GetDeploymentCommandInput | GetDeploymentsCommandInput | GetDocumentationPartCommandInput | GetDocumentationPartsCommandInput | GetDocumentationVersionCommandInput | GetDocumentationVersionsCommandInput | GetDomainNameCommandInput | GetDomainNamesCommandInput | GetExportCommandInput | GetGatewayResponseCommandInput | GetGatewayResponsesCommandInput | GetIntegrationCommandInput | GetIntegrationResponseCommandInput | GetMethodCommandInput | GetMethodResponseCommandInput | GetModelCommandInput | GetModelTemplateCommandInput | GetModelsCommandInput | GetRequestValidatorCommandInput | GetRequestValidatorsCommandInput | GetResourceCommandInput | GetResourcesCommandInput | GetRestApiCommandInput | GetRestApisCommandInput | GetSdkCommandInput | GetSdkTypeCommandInput | GetSdkTypesCommandInput | GetStageCommandInput | GetStagesCommandInput | GetTagsCommandInput | GetUsageCommandInput | GetUsagePlanCommandInput | GetUsagePlanKeyCommandInput | GetUsagePlanKeysCommandInput | GetUsagePlansCommandInput | GetVpcLinkCommandInput | GetVpcLinksCommandInput | ImportApiKeysCommandInput | ImportDocumentationPartsCommandInput | ImportRestApiCommandInput | PutGatewayResponseCommandInput | PutIntegrationCommandInput | PutIntegrationResponseCommandInput | PutMethodCommandInput | PutMethodResponseCommandInput | PutRestApiCommandInput | TagResourceCommandInput | TestInvokeAuthorizerCommandInput | TestInvokeMethodCommandInput | UntagResourceCommandInput | UpdateAccountCommandInput | UpdateApiKeyCommandInput | UpdateAuthorizerCommandInput | UpdateBasePathMappingCommandInput | UpdateClientCertificateCommandInput | UpdateDeploymentCommandInput | UpdateDocumentationPartCommandInput | UpdateDocumentationVersionCommandInput | UpdateDomainNameCommandInput | UpdateGatewayResponseCommandInput | UpdateIntegrationCommandInput | UpdateIntegrationResponseCommandInput | UpdateMethodCommandInput | UpdateMethodResponseCommandInput | UpdateModelCommandInput | UpdateRequestValidatorCommandInput | UpdateResourceCommandInput | UpdateRestApiCommandInput | UpdateStageCommandInput | UpdateUsageCommandInput | UpdateUsagePlanCommandInput | UpdateVpcLinkCommandInput;
130
+ export declare type ServiceOutputTypes = CreateApiKeyCommandOutput | CreateAuthorizerCommandOutput | CreateBasePathMappingCommandOutput | CreateDeploymentCommandOutput | CreateDocumentationPartCommandOutput | CreateDocumentationVersionCommandOutput | CreateDomainNameCommandOutput | CreateModelCommandOutput | CreateRequestValidatorCommandOutput | CreateResourceCommandOutput | CreateRestApiCommandOutput | CreateStageCommandOutput | CreateUsagePlanCommandOutput | CreateUsagePlanKeyCommandOutput | CreateVpcLinkCommandOutput | DeleteApiKeyCommandOutput | DeleteAuthorizerCommandOutput | DeleteBasePathMappingCommandOutput | DeleteClientCertificateCommandOutput | DeleteDeploymentCommandOutput | DeleteDocumentationPartCommandOutput | DeleteDocumentationVersionCommandOutput | DeleteDomainNameCommandOutput | DeleteGatewayResponseCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResponseCommandOutput | DeleteMethodCommandOutput | DeleteMethodResponseCommandOutput | DeleteModelCommandOutput | DeleteRequestValidatorCommandOutput | DeleteResourceCommandOutput | DeleteRestApiCommandOutput | DeleteStageCommandOutput | DeleteUsagePlanCommandOutput | DeleteUsagePlanKeyCommandOutput | DeleteVpcLinkCommandOutput | FlushStageAuthorizersCacheCommandOutput | FlushStageCacheCommandOutput | GenerateClientCertificateCommandOutput | GetAccountCommandOutput | GetApiKeyCommandOutput | GetApiKeysCommandOutput | GetAuthorizerCommandOutput | GetAuthorizersCommandOutput | GetBasePathMappingCommandOutput | GetBasePathMappingsCommandOutput | GetClientCertificateCommandOutput | GetClientCertificatesCommandOutput | GetDeploymentCommandOutput | GetDeploymentsCommandOutput | GetDocumentationPartCommandOutput | GetDocumentationPartsCommandOutput | GetDocumentationVersionCommandOutput | GetDocumentationVersionsCommandOutput | GetDomainNameCommandOutput | GetDomainNamesCommandOutput | GetExportCommandOutput | GetGatewayResponseCommandOutput | GetGatewayResponsesCommandOutput | GetIntegrationCommandOutput | GetIntegrationResponseCommandOutput | GetMethodCommandOutput | GetMethodResponseCommandOutput | GetModelCommandOutput | GetModelTemplateCommandOutput | GetModelsCommandOutput | GetRequestValidatorCommandOutput | GetRequestValidatorsCommandOutput | GetResourceCommandOutput | GetResourcesCommandOutput | GetRestApiCommandOutput | GetRestApisCommandOutput | GetSdkCommandOutput | GetSdkTypeCommandOutput | GetSdkTypesCommandOutput | GetStageCommandOutput | GetStagesCommandOutput | GetTagsCommandOutput | GetUsageCommandOutput | GetUsagePlanCommandOutput | GetUsagePlanKeyCommandOutput | GetUsagePlanKeysCommandOutput | GetUsagePlansCommandOutput | GetVpcLinkCommandOutput | GetVpcLinksCommandOutput | ImportApiKeysCommandOutput | ImportDocumentationPartsCommandOutput | ImportRestApiCommandOutput | PutGatewayResponseCommandOutput | PutIntegrationCommandOutput | PutIntegrationResponseCommandOutput | PutMethodCommandOutput | PutMethodResponseCommandOutput | PutRestApiCommandOutput | TagResourceCommandOutput | TestInvokeAuthorizerCommandOutput | TestInvokeMethodCommandOutput | UntagResourceCommandOutput | UpdateAccountCommandOutput | UpdateApiKeyCommandOutput | UpdateAuthorizerCommandOutput | UpdateBasePathMappingCommandOutput | UpdateClientCertificateCommandOutput | UpdateDeploymentCommandOutput | UpdateDocumentationPartCommandOutput | UpdateDocumentationVersionCommandOutput | UpdateDomainNameCommandOutput | UpdateGatewayResponseCommandOutput | UpdateIntegrationCommandOutput | UpdateIntegrationResponseCommandOutput | UpdateMethodCommandOutput | UpdateMethodResponseCommandOutput | UpdateModelCommandOutput | UpdateRequestValidatorCommandOutput | UpdateResourceCommandOutput | UpdateRestApiCommandOutput | UpdateStageCommandOutput | UpdateUsageCommandOutput | UpdateUsagePlanCommandOutput | UpdateVpcLinkCommandOutput;
131
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
132
+
133
+ requestHandler?: __HttpHandler;
134
+
135
+ sha256?: __HashConstructor;
136
+
137
+ urlParser?: __UrlParser;
138
+
139
+ bodyLengthChecker?: (body: any) => number | undefined;
140
+
141
+ streamCollector?: __StreamCollector;
142
+
143
+ base64Decoder?: __Decoder;
144
+
145
+ base64Encoder?: __Encoder;
146
+
147
+ utf8Decoder?: __Decoder;
148
+
149
+ utf8Encoder?: __Encoder;
150
+
151
+ runtime?: string;
152
+
153
+ disableHostPrefix?: boolean;
154
+
155
+ maxAttempts?: number | __Provider<number>;
156
+
157
+ retryMode?: string | __Provider<string>;
158
+
159
+ logger?: __Logger;
160
+
161
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
162
+
163
+ useFipsEndpoint?: boolean | __Provider<boolean>;
164
+
165
+ serviceId?: string;
166
+
167
+ region?: string | __Provider<string>;
168
+
169
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
170
+
171
+ regionInfoProvider?: RegionInfoProvider;
172
+
173
+ defaultUserAgentProvider?: Provider<__UserAgent>;
174
+
175
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
176
+ }
177
+ declare type APIGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
178
+
179
+ export interface APIGatewayClientConfig extends APIGatewayClientConfigType {
180
+ }
181
+ declare type APIGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
182
+
183
+ export interface APIGatewayClientResolvedConfig extends APIGatewayClientResolvedConfigType {
184
+ }
185
+
186
+ export declare class APIGatewayClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, APIGatewayClientResolvedConfig> {
187
+
188
+ readonly config: APIGatewayClientResolvedConfig;
189
+ constructor(configuration: APIGatewayClientConfig);
190
+
191
+ destroy(): void;
192
+ }
193
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { ApiKey, CreateApiKeyRequest } from "../models/models_0";
5
+ export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {
6
+ }
7
+ export interface CreateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateApiKeyCommand extends $Command<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateApiKeyCommandInput;
12
+ constructor(input: CreateApiKeyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApiKeyCommandInput, CreateApiKeyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { Authorizer, CreateAuthorizerRequest } from "../models/models_0";
5
+ export interface CreateAuthorizerCommandInput extends CreateAuthorizerRequest {
6
+ }
7
+ export interface CreateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateAuthorizerCommandInput;
12
+ constructor(input: CreateAuthorizerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { BasePathMapping, CreateBasePathMappingRequest } from "../models/models_0";
5
+ export interface CreateBasePathMappingCommandInput extends CreateBasePathMappingRequest {
6
+ }
7
+ export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateBasePathMappingCommand extends $Command<CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateBasePathMappingCommandInput;
12
+ constructor(input: CreateBasePathMappingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateDeploymentRequest, Deployment } from "../models/models_0";
5
+ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
6
+ }
7
+ export interface CreateDeploymentCommandOutput extends Deployment, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateDeploymentCommandInput;
12
+ constructor(input: CreateDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateDocumentationPartRequest, DocumentationPart } from "../models/models_0";
5
+ export interface CreateDocumentationPartCommandInput extends CreateDocumentationPartRequest {
6
+ }
7
+ export interface CreateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
8
+ }
9
+ export declare class CreateDocumentationPartCommand extends $Command<CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
+ readonly input: CreateDocumentationPartCommandInput;
11
+ constructor(input: CreateDocumentationPartCommandInput);
12
+
13
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput>;
14
+ private serialize;
15
+ private deserialize;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateDocumentationVersionRequest, DocumentationVersion } from "../models/models_0";
5
+ export interface CreateDocumentationVersionCommandInput extends CreateDocumentationVersionRequest {
6
+ }
7
+ export interface CreateDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
8
+ }
9
+ export declare class CreateDocumentationVersionCommand extends $Command<CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
10
+ readonly input: CreateDocumentationVersionCommandInput;
11
+ constructor(input: CreateDocumentationVersionCommandInput);
12
+
13
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput>;
14
+ private serialize;
15
+ private deserialize;
16
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateDomainNameRequest, DomainName } from "../models/models_0";
5
+ export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
6
+ }
7
+ export interface CreateDomainNameCommandOutput extends DomainName, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateDomainNameCommandInput;
12
+ constructor(input: CreateDomainNameCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainNameCommandInput, CreateDomainNameCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateModelRequest, Model } from "../models/models_0";
5
+ export interface CreateModelCommandInput extends CreateModelRequest {
6
+ }
7
+ export interface CreateModelCommandOutput extends Model, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateModelCommandInput;
12
+ constructor(input: CreateModelCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateRequestValidatorRequest, RequestValidator } from "../models/models_0";
5
+ export interface CreateRequestValidatorCommandInput extends CreateRequestValidatorRequest {
6
+ }
7
+ export interface CreateRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRequestValidatorCommand extends $Command<CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateRequestValidatorCommandInput;
12
+ constructor(input: CreateRequestValidatorCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateResourceRequest, Resource } from "../models/models_0";
5
+ export interface CreateResourceCommandInput extends CreateResourceRequest {
6
+ }
7
+ export interface CreateResourceCommandOutput extends Resource, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateResourceCommand extends $Command<CreateResourceCommandInput, CreateResourceCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateResourceCommandInput;
12
+ constructor(input: CreateResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceCommandInput, CreateResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateRestApiRequest, RestApi } from "../models/models_0";
5
+ export interface CreateRestApiCommandInput extends CreateRestApiRequest {
6
+ }
7
+ export interface CreateRestApiCommandOutput extends RestApi, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRestApiCommand extends $Command<CreateRestApiCommandInput, CreateRestApiCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateRestApiCommandInput;
12
+ constructor(input: CreateRestApiCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRestApiCommandInput, CreateRestApiCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateStageRequest, Stage } from "../models/models_0";
5
+ export interface CreateStageCommandInput extends CreateStageRequest {
6
+ }
7
+ export interface CreateStageCommandOutput extends Stage, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateStageCommandInput;
12
+ constructor(input: CreateStageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateStageCommandInput, CreateStageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateUsagePlanRequest, UsagePlan } from "../models/models_0";
5
+ export interface CreateUsagePlanCommandInput extends CreateUsagePlanRequest {
6
+ }
7
+ export interface CreateUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUsagePlanCommand extends $Command<CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateUsagePlanCommandInput;
12
+ constructor(input: CreateUsagePlanCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0";
5
+ export interface CreateUsagePlanKeyCommandInput extends CreateUsagePlanKeyRequest {
6
+ }
7
+ export interface CreateUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUsagePlanKeyCommand extends $Command<CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateUsagePlanKeyCommandInput;
12
+ constructor(input: CreateUsagePlanKeyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { CreateVpcLinkRequest, VpcLink } from "../models/models_0";
5
+ export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {
6
+ }
7
+ export interface CreateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: CreateVpcLinkCommandInput;
12
+ constructor(input: CreateVpcLinkCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteApiKeyRequest } from "../models/models_0";
5
+ export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {
6
+ }
7
+ export interface DeleteApiKeyCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteApiKeyCommand extends $Command<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: DeleteApiKeyCommandInput;
12
+ constructor(input: DeleteApiKeyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteAuthorizerRequest } from "../models/models_0";
5
+ export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {
6
+ }
7
+ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: DeleteAuthorizerCommandInput;
12
+ constructor(input: DeleteAuthorizerCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteBasePathMappingRequest } from "../models/models_0";
5
+ export interface DeleteBasePathMappingCommandInput extends DeleteBasePathMappingRequest {
6
+ }
7
+ export interface DeleteBasePathMappingCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteBasePathMappingCommand extends $Command<DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: DeleteBasePathMappingCommandInput;
12
+ constructor(input: DeleteBasePathMappingCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteClientCertificateRequest } from "../models/models_0";
5
+ export interface DeleteClientCertificateCommandInput extends DeleteClientCertificateRequest {
6
+ }
7
+ export interface DeleteClientCertificateCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteClientCertificateCommand extends $Command<DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: DeleteClientCertificateCommandInput;
12
+ constructor(input: DeleteClientCertificateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteDeploymentRequest } from "../models/models_0";
5
+ export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
6
+ }
7
+ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
11
+ readonly input: DeleteDeploymentCommandInput;
12
+ constructor(input: DeleteDeploymentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
+ import { DeleteDocumentationPartRequest } from "../models/models_0";
5
+ export interface DeleteDocumentationPartCommandInput extends DeleteDocumentationPartRequest {
6
+ }
7
+ export interface DeleteDocumentationPartCommandOutput extends __MetadataBearer {
8
+ }
9
+ export declare class DeleteDocumentationPartCommand extends $Command<DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
10
+ readonly input: DeleteDocumentationPartCommandInput;
11
+ constructor(input: DeleteDocumentationPartCommandInput);
12
+
13
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput>;
14
+ private serialize;
15
+ private deserialize;
16
+ }