@aws-sdk/client-api-gateway 3.940.0 → 3.946.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 (165) hide show
  1. package/dist-cjs/index.js +249 -1205
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/APIGateway.js +18 -18
  5. package/dist-es/APIGatewayClient.js +2 -2
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +249 -1205
  9. package/dist-types/APIGateway.d.ts +125 -125
  10. package/dist-types/APIGatewayClient.d.ts +134 -134
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  13. package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateAuthorizerCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDomainNameAccessAssociationCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateModelCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateResourceCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateRestApiCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateStageCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateUsagePlanCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateVpcLinkCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteDeploymentCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteDomainNameAccessAssociationCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteIntegrationCommand.d.ts +3 -3
  40. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +3 -3
  41. package/dist-types/commands/DeleteMethodCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteModelCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +3 -3
  45. package/dist-types/commands/DeleteResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/DeleteRestApiCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteStageCommand.d.ts +3 -3
  48. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +3 -3
  50. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +3 -3
  51. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +3 -3
  52. package/dist-types/commands/FlushStageCacheCommand.d.ts +3 -3
  53. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +3 -3
  54. package/dist-types/commands/GetAccountCommand.d.ts +3 -3
  55. package/dist-types/commands/GetApiKeyCommand.d.ts +3 -3
  56. package/dist-types/commands/GetApiKeysCommand.d.ts +3 -3
  57. package/dist-types/commands/GetAuthorizerCommand.d.ts +3 -3
  58. package/dist-types/commands/GetAuthorizersCommand.d.ts +3 -3
  59. package/dist-types/commands/GetBasePathMappingCommand.d.ts +3 -3
  60. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +3 -3
  61. package/dist-types/commands/GetClientCertificateCommand.d.ts +3 -3
  62. package/dist-types/commands/GetClientCertificatesCommand.d.ts +3 -3
  63. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -3
  64. package/dist-types/commands/GetDeploymentsCommand.d.ts +3 -3
  65. package/dist-types/commands/GetDocumentationPartCommand.d.ts +3 -3
  66. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +3 -3
  67. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +3 -3
  68. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +3 -3
  69. package/dist-types/commands/GetDomainNameAccessAssociationsCommand.d.ts +3 -3
  70. package/dist-types/commands/GetDomainNameCommand.d.ts +3 -3
  71. package/dist-types/commands/GetDomainNamesCommand.d.ts +3 -3
  72. package/dist-types/commands/GetExportCommand.d.ts +3 -3
  73. package/dist-types/commands/GetGatewayResponseCommand.d.ts +3 -3
  74. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +3 -3
  75. package/dist-types/commands/GetIntegrationCommand.d.ts +3 -3
  76. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +3 -3
  77. package/dist-types/commands/GetMethodCommand.d.ts +3 -3
  78. package/dist-types/commands/GetMethodResponseCommand.d.ts +3 -3
  79. package/dist-types/commands/GetModelCommand.d.ts +3 -3
  80. package/dist-types/commands/GetModelTemplateCommand.d.ts +3 -3
  81. package/dist-types/commands/GetModelsCommand.d.ts +3 -3
  82. package/dist-types/commands/GetRequestValidatorCommand.d.ts +3 -3
  83. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +3 -3
  84. package/dist-types/commands/GetResourceCommand.d.ts +3 -3
  85. package/dist-types/commands/GetResourcesCommand.d.ts +3 -3
  86. package/dist-types/commands/GetRestApiCommand.d.ts +3 -3
  87. package/dist-types/commands/GetRestApisCommand.d.ts +3 -3
  88. package/dist-types/commands/GetSdkCommand.d.ts +3 -3
  89. package/dist-types/commands/GetSdkTypeCommand.d.ts +3 -3
  90. package/dist-types/commands/GetSdkTypesCommand.d.ts +3 -3
  91. package/dist-types/commands/GetStageCommand.d.ts +3 -3
  92. package/dist-types/commands/GetStagesCommand.d.ts +3 -3
  93. package/dist-types/commands/GetTagsCommand.d.ts +3 -3
  94. package/dist-types/commands/GetUsageCommand.d.ts +3 -3
  95. package/dist-types/commands/GetUsagePlanCommand.d.ts +3 -3
  96. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +3 -3
  97. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +3 -3
  98. package/dist-types/commands/GetUsagePlansCommand.d.ts +3 -3
  99. package/dist-types/commands/GetVpcLinkCommand.d.ts +3 -3
  100. package/dist-types/commands/GetVpcLinksCommand.d.ts +3 -3
  101. package/dist-types/commands/ImportApiKeysCommand.d.ts +3 -3
  102. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +3 -3
  103. package/dist-types/commands/ImportRestApiCommand.d.ts +3 -3
  104. package/dist-types/commands/PutGatewayResponseCommand.d.ts +3 -3
  105. package/dist-types/commands/PutIntegrationCommand.d.ts +3 -3
  106. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +3 -3
  107. package/dist-types/commands/PutMethodCommand.d.ts +3 -3
  108. package/dist-types/commands/PutMethodResponseCommand.d.ts +3 -3
  109. package/dist-types/commands/PutRestApiCommand.d.ts +3 -3
  110. package/dist-types/commands/RejectDomainNameAccessAssociationCommand.d.ts +3 -3
  111. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  112. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +3 -3
  113. package/dist-types/commands/TestInvokeMethodCommand.d.ts +3 -3
  114. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateAccountCommand.d.ts +3 -3
  116. package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -3
  117. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +3 -3
  118. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +3 -3
  119. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +3 -3
  120. package/dist-types/commands/UpdateDeploymentCommand.d.ts +3 -3
  121. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +3 -3
  122. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +3 -3
  123. package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -3
  124. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +3 -3
  125. package/dist-types/commands/UpdateIntegrationCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +3 -3
  127. package/dist-types/commands/UpdateMethodCommand.d.ts +3 -3
  128. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +3 -3
  129. package/dist-types/commands/UpdateModelCommand.d.ts +3 -3
  130. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +3 -3
  131. package/dist-types/commands/UpdateResourceCommand.d.ts +3 -3
  132. package/dist-types/commands/UpdateRestApiCommand.d.ts +3 -3
  133. package/dist-types/commands/UpdateStageCommand.d.ts +3 -3
  134. package/dist-types/commands/UpdateUsageCommand.d.ts +3 -3
  135. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +3 -3
  136. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +3 -3
  137. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  138. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  139. package/dist-types/extensionConfiguration.d.ts +4 -4
  140. package/dist-types/models/APIGatewayServiceException.d.ts +1 -1
  141. package/dist-types/models/errors.d.ts +1 -1
  142. package/dist-types/models/models_0.d.ts +1 -1
  143. package/dist-types/pagination/GetApiKeysPaginator.d.ts +1 -1
  144. package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +1 -1
  145. package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +1 -1
  146. package/dist-types/pagination/GetDeploymentsPaginator.d.ts +1 -1
  147. package/dist-types/pagination/GetDomainNamesPaginator.d.ts +1 -1
  148. package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
  149. package/dist-types/pagination/GetResourcesPaginator.d.ts +1 -1
  150. package/dist-types/pagination/GetRestApisPaginator.d.ts +1 -1
  151. package/dist-types/pagination/GetUsagePaginator.d.ts +1 -1
  152. package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +1 -1
  153. package/dist-types/pagination/GetUsagePlansPaginator.d.ts +1 -1
  154. package/dist-types/pagination/GetVpcLinksPaginator.d.ts +1 -1
  155. package/dist-types/pagination/Interfaces.d.ts +1 -1
  156. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  157. package/dist-types/runtimeConfig.d.ts +1 -1
  158. package/dist-types/runtimeConfig.native.d.ts +1 -1
  159. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  160. package/dist-types/runtimeExtensions.d.ts +1 -1
  161. package/dist-types/schemas/schemas_0.d.ts +1 -1
  162. package/dist-types/ts3.4/APIGatewayClient.d.ts +3 -3
  163. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  164. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +1 -1
  165. package/package.json +13 -12
@@ -1,129 +1,129 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { APIGatewayClient } from "./APIGatewayClient";
3
- import { CreateApiKeyCommandInput, CreateApiKeyCommandOutput } from "./commands/CreateApiKeyCommand";
4
- import { CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
5
- import { CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput } from "./commands/CreateBasePathMappingCommand";
6
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
7
- import { CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput } from "./commands/CreateDocumentationPartCommand";
8
- import { CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput } from "./commands/CreateDocumentationVersionCommand";
9
- import { CreateDomainNameAccessAssociationCommandInput, CreateDomainNameAccessAssociationCommandOutput } from "./commands/CreateDomainNameAccessAssociationCommand";
10
- import { CreateDomainNameCommandInput, CreateDomainNameCommandOutput } from "./commands/CreateDomainNameCommand";
11
- import { CreateModelCommandInput, CreateModelCommandOutput } from "./commands/CreateModelCommand";
12
- import { CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput } from "./commands/CreateRequestValidatorCommand";
13
- import { CreateResourceCommandInput, CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
14
- import { CreateRestApiCommandInput, CreateRestApiCommandOutput } from "./commands/CreateRestApiCommand";
15
- import { CreateStageCommandInput, CreateStageCommandOutput } from "./commands/CreateStageCommand";
16
- import { CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput } from "./commands/CreateUsagePlanCommand";
17
- import { CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput } from "./commands/CreateUsagePlanKeyCommand";
18
- import { CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput } from "./commands/CreateVpcLinkCommand";
19
- import { DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput } from "./commands/DeleteApiKeyCommand";
20
- import { DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput } from "./commands/DeleteAuthorizerCommand";
21
- import { DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput } from "./commands/DeleteBasePathMappingCommand";
22
- import { DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput } from "./commands/DeleteClientCertificateCommand";
23
- import { DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
24
- import { DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput } from "./commands/DeleteDocumentationPartCommand";
25
- import { DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput } from "./commands/DeleteDocumentationVersionCommand";
26
- import { DeleteDomainNameAccessAssociationCommandInput, DeleteDomainNameAccessAssociationCommandOutput } from "./commands/DeleteDomainNameAccessAssociationCommand";
27
- import { DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput } from "./commands/DeleteDomainNameCommand";
28
- import { DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput } from "./commands/DeleteGatewayResponseCommand";
29
- import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
30
- import { DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput } from "./commands/DeleteIntegrationResponseCommand";
31
- import { DeleteMethodCommandInput, DeleteMethodCommandOutput } from "./commands/DeleteMethodCommand";
32
- import { DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput } from "./commands/DeleteMethodResponseCommand";
33
- import { DeleteModelCommandInput, DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
34
- import { DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput } from "./commands/DeleteRequestValidatorCommand";
35
- import { DeleteResourceCommandInput, DeleteResourceCommandOutput } from "./commands/DeleteResourceCommand";
36
- import { DeleteRestApiCommandInput, DeleteRestApiCommandOutput } from "./commands/DeleteRestApiCommand";
37
- import { DeleteStageCommandInput, DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
38
- import { DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput } from "./commands/DeleteUsagePlanCommand";
39
- import { DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput } from "./commands/DeleteUsagePlanKeyCommand";
40
- import { DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand";
41
- import { FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput } from "./commands/FlushStageAuthorizersCacheCommand";
42
- import { FlushStageCacheCommandInput, FlushStageCacheCommandOutput } from "./commands/FlushStageCacheCommand";
43
- import { GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput } from "./commands/GenerateClientCertificateCommand";
44
- import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
45
- import { GetApiKeyCommandInput, GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
46
- import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
47
- import { GetAuthorizerCommandInput, GetAuthorizerCommandOutput } from "./commands/GetAuthorizerCommand";
48
- import { GetAuthorizersCommandInput, GetAuthorizersCommandOutput } from "./commands/GetAuthorizersCommand";
49
- import { GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput } from "./commands/GetBasePathMappingCommand";
50
- import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "./commands/GetBasePathMappingsCommand";
51
- import { GetClientCertificateCommandInput, GetClientCertificateCommandOutput } from "./commands/GetClientCertificateCommand";
52
- import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "./commands/GetClientCertificatesCommand";
53
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
54
- import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand";
55
- import { GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput } from "./commands/GetDocumentationPartCommand";
56
- import { GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput } from "./commands/GetDocumentationPartsCommand";
57
- import { GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput } from "./commands/GetDocumentationVersionCommand";
58
- import { GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput } from "./commands/GetDocumentationVersionsCommand";
59
- import { GetDomainNameAccessAssociationsCommandInput, GetDomainNameAccessAssociationsCommandOutput } from "./commands/GetDomainNameAccessAssociationsCommand";
60
- import { GetDomainNameCommandInput, GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
61
- import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "./commands/GetDomainNamesCommand";
62
- import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
63
- import { GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput } from "./commands/GetGatewayResponseCommand";
64
- import { GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput } from "./commands/GetGatewayResponsesCommand";
65
- import { GetIntegrationCommandInput, GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
66
- import { GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput } from "./commands/GetIntegrationResponseCommand";
67
- import { GetMethodCommandInput, GetMethodCommandOutput } from "./commands/GetMethodCommand";
68
- import { GetMethodResponseCommandInput, GetMethodResponseCommandOutput } from "./commands/GetMethodResponseCommand";
69
- import { GetModelCommandInput, GetModelCommandOutput } from "./commands/GetModelCommand";
70
- import { GetModelsCommandInput, GetModelsCommandOutput } from "./commands/GetModelsCommand";
71
- import { GetModelTemplateCommandInput, GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand";
72
- import { GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput } from "./commands/GetRequestValidatorCommand";
73
- import { GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput } from "./commands/GetRequestValidatorsCommand";
74
- import { GetResourceCommandInput, GetResourceCommandOutput } from "./commands/GetResourceCommand";
75
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
76
- import { GetRestApiCommandInput, GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
77
- import { GetRestApisCommandInput, GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
78
- import { GetSdkCommandInput, GetSdkCommandOutput } from "./commands/GetSdkCommand";
79
- import { GetSdkTypeCommandInput, GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
80
- import { GetSdkTypesCommandInput, GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
81
- import { GetStageCommandInput, GetStageCommandOutput } from "./commands/GetStageCommand";
82
- import { GetStagesCommandInput, GetStagesCommandOutput } from "./commands/GetStagesCommand";
83
- import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
84
- import { GetUsageCommandInput, GetUsageCommandOutput } from "./commands/GetUsageCommand";
85
- import { GetUsagePlanCommandInput, GetUsagePlanCommandOutput } from "./commands/GetUsagePlanCommand";
86
- import { GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput } from "./commands/GetUsagePlanKeyCommand";
87
- import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "./commands/GetUsagePlanKeysCommand";
88
- import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "./commands/GetUsagePlansCommand";
89
- import { GetVpcLinkCommandInput, GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
90
- import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
91
- import { ImportApiKeysCommandInput, ImportApiKeysCommandOutput } from "./commands/ImportApiKeysCommand";
92
- import { ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput } from "./commands/ImportDocumentationPartsCommand";
93
- import { ImportRestApiCommandInput, ImportRestApiCommandOutput } from "./commands/ImportRestApiCommand";
94
- import { PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput } from "./commands/PutGatewayResponseCommand";
95
- import { PutIntegrationCommandInput, PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
96
- import { PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput } from "./commands/PutIntegrationResponseCommand";
97
- import { PutMethodCommandInput, PutMethodCommandOutput } from "./commands/PutMethodCommand";
98
- import { PutMethodResponseCommandInput, PutMethodResponseCommandOutput } from "./commands/PutMethodResponseCommand";
99
- import { PutRestApiCommandInput, PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
100
- import { RejectDomainNameAccessAssociationCommandInput, RejectDomainNameAccessAssociationCommandOutput } from "./commands/RejectDomainNameAccessAssociationCommand";
101
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
102
- import { TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput } from "./commands/TestInvokeAuthorizerCommand";
103
- import { TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput } from "./commands/TestInvokeMethodCommand";
104
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
105
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
106
- import { UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput } from "./commands/UpdateApiKeyCommand";
107
- import { UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput } from "./commands/UpdateAuthorizerCommand";
108
- import { UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput } from "./commands/UpdateBasePathMappingCommand";
109
- import { UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput } from "./commands/UpdateClientCertificateCommand";
110
- import { UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput } from "./commands/UpdateDeploymentCommand";
111
- import { UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput } from "./commands/UpdateDocumentationPartCommand";
112
- import { UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput } from "./commands/UpdateDocumentationVersionCommand";
113
- import { UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput } from "./commands/UpdateDomainNameCommand";
114
- import { UpdateGatewayResponseCommandInput, UpdateGatewayResponseCommandOutput } from "./commands/UpdateGatewayResponseCommand";
115
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
116
- import { UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput } from "./commands/UpdateIntegrationResponseCommand";
117
- import { UpdateMethodCommandInput, UpdateMethodCommandOutput } from "./commands/UpdateMethodCommand";
118
- import { UpdateMethodResponseCommandInput, UpdateMethodResponseCommandOutput } from "./commands/UpdateMethodResponseCommand";
119
- import { UpdateModelCommandInput, UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
120
- import { UpdateRequestValidatorCommandInput, UpdateRequestValidatorCommandOutput } from "./commands/UpdateRequestValidatorCommand";
121
- import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
122
- import { UpdateRestApiCommandInput, UpdateRestApiCommandOutput } from "./commands/UpdateRestApiCommand";
123
- import { UpdateStageCommandInput, UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
124
- import { UpdateUsageCommandInput, UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
125
- import { UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput } from "./commands/UpdateUsagePlanCommand";
126
- import { UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
3
+ import { type CreateApiKeyCommandInput, type CreateApiKeyCommandOutput } from "./commands/CreateApiKeyCommand";
4
+ import { type CreateAuthorizerCommandInput, type CreateAuthorizerCommandOutput } from "./commands/CreateAuthorizerCommand";
5
+ import { type CreateBasePathMappingCommandInput, type CreateBasePathMappingCommandOutput } from "./commands/CreateBasePathMappingCommand";
6
+ import { type CreateDeploymentCommandInput, type CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
7
+ import { type CreateDocumentationPartCommandInput, type CreateDocumentationPartCommandOutput } from "./commands/CreateDocumentationPartCommand";
8
+ import { type CreateDocumentationVersionCommandInput, type CreateDocumentationVersionCommandOutput } from "./commands/CreateDocumentationVersionCommand";
9
+ import { type CreateDomainNameAccessAssociationCommandInput, type CreateDomainNameAccessAssociationCommandOutput } from "./commands/CreateDomainNameAccessAssociationCommand";
10
+ import { type CreateDomainNameCommandInput, type CreateDomainNameCommandOutput } from "./commands/CreateDomainNameCommand";
11
+ import { type CreateModelCommandInput, type CreateModelCommandOutput } from "./commands/CreateModelCommand";
12
+ import { type CreateRequestValidatorCommandInput, type CreateRequestValidatorCommandOutput } from "./commands/CreateRequestValidatorCommand";
13
+ import { type CreateResourceCommandInput, type CreateResourceCommandOutput } from "./commands/CreateResourceCommand";
14
+ import { type CreateRestApiCommandInput, type CreateRestApiCommandOutput } from "./commands/CreateRestApiCommand";
15
+ import { type CreateStageCommandInput, type CreateStageCommandOutput } from "./commands/CreateStageCommand";
16
+ import { type CreateUsagePlanCommandInput, type CreateUsagePlanCommandOutput } from "./commands/CreateUsagePlanCommand";
17
+ import { type CreateUsagePlanKeyCommandInput, type CreateUsagePlanKeyCommandOutput } from "./commands/CreateUsagePlanKeyCommand";
18
+ import { type CreateVpcLinkCommandInput, type CreateVpcLinkCommandOutput } from "./commands/CreateVpcLinkCommand";
19
+ import { type DeleteApiKeyCommandInput, type DeleteApiKeyCommandOutput } from "./commands/DeleteApiKeyCommand";
20
+ import { type DeleteAuthorizerCommandInput, type DeleteAuthorizerCommandOutput } from "./commands/DeleteAuthorizerCommand";
21
+ import { type DeleteBasePathMappingCommandInput, type DeleteBasePathMappingCommandOutput } from "./commands/DeleteBasePathMappingCommand";
22
+ import { type DeleteClientCertificateCommandInput, type DeleteClientCertificateCommandOutput } from "./commands/DeleteClientCertificateCommand";
23
+ import { type DeleteDeploymentCommandInput, type DeleteDeploymentCommandOutput } from "./commands/DeleteDeploymentCommand";
24
+ import { type DeleteDocumentationPartCommandInput, type DeleteDocumentationPartCommandOutput } from "./commands/DeleteDocumentationPartCommand";
25
+ import { type DeleteDocumentationVersionCommandInput, type DeleteDocumentationVersionCommandOutput } from "./commands/DeleteDocumentationVersionCommand";
26
+ import { type DeleteDomainNameAccessAssociationCommandInput, type DeleteDomainNameAccessAssociationCommandOutput } from "./commands/DeleteDomainNameAccessAssociationCommand";
27
+ import { type DeleteDomainNameCommandInput, type DeleteDomainNameCommandOutput } from "./commands/DeleteDomainNameCommand";
28
+ import { type DeleteGatewayResponseCommandInput, type DeleteGatewayResponseCommandOutput } from "./commands/DeleteGatewayResponseCommand";
29
+ import { type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput } from "./commands/DeleteIntegrationCommand";
30
+ import { type DeleteIntegrationResponseCommandInput, type DeleteIntegrationResponseCommandOutput } from "./commands/DeleteIntegrationResponseCommand";
31
+ import { type DeleteMethodCommandInput, type DeleteMethodCommandOutput } from "./commands/DeleteMethodCommand";
32
+ import { type DeleteMethodResponseCommandInput, type DeleteMethodResponseCommandOutput } from "./commands/DeleteMethodResponseCommand";
33
+ import { type DeleteModelCommandInput, type DeleteModelCommandOutput } from "./commands/DeleteModelCommand";
34
+ import { type DeleteRequestValidatorCommandInput, type DeleteRequestValidatorCommandOutput } from "./commands/DeleteRequestValidatorCommand";
35
+ import { type DeleteResourceCommandInput, type DeleteResourceCommandOutput } from "./commands/DeleteResourceCommand";
36
+ import { type DeleteRestApiCommandInput, type DeleteRestApiCommandOutput } from "./commands/DeleteRestApiCommand";
37
+ import { type DeleteStageCommandInput, type DeleteStageCommandOutput } from "./commands/DeleteStageCommand";
38
+ import { type DeleteUsagePlanCommandInput, type DeleteUsagePlanCommandOutput } from "./commands/DeleteUsagePlanCommand";
39
+ import { type DeleteUsagePlanKeyCommandInput, type DeleteUsagePlanKeyCommandOutput } from "./commands/DeleteUsagePlanKeyCommand";
40
+ import { type DeleteVpcLinkCommandInput, type DeleteVpcLinkCommandOutput } from "./commands/DeleteVpcLinkCommand";
41
+ import { type FlushStageAuthorizersCacheCommandInput, type FlushStageAuthorizersCacheCommandOutput } from "./commands/FlushStageAuthorizersCacheCommand";
42
+ import { type FlushStageCacheCommandInput, type FlushStageCacheCommandOutput } from "./commands/FlushStageCacheCommand";
43
+ import { type GenerateClientCertificateCommandInput, type GenerateClientCertificateCommandOutput } from "./commands/GenerateClientCertificateCommand";
44
+ import { type GetAccountCommandInput, type GetAccountCommandOutput } from "./commands/GetAccountCommand";
45
+ import { type GetApiKeyCommandInput, type GetApiKeyCommandOutput } from "./commands/GetApiKeyCommand";
46
+ import { type GetApiKeysCommandInput, type GetApiKeysCommandOutput } from "./commands/GetApiKeysCommand";
47
+ import { type GetAuthorizerCommandInput, type GetAuthorizerCommandOutput } from "./commands/GetAuthorizerCommand";
48
+ import { type GetAuthorizersCommandInput, type GetAuthorizersCommandOutput } from "./commands/GetAuthorizersCommand";
49
+ import { type GetBasePathMappingCommandInput, type GetBasePathMappingCommandOutput } from "./commands/GetBasePathMappingCommand";
50
+ import { type GetBasePathMappingsCommandInput, type GetBasePathMappingsCommandOutput } from "./commands/GetBasePathMappingsCommand";
51
+ import { type GetClientCertificateCommandInput, type GetClientCertificateCommandOutput } from "./commands/GetClientCertificateCommand";
52
+ import { type GetClientCertificatesCommandInput, type GetClientCertificatesCommandOutput } from "./commands/GetClientCertificatesCommand";
53
+ import { type GetDeploymentCommandInput, type GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
54
+ import { type GetDeploymentsCommandInput, type GetDeploymentsCommandOutput } from "./commands/GetDeploymentsCommand";
55
+ import { type GetDocumentationPartCommandInput, type GetDocumentationPartCommandOutput } from "./commands/GetDocumentationPartCommand";
56
+ import { type GetDocumentationPartsCommandInput, type GetDocumentationPartsCommandOutput } from "./commands/GetDocumentationPartsCommand";
57
+ import { type GetDocumentationVersionCommandInput, type GetDocumentationVersionCommandOutput } from "./commands/GetDocumentationVersionCommand";
58
+ import { type GetDocumentationVersionsCommandInput, type GetDocumentationVersionsCommandOutput } from "./commands/GetDocumentationVersionsCommand";
59
+ import { type GetDomainNameAccessAssociationsCommandInput, type GetDomainNameAccessAssociationsCommandOutput } from "./commands/GetDomainNameAccessAssociationsCommand";
60
+ import { type GetDomainNameCommandInput, type GetDomainNameCommandOutput } from "./commands/GetDomainNameCommand";
61
+ import { type GetDomainNamesCommandInput, type GetDomainNamesCommandOutput } from "./commands/GetDomainNamesCommand";
62
+ import { type GetExportCommandInput, type GetExportCommandOutput } from "./commands/GetExportCommand";
63
+ import { type GetGatewayResponseCommandInput, type GetGatewayResponseCommandOutput } from "./commands/GetGatewayResponseCommand";
64
+ import { type GetGatewayResponsesCommandInput, type GetGatewayResponsesCommandOutput } from "./commands/GetGatewayResponsesCommand";
65
+ import { type GetIntegrationCommandInput, type GetIntegrationCommandOutput } from "./commands/GetIntegrationCommand";
66
+ import { type GetIntegrationResponseCommandInput, type GetIntegrationResponseCommandOutput } from "./commands/GetIntegrationResponseCommand";
67
+ import { type GetMethodCommandInput, type GetMethodCommandOutput } from "./commands/GetMethodCommand";
68
+ import { type GetMethodResponseCommandInput, type GetMethodResponseCommandOutput } from "./commands/GetMethodResponseCommand";
69
+ import { type GetModelCommandInput, type GetModelCommandOutput } from "./commands/GetModelCommand";
70
+ import { type GetModelsCommandInput, type GetModelsCommandOutput } from "./commands/GetModelsCommand";
71
+ import { type GetModelTemplateCommandInput, type GetModelTemplateCommandOutput } from "./commands/GetModelTemplateCommand";
72
+ import { type GetRequestValidatorCommandInput, type GetRequestValidatorCommandOutput } from "./commands/GetRequestValidatorCommand";
73
+ import { type GetRequestValidatorsCommandInput, type GetRequestValidatorsCommandOutput } from "./commands/GetRequestValidatorsCommand";
74
+ import { type GetResourceCommandInput, type GetResourceCommandOutput } from "./commands/GetResourceCommand";
75
+ import { type GetResourcesCommandInput, type GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
76
+ import { type GetRestApiCommandInput, type GetRestApiCommandOutput } from "./commands/GetRestApiCommand";
77
+ import { type GetRestApisCommandInput, type GetRestApisCommandOutput } from "./commands/GetRestApisCommand";
78
+ import { type GetSdkCommandInput, type GetSdkCommandOutput } from "./commands/GetSdkCommand";
79
+ import { type GetSdkTypeCommandInput, type GetSdkTypeCommandOutput } from "./commands/GetSdkTypeCommand";
80
+ import { type GetSdkTypesCommandInput, type GetSdkTypesCommandOutput } from "./commands/GetSdkTypesCommand";
81
+ import { type GetStageCommandInput, type GetStageCommandOutput } from "./commands/GetStageCommand";
82
+ import { type GetStagesCommandInput, type GetStagesCommandOutput } from "./commands/GetStagesCommand";
83
+ import { type GetTagsCommandInput, type GetTagsCommandOutput } from "./commands/GetTagsCommand";
84
+ import { type GetUsageCommandInput, type GetUsageCommandOutput } from "./commands/GetUsageCommand";
85
+ import { type GetUsagePlanCommandInput, type GetUsagePlanCommandOutput } from "./commands/GetUsagePlanCommand";
86
+ import { type GetUsagePlanKeyCommandInput, type GetUsagePlanKeyCommandOutput } from "./commands/GetUsagePlanKeyCommand";
87
+ import { type GetUsagePlanKeysCommandInput, type GetUsagePlanKeysCommandOutput } from "./commands/GetUsagePlanKeysCommand";
88
+ import { type GetUsagePlansCommandInput, type GetUsagePlansCommandOutput } from "./commands/GetUsagePlansCommand";
89
+ import { type GetVpcLinkCommandInput, type GetVpcLinkCommandOutput } from "./commands/GetVpcLinkCommand";
90
+ import { type GetVpcLinksCommandInput, type GetVpcLinksCommandOutput } from "./commands/GetVpcLinksCommand";
91
+ import { type ImportApiKeysCommandInput, type ImportApiKeysCommandOutput } from "./commands/ImportApiKeysCommand";
92
+ import { type ImportDocumentationPartsCommandInput, type ImportDocumentationPartsCommandOutput } from "./commands/ImportDocumentationPartsCommand";
93
+ import { type ImportRestApiCommandInput, type ImportRestApiCommandOutput } from "./commands/ImportRestApiCommand";
94
+ import { type PutGatewayResponseCommandInput, type PutGatewayResponseCommandOutput } from "./commands/PutGatewayResponseCommand";
95
+ import { type PutIntegrationCommandInput, type PutIntegrationCommandOutput } from "./commands/PutIntegrationCommand";
96
+ import { type PutIntegrationResponseCommandInput, type PutIntegrationResponseCommandOutput } from "./commands/PutIntegrationResponseCommand";
97
+ import { type PutMethodCommandInput, type PutMethodCommandOutput } from "./commands/PutMethodCommand";
98
+ import { type PutMethodResponseCommandInput, type PutMethodResponseCommandOutput } from "./commands/PutMethodResponseCommand";
99
+ import { type PutRestApiCommandInput, type PutRestApiCommandOutput } from "./commands/PutRestApiCommand";
100
+ import { type RejectDomainNameAccessAssociationCommandInput, type RejectDomainNameAccessAssociationCommandOutput } from "./commands/RejectDomainNameAccessAssociationCommand";
101
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
102
+ import { type TestInvokeAuthorizerCommandInput, type TestInvokeAuthorizerCommandOutput } from "./commands/TestInvokeAuthorizerCommand";
103
+ import { type TestInvokeMethodCommandInput, type TestInvokeMethodCommandOutput } from "./commands/TestInvokeMethodCommand";
104
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
105
+ import { type UpdateAccountCommandInput, type UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
106
+ import { type UpdateApiKeyCommandInput, type UpdateApiKeyCommandOutput } from "./commands/UpdateApiKeyCommand";
107
+ import { type UpdateAuthorizerCommandInput, type UpdateAuthorizerCommandOutput } from "./commands/UpdateAuthorizerCommand";
108
+ import { type UpdateBasePathMappingCommandInput, type UpdateBasePathMappingCommandOutput } from "./commands/UpdateBasePathMappingCommand";
109
+ import { type UpdateClientCertificateCommandInput, type UpdateClientCertificateCommandOutput } from "./commands/UpdateClientCertificateCommand";
110
+ import { type UpdateDeploymentCommandInput, type UpdateDeploymentCommandOutput } from "./commands/UpdateDeploymentCommand";
111
+ import { type UpdateDocumentationPartCommandInput, type UpdateDocumentationPartCommandOutput } from "./commands/UpdateDocumentationPartCommand";
112
+ import { type UpdateDocumentationVersionCommandInput, type UpdateDocumentationVersionCommandOutput } from "./commands/UpdateDocumentationVersionCommand";
113
+ import { type UpdateDomainNameCommandInput, type UpdateDomainNameCommandOutput } from "./commands/UpdateDomainNameCommand";
114
+ import { type UpdateGatewayResponseCommandInput, type UpdateGatewayResponseCommandOutput } from "./commands/UpdateGatewayResponseCommand";
115
+ import { type UpdateIntegrationCommandInput, type UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
116
+ import { type UpdateIntegrationResponseCommandInput, type UpdateIntegrationResponseCommandOutput } from "./commands/UpdateIntegrationResponseCommand";
117
+ import { type UpdateMethodCommandInput, type UpdateMethodCommandOutput } from "./commands/UpdateMethodCommand";
118
+ import { type UpdateMethodResponseCommandInput, type UpdateMethodResponseCommandOutput } from "./commands/UpdateMethodResponseCommand";
119
+ import { type UpdateModelCommandInput, type UpdateModelCommandOutput } from "./commands/UpdateModelCommand";
120
+ import { type UpdateRequestValidatorCommandInput, type UpdateRequestValidatorCommandOutput } from "./commands/UpdateRequestValidatorCommand";
121
+ import { type UpdateResourceCommandInput, type UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
122
+ import { type UpdateRestApiCommandInput, type UpdateRestApiCommandOutput } from "./commands/UpdateRestApiCommand";
123
+ import { type UpdateStageCommandInput, type UpdateStageCommandOutput } from "./commands/UpdateStageCommand";
124
+ import { type UpdateUsageCommandInput, type UpdateUsageCommandOutput } from "./commands/UpdateUsageCommand";
125
+ import { type UpdateUsagePlanCommandInput, type UpdateUsagePlanCommandOutput } from "./commands/UpdateUsagePlanCommand";
126
+ import { type UpdateVpcLinkCommandInput, type UpdateVpcLinkCommandOutput } from "./commands/UpdateVpcLinkCommand";
127
127
  export interface APIGateway {
128
128
  /**
129
129
  * @see {@link CreateApiKeyCommand}