@aws-sdk/client-apigatewayv2 3.928.0 → 3.930.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 (98) hide show
  1. package/dist-cjs/index.js +8007 -3712
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ApiGatewayV2Client.js +2 -0
  4. package/dist-es/commands/CreateApiCommand.js +3 -9
  5. package/dist-es/commands/CreateApiMappingCommand.js +3 -9
  6. package/dist-es/commands/CreateAuthorizerCommand.js +3 -9
  7. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  8. package/dist-es/commands/CreateDomainNameCommand.js +3 -9
  9. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  10. package/dist-es/commands/CreateIntegrationResponseCommand.js +3 -9
  11. package/dist-es/commands/CreateModelCommand.js +3 -9
  12. package/dist-es/commands/CreateRouteCommand.js +3 -9
  13. package/dist-es/commands/CreateRouteResponseCommand.js +3 -9
  14. package/dist-es/commands/CreateRoutingRuleCommand.js +3 -9
  15. package/dist-es/commands/CreateStageCommand.js +3 -9
  16. package/dist-es/commands/CreateVpcLinkCommand.js +3 -9
  17. package/dist-es/commands/DeleteAccessLogSettingsCommand.js +3 -9
  18. package/dist-es/commands/DeleteApiCommand.js +3 -9
  19. package/dist-es/commands/DeleteApiMappingCommand.js +3 -9
  20. package/dist-es/commands/DeleteAuthorizerCommand.js +3 -9
  21. package/dist-es/commands/DeleteCorsConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteDeploymentCommand.js +3 -9
  23. package/dist-es/commands/DeleteDomainNameCommand.js +3 -9
  24. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  25. package/dist-es/commands/DeleteIntegrationResponseCommand.js +3 -9
  26. package/dist-es/commands/DeleteModelCommand.js +3 -9
  27. package/dist-es/commands/DeleteRouteCommand.js +3 -9
  28. package/dist-es/commands/DeleteRouteRequestParameterCommand.js +3 -9
  29. package/dist-es/commands/DeleteRouteResponseCommand.js +3 -9
  30. package/dist-es/commands/DeleteRouteSettingsCommand.js +3 -9
  31. package/dist-es/commands/DeleteRoutingRuleCommand.js +3 -9
  32. package/dist-es/commands/DeleteStageCommand.js +3 -9
  33. package/dist-es/commands/DeleteVpcLinkCommand.js +3 -9
  34. package/dist-es/commands/ExportApiCommand.js +3 -9
  35. package/dist-es/commands/GetApiCommand.js +3 -9
  36. package/dist-es/commands/GetApiMappingCommand.js +3 -9
  37. package/dist-es/commands/GetApiMappingsCommand.js +3 -9
  38. package/dist-es/commands/GetApisCommand.js +3 -9
  39. package/dist-es/commands/GetAuthorizerCommand.js +3 -9
  40. package/dist-es/commands/GetAuthorizersCommand.js +3 -9
  41. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  42. package/dist-es/commands/GetDeploymentsCommand.js +3 -9
  43. package/dist-es/commands/GetDomainNameCommand.js +3 -9
  44. package/dist-es/commands/GetDomainNamesCommand.js +3 -9
  45. package/dist-es/commands/GetIntegrationCommand.js +3 -9
  46. package/dist-es/commands/GetIntegrationResponseCommand.js +3 -9
  47. package/dist-es/commands/GetIntegrationResponsesCommand.js +3 -9
  48. package/dist-es/commands/GetIntegrationsCommand.js +3 -9
  49. package/dist-es/commands/GetModelCommand.js +3 -9
  50. package/dist-es/commands/GetModelTemplateCommand.js +3 -9
  51. package/dist-es/commands/GetModelsCommand.js +3 -9
  52. package/dist-es/commands/GetRouteCommand.js +3 -9
  53. package/dist-es/commands/GetRouteResponseCommand.js +3 -9
  54. package/dist-es/commands/GetRouteResponsesCommand.js +3 -9
  55. package/dist-es/commands/GetRoutesCommand.js +3 -9
  56. package/dist-es/commands/GetRoutingRuleCommand.js +3 -9
  57. package/dist-es/commands/GetStageCommand.js +3 -9
  58. package/dist-es/commands/GetStagesCommand.js +3 -9
  59. package/dist-es/commands/GetTagsCommand.js +3 -9
  60. package/dist-es/commands/GetVpcLinkCommand.js +3 -9
  61. package/dist-es/commands/GetVpcLinksCommand.js +3 -9
  62. package/dist-es/commands/ImportApiCommand.js +3 -9
  63. package/dist-es/commands/ListRoutingRulesCommand.js +3 -9
  64. package/dist-es/commands/PutRoutingRuleCommand.js +3 -9
  65. package/dist-es/commands/ReimportApiCommand.js +3 -9
  66. package/dist-es/commands/ResetAuthorizersCacheCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/UntagResourceCommand.js +3 -9
  69. package/dist-es/commands/UpdateApiCommand.js +3 -9
  70. package/dist-es/commands/UpdateApiMappingCommand.js +3 -9
  71. package/dist-es/commands/UpdateAuthorizerCommand.js +3 -9
  72. package/dist-es/commands/UpdateDeploymentCommand.js +3 -9
  73. package/dist-es/commands/UpdateDomainNameCommand.js +3 -9
  74. package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
  75. package/dist-es/commands/UpdateIntegrationResponseCommand.js +3 -9
  76. package/dist-es/commands/UpdateModelCommand.js +3 -9
  77. package/dist-es/commands/UpdateRouteCommand.js +3 -9
  78. package/dist-es/commands/UpdateRouteResponseCommand.js +3 -9
  79. package/dist-es/commands/UpdateStageCommand.js +3 -9
  80. package/dist-es/commands/UpdateVpcLinkCommand.js +3 -9
  81. package/dist-es/runtimeConfig.shared.js +2 -0
  82. package/dist-es/schemas/schemas_0.js +7870 -0
  83. package/dist-types/ApiGatewayV2Client.d.ts +10 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +284 -0
  89. package/dist-types/ts3.4/ApiGatewayV2Client.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +290 -0
  95. package/package.json +34 -34
  96. package/dist-es/protocols/Aws_restJson1.js +0 -3178
  97. package/dist-types/protocols/Aws_restJson1.d.ts +0 -695
  98. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -929
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteModel", {})
17
13
  .n("ApiGatewayV2Client", "DeleteModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteModelCommand)
20
- .de(de_DeleteModelCommand)
14
+ .sc(DeleteModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRoute } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRouteCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteRoute", {})
17
13
  .n("ApiGatewayV2Client", "DeleteRouteCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRouteCommand)
20
- .de(de_DeleteRouteCommand)
14
+ .sc(DeleteRoute)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRouteRequestParameterCommand, se_DeleteRouteRequestParameterCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteRouteRequestParameter } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRouteRequestParameterCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteRouteRequestParameter", {})
17
13
  .n("ApiGatewayV2Client", "DeleteRouteRequestParameterCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRouteRequestParameterCommand)
20
- .de(de_DeleteRouteRequestParameterCommand)
14
+ .sc(DeleteRouteRequestParameter)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRouteResponseCommand, se_DeleteRouteResponseCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRouteResponse } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRouteResponseCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteRouteResponse", {})
17
13
  .n("ApiGatewayV2Client", "DeleteRouteResponseCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRouteResponseCommand)
20
- .de(de_DeleteRouteResponseCommand)
14
+ .sc(DeleteRouteResponse)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRouteSettingsCommand, se_DeleteRouteSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRouteSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRouteSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteRouteSettings", {})
17
13
  .n("ApiGatewayV2Client", "DeleteRouteSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRouteSettingsCommand)
20
- .de(de_DeleteRouteSettingsCommand)
14
+ .sc(DeleteRouteSettings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRoutingRuleCommand, se_DeleteRoutingRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRoutingRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRoutingRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteRoutingRule", {})
17
13
  .n("ApiGatewayV2Client", "DeleteRoutingRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRoutingRuleCommand)
20
- .de(de_DeleteRoutingRuleCommand)
14
+ .sc(DeleteRoutingRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteStage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteStageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteStage", {})
17
13
  .n("ApiGatewayV2Client", "DeleteStageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteStageCommand)
20
- .de(de_DeleteStageCommand)
14
+ .sc(DeleteStage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteVpcLinkCommand, se_DeleteVpcLinkCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteVpcLink } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteVpcLinkCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "DeleteVpcLink", {})
17
13
  .n("ApiGatewayV2Client", "DeleteVpcLinkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteVpcLinkCommand)
20
- .de(de_DeleteVpcLinkCommand)
14
+ .sc(DeleteVpcLink)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ExportApiCommand, se_ExportApiCommand } from "../protocols/Aws_restJson1";
4
+ import { ExportApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ExportApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "ExportApi", {})
17
13
  .n("ApiGatewayV2Client", "ExportApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ExportApiCommand)
20
- .de(de_ExportApiCommand)
14
+ .sc(ExportApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiCommand, se_GetApiCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApi } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetApi", {})
17
13
  .n("ApiGatewayV2Client", "GetApiCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiCommand)
20
- .de(de_GetApiCommand)
14
+ .sc(GetApi)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiMappingCommand, se_GetApiMappingCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApiMapping } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiMappingCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetApiMapping", {})
17
13
  .n("ApiGatewayV2Client", "GetApiMappingCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiMappingCommand)
20
- .de(de_GetApiMappingCommand)
14
+ .sc(GetApiMapping)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApiMappingsCommand, se_GetApiMappingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApiMappings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApiMappingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetApiMappings", {})
17
13
  .n("ApiGatewayV2Client", "GetApiMappingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApiMappingsCommand)
20
- .de(de_GetApiMappingsCommand)
14
+ .sc(GetApiMappings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetApisCommand, se_GetApisCommand } from "../protocols/Aws_restJson1";
4
+ import { GetApis } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetApisCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetApis", {})
17
13
  .n("ApiGatewayV2Client", "GetApisCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetApisCommand)
20
- .de(de_GetApisCommand)
14
+ .sc(GetApis)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetAuthorizerCommand, se_GetAuthorizerCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAuthorizer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAuthorizerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetAuthorizer", {})
17
13
  .n("ApiGatewayV2Client", "GetAuthorizerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAuthorizerCommand)
20
- .de(de_GetAuthorizerCommand)
14
+ .sc(GetAuthorizer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetAuthorizersCommand, se_GetAuthorizersCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAuthorizers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAuthorizersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetAuthorizers", {})
17
13
  .n("ApiGatewayV2Client", "GetAuthorizersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAuthorizersCommand)
20
- .de(de_GetAuthorizersCommand)
14
+ .sc(GetAuthorizers)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDeployment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetDeployment", {})
17
13
  .n("ApiGatewayV2Client", "GetDeploymentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentCommand)
20
- .de(de_GetDeploymentCommand)
14
+ .sc(GetDeployment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDeployments } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDeploymentsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetDeployments", {})
17
13
  .n("ApiGatewayV2Client", "GetDeploymentsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDeploymentsCommand)
20
- .de(de_GetDeploymentsCommand)
14
+ .sc(GetDeployments)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomainName } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDomainNameCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetDomainName", {})
17
13
  .n("ApiGatewayV2Client", "GetDomainNameCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDomainNameCommand)
20
- .de(de_GetDomainNameCommand)
14
+ .sc(GetDomainName)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDomainNamesCommand, se_GetDomainNamesCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomainNames } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDomainNamesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetDomainNames", {})
17
13
  .n("ApiGatewayV2Client", "GetDomainNamesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDomainNamesCommand)
20
- .de(de_GetDomainNamesCommand)
14
+ .sc(GetDomainNames)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntegration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntegrationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetIntegration", {})
17
13
  .n("ApiGatewayV2Client", "GetIntegrationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntegrationCommand)
20
- .de(de_GetIntegrationCommand)
14
+ .sc(GetIntegration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntegrationResponseCommand, se_GetIntegrationResponseCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntegrationResponse } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntegrationResponseCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetIntegrationResponse", {})
17
13
  .n("ApiGatewayV2Client", "GetIntegrationResponseCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntegrationResponseCommand)
20
- .de(de_GetIntegrationResponseCommand)
14
+ .sc(GetIntegrationResponse)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntegrationResponsesCommand, se_GetIntegrationResponsesCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntegrationResponses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntegrationResponsesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetIntegrationResponses", {})
17
13
  .n("ApiGatewayV2Client", "GetIntegrationResponsesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntegrationResponsesCommand)
20
- .de(de_GetIntegrationResponsesCommand)
14
+ .sc(GetIntegrationResponses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetIntegrationsCommand, se_GetIntegrationsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetIntegrations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetIntegrationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetIntegrations", {})
17
13
  .n("ApiGatewayV2Client", "GetIntegrationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetIntegrationsCommand)
20
- .de(de_GetIntegrationsCommand)
14
+ .sc(GetIntegrations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetModelCommand, se_GetModelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("ApiGatewayV2", "GetModel", {})
17
13
  .n("ApiGatewayV2Client", "GetModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetModelCommand)
20
- .de(de_GetModelCommand)
14
+ .sc(GetModel)
21
15
  .build() {
22
16
  }