@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,193 +1,849 @@
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 { BodyLengthCalculator as __BodyLengthCalculator, 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?: __BodyLengthCalculator;
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 {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateApiKeyCommandInput,
47
+ CreateApiKeyCommandOutput,
48
+ } from "./commands/CreateApiKeyCommand";
49
+ import {
50
+ CreateAuthorizerCommandInput,
51
+ CreateAuthorizerCommandOutput,
52
+ } from "./commands/CreateAuthorizerCommand";
53
+ import {
54
+ CreateBasePathMappingCommandInput,
55
+ CreateBasePathMappingCommandOutput,
56
+ } from "./commands/CreateBasePathMappingCommand";
57
+ import {
58
+ CreateDeploymentCommandInput,
59
+ CreateDeploymentCommandOutput,
60
+ } from "./commands/CreateDeploymentCommand";
61
+ import {
62
+ CreateDocumentationPartCommandInput,
63
+ CreateDocumentationPartCommandOutput,
64
+ } from "./commands/CreateDocumentationPartCommand";
65
+ import {
66
+ CreateDocumentationVersionCommandInput,
67
+ CreateDocumentationVersionCommandOutput,
68
+ } from "./commands/CreateDocumentationVersionCommand";
69
+ import {
70
+ CreateDomainNameCommandInput,
71
+ CreateDomainNameCommandOutput,
72
+ } from "./commands/CreateDomainNameCommand";
73
+ import {
74
+ CreateModelCommandInput,
75
+ CreateModelCommandOutput,
76
+ } from "./commands/CreateModelCommand";
77
+ import {
78
+ CreateRequestValidatorCommandInput,
79
+ CreateRequestValidatorCommandOutput,
80
+ } from "./commands/CreateRequestValidatorCommand";
81
+ import {
82
+ CreateResourceCommandInput,
83
+ CreateResourceCommandOutput,
84
+ } from "./commands/CreateResourceCommand";
85
+ import {
86
+ CreateRestApiCommandInput,
87
+ CreateRestApiCommandOutput,
88
+ } from "./commands/CreateRestApiCommand";
89
+ import {
90
+ CreateStageCommandInput,
91
+ CreateStageCommandOutput,
92
+ } from "./commands/CreateStageCommand";
93
+ import {
94
+ CreateUsagePlanCommandInput,
95
+ CreateUsagePlanCommandOutput,
96
+ } from "./commands/CreateUsagePlanCommand";
97
+ import {
98
+ CreateUsagePlanKeyCommandInput,
99
+ CreateUsagePlanKeyCommandOutput,
100
+ } from "./commands/CreateUsagePlanKeyCommand";
101
+ import {
102
+ CreateVpcLinkCommandInput,
103
+ CreateVpcLinkCommandOutput,
104
+ } from "./commands/CreateVpcLinkCommand";
105
+ import {
106
+ DeleteApiKeyCommandInput,
107
+ DeleteApiKeyCommandOutput,
108
+ } from "./commands/DeleteApiKeyCommand";
109
+ import {
110
+ DeleteAuthorizerCommandInput,
111
+ DeleteAuthorizerCommandOutput,
112
+ } from "./commands/DeleteAuthorizerCommand";
113
+ import {
114
+ DeleteBasePathMappingCommandInput,
115
+ DeleteBasePathMappingCommandOutput,
116
+ } from "./commands/DeleteBasePathMappingCommand";
117
+ import {
118
+ DeleteClientCertificateCommandInput,
119
+ DeleteClientCertificateCommandOutput,
120
+ } from "./commands/DeleteClientCertificateCommand";
121
+ import {
122
+ DeleteDeploymentCommandInput,
123
+ DeleteDeploymentCommandOutput,
124
+ } from "./commands/DeleteDeploymentCommand";
125
+ import {
126
+ DeleteDocumentationPartCommandInput,
127
+ DeleteDocumentationPartCommandOutput,
128
+ } from "./commands/DeleteDocumentationPartCommand";
129
+ import {
130
+ DeleteDocumentationVersionCommandInput,
131
+ DeleteDocumentationVersionCommandOutput,
132
+ } from "./commands/DeleteDocumentationVersionCommand";
133
+ import {
134
+ DeleteDomainNameCommandInput,
135
+ DeleteDomainNameCommandOutput,
136
+ } from "./commands/DeleteDomainNameCommand";
137
+ import {
138
+ DeleteGatewayResponseCommandInput,
139
+ DeleteGatewayResponseCommandOutput,
140
+ } from "./commands/DeleteGatewayResponseCommand";
141
+ import {
142
+ DeleteIntegrationCommandInput,
143
+ DeleteIntegrationCommandOutput,
144
+ } from "./commands/DeleteIntegrationCommand";
145
+ import {
146
+ DeleteIntegrationResponseCommandInput,
147
+ DeleteIntegrationResponseCommandOutput,
148
+ } from "./commands/DeleteIntegrationResponseCommand";
149
+ import {
150
+ DeleteMethodCommandInput,
151
+ DeleteMethodCommandOutput,
152
+ } from "./commands/DeleteMethodCommand";
153
+ import {
154
+ DeleteMethodResponseCommandInput,
155
+ DeleteMethodResponseCommandOutput,
156
+ } from "./commands/DeleteMethodResponseCommand";
157
+ import {
158
+ DeleteModelCommandInput,
159
+ DeleteModelCommandOutput,
160
+ } from "./commands/DeleteModelCommand";
161
+ import {
162
+ DeleteRequestValidatorCommandInput,
163
+ DeleteRequestValidatorCommandOutput,
164
+ } from "./commands/DeleteRequestValidatorCommand";
165
+ import {
166
+ DeleteResourceCommandInput,
167
+ DeleteResourceCommandOutput,
168
+ } from "./commands/DeleteResourceCommand";
169
+ import {
170
+ DeleteRestApiCommandInput,
171
+ DeleteRestApiCommandOutput,
172
+ } from "./commands/DeleteRestApiCommand";
173
+ import {
174
+ DeleteStageCommandInput,
175
+ DeleteStageCommandOutput,
176
+ } from "./commands/DeleteStageCommand";
177
+ import {
178
+ DeleteUsagePlanCommandInput,
179
+ DeleteUsagePlanCommandOutput,
180
+ } from "./commands/DeleteUsagePlanCommand";
181
+ import {
182
+ DeleteUsagePlanKeyCommandInput,
183
+ DeleteUsagePlanKeyCommandOutput,
184
+ } from "./commands/DeleteUsagePlanKeyCommand";
185
+ import {
186
+ DeleteVpcLinkCommandInput,
187
+ DeleteVpcLinkCommandOutput,
188
+ } from "./commands/DeleteVpcLinkCommand";
189
+ import {
190
+ FlushStageAuthorizersCacheCommandInput,
191
+ FlushStageAuthorizersCacheCommandOutput,
192
+ } from "./commands/FlushStageAuthorizersCacheCommand";
193
+ import {
194
+ FlushStageCacheCommandInput,
195
+ FlushStageCacheCommandOutput,
196
+ } from "./commands/FlushStageCacheCommand";
197
+ import {
198
+ GenerateClientCertificateCommandInput,
199
+ GenerateClientCertificateCommandOutput,
200
+ } from "./commands/GenerateClientCertificateCommand";
201
+ import {
202
+ GetAccountCommandInput,
203
+ GetAccountCommandOutput,
204
+ } from "./commands/GetAccountCommand";
205
+ import {
206
+ GetApiKeyCommandInput,
207
+ GetApiKeyCommandOutput,
208
+ } from "./commands/GetApiKeyCommand";
209
+ import {
210
+ GetApiKeysCommandInput,
211
+ GetApiKeysCommandOutput,
212
+ } from "./commands/GetApiKeysCommand";
213
+ import {
214
+ GetAuthorizerCommandInput,
215
+ GetAuthorizerCommandOutput,
216
+ } from "./commands/GetAuthorizerCommand";
217
+ import {
218
+ GetAuthorizersCommandInput,
219
+ GetAuthorizersCommandOutput,
220
+ } from "./commands/GetAuthorizersCommand";
221
+ import {
222
+ GetBasePathMappingCommandInput,
223
+ GetBasePathMappingCommandOutput,
224
+ } from "./commands/GetBasePathMappingCommand";
225
+ import {
226
+ GetBasePathMappingsCommandInput,
227
+ GetBasePathMappingsCommandOutput,
228
+ } from "./commands/GetBasePathMappingsCommand";
229
+ import {
230
+ GetClientCertificateCommandInput,
231
+ GetClientCertificateCommandOutput,
232
+ } from "./commands/GetClientCertificateCommand";
233
+ import {
234
+ GetClientCertificatesCommandInput,
235
+ GetClientCertificatesCommandOutput,
236
+ } from "./commands/GetClientCertificatesCommand";
237
+ import {
238
+ GetDeploymentCommandInput,
239
+ GetDeploymentCommandOutput,
240
+ } from "./commands/GetDeploymentCommand";
241
+ import {
242
+ GetDeploymentsCommandInput,
243
+ GetDeploymentsCommandOutput,
244
+ } from "./commands/GetDeploymentsCommand";
245
+ import {
246
+ GetDocumentationPartCommandInput,
247
+ GetDocumentationPartCommandOutput,
248
+ } from "./commands/GetDocumentationPartCommand";
249
+ import {
250
+ GetDocumentationPartsCommandInput,
251
+ GetDocumentationPartsCommandOutput,
252
+ } from "./commands/GetDocumentationPartsCommand";
253
+ import {
254
+ GetDocumentationVersionCommandInput,
255
+ GetDocumentationVersionCommandOutput,
256
+ } from "./commands/GetDocumentationVersionCommand";
257
+ import {
258
+ GetDocumentationVersionsCommandInput,
259
+ GetDocumentationVersionsCommandOutput,
260
+ } from "./commands/GetDocumentationVersionsCommand";
261
+ import {
262
+ GetDomainNameCommandInput,
263
+ GetDomainNameCommandOutput,
264
+ } from "./commands/GetDomainNameCommand";
265
+ import {
266
+ GetDomainNamesCommandInput,
267
+ GetDomainNamesCommandOutput,
268
+ } from "./commands/GetDomainNamesCommand";
269
+ import {
270
+ GetExportCommandInput,
271
+ GetExportCommandOutput,
272
+ } from "./commands/GetExportCommand";
273
+ import {
274
+ GetGatewayResponseCommandInput,
275
+ GetGatewayResponseCommandOutput,
276
+ } from "./commands/GetGatewayResponseCommand";
277
+ import {
278
+ GetGatewayResponsesCommandInput,
279
+ GetGatewayResponsesCommandOutput,
280
+ } from "./commands/GetGatewayResponsesCommand";
281
+ import {
282
+ GetIntegrationCommandInput,
283
+ GetIntegrationCommandOutput,
284
+ } from "./commands/GetIntegrationCommand";
285
+ import {
286
+ GetIntegrationResponseCommandInput,
287
+ GetIntegrationResponseCommandOutput,
288
+ } from "./commands/GetIntegrationResponseCommand";
289
+ import {
290
+ GetMethodCommandInput,
291
+ GetMethodCommandOutput,
292
+ } from "./commands/GetMethodCommand";
293
+ import {
294
+ GetMethodResponseCommandInput,
295
+ GetMethodResponseCommandOutput,
296
+ } from "./commands/GetMethodResponseCommand";
297
+ import {
298
+ GetModelCommandInput,
299
+ GetModelCommandOutput,
300
+ } from "./commands/GetModelCommand";
301
+ import {
302
+ GetModelsCommandInput,
303
+ GetModelsCommandOutput,
304
+ } from "./commands/GetModelsCommand";
305
+ import {
306
+ GetModelTemplateCommandInput,
307
+ GetModelTemplateCommandOutput,
308
+ } from "./commands/GetModelTemplateCommand";
309
+ import {
310
+ GetRequestValidatorCommandInput,
311
+ GetRequestValidatorCommandOutput,
312
+ } from "./commands/GetRequestValidatorCommand";
313
+ import {
314
+ GetRequestValidatorsCommandInput,
315
+ GetRequestValidatorsCommandOutput,
316
+ } from "./commands/GetRequestValidatorsCommand";
317
+ import {
318
+ GetResourceCommandInput,
319
+ GetResourceCommandOutput,
320
+ } from "./commands/GetResourceCommand";
321
+ import {
322
+ GetResourcesCommandInput,
323
+ GetResourcesCommandOutput,
324
+ } from "./commands/GetResourcesCommand";
325
+ import {
326
+ GetRestApiCommandInput,
327
+ GetRestApiCommandOutput,
328
+ } from "./commands/GetRestApiCommand";
329
+ import {
330
+ GetRestApisCommandInput,
331
+ GetRestApisCommandOutput,
332
+ } from "./commands/GetRestApisCommand";
333
+ import {
334
+ GetSdkCommandInput,
335
+ GetSdkCommandOutput,
336
+ } from "./commands/GetSdkCommand";
337
+ import {
338
+ GetSdkTypeCommandInput,
339
+ GetSdkTypeCommandOutput,
340
+ } from "./commands/GetSdkTypeCommand";
341
+ import {
342
+ GetSdkTypesCommandInput,
343
+ GetSdkTypesCommandOutput,
344
+ } from "./commands/GetSdkTypesCommand";
345
+ import {
346
+ GetStageCommandInput,
347
+ GetStageCommandOutput,
348
+ } from "./commands/GetStageCommand";
349
+ import {
350
+ GetStagesCommandInput,
351
+ GetStagesCommandOutput,
352
+ } from "./commands/GetStagesCommand";
353
+ import {
354
+ GetTagsCommandInput,
355
+ GetTagsCommandOutput,
356
+ } from "./commands/GetTagsCommand";
357
+ import {
358
+ GetUsageCommandInput,
359
+ GetUsageCommandOutput,
360
+ } from "./commands/GetUsageCommand";
361
+ import {
362
+ GetUsagePlanCommandInput,
363
+ GetUsagePlanCommandOutput,
364
+ } from "./commands/GetUsagePlanCommand";
365
+ import {
366
+ GetUsagePlanKeyCommandInput,
367
+ GetUsagePlanKeyCommandOutput,
368
+ } from "./commands/GetUsagePlanKeyCommand";
369
+ import {
370
+ GetUsagePlanKeysCommandInput,
371
+ GetUsagePlanKeysCommandOutput,
372
+ } from "./commands/GetUsagePlanKeysCommand";
373
+ import {
374
+ GetUsagePlansCommandInput,
375
+ GetUsagePlansCommandOutput,
376
+ } from "./commands/GetUsagePlansCommand";
377
+ import {
378
+ GetVpcLinkCommandInput,
379
+ GetVpcLinkCommandOutput,
380
+ } from "./commands/GetVpcLinkCommand";
381
+ import {
382
+ GetVpcLinksCommandInput,
383
+ GetVpcLinksCommandOutput,
384
+ } from "./commands/GetVpcLinksCommand";
385
+ import {
386
+ ImportApiKeysCommandInput,
387
+ ImportApiKeysCommandOutput,
388
+ } from "./commands/ImportApiKeysCommand";
389
+ import {
390
+ ImportDocumentationPartsCommandInput,
391
+ ImportDocumentationPartsCommandOutput,
392
+ } from "./commands/ImportDocumentationPartsCommand";
393
+ import {
394
+ ImportRestApiCommandInput,
395
+ ImportRestApiCommandOutput,
396
+ } from "./commands/ImportRestApiCommand";
397
+ import {
398
+ PutGatewayResponseCommandInput,
399
+ PutGatewayResponseCommandOutput,
400
+ } from "./commands/PutGatewayResponseCommand";
401
+ import {
402
+ PutIntegrationCommandInput,
403
+ PutIntegrationCommandOutput,
404
+ } from "./commands/PutIntegrationCommand";
405
+ import {
406
+ PutIntegrationResponseCommandInput,
407
+ PutIntegrationResponseCommandOutput,
408
+ } from "./commands/PutIntegrationResponseCommand";
409
+ import {
410
+ PutMethodCommandInput,
411
+ PutMethodCommandOutput,
412
+ } from "./commands/PutMethodCommand";
413
+ import {
414
+ PutMethodResponseCommandInput,
415
+ PutMethodResponseCommandOutput,
416
+ } from "./commands/PutMethodResponseCommand";
417
+ import {
418
+ PutRestApiCommandInput,
419
+ PutRestApiCommandOutput,
420
+ } from "./commands/PutRestApiCommand";
421
+ import {
422
+ TagResourceCommandInput,
423
+ TagResourceCommandOutput,
424
+ } from "./commands/TagResourceCommand";
425
+ import {
426
+ TestInvokeAuthorizerCommandInput,
427
+ TestInvokeAuthorizerCommandOutput,
428
+ } from "./commands/TestInvokeAuthorizerCommand";
429
+ import {
430
+ TestInvokeMethodCommandInput,
431
+ TestInvokeMethodCommandOutput,
432
+ } from "./commands/TestInvokeMethodCommand";
433
+ import {
434
+ UntagResourceCommandInput,
435
+ UntagResourceCommandOutput,
436
+ } from "./commands/UntagResourceCommand";
437
+ import {
438
+ UpdateAccountCommandInput,
439
+ UpdateAccountCommandOutput,
440
+ } from "./commands/UpdateAccountCommand";
441
+ import {
442
+ UpdateApiKeyCommandInput,
443
+ UpdateApiKeyCommandOutput,
444
+ } from "./commands/UpdateApiKeyCommand";
445
+ import {
446
+ UpdateAuthorizerCommandInput,
447
+ UpdateAuthorizerCommandOutput,
448
+ } from "./commands/UpdateAuthorizerCommand";
449
+ import {
450
+ UpdateBasePathMappingCommandInput,
451
+ UpdateBasePathMappingCommandOutput,
452
+ } from "./commands/UpdateBasePathMappingCommand";
453
+ import {
454
+ UpdateClientCertificateCommandInput,
455
+ UpdateClientCertificateCommandOutput,
456
+ } from "./commands/UpdateClientCertificateCommand";
457
+ import {
458
+ UpdateDeploymentCommandInput,
459
+ UpdateDeploymentCommandOutput,
460
+ } from "./commands/UpdateDeploymentCommand";
461
+ import {
462
+ UpdateDocumentationPartCommandInput,
463
+ UpdateDocumentationPartCommandOutput,
464
+ } from "./commands/UpdateDocumentationPartCommand";
465
+ import {
466
+ UpdateDocumentationVersionCommandInput,
467
+ UpdateDocumentationVersionCommandOutput,
468
+ } from "./commands/UpdateDocumentationVersionCommand";
469
+ import {
470
+ UpdateDomainNameCommandInput,
471
+ UpdateDomainNameCommandOutput,
472
+ } from "./commands/UpdateDomainNameCommand";
473
+ import {
474
+ UpdateGatewayResponseCommandInput,
475
+ UpdateGatewayResponseCommandOutput,
476
+ } from "./commands/UpdateGatewayResponseCommand";
477
+ import {
478
+ UpdateIntegrationCommandInput,
479
+ UpdateIntegrationCommandOutput,
480
+ } from "./commands/UpdateIntegrationCommand";
481
+ import {
482
+ UpdateIntegrationResponseCommandInput,
483
+ UpdateIntegrationResponseCommandOutput,
484
+ } from "./commands/UpdateIntegrationResponseCommand";
485
+ import {
486
+ UpdateMethodCommandInput,
487
+ UpdateMethodCommandOutput,
488
+ } from "./commands/UpdateMethodCommand";
489
+ import {
490
+ UpdateMethodResponseCommandInput,
491
+ UpdateMethodResponseCommandOutput,
492
+ } from "./commands/UpdateMethodResponseCommand";
493
+ import {
494
+ UpdateModelCommandInput,
495
+ UpdateModelCommandOutput,
496
+ } from "./commands/UpdateModelCommand";
497
+ import {
498
+ UpdateRequestValidatorCommandInput,
499
+ UpdateRequestValidatorCommandOutput,
500
+ } from "./commands/UpdateRequestValidatorCommand";
501
+ import {
502
+ UpdateResourceCommandInput,
503
+ UpdateResourceCommandOutput,
504
+ } from "./commands/UpdateResourceCommand";
505
+ import {
506
+ UpdateRestApiCommandInput,
507
+ UpdateRestApiCommandOutput,
508
+ } from "./commands/UpdateRestApiCommand";
509
+ import {
510
+ UpdateStageCommandInput,
511
+ UpdateStageCommandOutput,
512
+ } from "./commands/UpdateStageCommand";
513
+ import {
514
+ UpdateUsageCommandInput,
515
+ UpdateUsageCommandOutput,
516
+ } from "./commands/UpdateUsageCommand";
517
+ import {
518
+ UpdateUsagePlanCommandInput,
519
+ UpdateUsagePlanCommandOutput,
520
+ } from "./commands/UpdateUsagePlanCommand";
521
+ import {
522
+ UpdateVpcLinkCommandInput,
523
+ UpdateVpcLinkCommandOutput,
524
+ } from "./commands/UpdateVpcLinkCommand";
525
+ export declare type ServiceInputTypes =
526
+ | CreateApiKeyCommandInput
527
+ | CreateAuthorizerCommandInput
528
+ | CreateBasePathMappingCommandInput
529
+ | CreateDeploymentCommandInput
530
+ | CreateDocumentationPartCommandInput
531
+ | CreateDocumentationVersionCommandInput
532
+ | CreateDomainNameCommandInput
533
+ | CreateModelCommandInput
534
+ | CreateRequestValidatorCommandInput
535
+ | CreateResourceCommandInput
536
+ | CreateRestApiCommandInput
537
+ | CreateStageCommandInput
538
+ | CreateUsagePlanCommandInput
539
+ | CreateUsagePlanKeyCommandInput
540
+ | CreateVpcLinkCommandInput
541
+ | DeleteApiKeyCommandInput
542
+ | DeleteAuthorizerCommandInput
543
+ | DeleteBasePathMappingCommandInput
544
+ | DeleteClientCertificateCommandInput
545
+ | DeleteDeploymentCommandInput
546
+ | DeleteDocumentationPartCommandInput
547
+ | DeleteDocumentationVersionCommandInput
548
+ | DeleteDomainNameCommandInput
549
+ | DeleteGatewayResponseCommandInput
550
+ | DeleteIntegrationCommandInput
551
+ | DeleteIntegrationResponseCommandInput
552
+ | DeleteMethodCommandInput
553
+ | DeleteMethodResponseCommandInput
554
+ | DeleteModelCommandInput
555
+ | DeleteRequestValidatorCommandInput
556
+ | DeleteResourceCommandInput
557
+ | DeleteRestApiCommandInput
558
+ | DeleteStageCommandInput
559
+ | DeleteUsagePlanCommandInput
560
+ | DeleteUsagePlanKeyCommandInput
561
+ | DeleteVpcLinkCommandInput
562
+ | FlushStageAuthorizersCacheCommandInput
563
+ | FlushStageCacheCommandInput
564
+ | GenerateClientCertificateCommandInput
565
+ | GetAccountCommandInput
566
+ | GetApiKeyCommandInput
567
+ | GetApiKeysCommandInput
568
+ | GetAuthorizerCommandInput
569
+ | GetAuthorizersCommandInput
570
+ | GetBasePathMappingCommandInput
571
+ | GetBasePathMappingsCommandInput
572
+ | GetClientCertificateCommandInput
573
+ | GetClientCertificatesCommandInput
574
+ | GetDeploymentCommandInput
575
+ | GetDeploymentsCommandInput
576
+ | GetDocumentationPartCommandInput
577
+ | GetDocumentationPartsCommandInput
578
+ | GetDocumentationVersionCommandInput
579
+ | GetDocumentationVersionsCommandInput
580
+ | GetDomainNameCommandInput
581
+ | GetDomainNamesCommandInput
582
+ | GetExportCommandInput
583
+ | GetGatewayResponseCommandInput
584
+ | GetGatewayResponsesCommandInput
585
+ | GetIntegrationCommandInput
586
+ | GetIntegrationResponseCommandInput
587
+ | GetMethodCommandInput
588
+ | GetMethodResponseCommandInput
589
+ | GetModelCommandInput
590
+ | GetModelTemplateCommandInput
591
+ | GetModelsCommandInput
592
+ | GetRequestValidatorCommandInput
593
+ | GetRequestValidatorsCommandInput
594
+ | GetResourceCommandInput
595
+ | GetResourcesCommandInput
596
+ | GetRestApiCommandInput
597
+ | GetRestApisCommandInput
598
+ | GetSdkCommandInput
599
+ | GetSdkTypeCommandInput
600
+ | GetSdkTypesCommandInput
601
+ | GetStageCommandInput
602
+ | GetStagesCommandInput
603
+ | GetTagsCommandInput
604
+ | GetUsageCommandInput
605
+ | GetUsagePlanCommandInput
606
+ | GetUsagePlanKeyCommandInput
607
+ | GetUsagePlanKeysCommandInput
608
+ | GetUsagePlansCommandInput
609
+ | GetVpcLinkCommandInput
610
+ | GetVpcLinksCommandInput
611
+ | ImportApiKeysCommandInput
612
+ | ImportDocumentationPartsCommandInput
613
+ | ImportRestApiCommandInput
614
+ | PutGatewayResponseCommandInput
615
+ | PutIntegrationCommandInput
616
+ | PutIntegrationResponseCommandInput
617
+ | PutMethodCommandInput
618
+ | PutMethodResponseCommandInput
619
+ | PutRestApiCommandInput
620
+ | TagResourceCommandInput
621
+ | TestInvokeAuthorizerCommandInput
622
+ | TestInvokeMethodCommandInput
623
+ | UntagResourceCommandInput
624
+ | UpdateAccountCommandInput
625
+ | UpdateApiKeyCommandInput
626
+ | UpdateAuthorizerCommandInput
627
+ | UpdateBasePathMappingCommandInput
628
+ | UpdateClientCertificateCommandInput
629
+ | UpdateDeploymentCommandInput
630
+ | UpdateDocumentationPartCommandInput
631
+ | UpdateDocumentationVersionCommandInput
632
+ | UpdateDomainNameCommandInput
633
+ | UpdateGatewayResponseCommandInput
634
+ | UpdateIntegrationCommandInput
635
+ | UpdateIntegrationResponseCommandInput
636
+ | UpdateMethodCommandInput
637
+ | UpdateMethodResponseCommandInput
638
+ | UpdateModelCommandInput
639
+ | UpdateRequestValidatorCommandInput
640
+ | UpdateResourceCommandInput
641
+ | UpdateRestApiCommandInput
642
+ | UpdateStageCommandInput
643
+ | UpdateUsageCommandInput
644
+ | UpdateUsagePlanCommandInput
645
+ | UpdateVpcLinkCommandInput;
646
+ export declare type ServiceOutputTypes =
647
+ | CreateApiKeyCommandOutput
648
+ | CreateAuthorizerCommandOutput
649
+ | CreateBasePathMappingCommandOutput
650
+ | CreateDeploymentCommandOutput
651
+ | CreateDocumentationPartCommandOutput
652
+ | CreateDocumentationVersionCommandOutput
653
+ | CreateDomainNameCommandOutput
654
+ | CreateModelCommandOutput
655
+ | CreateRequestValidatorCommandOutput
656
+ | CreateResourceCommandOutput
657
+ | CreateRestApiCommandOutput
658
+ | CreateStageCommandOutput
659
+ | CreateUsagePlanCommandOutput
660
+ | CreateUsagePlanKeyCommandOutput
661
+ | CreateVpcLinkCommandOutput
662
+ | DeleteApiKeyCommandOutput
663
+ | DeleteAuthorizerCommandOutput
664
+ | DeleteBasePathMappingCommandOutput
665
+ | DeleteClientCertificateCommandOutput
666
+ | DeleteDeploymentCommandOutput
667
+ | DeleteDocumentationPartCommandOutput
668
+ | DeleteDocumentationVersionCommandOutput
669
+ | DeleteDomainNameCommandOutput
670
+ | DeleteGatewayResponseCommandOutput
671
+ | DeleteIntegrationCommandOutput
672
+ | DeleteIntegrationResponseCommandOutput
673
+ | DeleteMethodCommandOutput
674
+ | DeleteMethodResponseCommandOutput
675
+ | DeleteModelCommandOutput
676
+ | DeleteRequestValidatorCommandOutput
677
+ | DeleteResourceCommandOutput
678
+ | DeleteRestApiCommandOutput
679
+ | DeleteStageCommandOutput
680
+ | DeleteUsagePlanCommandOutput
681
+ | DeleteUsagePlanKeyCommandOutput
682
+ | DeleteVpcLinkCommandOutput
683
+ | FlushStageAuthorizersCacheCommandOutput
684
+ | FlushStageCacheCommandOutput
685
+ | GenerateClientCertificateCommandOutput
686
+ | GetAccountCommandOutput
687
+ | GetApiKeyCommandOutput
688
+ | GetApiKeysCommandOutput
689
+ | GetAuthorizerCommandOutput
690
+ | GetAuthorizersCommandOutput
691
+ | GetBasePathMappingCommandOutput
692
+ | GetBasePathMappingsCommandOutput
693
+ | GetClientCertificateCommandOutput
694
+ | GetClientCertificatesCommandOutput
695
+ | GetDeploymentCommandOutput
696
+ | GetDeploymentsCommandOutput
697
+ | GetDocumentationPartCommandOutput
698
+ | GetDocumentationPartsCommandOutput
699
+ | GetDocumentationVersionCommandOutput
700
+ | GetDocumentationVersionsCommandOutput
701
+ | GetDomainNameCommandOutput
702
+ | GetDomainNamesCommandOutput
703
+ | GetExportCommandOutput
704
+ | GetGatewayResponseCommandOutput
705
+ | GetGatewayResponsesCommandOutput
706
+ | GetIntegrationCommandOutput
707
+ | GetIntegrationResponseCommandOutput
708
+ | GetMethodCommandOutput
709
+ | GetMethodResponseCommandOutput
710
+ | GetModelCommandOutput
711
+ | GetModelTemplateCommandOutput
712
+ | GetModelsCommandOutput
713
+ | GetRequestValidatorCommandOutput
714
+ | GetRequestValidatorsCommandOutput
715
+ | GetResourceCommandOutput
716
+ | GetResourcesCommandOutput
717
+ | GetRestApiCommandOutput
718
+ | GetRestApisCommandOutput
719
+ | GetSdkCommandOutput
720
+ | GetSdkTypeCommandOutput
721
+ | GetSdkTypesCommandOutput
722
+ | GetStageCommandOutput
723
+ | GetStagesCommandOutput
724
+ | GetTagsCommandOutput
725
+ | GetUsageCommandOutput
726
+ | GetUsagePlanCommandOutput
727
+ | GetUsagePlanKeyCommandOutput
728
+ | GetUsagePlanKeysCommandOutput
729
+ | GetUsagePlansCommandOutput
730
+ | GetVpcLinkCommandOutput
731
+ | GetVpcLinksCommandOutput
732
+ | ImportApiKeysCommandOutput
733
+ | ImportDocumentationPartsCommandOutput
734
+ | ImportRestApiCommandOutput
735
+ | PutGatewayResponseCommandOutput
736
+ | PutIntegrationCommandOutput
737
+ | PutIntegrationResponseCommandOutput
738
+ | PutMethodCommandOutput
739
+ | PutMethodResponseCommandOutput
740
+ | PutRestApiCommandOutput
741
+ | TagResourceCommandOutput
742
+ | TestInvokeAuthorizerCommandOutput
743
+ | TestInvokeMethodCommandOutput
744
+ | UntagResourceCommandOutput
745
+ | UpdateAccountCommandOutput
746
+ | UpdateApiKeyCommandOutput
747
+ | UpdateAuthorizerCommandOutput
748
+ | UpdateBasePathMappingCommandOutput
749
+ | UpdateClientCertificateCommandOutput
750
+ | UpdateDeploymentCommandOutput
751
+ | UpdateDocumentationPartCommandOutput
752
+ | UpdateDocumentationVersionCommandOutput
753
+ | UpdateDomainNameCommandOutput
754
+ | UpdateGatewayResponseCommandOutput
755
+ | UpdateIntegrationCommandOutput
756
+ | UpdateIntegrationResponseCommandOutput
757
+ | UpdateMethodCommandOutput
758
+ | UpdateMethodResponseCommandOutput
759
+ | UpdateModelCommandOutput
760
+ | UpdateRequestValidatorCommandOutput
761
+ | UpdateResourceCommandOutput
762
+ | UpdateRestApiCommandOutput
763
+ | UpdateStageCommandOutput
764
+ | UpdateUsageCommandOutput
765
+ | UpdateUsagePlanCommandOutput
766
+ | UpdateVpcLinkCommandOutput;
767
+ export interface ClientDefaults
768
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
769
+ requestHandler?: __HttpHandler;
770
+
771
+ sha256?: __HashConstructor;
772
+
773
+ urlParser?: __UrlParser;
774
+
775
+ bodyLengthChecker?: __BodyLengthCalculator;
776
+
777
+ streamCollector?: __StreamCollector;
778
+
779
+ base64Decoder?: __Decoder;
780
+
781
+ base64Encoder?: __Encoder;
782
+
783
+ utf8Decoder?: __Decoder;
784
+
785
+ utf8Encoder?: __Encoder;
786
+
787
+ runtime?: string;
788
+
789
+ disableHostPrefix?: boolean;
790
+
791
+ maxAttempts?: number | __Provider<number>;
792
+
793
+ retryMode?: string | __Provider<string>;
794
+
795
+ logger?: __Logger;
796
+
797
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
798
+
799
+ useFipsEndpoint?: boolean | __Provider<boolean>;
800
+
801
+ serviceId?: string;
802
+
803
+ region?: string | __Provider<string>;
804
+
805
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
806
+
807
+ regionInfoProvider?: RegionInfoProvider;
808
+
809
+ defaultUserAgentProvider?: Provider<__UserAgent>;
810
+
811
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
812
+ }
813
+ declare type APIGatewayClientConfigType = Partial<
814
+ __SmithyConfiguration<__HttpHandlerOptions>
815
+ > &
816
+ ClientDefaults &
817
+ RegionInputConfig &
818
+ EndpointsInputConfig &
819
+ RetryInputConfig &
820
+ HostHeaderInputConfig &
821
+ AwsAuthInputConfig &
822
+ UserAgentInputConfig;
823
+
824
+ export interface APIGatewayClientConfig extends APIGatewayClientConfigType {}
825
+ declare type APIGatewayClientResolvedConfigType =
826
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
827
+ Required<ClientDefaults> &
828
+ RegionResolvedConfig &
829
+ EndpointsResolvedConfig &
830
+ RetryResolvedConfig &
831
+ HostHeaderResolvedConfig &
832
+ AwsAuthResolvedConfig &
833
+ UserAgentResolvedConfig;
834
+
835
+ export interface APIGatewayClientResolvedConfig
836
+ extends APIGatewayClientResolvedConfigType {}
837
+
838
+ export declare class APIGatewayClient extends __Client<
839
+ __HttpHandlerOptions,
840
+ ServiceInputTypes,
841
+ ServiceOutputTypes,
842
+ APIGatewayClientResolvedConfig
843
+ > {
844
+ readonly config: APIGatewayClientResolvedConfig;
845
+ constructor(configuration: APIGatewayClientConfig);
846
+
847
+ destroy(): void;
848
+ }
849
+ export {};