@aws-sdk/client-apigatewayv2 3.533.0 → 3.540.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 (155) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ApiGatewayV2.d.ts +4 -1
  6. package/dist-types/ApiGatewayV2Client.d.ts +1 -1
  7. package/dist-types/commands/CreateApiCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApiMappingCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateAuthorizerCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateModelCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateRouteResponseCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateStageCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateVpcLinkCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteApiCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteApiMappingCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteDeploymentCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteModelCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteStageCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +2 -1
  35. package/dist-types/commands/ExportApiCommand.d.ts +1 -0
  36. package/dist-types/commands/GetApiCommand.d.ts +2 -1
  37. package/dist-types/commands/GetApiMappingCommand.d.ts +2 -1
  38. package/dist-types/commands/GetApiMappingsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetApisCommand.d.ts +2 -1
  40. package/dist-types/commands/GetAuthorizerCommand.d.ts +2 -1
  41. package/dist-types/commands/GetAuthorizersCommand.d.ts +2 -1
  42. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -1
  43. package/dist-types/commands/GetDeploymentsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  45. package/dist-types/commands/GetDomainNamesCommand.d.ts +2 -1
  46. package/dist-types/commands/GetIntegrationCommand.d.ts +2 -1
  47. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +2 -1
  48. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +2 -1
  49. package/dist-types/commands/GetIntegrationsCommand.d.ts +2 -1
  50. package/dist-types/commands/GetModelCommand.d.ts +2 -1
  51. package/dist-types/commands/GetModelTemplateCommand.d.ts +2 -1
  52. package/dist-types/commands/GetModelsCommand.d.ts +2 -1
  53. package/dist-types/commands/GetRouteCommand.d.ts +2 -1
  54. package/dist-types/commands/GetRouteResponseCommand.d.ts +2 -1
  55. package/dist-types/commands/GetRouteResponsesCommand.d.ts +2 -1
  56. package/dist-types/commands/GetRoutesCommand.d.ts +2 -1
  57. package/dist-types/commands/GetStageCommand.d.ts +2 -1
  58. package/dist-types/commands/GetStagesCommand.d.ts +2 -1
  59. package/dist-types/commands/GetTagsCommand.d.ts +2 -1
  60. package/dist-types/commands/GetVpcLinkCommand.d.ts +2 -1
  61. package/dist-types/commands/GetVpcLinksCommand.d.ts +2 -1
  62. package/dist-types/commands/ImportApiCommand.d.ts +2 -1
  63. package/dist-types/commands/ReimportApiCommand.d.ts +2 -1
  64. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +2 -1
  65. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  66. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateApiCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateApiMappingCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateDeploymentCommand.d.ts +2 -1
  71. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -1
  73. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +2 -1
  74. package/dist-types/commands/UpdateModelCommand.d.ts +2 -1
  75. package/dist-types/commands/UpdateRouteCommand.d.ts +2 -1
  76. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateStageCommand.d.ts +2 -1
  78. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +2 -1
  79. package/dist-types/index.d.ts +0 -1
  80. package/dist-types/models/models_0.d.ts +915 -915
  81. package/dist-types/ts3.4/ApiGatewayV2.d.ts +3 -0
  82. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -0
  112. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -0
  135. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/index.d.ts +0 -1
  155. package/package.json +41 -41
@@ -705,6 +705,7 @@ export interface ApiGatewayV2 {
705
705
  options: __HttpHandlerOptions,
706
706
  cb: (err: any, data?: GetApiMappingsCommandOutput) => void
707
707
  ): void;
708
+ getApis(): Promise<GetApisCommandOutput>;
708
709
  getApis(
709
710
  args: GetApisCommandInput,
710
711
  options?: __HttpHandlerOptions
@@ -783,6 +784,7 @@ export interface ApiGatewayV2 {
783
784
  options: __HttpHandlerOptions,
784
785
  cb: (err: any, data?: GetDomainNameCommandOutput) => void
785
786
  ): void;
787
+ getDomainNames(): Promise<GetDomainNamesCommandOutput>;
786
788
  getDomainNames(
787
789
  args: GetDomainNamesCommandInput,
788
790
  options?: __HttpHandlerOptions
@@ -991,6 +993,7 @@ export interface ApiGatewayV2 {
991
993
  options: __HttpHandlerOptions,
992
994
  cb: (err: any, data?: GetVpcLinkCommandOutput) => void
993
995
  ): void;
996
+ getVpcLinks(): Promise<GetVpcLinksCommandOutput>;
994
997
  getVpcLinks(
995
998
  args: GetVpcLinksCommandInput,
996
999
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const CreateApiCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateApiCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateApiCommandInput,
28
+ CreateApiCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateApiCommand extends CreateApiCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateApiMappingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateApiMappingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateApiMappingCommandInput,
31
+ CreateApiMappingCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateApiMappingCommand extends CreateApiMappingCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAuthorizerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAuthorizerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAuthorizerCommandInput,
31
+ CreateAuthorizerCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAuthorizerCommand extends CreateAuthorizerCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDeploymentCommandInput,
31
+ CreateDeploymentCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDeploymentCommand extends CreateDeploymentCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateDomainNameCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateDomainNameCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateDomainNameCommandInput,
31
+ CreateDomainNameCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateIntegrationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateIntegrationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateIntegrationCommandInput,
32
+ CreateIntegrationCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateIntegrationCommand extends CreateIntegrationCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateIntegrationResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateIntegrationResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateIntegrationResponseCommandInput,
32
+ CreateIntegrationResponseCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateModelCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateModelCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateModelCommandInput,
28
+ CreateModelCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateModelCommand extends CreateModelCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateRouteCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateRouteCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateRouteCommandInput,
28
+ CreateRouteCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateRouteCommand extends CreateRouteCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateRouteResponseCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateRouteResponseCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateRouteResponseCommandInput,
32
+ CreateRouteResponseCommandOutput,
33
+ ApiGatewayV2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateRouteResponseCommand extends CreateRouteResponseCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateStageCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateStageCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateStageCommandInput,
28
+ CreateStageCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateStageCommand extends CreateStageCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateVpcLinkCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateVpcLinkCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateVpcLinkCommandInput,
31
+ CreateVpcLinkCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateVpcLinkCommand extends CreateVpcLinkCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteAccessLogSettingsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteAccessLogSettingsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteAccessLogSettingsCommandInput,
28
+ DeleteAccessLogSettingsCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteAccessLogSettingsCommand extends DeleteAccessLogSettingsCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteApiCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteApiCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteApiCommandInput,
26
+ DeleteApiCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteApiCommand extends DeleteApiCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteApiMappingCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteApiMappingCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteApiMappingCommandInput,
26
+ DeleteApiMappingCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteApiMappingCommand extends DeleteApiMappingCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteAuthorizerCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteAuthorizerCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteAuthorizerCommandInput,
26
+ DeleteAuthorizerCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteAuthorizerCommand extends DeleteAuthorizerCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCorsConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCorsConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCorsConfigurationCommandInput,
28
+ DeleteCorsConfigurationCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCorsConfigurationCommand extends DeleteCorsConfigurationCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteDeploymentCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteDeploymentCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteDeploymentCommandInput,
26
+ DeleteDeploymentCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteDeploymentCommand extends DeleteDeploymentCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteDomainNameCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteDomainNameCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteDomainNameCommandInput,
26
+ DeleteDomainNameCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteIntegrationCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteIntegrationCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteIntegrationCommandInput,
27
+ DeleteIntegrationCommandOutput,
28
+ ApiGatewayV2ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteIntegrationCommand extends DeleteIntegrationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteIntegrationResponseCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteIntegrationResponseCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteIntegrationResponseCommandInput,
28
+ DeleteIntegrationResponseCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteIntegrationResponseCommand extends DeleteIntegrationResponseCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteModelCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteModelCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteModelCommandInput,
26
+ DeleteModelCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteModelCommand extends DeleteModelCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteRouteCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteRouteCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteRouteCommandInput,
26
+ DeleteRouteCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteRouteRequestParameterCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteRouteRequestParameterCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteRouteRequestParameterCommandInput,
28
+ DeleteRouteRequestParameterCommandOutput,
29
+ ApiGatewayV2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteRouteRequestParameterCommand extends DeleteRouteRequestParameterCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteRouteResponseCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteRouteResponseCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteRouteResponseCommandInput,
27
+ DeleteRouteResponseCommandOutput,
28
+ ApiGatewayV2ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteRouteResponseCommand extends DeleteRouteResponseCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteRouteSettingsCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteRouteSettingsCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteRouteSettingsCommandInput,
27
+ DeleteRouteSettingsCommandOutput,
28
+ ApiGatewayV2ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteRouteSettingsCommand extends DeleteRouteSettingsCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteStageCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteStageCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteStageCommandInput,
26
+ DeleteStageCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteStageCommand extends DeleteStageCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteVpcLinkCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteVpcLinkCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteVpcLinkCommandInput,
31
+ DeleteVpcLinkCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteVpcLinkCommand extends DeleteVpcLinkCommand_base {}
@@ -28,6 +28,15 @@ declare const ExportApiCommand_base: {
28
28
  ServiceInputTypes,
29
29
  ServiceOutputTypes
30
30
  >;
31
+ new (
32
+ __0_0: ExportApiCommandInput
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ ExportApiCommandInput,
35
+ ExportApiCommandOutput,
36
+ ApiGatewayV2ClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
31
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
41
  };
33
42
  export declare class ExportApiCommand extends ExportApiCommand_base {}
@@ -17,6 +17,13 @@ declare const GetApiCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: GetApiCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ GetApiCommandInput,
22
+ GetApiCommandOutput,
23
+ ApiGatewayV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class GetApiCommand extends GetApiCommand_base {}
@@ -24,6 +24,15 @@ declare const GetApiMappingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetApiMappingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetApiMappingCommandInput,
31
+ GetApiMappingCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetApiMappingCommand extends GetApiMappingCommand_base {}
@@ -24,6 +24,15 @@ declare const GetApiMappingsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetApiMappingsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetApiMappingsCommandInput,
31
+ GetApiMappingsCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetApiMappingsCommand extends GetApiMappingsCommand_base {}
@@ -19,6 +19,15 @@ declare const GetApisCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ ...[input]: [] | [GetApisCommandInput]
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ GetApisCommandInput,
26
+ GetApisCommandOutput,
27
+ ApiGatewayV2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class GetApisCommand extends GetApisCommand_base {}
@@ -24,6 +24,15 @@ declare const GetAuthorizerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetAuthorizerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetAuthorizerCommandInput,
31
+ GetAuthorizerCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetAuthorizerCommand extends GetAuthorizerCommand_base {}
@@ -24,6 +24,15 @@ declare const GetAuthorizersCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetAuthorizersCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetAuthorizersCommandInput,
31
+ GetAuthorizersCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetAuthorizersCommand extends GetAuthorizersCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDeploymentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDeploymentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDeploymentCommandInput,
31
+ GetDeploymentCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDeploymentCommand extends GetDeploymentCommand_base {}
@@ -24,6 +24,15 @@ declare const GetDeploymentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDeploymentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDeploymentsCommandInput,
31
+ GetDeploymentsCommandOutput,
32
+ ApiGatewayV2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {}