@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
@@ -21,7 +21,7 @@ declare const DeleteModelCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeleteModelCommandInput
24
+ input: DeleteModelCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeleteModelCommandInput,
27
27
  DeleteModelCommandOutput,
@@ -21,7 +21,7 @@ declare const DeleteRouteCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeleteRouteCommandInput
24
+ input: DeleteRouteCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeleteRouteCommandInput,
27
27
  DeleteRouteCommandOutput,
@@ -23,7 +23,7 @@ declare const DeleteRouteRequestParameterCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: DeleteRouteRequestParameterCommandInput
26
+ input: DeleteRouteRequestParameterCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  DeleteRouteRequestParameterCommandInput,
29
29
  DeleteRouteRequestParameterCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteRouteResponseCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteRouteResponseCommandInput
25
+ input: DeleteRouteResponseCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteRouteResponseCommandInput,
28
28
  DeleteRouteResponseCommandOutput,
@@ -22,7 +22,7 @@ declare const DeleteRouteSettingsCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: DeleteRouteSettingsCommandInput
25
+ input: DeleteRouteSettingsCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  DeleteRouteSettingsCommandInput,
28
28
  DeleteRouteSettingsCommandOutput,
@@ -21,7 +21,7 @@ declare const DeleteStageCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: DeleteStageCommandInput
24
+ input: DeleteStageCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  DeleteStageCommandInput,
27
27
  DeleteStageCommandOutput,
@@ -26,7 +26,7 @@ declare const DeleteVpcLinkCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: DeleteVpcLinkCommandInput
29
+ input: DeleteVpcLinkCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  DeleteVpcLinkCommandInput,
32
32
  DeleteVpcLinkCommandOutput,
@@ -30,7 +30,7 @@ declare const ExportApiCommand_base: {
30
30
  ServiceOutputTypes
31
31
  >;
32
32
  new (
33
- __0_0: ExportApiCommandInput
33
+ input: ExportApiCommandInput
34
34
  ): import("@smithy/smithy-client").CommandImpl<
35
35
  ExportApiCommandInput,
36
36
  ExportApiCommandOutput,
@@ -18,7 +18,7 @@ declare const GetApiCommand_base: {
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (__0_0: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<
22
22
  GetApiCommandInput,
23
23
  GetApiCommandOutput,
24
24
  ApiGatewayV2ClientResolvedConfig,
@@ -26,7 +26,7 @@ declare const GetApiMappingCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetApiMappingCommandInput
29
+ input: GetApiMappingCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetApiMappingCommandInput,
32
32
  GetApiMappingCommandOutput,
@@ -26,7 +26,7 @@ declare const GetApiMappingsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetApiMappingsCommandInput
29
+ input: GetApiMappingsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetApiMappingsCommandInput,
32
32
  GetApiMappingsCommandOutput,
@@ -26,7 +26,7 @@ declare const GetAuthorizerCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetAuthorizerCommandInput
29
+ input: GetAuthorizerCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetAuthorizerCommandInput,
32
32
  GetAuthorizerCommandOutput,
@@ -26,7 +26,7 @@ declare const GetAuthorizersCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetAuthorizersCommandInput
29
+ input: GetAuthorizersCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetAuthorizersCommandInput,
32
32
  GetAuthorizersCommandOutput,
@@ -26,7 +26,7 @@ declare const GetDeploymentCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetDeploymentCommandInput
29
+ input: GetDeploymentCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetDeploymentCommandInput,
32
32
  GetDeploymentCommandOutput,
@@ -26,7 +26,7 @@ declare const GetDeploymentsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetDeploymentsCommandInput
29
+ input: GetDeploymentsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetDeploymentsCommandInput,
32
32
  GetDeploymentsCommandOutput,
@@ -26,7 +26,7 @@ declare const GetDomainNameCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetDomainNameCommandInput
29
+ input: GetDomainNameCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetDomainNameCommandInput,
32
32
  GetDomainNameCommandOutput,
@@ -26,7 +26,7 @@ declare const GetIntegrationCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetIntegrationCommandInput
29
+ input: GetIntegrationCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetIntegrationCommandInput,
32
32
  GetIntegrationCommandOutput,
@@ -27,7 +27,7 @@ declare const GetIntegrationResponseCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetIntegrationResponseCommandInput
30
+ input: GetIntegrationResponseCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetIntegrationResponseCommandInput,
33
33
  GetIntegrationResponseCommandOutput,
@@ -27,7 +27,7 @@ declare const GetIntegrationResponsesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetIntegrationResponsesCommandInput
30
+ input: GetIntegrationResponsesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetIntegrationResponsesCommandInput,
33
33
  GetIntegrationResponsesCommandOutput,
@@ -26,7 +26,7 @@ declare const GetIntegrationsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetIntegrationsCommandInput
29
+ input: GetIntegrationsCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetIntegrationsCommandInput,
32
32
  GetIntegrationsCommandOutput,
@@ -23,7 +23,7 @@ declare const GetModelCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetModelCommandInput
26
+ input: GetModelCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetModelCommandInput,
29
29
  GetModelCommandOutput,
@@ -26,7 +26,7 @@ declare const GetModelTemplateCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetModelTemplateCommandInput
29
+ input: GetModelTemplateCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetModelTemplateCommandInput,
32
32
  GetModelTemplateCommandOutput,
@@ -23,7 +23,7 @@ declare const GetModelsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetModelsCommandInput
26
+ input: GetModelsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetModelsCommandInput,
29
29
  GetModelsCommandOutput,
@@ -23,7 +23,7 @@ declare const GetRouteCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetRouteCommandInput
26
+ input: GetRouteCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetRouteCommandInput,
29
29
  GetRouteCommandOutput,
@@ -26,7 +26,7 @@ declare const GetRouteResponseCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: GetRouteResponseCommandInput
29
+ input: GetRouteResponseCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  GetRouteResponseCommandInput,
32
32
  GetRouteResponseCommandOutput,
@@ -27,7 +27,7 @@ declare const GetRouteResponsesCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: GetRouteResponsesCommandInput
30
+ input: GetRouteResponsesCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  GetRouteResponsesCommandInput,
33
33
  GetRouteResponsesCommandOutput,
@@ -23,7 +23,7 @@ declare const GetRoutesCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetRoutesCommandInput
26
+ input: GetRoutesCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetRoutesCommandInput,
29
29
  GetRoutesCommandOutput,
@@ -23,7 +23,7 @@ declare const GetStageCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetStageCommandInput
26
+ input: GetStageCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetStageCommandInput,
29
29
  GetStageCommandOutput,
@@ -23,7 +23,7 @@ declare const GetStagesCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetStagesCommandInput
26
+ input: GetStagesCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetStagesCommandInput,
29
29
  GetStagesCommandOutput,
@@ -20,7 +20,7 @@ declare const GetTagsCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
- new (__0_0: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
24
24
  GetTagsCommandInput,
25
25
  GetTagsCommandOutput,
26
26
  ApiGatewayV2ClientResolvedConfig,
@@ -23,7 +23,7 @@ declare const GetVpcLinkCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: GetVpcLinkCommandInput
26
+ input: GetVpcLinkCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  GetVpcLinkCommandInput,
29
29
  GetVpcLinkCommandOutput,
@@ -23,7 +23,7 @@ declare const ImportApiCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ImportApiCommandInput
26
+ input: ImportApiCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ImportApiCommandInput,
29
29
  ImportApiCommandOutput,
@@ -23,7 +23,7 @@ declare const ReimportApiCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: ReimportApiCommandInput
26
+ input: ReimportApiCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  ReimportApiCommandInput,
29
29
  ReimportApiCommandOutput,
@@ -22,7 +22,7 @@ declare const ResetAuthorizersCacheCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: ResetAuthorizersCacheCommandInput
25
+ input: ResetAuthorizersCacheCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  ResetAuthorizersCacheCommandInput,
28
28
  ResetAuthorizersCacheCommandOutput,
@@ -23,7 +23,7 @@ declare const TagResourceCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: TagResourceCommandInput
26
+ input: TagResourceCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
@@ -21,7 +21,7 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: UntagResourceCommandInput
24
+ input: UntagResourceCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  UntagResourceCommandInput,
27
27
  UntagResourceCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateApiCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateApiCommandInput
26
+ input: UpdateApiCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateApiCommandInput,
29
29
  UpdateApiCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateApiMappingCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateApiMappingCommandInput
29
+ input: UpdateApiMappingCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateApiMappingCommandInput,
32
32
  UpdateApiMappingCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateAuthorizerCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateAuthorizerCommandInput
29
+ input: UpdateAuthorizerCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateAuthorizerCommandInput,
32
32
  UpdateAuthorizerCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateDeploymentCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateDeploymentCommandInput
29
+ input: UpdateDeploymentCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateDeploymentCommandInput,
32
32
  UpdateDeploymentCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateDomainNameCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateDomainNameCommandInput
29
+ input: UpdateDomainNameCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateDomainNameCommandInput,
32
32
  UpdateDomainNameCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateIntegrationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateIntegrationCommandInput
30
+ input: UpdateIntegrationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateIntegrationCommandInput,
33
33
  UpdateIntegrationCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateIntegrationResponseCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateIntegrationResponseCommandInput
30
+ input: UpdateIntegrationResponseCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateIntegrationResponseCommandInput,
33
33
  UpdateIntegrationResponseCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateModelCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateModelCommandInput
26
+ input: UpdateModelCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateModelCommandInput,
29
29
  UpdateModelCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateRouteCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateRouteCommandInput
26
+ input: UpdateRouteCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateRouteCommandInput,
29
29
  UpdateRouteCommandOutput,
@@ -27,7 +27,7 @@ declare const UpdateRouteResponseCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: UpdateRouteResponseCommandInput
30
+ input: UpdateRouteResponseCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  UpdateRouteResponseCommandInput,
33
33
  UpdateRouteResponseCommandOutput,
@@ -23,7 +23,7 @@ declare const UpdateStageCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: UpdateStageCommandInput
26
+ input: UpdateStageCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  UpdateStageCommandInput,
29
29
  UpdateStageCommandOutput,
@@ -26,7 +26,7 @@ declare const UpdateVpcLinkCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UpdateVpcLinkCommandInput
29
+ input: UpdateVpcLinkCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UpdateVpcLinkCommandInput,
32
32
  UpdateVpcLinkCommandOutput,
@@ -21,10 +21,7 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
21
21
  };
22
22
  export declare const resolveClientEndpointParameters: <T>(
23
23
  options: T & ClientInputEndpointParameters
24
- ) => T &
25
- ClientInputEndpointParameters & {
26
- defaultSigningName: string;
27
- };
24
+ ) => T & ClientResolvedEndpointParameters;
28
25
  export declare const commonParams: {
29
26
  readonly UseFIPS: {
30
27
  readonly type: "builtInParams";
@@ -12,9 +12,7 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
12
12
  _: unknown
13
13
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
14
  defaultUserAgentProvider: (
15
- config?:
16
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
17
- | undefined
15
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
18
16
  ) => Promise<import("@smithy/types").UserAgent>;
19
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
18
  region: string | import("@smithy/types").Provider<any>;
@@ -30,23 +28,22 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
30
28
  cacheMiddleware?: boolean | undefined;
31
29
  urlParser: import("@smithy/types").UrlParser;
32
30
  base64Decoder: import("@smithy/types").Decoder;
33
- base64Encoder: (_input: string | Uint8Array) => string;
31
+ base64Encoder: (_input: Uint8Array | string) => string;
34
32
  utf8Decoder: import("@smithy/types").Decoder;
35
- utf8Encoder: (input: string | Uint8Array) => string;
33
+ utf8Encoder: (input: Uint8Array | string) => string;
36
34
  disableHostPrefix: boolean;
37
35
  serviceId: string;
38
- profile?: string | undefined;
36
+ profile?: string;
39
37
  logger: import("@smithy/types").Logger;
40
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
39
+ customUserAgent?: string | import("@smithy/types").UserAgent;
42
40
  userAgentAppId?:
43
41
  | string
44
- | import("@smithy/types").Provider<string | undefined>
45
- | undefined;
42
+ | undefined
43
+ | import("@smithy/types").Provider<string | undefined>;
46
44
  retryStrategy?:
47
45
  | import("@smithy/types").RetryStrategy
48
- | import("@smithy/types").RetryStrategyV2
49
- | undefined;
46
+ | import("@smithy/types").RetryStrategyV2;
50
47
  endpoint?:
51
48
  | ((
52
49
  | string
@@ -67,34 +64,27 @@ export declare const getRuntimeConfig: (config: ApiGatewayV2ClientConfig) => {
67
64
  endpointProvider: (
68
65
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
69
66
  context?: {
70
- logger?: import("@smithy/types").Logger | undefined;
67
+ logger?: import("@smithy/types").Logger;
71
68
  }
72
69
  ) => import("@smithy/types").EndpointV2;
73
- tls?: boolean | undefined;
74
- serviceConfiguredEndpoint?: undefined;
75
- authSchemePreference?:
76
- | string[]
77
- | import("@smithy/types").Provider<string[]>
78
- | undefined;
70
+ tls?: boolean;
71
+ serviceConfiguredEndpoint?: never;
72
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
79
73
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
80
74
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApiGatewayV2HttpAuthSchemeProvider;
81
75
  credentials?:
82
76
  | import("@smithy/types").AwsCredentialIdentity
83
- | import("@smithy/types").AwsCredentialIdentityProvider
84
- | undefined;
77
+ | import("@smithy/types").AwsCredentialIdentityProvider;
85
78
  signer?:
86
79
  | import("@smithy/types").RequestSigner
87
80
  | ((
88
- authScheme?: import("@smithy/types").AuthScheme | undefined
89
- ) => Promise<import("@smithy/types").RequestSigner>)
90
- | undefined;
91
- signingEscapePath?: boolean | undefined;
92
- systemClockOffset?: number | undefined;
93
- signingRegion?: string | undefined;
94
- signerConstructor?:
95
- | (new (
96
- options: import("@smithy/signature-v4").SignatureV4Init &
97
- import("@smithy/signature-v4").SignatureV4CryptoInit
98
- ) => import("@smithy/types").RequestSigner)
99
- | undefined;
81
+ authScheme?: import("@smithy/types").AuthScheme
82
+ ) => Promise<import("@smithy/types").RequestSigner>);
83
+ signingEscapePath?: boolean;
84
+ systemClockOffset?: number;
85
+ signingRegion?: string;
86
+ signerConstructor?: new (
87
+ options: import("@smithy/signature-v4").SignatureV4Init &
88
+ import("@smithy/signature-v4").SignatureV4CryptoInit
89
+ ) => import("@smithy/types").RequestSigner;
100
90
  };