@aws-sdk/client-elastic-load-balancing-v2 3.169.0 → 3.171.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/ts3.4/ElasticLoadBalancingV2.d.ts +582 -175
- package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +309 -107
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +34 -34
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ElasticLoadBalancingV2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1200 -618
- package/dist-types/ts3.4/pagination/DescribeListenersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +413 -104
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/dist-types/ts3.4/waiters/index.d.ts +5 -5
- package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
ModifyTargetGroupInput,
|
|
15
|
+
ModifyTargetGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ModifyTargetGroupCommandInput extends ModifyTargetGroupInput {}
|
|
18
|
+
export interface ModifyTargetGroupCommandOutput
|
|
19
|
+
extends ModifyTargetGroupOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ModifyTargetGroupCommand extends $Command<
|
|
22
|
+
ModifyTargetGroupCommandInput,
|
|
23
|
+
ModifyTargetGroupCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ModifyTargetGroupCommandInput;
|
|
27
|
+
constructor(input: ModifyTargetGroupCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
RegisterTargetsInput,
|
|
15
|
+
RegisterTargetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RegisterTargetsCommandInput extends RegisterTargetsInput {}
|
|
18
|
+
export interface RegisterTargetsCommandOutput
|
|
19
|
+
extends RegisterTargetsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class RegisterTargetsCommand extends $Command<
|
|
22
|
+
RegisterTargetsCommandInput,
|
|
23
|
+
RegisterTargetsCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: RegisterTargetsCommandInput;
|
|
27
|
+
constructor(input: RegisterTargetsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<RegisterTargetsCommandInput, RegisterTargetsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
RemoveListenerCertificatesInput,
|
|
15
|
+
RemoveListenerCertificatesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveListenerCertificatesCommandInput
|
|
18
|
+
extends RemoveListenerCertificatesInput {}
|
|
19
|
+
export interface RemoveListenerCertificatesCommandOutput
|
|
20
|
+
extends RemoveListenerCertificatesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RemoveListenerCertificatesCommand extends $Command<
|
|
23
|
+
RemoveListenerCertificatesCommandInput,
|
|
24
|
+
RemoveListenerCertificatesCommandOutput,
|
|
25
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveListenerCertificatesCommandInput;
|
|
28
|
+
constructor(input: RemoveListenerCertificatesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RemoveListenerCertificatesCommandInput,
|
|
35
|
+
RemoveListenerCertificatesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
15
|
+
export interface RemoveTagsCommandOutput
|
|
16
|
+
extends RemoveTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class RemoveTagsCommand extends $Command<
|
|
19
|
+
RemoveTagsCommandInput,
|
|
20
|
+
RemoveTagsCommandOutput,
|
|
21
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RemoveTagsCommandInput;
|
|
24
|
+
constructor(input: RemoveTagsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
SetIpAddressTypeInput,
|
|
15
|
+
SetIpAddressTypeOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeInput {}
|
|
18
|
+
export interface SetIpAddressTypeCommandOutput
|
|
19
|
+
extends SetIpAddressTypeOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class SetIpAddressTypeCommand extends $Command<
|
|
22
|
+
SetIpAddressTypeCommandInput,
|
|
23
|
+
SetIpAddressTypeCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: SetIpAddressTypeCommandInput;
|
|
27
|
+
constructor(input: SetIpAddressTypeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
SetRulePrioritiesInput,
|
|
15
|
+
SetRulePrioritiesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetRulePrioritiesCommandInput extends SetRulePrioritiesInput {}
|
|
18
|
+
export interface SetRulePrioritiesCommandOutput
|
|
19
|
+
extends SetRulePrioritiesOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class SetRulePrioritiesCommand extends $Command<
|
|
22
|
+
SetRulePrioritiesCommandInput,
|
|
23
|
+
SetRulePrioritiesCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: SetRulePrioritiesCommandInput;
|
|
27
|
+
constructor(input: SetRulePrioritiesCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import {
|
|
14
|
+
SetSecurityGroupsInput,
|
|
15
|
+
SetSecurityGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface SetSecurityGroupsCommandInput extends SetSecurityGroupsInput {}
|
|
18
|
+
export interface SetSecurityGroupsCommandOutput
|
|
19
|
+
extends SetSecurityGroupsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class SetSecurityGroupsCommand extends $Command<
|
|
22
|
+
SetSecurityGroupsCommandInput,
|
|
23
|
+
SetSecurityGroupsCommandOutput,
|
|
24
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: SetSecurityGroupsCommandInput;
|
|
27
|
+
constructor(input: SetSecurityGroupsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ElasticLoadBalancingV2ClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ElasticLoadBalancingV2Client";
|
|
13
|
+
import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0";
|
|
14
|
+
export interface SetSubnetsCommandInput extends SetSubnetsInput {}
|
|
15
|
+
export interface SetSubnetsCommandOutput
|
|
16
|
+
extends SetSubnetsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class SetSubnetsCommand extends $Command<
|
|
19
|
+
SetSubnetsCommandInput,
|
|
20
|
+
SetSubnetsCommandOutput,
|
|
21
|
+
ElasticLoadBalancingV2ClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetSubnetsCommandInput;
|
|
24
|
+
constructor(input: SetSubnetsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: ElasticLoadBalancingV2ClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SetSubnetsCommandInput, SetSubnetsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
export * from "./AddListenerCertificatesCommand";
|
|
2
|
-
export * from "./AddTagsCommand";
|
|
3
|
-
export * from "./CreateListenerCommand";
|
|
4
|
-
export * from "./CreateLoadBalancerCommand";
|
|
5
|
-
export * from "./CreateRuleCommand";
|
|
6
|
-
export * from "./CreateTargetGroupCommand";
|
|
7
|
-
export * from "./DeleteListenerCommand";
|
|
8
|
-
export * from "./DeleteLoadBalancerCommand";
|
|
9
|
-
export * from "./DeleteRuleCommand";
|
|
10
|
-
export * from "./DeleteTargetGroupCommand";
|
|
11
|
-
export * from "./DeregisterTargetsCommand";
|
|
12
|
-
export * from "./DescribeAccountLimitsCommand";
|
|
13
|
-
export * from "./DescribeListenerCertificatesCommand";
|
|
14
|
-
export * from "./DescribeListenersCommand";
|
|
15
|
-
export * from "./DescribeLoadBalancerAttributesCommand";
|
|
16
|
-
export * from "./DescribeLoadBalancersCommand";
|
|
17
|
-
export * from "./DescribeRulesCommand";
|
|
18
|
-
export * from "./DescribeSSLPoliciesCommand";
|
|
19
|
-
export * from "./DescribeTagsCommand";
|
|
20
|
-
export * from "./DescribeTargetGroupAttributesCommand";
|
|
21
|
-
export * from "./DescribeTargetGroupsCommand";
|
|
22
|
-
export * from "./DescribeTargetHealthCommand";
|
|
23
|
-
export * from "./ModifyListenerCommand";
|
|
24
|
-
export * from "./ModifyLoadBalancerAttributesCommand";
|
|
25
|
-
export * from "./ModifyRuleCommand";
|
|
26
|
-
export * from "./ModifyTargetGroupAttributesCommand";
|
|
27
|
-
export * from "./ModifyTargetGroupCommand";
|
|
28
|
-
export * from "./RegisterTargetsCommand";
|
|
29
|
-
export * from "./RemoveListenerCertificatesCommand";
|
|
30
|
-
export * from "./RemoveTagsCommand";
|
|
31
|
-
export * from "./SetIpAddressTypeCommand";
|
|
32
|
-
export * from "./SetRulePrioritiesCommand";
|
|
33
|
-
export * from "./SetSecurityGroupsCommand";
|
|
34
|
-
export * from "./SetSubnetsCommand";
|
|
1
|
+
export * from "./AddListenerCertificatesCommand";
|
|
2
|
+
export * from "./AddTagsCommand";
|
|
3
|
+
export * from "./CreateListenerCommand";
|
|
4
|
+
export * from "./CreateLoadBalancerCommand";
|
|
5
|
+
export * from "./CreateRuleCommand";
|
|
6
|
+
export * from "./CreateTargetGroupCommand";
|
|
7
|
+
export * from "./DeleteListenerCommand";
|
|
8
|
+
export * from "./DeleteLoadBalancerCommand";
|
|
9
|
+
export * from "./DeleteRuleCommand";
|
|
10
|
+
export * from "./DeleteTargetGroupCommand";
|
|
11
|
+
export * from "./DeregisterTargetsCommand";
|
|
12
|
+
export * from "./DescribeAccountLimitsCommand";
|
|
13
|
+
export * from "./DescribeListenerCertificatesCommand";
|
|
14
|
+
export * from "./DescribeListenersCommand";
|
|
15
|
+
export * from "./DescribeLoadBalancerAttributesCommand";
|
|
16
|
+
export * from "./DescribeLoadBalancersCommand";
|
|
17
|
+
export * from "./DescribeRulesCommand";
|
|
18
|
+
export * from "./DescribeSSLPoliciesCommand";
|
|
19
|
+
export * from "./DescribeTagsCommand";
|
|
20
|
+
export * from "./DescribeTargetGroupAttributesCommand";
|
|
21
|
+
export * from "./DescribeTargetGroupsCommand";
|
|
22
|
+
export * from "./DescribeTargetHealthCommand";
|
|
23
|
+
export * from "./ModifyListenerCommand";
|
|
24
|
+
export * from "./ModifyLoadBalancerAttributesCommand";
|
|
25
|
+
export * from "./ModifyRuleCommand";
|
|
26
|
+
export * from "./ModifyTargetGroupAttributesCommand";
|
|
27
|
+
export * from "./ModifyTargetGroupCommand";
|
|
28
|
+
export * from "./RegisterTargetsCommand";
|
|
29
|
+
export * from "./RemoveListenerCertificatesCommand";
|
|
30
|
+
export * from "./RemoveTagsCommand";
|
|
31
|
+
export * from "./SetIpAddressTypeCommand";
|
|
32
|
+
export * from "./SetRulePrioritiesCommand";
|
|
33
|
+
export * from "./SetSecurityGroupsCommand";
|
|
34
|
+
export * from "./SetSubnetsCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./ElasticLoadBalancingV2";
|
|
2
|
-
export * from "./ElasticLoadBalancingV2Client";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
|
|
1
|
+
export * from "./ElasticLoadBalancingV2";
|
|
2
|
+
export * from "./ElasticLoadBalancingV2Client";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class ElasticLoadBalancingV2ServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|