@aws-sdk/client-vpc-lattice 3.490.0 → 3.495.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 (75) hide show
  1. package/dist-cjs/VPCLattice.js +1 -115
  2. package/dist-cjs/VPCLatticeClient.js +1 -43
  3. package/dist-cjs/commands/BatchUpdateRuleCommand.js +1 -28
  4. package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +1 -28
  5. package/dist-cjs/commands/CreateListenerCommand.js +1 -28
  6. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  7. package/dist-cjs/commands/CreateServiceCommand.js +1 -28
  8. package/dist-cjs/commands/CreateServiceNetworkCommand.js +1 -28
  9. package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +1 -28
  10. package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +1 -28
  11. package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteAuthPolicyCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteServiceNetworkCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
  22. package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
  23. package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +1 -28
  24. package/dist-cjs/commands/GetAuthPolicyCommand.js +1 -28
  25. package/dist-cjs/commands/GetListenerCommand.js +1 -28
  26. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  27. package/dist-cjs/commands/GetRuleCommand.js +1 -28
  28. package/dist-cjs/commands/GetServiceCommand.js +1 -28
  29. package/dist-cjs/commands/GetServiceNetworkCommand.js +1 -28
  30. package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +1 -28
  31. package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +1 -28
  32. package/dist-cjs/commands/GetTargetGroupCommand.js +1 -28
  33. package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +1 -28
  34. package/dist-cjs/commands/ListListenersCommand.js +1 -28
  35. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  36. package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +1 -28
  37. package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +1 -28
  38. package/dist-cjs/commands/ListServiceNetworksCommand.js +1 -28
  39. package/dist-cjs/commands/ListServicesCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  41. package/dist-cjs/commands/ListTargetGroupsCommand.js +1 -28
  42. package/dist-cjs/commands/ListTargetsCommand.js +1 -28
  43. package/dist-cjs/commands/PutAuthPolicyCommand.js +1 -28
  44. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  45. package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
  46. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  47. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateListenerCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateServiceNetworkCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateTargetGroupCommand.js +1 -28
  55. package/dist-cjs/commands/index.js +1 -55
  56. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  57. package/dist-cjs/extensionConfiguration.js +1 -2
  58. package/dist-cjs/index.js +5327 -11
  59. package/dist-cjs/models/VPCLatticeServiceException.js +1 -12
  60. package/dist-cjs/models/index.js +1 -4
  61. package/dist-cjs/models/models_0.js +1 -244
  62. package/dist-cjs/pagination/Interfaces.js +1 -2
  63. package/dist-cjs/pagination/ListAccessLogSubscriptionsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListListenersPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListRulesPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListServiceNetworkServiceAssociationsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListServiceNetworkVpcAssociationsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListServiceNetworksPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListTargetGroupsPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListTargetsPaginator.js +1 -7
  72. package/dist-cjs/pagination/index.js +1 -13
  73. package/dist-cjs/protocols/Aws_restJson1.js +1 -3667
  74. package/dist-cjs/runtimeExtensions.js +1 -22
  75. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListServicesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListServicesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "ListServices", {})
22
- .n("VPCLatticeClient", "ListServicesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListServicesCommand)
25
- .de(Aws_restJson1_1.de_ListServicesCommand)
26
- .build() {
27
- }
28
- exports.ListServicesCommand = ListServicesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "ListTagsForResource", {})
22
- .n("VPCLatticeClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTargetGroupsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTargetGroupsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "ListTargetGroups", {})
22
- .n("VPCLatticeClient", "ListTargetGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTargetGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListTargetGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListTargetGroupsCommand = ListTargetGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTargetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTargetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "ListTargets", {})
22
- .n("VPCLatticeClient", "ListTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTargetsCommand)
25
- .de(Aws_restJson1_1.de_ListTargetsCommand)
26
- .build() {
27
- }
28
- exports.ListTargetsCommand = ListTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutAuthPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutAuthPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "PutAuthPolicy", {})
22
- .n("VPCLatticeClient", "PutAuthPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutAuthPolicyCommand)
25
- .de(Aws_restJson1_1.de_PutAuthPolicyCommand)
26
- .build() {
27
- }
28
- exports.PutAuthPolicyCommand = PutAuthPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PutResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "PutResourcePolicy", {})
22
- .n("VPCLatticeClient", "PutResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_PutResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterTargetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterTargetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "RegisterTargets", {})
22
- .n("VPCLatticeClient", "RegisterTargetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterTargetsCommand)
25
- .de(Aws_restJson1_1.de_RegisterTargetsCommand)
26
- .build() {
27
- }
28
- exports.RegisterTargetsCommand = RegisterTargetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "TagResource", {})
22
- .n("VPCLatticeClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UntagResource", {})
22
- .n("VPCLatticeClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAccessLogSubscriptionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateAccessLogSubscriptionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateAccessLogSubscription", {})
22
- .n("VPCLatticeClient", "UpdateAccessLogSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAccessLogSubscriptionCommand)
25
- .de(Aws_restJson1_1.de_UpdateAccessLogSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.UpdateAccessLogSubscriptionCommand = UpdateAccessLogSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateListenerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateListenerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateListener", {})
22
- .n("VPCLatticeClient", "UpdateListenerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateListenerCommand)
25
- .de(Aws_restJson1_1.de_UpdateListenerCommand)
26
- .build() {
27
- }
28
- exports.UpdateListenerCommand = UpdateListenerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateRule", {})
22
- .n("VPCLatticeClient", "UpdateRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateRuleCommand)
25
- .de(Aws_restJson1_1.de_UpdateRuleCommand)
26
- .build() {
27
- }
28
- exports.UpdateRuleCommand = UpdateRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServiceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateServiceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateService", {})
22
- .n("VPCLatticeClient", "UpdateServiceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateServiceCommand)
25
- .de(Aws_restJson1_1.de_UpdateServiceCommand)
26
- .build() {
27
- }
28
- exports.UpdateServiceCommand = UpdateServiceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServiceNetworkCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateServiceNetworkCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateServiceNetwork", {})
22
- .n("VPCLatticeClient", "UpdateServiceNetworkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateServiceNetworkCommand)
25
- .de(Aws_restJson1_1.de_UpdateServiceNetworkCommand)
26
- .build() {
27
- }
28
- exports.UpdateServiceNetworkCommand = UpdateServiceNetworkCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateServiceNetworkVpcAssociationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateServiceNetworkVpcAssociationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateServiceNetworkVpcAssociation", {})
22
- .n("VPCLatticeClient", "UpdateServiceNetworkVpcAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateServiceNetworkVpcAssociationCommand)
25
- .de(Aws_restJson1_1.de_UpdateServiceNetworkVpcAssociationCommand)
26
- .build() {
27
- }
28
- exports.UpdateServiceNetworkVpcAssociationCommand = UpdateServiceNetworkVpcAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTargetGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateTargetGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("MercuryControlPlane", "UpdateTargetGroup", {})
22
- .n("VPCLatticeClient", "UpdateTargetGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateTargetGroupCommand)
25
- .de(Aws_restJson1_1.de_UpdateTargetGroupCommand)
26
- .build() {
27
- }
28
- exports.UpdateTargetGroupCommand = UpdateTargetGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,55 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchUpdateRuleCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateAccessLogSubscriptionCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateListenerCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateRuleCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateServiceCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateServiceNetworkCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateServiceNetworkServiceAssociationCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateServiceNetworkVpcAssociationCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateTargetGroupCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteAccessLogSubscriptionCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteAuthPolicyCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteListenerCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteResourcePolicyCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteRuleCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteServiceCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteServiceNetworkCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteServiceNetworkServiceAssociationCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteServiceNetworkVpcAssociationCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteTargetGroupCommand"), exports);
23
- tslib_1.__exportStar(require("./DeregisterTargetsCommand"), exports);
24
- tslib_1.__exportStar(require("./GetAccessLogSubscriptionCommand"), exports);
25
- tslib_1.__exportStar(require("./GetAuthPolicyCommand"), exports);
26
- tslib_1.__exportStar(require("./GetListenerCommand"), exports);
27
- tslib_1.__exportStar(require("./GetResourcePolicyCommand"), exports);
28
- tslib_1.__exportStar(require("./GetRuleCommand"), exports);
29
- tslib_1.__exportStar(require("./GetServiceCommand"), exports);
30
- tslib_1.__exportStar(require("./GetServiceNetworkCommand"), exports);
31
- tslib_1.__exportStar(require("./GetServiceNetworkServiceAssociationCommand"), exports);
32
- tslib_1.__exportStar(require("./GetServiceNetworkVpcAssociationCommand"), exports);
33
- tslib_1.__exportStar(require("./GetTargetGroupCommand"), exports);
34
- tslib_1.__exportStar(require("./ListAccessLogSubscriptionsCommand"), exports);
35
- tslib_1.__exportStar(require("./ListListenersCommand"), exports);
36
- tslib_1.__exportStar(require("./ListRulesCommand"), exports);
37
- tslib_1.__exportStar(require("./ListServiceNetworkServiceAssociationsCommand"), exports);
38
- tslib_1.__exportStar(require("./ListServiceNetworkVpcAssociationsCommand"), exports);
39
- tslib_1.__exportStar(require("./ListServiceNetworksCommand"), exports);
40
- tslib_1.__exportStar(require("./ListServicesCommand"), exports);
41
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
42
- tslib_1.__exportStar(require("./ListTargetGroupsCommand"), exports);
43
- tslib_1.__exportStar(require("./ListTargetsCommand"), exports);
44
- tslib_1.__exportStar(require("./PutAuthPolicyCommand"), exports);
45
- tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
46
- tslib_1.__exportStar(require("./RegisterTargetsCommand"), exports);
47
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
48
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
49
- tslib_1.__exportStar(require("./UpdateAccessLogSubscriptionCommand"), exports);
50
- tslib_1.__exportStar(require("./UpdateListenerCommand"), exports);
51
- tslib_1.__exportStar(require("./UpdateRuleCommand"), exports);
52
- tslib_1.__exportStar(require("./UpdateServiceCommand"), exports);
53
- tslib_1.__exportStar(require("./UpdateServiceNetworkCommand"), exports);
54
- tslib_1.__exportStar(require("./UpdateServiceNetworkVpcAssociationCommand"), exports);
55
- tslib_1.__exportStar(require("./UpdateTargetGroupCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "vpc-lattice",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");