@aws-sdk/client-apigatewayv2 3.1087.0 → 3.1089.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 (122) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApiGatewayV2.d.ts +340 -456
  3. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +35 -132
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CreateApiMappingCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +5 -11
  13. package/dist-types/ts3.4/commands/CreateIntegrationResponseCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreatePortalCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/CreatePortalProductCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateProductPageCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateProductRestEndpointPageCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateRouteResponseCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateRoutingRuleCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteAccessLogSettingsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -2
  26. package/dist-types/ts3.4/commands/DeleteApiMappingCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +2 -2
  28. package/dist-types/ts3.4/commands/DeleteCorsConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
  34. package/dist-types/ts3.4/commands/DeletePortalCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/DeletePortalProductCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeletePortalProductSharingPolicyCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DeleteProductPageCommand.d.ts +3 -4
  38. package/dist-types/ts3.4/commands/DeleteProductRestEndpointPageCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -2
  40. package/dist-types/ts3.4/commands/DeleteRouteRequestParameterCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DeleteRouteResponseCommand.d.ts +3 -4
  42. package/dist-types/ts3.4/commands/DeleteRouteSettingsCommand.d.ts +3 -4
  43. package/dist-types/ts3.4/commands/DeleteRoutingRuleCommand.d.ts +3 -4
  44. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +2 -2
  45. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DisablePortalCommand.d.ts +2 -2
  47. package/dist-types/ts3.4/commands/ExportApiCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
  49. package/dist-types/ts3.4/commands/GetApiMappingCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/GetApiMappingsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/GetApisCommand.d.ts +4 -4
  52. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +3 -8
  58. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/GetIntegrationResponsesCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/GetIntegrationsCommand.d.ts +4 -9
  62. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +7 -5
  63. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -5
  65. package/dist-types/ts3.4/commands/GetPortalCommand.d.ts +7 -5
  66. package/dist-types/ts3.4/commands/GetPortalProductCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/GetPortalProductSharingPolicyCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetProductPageCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetProductRestEndpointPageCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetRouteCommand.d.ts +7 -5
  71. package/dist-types/ts3.4/commands/GetRouteResponseCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetRouteResponsesCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetRoutesCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/GetRoutingRuleCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +7 -5
  76. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +7 -5
  77. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
  78. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +2 -4
  80. package/dist-types/ts3.4/commands/ImportApiCommand.d.ts +7 -5
  81. package/dist-types/ts3.4/commands/ListPortalProductsCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/ListPortalsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/ListProductPagesCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/ListProductRestEndpointPagesCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/ListRoutingRulesCommand.d.ts +4 -9
  86. package/dist-types/ts3.4/commands/PreviewPortalCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/PublishPortalCommand.d.ts +4 -9
  88. package/dist-types/ts3.4/commands/PutPortalProductSharingPolicyCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/PutRoutingRuleCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/ReimportApiCommand.d.ts +3 -5
  91. package/dist-types/ts3.4/commands/ResetAuthorizersCacheCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  94. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
  95. package/dist-types/ts3.4/commands/UpdateApiMappingCommand.d.ts +4 -9
  96. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +4 -9
  97. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
  99. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +5 -11
  100. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/UpdatePortalCommand.d.ts +3 -5
  103. package/dist-types/ts3.4/commands/UpdatePortalProductCommand.d.ts +5 -10
  104. package/dist-types/ts3.4/commands/UpdateProductPageCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/UpdateProductRestEndpointPageCommand.d.ts +4 -6
  106. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +3 -5
  107. package/dist-types/ts3.4/commands/UpdateRouteResponseCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +4 -9
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  111. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  112. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  113. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  114. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  115. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  119. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  120. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  121. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  122. package/package.json +38 -38
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteRouteRequestParameterRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteRouteRequestParameterCommandInput
5
- extends DeleteRouteRequestParameterRequest {}
6
- export interface DeleteRouteRequestParameterCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteRouteRequestParameterCommandInput extends DeleteRouteRequestParameterRequest {}
5
+ export interface DeleteRouteRequestParameterCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteRouteRequestParameterCommand_base: {
9
7
  new (
10
- input: DeleteRouteRequestParameterCommandInput
8
+ input: DeleteRouteRequestParameterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteRouteRequestParameterCommandInput,
13
11
  DeleteRouteRequestParameterCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteRouteRequestParameterCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteRouteRequestParameterCommandInput
17
+ input: DeleteRouteRequestParameterCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteRouteRequestParameterCommandInput,
22
20
  DeleteRouteRequestParameterCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteRouteResponseRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteRouteResponseCommandInput
5
- extends DeleteRouteResponseRequest {}
4
+ export interface DeleteRouteResponseCommandInput extends DeleteRouteResponseRequest {}
6
5
  export interface DeleteRouteResponseCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteRouteResponseCommand_base: {
8
7
  new (
9
- input: DeleteRouteResponseCommandInput
8
+ input: DeleteRouteResponseCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteRouteResponseCommandInput,
12
11
  DeleteRouteResponseCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteRouteResponseCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteRouteResponseCommandInput
17
+ input: DeleteRouteResponseCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteRouteResponseCommandInput,
21
20
  DeleteRouteResponseCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteRouteSettingsRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteRouteSettingsCommandInput
5
- extends DeleteRouteSettingsRequest {}
4
+ export interface DeleteRouteSettingsCommandInput extends DeleteRouteSettingsRequest {}
6
5
  export interface DeleteRouteSettingsCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteRouteSettingsCommand_base: {
8
7
  new (
9
- input: DeleteRouteSettingsCommandInput
8
+ input: DeleteRouteSettingsCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteRouteSettingsCommandInput,
12
11
  DeleteRouteSettingsCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteRouteSettingsCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteRouteSettingsCommandInput
17
+ input: DeleteRouteSettingsCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteRouteSettingsCommandInput,
21
20
  DeleteRouteSettingsCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteRoutingRuleRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteRoutingRuleCommandInput
5
- extends DeleteRoutingRuleRequest {}
4
+ export interface DeleteRoutingRuleCommandInput extends DeleteRoutingRuleRequest {}
6
5
  export interface DeleteRoutingRuleCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteRoutingRuleCommand_base: {
8
7
  new (
9
- input: DeleteRoutingRuleCommandInput
8
+ input: DeleteRoutingRuleCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteRoutingRuleCommandInput,
12
11
  DeleteRoutingRuleCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteRoutingRuleCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteRoutingRuleCommandInput
17
+ input: DeleteRoutingRuleCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteRoutingRuleCommandInput,
21
20
  DeleteRoutingRuleCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteStageCommandInput extends DeleteStageRequest {}
5
5
  export interface DeleteStageCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteStageCommand_base: {
7
7
  new (
8
- input: DeleteStageCommandInput
8
+ input: DeleteStageCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteStageCommandInput,
11
11
  DeleteStageCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteStageCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteStageCommandInput
17
+ input: DeleteStageCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteStageCommandInput,
20
20
  DeleteStageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteVpcLinkRequest,
4
- DeleteVpcLinkResponse,
5
- } from "../models/models_0";
2
+ import { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteVpcLinkCommandInput extends DeleteVpcLinkRequest {}
8
- export interface DeleteVpcLinkCommandOutput
9
- extends DeleteVpcLinkResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteVpcLinkCommandOutput extends DeleteVpcLinkResponse, __MetadataBearer {}
11
6
  declare const DeleteVpcLinkCommand_base: {
12
7
  new (
13
- input: DeleteVpcLinkCommandInput
8
+ input: DeleteVpcLinkCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteVpcLinkCommandInput,
16
11
  DeleteVpcLinkCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteVpcLinkCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteVpcLinkCommandInput
17
+ input: DeleteVpcLinkCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteVpcLinkCommandInput,
25
20
  DeleteVpcLinkCommandOutput,
@@ -5,7 +5,7 @@ export interface DisablePortalCommandInput extends DisablePortalRequest {}
5
5
  export interface DisablePortalCommandOutput extends __MetadataBearer {}
6
6
  declare const DisablePortalCommand_base: {
7
7
  new (
8
- input: DisablePortalCommandInput
8
+ input: DisablePortalCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DisablePortalCommandInput,
11
11
  DisablePortalCommandOutput,
@@ -14,7 +14,7 @@ declare const DisablePortalCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DisablePortalCommandInput
17
+ input: DisablePortalCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DisablePortalCommandInput,
20
20
  DisablePortalCommandOutput,
@@ -9,18 +9,20 @@ export type ExportApiCommandOutputType = Pick<
9
9
  > & {
10
10
  body?: Uint8ArrayBlobAdapter;
11
11
  };
12
- export interface ExportApiCommandOutput
13
- extends ExportApiCommandOutputType,
14
- __MetadataBearer {}
12
+ export interface ExportApiCommandOutput extends ExportApiCommandOutputType, __MetadataBearer {}
15
13
  declare const ExportApiCommand_base: {
16
- new (input: ExportApiCommandInput): import("@smithy/core/client").CommandImpl<
14
+ new (
15
+ input: ExportApiCommandInput,
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  ExportApiCommandInput,
18
18
  ExportApiCommandOutput,
19
19
  import("..").ApiGatewayV2ClientResolvedConfig,
20
20
  import("..").ServiceInputTypes,
21
21
  import("..").ServiceOutputTypes
22
22
  >;
23
- new (input: ExportApiCommandInput): import("@smithy/core/client").CommandImpl<
23
+ new (
24
+ input: ExportApiCommandInput,
25
+ ): import("@smithy/core/client").CommandImpl<
24
26
  ExportApiCommandInput,
25
27
  ExportApiCommandOutput,
26
28
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface GetApiCommandInput extends GetApiRequest {}
5
5
  export interface GetApiCommandOutput extends GetApiResponse, __MetadataBearer {}
6
6
  declare const GetApiCommand_base: {
7
- new (input: GetApiCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetApiCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  GetApiCommandInput,
9
11
  GetApiCommandOutput,
10
12
  import("..").ApiGatewayV2ClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: GetApiCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetApiCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  GetApiCommandInput,
16
20
  GetApiCommandOutput,
17
21
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetApiMappingRequest,
4
- GetApiMappingResponse,
5
- } from "../models/models_0";
2
+ import { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetApiMappingCommandInput extends GetApiMappingRequest {}
8
- export interface GetApiMappingCommandOutput
9
- extends GetApiMappingResponse,
10
- __MetadataBearer {}
5
+ export interface GetApiMappingCommandOutput extends GetApiMappingResponse, __MetadataBearer {}
11
6
  declare const GetApiMappingCommand_base: {
12
7
  new (
13
- input: GetApiMappingCommandInput
8
+ input: GetApiMappingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetApiMappingCommandInput,
16
11
  GetApiMappingCommandOutput,
@@ -19,7 +14,7 @@ declare const GetApiMappingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetApiMappingCommandInput
17
+ input: GetApiMappingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetApiMappingCommandInput,
25
20
  GetApiMappingCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetApiMappingsRequest,
4
- GetApiMappingsResponse,
5
- } from "../models/models_0";
2
+ import { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetApiMappingsCommandInput extends GetApiMappingsRequest {}
8
- export interface GetApiMappingsCommandOutput
9
- extends GetApiMappingsResponse,
10
- __MetadataBearer {}
5
+ export interface GetApiMappingsCommandOutput extends GetApiMappingsResponse, __MetadataBearer {}
11
6
  declare const GetApiMappingsCommand_base: {
12
7
  new (
13
- input: GetApiMappingsCommandInput
8
+ input: GetApiMappingsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetApiMappingsCommandInput,
16
11
  GetApiMappingsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetApiMappingsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetApiMappingsCommandInput
17
+ input: GetApiMappingsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetApiMappingsCommandInput,
25
20
  GetApiMappingsCommandOutput,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetApisRequest, GetApisResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetApisCommandInput extends GetApisRequest {}
5
- export interface GetApisCommandOutput
6
- extends GetApisResponse,
7
- __MetadataBearer {}
5
+ export interface GetApisCommandOutput extends GetApisResponse, __MetadataBearer {}
8
6
  declare const GetApisCommand_base: {
9
- new (input: GetApisCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetApisCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetApisCommandInput,
11
11
  GetApisCommandOutput,
12
12
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAuthorizerRequest,
4
- GetAuthorizerResponse,
5
- } from "../models/models_0";
2
+ import { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {}
8
- export interface GetAuthorizerCommandOutput
9
- extends GetAuthorizerResponse,
10
- __MetadataBearer {}
5
+ export interface GetAuthorizerCommandOutput extends GetAuthorizerResponse, __MetadataBearer {}
11
6
  declare const GetAuthorizerCommand_base: {
12
7
  new (
13
- input: GetAuthorizerCommandInput
8
+ input: GetAuthorizerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAuthorizerCommandInput,
16
11
  GetAuthorizerCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAuthorizerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAuthorizerCommandInput
17
+ input: GetAuthorizerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAuthorizerCommandInput,
25
20
  GetAuthorizerCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAuthorizersRequest,
4
- GetAuthorizersResponse,
5
- } from "../models/models_0";
2
+ import { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {}
8
- export interface GetAuthorizersCommandOutput
9
- extends GetAuthorizersResponse,
10
- __MetadataBearer {}
5
+ export interface GetAuthorizersCommandOutput extends GetAuthorizersResponse, __MetadataBearer {}
11
6
  declare const GetAuthorizersCommand_base: {
12
7
  new (
13
- input: GetAuthorizersCommandInput
8
+ input: GetAuthorizersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAuthorizersCommandInput,
16
11
  GetAuthorizersCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAuthorizersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAuthorizersCommandInput
17
+ input: GetAuthorizersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAuthorizersCommandInput,
25
20
  GetAuthorizersCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDeploymentRequest,
4
- GetDeploymentResponse,
5
- } from "../models/models_0";
2
+ import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
8
- export interface GetDeploymentCommandOutput
9
- extends GetDeploymentResponse,
10
- __MetadataBearer {}
5
+ export interface GetDeploymentCommandOutput extends GetDeploymentResponse, __MetadataBearer {}
11
6
  declare const GetDeploymentCommand_base: {
12
7
  new (
13
- input: GetDeploymentCommandInput
8
+ input: GetDeploymentCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDeploymentCommandInput,
16
11
  GetDeploymentCommandOutput,
@@ -19,7 +14,7 @@ declare const GetDeploymentCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetDeploymentCommandInput
17
+ input: GetDeploymentCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetDeploymentCommandInput,
25
20
  GetDeploymentCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDeploymentsRequest,
4
- GetDeploymentsResponse,
5
- } from "../models/models_0";
2
+ import { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {}
8
- export interface GetDeploymentsCommandOutput
9
- extends GetDeploymentsResponse,
10
- __MetadataBearer {}
5
+ export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {}
11
6
  declare const GetDeploymentsCommand_base: {
12
7
  new (
13
- input: GetDeploymentsCommandInput
8
+ input: GetDeploymentsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDeploymentsCommandInput,
16
11
  GetDeploymentsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetDeploymentsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetDeploymentsCommandInput
17
+ input: GetDeploymentsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetDeploymentsCommandInput,
25
20
  GetDeploymentsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDomainNameRequest,
4
- GetDomainNameResponse,
5
- } from "../models/models_0";
2
+ import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
8
- export interface GetDomainNameCommandOutput
9
- extends GetDomainNameResponse,
10
- __MetadataBearer {}
5
+ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {}
11
6
  declare const GetDomainNameCommand_base: {
12
7
  new (
13
- input: GetDomainNameCommandInput
8
+ input: GetDomainNameCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDomainNameCommandInput,
16
11
  GetDomainNameCommandOutput,
@@ -19,7 +14,7 @@ declare const GetDomainNameCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetDomainNameCommandInput
17
+ input: GetDomainNameCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetDomainNameCommandInput,
25
20
  GetDomainNameCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetDomainNamesRequest,
4
- GetDomainNamesResponse,
5
- } from "../models/models_0";
2
+ import { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {}
8
- export interface GetDomainNamesCommandOutput
9
- extends GetDomainNamesResponse,
10
- __MetadataBearer {}
5
+ export interface GetDomainNamesCommandOutput extends GetDomainNamesResponse, __MetadataBearer {}
11
6
  declare const GetDomainNamesCommand_base: {
12
7
  new (
13
- input: GetDomainNamesCommandInput
8
+ input: GetDomainNamesCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetDomainNamesCommandInput,
16
11
  GetDomainNamesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetIntegrationRequest,
4
- GetIntegrationResult,
5
- } from "../models/models_0";
2
+ import { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetIntegrationCommandInput extends GetIntegrationRequest {}
8
- export interface GetIntegrationCommandOutput
9
- extends GetIntegrationResult,
10
- __MetadataBearer {}
5
+ export interface GetIntegrationCommandOutput extends GetIntegrationResult, __MetadataBearer {}
11
6
  declare const GetIntegrationCommand_base: {
12
7
  new (
13
- input: GetIntegrationCommandInput
8
+ input: GetIntegrationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetIntegrationCommandInput,
16
11
  GetIntegrationCommandOutput,
@@ -19,7 +14,7 @@ declare const GetIntegrationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetIntegrationCommandInput
17
+ input: GetIntegrationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetIntegrationCommandInput,
25
20
  GetIntegrationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetIntegrationResponseRequest,
4
- GetIntegrationResponseResponse,
5
- } from "../models/models_0";
2
+ import { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetIntegrationResponseCommandInput
8
- extends GetIntegrationResponseRequest {}
4
+ export interface GetIntegrationResponseCommandInput extends GetIntegrationResponseRequest {}
9
5
  export interface GetIntegrationResponseCommandOutput
10
- extends GetIntegrationResponseResponse,
11
- __MetadataBearer {}
6
+ extends GetIntegrationResponseResponse, __MetadataBearer {}
12
7
  declare const GetIntegrationResponseCommand_base: {
13
8
  new (
14
- input: GetIntegrationResponseCommandInput
9
+ input: GetIntegrationResponseCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetIntegrationResponseCommandInput,
17
12
  GetIntegrationResponseCommandOutput,
@@ -20,7 +15,7 @@ declare const GetIntegrationResponseCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetIntegrationResponseCommandInput
18
+ input: GetIntegrationResponseCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetIntegrationResponseCommandInput,
26
21
  GetIntegrationResponseCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetIntegrationResponsesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetIntegrationResponsesCommandInput
8
- extends GetIntegrationResponsesRequest {}
7
+ export interface GetIntegrationResponsesCommandInput extends GetIntegrationResponsesRequest {}
9
8
  export interface GetIntegrationResponsesCommandOutput
10
- extends GetIntegrationResponsesResponse,
11
- __MetadataBearer {}
9
+ extends GetIntegrationResponsesResponse, __MetadataBearer {}
12
10
  declare const GetIntegrationResponsesCommand_base: {
13
11
  new (
14
- input: GetIntegrationResponsesCommandInput
12
+ input: GetIntegrationResponsesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetIntegrationResponsesCommandInput,
17
15
  GetIntegrationResponsesCommandOutput,
@@ -20,7 +18,7 @@ declare const GetIntegrationResponsesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetIntegrationResponsesCommandInput
21
+ input: GetIntegrationResponsesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetIntegrationResponsesCommandInput,
26
24
  GetIntegrationResponsesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetIntegrationsRequest,
4
- GetIntegrationsResponse,
5
- } from "../models/models_0";
2
+ import { GetIntegrationsRequest, GetIntegrationsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetIntegrationsCommandInput extends GetIntegrationsRequest {}
8
- export interface GetIntegrationsCommandOutput
9
- extends GetIntegrationsResponse,
10
- __MetadataBearer {}
5
+ export interface GetIntegrationsCommandOutput extends GetIntegrationsResponse, __MetadataBearer {}
11
6
  declare const GetIntegrationsCommand_base: {
12
7
  new (
13
- input: GetIntegrationsCommandInput
8
+ input: GetIntegrationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetIntegrationsCommandInput,
16
11
  GetIntegrationsCommandOutput,
@@ -19,7 +14,7 @@ declare const GetIntegrationsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetIntegrationsCommandInput
17
+ input: GetIntegrationsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetIntegrationsCommandInput,
25
20
  GetIntegrationsCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetModelRequest, GetModelResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetModelCommandInput extends GetModelRequest {}
5
- export interface GetModelCommandOutput
6
- extends GetModelResponse,
7
- __MetadataBearer {}
5
+ export interface GetModelCommandOutput extends GetModelResponse, __MetadataBearer {}
8
6
  declare const GetModelCommand_base: {
9
- new (input: GetModelCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetModelCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetModelCommandInput,
11
11
  GetModelCommandOutput,
12
12
  import("..").ApiGatewayV2ClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetModelCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetModelCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetModelCommandInput,
18
20
  GetModelCommandOutput,
19
21
  import("..").ApiGatewayV2ClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetModelTemplateRequest,
4
- GetModelTemplateResponse,
5
- } from "../models/models_0";
2
+ import { GetModelTemplateRequest, GetModelTemplateResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {}
8
- export interface GetModelTemplateCommandOutput
9
- extends GetModelTemplateResponse,
10
- __MetadataBearer {}
5
+ export interface GetModelTemplateCommandOutput extends GetModelTemplateResponse, __MetadataBearer {}
11
6
  declare const GetModelTemplateCommand_base: {
12
7
  new (
13
- input: GetModelTemplateCommandInput
8
+ input: GetModelTemplateCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetModelTemplateCommandInput,
16
11
  GetModelTemplateCommandOutput,
@@ -19,7 +14,7 @@ declare const GetModelTemplateCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetModelTemplateCommandInput
17
+ input: GetModelTemplateCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetModelTemplateCommandInput,
25
20
  GetModelTemplateCommandOutput,