@aws-sdk/client-elastic-load-balancing 3.335.0 → 3.338.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
|
@@ -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_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeLoadBalancersCommand 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_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeTagsCommand 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_DetachLoadBalancerFromSubnetsCommand, se_DetachLoadBalancerFromSubnetsCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DetachLoadBalancerFromSubnetsCommand 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_DisableAvailabilityZonesForLoadBalancerCommand, se_DisableAvailabilityZonesForLoadBalancerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisableAvailabilityZonesForLoadBalancerCommand 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_EnableAvailabilityZonesForLoadBalancerCommand, se_EnableAvailabilityZonesForLoadBalancerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class EnableAvailabilityZonesForLoadBalancerCommand 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_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributesCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ModifyLoadBalancerAttributesCommand 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_RegisterInstancesWithLoadBalancerCommand, se_RegisterInstancesWithLoadBalancerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RegisterInstancesWithLoadBalancerCommand 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_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RemoveTagsCommand 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_SetLoadBalancerListenerSSLCertificateCommand, se_SetLoadBalancerListenerSSLCertificateCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class SetLoadBalancerListenerSSLCertificateCommand 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_SetLoadBalancerPoliciesForBackendServerCommand, se_SetLoadBalancerPoliciesForBackendServerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class SetLoadBalancerPoliciesForBackendServerCommand 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_SetLoadBalancerPoliciesOfListenerCommand, se_SetLoadBalancerPoliciesOfListenerCommand, } from "../protocols/Aws_query";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class SetLoadBalancerPoliciesOfListenerCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancing";
|
|
2
1
|
export * from "./ElasticLoadBalancingClient";
|
|
2
|
+
export * from "./ElasticLoadBalancing";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException";
|
|
@@ -38,6 +38,7 @@ import { SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListe
|
|
|
38
38
|
import { SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput } from "./commands/SetLoadBalancerPoliciesForBackendServerCommand";
|
|
39
39
|
import { SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput } from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
|
|
40
40
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
41
|
+
export { __Client };
|
|
41
42
|
/**
|
|
42
43
|
* @public
|
|
43
44
|
*/
|
|
@@ -152,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
152
153
|
/**
|
|
153
154
|
* @public
|
|
154
155
|
*/
|
|
155
|
-
type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
156
|
+
export type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
156
157
|
/**
|
|
157
158
|
* @public
|
|
158
159
|
*
|
|
@@ -163,7 +164,7 @@ export interface ElasticLoadBalancingClientConfig extends ElasticLoadBalancingCl
|
|
|
163
164
|
/**
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
|
-
type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
|
+
export type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
167
168
|
/**
|
|
168
169
|
* @public
|
|
169
170
|
*
|
|
@@ -208,4 +209,3 @@ export declare class ElasticLoadBalancingClient extends __Client<__HttpHandlerOp
|
|
|
208
209
|
*/
|
|
209
210
|
destroy(): void;
|
|
210
211
|
}
|
|
211
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { ApplySecurityGroupsToLoadBalancerInput, ApplySecurityGroupsToLoadBalancerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { ConfigureHealthCheckInput, ConfigureHealthCheckOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateAppCookieStickinessPolicyInput, CreateAppCookieStickinessPolicyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateLBCookieStickinessPolicyInput, CreateLBCookieStickinessPolicyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateAccessPointInput, CreateAccessPointOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateLoadBalancerListenerInput, CreateLoadBalancerListenerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { CreateLoadBalancerPolicyInput, CreateLoadBalancerPolicyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteAccessPointInput, DeleteAccessPointOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteLoadBalancerListenerInput, DeleteLoadBalancerListenerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeleteLoadBalancerPolicyInput, DeleteLoadBalancerPolicyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DeregisterEndPointsInput, DeregisterEndPointsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeEndPointStateInput, DescribeEndPointStateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerPoliciesInput, DescribeLoadBalancerPoliciesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeLoadBalancerPolicyTypesInput, DescribeLoadBalancerPolicyTypesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeAccessPointsInput, DescribeAccessPointsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { DetachLoadBalancerFromSubnetsInput, DetachLoadBalancerFromSubnetsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { RemoveAvailabilityZonesInput, RemoveAvailabilityZonesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { AddAvailabilityZonesInput, AddAvailabilityZonesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { RegisterEndPointsInput, RegisterEndPointsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { SetLoadBalancerListenerSSLCertificateInput, SetLoadBalancerListenerSSLCertificateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { SetLoadBalancerPoliciesForBackendServerInput, SetLoadBalancerPoliciesForBackendServerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
5
5
|
import { SetLoadBalancerPoliciesOfListenerInput, SetLoadBalancerPoliciesOfListenerOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Elastic Load Balancing</fullname>
|
|
3
|
+
*
|
|
4
|
+
* <p>A load balancer can distribute incoming traffic across your EC2 instances.
|
|
5
|
+
* This enables you to increase the availability of your application. The load balancer
|
|
6
|
+
* also monitors the health of its registered instances and ensures that it routes traffic
|
|
7
|
+
* only to healthy instances. You configure your load balancer to accept incoming traffic
|
|
8
|
+
* by specifying one or more listeners, which are configured with a protocol and port
|
|
9
|
+
* number for connections from clients to the load balancer and a protocol and port number
|
|
10
|
+
* for connections from the load balancer to the instances.</p>
|
|
11
|
+
* <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers,
|
|
12
|
+
* and Classic Load Balancers. You can select a load balancer based on your application needs. For more
|
|
13
|
+
* information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User Guide</a>.</p>
|
|
14
|
+
* <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
|
|
15
|
+
* The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p>
|
|
16
|
+
*
|
|
17
|
+
* <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>.
|
|
18
|
+
* Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</p>
|
|
19
|
+
*
|
|
20
|
+
* <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
|
|
21
|
+
* that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
|
|
22
|
+
* response code.</p>
|
|
23
|
+
*
|
|
24
|
+
* @packageDocumentation
|
|
25
|
+
*/
|
|
2
26
|
export * from "./ElasticLoadBalancingClient";
|
|
27
|
+
export * from "./ElasticLoadBalancing";
|
|
3
28
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
29
|
export * from "./pagination";
|
|
6
30
|
export * from "./waiters";
|
|
31
|
+
export * from "./models";
|
|
7
32
|
export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException";
|
|
@@ -167,6 +167,7 @@ import {
|
|
|
167
167
|
ClientResolvedEndpointParameters,
|
|
168
168
|
EndpointParameters,
|
|
169
169
|
} from "./endpoint/EndpointParameters";
|
|
170
|
+
export { __Client };
|
|
170
171
|
export type ServiceInputTypes =
|
|
171
172
|
| AddTagsCommandInput
|
|
172
173
|
| ApplySecurityGroupsToLoadBalancerCommandInput
|
|
@@ -251,7 +252,7 @@ export interface ClientDefaults
|
|
|
251
252
|
logger?: __Logger;
|
|
252
253
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
253
254
|
}
|
|
254
|
-
type ElasticLoadBalancingClientConfigType = Partial<
|
|
255
|
+
export type ElasticLoadBalancingClientConfigType = Partial<
|
|
255
256
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
256
257
|
> &
|
|
257
258
|
ClientDefaults &
|
|
@@ -264,7 +265,7 @@ type ElasticLoadBalancingClientConfigType = Partial<
|
|
|
264
265
|
ClientInputEndpointParameters;
|
|
265
266
|
export interface ElasticLoadBalancingClientConfig
|
|
266
267
|
extends ElasticLoadBalancingClientConfigType {}
|
|
267
|
-
type ElasticLoadBalancingClientResolvedConfigType =
|
|
268
|
+
export type ElasticLoadBalancingClientResolvedConfigType =
|
|
268
269
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
269
270
|
Required<ClientDefaults> &
|
|
270
271
|
RegionResolvedConfig &
|
|
@@ -286,4 +287,3 @@ export declare class ElasticLoadBalancingClient extends __Client<
|
|
|
286
287
|
constructor(configuration: ElasticLoadBalancingClientConfig);
|
|
287
288
|
destroy(): void;
|
|
288
289
|
}
|
|
289
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ElasticLoadBalancingClient";
|
|
14
14
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
16
17
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
17
18
|
export declare class AddTagsCommand extends $Command<
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ApplySecurityGroupsToLoadBalancerInput,
|
|
16
16
|
ApplySecurityGroupsToLoadBalancerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
19
20
|
extends ApplySecurityGroupsToLoadBalancerInput {}
|
|
20
21
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AttachLoadBalancerToSubnetsInput,
|
|
16
16
|
AttachLoadBalancerToSubnetsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AttachLoadBalancerToSubnetsCommandInput
|
|
19
20
|
extends AttachLoadBalancerToSubnetsInput {}
|
|
20
21
|
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ConfigureHealthCheckInput,
|
|
16
16
|
ConfigureHealthCheckOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ConfigureHealthCheckCommandInput
|
|
19
20
|
extends ConfigureHealthCheckInput {}
|
|
20
21
|
export interface ConfigureHealthCheckCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAppCookieStickinessPolicyInput,
|
|
16
16
|
CreateAppCookieStickinessPolicyOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateAppCookieStickinessPolicyCommandInput
|
|
19
20
|
extends CreateAppCookieStickinessPolicyInput {}
|
|
20
21
|
export interface CreateAppCookieStickinessPolicyCommandOutput
|