@aws-sdk/client-vpc-lattice 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 (97) hide show
  1. package/dist-cjs/index.js +2768 -3273
  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/models/models_0.js +0 -60
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-es/schemas/schemas_0.js +2622 -0
  80. package/dist-types/VPCLatticeClient.d.ts +10 -1
  81. package/dist-types/models/models_0.d.ts +24 -6
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +300 -0
  87. package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
  88. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  93. package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
  94. package/package.json +33 -34
  95. package/dist-es/protocols/Aws_restJson1.js +0 -2698
  96. package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.vpclattice" }),
28
30
  serviceId: config?.serviceId ?? "VPC Lattice",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class VPCLatticeClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_BatchUpdateRuleCommand, se_BatchUpdateRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { BatchUpdateRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchUpdateRuleCommand 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", "BatchUpdateRule", {})
17
13
  .n("VPCLatticeClient", "BatchUpdateRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchUpdateRuleCommand)
20
- .de(de_BatchUpdateRuleCommand)
14
+ .sc(BatchUpdateRule)
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_CreateAccessLogSubscriptionCommand, se_CreateAccessLogSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateAccessLogSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAccessLogSubscriptionCommand 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", "CreateAccessLogSubscription", {})
17
13
  .n("VPCLatticeClient", "CreateAccessLogSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAccessLogSubscriptionCommand)
20
- .de(de_CreateAccessLogSubscriptionCommand)
14
+ .sc(CreateAccessLogSubscription)
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_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateListenerCommand 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", "CreateListener", {})
17
13
  .n("VPCLatticeClient", "CreateListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateListenerCommand)
20
- .de(de_CreateListenerCommand)
14
+ .sc(CreateListener)
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_CreateResourceConfigurationCommand, se_CreateResourceConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateResourceConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateResourceConfigurationCommand 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", "CreateResourceConfiguration", {})
17
13
  .n("VPCLatticeClient", "CreateResourceConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateResourceConfigurationCommand)
20
- .de(de_CreateResourceConfigurationCommand)
14
+ .sc(CreateResourceConfiguration)
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_CreateResourceGatewayCommand, se_CreateResourceGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateResourceGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateResourceGatewayCommand 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", "CreateResourceGateway", {})
17
13
  .n("VPCLatticeClient", "CreateResourceGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateResourceGatewayCommand)
20
- .de(de_CreateResourceGatewayCommand)
14
+ .sc(CreateResourceGateway)
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_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRuleCommand 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", "CreateRule", {})
17
13
  .n("VPCLatticeClient", "CreateRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRuleCommand)
20
- .de(de_CreateRuleCommand)
14
+ .sc(CreateRule)
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_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateService } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceCommand 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", "CreateService", {})
17
13
  .n("VPCLatticeClient", "CreateServiceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceCommand)
20
- .de(de_CreateServiceCommand)
14
+ .sc(CreateService)
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_CreateServiceNetworkCommand, se_CreateServiceNetworkCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateServiceNetwork } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceNetworkCommand 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", "CreateServiceNetwork", {})
17
13
  .n("VPCLatticeClient", "CreateServiceNetworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceNetworkCommand)
20
- .de(de_CreateServiceNetworkCommand)
14
+ .sc(CreateServiceNetwork)
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_CreateServiceNetworkResourceAssociationCommand, se_CreateServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateServiceNetworkResourceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceNetworkResourceAssociationCommand 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", "CreateServiceNetworkResourceAssociation", {})
17
13
  .n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceNetworkResourceAssociationCommand)
20
- .de(de_CreateServiceNetworkResourceAssociationCommand)
14
+ .sc(CreateServiceNetworkResourceAssociation)
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_CreateServiceNetworkServiceAssociationCommand, se_CreateServiceNetworkServiceAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateServiceNetworkServiceAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceNetworkServiceAssociationCommand 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", "CreateServiceNetworkServiceAssociation", {})
17
13
  .n("VPCLatticeClient", "CreateServiceNetworkServiceAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceNetworkServiceAssociationCommand)
20
- .de(de_CreateServiceNetworkServiceAssociationCommand)
14
+ .sc(CreateServiceNetworkServiceAssociation)
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_CreateServiceNetworkVpcAssociationCommand, se_CreateServiceNetworkVpcAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateServiceNetworkVpcAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateServiceNetworkVpcAssociationCommand 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", "CreateServiceNetworkVpcAssociation", {})
17
13
  .n("VPCLatticeClient", "CreateServiceNetworkVpcAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateServiceNetworkVpcAssociationCommand)
20
- .de(de_CreateServiceNetworkVpcAssociationCommand)
14
+ .sc(CreateServiceNetworkVpcAssociation)
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_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTargetGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTargetGroupCommand 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", "CreateTargetGroup", {})
17
13
  .n("VPCLatticeClient", "CreateTargetGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTargetGroupCommand)
20
- .de(de_CreateTargetGroupCommand)
14
+ .sc(CreateTargetGroup)
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_DeleteAccessLogSubscriptionCommand, se_DeleteAccessLogSubscriptionCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteAccessLogSubscription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAccessLogSubscriptionCommand 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", "DeleteAccessLogSubscription", {})
17
13
  .n("VPCLatticeClient", "DeleteAccessLogSubscriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAccessLogSubscriptionCommand)
20
- .de(de_DeleteAccessLogSubscriptionCommand)
14
+ .sc(DeleteAccessLogSubscription)
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_DeleteAuthPolicyCommand, se_DeleteAuthPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAuthPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAuthPolicyCommand 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", "DeleteAuthPolicy", {})
17
13
  .n("VPCLatticeClient", "DeleteAuthPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAuthPolicyCommand)
20
- .de(de_DeleteAuthPolicyCommand)
14
+ .sc(DeleteAuthPolicy)
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_DeleteDomainVerificationCommand, se_DeleteDomainVerificationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteDomainVerification } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDomainVerificationCommand 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", "DeleteDomainVerification", {})
17
13
  .n("VPCLatticeClient", "DeleteDomainVerificationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDomainVerificationCommand)
20
- .de(de_DeleteDomainVerificationCommand)
14
+ .sc(DeleteDomainVerification)
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_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteListener } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteListenerCommand 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", "DeleteListener", {})
17
13
  .n("VPCLatticeClient", "DeleteListenerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteListenerCommand)
20
- .de(de_DeleteListenerCommand)
14
+ .sc(DeleteListener)
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_DeleteResourceConfigurationCommand, se_DeleteResourceConfigurationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteResourceConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourceConfigurationCommand 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", "DeleteResourceConfiguration", {})
17
13
  .n("VPCLatticeClient", "DeleteResourceConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourceConfigurationCommand)
20
- .de(de_DeleteResourceConfigurationCommand)
14
+ .sc(DeleteResourceConfiguration)
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_DeleteResourceEndpointAssociationCommand, se_DeleteResourceEndpointAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteResourceEndpointAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourceEndpointAssociationCommand 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", "DeleteResourceEndpointAssociation", {})
17
13
  .n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourceEndpointAssociationCommand)
20
- .de(de_DeleteResourceEndpointAssociationCommand)
14
+ .sc(DeleteResourceEndpointAssociation)
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_DeleteResourceGatewayCommand, se_DeleteResourceGatewayCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteResourceGateway } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourceGatewayCommand 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", "DeleteResourceGateway", {})
17
13
  .n("VPCLatticeClient", "DeleteResourceGatewayCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourceGatewayCommand)
20
- .de(de_DeleteResourceGatewayCommand)
14
+ .sc(DeleteResourceGateway)
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_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourcePolicyCommand 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", "DeleteResourcePolicy", {})
17
13
  .n("VPCLatticeClient", "DeleteResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourcePolicyCommand)
20
- .de(de_DeleteResourcePolicyCommand)
14
+ .sc(DeleteResourcePolicy)
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_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRuleCommand 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", "DeleteRule", {})
17
13
  .n("VPCLatticeClient", "DeleteRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRuleCommand)
20
- .de(de_DeleteRuleCommand)
14
+ .sc(DeleteRule)
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_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteService } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteServiceCommand 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", "DeleteService", {})
17
13
  .n("VPCLatticeClient", "DeleteServiceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteServiceCommand)
20
- .de(de_DeleteServiceCommand)
14
+ .sc(DeleteService)
21
15
  .build() {
22
16
  }