@aws-sdk/client-elastic-load-balancing 3.1077.0 → 3.1079.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/index.js +37 -293
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
SetLoadBalancerListenerSSLCertificateInput,
|
|
10
4
|
SetLoadBalancerListenerSSLCertificateOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SetLoadBalancerListenerSSLCertificateCommandInput
|
|
15
8
|
extends SetLoadBalancerListenerSSLCertificateInput {}
|
|
16
9
|
export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
24
17
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SetLoadBalancerListenerSSLCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
33
26
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
SetLoadBalancerPoliciesForBackendServerInput,
|
|
10
4
|
SetLoadBalancerPoliciesForBackendServerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
15
8
|
extends SetLoadBalancerPoliciesForBackendServerInput {}
|
|
16
9
|
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
24
17
|
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
33
26
|
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ElasticLoadBalancingClient";
|
|
8
2
|
import {
|
|
9
3
|
SetLoadBalancerPoliciesOfListenerInput,
|
|
10
4
|
SetLoadBalancerPoliciesOfListenerOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SetLoadBalancerPoliciesOfListenerCommandInput
|
|
15
8
|
extends SetLoadBalancerPoliciesOfListenerInput {}
|
|
16
9
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
24
17
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
25
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: SetLoadBalancerPoliciesOfListenerCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
33
26
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
34
|
-
ElasticLoadBalancingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ElasticLoadBalancingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ElasticLoadBalancingExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
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.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.
|
|
30
|
-
"@smithy/types": "^4.15.
|
|
24
|
+
"@aws-sdk/core": "^3.974.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|