@aws-sdk/client-vpc-lattice 3.927.0 → 3.929.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 (94) hide show
  1. package/dist-cjs/index.js +2768 -3213
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/VPCLatticeClient.js +2 -0
  4. package/dist-es/commands/BatchUpdateRuleCommand.js +3 -9
  5. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateListenerCommand.js +3 -9
  7. package/dist-es/commands/CreateResourceConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateServiceCommand.js +3 -9
  11. package/dist-es/commands/CreateServiceNetworkCommand.js +3 -9
  12. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +3 -9
  15. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +3 -9
  17. package/dist-es/commands/DeleteAuthPolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteDomainVerificationCommand.js +3 -9
  19. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteResourceConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourceGatewayCommand.js +3 -9
  23. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  25. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  26. package/dist-es/commands/DeleteServiceNetworkCommand.js +3 -9
  27. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +3 -9
  30. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  31. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  32. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +3 -9
  33. package/dist-es/commands/GetAuthPolicyCommand.js +3 -9
  34. package/dist-es/commands/GetDomainVerificationCommand.js +3 -9
  35. package/dist-es/commands/GetListenerCommand.js +3 -9
  36. package/dist-es/commands/GetResourceConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetResourceGatewayCommand.js +3 -9
  38. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  39. package/dist-es/commands/GetRuleCommand.js +3 -9
  40. package/dist-es/commands/GetServiceCommand.js +3 -9
  41. package/dist-es/commands/GetServiceNetworkCommand.js +3 -9
  42. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +3 -9
  44. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +3 -9
  45. package/dist-es/commands/GetTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +3 -9
  47. package/dist-es/commands/ListDomainVerificationsCommand.js +3 -9
  48. package/dist-es/commands/ListListenersCommand.js +3 -9
  49. package/dist-es/commands/ListResourceConfigurationsCommand.js +3 -9
  50. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +3 -9
  51. package/dist-es/commands/ListResourceGatewaysCommand.js +3 -9
  52. package/dist-es/commands/ListRulesCommand.js +3 -9
  53. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +3 -9
  55. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +3 -9
  57. package/dist-es/commands/ListServiceNetworksCommand.js +3 -9
  58. package/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/dist-es/commands/ListTargetGroupsCommand.js +3 -9
  61. package/dist-es/commands/ListTargetsCommand.js +3 -9
  62. package/dist-es/commands/PutAuthPolicyCommand.js +3 -9
  63. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  64. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  65. package/dist-es/commands/StartDomainVerificationCommand.js +3 -9
  66. package/dist-es/commands/TagResourceCommand.js +3 -9
  67. package/dist-es/commands/UntagResourceCommand.js +3 -9
  68. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +3 -9
  69. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  70. package/dist-es/commands/UpdateResourceConfigurationCommand.js +3 -9
  71. package/dist-es/commands/UpdateResourceGatewayCommand.js +3 -9
  72. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  74. package/dist-es/commands/UpdateServiceNetworkCommand.js +3 -9
  75. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +3 -9
  76. package/dist-es/commands/UpdateTargetGroupCommand.js +3 -9
  77. package/dist-es/runtimeConfig.shared.js +2 -0
  78. package/dist-es/schemas/schemas_0.js +2622 -0
  79. package/dist-types/VPCLatticeClient.d.ts +10 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/dist-types/runtimeConfig.d.ts +1 -0
  82. package/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  84. package/dist-types/schemas/schemas_0.d.ts +300 -0
  85. package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
  91. package/package.json +5 -6
  92. package/dist-es/protocols/Aws_restJson1.js +0 -2698
  93. package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
@@ -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_DeleteServiceNetworkCommand, se_DeleteServiceNetworkCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteServiceNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceNetworkCommand 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("MercuryControlPlane", "DeleteServiceNetwork", {})
17
13
  .n("VPCLatticeClient", "DeleteServiceNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceNetworkCommand)
20
- .de(de_DeleteServiceNetworkCommand)
14
+ .sc(DeleteServiceNetwork)
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_DeleteServiceNetworkResourceAssociationCommand, se_DeleteServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteServiceNetworkResourceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceNetworkResourceAssociationCommand 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("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {})
17
13
  .n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceNetworkResourceAssociationCommand)
20
- .de(de_DeleteServiceNetworkResourceAssociationCommand)
14
+ .sc(DeleteServiceNetworkResourceAssociation)
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_DeleteServiceNetworkServiceAssociationCommand, se_DeleteServiceNetworkServiceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteServiceNetworkServiceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceNetworkServiceAssociationCommand 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("MercuryControlPlane", "DeleteServiceNetworkServiceAssociation", {})
17
13
  .n("VPCLatticeClient", "DeleteServiceNetworkServiceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceNetworkServiceAssociationCommand)
20
- .de(de_DeleteServiceNetworkServiceAssociationCommand)
14
+ .sc(DeleteServiceNetworkServiceAssociation)
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_DeleteServiceNetworkVpcAssociationCommand, se_DeleteServiceNetworkVpcAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteServiceNetworkVpcAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceNetworkVpcAssociationCommand 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("MercuryControlPlane", "DeleteServiceNetworkVpcAssociation", {})
17
13
  .n("VPCLatticeClient", "DeleteServiceNetworkVpcAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceNetworkVpcAssociationCommand)
20
- .de(de_DeleteServiceNetworkVpcAssociationCommand)
14
+ .sc(DeleteServiceNetworkVpcAssociation)
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_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTargetGroupCommand 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("MercuryControlPlane", "DeleteTargetGroup", {})
17
13
  .n("VPCLatticeClient", "DeleteTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTargetGroupCommand)
20
- .de(de_DeleteTargetGroupCommand)
14
+ .sc(DeleteTargetGroup)
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_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../protocols/Aws_restJson1";
4
+ import { DeregisterTargets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterTargetsCommand 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("MercuryControlPlane", "DeregisterTargets", {})
17
13
  .n("VPCLatticeClient", "DeregisterTargetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterTargetsCommand)
20
- .de(de_DeregisterTargetsCommand)
14
+ .sc(DeregisterTargets)
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_GetAccessLogSubscriptionCommand, se_GetAccessLogSubscriptionCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAccessLogSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccessLogSubscriptionCommand 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("MercuryControlPlane", "GetAccessLogSubscription", {})
17
13
  .n("VPCLatticeClient", "GetAccessLogSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccessLogSubscriptionCommand)
20
- .de(de_GetAccessLogSubscriptionCommand)
14
+ .sc(GetAccessLogSubscription)
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_GetAuthPolicyCommand, se_GetAuthPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAuthPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAuthPolicyCommand 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("MercuryControlPlane", "GetAuthPolicy", {})
17
13
  .n("VPCLatticeClient", "GetAuthPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAuthPolicyCommand)
20
- .de(de_GetAuthPolicyCommand)
14
+ .sc(GetAuthPolicy)
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_GetDomainVerificationCommand, se_GetDomainVerificationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDomainVerification } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDomainVerificationCommand 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("MercuryControlPlane", "GetDomainVerification", {})
17
13
  .n("VPCLatticeClient", "GetDomainVerificationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDomainVerificationCommand)
20
- .de(de_GetDomainVerificationCommand)
14
+ .sc(GetDomainVerification)
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_GetListenerCommand, se_GetListenerCommand } from "../protocols/Aws_restJson1";
4
+ import { GetListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetListenerCommand 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("MercuryControlPlane", "GetListener", {})
17
13
  .n("VPCLatticeClient", "GetListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetListenerCommand)
20
- .de(de_GetListenerCommand)
14
+ .sc(GetListener)
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_GetResourceConfigurationCommand, se_GetResourceConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResourceConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourceConfigurationCommand 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("MercuryControlPlane", "GetResourceConfiguration", {})
17
13
  .n("VPCLatticeClient", "GetResourceConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourceConfigurationCommand)
20
- .de(de_GetResourceConfigurationCommand)
14
+ .sc(GetResourceConfiguration)
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_GetResourceGatewayCommand, se_GetResourceGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResourceGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourceGatewayCommand 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("MercuryControlPlane", "GetResourceGateway", {})
17
13
  .n("VPCLatticeClient", "GetResourceGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourceGatewayCommand)
20
- .de(de_GetResourceGatewayCommand)
14
+ .sc(GetResourceGateway)
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_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { GetResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourcePolicyCommand 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("MercuryControlPlane", "GetResourcePolicy", {})
17
13
  .n("VPCLatticeClient", "GetResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourcePolicyCommand)
20
- .de(de_GetResourcePolicyCommand)
14
+ .sc(GetResourcePolicy)
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_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { GetRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRuleCommand 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("MercuryControlPlane", "GetRule", {})
17
13
  .n("VPCLatticeClient", "GetRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRuleCommand)
20
- .de(de_GetRuleCommand)
14
+ .sc(GetRule)
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_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetService } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceCommand 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("MercuryControlPlane", "GetService", {})
17
13
  .n("VPCLatticeClient", "GetServiceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceCommand)
20
- .de(de_GetServiceCommand)
14
+ .sc(GetService)
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_GetServiceNetworkCommand, se_GetServiceNetworkCommand } from "../protocols/Aws_restJson1";
4
+ import { GetServiceNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceNetworkCommand 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("MercuryControlPlane", "GetServiceNetwork", {})
17
13
  .n("VPCLatticeClient", "GetServiceNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceNetworkCommand)
20
- .de(de_GetServiceNetworkCommand)
14
+ .sc(GetServiceNetwork)
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_GetServiceNetworkResourceAssociationCommand, se_GetServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetServiceNetworkResourceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceNetworkResourceAssociationCommand 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("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {})
17
13
  .n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceNetworkResourceAssociationCommand)
20
- .de(de_GetServiceNetworkResourceAssociationCommand)
14
+ .sc(GetServiceNetworkResourceAssociation)
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_GetServiceNetworkServiceAssociationCommand, se_GetServiceNetworkServiceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetServiceNetworkServiceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceNetworkServiceAssociationCommand 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("MercuryControlPlane", "GetServiceNetworkServiceAssociation", {})
17
13
  .n("VPCLatticeClient", "GetServiceNetworkServiceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceNetworkServiceAssociationCommand)
20
- .de(de_GetServiceNetworkServiceAssociationCommand)
14
+ .sc(GetServiceNetworkServiceAssociation)
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_GetServiceNetworkVpcAssociationCommand, se_GetServiceNetworkVpcAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetServiceNetworkVpcAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServiceNetworkVpcAssociationCommand 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("MercuryControlPlane", "GetServiceNetworkVpcAssociation", {})
17
13
  .n("VPCLatticeClient", "GetServiceNetworkVpcAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServiceNetworkVpcAssociationCommand)
20
- .de(de_GetServiceNetworkVpcAssociationCommand)
14
+ .sc(GetServiceNetworkVpcAssociation)
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_GetTargetGroupCommand, se_GetTargetGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTargetGroupCommand 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("MercuryControlPlane", "GetTargetGroup", {})
17
13
  .n("VPCLatticeClient", "GetTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTargetGroupCommand)
20
- .de(de_GetTargetGroupCommand)
14
+ .sc(GetTargetGroup)
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_ListAccessLogSubscriptionsCommand, se_ListAccessLogSubscriptionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAccessLogSubscriptions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAccessLogSubscriptionsCommand 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("MercuryControlPlane", "ListAccessLogSubscriptions", {})
17
13
  .n("VPCLatticeClient", "ListAccessLogSubscriptionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAccessLogSubscriptionsCommand)
20
- .de(de_ListAccessLogSubscriptionsCommand)
14
+ .sc(ListAccessLogSubscriptions)
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_ListDomainVerificationsCommand, se_ListDomainVerificationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListDomainVerifications } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListDomainVerificationsCommand 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("MercuryControlPlane", "ListDomainVerifications", {})
17
13
  .n("VPCLatticeClient", "ListDomainVerificationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListDomainVerificationsCommand)
20
- .de(de_ListDomainVerificationsCommand)
14
+ .sc(ListDomainVerifications)
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_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListListeners } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListListenersCommand 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("MercuryControlPlane", "ListListeners", {})
17
13
  .n("VPCLatticeClient", "ListListenersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListListenersCommand)
20
- .de(de_ListListenersCommand)
14
+ .sc(ListListeners)
21
15
  .build() {
22
16
  }