@aws-sdk/client-apigatewayv2 3.799.0 → 3.804.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist-types/commands/CreateApiCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateApiMappingCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateDomainNameCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateIntegrationCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateModelCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRouteResponseCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateStageCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateVpcLinkCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteApiCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteApiMappingCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDeploymentCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDomainNameCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteStageCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +1 -1
  29. package/dist-types/commands/ExportApiCommand.d.ts +1 -1
  30. package/dist-types/commands/GetApiCommand.d.ts +1 -1
  31. package/dist-types/commands/GetApiMappingCommand.d.ts +1 -1
  32. package/dist-types/commands/GetApiMappingsCommand.d.ts +1 -1
  33. package/dist-types/commands/GetAuthorizerCommand.d.ts +1 -1
  34. package/dist-types/commands/GetAuthorizersCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDeploymentCommand.d.ts +1 -1
  36. package/dist-types/commands/GetDeploymentsCommand.d.ts +1 -1
  37. package/dist-types/commands/GetDomainNameCommand.d.ts +1 -1
  38. package/dist-types/commands/GetIntegrationCommand.d.ts +1 -1
  39. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +1 -1
  40. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +1 -1
  41. package/dist-types/commands/GetIntegrationsCommand.d.ts +1 -1
  42. package/dist-types/commands/GetModelCommand.d.ts +1 -1
  43. package/dist-types/commands/GetModelTemplateCommand.d.ts +1 -1
  44. package/dist-types/commands/GetModelsCommand.d.ts +1 -1
  45. package/dist-types/commands/GetRouteCommand.d.ts +1 -1
  46. package/dist-types/commands/GetRouteResponseCommand.d.ts +1 -1
  47. package/dist-types/commands/GetRouteResponsesCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRoutesCommand.d.ts +1 -1
  49. package/dist-types/commands/GetStageCommand.d.ts +1 -1
  50. package/dist-types/commands/GetStagesCommand.d.ts +1 -1
  51. package/dist-types/commands/GetTagsCommand.d.ts +1 -1
  52. package/dist-types/commands/GetVpcLinkCommand.d.ts +1 -1
  53. package/dist-types/commands/ImportApiCommand.d.ts +1 -1
  54. package/dist-types/commands/ReimportApiCommand.d.ts +1 -1
  55. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +1 -1
  56. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  57. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateApiCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateApiMappingCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateDeploymentCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateDomainNameCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateModelCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateRouteCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateStageCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +1 -1
  70. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  71. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  72. package/dist-types/runtimeConfig.d.ts +16 -16
  73. package/dist-types/runtimeConfig.native.d.ts +18 -18
  74. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  75. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  145. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  146. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  147. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  148. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  149. package/package.json +20 -20
@@ -23,7 +23,7 @@ export interface CreateApiCommandOutput extends CreateApiResponse, __MetadataBea
23
23
  }
24
24
  declare const CreateApiCommand_base: {
25
25
  new (input: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCommandInput, CreateApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateApiMappingCommandOutput extends CreateApiMappingResponse,
23
23
  }
24
24
  declare const CreateApiMappingCommand_base: {
25
25
  new (input: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiMappingCommandInput, CreateApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAuthorizerCommandOutput extends CreateAuthorizerResponse,
23
23
  }
24
24
  declare const CreateAuthorizerCommand_base: {
25
25
  new (input: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
23
23
  }
24
24
  declare const CreateDeploymentCommand_base: {
25
25
  new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
23
23
  }
24
24
  declare const CreateDomainNameCommand_base: {
25
25
  new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateIntegrationCommandOutput extends CreateIntegrationResult,
23
23
  }
24
24
  declare const CreateIntegrationCommand_base: {
25
25
  new (input: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationCommandInput, CreateIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateIntegrationResponseCommandOutput extends CreateIntegratio
23
23
  }
24
24
  declare const CreateIntegrationResponseCommand_base: {
25
25
  new (input: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateModelCommandOutput extends CreateModelResponse, __Metadat
23
23
  }
24
24
  declare const CreateModelCommand_base: {
25
25
  new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateModelCommandInput, CreateModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataB
23
23
  }
24
24
  declare const CreateRouteCommand_base: {
25
25
  new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRouteCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteCommandInput, CreateRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateRouteResponseCommandOutput extends CreateRouteResponseRes
23
23
  }
24
24
  declare const CreateRouteResponseCommand_base: {
25
25
  new (input: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRouteResponseCommandInput, CreateRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateStageCommandOutput extends CreateStageResponse, __Metadat
23
23
  }
24
24
  declare const CreateStageCommand_base: {
25
25
  new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateStageCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStageCommandInput, CreateStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __Met
23
23
  }
24
24
  declare const CreateVpcLinkCommand_base: {
25
25
  new (input: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccessLogSettingsCommand_base: {
25
25
  new (input: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessLogSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessLogSettingsCommandInput, DeleteAccessLogSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApiCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteApiCommand_base: {
25
25
  new (input: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCommandInput, DeleteApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteApiMappingCommand_base: {
25
25
  new (input: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiMappingCommandInput, DeleteApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAuthorizerCommand_base: {
25
25
  new (input: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCorsConfigurationCommand_base: {
25
25
  new (input: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCorsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsConfigurationCommandInput, DeleteCorsConfigurationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDeploymentCommand_base: {
25
25
  new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteDomainNameCommand_base: {
25
25
  new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteIntegrationCommand_base: {
25
25
  new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const DeleteIntegrationResponseCommand_base: {
25
25
  new (input: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteModelCommand_base: {
25
25
  new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteModelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteModelCommandInput, DeleteModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRouteCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRouteCommand_base: {
25
25
  new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteCommandInput, DeleteRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBear
23
23
  }
24
24
  declare const DeleteRouteRequestParameterCommand_base: {
25
25
  new (input: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteRequestParameterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteRequestParameterCommandInput, DeleteRouteRequestParameterCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRouteResponseCommand_base: {
25
25
  new (input: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteResponseCommandInput, DeleteRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRouteSettingsCommand_base: {
25
25
  new (input: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRouteSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRouteSettingsCommandInput, DeleteRouteSettingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteStageCommand_base: {
25
25
  new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteStageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStageCommandInput, DeleteStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __Met
23
23
  }
24
24
  declare const DeleteVpcLinkCommand_base: {
25
25
  new (input: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -30,7 +30,7 @@ export interface ExportApiCommandOutput extends ExportApiCommandOutputType, __Me
30
30
  }
31
31
  declare const ExportApiCommand_base: {
32
32
  new (input: ExportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
- new (__0_0: ExportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
33
+ new (input: ExportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
36
  /**
@@ -23,7 +23,7 @@ export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetApiCommand_base: {
25
25
  new (input: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiCommandInput, GetApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __Met
23
23
  }
24
24
  declare const GetApiMappingCommand_base: {
25
25
  new (input: GetApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetApiMappingCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingCommandInput, GetApiMappingCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __M
23
23
  }
24
24
  declare const GetApiMappingsCommand_base: {
25
25
  new (input: GetApiMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetApiMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetApiMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApiMappingsCommandInput, GetApiMappingsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __Met
23
23
  }
24
24
  declare const GetAuthorizerCommand_base: {
25
25
  new (input: GetAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAuthorizerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __M
23
23
  }
24
24
  declare const GetAuthorizersCommand_base: {
25
25
  new (input: GetAuthorizersCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAuthorizersCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAuthorizersCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __Met
23
23
  }
24
24
  declare const GetDeploymentCommand_base: {
25
25
  new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __M
23
23
  }
24
24
  declare const GetDeploymentsCommand_base: {
25
25
  new (input: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
23
23
  }
24
24
  declare const GetDomainNameCommand_base: {
25
25
  new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __Met
23
23
  }
24
24
  declare const GetIntegrationCommand_base: {
25
25
  new (input: GetIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIntegrationResponseCommandOutput extends GetIntegrationRespo
23
23
  }
24
24
  declare const GetIntegrationResponseCommand_base: {
25
25
  new (input: GetIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntegrationResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResp
23
23
  }
24
24
  declare const GetIntegrationResponsesCommand_base: {
25
25
  new (input: GetIntegrationResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIntegrationResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntegrationResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationResponsesCommandInput, GetIntegrationResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, _
23
23
  }
24
24
  declare const GetIntegrationsCommand_base: {
25
25
  new (input: GetIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetIntegrationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetIntegrationsCommandInput, GetIntegrationsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBeare
23
23
  }
24
24
  declare const GetModelCommand_base: {
25
25
  new (input: GetModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelCommandInput, GetModelCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse,
23
23
  }
24
24
  declare const GetModelTemplateCommand_base: {
25
25
  new (input: GetModelTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetModelTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetModelTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetModelsCommandOutput extends GetModelsResponse, __MetadataBea
23
23
  }
24
24
  declare const GetModelsCommand_base: {
25
25
  new (input: GetModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetModelsCommandInput): import("@smithy/smithy-client").CommandImpl<GetModelsCommandInput, GetModelsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteCommandOutput extends GetRouteResult, __MetadataBearer
23
23
  }
24
24
  declare const GetRouteCommand_base: {
25
25
  new (input: GetRouteCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteCommandInput, GetRouteCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteResponseCommandOutput extends GetRouteResponseResponse,
23
23
  }
24
24
  declare const GetRouteResponseCommand_base: {
25
25
  new (input: GetRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteResponseCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponseCommandInput, GetRouteResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRouteResponsesCommandOutput extends GetRouteResponsesRespons
23
23
  }
24
24
  declare const GetRouteResponsesCommand_base: {
25
25
  new (input: GetRouteResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRouteResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRouteResponsesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRouteResponsesCommandInput, GetRouteResponsesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetRoutesCommandOutput extends GetRoutesResponse, __MetadataBea
23
23
  }
24
24
  declare const GetRoutesCommand_base: {
25
25
  new (input: GetRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetRoutesCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoutesCommandInput, GetRoutesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetStageCommandOutput extends GetStageResponse, __MetadataBeare
23
23
  }
24
24
  declare const GetStageCommand_base: {
25
25
  new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetStageCommandInput): import("@smithy/smithy-client").CommandImpl<GetStageCommandInput, GetStageCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetStagesCommandOutput extends GetStagesResponse, __MetadataBea
23
23
  }
24
24
  declare const GetStagesCommand_base: {
25
25
  new (input: GetStagesCommandInput): import("@smithy/smithy-client").CommandImpl<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetStagesCommandInput): import("@smithy/smithy-client").CommandImpl<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetStagesCommandInput): import("@smithy/smithy-client").CommandImpl<GetStagesCommandInput, GetStagesCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetTagsCommandOutput extends GetTagsResponse, __MetadataBearer
23
23
  }
24
24
  declare const GetTagsCommand_base: {
25
25
  new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<GetTagsCommandInput, GetTagsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetVpcLinkCommandOutput extends GetVpcLinkResponse, __MetadataB
23
23
  }
24
24
  declare const GetVpcLinkCommand_base: {
25
25
  new (input: GetVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetVpcLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportApiCommandOutput extends ImportApiResponse, __MetadataBea
23
23
  }
24
24
  declare const ImportApiCommand_base: {
25
25
  new (input: ImportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportApiCommandInput): import("@smithy/smithy-client").CommandImpl<ImportApiCommandInput, ImportApiCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**