@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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeListenersCommandInput,
|
|
4
|
+
DescribeListenersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeListenersCommand";
|
|
6
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeListeners(
|
|
8
|
+
config: ElasticLoadBalancingV2PaginationConfiguration,
|
|
9
|
+
input: DescribeListenersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeListenersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeLoadBalancersCommandInput,
|
|
4
|
+
DescribeLoadBalancersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeLoadBalancersCommand";
|
|
6
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeLoadBalancers(
|
|
8
|
+
config: ElasticLoadBalancingV2PaginationConfiguration,
|
|
9
|
+
input: DescribeLoadBalancersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeLoadBalancersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeTargetGroupsCommandInput,
|
|
4
|
+
DescribeTargetGroupsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeTargetGroupsCommand";
|
|
6
|
+
import { ElasticLoadBalancingV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeTargetGroups(
|
|
8
|
+
config: ElasticLoadBalancingV2PaginationConfiguration,
|
|
9
|
+
input: DescribeTargetGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeTargetGroupsCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
|
|
3
|
-
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
-
export interface ElasticLoadBalancingV2PaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ElasticLoadBalancingV2 } from "../ElasticLoadBalancingV2";
|
|
3
|
+
import { ElasticLoadBalancingV2Client } from "../ElasticLoadBalancingV2Client";
|
|
4
|
+
export interface ElasticLoadBalancingV2PaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: ElasticLoadBalancingV2 | ElasticLoadBalancingV2Client;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./DescribeListenersPaginator";
|
|
2
|
-
export * from "./DescribeLoadBalancersPaginator";
|
|
3
|
-
export * from "./DescribeTargetGroupsPaginator";
|
|
4
|
-
export * from "./Interfaces";
|
|
1
|
+
export * from "./DescribeListenersPaginator";
|
|
2
|
+
export * from "./DescribeLoadBalancersPaginator";
|
|
3
|
+
export * from "./DescribeTargetGroupsPaginator";
|
|
4
|
+
export * from "./Interfaces";
|
|
@@ -1,104 +1,413 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
AddListenerCertificatesCommandInput,
|
|
8
|
+
AddListenerCertificatesCommandOutput,
|
|
9
|
+
} from "../commands/AddListenerCertificatesCommand";
|
|
10
|
+
import {
|
|
11
|
+
AddTagsCommandInput,
|
|
12
|
+
AddTagsCommandOutput,
|
|
13
|
+
} from "../commands/AddTagsCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateListenerCommandInput,
|
|
16
|
+
CreateListenerCommandOutput,
|
|
17
|
+
} from "../commands/CreateListenerCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateLoadBalancerCommandInput,
|
|
20
|
+
CreateLoadBalancerCommandOutput,
|
|
21
|
+
} from "../commands/CreateLoadBalancerCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateRuleCommandInput,
|
|
24
|
+
CreateRuleCommandOutput,
|
|
25
|
+
} from "../commands/CreateRuleCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateTargetGroupCommandInput,
|
|
28
|
+
CreateTargetGroupCommandOutput,
|
|
29
|
+
} from "../commands/CreateTargetGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteListenerCommandInput,
|
|
32
|
+
DeleteListenerCommandOutput,
|
|
33
|
+
} from "../commands/DeleteListenerCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteLoadBalancerCommandInput,
|
|
36
|
+
DeleteLoadBalancerCommandOutput,
|
|
37
|
+
} from "../commands/DeleteLoadBalancerCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteRuleCommandInput,
|
|
40
|
+
DeleteRuleCommandOutput,
|
|
41
|
+
} from "../commands/DeleteRuleCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteTargetGroupCommandInput,
|
|
44
|
+
DeleteTargetGroupCommandOutput,
|
|
45
|
+
} from "../commands/DeleteTargetGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeregisterTargetsCommandInput,
|
|
48
|
+
DeregisterTargetsCommandOutput,
|
|
49
|
+
} from "../commands/DeregisterTargetsCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeAccountLimitsCommandInput,
|
|
52
|
+
DescribeAccountLimitsCommandOutput,
|
|
53
|
+
} from "../commands/DescribeAccountLimitsCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeListenerCertificatesCommandInput,
|
|
56
|
+
DescribeListenerCertificatesCommandOutput,
|
|
57
|
+
} from "../commands/DescribeListenerCertificatesCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeListenersCommandInput,
|
|
60
|
+
DescribeListenersCommandOutput,
|
|
61
|
+
} from "../commands/DescribeListenersCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeLoadBalancerAttributesCommandInput,
|
|
64
|
+
DescribeLoadBalancerAttributesCommandOutput,
|
|
65
|
+
} from "../commands/DescribeLoadBalancerAttributesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeLoadBalancersCommandInput,
|
|
68
|
+
DescribeLoadBalancersCommandOutput,
|
|
69
|
+
} from "../commands/DescribeLoadBalancersCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeRulesCommandInput,
|
|
72
|
+
DescribeRulesCommandOutput,
|
|
73
|
+
} from "../commands/DescribeRulesCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeSSLPoliciesCommandInput,
|
|
76
|
+
DescribeSSLPoliciesCommandOutput,
|
|
77
|
+
} from "../commands/DescribeSSLPoliciesCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeTagsCommandInput,
|
|
80
|
+
DescribeTagsCommandOutput,
|
|
81
|
+
} from "../commands/DescribeTagsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeTargetGroupAttributesCommandInput,
|
|
84
|
+
DescribeTargetGroupAttributesCommandOutput,
|
|
85
|
+
} from "../commands/DescribeTargetGroupAttributesCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeTargetGroupsCommandInput,
|
|
88
|
+
DescribeTargetGroupsCommandOutput,
|
|
89
|
+
} from "../commands/DescribeTargetGroupsCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeTargetHealthCommandInput,
|
|
92
|
+
DescribeTargetHealthCommandOutput,
|
|
93
|
+
} from "../commands/DescribeTargetHealthCommand";
|
|
94
|
+
import {
|
|
95
|
+
ModifyListenerCommandInput,
|
|
96
|
+
ModifyListenerCommandOutput,
|
|
97
|
+
} from "../commands/ModifyListenerCommand";
|
|
98
|
+
import {
|
|
99
|
+
ModifyLoadBalancerAttributesCommandInput,
|
|
100
|
+
ModifyLoadBalancerAttributesCommandOutput,
|
|
101
|
+
} from "../commands/ModifyLoadBalancerAttributesCommand";
|
|
102
|
+
import {
|
|
103
|
+
ModifyRuleCommandInput,
|
|
104
|
+
ModifyRuleCommandOutput,
|
|
105
|
+
} from "../commands/ModifyRuleCommand";
|
|
106
|
+
import {
|
|
107
|
+
ModifyTargetGroupAttributesCommandInput,
|
|
108
|
+
ModifyTargetGroupAttributesCommandOutput,
|
|
109
|
+
} from "../commands/ModifyTargetGroupAttributesCommand";
|
|
110
|
+
import {
|
|
111
|
+
ModifyTargetGroupCommandInput,
|
|
112
|
+
ModifyTargetGroupCommandOutput,
|
|
113
|
+
} from "../commands/ModifyTargetGroupCommand";
|
|
114
|
+
import {
|
|
115
|
+
RegisterTargetsCommandInput,
|
|
116
|
+
RegisterTargetsCommandOutput,
|
|
117
|
+
} from "../commands/RegisterTargetsCommand";
|
|
118
|
+
import {
|
|
119
|
+
RemoveListenerCertificatesCommandInput,
|
|
120
|
+
RemoveListenerCertificatesCommandOutput,
|
|
121
|
+
} from "../commands/RemoveListenerCertificatesCommand";
|
|
122
|
+
import {
|
|
123
|
+
RemoveTagsCommandInput,
|
|
124
|
+
RemoveTagsCommandOutput,
|
|
125
|
+
} from "../commands/RemoveTagsCommand";
|
|
126
|
+
import {
|
|
127
|
+
SetIpAddressTypeCommandInput,
|
|
128
|
+
SetIpAddressTypeCommandOutput,
|
|
129
|
+
} from "../commands/SetIpAddressTypeCommand";
|
|
130
|
+
import {
|
|
131
|
+
SetRulePrioritiesCommandInput,
|
|
132
|
+
SetRulePrioritiesCommandOutput,
|
|
133
|
+
} from "../commands/SetRulePrioritiesCommand";
|
|
134
|
+
import {
|
|
135
|
+
SetSecurityGroupsCommandInput,
|
|
136
|
+
SetSecurityGroupsCommandOutput,
|
|
137
|
+
} from "../commands/SetSecurityGroupsCommand";
|
|
138
|
+
import {
|
|
139
|
+
SetSubnetsCommandInput,
|
|
140
|
+
SetSubnetsCommandOutput,
|
|
141
|
+
} from "../commands/SetSubnetsCommand";
|
|
142
|
+
export declare const serializeAws_queryAddListenerCertificatesCommand: (
|
|
143
|
+
input: AddListenerCertificatesCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_queryAddTagsCommand: (
|
|
147
|
+
input: AddTagsCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_queryCreateListenerCommand: (
|
|
151
|
+
input: CreateListenerCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_queryCreateLoadBalancerCommand: (
|
|
155
|
+
input: CreateLoadBalancerCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_queryCreateRuleCommand: (
|
|
159
|
+
input: CreateRuleCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_queryCreateTargetGroupCommand: (
|
|
163
|
+
input: CreateTargetGroupCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_queryDeleteListenerCommand: (
|
|
167
|
+
input: DeleteListenerCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_queryDeleteLoadBalancerCommand: (
|
|
171
|
+
input: DeleteLoadBalancerCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_queryDeleteRuleCommand: (
|
|
175
|
+
input: DeleteRuleCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_queryDeleteTargetGroupCommand: (
|
|
179
|
+
input: DeleteTargetGroupCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_queryDeregisterTargetsCommand: (
|
|
183
|
+
input: DeregisterTargetsCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_queryDescribeAccountLimitsCommand: (
|
|
187
|
+
input: DescribeAccountLimitsCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_queryDescribeListenerCertificatesCommand: (
|
|
191
|
+
input: DescribeListenerCertificatesCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_queryDescribeListenersCommand: (
|
|
195
|
+
input: DescribeListenersCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_queryDescribeLoadBalancerAttributesCommand: (
|
|
199
|
+
input: DescribeLoadBalancerAttributesCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_queryDescribeLoadBalancersCommand: (
|
|
203
|
+
input: DescribeLoadBalancersCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_queryDescribeRulesCommand: (
|
|
207
|
+
input: DescribeRulesCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_queryDescribeSSLPoliciesCommand: (
|
|
211
|
+
input: DescribeSSLPoliciesCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_queryDescribeTagsCommand: (
|
|
215
|
+
input: DescribeTagsCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_queryDescribeTargetGroupAttributesCommand: (
|
|
219
|
+
input: DescribeTargetGroupAttributesCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_queryDescribeTargetGroupsCommand: (
|
|
223
|
+
input: DescribeTargetGroupsCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_queryDescribeTargetHealthCommand: (
|
|
227
|
+
input: DescribeTargetHealthCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_queryModifyListenerCommand: (
|
|
231
|
+
input: ModifyListenerCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_queryModifyLoadBalancerAttributesCommand: (
|
|
235
|
+
input: ModifyLoadBalancerAttributesCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_queryModifyRuleCommand: (
|
|
239
|
+
input: ModifyRuleCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_queryModifyTargetGroupCommand: (
|
|
243
|
+
input: ModifyTargetGroupCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_queryModifyTargetGroupAttributesCommand: (
|
|
247
|
+
input: ModifyTargetGroupAttributesCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_queryRegisterTargetsCommand: (
|
|
251
|
+
input: RegisterTargetsCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_queryRemoveListenerCertificatesCommand: (
|
|
255
|
+
input: RemoveListenerCertificatesCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_queryRemoveTagsCommand: (
|
|
259
|
+
input: RemoveTagsCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_querySetIpAddressTypeCommand: (
|
|
263
|
+
input: SetIpAddressTypeCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_querySetRulePrioritiesCommand: (
|
|
267
|
+
input: SetRulePrioritiesCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_querySetSecurityGroupsCommand: (
|
|
271
|
+
input: SetSecurityGroupsCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_querySetSubnetsCommand: (
|
|
275
|
+
input: SetSubnetsCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const deserializeAws_queryAddListenerCertificatesCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<AddListenerCertificatesCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_queryAddTagsCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<AddTagsCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_queryCreateListenerCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<CreateListenerCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_queryCreateLoadBalancerCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<CreateLoadBalancerCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_queryCreateRuleCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<CreateRuleCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_queryCreateTargetGroupCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<CreateTargetGroupCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_queryDeleteListenerCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<DeleteListenerCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_queryDeleteLoadBalancerCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<DeleteLoadBalancerCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_queryDeleteRuleCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<DeleteRuleCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_queryDeleteTargetGroupCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<DeleteTargetGroupCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_queryDeregisterTargetsCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DeregisterTargetsCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_queryDescribeAccountLimitsCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DescribeAccountLimitsCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_queryDescribeListenerCertificatesCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DescribeListenerCertificatesCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_queryDescribeListenersCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DescribeListenersCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_queryDescribeLoadBalancerAttributesCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<DescribeLoadBalancerAttributesCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_queryDescribeLoadBalancersCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<DescribeLoadBalancersCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_queryDescribeRulesCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<DescribeRulesCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_queryDescribeSSLPoliciesCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<DescribeSSLPoliciesCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_queryDescribeTagsCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<DescribeTagsCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_queryDescribeTargetGroupAttributesCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<DescribeTargetGroupAttributesCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_queryDescribeTargetGroupsCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<DescribeTargetGroupsCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_queryDescribeTargetHealthCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<DescribeTargetHealthCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_queryModifyListenerCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<ModifyListenerCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_queryModifyLoadBalancerAttributesCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ModifyLoadBalancerAttributesCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_queryModifyRuleCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<ModifyRuleCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_queryModifyTargetGroupCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<ModifyTargetGroupCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_queryModifyTargetGroupAttributesCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<ModifyTargetGroupAttributesCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_queryRegisterTargetsCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<RegisterTargetsCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_queryRemoveListenerCertificatesCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<RemoveListenerCertificatesCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_queryRemoveTagsCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<RemoveTagsCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_querySetIpAddressTypeCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<SetIpAddressTypeCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_querySetRulePrioritiesCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<SetRulePrioritiesCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_querySetSecurityGroupsCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<SetSecurityGroupsCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_querySetSubnetsCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<SetSubnetsCommandOutput>;
|