@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
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateLBCookieStickinessPolicyInput,
|
|
16
16
|
CreateLBCookieStickinessPolicyOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLBCookieStickinessPolicyCommandInput
|
|
19
20
|
extends CreateLBCookieStickinessPolicyInput {}
|
|
20
21
|
export interface CreateLBCookieStickinessPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateAccessPointInput,
|
|
16
16
|
CreateAccessPointOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLoadBalancerCommandInput
|
|
19
20
|
extends CreateAccessPointInput {}
|
|
20
21
|
export interface CreateLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateLoadBalancerListenerInput,
|
|
16
16
|
CreateLoadBalancerListenerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLoadBalancerListenersCommandInput
|
|
19
20
|
extends CreateLoadBalancerListenerInput {}
|
|
20
21
|
export interface CreateLoadBalancerListenersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateLoadBalancerPolicyInput,
|
|
16
16
|
CreateLoadBalancerPolicyOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateLoadBalancerPolicyCommandInput
|
|
19
20
|
extends CreateLoadBalancerPolicyInput {}
|
|
20
21
|
export interface CreateLoadBalancerPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteAccessPointInput,
|
|
16
16
|
DeleteAccessPointOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteLoadBalancerCommandInput
|
|
19
20
|
extends DeleteAccessPointInput {}
|
|
20
21
|
export interface DeleteLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteLoadBalancerListenerInput,
|
|
16
16
|
DeleteLoadBalancerListenerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteLoadBalancerListenersCommandInput
|
|
19
20
|
extends DeleteLoadBalancerListenerInput {}
|
|
20
21
|
export interface DeleteLoadBalancerListenersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteLoadBalancerPolicyInput,
|
|
16
16
|
DeleteLoadBalancerPolicyOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteLoadBalancerPolicyCommandInput
|
|
19
20
|
extends DeleteLoadBalancerPolicyInput {}
|
|
20
21
|
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeregisterEndPointsInput,
|
|
16
16
|
DeregisterEndPointsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeregisterInstancesFromLoadBalancerCommandInput
|
|
19
20
|
extends DeregisterEndPointsInput {}
|
|
20
21
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccountLimitsInput,
|
|
16
16
|
DescribeAccountLimitsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeAccountLimitsCommandInput
|
|
19
20
|
extends DescribeAccountLimitsInput {}
|
|
20
21
|
export interface DescribeAccountLimitsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEndPointStateInput,
|
|
16
16
|
DescribeEndPointStateOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeInstanceHealthCommandInput
|
|
19
20
|
extends DescribeEndPointStateInput {}
|
|
20
21
|
export interface DescribeInstanceHealthCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLoadBalancerAttributesInput,
|
|
16
16
|
DescribeLoadBalancerAttributesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoadBalancerAttributesCommandInput
|
|
19
20
|
extends DescribeLoadBalancerAttributesInput {}
|
|
20
21
|
export interface DescribeLoadBalancerAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLoadBalancerPoliciesInput,
|
|
16
16
|
DescribeLoadBalancerPoliciesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoadBalancerPoliciesCommandInput
|
|
19
20
|
extends DescribeLoadBalancerPoliciesInput {}
|
|
20
21
|
export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeLoadBalancerPolicyTypesInput,
|
|
16
16
|
DescribeLoadBalancerPolicyTypesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoadBalancerPolicyTypesCommandInput
|
|
19
20
|
extends DescribeLoadBalancerPolicyTypesInput {}
|
|
20
21
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeAccessPointsInput,
|
|
16
16
|
DescribeAccessPointsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoadBalancersCommandInput
|
|
19
20
|
extends DescribeAccessPointsInput {}
|
|
20
21
|
export interface DescribeLoadBalancersCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ElasticLoadBalancingClient";
|
|
14
14
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
16
17
|
export interface DescribeTagsCommandOutput
|
|
17
18
|
extends DescribeTagsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetachLoadBalancerFromSubnetsInput,
|
|
16
16
|
DetachLoadBalancerFromSubnetsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
19
20
|
extends DetachLoadBalancerFromSubnetsInput {}
|
|
20
21
|
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RemoveAvailabilityZonesInput,
|
|
16
16
|
RemoveAvailabilityZonesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
19
20
|
extends RemoveAvailabilityZonesInput {}
|
|
20
21
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
AddAvailabilityZonesInput,
|
|
16
16
|
AddAvailabilityZonesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
19
20
|
extends AddAvailabilityZonesInput {}
|
|
20
21
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ModifyLoadBalancerAttributesInput,
|
|
16
16
|
ModifyLoadBalancerAttributesOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ModifyLoadBalancerAttributesCommandInput
|
|
19
20
|
extends ModifyLoadBalancerAttributesInput {}
|
|
20
21
|
export interface ModifyLoadBalancerAttributesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RegisterEndPointsInput,
|
|
16
16
|
RegisterEndPointsOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
19
20
|
extends RegisterEndPointsInput {}
|
|
20
21
|
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ElasticLoadBalancingClient";
|
|
14
14
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
16
17
|
export interface RemoveTagsCommandOutput
|
|
17
18
|
extends RemoveTagsOutput,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SetLoadBalancerListenerSSLCertificateInput,
|
|
16
16
|
SetLoadBalancerListenerSSLCertificateOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetLoadBalancerListenerSSLCertificateCommandInput
|
|
19
20
|
extends SetLoadBalancerListenerSSLCertificateInput {}
|
|
20
21
|
export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SetLoadBalancerPoliciesForBackendServerInput,
|
|
16
16
|
SetLoadBalancerPoliciesForBackendServerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
19
20
|
extends SetLoadBalancerPoliciesForBackendServerInput {}
|
|
20
21
|
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SetLoadBalancerPoliciesOfListenerInput,
|
|
16
16
|
SetLoadBalancerPoliciesOfListenerOutput,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetLoadBalancerPoliciesOfListenerCommandInput
|
|
19
20
|
extends SetLoadBalancerPoliciesOfListenerInput {}
|
|
20
21
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
@@ -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";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ElasticLoadBalancingServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.338.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"fast-xml-parser": "4.1.2",
|