@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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteLoadBalancerPolicyCommandOutput
|
|
|
19
19
|
declare const DeleteLoadBalancerPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteLoadBalancerPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteLoadBalancerPolicyCommandInput,
|
|
24
24
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteLoadBalancerPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteLoadBalancerPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteLoadBalancerPolicyCommandInput,
|
|
33
33
|
DeleteLoadBalancerPolicyCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteLoadBalancerPolicyCommand extends DeleteLoadBalancerPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
|
19
19
|
declare const DeregisterInstancesFromLoadBalancerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterInstancesFromLoadBalancerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
24
24
|
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterInstancesFromLoadBalancerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterInstancesFromLoadBalancerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterInstancesFromLoadBalancerCommandInput,
|
|
33
33
|
DeregisterInstancesFromLoadBalancerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends DeregisterInstancesFromLoadBalancerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAccountLimitsCommandOutput
|
|
|
19
19
|
declare const DescribeAccountLimitsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAccountLimitsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAccountLimitsCommandInput,
|
|
24
24
|
DescribeAccountLimitsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAccountLimitsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeAccountLimitsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAccountLimitsCommandInput,
|
|
33
33
|
DescribeAccountLimitsCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAccountLimitsCommand extends DescribeAccountLimitsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeInstanceHealthCommandOutput
|
|
|
19
19
|
declare const DescribeInstanceHealthCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeInstanceHealthCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeInstanceHealthCommandInput,
|
|
24
24
|
DescribeInstanceHealthCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeInstanceHealthCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeInstanceHealthCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeInstanceHealthCommandInput,
|
|
33
33
|
DescribeInstanceHealthCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeInstanceHealthCommand extends DescribeInstanceHealthCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancerAttributesCommandInput,
|
|
24
24
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeLoadBalancerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancerAttributesCommandInput,
|
|
33
33
|
DescribeLoadBalancerAttributesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancerAttributesCommand extends DescribeLoadBalancerAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancerPoliciesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancerPoliciesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancerPoliciesCommandInput,
|
|
24
24
|
DescribeLoadBalancerPoliciesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerPoliciesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeLoadBalancerPoliciesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancerPoliciesCommandInput,
|
|
33
33
|
DescribeLoadBalancerPoliciesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancerPoliciesCommand extends DescribeLoadBalancerPoliciesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancerPolicyTypesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancerPolicyTypesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
24
24
|
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancerPolicyTypesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeLoadBalancerPolicyTypesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancerPolicyTypesCommandInput,
|
|
33
33
|
DescribeLoadBalancerPolicyTypesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancerPolicyTypesCommand extends DescribeLoadBalancerPolicyTypesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeLoadBalancersCommandOutput
|
|
|
19
19
|
declare const DescribeLoadBalancersCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeLoadBalancersCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeLoadBalancersCommandInput,
|
|
24
24
|
DescribeLoadBalancersCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeLoadBalancersCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeLoadBalancersCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeLoadBalancersCommandInput,
|
|
33
33
|
DescribeLoadBalancersCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeLoadBalancersCommand extends DescribeLoadBalancersCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeTagsCommandOutput
|
|
|
15
15
|
declare const DescribeTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeTagsCommandInput,
|
|
20
20
|
DescribeTagsCommandOutput,
|
|
21
21
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeTagsCommandInput,
|
|
29
29
|
DescribeTagsCommandOutput,
|
|
30
30
|
ElasticLoadBalancingClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
|
19
19
|
declare const DetachLoadBalancerFromSubnetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DetachLoadBalancerFromSubnetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
24
24
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DetachLoadBalancerFromSubnetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DetachLoadBalancerFromSubnetsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DetachLoadBalancerFromSubnetsCommandInput,
|
|
33
33
|
DetachLoadBalancerFromSubnetsCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DetachLoadBalancerFromSubnetsCommand extends DetachLoadBalancerFromSubnetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
|
19
19
|
declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
24
|
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableAvailabilityZonesForLoadBalancerCommandInput,
|
|
33
33
|
DisableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends DisableAvailabilityZonesForLoadBalancerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
|
19
19
|
declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
24
24
|
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableAvailabilityZonesForLoadBalancerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableAvailabilityZonesForLoadBalancerCommandInput,
|
|
33
33
|
EnableAvailabilityZonesForLoadBalancerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends EnableAvailabilityZonesForLoadBalancerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput
|
|
|
19
19
|
declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ModifyLoadBalancerAttributesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ModifyLoadBalancerAttributesCommandInput,
|
|
24
24
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ModifyLoadBalancerAttributesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ModifyLoadBalancerAttributesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ModifyLoadBalancerAttributesCommandInput,
|
|
33
33
|
ModifyLoadBalancerAttributesCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ModifyLoadBalancerAttributesCommand extends ModifyLoadBalancerAttributesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
|
19
19
|
declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterInstancesWithLoadBalancerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
24
24
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterInstancesWithLoadBalancerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RegisterInstancesWithLoadBalancerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterInstancesWithLoadBalancerCommandInput,
|
|
33
33
|
RegisterInstancesWithLoadBalancerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RegisterInstancesWithLoadBalancerCommand extends RegisterInstancesWithLoadBalancerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface RemoveTagsCommandOutput
|
|
|
15
15
|
declare const RemoveTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: RemoveTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
RemoveTagsCommandInput,
|
|
20
20
|
RemoveTagsCommandOutput,
|
|
21
21
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const RemoveTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: RemoveTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
RemoveTagsCommandInput,
|
|
29
29
|
RemoveTagsCommandOutput,
|
|
30
30
|
ElasticLoadBalancingClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
|
19
19
|
declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetLoadBalancerListenerSSLCertificateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
24
24
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetLoadBalancerListenerSSLCertificateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetLoadBalancerListenerSSLCertificateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetLoadBalancerListenerSSLCertificateCommandInput,
|
|
33
33
|
SetLoadBalancerListenerSSLCertificateCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetLoadBalancerListenerSSLCertificateCommand extends SetLoadBalancerListenerSSLCertificateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
|
19
19
|
declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
24
24
|
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetLoadBalancerPoliciesForBackendServerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetLoadBalancerPoliciesForBackendServerCommandInput,
|
|
33
33
|
SetLoadBalancerPoliciesForBackendServerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends SetLoadBalancerPoliciesForBackendServerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
|
19
19
|
declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetLoadBalancerPoliciesOfListenerCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
24
24
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
25
25
|
ElasticLoadBalancingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetLoadBalancerPoliciesOfListenerCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetLoadBalancerPoliciesOfListenerCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetLoadBalancerPoliciesOfListenerCommandInput,
|
|
33
33
|
SetLoadBalancerPoliciesOfListenerCommandOutput,
|
|
34
34
|
ElasticLoadBalancingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetLoadBalancerPoliciesOfListenerCommand extends SetLoadBalancerPoliciesOfListenerCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ElasticLoadBalancingExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ElasticLoadBalancingServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ElasticLoadBalancingServiceException as __BaseException } from "./ElasticLoadBalancingServiceException";
|
|
3
3
|
export declare class AccessPointNotFoundException extends __BaseException {
|
|
4
4
|
readonly name: "AccessPointNotFoundException";
|