@aws-sdk/client-api-gateway 3.40.0 → 3.45.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 (112) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/CreateApiKeyCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateRestApiCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateUsagePlanCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApiKeyCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteMethodCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteRestApiCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  36. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +1 -1
  37. package/dist-types/commands/FlushStageCacheCommand.d.ts +1 -1
  38. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +1 -1
  39. package/dist-types/commands/GetAccountCommand.d.ts +1 -1
  40. package/dist-types/commands/GetApiKeyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetApiKeysCommand.d.ts +1 -1
  42. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  43. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  44. package/dist-types/commands/GetBasePathMappingCommand.d.ts +1 -1
  45. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetClientCertificateCommand.d.ts +1 -1
  47. package/dist-types/commands/GetClientCertificatesCommand.d.ts +1 -1
  48. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  49. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  50. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  51. package/dist-types/commands/GetDomainNamesCommand.d.ts +1 -1
  52. package/dist-types/commands/GetExportCommand.d.ts +1 -1
  53. package/dist-types/commands/GetGatewayResponseCommand.d.ts +1 -1
  54. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +1 -1
  55. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  56. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  57. package/dist-types/commands/GetMethodCommand.d.ts +1 -1
  58. package/dist-types/commands/GetMethodResponseCommand.d.ts +1 -1
  59. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  60. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  61. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  62. package/dist-types/commands/GetRequestValidatorCommand.d.ts +1 -1
  63. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +1 -1
  64. package/dist-types/commands/GetResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/GetResourcesCommand.d.ts +1 -1
  66. package/dist-types/commands/GetRestApiCommand.d.ts +1 -1
  67. package/dist-types/commands/GetRestApisCommand.d.ts +1 -1
  68. package/dist-types/commands/GetSdkCommand.d.ts +1 -1
  69. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  70. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  71. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  72. package/dist-types/commands/GetUsageCommand.d.ts +1 -1
  73. package/dist-types/commands/GetUsagePlanCommand.d.ts +1 -1
  74. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +1 -1
  75. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +1 -1
  76. package/dist-types/commands/GetUsagePlansCommand.d.ts +1 -1
  77. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  78. package/dist-types/commands/GetVpcLinksCommand.d.ts +1 -1
  79. package/dist-types/commands/ImportApiKeysCommand.d.ts +1 -1
  80. package/dist-types/commands/ImportRestApiCommand.d.ts +1 -1
  81. package/dist-types/commands/PutGatewayResponseCommand.d.ts +1 -1
  82. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  83. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +1 -1
  84. package/dist-types/commands/PutMethodCommand.d.ts +1 -1
  85. package/dist-types/commands/PutMethodResponseCommand.d.ts +1 -1
  86. package/dist-types/commands/PutRestApiCommand.d.ts +1 -1
  87. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +1 -1
  89. package/dist-types/commands/TestInvokeMethodCommand.d.ts +1 -1
  90. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateApiKeyCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +1 -1
  95. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateMethodCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateRestApiCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateUsageCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  111. package/dist-types/models/models_0.d.ts +10 -7
  112. package/package.json +6 -6
@@ -20,7 +20,7 @@ export interface GetExportCommandOutput extends ExportResponse, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetExportCommandInput} for command's `input` shape.
22
22
  * @see {@link GetExportCommandOutput} 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 GetExportCommand extends $Command<GetExportCommandInput, GetExportCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetGatewayResponseCommandOutput extends GatewayResponse, __Meta
20
20
  *
21
21
  * @see {@link GetGatewayResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetGatewayResponseCommandOutput} 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 GetGatewayResponseCommand extends $Command<GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __Me
20
20
  *
21
21
  * @see {@link GetGatewayResponsesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetGatewayResponsesCommandOutput} 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 GetGatewayResponsesCommand extends $Command<GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationCommandOutput extends Integration, __MetadataBear
20
20
  *
21
21
  * @see {@link GetIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationCommandOutput} 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 GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetIntegrationResponseCommandOutput extends IntegrationResponse
20
20
  *
21
21
  * @see {@link GetIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetIntegrationResponseCommandOutput} 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 GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMethodCommandOutput extends Method, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetMethodCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMethodCommandOutput} 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 GetMethodCommand extends $Command<GetMethodCommandInput, GetMethodCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetMethodResponseCommandOutput extends MethodResponse, __Metada
20
20
  *
21
21
  * @see {@link GetMethodResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetMethodResponseCommandOutput} 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 GetMethodResponseCommand extends $Command<GetMethodResponseCommandInput, GetMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelCommandOutput extends Model, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetModelCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelCommandOutput} 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 GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelTemplateCommandOutput extends Template, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetModelTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelTemplateCommandOutput} 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 GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetModelsCommandOutput extends Models, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetModelsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetModelsCommandOutput} 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 GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRequestValidatorCommandOutput extends RequestValidator, __Me
20
20
  *
21
21
  * @see {@link GetRequestValidatorCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRequestValidatorCommandOutput} 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 GetRequestValidatorCommand extends $Command<GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRequestValidatorsCommandOutput extends RequestValidators, __
20
20
  *
21
21
  * @see {@link GetRequestValidatorsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRequestValidatorsCommandOutput} 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 GetRequestValidatorsCommand extends $Command<GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetResourceCommandOutput extends Resource, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link GetResourceCommandOutput} 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 GetResourceCommand extends $Command<GetResourceCommandInput, GetResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetResourcesCommandOutput extends Resources, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetResourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetResourcesCommandOutput} 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 GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetRestApiCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRestApiCommandOutput} 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 GetRestApiCommand extends $Command<GetRestApiCommandInput, GetRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetRestApisCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRestApisCommandOutput} 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 GetRestApisCommand extends $Command<GetRestApisCommandInput, GetRestApisCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSdkCommandOutput extends SdkResponse, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetSdkCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSdkCommandOutput} 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 GetSdkCommand extends $Command<GetSdkCommandInput, GetSdkCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStageCommandOutput extends Stage, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetStageCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStageCommandOutput} 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 GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetStagesCommandOutput extends Stages, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetStagesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetStagesCommandOutput} 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 GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTagsCommandOutput extends Tags, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetTagsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTagsCommandOutput} 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 GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUsageCommandOutput extends Usage, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetUsageCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUsageCommandOutput} 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 GetUsageCommand extends $Command<GetUsageCommandInput, GetUsageCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetUsagePlanCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUsagePlanCommandOutput} 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 GetUsagePlanCommand extends $Command<GetUsagePlanCommandInput, GetUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBe
20
20
  *
21
21
  * @see {@link GetUsagePlanKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUsagePlanKeyCommandOutput} 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 GetUsagePlanKeyCommand extends $Command<GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __Metadata
20
20
  *
21
21
  * @see {@link GetUsagePlanKeysCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUsagePlanKeysCommandOutput} 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 GetUsagePlanKeysCommand extends $Command<GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetUsagePlansCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUsagePlansCommandOutput} 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 GetUsagePlansCommand extends $Command<GetUsagePlansCommandInput, GetUsagePlansCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetVpcLinkCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVpcLinkCommandOutput} 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 GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetVpcLinksCommandInput} for command's `input` shape.
22
22
  * @see {@link GetVpcLinksCommandOutput} 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 GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer
20
20
  *
21
21
  * @see {@link ImportApiKeysCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportApiKeysCommandOutput} 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 ImportApiKeysCommand extends $Command<ImportApiKeysCommandInput, ImportApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {
20
20
  *
21
21
  * @see {@link ImportRestApiCommandInput} for command's `input` shape.
22
22
  * @see {@link ImportRestApiCommandOutput} 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 ImportRestApiCommand extends $Command<ImportRestApiCommandInput, ImportRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutGatewayResponseCommandOutput extends GatewayResponse, __Meta
20
20
  *
21
21
  * @see {@link PutGatewayResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link PutGatewayResponseCommandOutput} 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 PutGatewayResponseCommand extends $Command<PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutIntegrationCommandOutput extends Integration, __MetadataBear
20
20
  *
21
21
  * @see {@link PutIntegrationCommandInput} for command's `input` shape.
22
22
  * @see {@link PutIntegrationCommandOutput} 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 PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutIntegrationResponseCommandOutput extends IntegrationResponse
20
20
  *
21
21
  * @see {@link PutIntegrationResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link PutIntegrationResponseCommandOutput} 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 PutIntegrationResponseCommand extends $Command<PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutMethodCommandOutput extends Method, __MetadataBearer {
20
20
  *
21
21
  * @see {@link PutMethodCommandInput} for command's `input` shape.
22
22
  * @see {@link PutMethodCommandOutput} 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 PutMethodCommand extends $Command<PutMethodCommandInput, PutMethodCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PutMethodResponseCommandOutput extends MethodResponse, __Metada
20
20
  *
21
21
  * @see {@link PutMethodResponseCommandInput} for command's `input` shape.
22
22
  * @see {@link PutMethodResponseCommandOutput} 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 PutMethodResponseCommand extends $Command<PutMethodResponseCommandInput, PutMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
21
21
  *
22
22
  * @see {@link PutRestApiCommandInput} for command's `input` shape.
23
23
  * @see {@link PutRestApiCommandOutput} 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 PutRestApiCommand extends $Command<PutRestApiCommandInput, PutRestApiCommandOutput, APIGatewayClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link TagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link TagResourceCommandOutput} 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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, APIGatewayClientResolvedConfig> {
@@ -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> {