@aws-sdk/client-api-gateway 3.37.0 → 3.41.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 (135) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/commands/index.js +123 -0
  3. package/dist-cjs/endpoints.js +79 -5
  4. package/dist-cjs/index.js +4 -135
  5. package/dist-cjs/pagination/index.js +16 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/commands/index.js +120 -0
  9. package/dist-es/endpoints.js +79 -5
  10. package/dist-es/index.js +4 -135
  11. package/dist-es/pagination/index.js +13 -0
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/APIGatewayClient.d.ts +8 -0
  15. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  47. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -1
  48. package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -1
  49. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
  50. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  51. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
  52. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
  53. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  54. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  55. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
  56. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
  57. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
  58. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
  59. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  60. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  61. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  62. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  63. package/dist-types/commands/GetExportCommand.d.ts +1 -1
  64. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
  65. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
  66. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  67. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  68. package/dist-types/commands/GetMethodCommand.d.ts +1 -1
  69. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
  70. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  71. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  72. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
  74. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetResourceCommand.d.ts +1 -1
  76. package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
  78. package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
  79. package/dist-types/commands/GetSdkCommand.d.ts +1 -1
  80. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  81. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  82. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  83. package/dist-types/commands/GetUsageCommand.d.ts +1 -1
  84. package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -1
  85. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -1
  86. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -1
  87. package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -1
  88. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  89. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  90. package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -1
  91. package/dist-types/commands/ImportRestApiCommand.d.ts +1 -1
  92. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
  93. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  94. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -1
  95. package/dist-types/commands/PutMethodCommand.d.ts +1 -1
  96. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
  97. package/dist-types/commands/PutRestApiCommand.d.ts +1 -1
  98. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  99. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -1
  100. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
  101. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateUsageCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  122. package/dist-types/commands/index.d.ts +120 -0
  123. package/dist-types/index.d.ts +4 -135
  124. package/dist-types/pagination/index.d.ts +13 -0
  125. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  126. package/dist-types/runtimeConfig.d.ts +2 -0
  127. package/dist-types/runtimeConfig.native.d.ts +2 -0
  128. package/dist-types/ts3.4/APIGatewayClient.d.ts +4 -0
  129. package/dist-types/ts3.4/commands/index.d.ts +120 -0
  130. package/dist-types/ts3.4/index.d.ts +4 -135
  131. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  135. package/package.json +27 -27
@@ -24,7 +24,7 @@ export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR
24
24
  *
25
25
  * @see {@link TestInvokeAuthorizerCommandInput} for command's `input` shape.
26
26
  * @see {@link TestInvokeAuthorizerCommandOutput} for command's `response` shape.
27
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class TestInvokeAuthorizerCommand extends $Command<TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse,
20
20
  *
21
21
  * @see {@link TestInvokeMethodCommandInput} for command's `input` shape.
22
22
  * @see {@link TestInvokeMethodCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class TestInvokeMethodCommand extends $Command<TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateAccountCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAccountCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateApiKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBea
21
21
  *
22
22
  * @see {@link UpdateAuthorizerCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
24
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __M
20
20
  *
21
21
  * @see {@link UpdateBasePathMappingCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateBasePathMappingCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateBasePathMappingCommand extends $Command<UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateClientCertificateCommandOutput extends ClientCertificate,
20
20
  *
21
21
  * @see {@link UpdateClientCertificateCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateClientCertificateCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateClientCertificateCommand extends $Command<UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBea
20
20
  *
21
21
  * @see {@link UpdateDeploymentCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDomainNameCommandOutput extends DomainName, __MetadataBea
20
20
  *
21
21
  * @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateGatewayResponseCommandOutput extends GatewayResponse, __M
20
20
  *
21
21
  * @see {@link UpdateGatewayResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateGatewayResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateGatewayResponseCommand extends $Command<UpdateGatewayResponseCommandInput, UpdateGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIntegrationCommandOutput extends Integration, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIntegrationCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIntegrationCommand extends $Command<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateIntegrationResponseCommandOutput extends IntegrationRespo
20
20
  *
21
21
  * @see {@link UpdateIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIntegrationResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIntegrationResponseCommand extends $Command<UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateMethodCommandOutput extends Method, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateMethodCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateMethodCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateMethodCommand extends $Command<UpdateMethodCommandInput, UpdateMethodCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateMethodResponseCommandOutput extends MethodResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateMethodResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateMethodResponseCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateMethodResponseCommand extends $Command<UpdateMethodResponseCommandInput, UpdateMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateModelCommandOutput extends Model, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateModelCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateModelCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateModelCommand extends $Command<UpdateModelCommandInput, UpdateModelCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRequestValidatorCommandOutput extends RequestValidator, _
20
20
  *
21
21
  * @see {@link UpdateRequestValidatorCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRequestValidatorCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRequestValidatorCommand extends $Command<UpdateRequestValidatorCommandInput, UpdateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer
20
20
  *
21
21
  * @see {@link UpdateResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateResourceCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateRestApiCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateRestApiCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateRestApiCommand extends $Command<UpdateRestApiCommandInput, UpdateRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateStageCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateStageCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateUsageCommandOutput extends Usage, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateUsageCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateUsageCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateUsageCommand extends $Command<UpdateUsageCommandInput, UpdateUsageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare
20
20
  *
21
21
  * @see {@link UpdateUsagePlanCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateUsagePlanCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateUsagePlanCommand extends $Command<UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVpcLinkCommandOutput} for command's `response` shape.
23
- * @see {@link APIGatewayClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
@@ -0,0 +1,120 @@
1
+ export * from "./CreateApiKeyCommand";
2
+ export * from "./CreateAuthorizerCommand";
3
+ export * from "./CreateBasePathMappingCommand";
4
+ export * from "./CreateDeploymentCommand";
5
+ export * from "./CreateDocumentationPartCommand";
6
+ export * from "./CreateDocumentationVersionCommand";
7
+ export * from "./CreateDomainNameCommand";
8
+ export * from "./CreateModelCommand";
9
+ export * from "./CreateRequestValidatorCommand";
10
+ export * from "./CreateResourceCommand";
11
+ export * from "./CreateRestApiCommand";
12
+ export * from "./CreateStageCommand";
13
+ export * from "./CreateUsagePlanCommand";
14
+ export * from "./CreateUsagePlanKeyCommand";
15
+ export * from "./CreateVpcLinkCommand";
16
+ export * from "./DeleteApiKeyCommand";
17
+ export * from "./DeleteAuthorizerCommand";
18
+ export * from "./DeleteBasePathMappingCommand";
19
+ export * from "./DeleteClientCertificateCommand";
20
+ export * from "./DeleteDeploymentCommand";
21
+ export * from "./DeleteDocumentationPartCommand";
22
+ export * from "./DeleteDocumentationVersionCommand";
23
+ export * from "./DeleteDomainNameCommand";
24
+ export * from "./DeleteGatewayResponseCommand";
25
+ export * from "./DeleteIntegrationCommand";
26
+ export * from "./DeleteIntegrationResponseCommand";
27
+ export * from "./DeleteMethodCommand";
28
+ export * from "./DeleteMethodResponseCommand";
29
+ export * from "./DeleteModelCommand";
30
+ export * from "./DeleteRequestValidatorCommand";
31
+ export * from "./DeleteResourceCommand";
32
+ export * from "./DeleteRestApiCommand";
33
+ export * from "./DeleteStageCommand";
34
+ export * from "./DeleteUsagePlanCommand";
35
+ export * from "./DeleteUsagePlanKeyCommand";
36
+ export * from "./DeleteVpcLinkCommand";
37
+ export * from "./FlushStageAuthorizersCacheCommand";
38
+ export * from "./FlushStageCacheCommand";
39
+ export * from "./GenerateClientCertificateCommand";
40
+ export * from "./GetAccountCommand";
41
+ export * from "./GetApiKeyCommand";
42
+ export * from "./GetApiKeysCommand";
43
+ export * from "./GetAuthorizerCommand";
44
+ export * from "./GetAuthorizersCommand";
45
+ export * from "./GetBasePathMappingCommand";
46
+ export * from "./GetBasePathMappingsCommand";
47
+ export * from "./GetClientCertificateCommand";
48
+ export * from "./GetClientCertificatesCommand";
49
+ export * from "./GetDeploymentCommand";
50
+ export * from "./GetDeploymentsCommand";
51
+ export * from "./GetDocumentationPartCommand";
52
+ export * from "./GetDocumentationPartsCommand";
53
+ export * from "./GetDocumentationVersionCommand";
54
+ export * from "./GetDocumentationVersionsCommand";
55
+ export * from "./GetDomainNameCommand";
56
+ export * from "./GetDomainNamesCommand";
57
+ export * from "./GetExportCommand";
58
+ export * from "./GetGatewayResponseCommand";
59
+ export * from "./GetGatewayResponsesCommand";
60
+ export * from "./GetIntegrationCommand";
61
+ export * from "./GetIntegrationResponseCommand";
62
+ export * from "./GetMethodCommand";
63
+ export * from "./GetMethodResponseCommand";
64
+ export * from "./GetModelCommand";
65
+ export * from "./GetModelTemplateCommand";
66
+ export * from "./GetModelsCommand";
67
+ export * from "./GetRequestValidatorCommand";
68
+ export * from "./GetRequestValidatorsCommand";
69
+ export * from "./GetResourceCommand";
70
+ export * from "./GetResourcesCommand";
71
+ export * from "./GetRestApiCommand";
72
+ export * from "./GetRestApisCommand";
73
+ export * from "./GetSdkCommand";
74
+ export * from "./GetSdkTypeCommand";
75
+ export * from "./GetSdkTypesCommand";
76
+ export * from "./GetStageCommand";
77
+ export * from "./GetStagesCommand";
78
+ export * from "./GetTagsCommand";
79
+ export * from "./GetUsageCommand";
80
+ export * from "./GetUsagePlanCommand";
81
+ export * from "./GetUsagePlanKeyCommand";
82
+ export * from "./GetUsagePlanKeysCommand";
83
+ export * from "./GetUsagePlansCommand";
84
+ export * from "./GetVpcLinkCommand";
85
+ export * from "./GetVpcLinksCommand";
86
+ export * from "./ImportApiKeysCommand";
87
+ export * from "./ImportDocumentationPartsCommand";
88
+ export * from "./ImportRestApiCommand";
89
+ export * from "./PutGatewayResponseCommand";
90
+ export * from "./PutIntegrationCommand";
91
+ export * from "./PutIntegrationResponseCommand";
92
+ export * from "./PutMethodCommand";
93
+ export * from "./PutMethodResponseCommand";
94
+ export * from "./PutRestApiCommand";
95
+ export * from "./TagResourceCommand";
96
+ export * from "./TestInvokeAuthorizerCommand";
97
+ export * from "./TestInvokeMethodCommand";
98
+ export * from "./UntagResourceCommand";
99
+ export * from "./UpdateAccountCommand";
100
+ export * from "./UpdateApiKeyCommand";
101
+ export * from "./UpdateAuthorizerCommand";
102
+ export * from "./UpdateBasePathMappingCommand";
103
+ export * from "./UpdateClientCertificateCommand";
104
+ export * from "./UpdateDeploymentCommand";
105
+ export * from "./UpdateDocumentationPartCommand";
106
+ export * from "./UpdateDocumentationVersionCommand";
107
+ export * from "./UpdateDomainNameCommand";
108
+ export * from "./UpdateGatewayResponseCommand";
109
+ export * from "./UpdateIntegrationCommand";
110
+ export * from "./UpdateIntegrationResponseCommand";
111
+ export * from "./UpdateMethodCommand";
112
+ export * from "./UpdateMethodResponseCommand";
113
+ export * from "./UpdateModelCommand";
114
+ export * from "./UpdateRequestValidatorCommand";
115
+ export * from "./UpdateResourceCommand";
116
+ export * from "./UpdateRestApiCommand";
117
+ export * from "./UpdateStageCommand";
118
+ export * from "./UpdateUsageCommand";
119
+ export * from "./UpdateUsagePlanCommand";
120
+ export * from "./UpdateVpcLinkCommand";
@@ -1,136 +1,5 @@
1
- export * from "./APIGatewayClient";
2
1
  export * from "./APIGateway";
3
- export * from "./commands/CreateApiKeyCommand";
4
- export * from "./commands/CreateAuthorizerCommand";
5
- export * from "./commands/CreateBasePathMappingCommand";
6
- export * from "./commands/CreateDeploymentCommand";
7
- export * from "./commands/CreateDocumentationPartCommand";
8
- export * from "./commands/CreateDocumentationVersionCommand";
9
- export * from "./commands/CreateDomainNameCommand";
10
- export * from "./commands/CreateModelCommand";
11
- export * from "./commands/CreateRequestValidatorCommand";
12
- export * from "./commands/CreateResourceCommand";
13
- export * from "./commands/CreateRestApiCommand";
14
- export * from "./commands/CreateStageCommand";
15
- export * from "./commands/CreateUsagePlanCommand";
16
- export * from "./commands/CreateUsagePlanKeyCommand";
17
- export * from "./commands/CreateVpcLinkCommand";
18
- export * from "./commands/DeleteApiKeyCommand";
19
- export * from "./commands/DeleteAuthorizerCommand";
20
- export * from "./commands/DeleteBasePathMappingCommand";
21
- export * from "./commands/DeleteClientCertificateCommand";
22
- export * from "./commands/DeleteDeploymentCommand";
23
- export * from "./commands/DeleteDocumentationPartCommand";
24
- export * from "./commands/DeleteDocumentationVersionCommand";
25
- export * from "./commands/DeleteDomainNameCommand";
26
- export * from "./commands/DeleteGatewayResponseCommand";
27
- export * from "./commands/DeleteIntegrationCommand";
28
- export * from "./commands/DeleteIntegrationResponseCommand";
29
- export * from "./commands/DeleteMethodCommand";
30
- export * from "./commands/DeleteMethodResponseCommand";
31
- export * from "./commands/DeleteModelCommand";
32
- export * from "./commands/DeleteRequestValidatorCommand";
33
- export * from "./commands/DeleteResourceCommand";
34
- export * from "./commands/DeleteRestApiCommand";
35
- export * from "./commands/DeleteStageCommand";
36
- export * from "./commands/DeleteUsagePlanCommand";
37
- export * from "./commands/DeleteUsagePlanKeyCommand";
38
- export * from "./commands/DeleteVpcLinkCommand";
39
- export * from "./commands/FlushStageAuthorizersCacheCommand";
40
- export * from "./commands/FlushStageCacheCommand";
41
- export * from "./commands/GenerateClientCertificateCommand";
42
- export * from "./commands/GetAccountCommand";
43
- export * from "./commands/GetApiKeyCommand";
44
- export * from "./commands/GetApiKeysCommand";
45
- export * from "./pagination/GetApiKeysPaginator";
46
- export * from "./commands/GetAuthorizerCommand";
47
- export * from "./commands/GetAuthorizersCommand";
48
- export * from "./commands/GetBasePathMappingCommand";
49
- export * from "./commands/GetBasePathMappingsCommand";
50
- export * from "./pagination/GetBasePathMappingsPaginator";
51
- export * from "./commands/GetClientCertificateCommand";
52
- export * from "./commands/GetClientCertificatesCommand";
53
- export * from "./pagination/GetClientCertificatesPaginator";
54
- export * from "./commands/GetDeploymentCommand";
55
- export * from "./commands/GetDeploymentsCommand";
56
- export * from "./pagination/GetDeploymentsPaginator";
57
- export * from "./commands/GetDocumentationPartCommand";
58
- export * from "./commands/GetDocumentationPartsCommand";
59
- export * from "./commands/GetDocumentationVersionCommand";
60
- export * from "./commands/GetDocumentationVersionsCommand";
61
- export * from "./commands/GetDomainNameCommand";
62
- export * from "./commands/GetDomainNamesCommand";
63
- export * from "./pagination/GetDomainNamesPaginator";
64
- export * from "./commands/GetExportCommand";
65
- export * from "./commands/GetGatewayResponseCommand";
66
- export * from "./commands/GetGatewayResponsesCommand";
67
- export * from "./commands/GetIntegrationCommand";
68
- export * from "./commands/GetIntegrationResponseCommand";
69
- export * from "./commands/GetMethodCommand";
70
- export * from "./commands/GetMethodResponseCommand";
71
- export * from "./commands/GetModelCommand";
72
- export * from "./commands/GetModelsCommand";
73
- export * from "./pagination/GetModelsPaginator";
74
- export * from "./commands/GetModelTemplateCommand";
75
- export * from "./commands/GetRequestValidatorCommand";
76
- export * from "./commands/GetRequestValidatorsCommand";
77
- export * from "./commands/GetResourceCommand";
78
- export * from "./commands/GetResourcesCommand";
79
- export * from "./pagination/GetResourcesPaginator";
80
- export * from "./commands/GetRestApiCommand";
81
- export * from "./commands/GetRestApisCommand";
82
- export * from "./pagination/GetRestApisPaginator";
83
- export * from "./commands/GetSdkCommand";
84
- export * from "./commands/GetSdkTypeCommand";
85
- export * from "./commands/GetSdkTypesCommand";
86
- export * from "./commands/GetStageCommand";
87
- export * from "./commands/GetStagesCommand";
88
- export * from "./commands/GetTagsCommand";
89
- export * from "./commands/GetUsageCommand";
90
- export * from "./pagination/GetUsagePaginator";
91
- export * from "./commands/GetUsagePlanCommand";
92
- export * from "./commands/GetUsagePlanKeyCommand";
93
- export * from "./commands/GetUsagePlanKeysCommand";
94
- export * from "./pagination/GetUsagePlanKeysPaginator";
95
- export * from "./commands/GetUsagePlansCommand";
96
- export * from "./pagination/GetUsagePlansPaginator";
97
- export * from "./commands/GetVpcLinkCommand";
98
- export * from "./commands/GetVpcLinksCommand";
99
- export * from "./pagination/GetVpcLinksPaginator";
100
- export * from "./commands/ImportApiKeysCommand";
101
- export * from "./commands/ImportDocumentationPartsCommand";
102
- export * from "./commands/ImportRestApiCommand";
103
- export * from "./commands/PutGatewayResponseCommand";
104
- export * from "./commands/PutIntegrationCommand";
105
- export * from "./commands/PutIntegrationResponseCommand";
106
- export * from "./commands/PutMethodCommand";
107
- export * from "./commands/PutMethodResponseCommand";
108
- export * from "./commands/PutRestApiCommand";
109
- export * from "./commands/TagResourceCommand";
110
- export * from "./commands/TestInvokeAuthorizerCommand";
111
- export * from "./commands/TestInvokeMethodCommand";
112
- export * from "./commands/UntagResourceCommand";
113
- export * from "./commands/UpdateAccountCommand";
114
- export * from "./commands/UpdateApiKeyCommand";
115
- export * from "./commands/UpdateAuthorizerCommand";
116
- export * from "./commands/UpdateBasePathMappingCommand";
117
- export * from "./commands/UpdateClientCertificateCommand";
118
- export * from "./commands/UpdateDeploymentCommand";
119
- export * from "./commands/UpdateDocumentationPartCommand";
120
- export * from "./commands/UpdateDocumentationVersionCommand";
121
- export * from "./commands/UpdateDomainNameCommand";
122
- export * from "./commands/UpdateGatewayResponseCommand";
123
- export * from "./commands/UpdateIntegrationCommand";
124
- export * from "./commands/UpdateIntegrationResponseCommand";
125
- export * from "./commands/UpdateMethodCommand";
126
- export * from "./commands/UpdateMethodResponseCommand";
127
- export * from "./commands/UpdateModelCommand";
128
- export * from "./commands/UpdateRequestValidatorCommand";
129
- export * from "./commands/UpdateResourceCommand";
130
- export * from "./commands/UpdateRestApiCommand";
131
- export * from "./commands/UpdateStageCommand";
132
- export * from "./commands/UpdateUsageCommand";
133
- export * from "./commands/UpdateUsagePlanCommand";
134
- export * from "./commands/UpdateVpcLinkCommand";
135
- export * from "./pagination/Interfaces";
136
- export * from "./models/index";
2
+ export * from "./APIGatewayClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,13 @@
1
+ export * from "./GetApiKeysPaginator";
2
+ export * from "./GetBasePathMappingsPaginator";
3
+ export * from "./GetClientCertificatesPaginator";
4
+ export * from "./GetDeploymentsPaginator";
5
+ export * from "./GetDomainNamesPaginator";
6
+ export * from "./GetModelsPaginator";
7
+ export * from "./GetResourcesPaginator";
8
+ export * from "./GetRestApisPaginator";
9
+ export * from "./GetUsagePaginator";
10
+ export * from "./GetUsagePlanKeysPaginator";
11
+ export * from "./Interfaces";
12
+ export * from "./GetUsagePlansPaginator";
13
+ export * from "./GetVpcLinksPaginator";
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: APIGatewayClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -158,6 +158,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
158
158
 
159
159
  logger?: __Logger;
160
160
 
161
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
162
+
163
+ useFipsEndpoint?: boolean | __Provider<boolean>;
164
+
161
165
  serviceId?: string;
162
166
 
163
167
  region?: string | __Provider<string>;