@aws-sdk/client-elastic-load-balancing 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +97 -99
- package/dist-cjs/models/ElasticLoadBalancingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ElasticLoadBalancing.js +1 -1
- package/dist-es/ElasticLoadBalancingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -2
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -2
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -2
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -2
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -2
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -2
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -2
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -2
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -2
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -2
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -2
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ElasticLoadBalancingServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAnyInstanceInService.js +1 -1
- package/dist-es/waiters/waitForInstanceDeregistered.js +1 -1
- package/dist-es/waiters/waitForInstanceInService.js +1 -1
- package/dist-types/ElasticLoadBalancing.d.ts +1 -1
- package/dist-types/ElasticLoadBalancingClient.d.ts +5 -5
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -4
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +6 -4
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -4
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -4
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -4
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +1 -1
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInstanceDeregistered.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForInstanceInService.d.ts +1 -1
- package/dist-types/waiters/waitForAnyInstanceInService.d.ts +1 -1
- package/dist-types/waiters/waitForInstanceDeregistered.d.ts +1 -1
- package/dist-types/waiters/waitForInstanceInService.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddTagsCommandInput extends AddTagsInput {
|
|
|
22
22
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddTagsCommand_base: {
|
|
25
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { ApplySecurityGroupsToLoadBalancerInput, ApplySecurityGroupsToLoadBalancerOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ApplySecurityGroupsToLoadBalancerCommandInput extends ApplySecu
|
|
|
22
22
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySecurityGroupsToLoadBalancerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ApplySecurityGroupsToLoadBalancerCommand_base: {
|
|
25
|
-
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: ApplySecurityGroupsToLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AttachLoadBalancerToSubnetsCommandInput extends AttachLoadBalan
|
|
|
22
22
|
export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBalancerToSubnetsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AttachLoadBalancerToSubnetsCommand_base: {
|
|
25
|
-
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AttachLoadBalancerToSubnetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { ConfigureHealthCheckInput, ConfigureHealthCheckOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ConfigureHealthCheckCommandInput extends ConfigureHealthCheckIn
|
|
|
22
22
|
export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ConfigureHealthCheckCommand_base: {
|
|
25
|
-
new (input: ConfigureHealthCheckCommandInput): import("@smithy/
|
|
26
|
-
new (input: ConfigureHealthCheckCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { CreateAppCookieStickinessPolicyInput, CreateAppCookieStickinessPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAppCookieStickinessPolicyCommandInput extends CreateAppCo
|
|
|
22
22
|
export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppCookieStickinessPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAppCookieStickinessPolicyCommand_base: {
|
|
25
|
-
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAppCookieStickinessPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { CreateLBCookieStickinessPolicyInput, CreateLBCookieStickinessPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLBCookieStickinessPolicyCommandInput extends CreateLBCook
|
|
|
22
22
|
export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCookieStickinessPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLBCookieStickinessPolicyCommand_base: {
|
|
25
|
-
new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLBCookieStickinessPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { CreateAccessPointInput, CreateAccessPointOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLoadBalancerCommandInput extends CreateAccessPointInput {
|
|
|
22
22
|
export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLoadBalancerCommand_base: {
|
|
25
|
-
new (input: CreateLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a Classic Load Balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { CreateLoadBalancerListenerInput, CreateLoadBalancerListenerOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLoadBalancerListenersCommandInput extends CreateLoadBalan
|
|
|
22
22
|
export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBalancerListenerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLoadBalancerListenersCommand_base: {
|
|
25
|
-
new (input: CreateLoadBalancerListenersCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLoadBalancerListenersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLoadBalancerListenersCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLoadBalancerListenersCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { CreateLoadBalancerPolicyInput, CreateLoadBalancerPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLoadBalancerPolicyCommandInput extends CreateLoadBalancer
|
|
|
22
22
|
export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalancerPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLoadBalancerPolicyCommand_base: {
|
|
25
|
-
new (input: CreateLoadBalancerPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLoadBalancerPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLoadBalancerPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLoadBalancerPolicyCommandInput): import("@smithy/core/client").CommandImpl<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a policy with the specified attributes for the specified load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DeleteAccessPointInput, DeleteAccessPointOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerCommandInput extends DeleteAccessPointInput {
|
|
|
22
22
|
export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLoadBalancerCommand_base: {
|
|
25
|
-
new (input: DeleteLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DeleteLoadBalancerListenerInput, DeleteLoadBalancerListenerOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerListenersCommandInput extends DeleteLoadBalan
|
|
|
22
22
|
export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBalancerListenerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLoadBalancerListenersCommand_base: {
|
|
25
|
-
new (input: DeleteLoadBalancerListenersCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLoadBalancerListenersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLoadBalancerListenersCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLoadBalancerListenersCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified listeners from the specified load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DeleteLoadBalancerPolicyInput, DeleteLoadBalancerPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteLoadBalancerPolicyCommandInput extends DeleteLoadBalancer
|
|
|
22
22
|
export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalancerPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteLoadBalancerPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteLoadBalancerPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteLoadBalancerPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteLoadBalancerPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteLoadBalancerPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DeregisterEndPointsInput, DeregisterEndPointsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterInstancesFromLoadBalancerCommandInput extends Deregis
|
|
|
22
22
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput extends DeregisterEndPointsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterInstancesFromLoadBalancerCommand_base: {
|
|
25
|
-
new (input: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterInstancesFromLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
|
|
|
22
22
|
export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAccountLimitsCommand_base: {
|
|
25
|
-
new (input: DescribeAccountLimitsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAccountLimitsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAccountLimitsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeEndPointStateInput, DescribeEndPointStateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeInstanceHealthCommandInput extends DescribeEndPointStat
|
|
|
22
22
|
export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointStateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeInstanceHealthCommand_base: {
|
|
25
|
-
new (input: DescribeInstanceHealthCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeInstanceHealthCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeInstanceHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeInstanceHealthCommandInput): import("@smithy/core/client").CommandImpl<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
|
|
|
22
22
|
export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
25
|
-
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the attributes for the specified load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeLoadBalancerPoliciesInput, DescribeLoadBalancerPoliciesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancerPoliciesCommandInput extends DescribeLoadBa
|
|
|
22
22
|
export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadBalancerPoliciesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLoadBalancerPoliciesCommand_base: {
|
|
25
|
-
new (input: DescribeLoadBalancerPoliciesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLoadBalancerPoliciesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified policies.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeLoadBalancerPolicyTypesInput, DescribeLoadBalancerPolicyTypesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancerPolicyTypesCommandInput extends DescribeLoa
|
|
|
22
22
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLoadBalancerPolicyTypesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLoadBalancerPolicyTypesCommand_base: {
|
|
25
|
-
new (input: DescribeLoadBalancerPolicyTypesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLoadBalancerPolicyTypesCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified load balancer policy types or all load balancer policy types.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeAccessPointsInput, DescribeAccessPointsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeLoadBalancersCommandInput extends DescribeAccessPointsI
|
|
|
22
22
|
export interface DescribeLoadBalancersCommandOutput extends DescribeAccessPointsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeLoadBalancersCommand_base: {
|
|
25
|
-
new (input: DescribeLoadBalancersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeLoadBalancersCommandInput): import("@smithy/core/client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeLoadBalancersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
|
|
|
22
22
|
export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTagsCommand_base: {
|
|
25
|
-
new (input: DescribeTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the tags associated with the specified load balancers.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { DetachLoadBalancerFromSubnetsInput, DetachLoadBalancerFromSubnetsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DetachLoadBalancerFromSubnetsCommandInput extends DetachLoadBal
|
|
|
22
22
|
export interface DetachLoadBalancerFromSubnetsCommandOutput extends DetachLoadBalancerFromSubnetsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DetachLoadBalancerFromSubnetsCommand_base: {
|
|
25
|
-
new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/core/client").CommandImpl<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DetachLoadBalancerFromSubnetsCommandInput): import("@smithy/core/client").CommandImpl<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified subnets from the set of configured subnets for the load balancer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { RemoveAvailabilityZonesInput, RemoveAvailabilityZonesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandInput extends Rem
|
|
|
22
22
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput extends RemoveAvailabilityZonesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
25
|
-
new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { AddAvailabilityZonesInput, AddAvailabilityZonesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandInput extends AddA
|
|
|
22
22
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends AddAvailabilityZonesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
25
|
-
new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/
|
|
26
|
-
new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: EnableAvailabilityZonesForLoadBalancerCommandInput): import("@smithy/core/client").CommandImpl<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingClient";
|
|
4
4
|
import type { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
|
|
|
22
22
|
export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
25
|
-
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyLoadBalancerAttributesCommandInput): import("@smithy/core/client").CommandImpl<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the attributes of the specified load balancer.</p>
|