@aws-sdk/client-elastic-load-balancing 3.1076.0 → 3.1078.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/index.js +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteLoadBalancerListeners$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLoadBalancerListenersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancerListeners", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerListenersCommand")
|
|
14
|
-
.sc(DeleteLoadBalancerListeners$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLoadBalancerListenersCommand extends command(_ep0, _mw0, "DeleteLoadBalancerListeners", DeleteLoadBalancerListeners$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteLoadBalancerPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLoadBalancerPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancerPolicy", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerPolicyCommand")
|
|
14
|
-
.sc(DeleteLoadBalancerPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLoadBalancerPolicyCommand extends command(_ep0, _mw0, "DeleteLoadBalancerPolicy", DeleteLoadBalancerPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeregisterInstancesFromLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterInstancesFromLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DeregisterInstancesFromLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DeregisterInstancesFromLoadBalancerCommand")
|
|
14
|
-
.sc(DeregisterInstancesFromLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterInstancesFromLoadBalancerCommand extends command(_ep0, _mw0, "DeregisterInstancesFromLoadBalancer", DeregisterInstancesFromLoadBalancer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAccountLimits$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAccountLimitsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeAccountLimits", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeAccountLimitsCommand")
|
|
14
|
-
.sc(DescribeAccountLimits$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeAccountLimitsCommand extends command(_ep0, _mw0, "DescribeAccountLimits", DescribeAccountLimits$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeInstanceHealth$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeInstanceHealthCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeInstanceHealth", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeInstanceHealthCommand")
|
|
14
|
-
.sc(DescribeInstanceHealth$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeInstanceHealthCommand extends command(_ep0, _mw0, "DescribeInstanceHealth", DescribeInstanceHealth$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeLoadBalancerAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeLoadBalancerAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerAttributes", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerAttributesCommand")
|
|
14
|
-
.sc(DescribeLoadBalancerAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeLoadBalancerAttributesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerAttributes", DescribeLoadBalancerAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeLoadBalancerPolicies$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeLoadBalancerPoliciesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicies", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerPoliciesCommand")
|
|
14
|
-
.sc(DescribeLoadBalancerPolicies$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeLoadBalancerPoliciesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerPolicies", DescribeLoadBalancerPolicies$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeLoadBalancerPolicyTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeLoadBalancerPolicyTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicyTypes", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerPolicyTypesCommand")
|
|
14
|
-
.sc(DescribeLoadBalancerPolicyTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeLoadBalancerPolicyTypesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerPolicyTypes", DescribeLoadBalancerPolicyTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeLoadBalancers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeLoadBalancersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancers", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancersCommand")
|
|
14
|
-
.sc(DescribeLoadBalancers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeLoadBalancersCommand extends command(_ep0, _mw0, "DescribeLoadBalancers", DescribeLoadBalancers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DescribeTags", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DescribeTagsCommand")
|
|
14
|
-
.sc(DescribeTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DetachLoadBalancerFromSubnets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DetachLoadBalancerFromSubnetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DetachLoadBalancerFromSubnets", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DetachLoadBalancerFromSubnetsCommand")
|
|
14
|
-
.sc(DetachLoadBalancerFromSubnets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DetachLoadBalancerFromSubnetsCommand extends command(_ep0, _mw0, "DetachLoadBalancerFromSubnets", DetachLoadBalancerFromSubnets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisableAvailabilityZonesForLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DisableAvailabilityZonesForLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DisableAvailabilityZonesForLoadBalancerCommand")
|
|
14
|
-
.sc(DisableAvailabilityZonesForLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableAvailabilityZonesForLoadBalancerCommand extends command(_ep0, _mw0, "DisableAvailabilityZonesForLoadBalancer", DisableAvailabilityZonesForLoadBalancer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { EnableAvailabilityZonesForLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "EnableAvailabilityZonesForLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "EnableAvailabilityZonesForLoadBalancerCommand")
|
|
14
|
-
.sc(EnableAvailabilityZonesForLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableAvailabilityZonesForLoadBalancerCommand extends command(_ep0, _mw0, "EnableAvailabilityZonesForLoadBalancer", EnableAvailabilityZonesForLoadBalancer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ModifyLoadBalancerAttributes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ModifyLoadBalancerAttributesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "ModifyLoadBalancerAttributes", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "ModifyLoadBalancerAttributesCommand")
|
|
14
|
-
.sc(ModifyLoadBalancerAttributes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ModifyLoadBalancerAttributesCommand extends command(_ep0, _mw0, "ModifyLoadBalancerAttributes", ModifyLoadBalancerAttributes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterInstancesWithLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterInstancesWithLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "RegisterInstancesWithLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "RegisterInstancesWithLoadBalancerCommand")
|
|
14
|
-
.sc(RegisterInstancesWithLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterInstancesWithLoadBalancerCommand extends command(_ep0, _mw0, "RegisterInstancesWithLoadBalancer", RegisterInstancesWithLoadBalancer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RemoveTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "RemoveTags", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "RemoveTagsCommand")
|
|
14
|
-
.sc(RemoveTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetLoadBalancerListenerSSLCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetLoadBalancerListenerSSLCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerListenerSSLCertificate", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerListenerSSLCertificateCommand")
|
|
14
|
-
.sc(SetLoadBalancerListenerSSLCertificate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetLoadBalancerListenerSSLCertificateCommand extends command(_ep0, _mw0, "SetLoadBalancerListenerSSLCertificate", SetLoadBalancerListenerSSLCertificate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetLoadBalancerPoliciesForBackendServer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesForBackendServer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesForBackendServerCommand")
|
|
14
|
-
.sc(SetLoadBalancerPoliciesForBackendServer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetLoadBalancerPoliciesForBackendServerCommand extends command(_ep0, _mw0, "SetLoadBalancerPoliciesForBackendServer", SetLoadBalancerPoliciesForBackendServer$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SetLoadBalancerPoliciesOfListener$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SetLoadBalancerPoliciesOfListenerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesOfListener", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesOfListenerCommand")
|
|
14
|
-
.sc(SetLoadBalancerPoliciesOfListener$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SetLoadBalancerPoliciesOfListenerCommand extends command(_ep0, _mw0, "SetLoadBalancerPoliciesOfListener", SetLoadBalancerPoliciesOfListener$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ElasticLoadBalancingClient";
|
|
2
2
|
export * from "./ElasticLoadBalancing";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./waiters";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
serviceTarget: "ElasticLoadBalancing_v7",
|
|
33
34
|
},
|
|
34
35
|
serviceId: config?.serviceId ?? "Elastic Load Balancing",
|
|
36
|
+
sha256: config?.sha256 ?? Sha256,
|
|
35
37
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
38
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
39
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ElasticLoadBalancingClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddTagsCommandInput extends AddTagsInput {
|
|
|
22
19
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddTagsCommand_base: {
|
|
25
|
-
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddTagsCommandInput): import("@smithy/core/client").CommandImpl<AddTagsCommandInput, AddTagsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { ApplySecurityGroupsToLoadBalancerInput, ApplySecurityGroupsToLoadBalancerOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput extends ApplySecu
|
|
|
22
19
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySecurityGroupsToLoadBalancerOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
|
|
25
|
-
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AttachLoadBalancerToSubnetsCommandInput extends AttachLoadBalan
|
|
|
22
19
|
export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBalancerToSubnetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AttachLoadBalancerToSubnetsCommand_base: {
|
|
25
|
-
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/core/client").CommandImpl<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { ConfigureHealthCheckInput, ConfigureHealthCheckOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ConfigureHealthCheckCommandInput extends ConfigureHealthCheckIn
|
|
|
22
19
|
export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ConfigureHealthCheckCommand_base: {
|
|
25
|
-
new (input: ConfigureHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ConfigureHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ConfigureHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ConfigureHealthCheckCommandInput): import("@smithy/core/client").CommandImpl<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
2
|
import type { CreateAppCookieStickinessPolicyInput, CreateAppCookieStickinessPolicyOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateAppCookieStickinessPolicyCommandInput extends CreateAppCo
|
|
|
22
19
|
export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppCookieStickinessPolicyOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateAppCookieStickinessPolicyCommand_base: {
|
|
25
|
-
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, import("..").ElasticLoadBalancingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.</p>
|