@aws-sdk/client-apigatewayv2 3.279.0 → 3.281.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 (74) hide show
  1. package/README.md +579 -0
  2. package/dist-types/commands/CreateApiCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateApiMappingCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateIntegrationResponseCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateRouteCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateRouteResponseCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateStageCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteAccessLogSettingsCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteApiCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteApiMappingCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteCorsConfigurationCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteRouteRequestParameterCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteRouteResponseCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteRouteSettingsCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteStageCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -0
  30. package/dist-types/commands/ExportApiCommand.d.ts +6 -0
  31. package/dist-types/commands/GetApiCommand.d.ts +6 -0
  32. package/dist-types/commands/GetApiMappingCommand.d.ts +6 -0
  33. package/dist-types/commands/GetApiMappingsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetApisCommand.d.ts +6 -0
  35. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -0
  36. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -0
  37. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  38. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -0
  39. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -0
  40. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -0
  41. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -0
  42. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -0
  43. package/dist-types/commands/GetIntegrationResponsesCommand.d.ts +6 -0
  44. package/dist-types/commands/GetIntegrationsCommand.d.ts +6 -0
  45. package/dist-types/commands/GetModelCommand.d.ts +6 -0
  46. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -0
  47. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  48. package/dist-types/commands/GetRouteCommand.d.ts +6 -0
  49. package/dist-types/commands/GetRouteResponseCommand.d.ts +6 -0
  50. package/dist-types/commands/GetRouteResponsesCommand.d.ts +6 -0
  51. package/dist-types/commands/GetRoutesCommand.d.ts +6 -0
  52. package/dist-types/commands/GetStageCommand.d.ts +6 -0
  53. package/dist-types/commands/GetStagesCommand.d.ts +6 -0
  54. package/dist-types/commands/GetTagsCommand.d.ts +6 -0
  55. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -0
  56. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -0
  57. package/dist-types/commands/ImportApiCommand.d.ts +6 -0
  58. package/dist-types/commands/ReimportApiCommand.d.ts +6 -0
  59. package/dist-types/commands/ResetAuthorizersCacheCommand.d.ts +6 -0
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/UpdateApiCommand.d.ts +6 -0
  63. package/dist-types/commands/UpdateApiMappingCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateRouteResponseCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateStageCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -0
  74. package/package.json +3 -3
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDeploymentCommand}.
8
+ */
6
9
  export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDeploymentCommand}.
13
+ */
8
14
  export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDomainNameCommand}.
8
+ */
6
9
  export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDomainNameCommand}.
13
+ */
8
14
  export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateIntegrationCommand}.
8
+ */
6
9
  export interface CreateIntegrationCommandInput extends CreateIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateIntegrationCommand}.
13
+ */
8
14
  export interface CreateIntegrationCommandOutput extends CreateIntegrationResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateIntegrationResponseCommand}.
8
+ */
6
9
  export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateIntegrationResponseCommand}.
13
+ */
8
14
  export interface CreateIntegrationResponseCommandOutput extends CreateIntegrationResponseResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateModelRequest, CreateModelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateModelCommand}.
8
+ */
6
9
  export interface CreateModelCommandInput extends CreateModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateModelCommand}.
13
+ */
8
14
  export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteRequest, CreateRouteResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRouteCommand}.
8
+ */
6
9
  export interface CreateRouteCommandInput extends CreateRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRouteCommand}.
13
+ */
8
14
  export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRouteResponseCommand}.
8
+ */
6
9
  export interface CreateRouteResponseCommandInput extends CreateRouteResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRouteResponseCommand}.
13
+ */
8
14
  export interface CreateRouteResponseCommandOutput extends CreateRouteResponseResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateStageRequest, CreateStageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateStageCommand}.
8
+ */
6
9
  export interface CreateStageCommandInput extends CreateStageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStageCommand}.
13
+ */
8
14
  export interface CreateStageCommandOutput extends CreateStageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVpcLinkCommand}.
8
+ */
6
9
  export interface CreateVpcLinkCommandInput extends CreateVpcLinkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVpcLinkCommand}.
13
+ */
8
14
  export interface CreateVpcLinkCommandOutput extends CreateVpcLinkResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteAccessLogSettingsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAccessLogSettingsCommand}.
8
+ */
6
9
  export interface DeleteAccessLogSettingsCommandInput extends DeleteAccessLogSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccessLogSettingsCommand}.
13
+ */
8
14
  export interface DeleteAccessLogSettingsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteApiRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApiCommand}.
8
+ */
6
9
  export interface DeleteApiCommandInput extends DeleteApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApiCommand}.
13
+ */
8
14
  export interface DeleteApiCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteApiMappingRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApiMappingCommand}.
8
+ */
6
9
  export interface DeleteApiMappingCommandInput extends DeleteApiMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApiMappingCommand}.
13
+ */
8
14
  export interface DeleteApiMappingCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteAuthorizerRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAuthorizerCommand}.
8
+ */
6
9
  export interface DeleteAuthorizerCommandInput extends DeleteAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAuthorizerCommand}.
13
+ */
8
14
  export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteCorsConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCorsConfigurationCommand}.
8
+ */
6
9
  export interface DeleteCorsConfigurationCommandInput extends DeleteCorsConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCorsConfigurationCommand}.
13
+ */
8
14
  export interface DeleteCorsConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDeploymentCommand}.
8
+ */
6
9
  export interface DeleteDeploymentCommandInput extends DeleteDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDeploymentCommand}.
13
+ */
8
14
  export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteDomainNameRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDomainNameCommand}.
8
+ */
6
9
  export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDomainNameCommand}.
13
+ */
8
14
  export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteIntegrationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteIntegrationCommand}.
8
+ */
6
9
  export interface DeleteIntegrationCommandInput extends DeleteIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteIntegrationCommand}.
13
+ */
8
14
  export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteIntegrationResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteIntegrationResponseCommand}.
8
+ */
6
9
  export interface DeleteIntegrationResponseCommandInput extends DeleteIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteIntegrationResponseCommand}.
13
+ */
8
14
  export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteModelRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteModelCommand}.
8
+ */
6
9
  export interface DeleteModelCommandInput extends DeleteModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteModelCommand}.
13
+ */
8
14
  export interface DeleteModelCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteRouteRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRouteCommand}.
8
+ */
6
9
  export interface DeleteRouteCommandInput extends DeleteRouteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRouteCommand}.
13
+ */
8
14
  export interface DeleteRouteCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteRouteRequestParameterRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRouteRequestParameterCommand}.
8
+ */
6
9
  export interface DeleteRouteRequestParameterCommandInput extends DeleteRouteRequestParameterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRouteRequestParameterCommand}.
13
+ */
8
14
  export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteRouteResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRouteResponseCommand}.
8
+ */
6
9
  export interface DeleteRouteResponseCommandInput extends DeleteRouteResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRouteResponseCommand}.
13
+ */
8
14
  export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteRouteSettingsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRouteSettingsCommand}.
8
+ */
6
9
  export interface DeleteRouteSettingsCommandInput extends DeleteRouteSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRouteSettingsCommand}.
13
+ */
8
14
  export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteStageRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteStageCommand}.
8
+ */
6
9
  export interface DeleteStageCommandInput extends DeleteStageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStageCommand}.
13
+ */
8
14
  export interface DeleteStageCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVpcLinkCommand}.
8
+ */
6
9
  export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVpcLinkCommand}.
13
+ */
8
14
  export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { ExportApiRequest, ExportApiResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ExportApiCommand}.
8
+ */
6
9
  export interface ExportApiCommandInput extends ExportApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ExportApiCommand}.
13
+ */
8
14
  export interface ExportApiCommandOutput extends ExportApiResponse, __MetadataBearer {
9
15
  }
10
16
  export declare class ExportApiCommand extends $Command<ExportApiCommandInput, ExportApiCommandOutput, ApiGatewayV2ClientResolvedConfig> {
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetApiRequest, GetApiResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApiCommand}.
8
+ */
6
9
  export interface GetApiCommandInput extends GetApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApiCommand}.
13
+ */
8
14
  export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApiMappingCommand}.
8
+ */
6
9
  export interface GetApiMappingCommandInput extends GetApiMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApiMappingCommand}.
13
+ */
8
14
  export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApiMappingsCommand}.
8
+ */
6
9
  export interface GetApiMappingsCommandInput extends GetApiMappingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApiMappingsCommand}.
13
+ */
8
14
  export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetApisRequest, GetApisResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApisCommand}.
8
+ */
6
9
  export interface GetApisCommandInput extends GetApisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApisCommand}.
13
+ */
8
14
  export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAuthorizerCommand}.
8
+ */
6
9
  export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAuthorizerCommand}.
13
+ */
8
14
  export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAuthorizersCommand}.
8
+ */
6
9
  export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAuthorizersCommand}.
13
+ */
8
14
  export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentCommand}.
8
+ */
6
9
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentCommand}.
13
+ */
8
14
  export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentsCommand}.
8
+ */
6
9
  export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentsCommand}.
13
+ */
8
14
  export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDomainNameCommand}.
8
+ */
6
9
  export interface GetDomainNameCommandInput extends GetDomainNameRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainNameCommand}.
13
+ */
8
14
  export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDomainNamesCommand}.
8
+ */
6
9
  export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainNamesCommand}.
13
+ */
8
14
  export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetIntegrationCommand}.
8
+ */
6
9
  export interface GetIntegrationCommandInput extends GetIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetIntegrationCommand}.
13
+ */
8
14
  export interface GetIntegrationCommandOutput extends GetIntegrationResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetIntegrationResponseCommand}.
8
+ */
6
9
  export interface GetIntegrationResponseCommandInput extends GetIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetIntegrationResponseCommand}.
13
+ */
8
14
  export interface GetIntegrationResponseCommandOutput extends GetIntegrationResponseResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApiGatewayV2Client";
5
5
  import { GetIntegrationResponsesRequest, GetIntegrationResponsesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetIntegrationResponsesCommand}.
8
+ */
6
9
  export interface GetIntegrationResponsesCommandInput extends GetIntegrationResponsesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetIntegrationResponsesCommand}.
13
+ */
8
14
  export interface GetIntegrationResponsesCommandOutput extends GetIntegrationResponsesResponse, __MetadataBearer {
9
15
  }
10
16
  /**