@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.
- package/dist-cjs/VPCLattice.js +1 -115
- package/dist-cjs/VPCLatticeClient.js +1 -43
- package/dist-cjs/commands/BatchUpdateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/CreateListenerCommand.js +1 -28
- package/dist-cjs/commands/CreateRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteListenerCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeregisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/GetAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/GetAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetListenerCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetRuleCommand.js +1 -28
- package/dist-cjs/commands/GetServiceCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkServiceAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/ListAccessLogSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListListenersCommand.js +1 -28
- package/dist-cjs/commands/ListRulesCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworkServiceAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworkVpcAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListServiceNetworksCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListTargetsCommand.js +1 -28
- package/dist-cjs/commands/PutAuthPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/RegisterTargetsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessLogSubscriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdateListenerCommand.js +1 -28
- package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceNetworkCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceNetworkVpcAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateTargetGroupCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -55
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5327 -11
- package/dist-cjs/models/VPCLatticeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -244
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessLogSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListListenersPaginator.js +1 -7
- package/dist-cjs/pagination/ListRulesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworkServiceAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworkVpcAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServiceNetworksPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3667
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/VPCLattice.js
CHANGED
|
@@ -1,115 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VPCLattice = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const BatchUpdateRuleCommand_1 = require("./commands/BatchUpdateRuleCommand");
|
|
6
|
-
const CreateAccessLogSubscriptionCommand_1 = require("./commands/CreateAccessLogSubscriptionCommand");
|
|
7
|
-
const CreateListenerCommand_1 = require("./commands/CreateListenerCommand");
|
|
8
|
-
const CreateRuleCommand_1 = require("./commands/CreateRuleCommand");
|
|
9
|
-
const CreateServiceCommand_1 = require("./commands/CreateServiceCommand");
|
|
10
|
-
const CreateServiceNetworkCommand_1 = require("./commands/CreateServiceNetworkCommand");
|
|
11
|
-
const CreateServiceNetworkServiceAssociationCommand_1 = require("./commands/CreateServiceNetworkServiceAssociationCommand");
|
|
12
|
-
const CreateServiceNetworkVpcAssociationCommand_1 = require("./commands/CreateServiceNetworkVpcAssociationCommand");
|
|
13
|
-
const CreateTargetGroupCommand_1 = require("./commands/CreateTargetGroupCommand");
|
|
14
|
-
const DeleteAccessLogSubscriptionCommand_1 = require("./commands/DeleteAccessLogSubscriptionCommand");
|
|
15
|
-
const DeleteAuthPolicyCommand_1 = require("./commands/DeleteAuthPolicyCommand");
|
|
16
|
-
const DeleteListenerCommand_1 = require("./commands/DeleteListenerCommand");
|
|
17
|
-
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
18
|
-
const DeleteRuleCommand_1 = require("./commands/DeleteRuleCommand");
|
|
19
|
-
const DeleteServiceCommand_1 = require("./commands/DeleteServiceCommand");
|
|
20
|
-
const DeleteServiceNetworkCommand_1 = require("./commands/DeleteServiceNetworkCommand");
|
|
21
|
-
const DeleteServiceNetworkServiceAssociationCommand_1 = require("./commands/DeleteServiceNetworkServiceAssociationCommand");
|
|
22
|
-
const DeleteServiceNetworkVpcAssociationCommand_1 = require("./commands/DeleteServiceNetworkVpcAssociationCommand");
|
|
23
|
-
const DeleteTargetGroupCommand_1 = require("./commands/DeleteTargetGroupCommand");
|
|
24
|
-
const DeregisterTargetsCommand_1 = require("./commands/DeregisterTargetsCommand");
|
|
25
|
-
const GetAccessLogSubscriptionCommand_1 = require("./commands/GetAccessLogSubscriptionCommand");
|
|
26
|
-
const GetAuthPolicyCommand_1 = require("./commands/GetAuthPolicyCommand");
|
|
27
|
-
const GetListenerCommand_1 = require("./commands/GetListenerCommand");
|
|
28
|
-
const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
|
|
29
|
-
const GetRuleCommand_1 = require("./commands/GetRuleCommand");
|
|
30
|
-
const GetServiceCommand_1 = require("./commands/GetServiceCommand");
|
|
31
|
-
const GetServiceNetworkCommand_1 = require("./commands/GetServiceNetworkCommand");
|
|
32
|
-
const GetServiceNetworkServiceAssociationCommand_1 = require("./commands/GetServiceNetworkServiceAssociationCommand");
|
|
33
|
-
const GetServiceNetworkVpcAssociationCommand_1 = require("./commands/GetServiceNetworkVpcAssociationCommand");
|
|
34
|
-
const GetTargetGroupCommand_1 = require("./commands/GetTargetGroupCommand");
|
|
35
|
-
const ListAccessLogSubscriptionsCommand_1 = require("./commands/ListAccessLogSubscriptionsCommand");
|
|
36
|
-
const ListListenersCommand_1 = require("./commands/ListListenersCommand");
|
|
37
|
-
const ListRulesCommand_1 = require("./commands/ListRulesCommand");
|
|
38
|
-
const ListServiceNetworksCommand_1 = require("./commands/ListServiceNetworksCommand");
|
|
39
|
-
const ListServiceNetworkServiceAssociationsCommand_1 = require("./commands/ListServiceNetworkServiceAssociationsCommand");
|
|
40
|
-
const ListServiceNetworkVpcAssociationsCommand_1 = require("./commands/ListServiceNetworkVpcAssociationsCommand");
|
|
41
|
-
const ListServicesCommand_1 = require("./commands/ListServicesCommand");
|
|
42
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
43
|
-
const ListTargetGroupsCommand_1 = require("./commands/ListTargetGroupsCommand");
|
|
44
|
-
const ListTargetsCommand_1 = require("./commands/ListTargetsCommand");
|
|
45
|
-
const PutAuthPolicyCommand_1 = require("./commands/PutAuthPolicyCommand");
|
|
46
|
-
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
47
|
-
const RegisterTargetsCommand_1 = require("./commands/RegisterTargetsCommand");
|
|
48
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
49
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
50
|
-
const UpdateAccessLogSubscriptionCommand_1 = require("./commands/UpdateAccessLogSubscriptionCommand");
|
|
51
|
-
const UpdateListenerCommand_1 = require("./commands/UpdateListenerCommand");
|
|
52
|
-
const UpdateRuleCommand_1 = require("./commands/UpdateRuleCommand");
|
|
53
|
-
const UpdateServiceCommand_1 = require("./commands/UpdateServiceCommand");
|
|
54
|
-
const UpdateServiceNetworkCommand_1 = require("./commands/UpdateServiceNetworkCommand");
|
|
55
|
-
const UpdateServiceNetworkVpcAssociationCommand_1 = require("./commands/UpdateServiceNetworkVpcAssociationCommand");
|
|
56
|
-
const UpdateTargetGroupCommand_1 = require("./commands/UpdateTargetGroupCommand");
|
|
57
|
-
const VPCLatticeClient_1 = require("./VPCLatticeClient");
|
|
58
|
-
const commands = {
|
|
59
|
-
BatchUpdateRuleCommand: BatchUpdateRuleCommand_1.BatchUpdateRuleCommand,
|
|
60
|
-
CreateAccessLogSubscriptionCommand: CreateAccessLogSubscriptionCommand_1.CreateAccessLogSubscriptionCommand,
|
|
61
|
-
CreateListenerCommand: CreateListenerCommand_1.CreateListenerCommand,
|
|
62
|
-
CreateRuleCommand: CreateRuleCommand_1.CreateRuleCommand,
|
|
63
|
-
CreateServiceCommand: CreateServiceCommand_1.CreateServiceCommand,
|
|
64
|
-
CreateServiceNetworkCommand: CreateServiceNetworkCommand_1.CreateServiceNetworkCommand,
|
|
65
|
-
CreateServiceNetworkServiceAssociationCommand: CreateServiceNetworkServiceAssociationCommand_1.CreateServiceNetworkServiceAssociationCommand,
|
|
66
|
-
CreateServiceNetworkVpcAssociationCommand: CreateServiceNetworkVpcAssociationCommand_1.CreateServiceNetworkVpcAssociationCommand,
|
|
67
|
-
CreateTargetGroupCommand: CreateTargetGroupCommand_1.CreateTargetGroupCommand,
|
|
68
|
-
DeleteAccessLogSubscriptionCommand: DeleteAccessLogSubscriptionCommand_1.DeleteAccessLogSubscriptionCommand,
|
|
69
|
-
DeleteAuthPolicyCommand: DeleteAuthPolicyCommand_1.DeleteAuthPolicyCommand,
|
|
70
|
-
DeleteListenerCommand: DeleteListenerCommand_1.DeleteListenerCommand,
|
|
71
|
-
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
72
|
-
DeleteRuleCommand: DeleteRuleCommand_1.DeleteRuleCommand,
|
|
73
|
-
DeleteServiceCommand: DeleteServiceCommand_1.DeleteServiceCommand,
|
|
74
|
-
DeleteServiceNetworkCommand: DeleteServiceNetworkCommand_1.DeleteServiceNetworkCommand,
|
|
75
|
-
DeleteServiceNetworkServiceAssociationCommand: DeleteServiceNetworkServiceAssociationCommand_1.DeleteServiceNetworkServiceAssociationCommand,
|
|
76
|
-
DeleteServiceNetworkVpcAssociationCommand: DeleteServiceNetworkVpcAssociationCommand_1.DeleteServiceNetworkVpcAssociationCommand,
|
|
77
|
-
DeleteTargetGroupCommand: DeleteTargetGroupCommand_1.DeleteTargetGroupCommand,
|
|
78
|
-
DeregisterTargetsCommand: DeregisterTargetsCommand_1.DeregisterTargetsCommand,
|
|
79
|
-
GetAccessLogSubscriptionCommand: GetAccessLogSubscriptionCommand_1.GetAccessLogSubscriptionCommand,
|
|
80
|
-
GetAuthPolicyCommand: GetAuthPolicyCommand_1.GetAuthPolicyCommand,
|
|
81
|
-
GetListenerCommand: GetListenerCommand_1.GetListenerCommand,
|
|
82
|
-
GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
|
|
83
|
-
GetRuleCommand: GetRuleCommand_1.GetRuleCommand,
|
|
84
|
-
GetServiceCommand: GetServiceCommand_1.GetServiceCommand,
|
|
85
|
-
GetServiceNetworkCommand: GetServiceNetworkCommand_1.GetServiceNetworkCommand,
|
|
86
|
-
GetServiceNetworkServiceAssociationCommand: GetServiceNetworkServiceAssociationCommand_1.GetServiceNetworkServiceAssociationCommand,
|
|
87
|
-
GetServiceNetworkVpcAssociationCommand: GetServiceNetworkVpcAssociationCommand_1.GetServiceNetworkVpcAssociationCommand,
|
|
88
|
-
GetTargetGroupCommand: GetTargetGroupCommand_1.GetTargetGroupCommand,
|
|
89
|
-
ListAccessLogSubscriptionsCommand: ListAccessLogSubscriptionsCommand_1.ListAccessLogSubscriptionsCommand,
|
|
90
|
-
ListListenersCommand: ListListenersCommand_1.ListListenersCommand,
|
|
91
|
-
ListRulesCommand: ListRulesCommand_1.ListRulesCommand,
|
|
92
|
-
ListServiceNetworksCommand: ListServiceNetworksCommand_1.ListServiceNetworksCommand,
|
|
93
|
-
ListServiceNetworkServiceAssociationsCommand: ListServiceNetworkServiceAssociationsCommand_1.ListServiceNetworkServiceAssociationsCommand,
|
|
94
|
-
ListServiceNetworkVpcAssociationsCommand: ListServiceNetworkVpcAssociationsCommand_1.ListServiceNetworkVpcAssociationsCommand,
|
|
95
|
-
ListServicesCommand: ListServicesCommand_1.ListServicesCommand,
|
|
96
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
97
|
-
ListTargetGroupsCommand: ListTargetGroupsCommand_1.ListTargetGroupsCommand,
|
|
98
|
-
ListTargetsCommand: ListTargetsCommand_1.ListTargetsCommand,
|
|
99
|
-
PutAuthPolicyCommand: PutAuthPolicyCommand_1.PutAuthPolicyCommand,
|
|
100
|
-
PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
|
|
101
|
-
RegisterTargetsCommand: RegisterTargetsCommand_1.RegisterTargetsCommand,
|
|
102
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
103
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
104
|
-
UpdateAccessLogSubscriptionCommand: UpdateAccessLogSubscriptionCommand_1.UpdateAccessLogSubscriptionCommand,
|
|
105
|
-
UpdateListenerCommand: UpdateListenerCommand_1.UpdateListenerCommand,
|
|
106
|
-
UpdateRuleCommand: UpdateRuleCommand_1.UpdateRuleCommand,
|
|
107
|
-
UpdateServiceCommand: UpdateServiceCommand_1.UpdateServiceCommand,
|
|
108
|
-
UpdateServiceNetworkCommand: UpdateServiceNetworkCommand_1.UpdateServiceNetworkCommand,
|
|
109
|
-
UpdateServiceNetworkVpcAssociationCommand: UpdateServiceNetworkVpcAssociationCommand_1.UpdateServiceNetworkVpcAssociationCommand,
|
|
110
|
-
UpdateTargetGroupCommand: UpdateTargetGroupCommand_1.UpdateTargetGroupCommand,
|
|
111
|
-
};
|
|
112
|
-
class VPCLattice extends VPCLatticeClient_1.VPCLatticeClient {
|
|
113
|
-
}
|
|
114
|
-
exports.VPCLattice = VPCLattice;
|
|
115
|
-
(0, smithy_client_1.createAggregatedClient)(commands, VPCLattice);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VPCLatticeClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class VPCLatticeClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.VPCLatticeClient = VPCLatticeClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchUpdateRuleCommand = 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 BatchUpdateRuleCommand 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", "BatchUpdateRule", {})
|
|
22
|
-
.n("VPCLatticeClient", "BatchUpdateRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_BatchUpdateRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_BatchUpdateRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchUpdateRuleCommand = BatchUpdateRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAccessLogSubscriptionCommand = 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 CreateAccessLogSubscriptionCommand 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", "CreateAccessLogSubscription", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateAccessLogSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateAccessLogSubscriptionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateAccessLogSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateAccessLogSubscriptionCommand = CreateAccessLogSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateListenerCommand = 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 CreateListenerCommand 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", "CreateListener", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateListenerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateListenerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateListenerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateListenerCommand = CreateListenerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRuleCommand = 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 CreateRuleCommand 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", "CreateRule", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRuleCommand = CreateRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServiceCommand = 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 CreateServiceCommand 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", "CreateService", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateServiceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateServiceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateServiceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateServiceCommand = CreateServiceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServiceNetworkCommand = 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 CreateServiceNetworkCommand 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", "CreateServiceNetwork", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateServiceNetworkCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateServiceNetworkCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateServiceNetworkCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateServiceNetworkCommand = CreateServiceNetworkCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServiceNetworkServiceAssociationCommand = 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 CreateServiceNetworkServiceAssociationCommand 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", "CreateServiceNetworkServiceAssociation", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateServiceNetworkServiceAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateServiceNetworkServiceAssociationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateServiceNetworkServiceAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateServiceNetworkServiceAssociationCommand = CreateServiceNetworkServiceAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateServiceNetworkVpcAssociationCommand = 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 CreateServiceNetworkVpcAssociationCommand 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", "CreateServiceNetworkVpcAssociation", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateServiceNetworkVpcAssociationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateServiceNetworkVpcAssociationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateServiceNetworkVpcAssociationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateServiceNetworkVpcAssociationCommand = CreateServiceNetworkVpcAssociationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTargetGroupCommand = 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 CreateTargetGroupCommand 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", "CreateTargetGroup", {})
|
|
22
|
-
.n("VPCLatticeClient", "CreateTargetGroupCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateTargetGroupCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateTargetGroupCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTargetGroupCommand = CreateTargetGroupCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAccessLogSubscriptionCommand = 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 DeleteAccessLogSubscriptionCommand 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", "DeleteAccessLogSubscription", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteAccessLogSubscriptionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAccessLogSubscriptionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAccessLogSubscriptionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAccessLogSubscriptionCommand = DeleteAccessLogSubscriptionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteAuthPolicyCommand = 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 DeleteAuthPolicyCommand 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", "DeleteAuthPolicy", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteAuthPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteAuthPolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteAuthPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteAuthPolicyCommand = DeleteAuthPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteListenerCommand = 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 DeleteListenerCommand 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", "DeleteListener", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteListenerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteListenerCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteListenerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteListenerCommand = DeleteListenerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourcePolicyCommand = 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 DeleteResourcePolicyCommand 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", "DeleteResourcePolicy", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteResourcePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteResourcePolicyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteResourcePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRuleCommand = 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 DeleteRuleCommand 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", "DeleteRule", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteRuleCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRuleCommand = DeleteRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteServiceCommand = 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 DeleteServiceCommand 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", "DeleteService", {})
|
|
22
|
-
.n("VPCLatticeClient", "DeleteServiceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteServiceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteServiceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteServiceCommand = DeleteServiceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|