@aws-sdk/client-elastic-load-balancing 3.337.0 → 3.341.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/ElasticLoadBalancingClient.js +2 -1
- package/dist-cjs/commands/AddTagsCommand.js +2 -1
- package/dist-cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/AttachLoadBalancerToSubnetsCommand.js +2 -1
- package/dist-cjs/commands/ConfigureHealthCheckCommand.js +2 -1
- package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +2 -1
- package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +2 -1
- package/dist-cjs/commands/CreateLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/CreateLoadBalancerListenersCommand.js +2 -1
- package/dist-cjs/commands/CreateLoadBalancerPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/DeleteLoadBalancerListenersCommand.js +2 -1
- package/dist-cjs/commands/DeleteLoadBalancerPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +2 -1
- package/dist-cjs/commands/DescribeInstanceHealthCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoadBalancerPoliciesCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -1
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
- package/dist-cjs/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -1
- package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +2 -1
- package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -1
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -1
- package/dist-cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -1
- package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ElasticLoadBalancingServiceException.js +2 -1
- package/dist-es/ElasticLoadBalancingClient.js +1 -0
- package/dist-es/commands/AddTagsCommand.js +1 -0
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +1 -0
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +1 -0
- package/dist-es/commands/ConfigureHealthCheckCommand.js +1 -0
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +1 -0
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +1 -0
- package/dist-es/commands/CreateLoadBalancerCommand.js +1 -0
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +1 -0
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -0
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +1 -0
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +1 -0
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +1 -0
- package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -0
- package/dist-es/commands/DescribeInstanceHealthCommand.js +1 -0
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -0
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +1 -0
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +1 -0
- package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -0
- package/dist-es/commands/DescribeTagsCommand.js +1 -0
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +1 -0
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +1 -0
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +1 -0
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -0
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +1 -0
- package/dist-es/commands/RemoveTagsCommand.js +1 -0
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +1 -0
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +1 -0
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ElasticLoadBalancingServiceException.js +1 -0
- package/dist-types/ElasticLoadBalancingClient.d.ts +3 -3
- package/dist-types/commands/AddTagsCommand.d.ts +4 -0
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +4 -0
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +4 -0
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +4 -0
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +4 -0
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +4 -0
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +4 -0
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +4 -0
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +4 -0
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +4 -0
- package/dist-types/index.d.ts +27 -2
- package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ElasticLoadBalancingClient = void 0;
|
|
3
|
+
exports.ElasticLoadBalancingClient = exports.__Client = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
11
11
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
12
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
14
|
+
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
14
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
15
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
16
17
|
class ElasticLoadBalancingClient extends smithy_client_1.Client {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AddTagsCommand = void 0;
|
|
3
|
+
exports.AddTagsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class AddTagsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ApplySecurityGroupsToLoadBalancerCommand = void 0;
|
|
3
|
+
exports.ApplySecurityGroupsToLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class ApplySecurityGroupsToLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AttachLoadBalancerToSubnetsCommand = void 0;
|
|
3
|
+
exports.AttachLoadBalancerToSubnetsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class AttachLoadBalancerToSubnetsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ConfigureHealthCheckCommand = void 0;
|
|
3
|
+
exports.ConfigureHealthCheckCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class ConfigureHealthCheckCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateAppCookieStickinessPolicyCommand = void 0;
|
|
3
|
+
exports.CreateAppCookieStickinessPolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class CreateAppCookieStickinessPolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLBCookieStickinessPolicyCommand = void 0;
|
|
3
|
+
exports.CreateLBCookieStickinessPolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class CreateLBCookieStickinessPolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLoadBalancerCommand = void 0;
|
|
3
|
+
exports.CreateLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class CreateLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLoadBalancerListenersCommand = void 0;
|
|
3
|
+
exports.CreateLoadBalancerListenersCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class CreateLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateLoadBalancerPolicyCommand = void 0;
|
|
3
|
+
exports.CreateLoadBalancerPolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class CreateLoadBalancerPolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLoadBalancerCommand = void 0;
|
|
3
|
+
exports.DeleteLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DeleteLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLoadBalancerListenersCommand = void 0;
|
|
3
|
+
exports.DeleteLoadBalancerListenersCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DeleteLoadBalancerListenersCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLoadBalancerPolicyCommand = void 0;
|
|
3
|
+
exports.DeleteLoadBalancerPolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DeleteLoadBalancerPolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeregisterInstancesFromLoadBalancerCommand = void 0;
|
|
3
|
+
exports.DeregisterInstancesFromLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DeregisterInstancesFromLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAccountLimitsCommand = void 0;
|
|
3
|
+
exports.DescribeAccountLimitsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeAccountLimitsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeInstanceHealthCommand = void 0;
|
|
3
|
+
exports.DescribeInstanceHealthCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeInstanceHealthCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLoadBalancerAttributesCommand = void 0;
|
|
3
|
+
exports.DescribeLoadBalancerAttributesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeLoadBalancerAttributesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLoadBalancerPoliciesCommand = void 0;
|
|
3
|
+
exports.DescribeLoadBalancerPoliciesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeLoadBalancerPoliciesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLoadBalancerPolicyTypesCommand = void 0;
|
|
3
|
+
exports.DescribeLoadBalancerPolicyTypesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeLoadBalancerPolicyTypesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeLoadBalancersCommand = void 0;
|
|
3
|
+
exports.DescribeLoadBalancersCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeLoadBalancersCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeTagsCommand = void 0;
|
|
3
|
+
exports.DescribeTagsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DescribeTagsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetachLoadBalancerFromSubnetsCommand = void 0;
|
|
3
|
+
exports.DetachLoadBalancerFromSubnetsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DetachLoadBalancerFromSubnetsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisableAvailabilityZonesForLoadBalancerCommand = void 0;
|
|
3
|
+
exports.DisableAvailabilityZonesForLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class DisableAvailabilityZonesForLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableAvailabilityZonesForLoadBalancerCommand = void 0;
|
|
3
|
+
exports.EnableAvailabilityZonesForLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class EnableAvailabilityZonesForLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ModifyLoadBalancerAttributesCommand = void 0;
|
|
3
|
+
exports.ModifyLoadBalancerAttributesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class ModifyLoadBalancerAttributesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RegisterInstancesWithLoadBalancerCommand = void 0;
|
|
3
|
+
exports.RegisterInstancesWithLoadBalancerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class RegisterInstancesWithLoadBalancerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RemoveTagsCommand = void 0;
|
|
3
|
+
exports.RemoveTagsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class RemoveTagsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetLoadBalancerListenerSSLCertificateCommand = void 0;
|
|
3
|
+
exports.SetLoadBalancerListenerSSLCertificateCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class SetLoadBalancerListenerSSLCertificateCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetLoadBalancerPoliciesForBackendServerCommand = void 0;
|
|
3
|
+
exports.SetLoadBalancerPoliciesForBackendServerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class SetLoadBalancerPoliciesForBackendServerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SetLoadBalancerPoliciesOfListenerCommand = void 0;
|
|
3
|
+
exports.SetLoadBalancerPoliciesOfListenerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
9
|
class SetLoadBalancerPoliciesOfListenerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ElasticLoadBalancingServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./ElasticLoadBalancing"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./ElasticLoadBalancingClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ElasticLoadBalancing"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
10
9
|
tslib_1.__exportStar(require("./waiters"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
11
11
|
var ElasticLoadBalancingServiceException_1 = require("./models/ElasticLoadBalancingServiceException");
|
|
12
12
|
Object.defineProperty(exports, "ElasticLoadBalancingServiceException", { enumerable: true, get: function () { return ElasticLoadBalancingServiceException_1.ElasticLoadBalancingServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ElasticLoadBalancingServiceException = void 0;
|
|
3
|
+
exports.ElasticLoadBalancingServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class ElasticLoadBalancingServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class ElasticLoadBalancingClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class AddTagsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ApplySecurityGroupsToLoadBalancerCommand, se_ApplySecurityGroupsToLoadBalancerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ApplySecurityGroupsToLoadBalancerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_AttachLoadBalancerToSubnetsCommand, se_AttachLoadBalancerToSubnetsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class AttachLoadBalancerToSubnetsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ConfigureHealthCheckCommand, se_ConfigureHealthCheckCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ConfigureHealthCheckCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateAppCookieStickinessPolicyCommand, se_CreateAppCookieStickinessPolicyCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateAppCookieStickinessPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateLBCookieStickinessPolicyCommand, se_CreateLBCookieStickinessPolicyCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateLBCookieStickinessPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateLoadBalancerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateLoadBalancerListenersCommand, se_CreateLoadBalancerListenersCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateLoadBalancerListenersCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateLoadBalancerPolicyCommand, se_CreateLoadBalancerPolicyCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateLoadBalancerPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteLoadBalancerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteLoadBalancerListenersCommand, se_DeleteLoadBalancerListenersCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteLoadBalancerListenersCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteLoadBalancerPolicyCommand, se_DeleteLoadBalancerPolicyCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteLoadBalancerPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeregisterInstancesFromLoadBalancerCommand, se_DeregisterInstancesFromLoadBalancerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeregisterInstancesFromLoadBalancerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeAccountLimitsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeInstanceHealthCommand, se_DescribeInstanceHealthCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeInstanceHealthCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeLoadBalancerAttributesCommand, se_DescribeLoadBalancerAttributesCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeLoadBalancerAttributesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeLoadBalancerPoliciesCommand, se_DescribeLoadBalancerPoliciesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeLoadBalancerPoliciesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeLoadBalancerPolicyTypesCommand, se_DescribeLoadBalancerPolicyTypesCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeLoadBalancerPolicyTypesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|