@aws-sdk/client-apigatewayv2 3.533.0 → 3.535.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/ApiGatewayV2.d.ts +4 -1
  2. package/dist-types/ApiGatewayV2Client.d.ts +1 -1
  3. package/dist-types/commands/CreateApiCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteApiCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
  31. package/dist-types/commands/ExportApiCommand.d.ts +1 -0
  32. package/dist-types/commands/GetApiCommand.d.ts +2 -1
  33. package/dist-types/commands/GetApiMappingCommand.d.ts +2 -1
  34. package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -1
  35. package/dist-types/commands/GetApisCommand.d.ts +2 -1
  36. package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
  37. package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
  38. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  39. package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
  40. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  41. package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  43. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
  44. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -1
  45. package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -1
  46. package/dist-types/commands/GetModelCommand.d.ts +2 -1
  47. package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
  48. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  49. package/dist-types/commands/GetRouteCommand.d.ts +2 -1
  50. package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -1
  51. package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -1
  52. package/dist-types/commands/GetRoutesCommand.d.ts +2 -1
  53. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  54. package/dist-types/commands/GetStagesCommand.d.ts +2 -1
  55. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  56. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
  57. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
  58. package/dist-types/commands/ImportApiCommand.d.ts +2 -1
  59. package/dist-types/commands/ReimportApiCommand.d.ts +2 -1
  60. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateApiCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
  75. package/dist-types/models/models_0.d.ts +915 -915
  76. package/dist-types/ts3.4/ApiGatewayV2.d.ts +3 -0
  77. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -0
  107. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
  130. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +9 -0
  149. package/package.json +41 -41
@@ -24,6 +24,15 @@ declare const GetDomainNameCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDomainNameCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDomainNameCommandInput,
31
+ GetDomainNameCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDomainNameCommand extends GetDomainNameCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDomainNamesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetDomainNamesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDomainNamesCommandInput,
31
+ GetDomainNamesCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDomainNamesCommand extends GetDomainNamesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetIntegrationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetIntegrationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetIntegrationCommandInput,
31
+ GetIntegrationCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetIntegrationCommand extends GetIntegrationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetIntegrationResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetIntegrationResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetIntegrationResponseCommandInput,
32
+ GetIntegrationResponseCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetIntegrationResponseCommand extends GetIntegrationResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const GetIntegrationResponsesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetIntegrationResponsesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetIntegrationResponsesCommandInput,
32
+ GetIntegrationResponsesCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetIntegrationResponsesCommand extends GetIntegrationResponsesCommand_base {}
@@ -24,6 +24,15 @@ declare const GetIntegrationsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetIntegrationsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetIntegrationsCommandInput,
31
+ GetIntegrationsCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetIntegrationsCommand extends GetIntegrationsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetModelCommandInput,
28
+ GetModelCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetModelCommand extends GetModelCommand_base {}
@@ -24,6 +24,15 @@ declare const GetModelTemplateCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetModelTemplateCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetModelTemplateCommandInput,
31
+ GetModelTemplateCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetModelTemplateCommand extends GetModelTemplateCommand_base {}
@@ -21,6 +21,15 @@ declare const GetModelsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetModelsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetModelsCommandInput,
28
+ GetModelsCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetModelsCommand extends GetModelsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetRouteCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetRouteCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetRouteCommandInput,
28
+ GetRouteCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetRouteCommand extends GetRouteCommand_base {}
@@ -24,6 +24,15 @@ declare const GetRouteResponseCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetRouteResponseCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetRouteResponseCommandInput,
31
+ GetRouteResponseCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetRouteResponseCommand extends GetRouteResponseCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRouteResponsesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetRouteResponsesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRouteResponsesCommandInput,
32
+ GetRouteResponsesCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRouteResponsesCommand extends GetRouteResponsesCommand_base {}
@@ -21,6 +21,15 @@ declare const GetRoutesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetRoutesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetRoutesCommandInput,
28
+ GetRoutesCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetRoutesCommand extends GetRoutesCommand_base {}
@@ -21,6 +21,15 @@ declare const GetStageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetStageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetStageCommandInput,
28
+ GetStageCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetStageCommand extends GetStageCommand_base {}
@@ -21,6 +21,15 @@ declare const GetStagesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetStagesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetStagesCommandInput,
28
+ GetStagesCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetStagesCommand extends GetStagesCommand_base {}
@@ -19,6 +19,13 @@ declare const GetTagsCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (__0_0: GetTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
23
+ GetTagsCommandInput,
24
+ GetTagsCommandOutput,
25
+ ApiGatewayV2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
22
29
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
30
  };
24
31
  export declare class GetTagsCommand extends GetTagsCommand_base {}
@@ -21,6 +21,15 @@ declare const GetVpcLinkCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetVpcLinkCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetVpcLinkCommandInput,
28
+ GetVpcLinkCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetVpcLinkCommand extends GetVpcLinkCommand_base {}
@@ -21,6 +21,15 @@ declare const GetVpcLinksCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [GetVpcLinksCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetVpcLinksCommandInput,
28
+ GetVpcLinksCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetVpcLinksCommand extends GetVpcLinksCommand_base {}
@@ -21,6 +21,15 @@ declare const ImportApiCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ImportApiCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ImportApiCommandInput,
28
+ ImportApiCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ImportApiCommand extends ImportApiCommand_base {}
@@ -21,6 +21,15 @@ declare const ReimportApiCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ReimportApiCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ReimportApiCommandInput,
28
+ ReimportApiCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ReimportApiCommand extends ReimportApiCommand_base {}
@@ -20,6 +20,15 @@ declare const ResetAuthorizersCacheCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: ResetAuthorizersCacheCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ ResetAuthorizersCacheCommandInput,
27
+ ResetAuthorizersCacheCommandOutput,
28
+ ApiGatewayV2ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class ResetAuthorizersCacheCommand extends ResetAuthorizersCacheCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -19,6 +19,15 @@ declare const UntagResourceCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UntagResourceCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UntagResourceCommandInput,
26
+ UntagResourceCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateApiCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateApiCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateApiCommandInput,
28
+ UpdateApiCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateApiCommand extends UpdateApiCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateApiMappingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateApiMappingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateApiMappingCommandInput,
31
+ UpdateApiMappingCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateApiMappingCommand extends UpdateApiMappingCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateAuthorizerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateAuthorizerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateAuthorizerCommandInput,
31
+ UpdateAuthorizerCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateAuthorizerCommand extends UpdateAuthorizerCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateDeploymentCommandInput,
31
+ UpdateDeploymentCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateDeploymentCommand extends UpdateDeploymentCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateDomainNameCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateDomainNameCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateDomainNameCommandInput,
31
+ UpdateDomainNameCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateDomainNameCommand extends UpdateDomainNameCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateIntegrationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateIntegrationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateIntegrationCommandInput,
32
+ UpdateIntegrationCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateIntegrationCommand extends UpdateIntegrationCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateIntegrationResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateIntegrationResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateIntegrationResponseCommandInput,
32
+ UpdateIntegrationResponseCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateModelCommandInput,
28
+ UpdateModelCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateModelCommand extends UpdateModelCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateRouteCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateRouteCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateRouteCommandInput,
28
+ UpdateRouteCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateRouteResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateRouteResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateRouteResponseCommandInput,
32
+ UpdateRouteResponseCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateRouteResponseCommand extends UpdateRouteResponseCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateStageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateStageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateStageCommandInput,
28
+ UpdateStageCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateStageCommand extends UpdateStageCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateVpcLinkCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateVpcLinkCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateVpcLinkCommandInput,
31
+ UpdateVpcLinkCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateVpcLinkCommand extends UpdateVpcLinkCommand_base {}