@aws-sdk/client-vpc-lattice 3.699.0 → 3.709.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 (108) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1223 -25
  3. package/dist-es/VPCLattice.js +34 -0
  4. package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
  5. package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
  6. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
  7. package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
  9. package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
  10. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
  11. package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
  12. package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
  13. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
  14. package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
  15. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
  16. package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
  17. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
  18. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
  19. package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
  20. package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
  21. package/dist-es/commands/index.js +17 -0
  22. package/dist-es/models/models_0.js +61 -0
  23. package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
  24. package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
  25. package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
  26. package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
  28. package/dist-es/pagination/index.js +5 -0
  29. package/dist-es/protocols/Aws_restJson1.js +671 -0
  30. package/dist-types/VPCLattice.d.ts +122 -0
  31. package/dist-types/VPCLatticeClient.d.ts +19 -2
  32. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
  33. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
  34. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
  35. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
  36. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
  37. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
  40. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
  42. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
  43. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
  44. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
  45. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
  46. package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
  47. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  49. package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
  50. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
  51. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  52. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
  53. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
  55. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
  56. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
  59. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
  60. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
  61. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
  62. package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
  63. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
  65. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
  66. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
  67. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
  68. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
  69. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
  70. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
  71. package/dist-types/commands/index.d.ts +17 -0
  72. package/dist-types/models/models_0.d.ts +2687 -987
  73. package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
  75. package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
  76. package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +5 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  80. package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
  81. package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
  82. package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +416 -0
  101. package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
  103. package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  108. package/package.json +35 -35
@@ -2,19 +2,26 @@ import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { BatchUpdateRuleCommand, } from "./commands/BatchUpdateRuleCommand";
3
3
  import { CreateAccessLogSubscriptionCommand, } from "./commands/CreateAccessLogSubscriptionCommand";
4
4
  import { CreateListenerCommand, } from "./commands/CreateListenerCommand";
5
+ import { CreateResourceConfigurationCommand, } from "./commands/CreateResourceConfigurationCommand";
6
+ import { CreateResourceGatewayCommand, } from "./commands/CreateResourceGatewayCommand";
5
7
  import { CreateRuleCommand } from "./commands/CreateRuleCommand";
6
8
  import { CreateServiceCommand, } from "./commands/CreateServiceCommand";
7
9
  import { CreateServiceNetworkCommand, } from "./commands/CreateServiceNetworkCommand";
10
+ import { CreateServiceNetworkResourceAssociationCommand, } from "./commands/CreateServiceNetworkResourceAssociationCommand";
8
11
  import { CreateServiceNetworkServiceAssociationCommand, } from "./commands/CreateServiceNetworkServiceAssociationCommand";
9
12
  import { CreateServiceNetworkVpcAssociationCommand, } from "./commands/CreateServiceNetworkVpcAssociationCommand";
10
13
  import { CreateTargetGroupCommand, } from "./commands/CreateTargetGroupCommand";
11
14
  import { DeleteAccessLogSubscriptionCommand, } from "./commands/DeleteAccessLogSubscriptionCommand";
12
15
  import { DeleteAuthPolicyCommand, } from "./commands/DeleteAuthPolicyCommand";
13
16
  import { DeleteListenerCommand, } from "./commands/DeleteListenerCommand";
17
+ import { DeleteResourceConfigurationCommand, } from "./commands/DeleteResourceConfigurationCommand";
18
+ import { DeleteResourceEndpointAssociationCommand, } from "./commands/DeleteResourceEndpointAssociationCommand";
19
+ import { DeleteResourceGatewayCommand, } from "./commands/DeleteResourceGatewayCommand";
14
20
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
15
21
  import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
16
22
  import { DeleteServiceCommand, } from "./commands/DeleteServiceCommand";
17
23
  import { DeleteServiceNetworkCommand, } from "./commands/DeleteServiceNetworkCommand";
24
+ import { DeleteServiceNetworkResourceAssociationCommand, } from "./commands/DeleteServiceNetworkResourceAssociationCommand";
18
25
  import { DeleteServiceNetworkServiceAssociationCommand, } from "./commands/DeleteServiceNetworkServiceAssociationCommand";
19
26
  import { DeleteServiceNetworkVpcAssociationCommand, } from "./commands/DeleteServiceNetworkVpcAssociationCommand";
20
27
  import { DeleteTargetGroupCommand, } from "./commands/DeleteTargetGroupCommand";
@@ -22,19 +29,27 @@ import { DeregisterTargetsCommand, } from "./commands/DeregisterTargetsCommand";
22
29
  import { GetAccessLogSubscriptionCommand, } from "./commands/GetAccessLogSubscriptionCommand";
23
30
  import { GetAuthPolicyCommand, } from "./commands/GetAuthPolicyCommand";
24
31
  import { GetListenerCommand } from "./commands/GetListenerCommand";
32
+ import { GetResourceConfigurationCommand, } from "./commands/GetResourceConfigurationCommand";
33
+ import { GetResourceGatewayCommand, } from "./commands/GetResourceGatewayCommand";
25
34
  import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
26
35
  import { GetRuleCommand } from "./commands/GetRuleCommand";
27
36
  import { GetServiceCommand } from "./commands/GetServiceCommand";
28
37
  import { GetServiceNetworkCommand, } from "./commands/GetServiceNetworkCommand";
38
+ import { GetServiceNetworkResourceAssociationCommand, } from "./commands/GetServiceNetworkResourceAssociationCommand";
29
39
  import { GetServiceNetworkServiceAssociationCommand, } from "./commands/GetServiceNetworkServiceAssociationCommand";
30
40
  import { GetServiceNetworkVpcAssociationCommand, } from "./commands/GetServiceNetworkVpcAssociationCommand";
31
41
  import { GetTargetGroupCommand, } from "./commands/GetTargetGroupCommand";
32
42
  import { ListAccessLogSubscriptionsCommand, } from "./commands/ListAccessLogSubscriptionsCommand";
33
43
  import { ListListenersCommand, } from "./commands/ListListenersCommand";
44
+ import { ListResourceConfigurationsCommand, } from "./commands/ListResourceConfigurationsCommand";
45
+ import { ListResourceEndpointAssociationsCommand, } from "./commands/ListResourceEndpointAssociationsCommand";
46
+ import { ListResourceGatewaysCommand, } from "./commands/ListResourceGatewaysCommand";
34
47
  import { ListRulesCommand } from "./commands/ListRulesCommand";
48
+ import { ListServiceNetworkResourceAssociationsCommand, } from "./commands/ListServiceNetworkResourceAssociationsCommand";
35
49
  import { ListServiceNetworksCommand, } from "./commands/ListServiceNetworksCommand";
36
50
  import { ListServiceNetworkServiceAssociationsCommand, } from "./commands/ListServiceNetworkServiceAssociationsCommand";
37
51
  import { ListServiceNetworkVpcAssociationsCommand, } from "./commands/ListServiceNetworkVpcAssociationsCommand";
52
+ import { ListServiceNetworkVpcEndpointAssociationsCommand, } from "./commands/ListServiceNetworkVpcEndpointAssociationsCommand";
38
53
  import { ListServicesCommand, } from "./commands/ListServicesCommand";
39
54
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
40
55
  import { ListTargetGroupsCommand, } from "./commands/ListTargetGroupsCommand";
@@ -46,6 +61,8 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
46
61
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
47
62
  import { UpdateAccessLogSubscriptionCommand, } from "./commands/UpdateAccessLogSubscriptionCommand";
48
63
  import { UpdateListenerCommand, } from "./commands/UpdateListenerCommand";
64
+ import { UpdateResourceConfigurationCommand, } from "./commands/UpdateResourceConfigurationCommand";
65
+ import { UpdateResourceGatewayCommand, } from "./commands/UpdateResourceGatewayCommand";
49
66
  import { UpdateRuleCommand } from "./commands/UpdateRuleCommand";
50
67
  import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
51
68
  import { UpdateServiceNetworkCommand, } from "./commands/UpdateServiceNetworkCommand";
@@ -56,19 +73,26 @@ const commands = {
56
73
  BatchUpdateRuleCommand,
57
74
  CreateAccessLogSubscriptionCommand,
58
75
  CreateListenerCommand,
76
+ CreateResourceConfigurationCommand,
77
+ CreateResourceGatewayCommand,
59
78
  CreateRuleCommand,
60
79
  CreateServiceCommand,
61
80
  CreateServiceNetworkCommand,
81
+ CreateServiceNetworkResourceAssociationCommand,
62
82
  CreateServiceNetworkServiceAssociationCommand,
63
83
  CreateServiceNetworkVpcAssociationCommand,
64
84
  CreateTargetGroupCommand,
65
85
  DeleteAccessLogSubscriptionCommand,
66
86
  DeleteAuthPolicyCommand,
67
87
  DeleteListenerCommand,
88
+ DeleteResourceConfigurationCommand,
89
+ DeleteResourceEndpointAssociationCommand,
90
+ DeleteResourceGatewayCommand,
68
91
  DeleteResourcePolicyCommand,
69
92
  DeleteRuleCommand,
70
93
  DeleteServiceCommand,
71
94
  DeleteServiceNetworkCommand,
95
+ DeleteServiceNetworkResourceAssociationCommand,
72
96
  DeleteServiceNetworkServiceAssociationCommand,
73
97
  DeleteServiceNetworkVpcAssociationCommand,
74
98
  DeleteTargetGroupCommand,
@@ -76,19 +100,27 @@ const commands = {
76
100
  GetAccessLogSubscriptionCommand,
77
101
  GetAuthPolicyCommand,
78
102
  GetListenerCommand,
103
+ GetResourceConfigurationCommand,
104
+ GetResourceGatewayCommand,
79
105
  GetResourcePolicyCommand,
80
106
  GetRuleCommand,
81
107
  GetServiceCommand,
82
108
  GetServiceNetworkCommand,
109
+ GetServiceNetworkResourceAssociationCommand,
83
110
  GetServiceNetworkServiceAssociationCommand,
84
111
  GetServiceNetworkVpcAssociationCommand,
85
112
  GetTargetGroupCommand,
86
113
  ListAccessLogSubscriptionsCommand,
87
114
  ListListenersCommand,
115
+ ListResourceConfigurationsCommand,
116
+ ListResourceEndpointAssociationsCommand,
117
+ ListResourceGatewaysCommand,
88
118
  ListRulesCommand,
119
+ ListServiceNetworkResourceAssociationsCommand,
89
120
  ListServiceNetworksCommand,
90
121
  ListServiceNetworkServiceAssociationsCommand,
91
122
  ListServiceNetworkVpcAssociationsCommand,
123
+ ListServiceNetworkVpcEndpointAssociationsCommand,
92
124
  ListServicesCommand,
93
125
  ListTagsForResourceCommand,
94
126
  ListTargetGroupsCommand,
@@ -100,6 +132,8 @@ const commands = {
100
132
  UntagResourceCommand,
101
133
  UpdateAccessLogSubscriptionCommand,
102
134
  UpdateListenerCommand,
135
+ UpdateResourceConfigurationCommand,
136
+ UpdateResourceGatewayCommand,
103
137
  UpdateRuleCommand,
104
138
  UpdateServiceCommand,
105
139
  UpdateServiceNetworkCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateResourceConfigurationCommand, se_CreateResourceConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateResourceConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "CreateResourceConfiguration", {})
17
+ .n("VPCLatticeClient", "CreateResourceConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateResourceConfigurationCommand)
20
+ .de(de_CreateResourceConfigurationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateResourceGatewayCommand, se_CreateResourceGatewayCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateResourceGatewayCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "CreateResourceGateway", {})
17
+ .n("VPCLatticeClient", "CreateResourceGatewayCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateResourceGatewayCommand)
20
+ .de(de_CreateResourceGatewayCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateServiceNetworkResourceAssociationCommand, se_CreateServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateServiceNetworkResourceAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "CreateServiceNetworkResourceAssociation", {})
17
+ .n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateServiceNetworkResourceAssociationCommand)
20
+ .de(de_CreateServiceNetworkResourceAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteResourceConfigurationCommand, se_DeleteResourceConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteResourceConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "DeleteResourceConfiguration", {})
17
+ .n("VPCLatticeClient", "DeleteResourceConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteResourceConfigurationCommand)
20
+ .de(de_DeleteResourceConfigurationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteResourceEndpointAssociationCommand, se_DeleteResourceEndpointAssociationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteResourceEndpointAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "DeleteResourceEndpointAssociation", {})
17
+ .n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteResourceEndpointAssociationCommand)
20
+ .de(de_DeleteResourceEndpointAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteResourceGatewayCommand, se_DeleteResourceGatewayCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteResourceGatewayCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "DeleteResourceGateway", {})
17
+ .n("VPCLatticeClient", "DeleteResourceGatewayCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteResourceGatewayCommand)
20
+ .de(de_DeleteResourceGatewayCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteServiceNetworkResourceAssociationCommand, se_DeleteServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteServiceNetworkResourceAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {})
17
+ .n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteServiceNetworkResourceAssociationCommand)
20
+ .de(de_DeleteServiceNetworkResourceAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetResourceConfigurationCommand, se_GetResourceConfigurationCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetResourceConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "GetResourceConfiguration", {})
17
+ .n("VPCLatticeClient", "GetResourceConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetResourceConfigurationCommand)
20
+ .de(de_GetResourceConfigurationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetResourceGatewayCommand, se_GetResourceGatewayCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetResourceGatewayCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "GetResourceGateway", {})
17
+ .n("VPCLatticeClient", "GetResourceGatewayCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetResourceGatewayCommand)
20
+ .de(de_GetResourceGatewayCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetServiceNetworkResourceAssociationCommand, se_GetServiceNetworkResourceAssociationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetServiceNetworkResourceAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {})
17
+ .n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetServiceNetworkResourceAssociationCommand)
20
+ .de(de_GetServiceNetworkResourceAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceConfigurationsCommand, se_ListResourceConfigurationsCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListResourceConfigurationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "ListResourceConfigurations", {})
17
+ .n("VPCLatticeClient", "ListResourceConfigurationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListResourceConfigurationsCommand)
20
+ .de(de_ListResourceConfigurationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceEndpointAssociationsCommand, se_ListResourceEndpointAssociationsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListResourceEndpointAssociationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "ListResourceEndpointAssociations", {})
17
+ .n("VPCLatticeClient", "ListResourceEndpointAssociationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListResourceEndpointAssociationsCommand)
20
+ .de(de_ListResourceEndpointAssociationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListResourceGatewaysCommand, se_ListResourceGatewaysCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListResourceGatewaysCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "ListResourceGateways", {})
17
+ .n("VPCLatticeClient", "ListResourceGatewaysCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListResourceGatewaysCommand)
20
+ .de(de_ListResourceGatewaysCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListServiceNetworkResourceAssociationsCommand, se_ListServiceNetworkResourceAssociationsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListServiceNetworkResourceAssociationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "ListServiceNetworkResourceAssociations", {})
17
+ .n("VPCLatticeClient", "ListServiceNetworkResourceAssociationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListServiceNetworkResourceAssociationsCommand)
20
+ .de(de_ListServiceNetworkResourceAssociationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListServiceNetworkVpcEndpointAssociationsCommand, se_ListServiceNetworkVpcEndpointAssociationsCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListServiceNetworkVpcEndpointAssociationsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "ListServiceNetworkVpcEndpointAssociations", {})
17
+ .n("VPCLatticeClient", "ListServiceNetworkVpcEndpointAssociationsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListServiceNetworkVpcEndpointAssociationsCommand)
20
+ .de(de_ListServiceNetworkVpcEndpointAssociationsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateResourceConfigurationCommand, se_UpdateResourceConfigurationCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateResourceConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "UpdateResourceConfiguration", {})
17
+ .n("VPCLatticeClient", "UpdateResourceConfigurationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateResourceConfigurationCommand)
20
+ .de(de_UpdateResourceConfigurationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateResourceGatewayCommand, se_UpdateResourceGatewayCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateResourceGatewayCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MercuryControlPlane", "UpdateResourceGateway", {})
17
+ .n("VPCLatticeClient", "UpdateResourceGatewayCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateResourceGatewayCommand)
20
+ .de(de_UpdateResourceGatewayCommand)
21
+ .build() {
22
+ }
@@ -1,19 +1,26 @@
1
1
  export * from "./BatchUpdateRuleCommand";
2
2
  export * from "./CreateAccessLogSubscriptionCommand";
3
3
  export * from "./CreateListenerCommand";
4
+ export * from "./CreateResourceConfigurationCommand";
5
+ export * from "./CreateResourceGatewayCommand";
4
6
  export * from "./CreateRuleCommand";
5
7
  export * from "./CreateServiceCommand";
6
8
  export * from "./CreateServiceNetworkCommand";
9
+ export * from "./CreateServiceNetworkResourceAssociationCommand";
7
10
  export * from "./CreateServiceNetworkServiceAssociationCommand";
8
11
  export * from "./CreateServiceNetworkVpcAssociationCommand";
9
12
  export * from "./CreateTargetGroupCommand";
10
13
  export * from "./DeleteAccessLogSubscriptionCommand";
11
14
  export * from "./DeleteAuthPolicyCommand";
12
15
  export * from "./DeleteListenerCommand";
16
+ export * from "./DeleteResourceConfigurationCommand";
17
+ export * from "./DeleteResourceEndpointAssociationCommand";
18
+ export * from "./DeleteResourceGatewayCommand";
13
19
  export * from "./DeleteResourcePolicyCommand";
14
20
  export * from "./DeleteRuleCommand";
15
21
  export * from "./DeleteServiceCommand";
16
22
  export * from "./DeleteServiceNetworkCommand";
23
+ export * from "./DeleteServiceNetworkResourceAssociationCommand";
17
24
  export * from "./DeleteServiceNetworkServiceAssociationCommand";
18
25
  export * from "./DeleteServiceNetworkVpcAssociationCommand";
19
26
  export * from "./DeleteTargetGroupCommand";
@@ -21,18 +28,26 @@ export * from "./DeregisterTargetsCommand";
21
28
  export * from "./GetAccessLogSubscriptionCommand";
22
29
  export * from "./GetAuthPolicyCommand";
23
30
  export * from "./GetListenerCommand";
31
+ export * from "./GetResourceConfigurationCommand";
32
+ export * from "./GetResourceGatewayCommand";
24
33
  export * from "./GetResourcePolicyCommand";
25
34
  export * from "./GetRuleCommand";
26
35
  export * from "./GetServiceCommand";
27
36
  export * from "./GetServiceNetworkCommand";
37
+ export * from "./GetServiceNetworkResourceAssociationCommand";
28
38
  export * from "./GetServiceNetworkServiceAssociationCommand";
29
39
  export * from "./GetServiceNetworkVpcAssociationCommand";
30
40
  export * from "./GetTargetGroupCommand";
31
41
  export * from "./ListAccessLogSubscriptionsCommand";
32
42
  export * from "./ListListenersCommand";
43
+ export * from "./ListResourceConfigurationsCommand";
44
+ export * from "./ListResourceEndpointAssociationsCommand";
45
+ export * from "./ListResourceGatewaysCommand";
33
46
  export * from "./ListRulesCommand";
47
+ export * from "./ListServiceNetworkResourceAssociationsCommand";
34
48
  export * from "./ListServiceNetworkServiceAssociationsCommand";
35
49
  export * from "./ListServiceNetworkVpcAssociationsCommand";
50
+ export * from "./ListServiceNetworkVpcEndpointAssociationsCommand";
36
51
  export * from "./ListServiceNetworksCommand";
37
52
  export * from "./ListServicesCommand";
38
53
  export * from "./ListTagsForResourceCommand";
@@ -45,6 +60,8 @@ export * from "./TagResourceCommand";
45
60
  export * from "./UntagResourceCommand";
46
61
  export * from "./UpdateAccessLogSubscriptionCommand";
47
62
  export * from "./UpdateListenerCommand";
63
+ export * from "./UpdateResourceConfigurationCommand";
64
+ export * from "./UpdateResourceGatewayCommand";
48
65
  export * from "./UpdateRuleCommand";
49
66
  export * from "./UpdateServiceCommand";
50
67
  export * from "./UpdateServiceNetworkCommand";