@aws-sdk/client-elastic-load-balancing 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +0 -29
- package/dist-types/ts3.4/ElasticLoadBalancingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -306
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForAnyInstanceInService.d.ts +0 -2
- package/package.json +27 -27
|
@@ -19,7 +19,6 @@ export interface DescribeLoadBalancersCommandInput
|
|
|
19
19
|
export interface DescribeLoadBalancersCommandOutput
|
|
20
20
|
extends DescribeAccessPointsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeLoadBalancersCommand extends $Command<
|
|
24
23
|
DescribeLoadBalancersCommandInput,
|
|
25
24
|
DescribeLoadBalancersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeLoadBalancersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeLoadBalancersCommandInput;
|
|
29
28
|
constructor(input: DescribeLoadBalancersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
|
15
15
|
export interface DescribeTagsCommandOutput
|
|
16
16
|
extends DescribeTagsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTagsCommand extends $Command<
|
|
20
19
|
DescribeTagsCommandInput,
|
|
21
20
|
DescribeTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTagsCommandInput;
|
|
25
24
|
constructor(input: DescribeTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
|
19
19
|
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
20
20
|
extends DetachLoadBalancerFromSubnetsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<
|
|
24
23
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
25
24
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DetachLoadBalancerFromSubnetsCommandInput;
|
|
29
28
|
constructor(input: DetachLoadBalancerFromSubnetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
|
19
19
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
20
20
|
extends RemoveAvailabilityZonesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends $Command<
|
|
24
23
|
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
25
24
|
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisableAvailabilityZonesForLoadBalancerCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisableAvailabilityZonesForLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: DisableAvailabilityZonesForLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
|
19
19
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
20
20
|
extends AddAvailabilityZonesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends $Command<
|
|
24
23
|
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
25
24
|
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableAvailabilityZonesForLoadBalancerCommand extends $Comm
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableAvailabilityZonesForLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: EnableAvailabilityZonesForLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ModifyLoadBalancerAttributesCommandInput
|
|
|
19
19
|
export interface ModifyLoadBalancerAttributesCommandOutput
|
|
20
20
|
extends ModifyLoadBalancerAttributesOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ModifyLoadBalancerAttributesCommand extends $Command<
|
|
24
23
|
ModifyLoadBalancerAttributesCommandInput,
|
|
25
24
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ModifyLoadBalancerAttributesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ModifyLoadBalancerAttributesCommandInput;
|
|
29
28
|
constructor(input: ModifyLoadBalancerAttributesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
|
19
19
|
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
20
20
|
extends RegisterEndPointsOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<
|
|
24
23
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
25
24
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RegisterInstancesWithLoadBalancerCommandInput;
|
|
29
28
|
constructor(input: RegisterInstancesWithLoadBalancerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
|
15
15
|
export interface RemoveTagsCommandOutput
|
|
16
16
|
extends RemoveTagsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveTagsCommand extends $Command<
|
|
20
19
|
RemoveTagsCommandInput,
|
|
21
20
|
RemoveTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveTagsCommandInput;
|
|
25
24
|
constructor(input: RemoveTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SetLoadBalancerListenerSSLCertificateCommandInput
|
|
|
19
19
|
export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
20
20
|
extends SetLoadBalancerListenerSSLCertificateOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SetLoadBalancerListenerSSLCertificateCommand extends $Command<
|
|
24
23
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
25
24
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SetLoadBalancerListenerSSLCertificateCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SetLoadBalancerListenerSSLCertificateCommandInput;
|
|
29
28
|
constructor(input: SetLoadBalancerListenerSSLCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
|
19
19
|
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
20
20
|
extends SetLoadBalancerPoliciesForBackendServerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends $Command<
|
|
24
23
|
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
25
24
|
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SetLoadBalancerPoliciesForBackendServerCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SetLoadBalancerPoliciesForBackendServerCommandInput;
|
|
29
28
|
constructor(input: SetLoadBalancerPoliciesForBackendServerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SetLoadBalancerPoliciesOfListenerCommandInput
|
|
|
19
19
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
20
20
|
extends SetLoadBalancerPoliciesOfListenerOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SetLoadBalancerPoliciesOfListenerCommand extends $Command<
|
|
24
23
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
25
24
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SetLoadBalancerPoliciesOfListenerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SetLoadBalancerPoliciesOfListenerCommandInput;
|
|
29
28
|
constructor(input: SetLoadBalancerPoliciesOfListenerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ElasticLoadBalancingServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|