@aws-sdk/client-elastic-load-balancing 3.477.0 → 3.481.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/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +18 -41
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +18 -41
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +18 -41
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +2 -23
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +18 -41
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +18 -41
- package/dist-es/commands/ConfigureHealthCheckCommand.js +18 -41
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +18 -41
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +18 -41
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +18 -41
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +18 -41
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +18 -41
- package/dist-es/commands/DescribeAccountLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeInstanceHealthCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +18 -41
- package/dist-es/commands/DescribeLoadBalancersCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +18 -41
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +18 -41
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +18 -41
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +18 -41
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeLoadBalancersPaginator.js +2 -22
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -21
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -21
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -21
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -21
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class AddTagsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "AddTagsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "AddTags",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_AddTagsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_AddTagsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AddTagsCommand 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("ElasticLoadBalancing_v7", "AddTags", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "AddTagsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_AddTagsCommand)
|
|
25
|
+
.de(Aws_query_1.de_AddTagsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AddTagsCommand = AddTagsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ApplySecurityGroupsToLoadBalancerCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "ApplySecurityGroupsToLoadBalancerCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "ApplySecurityGroupsToLoadBalancer",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_ApplySecurityGroupsToLoadBalancerCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_ApplySecurityGroupsToLoadBalancerCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ApplySecurityGroupsToLoadBalancerCommand 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("ElasticLoadBalancing_v7", "ApplySecurityGroupsToLoadBalancer", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "ApplySecurityGroupsToLoadBalancerCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_ApplySecurityGroupsToLoadBalancerCommand)
|
|
25
|
+
.de(Aws_query_1.de_ApplySecurityGroupsToLoadBalancerCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ApplySecurityGroupsToLoadBalancerCommand = ApplySecurityGroupsToLoadBalancerCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class AttachLoadBalancerToSubnetsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "AttachLoadBalancerToSubnetsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "AttachLoadBalancerToSubnets",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_AttachLoadBalancerToSubnetsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_AttachLoadBalancerToSubnetsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AttachLoadBalancerToSubnetsCommand 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("ElasticLoadBalancing_v7", "AttachLoadBalancerToSubnets", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "AttachLoadBalancerToSubnetsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_AttachLoadBalancerToSubnetsCommand)
|
|
25
|
+
.de(Aws_query_1.de_AttachLoadBalancerToSubnetsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AttachLoadBalancerToSubnetsCommand = AttachLoadBalancerToSubnetsCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class ConfigureHealthCheckCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "ConfigureHealthCheckCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "ConfigureHealthCheck",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_ConfigureHealthCheckCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_ConfigureHealthCheckCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class ConfigureHealthCheckCommand 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("ElasticLoadBalancing_v7", "ConfigureHealthCheck", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "ConfigureHealthCheckCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_ConfigureHealthCheckCommand)
|
|
25
|
+
.de(Aws_query_1.de_ConfigureHealthCheckCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.ConfigureHealthCheckCommand = ConfigureHealthCheckCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateAppCookieStickinessPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "CreateAppCookieStickinessPolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "CreateAppCookieStickinessPolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_CreateAppCookieStickinessPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_CreateAppCookieStickinessPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAppCookieStickinessPolicyCommand 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("ElasticLoadBalancing_v7", "CreateAppCookieStickinessPolicy", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "CreateAppCookieStickinessPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_CreateAppCookieStickinessPolicyCommand)
|
|
25
|
+
.de(Aws_query_1.de_CreateAppCookieStickinessPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAppCookieStickinessPolicyCommand = CreateAppCookieStickinessPolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateLBCookieStickinessPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "CreateLBCookieStickinessPolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "CreateLBCookieStickinessPolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_CreateLBCookieStickinessPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_CreateLBCookieStickinessPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateLBCookieStickinessPolicyCommand 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("ElasticLoadBalancing_v7", "CreateLBCookieStickinessPolicy", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "CreateLBCookieStickinessPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_CreateLBCookieStickinessPolicyCommand)
|
|
25
|
+
.de(Aws_query_1.de_CreateLBCookieStickinessPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateLBCookieStickinessPolicyCommand = CreateLBCookieStickinessPolicyCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateLoadBalancerCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "CreateLoadBalancerCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "CreateLoadBalancer",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_CreateLoadBalancerCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_CreateLoadBalancerCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateLoadBalancerCommand 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("ElasticLoadBalancing_v7", "CreateLoadBalancer", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "CreateLoadBalancerCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_CreateLoadBalancerCommand)
|
|
25
|
+
.de(Aws_query_1.de_CreateLoadBalancerCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateLoadBalancerCommand = CreateLoadBalancerCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateLoadBalancerListenersCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "CreateLoadBalancerListenersCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "CreateLoadBalancerListeners",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_CreateLoadBalancerListenersCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_CreateLoadBalancerListenersCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateLoadBalancerListenersCommand 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("ElasticLoadBalancing_v7", "CreateLoadBalancerListeners", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "CreateLoadBalancerListenersCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_CreateLoadBalancerListenersCommand)
|
|
25
|
+
.de(Aws_query_1.de_CreateLoadBalancerListenersCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateLoadBalancerListenersCommand = CreateLoadBalancerListenersCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
10
|
-
class CreateLoadBalancerPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "ElasticLoadBalancingClient";
|
|
29
|
-
const commandName = "CreateLoadBalancerPolicyCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "ElasticLoadBalancing_v7",
|
|
38
|
-
operation: "CreateLoadBalancerPolicy",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_query_1.se_CreateLoadBalancerPolicyCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_query_1.de_CreateLoadBalancerPolicyCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateLoadBalancerPolicyCommand 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("ElasticLoadBalancing_v7", "CreateLoadBalancerPolicy", {})
|
|
22
|
+
.n("ElasticLoadBalancingClient", "CreateLoadBalancerPolicyCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_query_1.se_CreateLoadBalancerPolicyCommand)
|
|
25
|
+
.de(Aws_query_1.de_CreateLoadBalancerPolicyCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateLoadBalancerPolicyCommand = CreateLoadBalancerPolicyCommand;
|