@aws-sdk/client-elastic-load-balancing-v2 3.534.0 → 3.535.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-types/ElasticLoadBalancingV2.d.ts +8 -1
- package/dist-types/ElasticLoadBalancingV2Client.d.ts +1 -1
- package/dist-types/commands/AddListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/AddTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeListenersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSSLPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTargetHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustStoresCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustStoreRevocationContentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyListenerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTargetGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrustStoreCommand.d.ts +2 -1
- package/dist-types/commands/RegisterTargetsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveListenerCertificatesCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTrustStoreRevocationsCommand.d.ts +2 -1
- package/dist-types/commands/SetIpAddressTypeCommand.d.ts +2 -1
- package/dist-types/commands/SetRulePrioritiesCommand.d.ts +2 -1
- package/dist-types/commands/SetSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SetSubnetsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +463 -463
- package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/AddTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrustStoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreCaCertificatesBundleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustStoreRevocationContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrustStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveTrustStoreRevocationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -14,54 +14,53 @@ export declare const AuthenticateCognitoActionConditionalBehaviorEnum: {
|
|
|
14
14
|
*/
|
|
15
15
|
export type AuthenticateCognitoActionConditionalBehaviorEnum = (typeof AuthenticateCognitoActionConditionalBehaviorEnum)[keyof typeof AuthenticateCognitoActionConditionalBehaviorEnum];
|
|
16
16
|
/**
|
|
17
|
-
* @public
|
|
18
17
|
* <p>Request parameters to use when integrating with Amazon Cognito to authenticate
|
|
19
18
|
* users.</p>
|
|
19
|
+
* @public
|
|
20
20
|
*/
|
|
21
21
|
export interface AuthenticateCognitoActionConfig {
|
|
22
22
|
/**
|
|
23
|
-
* @public
|
|
24
23
|
* <p>The Amazon Resource Name (ARN) of the Amazon Cognito user pool.</p>
|
|
24
|
+
* @public
|
|
25
25
|
*/
|
|
26
26
|
UserPoolArn: string | undefined;
|
|
27
27
|
/**
|
|
28
|
-
* @public
|
|
29
28
|
* <p>The ID of the Amazon Cognito user pool client.</p>
|
|
29
|
+
* @public
|
|
30
30
|
*/
|
|
31
31
|
UserPoolClientId: string | undefined;
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* <p>The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.</p>
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
UserPoolDomain: string | undefined;
|
|
37
37
|
/**
|
|
38
|
-
* @public
|
|
39
38
|
* <p>The name of the cookie used to maintain session information. The default is
|
|
40
39
|
* AWSELBAuthSessionCookie.</p>
|
|
40
|
+
* @public
|
|
41
41
|
*/
|
|
42
42
|
SessionCookieName?: string;
|
|
43
43
|
/**
|
|
44
|
-
* @public
|
|
45
44
|
* <p>The set of user claims to be requested from the IdP. The default is
|
|
46
45
|
* <code>openid</code>.</p>
|
|
47
46
|
* <p>To verify which scope values your IdP supports and how to separate multiple values, see
|
|
48
47
|
* the documentation for your IdP.</p>
|
|
48
|
+
* @public
|
|
49
49
|
*/
|
|
50
50
|
Scope?: string;
|
|
51
51
|
/**
|
|
52
|
-
* @public
|
|
53
52
|
* <p>The maximum duration of the authentication session, in seconds. The default is 604800
|
|
54
53
|
* seconds (7 days).</p>
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
SessionTimeout?: number;
|
|
57
57
|
/**
|
|
58
|
-
* @public
|
|
59
58
|
* <p>The query parameters (up to 10) to include in the redirect request to the authorization
|
|
60
59
|
* endpoint.</p>
|
|
60
|
+
* @public
|
|
61
61
|
*/
|
|
62
62
|
AuthenticationRequestExtraParams?: Record<string, string>;
|
|
63
63
|
/**
|
|
64
|
-
* @public
|
|
65
64
|
* <p>The behavior if the user is not authenticated. The following are possible values:</p>
|
|
66
65
|
* <ul>
|
|
67
66
|
* <li>
|
|
@@ -75,6 +74,7 @@ export interface AuthenticateCognitoActionConfig {
|
|
|
75
74
|
* the default value.</p>
|
|
76
75
|
* </li>
|
|
77
76
|
* </ul>
|
|
77
|
+
* @public
|
|
78
78
|
*/
|
|
79
79
|
OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum;
|
|
80
80
|
}
|
|
@@ -92,75 +92,74 @@ export declare const AuthenticateOidcActionConditionalBehaviorEnum: {
|
|
|
92
92
|
*/
|
|
93
93
|
export type AuthenticateOidcActionConditionalBehaviorEnum = (typeof AuthenticateOidcActionConditionalBehaviorEnum)[keyof typeof AuthenticateOidcActionConditionalBehaviorEnum];
|
|
94
94
|
/**
|
|
95
|
-
* @public
|
|
96
95
|
* <p>Request parameters when using an identity provider (IdP) that is compliant with OpenID
|
|
97
96
|
* Connect (OIDC) to authenticate users.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
export interface AuthenticateOidcActionConfig {
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS
|
|
103
102
|
* protocol, the domain, and the path.</p>
|
|
103
|
+
* @public
|
|
104
104
|
*/
|
|
105
105
|
Issuer: string | undefined;
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>The authorization endpoint of the IdP. This must be a full URL, including the HTTPS
|
|
109
108
|
* protocol, the domain, and the path.</p>
|
|
109
|
+
* @public
|
|
110
110
|
*/
|
|
111
111
|
AuthorizationEndpoint: string | undefined;
|
|
112
112
|
/**
|
|
113
|
-
* @public
|
|
114
113
|
* <p>The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the
|
|
115
114
|
* domain, and the path.</p>
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
TokenEndpoint: string | undefined;
|
|
118
118
|
/**
|
|
119
|
-
* @public
|
|
120
119
|
* <p>The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol,
|
|
121
120
|
* the domain, and the path.</p>
|
|
121
|
+
* @public
|
|
122
122
|
*/
|
|
123
123
|
UserInfoEndpoint: string | undefined;
|
|
124
124
|
/**
|
|
125
|
-
* @public
|
|
126
125
|
* <p>The OAuth 2.0 client identifier.</p>
|
|
126
|
+
* @public
|
|
127
127
|
*/
|
|
128
128
|
ClientId: string | undefined;
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you
|
|
132
131
|
* are modifying a rule, you can omit this parameter if you set
|
|
133
132
|
* <code>UseExistingClientSecret</code> to true.</p>
|
|
133
|
+
* @public
|
|
134
134
|
*/
|
|
135
135
|
ClientSecret?: string;
|
|
136
136
|
/**
|
|
137
|
-
* @public
|
|
138
137
|
* <p>The name of the cookie used to maintain session information. The default is
|
|
139
138
|
* AWSELBAuthSessionCookie.</p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
SessionCookieName?: string;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The set of user claims to be requested from the IdP. The default is
|
|
145
144
|
* <code>openid</code>.</p>
|
|
146
145
|
* <p>To verify which scope values your IdP supports and how to separate multiple values, see
|
|
147
146
|
* the documentation for your IdP.</p>
|
|
147
|
+
* @public
|
|
148
148
|
*/
|
|
149
149
|
Scope?: string;
|
|
150
150
|
/**
|
|
151
|
-
* @public
|
|
152
151
|
* <p>The maximum duration of the authentication session, in seconds. The default is 604800
|
|
153
152
|
* seconds (7 days).</p>
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
SessionTimeout?: number;
|
|
156
156
|
/**
|
|
157
|
-
* @public
|
|
158
157
|
* <p>The query parameters (up to 10) to include in the redirect request to the authorization
|
|
159
158
|
* endpoint.</p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
AuthenticationRequestExtraParams?: Record<string, string>;
|
|
162
162
|
/**
|
|
163
|
-
* @public
|
|
164
163
|
* <p>The behavior if the user is not authenticated. The following are possible values:</p>
|
|
165
164
|
* <ul>
|
|
166
165
|
* <li>
|
|
@@ -174,86 +173,87 @@ export interface AuthenticateOidcActionConfig {
|
|
|
174
173
|
* the default value.</p>
|
|
175
174
|
* </li>
|
|
176
175
|
* </ul>
|
|
176
|
+
* @public
|
|
177
177
|
*/
|
|
178
178
|
OnUnauthenticatedRequest?: AuthenticateOidcActionConditionalBehaviorEnum;
|
|
179
179
|
/**
|
|
180
|
-
* @public
|
|
181
180
|
* <p>Indicates whether to use the existing client secret when modifying a rule. If you are
|
|
182
181
|
* creating a rule, you can omit this parameter or set it to false.</p>
|
|
182
|
+
* @public
|
|
183
183
|
*/
|
|
184
184
|
UseExistingClientSecret?: boolean;
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p>Information about an action that returns a custom HTTP response.</p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
export interface FixedResponseActionConfig {
|
|
191
191
|
/**
|
|
192
|
-
* @public
|
|
193
192
|
* <p>The message.</p>
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
MessageBody?: string;
|
|
196
196
|
/**
|
|
197
|
-
* @public
|
|
198
197
|
* <p>The HTTP response code (2XX, 4XX, or 5XX).</p>
|
|
198
|
+
* @public
|
|
199
199
|
*/
|
|
200
200
|
StatusCode: string | undefined;
|
|
201
201
|
/**
|
|
202
|
-
* @public
|
|
203
202
|
* <p>The content type.</p>
|
|
204
203
|
* <p>Valid Values: text/plain | text/css | text/html | application/javascript |
|
|
205
204
|
* application/json</p>
|
|
205
|
+
* @public
|
|
206
206
|
*/
|
|
207
207
|
ContentType?: string;
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
|
-
* @public
|
|
211
210
|
* <p>Information about how traffic will be distributed between multiple target groups in a
|
|
212
211
|
* forward rule.</p>
|
|
212
|
+
* @public
|
|
213
213
|
*/
|
|
214
214
|
export interface TargetGroupTuple {
|
|
215
215
|
/**
|
|
216
|
-
* @public
|
|
217
216
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
217
|
+
* @public
|
|
218
218
|
*/
|
|
219
219
|
TargetGroupArn?: string;
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* <p>The weight. The range is 0 to 999.</p>
|
|
222
|
+
* @public
|
|
223
223
|
*/
|
|
224
224
|
Weight?: number;
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
227
|
-
* @public
|
|
228
227
|
* <p>Information about the target group stickiness for a rule.</p>
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
export interface TargetGroupStickinessConfig {
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* <p>Indicates whether target group stickiness is enabled.</p>
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
Enabled?: boolean;
|
|
236
236
|
/**
|
|
237
|
-
* @public
|
|
238
237
|
* <p>The time period, in seconds, during which requests from a client should be routed to the
|
|
239
238
|
* same target group. The range is 1-604800 seconds (7 days).</p>
|
|
239
|
+
* @public
|
|
240
240
|
*/
|
|
241
241
|
DurationSeconds?: number;
|
|
242
242
|
}
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* <p>Information about a forward action.</p>
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
export interface ForwardActionConfig {
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* <p>The target groups. For Network Load Balancers, you can specify a single target
|
|
251
250
|
* group.</p>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
TargetGroups?: TargetGroupTuple[];
|
|
254
254
|
/**
|
|
255
|
-
* @public
|
|
256
255
|
* <p>The target group stickiness for the rule.</p>
|
|
256
|
+
* @public
|
|
257
257
|
*/
|
|
258
258
|
TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
|
|
259
259
|
}
|
|
@@ -270,7 +270,6 @@ export declare const RedirectActionStatusCodeEnum: {
|
|
|
270
270
|
*/
|
|
271
271
|
export type RedirectActionStatusCodeEnum = (typeof RedirectActionStatusCodeEnum)[keyof typeof RedirectActionStatusCodeEnum];
|
|
272
272
|
/**
|
|
273
|
-
* @public
|
|
274
273
|
* <p>Information about a redirect action.</p>
|
|
275
274
|
* <p>A URI consists of the following components: protocol://hostname:port/path?query. You must
|
|
276
275
|
* modify at least one of the following components to avoid a redirect loop: protocol, hostname,
|
|
@@ -295,42 +294,43 @@ export type RedirectActionStatusCodeEnum = (typeof RedirectActionStatusCodeEnum)
|
|
|
295
294
|
* </ul>
|
|
296
295
|
* <p>For example, you can change the path to "/new/#\{path\}", the hostname to "example.#\{host\}",
|
|
297
296
|
* or the query to "#\{query\}&value=xyz".</p>
|
|
297
|
+
* @public
|
|
298
298
|
*/
|
|
299
299
|
export interface RedirectActionConfig {
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>The protocol. You can specify HTTP, HTTPS, or #\{protocol\}. You can redirect HTTP to HTTP,
|
|
303
302
|
* HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.</p>
|
|
303
|
+
* @public
|
|
304
304
|
*/
|
|
305
305
|
Protocol?: string;
|
|
306
306
|
/**
|
|
307
|
-
* @public
|
|
308
307
|
* <p>The port. You can specify a value from 1 to 65535 or #\{port\}.</p>
|
|
308
|
+
* @public
|
|
309
309
|
*/
|
|
310
310
|
Port?: string;
|
|
311
311
|
/**
|
|
312
|
-
* @public
|
|
313
312
|
* <p>The hostname. This component is not percent-encoded. The hostname can contain
|
|
314
313
|
* #\{host\}.</p>
|
|
314
|
+
* @public
|
|
315
315
|
*/
|
|
316
316
|
Host?: string;
|
|
317
317
|
/**
|
|
318
|
-
* @public
|
|
319
318
|
* <p>The absolute path, starting with the leading "/". This component is not percent-encoded.
|
|
320
319
|
* The path can contain #\{host\}, #\{path\}, and #\{port\}.</p>
|
|
320
|
+
* @public
|
|
321
321
|
*/
|
|
322
322
|
Path?: string;
|
|
323
323
|
/**
|
|
324
|
-
* @public
|
|
325
324
|
* <p>The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include
|
|
326
325
|
* the leading "?", as it is automatically added. You can specify any of the reserved
|
|
327
326
|
* keywords.</p>
|
|
327
|
+
* @public
|
|
328
328
|
*/
|
|
329
329
|
Query?: string;
|
|
330
330
|
/**
|
|
331
|
-
* @public
|
|
332
331
|
* <p>The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP
|
|
333
332
|
* 302).</p>
|
|
333
|
+
* @public
|
|
334
334
|
*/
|
|
335
335
|
StatusCode: RedirectActionStatusCodeEnum | undefined;
|
|
336
336
|
}
|
|
@@ -350,81 +350,81 @@ export declare const ActionTypeEnum: {
|
|
|
350
350
|
*/
|
|
351
351
|
export type ActionTypeEnum = (typeof ActionTypeEnum)[keyof typeof ActionTypeEnum];
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>Information about an action.</p>
|
|
355
354
|
* <p>Each rule must include exactly one of the following types of actions:
|
|
356
355
|
* <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it must be
|
|
357
356
|
* the last action to be performed.</p>
|
|
357
|
+
* @public
|
|
358
358
|
*/
|
|
359
359
|
export interface Action {
|
|
360
360
|
/**
|
|
361
|
-
* @public
|
|
362
361
|
* <p>The type of action.</p>
|
|
362
|
+
* @public
|
|
363
363
|
*/
|
|
364
364
|
Type: ActionTypeEnum | undefined;
|
|
365
365
|
/**
|
|
366
|
-
* @public
|
|
367
366
|
* <p>The Amazon Resource Name (ARN) of the target group. Specify only when <code>Type</code> is
|
|
368
367
|
* <code>forward</code> and you want to route to a single target group. To route to one or more
|
|
369
368
|
* target groups, use <code>ForwardConfig</code> instead.</p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
TargetGroupArn?: string;
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>[HTTPS listeners] Information about an identity provider that is compliant with OpenID
|
|
375
374
|
* Connect (OIDC). Specify only when <code>Type</code> is <code>authenticate-oidc</code>.</p>
|
|
375
|
+
* @public
|
|
376
376
|
*/
|
|
377
377
|
AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
|
|
378
378
|
/**
|
|
379
|
-
* @public
|
|
380
379
|
* <p>[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only
|
|
381
380
|
* when <code>Type</code> is <code>authenticate-cognito</code>.</p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
|
|
384
384
|
/**
|
|
385
|
-
* @public
|
|
386
385
|
* <p>The order for the action. This value is required for rules with multiple actions. The
|
|
387
386
|
* action with the lowest value for order is performed first.</p>
|
|
387
|
+
* @public
|
|
388
388
|
*/
|
|
389
389
|
Order?: number;
|
|
390
390
|
/**
|
|
391
|
-
* @public
|
|
392
391
|
* <p>[Application Load Balancer] Information for creating a redirect action. Specify only when
|
|
393
392
|
* <code>Type</code> is <code>redirect</code>.</p>
|
|
393
|
+
* @public
|
|
394
394
|
*/
|
|
395
395
|
RedirectConfig?: RedirectActionConfig;
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* <p>[Application Load Balancer] Information for creating an action that returns a custom HTTP
|
|
399
398
|
* response. Specify only when <code>Type</code> is <code>fixed-response</code>.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
FixedResponseConfig?: FixedResponseActionConfig;
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>Information for creating an action that distributes requests among one or more target
|
|
405
404
|
* groups. For Network Load Balancers, you can specify a single target group. Specify only when
|
|
406
405
|
* <code>Type</code> is <code>forward</code>. If you specify both <code>ForwardConfig</code>
|
|
407
406
|
* and <code>TargetGroupArn</code>, you can specify only one target group using
|
|
408
407
|
* <code>ForwardConfig</code> and it must be the same target group specified in
|
|
409
408
|
* <code>TargetGroupArn</code>.</p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
ForwardConfig?: ForwardActionConfig;
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>Information about an SSL server certificate.</p>
|
|
415
|
+
* @public
|
|
416
416
|
*/
|
|
417
417
|
export interface Certificate {
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>The Amazon Resource Name (ARN) of the certificate.</p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
CertificateArn?: string;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>Indicates whether the certificate is the default certificate. Do not set this value when
|
|
426
425
|
* specifying a certificate as an input. This value is not included in the output when describing
|
|
427
426
|
* a listener, but is included when describing listener certificates.</p>
|
|
427
|
+
* @public
|
|
428
428
|
*/
|
|
429
429
|
IsDefault?: boolean;
|
|
430
430
|
}
|
|
@@ -433,15 +433,15 @@ export interface Certificate {
|
|
|
433
433
|
*/
|
|
434
434
|
export interface AddListenerCertificatesInput {
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
ListenerArn: string | undefined;
|
|
440
440
|
/**
|
|
441
|
-
* @public
|
|
442
441
|
* <p>The certificate to add. You can specify one certificate per call. Set
|
|
443
442
|
* <code>CertificateArn</code> to the certificate ARN but do not set
|
|
444
443
|
* <code>IsDefault</code>.</p>
|
|
444
|
+
* @public
|
|
445
445
|
*/
|
|
446
446
|
Certificates: Certificate[] | undefined;
|
|
447
447
|
}
|
|
@@ -450,14 +450,14 @@ export interface AddListenerCertificatesInput {
|
|
|
450
450
|
*/
|
|
451
451
|
export interface AddListenerCertificatesOutput {
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <p>Information about the certificates in the certificate list.</p>
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
Certificates?: Certificate[];
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
|
-
* @public
|
|
460
459
|
* <p>The specified certificate does not exist.</p>
|
|
460
|
+
* @public
|
|
461
461
|
*/
|
|
462
462
|
export declare class CertificateNotFoundException extends __BaseException {
|
|
463
463
|
readonly name: "CertificateNotFoundException";
|
|
@@ -469,8 +469,8 @@ export declare class CertificateNotFoundException extends __BaseException {
|
|
|
469
469
|
constructor(opts: __ExceptionOptionType<CertificateNotFoundException, __BaseException>);
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
|
-
* @public
|
|
473
472
|
* <p>The specified listener does not exist.</p>
|
|
473
|
+
* @public
|
|
474
474
|
*/
|
|
475
475
|
export declare class ListenerNotFoundException extends __BaseException {
|
|
476
476
|
readonly name: "ListenerNotFoundException";
|
|
@@ -482,8 +482,8 @@ export declare class ListenerNotFoundException extends __BaseException {
|
|
|
482
482
|
constructor(opts: __ExceptionOptionType<ListenerNotFoundException, __BaseException>);
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
|
-
* @public
|
|
486
485
|
* <p>You've reached the limit on the number of certificates per load balancer.</p>
|
|
486
|
+
* @public
|
|
487
487
|
*/
|
|
488
488
|
export declare class TooManyCertificatesException extends __BaseException {
|
|
489
489
|
readonly name: "TooManyCertificatesException";
|
|
@@ -495,18 +495,18 @@ export declare class TooManyCertificatesException extends __BaseException {
|
|
|
495
495
|
constructor(opts: __ExceptionOptionType<TooManyCertificatesException, __BaseException>);
|
|
496
496
|
}
|
|
497
497
|
/**
|
|
498
|
-
* @public
|
|
499
498
|
* <p>Information about a tag.</p>
|
|
499
|
+
* @public
|
|
500
500
|
*/
|
|
501
501
|
export interface Tag {
|
|
502
502
|
/**
|
|
503
|
-
* @public
|
|
504
503
|
* <p>The key of the tag.</p>
|
|
504
|
+
* @public
|
|
505
505
|
*/
|
|
506
506
|
Key: string | undefined;
|
|
507
507
|
/**
|
|
508
|
-
* @public
|
|
509
508
|
* <p>The value of the tag.</p>
|
|
509
|
+
* @public
|
|
510
510
|
*/
|
|
511
511
|
Value?: string;
|
|
512
512
|
}
|
|
@@ -515,13 +515,13 @@ export interface Tag {
|
|
|
515
515
|
*/
|
|
516
516
|
export interface AddTagsInput {
|
|
517
517
|
/**
|
|
518
|
-
* @public
|
|
519
518
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
519
|
+
* @public
|
|
520
520
|
*/
|
|
521
521
|
ResourceArns: string[] | undefined;
|
|
522
522
|
/**
|
|
523
|
-
* @public
|
|
524
523
|
* <p>The tags.</p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
Tags: Tag[] | undefined;
|
|
527
527
|
}
|
|
@@ -531,8 +531,8 @@ export interface AddTagsInput {
|
|
|
531
531
|
export interface AddTagsOutput {
|
|
532
532
|
}
|
|
533
533
|
/**
|
|
534
|
-
* @public
|
|
535
534
|
* <p>A tag key was specified more than once.</p>
|
|
535
|
+
* @public
|
|
536
536
|
*/
|
|
537
537
|
export declare class DuplicateTagKeysException extends __BaseException {
|
|
538
538
|
readonly name: "DuplicateTagKeysException";
|
|
@@ -544,8 +544,8 @@ export declare class DuplicateTagKeysException extends __BaseException {
|
|
|
544
544
|
constructor(opts: __ExceptionOptionType<DuplicateTagKeysException, __BaseException>);
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
|
-
* @public
|
|
548
547
|
* <p>The specified load balancer does not exist.</p>
|
|
548
|
+
* @public
|
|
549
549
|
*/
|
|
550
550
|
export declare class LoadBalancerNotFoundException extends __BaseException {
|
|
551
551
|
readonly name: "LoadBalancerNotFoundException";
|
|
@@ -557,8 +557,8 @@ export declare class LoadBalancerNotFoundException extends __BaseException {
|
|
|
557
557
|
constructor(opts: __ExceptionOptionType<LoadBalancerNotFoundException, __BaseException>);
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>The specified rule does not exist.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
export declare class RuleNotFoundException extends __BaseException {
|
|
564
564
|
readonly name: "RuleNotFoundException";
|
|
@@ -570,8 +570,8 @@ export declare class RuleNotFoundException extends __BaseException {
|
|
|
570
570
|
constructor(opts: __ExceptionOptionType<RuleNotFoundException, __BaseException>);
|
|
571
571
|
}
|
|
572
572
|
/**
|
|
573
|
-
* @public
|
|
574
573
|
* <p>The specified target group does not exist.</p>
|
|
574
|
+
* @public
|
|
575
575
|
*/
|
|
576
576
|
export declare class TargetGroupNotFoundException extends __BaseException {
|
|
577
577
|
readonly name: "TargetGroupNotFoundException";
|
|
@@ -583,8 +583,8 @@ export declare class TargetGroupNotFoundException extends __BaseException {
|
|
|
583
583
|
constructor(opts: __ExceptionOptionType<TargetGroupNotFoundException, __BaseException>);
|
|
584
584
|
}
|
|
585
585
|
/**
|
|
586
|
-
* @public
|
|
587
586
|
* <p>You've reached the limit on the number of tags for this resource.</p>
|
|
587
|
+
* @public
|
|
588
588
|
*/
|
|
589
589
|
export declare class TooManyTagsException extends __BaseException {
|
|
590
590
|
readonly name: "TooManyTagsException";
|
|
@@ -596,8 +596,8 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
596
596
|
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
597
597
|
}
|
|
598
598
|
/**
|
|
599
|
-
* @public
|
|
600
599
|
* <p>The specified trust store does not exist.</p>
|
|
600
|
+
* @public
|
|
601
601
|
*/
|
|
602
602
|
export declare class TrustStoreNotFoundException extends __BaseException {
|
|
603
603
|
readonly name: "TrustStoreNotFoundException";
|
|
@@ -620,28 +620,28 @@ export declare const RevocationType: {
|
|
|
620
620
|
*/
|
|
621
621
|
export type RevocationType = (typeof RevocationType)[keyof typeof RevocationType];
|
|
622
622
|
/**
|
|
623
|
-
* @public
|
|
624
623
|
* <p>Information about a revocation file.</p>
|
|
624
|
+
* @public
|
|
625
625
|
*/
|
|
626
626
|
export interface RevocationContent {
|
|
627
627
|
/**
|
|
628
|
-
* @public
|
|
629
628
|
* <p>The Amazon S3 bucket for the revocation file.</p>
|
|
629
|
+
* @public
|
|
630
630
|
*/
|
|
631
631
|
S3Bucket?: string;
|
|
632
632
|
/**
|
|
633
|
-
* @public
|
|
634
633
|
* <p>The Amazon S3 path for the revocation file.</p>
|
|
634
|
+
* @public
|
|
635
635
|
*/
|
|
636
636
|
S3Key?: string;
|
|
637
637
|
/**
|
|
638
|
-
* @public
|
|
639
638
|
* <p>The Amazon S3 object version of the revocation file.</p>
|
|
639
|
+
* @public
|
|
640
640
|
*/
|
|
641
641
|
S3ObjectVersion?: string;
|
|
642
642
|
/**
|
|
643
|
-
* @public
|
|
644
643
|
* <p>The type of revocation file.</p>
|
|
644
|
+
* @public
|
|
645
645
|
*/
|
|
646
646
|
RevocationType?: RevocationType;
|
|
647
647
|
}
|
|
@@ -650,39 +650,39 @@ export interface RevocationContent {
|
|
|
650
650
|
*/
|
|
651
651
|
export interface AddTrustStoreRevocationsInput {
|
|
652
652
|
/**
|
|
653
|
-
* @public
|
|
654
653
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
654
|
+
* @public
|
|
655
655
|
*/
|
|
656
656
|
TrustStoreArn: string | undefined;
|
|
657
657
|
/**
|
|
658
|
-
* @public
|
|
659
658
|
* <p>The revocation file to add.</p>
|
|
659
|
+
* @public
|
|
660
660
|
*/
|
|
661
661
|
RevocationContents?: RevocationContent[];
|
|
662
662
|
}
|
|
663
663
|
/**
|
|
664
|
-
* @public
|
|
665
664
|
* <p>Information about a revocation file in use by a trust store.</p>
|
|
665
|
+
* @public
|
|
666
666
|
*/
|
|
667
667
|
export interface TrustStoreRevocation {
|
|
668
668
|
/**
|
|
669
|
-
* @public
|
|
670
669
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
670
|
+
* @public
|
|
671
671
|
*/
|
|
672
672
|
TrustStoreArn?: string;
|
|
673
673
|
/**
|
|
674
|
-
* @public
|
|
675
674
|
* <p>The revocation ID of the revocation file.</p>
|
|
675
|
+
* @public
|
|
676
676
|
*/
|
|
677
677
|
RevocationId?: number;
|
|
678
678
|
/**
|
|
679
|
-
* @public
|
|
680
679
|
* <p>The type of revocation file.</p>
|
|
680
|
+
* @public
|
|
681
681
|
*/
|
|
682
682
|
RevocationType?: RevocationType;
|
|
683
683
|
/**
|
|
684
|
-
* @public
|
|
685
684
|
* <p>The number of revoked certificates.</p>
|
|
685
|
+
* @public
|
|
686
686
|
*/
|
|
687
687
|
NumberOfRevokedEntries?: number;
|
|
688
688
|
}
|
|
@@ -691,14 +691,14 @@ export interface TrustStoreRevocation {
|
|
|
691
691
|
*/
|
|
692
692
|
export interface AddTrustStoreRevocationsOutput {
|
|
693
693
|
/**
|
|
694
|
-
* @public
|
|
695
694
|
* <p>Information about the revocation file added to the trust store.</p>
|
|
695
|
+
* @public
|
|
696
696
|
*/
|
|
697
697
|
TrustStoreRevocations?: TrustStoreRevocation[];
|
|
698
698
|
}
|
|
699
699
|
/**
|
|
700
|
-
* @public
|
|
701
700
|
* <p>The provided revocation file is an invalid format, or uses an incorrect algorithm.</p>
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
export declare class InvalidRevocationContentException extends __BaseException {
|
|
704
704
|
readonly name: "InvalidRevocationContentException";
|
|
@@ -710,8 +710,8 @@ export declare class InvalidRevocationContentException extends __BaseException {
|
|
|
710
710
|
constructor(opts: __ExceptionOptionType<InvalidRevocationContentException, __BaseException>);
|
|
711
711
|
}
|
|
712
712
|
/**
|
|
713
|
-
* @public
|
|
714
713
|
* <p>The specified revocation file does not exist.</p>
|
|
714
|
+
* @public
|
|
715
715
|
*/
|
|
716
716
|
export declare class RevocationContentNotFoundException extends __BaseException {
|
|
717
717
|
readonly name: "RevocationContentNotFoundException";
|
|
@@ -723,8 +723,8 @@ export declare class RevocationContentNotFoundException extends __BaseException
|
|
|
723
723
|
constructor(opts: __ExceptionOptionType<RevocationContentNotFoundException, __BaseException>);
|
|
724
724
|
}
|
|
725
725
|
/**
|
|
726
|
-
* @public
|
|
727
726
|
* <p>The specified trust store has too many revocation entries.</p>
|
|
727
|
+
* @public
|
|
728
728
|
*/
|
|
729
729
|
export declare class TooManyTrustStoreRevocationEntriesException extends __BaseException {
|
|
730
730
|
readonly name: "TooManyTrustStoreRevocationEntriesException";
|
|
@@ -736,8 +736,8 @@ export declare class TooManyTrustStoreRevocationEntriesException extends __BaseE
|
|
|
736
736
|
constructor(opts: __ExceptionOptionType<TooManyTrustStoreRevocationEntriesException, __BaseException>);
|
|
737
737
|
}
|
|
738
738
|
/**
|
|
739
|
-
* @public
|
|
740
739
|
* <p>The specified allocation ID does not exist.</p>
|
|
740
|
+
* @public
|
|
741
741
|
*/
|
|
742
742
|
export declare class AllocationIdNotFoundException extends __BaseException {
|
|
743
743
|
readonly name: "AllocationIdNotFoundException";
|
|
@@ -749,8 +749,8 @@ export declare class AllocationIdNotFoundException extends __BaseException {
|
|
|
749
749
|
constructor(opts: __ExceptionOptionType<AllocationIdNotFoundException, __BaseException>);
|
|
750
750
|
}
|
|
751
751
|
/**
|
|
752
|
-
* @public
|
|
753
752
|
* <p>The specified ALPN policy is not supported.</p>
|
|
753
|
+
* @public
|
|
754
754
|
*/
|
|
755
755
|
export declare class ALPNPolicyNotSupportedException extends __BaseException {
|
|
756
756
|
readonly name: "ALPNPolicyNotSupportedException";
|
|
@@ -786,80 +786,80 @@ export declare const AnomalyResultEnum: {
|
|
|
786
786
|
*/
|
|
787
787
|
export type AnomalyResultEnum = (typeof AnomalyResultEnum)[keyof typeof AnomalyResultEnum];
|
|
788
788
|
/**
|
|
789
|
-
* @public
|
|
790
789
|
* <p>Information about anomaly detection and mitigation.</p>
|
|
790
|
+
* @public
|
|
791
791
|
*/
|
|
792
792
|
export interface AnomalyDetection {
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* <p>The latest anomaly detection result.</p>
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
Result?: AnomalyResultEnum;
|
|
798
798
|
/**
|
|
799
|
-
* @public
|
|
800
799
|
* <p>Indicates whether anomaly mitigation is in progress.</p>
|
|
800
|
+
* @public
|
|
801
801
|
*/
|
|
802
802
|
MitigationInEffect?: MitigationInEffectEnum;
|
|
803
803
|
}
|
|
804
804
|
/**
|
|
805
|
-
* @public
|
|
806
805
|
* <p>Information about a static IP address for a load balancer.</p>
|
|
806
|
+
* @public
|
|
807
807
|
*/
|
|
808
808
|
export interface LoadBalancerAddress {
|
|
809
809
|
/**
|
|
810
|
-
* @public
|
|
811
810
|
* <p>The static IP address.</p>
|
|
811
|
+
* @public
|
|
812
812
|
*/
|
|
813
813
|
IpAddress?: string;
|
|
814
814
|
/**
|
|
815
|
-
* @public
|
|
816
815
|
* <p>[Network Load Balancers] The allocation ID of the Elastic IP address for an
|
|
817
816
|
* internal-facing load balancer.</p>
|
|
817
|
+
* @public
|
|
818
818
|
*/
|
|
819
819
|
AllocationId?: string;
|
|
820
820
|
/**
|
|
821
|
-
* @public
|
|
822
821
|
* <p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>
|
|
822
|
+
* @public
|
|
823
823
|
*/
|
|
824
824
|
PrivateIPv4Address?: string;
|
|
825
825
|
/**
|
|
826
|
-
* @public
|
|
827
826
|
* <p>[Network Load Balancers] The IPv6 address.</p>
|
|
827
|
+
* @public
|
|
828
828
|
*/
|
|
829
829
|
IPv6Address?: string;
|
|
830
830
|
}
|
|
831
831
|
/**
|
|
832
|
-
* @public
|
|
833
832
|
* <p>Information about an Availability Zone.</p>
|
|
833
|
+
* @public
|
|
834
834
|
*/
|
|
835
835
|
export interface AvailabilityZone {
|
|
836
836
|
/**
|
|
837
|
-
* @public
|
|
838
837
|
* <p>The name of the Availability Zone.</p>
|
|
838
|
+
* @public
|
|
839
839
|
*/
|
|
840
840
|
ZoneName?: string;
|
|
841
841
|
/**
|
|
842
|
-
* @public
|
|
843
842
|
* <p>The ID of the subnet. You can specify one subnet per Availability Zone.</p>
|
|
843
|
+
* @public
|
|
844
844
|
*/
|
|
845
845
|
SubnetId?: string;
|
|
846
846
|
/**
|
|
847
|
-
* @public
|
|
848
847
|
* <p>[Application Load Balancers on Outposts] The ID of the Outpost.</p>
|
|
848
|
+
* @public
|
|
849
849
|
*/
|
|
850
850
|
OutpostId?: string;
|
|
851
851
|
/**
|
|
852
|
-
* @public
|
|
853
852
|
* <p>[Network Load Balancers] If you need static IP addresses for your load balancer, you can
|
|
854
853
|
* specify one Elastic IP address per Availability Zone when you create an internal-facing load
|
|
855
854
|
* balancer. For internal load balancers, you can specify a private IP address from the IPv4
|
|
856
855
|
* range of the subnet.</p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
LoadBalancerAddresses?: LoadBalancerAddress[];
|
|
859
859
|
}
|
|
860
860
|
/**
|
|
861
|
-
* @public
|
|
862
861
|
* <p>The specified Availability Zone is not supported.</p>
|
|
862
|
+
* @public
|
|
863
863
|
*/
|
|
864
864
|
export declare class AvailabilityZoneNotSupportedException extends __BaseException {
|
|
865
865
|
readonly name: "AvailabilityZoneNotSupportedException";
|
|
@@ -871,8 +871,8 @@ export declare class AvailabilityZoneNotSupportedException extends __BaseExcepti
|
|
|
871
871
|
constructor(opts: __ExceptionOptionType<AvailabilityZoneNotSupportedException, __BaseException>);
|
|
872
872
|
}
|
|
873
873
|
/**
|
|
874
|
-
* @public
|
|
875
874
|
* <p>The specified ca certificate bundle does not exist.</p>
|
|
875
|
+
* @public
|
|
876
876
|
*/
|
|
877
877
|
export declare class CaCertificatesBundleNotFoundException extends __BaseException {
|
|
878
878
|
readonly name: "CaCertificatesBundleNotFoundException";
|
|
@@ -884,41 +884,41 @@ export declare class CaCertificatesBundleNotFoundException extends __BaseExcepti
|
|
|
884
884
|
constructor(opts: __ExceptionOptionType<CaCertificatesBundleNotFoundException, __BaseException>);
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
|
-
* @public
|
|
888
887
|
* <p>Information about a cipher used in a policy.</p>
|
|
888
|
+
* @public
|
|
889
889
|
*/
|
|
890
890
|
export interface Cipher {
|
|
891
891
|
/**
|
|
892
|
-
* @public
|
|
893
892
|
* <p>The name of the cipher.</p>
|
|
893
|
+
* @public
|
|
894
894
|
*/
|
|
895
895
|
Name?: string;
|
|
896
896
|
/**
|
|
897
|
-
* @public
|
|
898
897
|
* <p>The priority of the cipher.</p>
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
Priority?: number;
|
|
901
901
|
}
|
|
902
902
|
/**
|
|
903
|
-
* @public
|
|
904
903
|
* <p>Information about the mutual authentication attributes of a listener.</p>
|
|
904
|
+
* @public
|
|
905
905
|
*/
|
|
906
906
|
export interface MutualAuthenticationAttributes {
|
|
907
907
|
/**
|
|
908
|
-
* @public
|
|
909
908
|
* <p>The client certificate handling method. Options are <code>off</code>,
|
|
910
909
|
* <code>passthrough</code> or <code>verify</code>. The default value is
|
|
911
910
|
* <code>off</code>.</p>
|
|
911
|
+
* @public
|
|
912
912
|
*/
|
|
913
913
|
Mode?: string;
|
|
914
914
|
/**
|
|
915
|
-
* @public
|
|
916
915
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
916
|
+
* @public
|
|
917
917
|
*/
|
|
918
918
|
TrustStoreArn?: string;
|
|
919
919
|
/**
|
|
920
|
-
* @public
|
|
921
920
|
* <p>Indicates whether expired client certificates are ignored.</p>
|
|
921
|
+
* @public
|
|
922
922
|
*/
|
|
923
923
|
IgnoreClientCertificateExpiry?: boolean;
|
|
924
924
|
}
|
|
@@ -944,47 +944,46 @@ export type ProtocolEnum = (typeof ProtocolEnum)[keyof typeof ProtocolEnum];
|
|
|
944
944
|
*/
|
|
945
945
|
export interface CreateListenerInput {
|
|
946
946
|
/**
|
|
947
|
-
* @public
|
|
948
947
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
948
|
+
* @public
|
|
949
949
|
*/
|
|
950
950
|
LoadBalancerArn: string | undefined;
|
|
951
951
|
/**
|
|
952
|
-
* @public
|
|
953
952
|
* <p>The protocol for connections from clients to the load balancer. For Application Load
|
|
954
953
|
* Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the
|
|
955
954
|
* supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP
|
|
956
955
|
* protocol if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load
|
|
957
956
|
* Balancer.</p>
|
|
957
|
+
* @public
|
|
958
958
|
*/
|
|
959
959
|
Protocol?: ProtocolEnum;
|
|
960
960
|
/**
|
|
961
|
-
* @public
|
|
962
961
|
* <p>The port on which the load balancer is listening. You cannot specify a port for a Gateway
|
|
963
962
|
* Load Balancer.</p>
|
|
963
|
+
* @public
|
|
964
964
|
*/
|
|
965
965
|
Port?: number;
|
|
966
966
|
/**
|
|
967
|
-
* @public
|
|
968
967
|
* <p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are
|
|
969
968
|
* supported.</p>
|
|
970
969
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> and
|
|
971
970
|
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
971
|
+
* @public
|
|
972
972
|
*/
|
|
973
973
|
SslPolicy?: string;
|
|
974
974
|
/**
|
|
975
|
-
* @public
|
|
976
975
|
* <p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
|
|
977
976
|
* exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set
|
|
978
977
|
* <code>IsDefault</code>.</p>
|
|
978
|
+
* @public
|
|
979
979
|
*/
|
|
980
980
|
Certificates?: Certificate[];
|
|
981
981
|
/**
|
|
982
|
-
* @public
|
|
983
982
|
* <p>The actions for the default rule.</p>
|
|
983
|
+
* @public
|
|
984
984
|
*/
|
|
985
985
|
DefaultActions: Action[] | undefined;
|
|
986
986
|
/**
|
|
987
|
-
* @public
|
|
988
987
|
* <p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You
|
|
989
988
|
* can specify one policy name. The following are the possible values:</p>
|
|
990
989
|
* <ul>
|
|
@@ -1016,69 +1015,70 @@ export interface CreateListenerInput {
|
|
|
1016
1015
|
* </ul>
|
|
1017
1016
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies">ALPN
|
|
1018
1017
|
* policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
1018
|
+
* @public
|
|
1019
1019
|
*/
|
|
1020
1020
|
AlpnPolicy?: string[];
|
|
1021
1021
|
/**
|
|
1022
|
-
* @public
|
|
1023
1022
|
* <p>The tags to assign to the listener.</p>
|
|
1023
|
+
* @public
|
|
1024
1024
|
*/
|
|
1025
1025
|
Tags?: Tag[];
|
|
1026
1026
|
/**
|
|
1027
|
-
* @public
|
|
1028
1027
|
* <p>The mutual authentication configuration information.</p>
|
|
1028
|
+
* @public
|
|
1029
1029
|
*/
|
|
1030
1030
|
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
1031
1031
|
}
|
|
1032
1032
|
/**
|
|
1033
|
-
* @public
|
|
1034
1033
|
* <p>Information about a listener.</p>
|
|
1034
|
+
* @public
|
|
1035
1035
|
*/
|
|
1036
1036
|
export interface Listener {
|
|
1037
1037
|
/**
|
|
1038
|
-
* @public
|
|
1039
1038
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1039
|
+
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
ListenerArn?: string;
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
LoadBalancerArn?: string;
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The port on which the load balancer is listening.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
Port?: number;
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>The protocol for connections from clients to the load balancer.</p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
Protocol?: ProtocolEnum;
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>[HTTPS or TLS listener] The default certificate for the listener.</p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
Certificates?: Certificate[];
|
|
1062
1062
|
/**
|
|
1063
|
-
* @public
|
|
1064
1063
|
* <p>[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are
|
|
1065
1064
|
* supported.</p>
|
|
1065
|
+
* @public
|
|
1066
1066
|
*/
|
|
1067
1067
|
SslPolicy?: string;
|
|
1068
1068
|
/**
|
|
1069
|
-
* @public
|
|
1070
1069
|
* <p>The default actions for the listener.</p>
|
|
1070
|
+
* @public
|
|
1071
1071
|
*/
|
|
1072
1072
|
DefaultActions?: Action[];
|
|
1073
1073
|
/**
|
|
1074
|
-
* @public
|
|
1075
1074
|
* <p>[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN)
|
|
1076
1075
|
* policy.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
AlpnPolicy?: string[];
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* <p>The mutual authentication configuration information.</p>
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
1084
1084
|
}
|
|
@@ -1087,14 +1087,14 @@ export interface Listener {
|
|
|
1087
1087
|
*/
|
|
1088
1088
|
export interface CreateListenerOutput {
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>Information about the listener.</p>
|
|
1091
|
+
* @public
|
|
1092
1092
|
*/
|
|
1093
1093
|
Listeners?: Listener[];
|
|
1094
1094
|
}
|
|
1095
1095
|
/**
|
|
1096
|
-
* @public
|
|
1097
1096
|
* <p>A listener with the specified port already exists.</p>
|
|
1097
|
+
* @public
|
|
1098
1098
|
*/
|
|
1099
1099
|
export declare class DuplicateListenerException extends __BaseException {
|
|
1100
1100
|
readonly name: "DuplicateListenerException";
|
|
@@ -1106,8 +1106,8 @@ export declare class DuplicateListenerException extends __BaseException {
|
|
|
1106
1106
|
constructor(opts: __ExceptionOptionType<DuplicateListenerException, __BaseException>);
|
|
1107
1107
|
}
|
|
1108
1108
|
/**
|
|
1109
|
-
* @public
|
|
1110
1109
|
* <p>The specified configuration is not valid with this protocol.</p>
|
|
1110
|
+
* @public
|
|
1111
1111
|
*/
|
|
1112
1112
|
export declare class IncompatibleProtocolsException extends __BaseException {
|
|
1113
1113
|
readonly name: "IncompatibleProtocolsException";
|
|
@@ -1119,8 +1119,8 @@ export declare class IncompatibleProtocolsException extends __BaseException {
|
|
|
1119
1119
|
constructor(opts: __ExceptionOptionType<IncompatibleProtocolsException, __BaseException>);
|
|
1120
1120
|
}
|
|
1121
1121
|
/**
|
|
1122
|
-
* @public
|
|
1123
1122
|
* <p>The requested configuration is not valid.</p>
|
|
1123
|
+
* @public
|
|
1124
1124
|
*/
|
|
1125
1125
|
export declare class InvalidConfigurationRequestException extends __BaseException {
|
|
1126
1126
|
readonly name: "InvalidConfigurationRequestException";
|
|
@@ -1132,8 +1132,8 @@ export declare class InvalidConfigurationRequestException extends __BaseExceptio
|
|
|
1132
1132
|
constructor(opts: __ExceptionOptionType<InvalidConfigurationRequestException, __BaseException>);
|
|
1133
1133
|
}
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>The requested action is not valid.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
export declare class InvalidLoadBalancerActionException extends __BaseException {
|
|
1139
1139
|
readonly name: "InvalidLoadBalancerActionException";
|
|
@@ -1145,8 +1145,8 @@ export declare class InvalidLoadBalancerActionException extends __BaseException
|
|
|
1145
1145
|
constructor(opts: __ExceptionOptionType<InvalidLoadBalancerActionException, __BaseException>);
|
|
1146
1146
|
}
|
|
1147
1147
|
/**
|
|
1148
|
-
* @public
|
|
1149
1148
|
* <p>The specified SSL policy does not exist.</p>
|
|
1149
|
+
* @public
|
|
1150
1150
|
*/
|
|
1151
1151
|
export declare class SSLPolicyNotFoundException extends __BaseException {
|
|
1152
1152
|
readonly name: "SSLPolicyNotFoundException";
|
|
@@ -1158,8 +1158,8 @@ export declare class SSLPolicyNotFoundException extends __BaseException {
|
|
|
1158
1158
|
constructor(opts: __ExceptionOptionType<SSLPolicyNotFoundException, __BaseException>);
|
|
1159
1159
|
}
|
|
1160
1160
|
/**
|
|
1161
|
-
* @public
|
|
1162
1161
|
* <p>You've reached the limit on the number of load balancers per target group.</p>
|
|
1162
|
+
* @public
|
|
1163
1163
|
*/
|
|
1164
1164
|
export declare class TargetGroupAssociationLimitException extends __BaseException {
|
|
1165
1165
|
readonly name: "TargetGroupAssociationLimitException";
|
|
@@ -1171,8 +1171,8 @@ export declare class TargetGroupAssociationLimitException extends __BaseExceptio
|
|
|
1171
1171
|
constructor(opts: __ExceptionOptionType<TargetGroupAssociationLimitException, __BaseException>);
|
|
1172
1172
|
}
|
|
1173
1173
|
/**
|
|
1174
|
-
* @public
|
|
1175
1174
|
* <p>You've reached the limit on the number of actions per rule.</p>
|
|
1175
|
+
* @public
|
|
1176
1176
|
*/
|
|
1177
1177
|
export declare class TooManyActionsException extends __BaseException {
|
|
1178
1178
|
readonly name: "TooManyActionsException";
|
|
@@ -1184,8 +1184,8 @@ export declare class TooManyActionsException extends __BaseException {
|
|
|
1184
1184
|
constructor(opts: __ExceptionOptionType<TooManyActionsException, __BaseException>);
|
|
1185
1185
|
}
|
|
1186
1186
|
/**
|
|
1187
|
-
* @public
|
|
1188
1187
|
* <p>You've reached the limit on the number of listeners per load balancer.</p>
|
|
1188
|
+
* @public
|
|
1189
1189
|
*/
|
|
1190
1190
|
export declare class TooManyListenersException extends __BaseException {
|
|
1191
1191
|
readonly name: "TooManyListenersException";
|
|
@@ -1197,9 +1197,9 @@ export declare class TooManyListenersException extends __BaseException {
|
|
|
1197
1197
|
constructor(opts: __ExceptionOptionType<TooManyListenersException, __BaseException>);
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
|
-
* @public
|
|
1201
1200
|
* <p>You've reached the limit on the number of times a target can be registered with a load
|
|
1202
1201
|
* balancer.</p>
|
|
1202
|
+
* @public
|
|
1203
1203
|
*/
|
|
1204
1204
|
export declare class TooManyRegistrationsForTargetIdException extends __BaseException {
|
|
1205
1205
|
readonly name: "TooManyRegistrationsForTargetIdException";
|
|
@@ -1211,8 +1211,8 @@ export declare class TooManyRegistrationsForTargetIdException extends __BaseExce
|
|
|
1211
1211
|
constructor(opts: __ExceptionOptionType<TooManyRegistrationsForTargetIdException, __BaseException>);
|
|
1212
1212
|
}
|
|
1213
1213
|
/**
|
|
1214
|
-
* @public
|
|
1215
1214
|
* <p>You've reached the limit on the number of targets.</p>
|
|
1215
|
+
* @public
|
|
1216
1216
|
*/
|
|
1217
1217
|
export declare class TooManyTargetsException extends __BaseException {
|
|
1218
1218
|
readonly name: "TooManyTargetsException";
|
|
@@ -1224,10 +1224,10 @@ export declare class TooManyTargetsException extends __BaseException {
|
|
|
1224
1224
|
constructor(opts: __ExceptionOptionType<TooManyTargetsException, __BaseException>);
|
|
1225
1225
|
}
|
|
1226
1226
|
/**
|
|
1227
|
-
* @public
|
|
1228
1227
|
* <p>You've reached the limit on the number of unique target groups per load balancer across
|
|
1229
1228
|
* all listeners. If a target group is used by multiple actions for a load balancer, it is
|
|
1230
1229
|
* counted as only one use.</p>
|
|
1230
|
+
* @public
|
|
1231
1231
|
*/
|
|
1232
1232
|
export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends __BaseException {
|
|
1233
1233
|
readonly name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
|
|
@@ -1239,8 +1239,8 @@ export declare class TooManyUniqueTargetGroupsPerLoadBalancerException extends _
|
|
|
1239
1239
|
constructor(opts: __ExceptionOptionType<TooManyUniqueTargetGroupsPerLoadBalancerException, __BaseException>);
|
|
1240
1240
|
}
|
|
1241
1241
|
/**
|
|
1242
|
-
* @public
|
|
1243
1242
|
* <p>The specified trust store is not active.</p>
|
|
1243
|
+
* @public
|
|
1244
1244
|
*/
|
|
1245
1245
|
export declare class TrustStoreNotReadyException extends __BaseException {
|
|
1246
1246
|
readonly name: "TrustStoreNotReadyException";
|
|
@@ -1252,8 +1252,8 @@ export declare class TrustStoreNotReadyException extends __BaseException {
|
|
|
1252
1252
|
constructor(opts: __ExceptionOptionType<TrustStoreNotReadyException, __BaseException>);
|
|
1253
1253
|
}
|
|
1254
1254
|
/**
|
|
1255
|
-
* @public
|
|
1256
1255
|
* <p>The specified protocol is not supported.</p>
|
|
1256
|
+
* @public
|
|
1257
1257
|
*/
|
|
1258
1258
|
export declare class UnsupportedProtocolException extends __BaseException {
|
|
1259
1259
|
readonly name: "UnsupportedProtocolException";
|
|
@@ -1289,29 +1289,29 @@ export declare const LoadBalancerSchemeEnum: {
|
|
|
1289
1289
|
*/
|
|
1290
1290
|
export type LoadBalancerSchemeEnum = (typeof LoadBalancerSchemeEnum)[keyof typeof LoadBalancerSchemeEnum];
|
|
1291
1291
|
/**
|
|
1292
|
-
* @public
|
|
1293
1292
|
* <p>Information about a subnet mapping.</p>
|
|
1293
|
+
* @public
|
|
1294
1294
|
*/
|
|
1295
1295
|
export interface SubnetMapping {
|
|
1296
1296
|
/**
|
|
1297
|
-
* @public
|
|
1298
1297
|
* <p>The ID of the subnet.</p>
|
|
1298
|
+
* @public
|
|
1299
1299
|
*/
|
|
1300
1300
|
SubnetId?: string;
|
|
1301
1301
|
/**
|
|
1302
|
-
* @public
|
|
1303
1302
|
* <p>[Network Load Balancers] The allocation ID of the Elastic IP address for an
|
|
1304
1303
|
* internet-facing load balancer.</p>
|
|
1304
|
+
* @public
|
|
1305
1305
|
*/
|
|
1306
1306
|
AllocationId?: string;
|
|
1307
1307
|
/**
|
|
1308
|
-
* @public
|
|
1309
1308
|
* <p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>
|
|
1309
|
+
* @public
|
|
1310
1310
|
*/
|
|
1311
1311
|
PrivateIPv4Address?: string;
|
|
1312
1312
|
/**
|
|
1313
|
-
* @public
|
|
1314
1313
|
* <p>[Network Load Balancers] The IPv6 address.</p>
|
|
1314
|
+
* @public
|
|
1315
1315
|
*/
|
|
1316
1316
|
IPv6Address?: string;
|
|
1317
1317
|
}
|
|
@@ -1333,15 +1333,14 @@ export type LoadBalancerTypeEnum = (typeof LoadBalancerTypeEnum)[keyof typeof Lo
|
|
|
1333
1333
|
*/
|
|
1334
1334
|
export interface CreateLoadBalancerInput {
|
|
1335
1335
|
/**
|
|
1336
|
-
* @public
|
|
1337
1336
|
* <p>The name of the load balancer.</p>
|
|
1338
1337
|
* <p>This name must be unique per region per account, can have a maximum of 32 characters, must
|
|
1339
1338
|
* contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must
|
|
1340
1339
|
* not begin with "internal-".</p>
|
|
1340
|
+
* @public
|
|
1341
1341
|
*/
|
|
1342
1342
|
Name: string | undefined;
|
|
1343
1343
|
/**
|
|
1344
|
-
* @public
|
|
1345
1344
|
* <p>The IDs of the subnets. You can specify only one subnet per Availability Zone. You
|
|
1346
1345
|
* must specify either subnets or subnet mappings, but not both. To specify an Elastic IP
|
|
1347
1346
|
* address, specify subnet mappings instead of subnets.</p>
|
|
@@ -1354,10 +1353,10 @@ export interface CreateLoadBalancerInput {
|
|
|
1354
1353
|
* Zones.</p>
|
|
1355
1354
|
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
|
|
1356
1355
|
* Zones.</p>
|
|
1356
|
+
* @public
|
|
1357
1357
|
*/
|
|
1358
1358
|
Subnets?: string[];
|
|
1359
1359
|
/**
|
|
1360
|
-
* @public
|
|
1361
1360
|
* <p>The IDs of the subnets. You can specify only one subnet per Availability Zone. You
|
|
1362
1361
|
* must specify either subnets or subnet mappings, but not both.</p>
|
|
1363
1362
|
* <p>[Application Load Balancers] You must specify subnets from at least two Availability
|
|
@@ -1372,16 +1371,16 @@ export interface CreateLoadBalancerInput {
|
|
|
1372
1371
|
* can specify one IPv6 address per subnet.</p>
|
|
1373
1372
|
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You
|
|
1374
1373
|
* cannot specify Elastic IP addresses for your subnets.</p>
|
|
1374
|
+
* @public
|
|
1375
1375
|
*/
|
|
1376
1376
|
SubnetMappings?: SubnetMapping[];
|
|
1377
1377
|
/**
|
|
1378
|
-
* @public
|
|
1379
1378
|
* <p>[Application Load Balancers and Network Load Balancers] The IDs of the security groups for
|
|
1380
1379
|
* the load balancer.</p>
|
|
1380
|
+
* @public
|
|
1381
1381
|
*/
|
|
1382
1382
|
SecurityGroups?: string[];
|
|
1383
1383
|
/**
|
|
1384
|
-
* @public
|
|
1385
1384
|
* <p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an
|
|
1386
1385
|
* Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.
|
|
1387
1386
|
* Therefore, Internet-facing load balancers can route requests from clients over the
|
|
@@ -1392,29 +1391,30 @@ export interface CreateLoadBalancerInput {
|
|
|
1392
1391
|
* for the load balancer.</p>
|
|
1393
1392
|
* <p>The default is an Internet-facing load balancer.</p>
|
|
1394
1393
|
* <p>You cannot specify a scheme for a Gateway Load Balancer.</p>
|
|
1394
|
+
* @public
|
|
1395
1395
|
*/
|
|
1396
1396
|
Scheme?: LoadBalancerSchemeEnum;
|
|
1397
1397
|
/**
|
|
1398
|
-
* @public
|
|
1399
1398
|
* <p>The tags to assign to the load balancer.</p>
|
|
1399
|
+
* @public
|
|
1400
1400
|
*/
|
|
1401
1401
|
Tags?: Tag[];
|
|
1402
1402
|
/**
|
|
1403
|
-
* @public
|
|
1404
1403
|
* <p>The type of load balancer. The default is <code>application</code>.</p>
|
|
1404
|
+
* @public
|
|
1405
1405
|
*/
|
|
1406
1406
|
Type?: LoadBalancerTypeEnum;
|
|
1407
1407
|
/**
|
|
1408
|
-
* @public
|
|
1409
1408
|
* <p>The type of IP addresses used by the subnets for your load balancer. The possible values
|
|
1410
1409
|
* are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
|
|
1411
1410
|
* addresses). </p>
|
|
1411
|
+
* @public
|
|
1412
1412
|
*/
|
|
1413
1413
|
IpAddressType?: IpAddressType;
|
|
1414
1414
|
/**
|
|
1415
|
-
* @public
|
|
1416
1415
|
* <p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP
|
|
1417
1416
|
* pool).</p>
|
|
1417
|
+
* @public
|
|
1418
1418
|
*/
|
|
1419
1419
|
CustomerOwnedIpv4Pool?: string;
|
|
1420
1420
|
}
|
|
@@ -1433,57 +1433,56 @@ export declare const LoadBalancerStateEnum: {
|
|
|
1433
1433
|
*/
|
|
1434
1434
|
export type LoadBalancerStateEnum = (typeof LoadBalancerStateEnum)[keyof typeof LoadBalancerStateEnum];
|
|
1435
1435
|
/**
|
|
1436
|
-
* @public
|
|
1437
1436
|
* <p>Information about the state of the load balancer.</p>
|
|
1437
|
+
* @public
|
|
1438
1438
|
*/
|
|
1439
1439
|
export interface LoadBalancerState {
|
|
1440
1440
|
/**
|
|
1441
|
-
* @public
|
|
1442
1441
|
* <p>The state code. The initial state of the load balancer is <code>provisioning</code>. After
|
|
1443
1442
|
* the load balancer is fully set up and ready to route traffic, its state is
|
|
1444
1443
|
* <code>active</code>. If load balancer is routing traffic but does not have the resources it
|
|
1445
1444
|
* needs to scale, its state is<code>active_impaired</code>. If the load balancer could not be
|
|
1446
1445
|
* set up, its state is <code>failed</code>.</p>
|
|
1446
|
+
* @public
|
|
1447
1447
|
*/
|
|
1448
1448
|
Code?: LoadBalancerStateEnum;
|
|
1449
1449
|
/**
|
|
1450
|
-
* @public
|
|
1451
1450
|
* <p>A description of the state.</p>
|
|
1451
|
+
* @public
|
|
1452
1452
|
*/
|
|
1453
1453
|
Reason?: string;
|
|
1454
1454
|
}
|
|
1455
1455
|
/**
|
|
1456
|
-
* @public
|
|
1457
1456
|
* <p>Information about a load balancer.</p>
|
|
1457
|
+
* @public
|
|
1458
1458
|
*/
|
|
1459
1459
|
export interface LoadBalancer {
|
|
1460
1460
|
/**
|
|
1461
|
-
* @public
|
|
1462
1461
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
1462
|
+
* @public
|
|
1463
1463
|
*/
|
|
1464
1464
|
LoadBalancerArn?: string;
|
|
1465
1465
|
/**
|
|
1466
|
-
* @public
|
|
1467
1466
|
* <p>The public DNS name of the load balancer.</p>
|
|
1467
|
+
* @public
|
|
1468
1468
|
*/
|
|
1469
1469
|
DNSName?: string;
|
|
1470
1470
|
/**
|
|
1471
|
-
* @public
|
|
1472
1471
|
* <p>The ID of the Amazon Route 53 hosted zone associated with the load balancer.</p>
|
|
1472
|
+
* @public
|
|
1473
1473
|
*/
|
|
1474
1474
|
CanonicalHostedZoneId?: string;
|
|
1475
1475
|
/**
|
|
1476
|
-
* @public
|
|
1477
1476
|
* <p>The date and time the load balancer was created.</p>
|
|
1477
|
+
* @public
|
|
1478
1478
|
*/
|
|
1479
1479
|
CreatedTime?: Date;
|
|
1480
1480
|
/**
|
|
1481
|
-
* @public
|
|
1482
1481
|
* <p>The name of the load balancer.</p>
|
|
1482
|
+
* @public
|
|
1483
1483
|
*/
|
|
1484
1484
|
LoadBalancerName?: string;
|
|
1485
1485
|
/**
|
|
1486
|
-
* @public
|
|
1487
1486
|
* <p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an
|
|
1488
1487
|
* Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.
|
|
1489
1488
|
* Therefore, Internet-facing load balancers can route requests from clients over the
|
|
@@ -1492,49 +1491,50 @@ export interface LoadBalancer {
|
|
|
1492
1491
|
* internal load balancer is publicly resolvable to the private IP addresses of the nodes.
|
|
1493
1492
|
* Therefore, internal load balancers can route requests only from clients with access to the VPC
|
|
1494
1493
|
* for the load balancer.</p>
|
|
1494
|
+
* @public
|
|
1495
1495
|
*/
|
|
1496
1496
|
Scheme?: LoadBalancerSchemeEnum;
|
|
1497
1497
|
/**
|
|
1498
|
-
* @public
|
|
1499
1498
|
* <p>The ID of the VPC for the load balancer.</p>
|
|
1499
|
+
* @public
|
|
1500
1500
|
*/
|
|
1501
1501
|
VpcId?: string;
|
|
1502
1502
|
/**
|
|
1503
|
-
* @public
|
|
1504
1503
|
* <p>The state of the load balancer.</p>
|
|
1504
|
+
* @public
|
|
1505
1505
|
*/
|
|
1506
1506
|
State?: LoadBalancerState;
|
|
1507
1507
|
/**
|
|
1508
|
-
* @public
|
|
1509
1508
|
* <p>The type of load balancer.</p>
|
|
1509
|
+
* @public
|
|
1510
1510
|
*/
|
|
1511
1511
|
Type?: LoadBalancerTypeEnum;
|
|
1512
1512
|
/**
|
|
1513
|
-
* @public
|
|
1514
1513
|
* <p>The subnets for the load balancer.</p>
|
|
1514
|
+
* @public
|
|
1515
1515
|
*/
|
|
1516
1516
|
AvailabilityZones?: AvailabilityZone[];
|
|
1517
1517
|
/**
|
|
1518
|
-
* @public
|
|
1519
1518
|
* <p>The IDs of the security groups for the load balancer.</p>
|
|
1519
|
+
* @public
|
|
1520
1520
|
*/
|
|
1521
1521
|
SecurityGroups?: string[];
|
|
1522
1522
|
/**
|
|
1523
|
-
* @public
|
|
1524
1523
|
* <p>The type of IP addresses used by the subnets for your load balancer. The possible values
|
|
1525
1524
|
* are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
|
|
1526
1525
|
* addresses).</p>
|
|
1526
|
+
* @public
|
|
1527
1527
|
*/
|
|
1528
1528
|
IpAddressType?: IpAddressType;
|
|
1529
1529
|
/**
|
|
1530
|
-
* @public
|
|
1531
1530
|
* <p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool.</p>
|
|
1531
|
+
* @public
|
|
1532
1532
|
*/
|
|
1533
1533
|
CustomerOwnedIpv4Pool?: string;
|
|
1534
1534
|
/**
|
|
1535
|
-
* @public
|
|
1536
1535
|
* <p>Indicates whether to evaluate inbound security group rules for traffic sent to a
|
|
1537
1536
|
* Network Load Balancer through Amazon Web Services PrivateLink.</p>
|
|
1537
|
+
* @public
|
|
1538
1538
|
*/
|
|
1539
1539
|
EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: string;
|
|
1540
1540
|
}
|
|
@@ -1543,14 +1543,14 @@ export interface LoadBalancer {
|
|
|
1543
1543
|
*/
|
|
1544
1544
|
export interface CreateLoadBalancerOutput {
|
|
1545
1545
|
/**
|
|
1546
|
-
* @public
|
|
1547
1546
|
* <p>Information about the load balancer.</p>
|
|
1547
|
+
* @public
|
|
1548
1548
|
*/
|
|
1549
1549
|
LoadBalancers?: LoadBalancer[];
|
|
1550
1550
|
}
|
|
1551
1551
|
/**
|
|
1552
|
-
* @public
|
|
1553
1552
|
* <p>A load balancer with the specified name already exists.</p>
|
|
1553
|
+
* @public
|
|
1554
1554
|
*/
|
|
1555
1555
|
export declare class DuplicateLoadBalancerNameException extends __BaseException {
|
|
1556
1556
|
readonly name: "DuplicateLoadBalancerNameException";
|
|
@@ -1562,8 +1562,8 @@ export declare class DuplicateLoadBalancerNameException extends __BaseException
|
|
|
1562
1562
|
constructor(opts: __ExceptionOptionType<DuplicateLoadBalancerNameException, __BaseException>);
|
|
1563
1563
|
}
|
|
1564
1564
|
/**
|
|
1565
|
-
* @public
|
|
1566
1565
|
* <p>The requested scheme is not valid.</p>
|
|
1566
|
+
* @public
|
|
1567
1567
|
*/
|
|
1568
1568
|
export declare class InvalidSchemeException extends __BaseException {
|
|
1569
1569
|
readonly name: "InvalidSchemeException";
|
|
@@ -1575,8 +1575,8 @@ export declare class InvalidSchemeException extends __BaseException {
|
|
|
1575
1575
|
constructor(opts: __ExceptionOptionType<InvalidSchemeException, __BaseException>);
|
|
1576
1576
|
}
|
|
1577
1577
|
/**
|
|
1578
|
-
* @public
|
|
1579
1578
|
* <p>The specified security group does not exist.</p>
|
|
1579
|
+
* @public
|
|
1580
1580
|
*/
|
|
1581
1581
|
export declare class InvalidSecurityGroupException extends __BaseException {
|
|
1582
1582
|
readonly name: "InvalidSecurityGroupException";
|
|
@@ -1588,8 +1588,8 @@ export declare class InvalidSecurityGroupException extends __BaseException {
|
|
|
1588
1588
|
constructor(opts: __ExceptionOptionType<InvalidSecurityGroupException, __BaseException>);
|
|
1589
1589
|
}
|
|
1590
1590
|
/**
|
|
1591
|
-
* @public
|
|
1592
1591
|
* <p>The specified subnet is out of available addresses.</p>
|
|
1592
|
+
* @public
|
|
1593
1593
|
*/
|
|
1594
1594
|
export declare class InvalidSubnetException extends __BaseException {
|
|
1595
1595
|
readonly name: "InvalidSubnetException";
|
|
@@ -1601,8 +1601,8 @@ export declare class InvalidSubnetException extends __BaseException {
|
|
|
1601
1601
|
constructor(opts: __ExceptionOptionType<InvalidSubnetException, __BaseException>);
|
|
1602
1602
|
}
|
|
1603
1603
|
/**
|
|
1604
|
-
* @public
|
|
1605
1604
|
* <p>This operation is not allowed.</p>
|
|
1605
|
+
* @public
|
|
1606
1606
|
*/
|
|
1607
1607
|
export declare class OperationNotPermittedException extends __BaseException {
|
|
1608
1608
|
readonly name: "OperationNotPermittedException";
|
|
@@ -1614,8 +1614,8 @@ export declare class OperationNotPermittedException extends __BaseException {
|
|
|
1614
1614
|
constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
|
|
1615
1615
|
}
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>A specified resource is in use.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
export declare class ResourceInUseException extends __BaseException {
|
|
1621
1621
|
readonly name: "ResourceInUseException";
|
|
@@ -1627,8 +1627,8 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
1627
1627
|
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
1628
1628
|
}
|
|
1629
1629
|
/**
|
|
1630
|
-
* @public
|
|
1631
1630
|
* <p>The specified subnet does not exist.</p>
|
|
1631
|
+
* @public
|
|
1632
1632
|
*/
|
|
1633
1633
|
export declare class SubnetNotFoundException extends __BaseException {
|
|
1634
1634
|
readonly name: "SubnetNotFoundException";
|
|
@@ -1640,9 +1640,9 @@ export declare class SubnetNotFoundException extends __BaseException {
|
|
|
1640
1640
|
constructor(opts: __ExceptionOptionType<SubnetNotFoundException, __BaseException>);
|
|
1641
1641
|
}
|
|
1642
1642
|
/**
|
|
1643
|
-
* @public
|
|
1644
1643
|
* <p>You've reached the limit on the number of load balancers for your Amazon Web Services
|
|
1645
1644
|
* account.</p>
|
|
1645
|
+
* @public
|
|
1646
1646
|
*/
|
|
1647
1647
|
export declare class TooManyLoadBalancersException extends __BaseException {
|
|
1648
1648
|
readonly name: "TooManyLoadBalancersException";
|
|
@@ -1654,37 +1654,36 @@ export declare class TooManyLoadBalancersException extends __BaseException {
|
|
|
1654
1654
|
constructor(opts: __ExceptionOptionType<TooManyLoadBalancersException, __BaseException>);
|
|
1655
1655
|
}
|
|
1656
1656
|
/**
|
|
1657
|
-
* @public
|
|
1658
1657
|
* <p>Information about a host header condition.</p>
|
|
1658
|
+
* @public
|
|
1659
1659
|
*/
|
|
1660
1660
|
export interface HostHeaderConditionConfig {
|
|
1661
1661
|
/**
|
|
1662
|
-
* @public
|
|
1663
1662
|
* <p>The host names. The maximum size of each name is 128 characters. The comparison is
|
|
1664
1663
|
* case insensitive. The following wildcard characters are supported: * (matches 0 or more
|
|
1665
1664
|
* characters) and ? (matches exactly 1 character).</p>
|
|
1666
1665
|
* <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
|
|
1667
1666
|
* the host name.</p>
|
|
1667
|
+
* @public
|
|
1668
1668
|
*/
|
|
1669
1669
|
Values?: string[];
|
|
1670
1670
|
}
|
|
1671
1671
|
/**
|
|
1672
|
-
* @public
|
|
1673
1672
|
* <p>Information about an HTTP header condition.</p>
|
|
1674
1673
|
* <p>There is a set of standard HTTP header fields. You can also define custom HTTP header
|
|
1675
1674
|
* fields.</p>
|
|
1675
|
+
* @public
|
|
1676
1676
|
*/
|
|
1677
1677
|
export interface HttpHeaderConditionConfig {
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>The name of the HTTP header field. The maximum size is 40 characters. The header name is
|
|
1681
1680
|
* case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not
|
|
1682
1681
|
* supported.</p>
|
|
1683
1682
|
* <p>You can't use an HTTP header condition to specify the host header. Use <a>HostHeaderConditionConfig</a> to specify a host header condition.</p>
|
|
1683
|
+
* @public
|
|
1684
1684
|
*/
|
|
1685
1685
|
HttpHeaderName?: string;
|
|
1686
1686
|
/**
|
|
1687
|
-
* @public
|
|
1688
1687
|
* <p>The strings to compare against the value of the HTTP header. The maximum size of
|
|
1689
1688
|
* each string is 128 characters. The comparison strings are case insensitive. The following
|
|
1690
1689
|
* wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1
|
|
@@ -1694,71 +1693,71 @@ export interface HttpHeaderConditionConfig {
|
|
|
1694
1693
|
* <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
|
|
1695
1694
|
* the value of the HTTP header. To require that all of the strings are a match, create one
|
|
1696
1695
|
* condition per string.</p>
|
|
1696
|
+
* @public
|
|
1697
1697
|
*/
|
|
1698
1698
|
Values?: string[];
|
|
1699
1699
|
}
|
|
1700
1700
|
/**
|
|
1701
|
-
* @public
|
|
1702
1701
|
* <p>Information about an HTTP method condition.</p>
|
|
1703
1702
|
* <p>HTTP defines a set of request methods, also referred to as HTTP verbs. For more
|
|
1704
1703
|
* information, see the <a href="https://www.iana.org/assignments/http-methods/http-methods.xhtml">HTTP Method
|
|
1705
1704
|
* Registry</a>. You can also define custom HTTP methods.</p>
|
|
1705
|
+
* @public
|
|
1706
1706
|
*/
|
|
1707
1707
|
export interface HttpRequestMethodConditionConfig {
|
|
1708
1708
|
/**
|
|
1709
|
-
* @public
|
|
1710
1709
|
* <p>The name of the request method. The maximum size is 40 characters. The allowed characters
|
|
1711
1710
|
* are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not
|
|
1712
1711
|
* supported; therefore, the method name must be an exact match.</p>
|
|
1713
1712
|
* <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
|
|
1714
1713
|
* the HTTP request method. We recommend that you route GET and HEAD requests in the same way,
|
|
1715
1714
|
* because the response to a HEAD request may be cached.</p>
|
|
1715
|
+
* @public
|
|
1716
1716
|
*/
|
|
1717
1717
|
Values?: string[];
|
|
1718
1718
|
}
|
|
1719
1719
|
/**
|
|
1720
|
-
* @public
|
|
1721
1720
|
* <p>Information about a path pattern condition.</p>
|
|
1721
|
+
* @public
|
|
1722
1722
|
*/
|
|
1723
1723
|
export interface PathPatternConditionConfig {
|
|
1724
1724
|
/**
|
|
1725
|
-
* @public
|
|
1726
1725
|
* <p>The path patterns to compare against the request URL. The maximum size of each
|
|
1727
1726
|
* string is 128 characters. The comparison is case sensitive. The following wildcard characters
|
|
1728
1727
|
* are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).</p>
|
|
1729
1728
|
* <p>If you specify multiple strings, the condition is satisfied if one of them matches the
|
|
1730
1729
|
* request URL. The path pattern is compared only to the path of the URL, not to its query
|
|
1731
1730
|
* string. To compare against the query string, use <a>QueryStringConditionConfig</a>.</p>
|
|
1731
|
+
* @public
|
|
1732
1732
|
*/
|
|
1733
1733
|
Values?: string[];
|
|
1734
1734
|
}
|
|
1735
1735
|
/**
|
|
1736
|
-
* @public
|
|
1737
1736
|
* <p>Information about a key/value pair.</p>
|
|
1737
|
+
* @public
|
|
1738
1738
|
*/
|
|
1739
1739
|
export interface QueryStringKeyValuePair {
|
|
1740
1740
|
/**
|
|
1741
|
-
* @public
|
|
1742
1741
|
* <p>The key. You can omit the key.</p>
|
|
1742
|
+
* @public
|
|
1743
1743
|
*/
|
|
1744
1744
|
Key?: string;
|
|
1745
1745
|
/**
|
|
1746
|
-
* @public
|
|
1747
1746
|
* <p>The value.</p>
|
|
1747
|
+
* @public
|
|
1748
1748
|
*/
|
|
1749
1749
|
Value?: string;
|
|
1750
1750
|
}
|
|
1751
1751
|
/**
|
|
1752
|
-
* @public
|
|
1753
1752
|
* <p>Information about a query string condition.</p>
|
|
1754
1753
|
* <p>The query string component of a URI starts after the first '?' character and is terminated
|
|
1755
1754
|
* by either a '#' character or the end of the URI. A typical query string contains key/value
|
|
1756
1755
|
* pairs separated by '&' characters. The allowed characters are specified by RFC 3986. Any
|
|
1757
1756
|
* character can be percentage encoded.</p>
|
|
1757
|
+
* @public
|
|
1758
1758
|
*/
|
|
1759
1759
|
export interface QueryStringConditionConfig {
|
|
1760
1760
|
/**
|
|
1761
|
-
* @public
|
|
1762
1761
|
* <p>The key/value pairs or values to find in the query string. The maximum size of
|
|
1763
1762
|
* each string is 128 characters. The comparison is case insensitive. The following wildcard
|
|
1764
1763
|
* characters are supported: * (matches 0 or more characters) and ? (matches exactly 1
|
|
@@ -1766,19 +1765,19 @@ export interface QueryStringConditionConfig {
|
|
|
1766
1765
|
* these characters in <code>Values</code> using a '\' character.</p>
|
|
1767
1766
|
* <p>If you specify multiple key/value pairs or values, the condition is satisfied if one of
|
|
1768
1767
|
* them is found in the query string.</p>
|
|
1768
|
+
* @public
|
|
1769
1769
|
*/
|
|
1770
1770
|
Values?: QueryStringKeyValuePair[];
|
|
1771
1771
|
}
|
|
1772
1772
|
/**
|
|
1773
|
-
* @public
|
|
1774
1773
|
* <p>Information about a source IP condition.</p>
|
|
1775
1774
|
* <p>You can use this condition to route based on the IP address of the source that connects to
|
|
1776
1775
|
* the load balancer. If a client is behind a proxy, this is the IP address of the proxy not the
|
|
1777
1776
|
* IP address of the client.</p>
|
|
1777
|
+
* @public
|
|
1778
1778
|
*/
|
|
1779
1779
|
export interface SourceIpConditionConfig {
|
|
1780
1780
|
/**
|
|
1781
|
-
* @public
|
|
1782
1781
|
* <p>The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses.
|
|
1783
1782
|
* Wildcards are not supported.</p>
|
|
1784
1783
|
* <p>If you specify multiple addresses, the condition is satisfied if the source IP address of
|
|
@@ -1786,11 +1785,11 @@ export interface SourceIpConditionConfig {
|
|
|
1786
1785
|
* in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use
|
|
1787
1786
|
* <a>HttpHeaderConditionConfig</a>.</p>
|
|
1788
1787
|
* <p>The total number of values must be less than, or equal to five.</p>
|
|
1788
|
+
* @public
|
|
1789
1789
|
*/
|
|
1790
1790
|
Values?: string[];
|
|
1791
1791
|
}
|
|
1792
1792
|
/**
|
|
1793
|
-
* @public
|
|
1794
1793
|
* <p>Information about a condition for a rule.</p>
|
|
1795
1794
|
* <p>Each rule can optionally include up to one of each of the following conditions:
|
|
1796
1795
|
* <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and
|
|
@@ -1799,10 +1798,10 @@ export interface SourceIpConditionConfig {
|
|
|
1799
1798
|
* value for a condition cannot be empty.</p>
|
|
1800
1799
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
|
|
1801
1800
|
* Application Load Balancers</a>.</p>
|
|
1801
|
+
* @public
|
|
1802
1802
|
*/
|
|
1803
1803
|
export interface RuleCondition {
|
|
1804
1804
|
/**
|
|
1805
|
-
* @public
|
|
1806
1805
|
* <p>The field in the HTTP request. The following are the possible values:</p>
|
|
1807
1806
|
* <ul>
|
|
1808
1807
|
* <li>
|
|
@@ -1836,10 +1835,10 @@ export interface RuleCondition {
|
|
|
1836
1835
|
* </p>
|
|
1837
1836
|
* </li>
|
|
1838
1837
|
* </ul>
|
|
1838
|
+
* @public
|
|
1839
1839
|
*/
|
|
1840
1840
|
Field?: string;
|
|
1841
1841
|
/**
|
|
1842
|
-
* @public
|
|
1843
1842
|
* <p>The condition value. Specify only when <code>Field</code> is <code>host-header</code> or
|
|
1844
1843
|
* <code>path-pattern</code>. Alternatively, to specify multiple host names or multiple path
|
|
1845
1844
|
* patterns, use <code>HostHeaderConfig</code> or <code>PathPatternConfig</code>.</p>
|
|
@@ -1882,42 +1881,43 @@ export interface RuleCondition {
|
|
|
1882
1881
|
* <p>? (matches exactly 1 character)</p>
|
|
1883
1882
|
* </li>
|
|
1884
1883
|
* </ul>
|
|
1884
|
+
* @public
|
|
1885
1885
|
*/
|
|
1886
1886
|
Values?: string[];
|
|
1887
1887
|
/**
|
|
1888
|
-
* @public
|
|
1889
1888
|
* <p>Information for a host header condition. Specify only when <code>Field</code> is
|
|
1890
1889
|
* <code>host-header</code>.</p>
|
|
1890
|
+
* @public
|
|
1891
1891
|
*/
|
|
1892
1892
|
HostHeaderConfig?: HostHeaderConditionConfig;
|
|
1893
1893
|
/**
|
|
1894
|
-
* @public
|
|
1895
1894
|
* <p>Information for a path pattern condition. Specify only when <code>Field</code> is
|
|
1896
1895
|
* <code>path-pattern</code>.</p>
|
|
1896
|
+
* @public
|
|
1897
1897
|
*/
|
|
1898
1898
|
PathPatternConfig?: PathPatternConditionConfig;
|
|
1899
1899
|
/**
|
|
1900
|
-
* @public
|
|
1901
1900
|
* <p>Information for an HTTP header condition. Specify only when <code>Field</code> is
|
|
1902
1901
|
* <code>http-header</code>.</p>
|
|
1902
|
+
* @public
|
|
1903
1903
|
*/
|
|
1904
1904
|
HttpHeaderConfig?: HttpHeaderConditionConfig;
|
|
1905
1905
|
/**
|
|
1906
|
-
* @public
|
|
1907
1906
|
* <p>Information for a query string condition. Specify only when <code>Field</code> is
|
|
1908
1907
|
* <code>query-string</code>.</p>
|
|
1908
|
+
* @public
|
|
1909
1909
|
*/
|
|
1910
1910
|
QueryStringConfig?: QueryStringConditionConfig;
|
|
1911
1911
|
/**
|
|
1912
|
-
* @public
|
|
1913
1912
|
* <p>Information for an HTTP method condition. Specify only when <code>Field</code> is
|
|
1914
1913
|
* <code>http-request-method</code>.</p>
|
|
1914
|
+
* @public
|
|
1915
1915
|
*/
|
|
1916
1916
|
HttpRequestMethodConfig?: HttpRequestMethodConditionConfig;
|
|
1917
1917
|
/**
|
|
1918
|
-
* @public
|
|
1919
1918
|
* <p>Information for a source IP condition. Specify only when <code>Field</code> is
|
|
1920
1919
|
* <code>source-ip</code>.</p>
|
|
1920
|
+
* @public
|
|
1921
1921
|
*/
|
|
1922
1922
|
SourceIpConfig?: SourceIpConditionConfig;
|
|
1923
1923
|
}
|
|
@@ -1926,64 +1926,64 @@ export interface RuleCondition {
|
|
|
1926
1926
|
*/
|
|
1927
1927
|
export interface CreateRuleInput {
|
|
1928
1928
|
/**
|
|
1929
|
-
* @public
|
|
1930
1929
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1930
|
+
* @public
|
|
1931
1931
|
*/
|
|
1932
1932
|
ListenerArn: string | undefined;
|
|
1933
1933
|
/**
|
|
1934
|
-
* @public
|
|
1935
1934
|
* <p>The conditions.</p>
|
|
1935
|
+
* @public
|
|
1936
1936
|
*/
|
|
1937
1937
|
Conditions: RuleCondition[] | undefined;
|
|
1938
1938
|
/**
|
|
1939
|
-
* @public
|
|
1940
1939
|
* <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
|
|
1940
|
+
* @public
|
|
1941
1941
|
*/
|
|
1942
1942
|
Priority: number | undefined;
|
|
1943
1943
|
/**
|
|
1944
|
-
* @public
|
|
1945
1944
|
* <p>The actions.</p>
|
|
1945
|
+
* @public
|
|
1946
1946
|
*/
|
|
1947
1947
|
Actions: Action[] | undefined;
|
|
1948
1948
|
/**
|
|
1949
|
-
* @public
|
|
1950
1949
|
* <p>The tags to assign to the rule.</p>
|
|
1950
|
+
* @public
|
|
1951
1951
|
*/
|
|
1952
1952
|
Tags?: Tag[];
|
|
1953
1953
|
}
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>Information about a rule.</p>
|
|
1956
|
+
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
export interface Rule {
|
|
1959
1959
|
/**
|
|
1960
|
-
* @public
|
|
1961
1960
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
1961
|
+
* @public
|
|
1962
1962
|
*/
|
|
1963
1963
|
RuleArn?: string;
|
|
1964
1964
|
/**
|
|
1965
|
-
* @public
|
|
1966
1965
|
* <p>The priority.</p>
|
|
1966
|
+
* @public
|
|
1967
1967
|
*/
|
|
1968
1968
|
Priority?: string;
|
|
1969
1969
|
/**
|
|
1970
|
-
* @public
|
|
1971
1970
|
* <p>The conditions. Each rule can include zero or one of the following conditions:
|
|
1972
1971
|
* <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and
|
|
1973
1972
|
* <code>source-ip</code>, and zero or more of the following conditions:
|
|
1974
1973
|
* <code>http-header</code> and <code>query-string</code>.</p>
|
|
1974
|
+
* @public
|
|
1975
1975
|
*/
|
|
1976
1976
|
Conditions?: RuleCondition[];
|
|
1977
1977
|
/**
|
|
1978
|
-
* @public
|
|
1979
1978
|
* <p>The actions. Each rule must include exactly one of the following types of actions:
|
|
1980
1979
|
* <code>forward</code>, <code>redirect</code>, or <code>fixed-response</code>, and it must be
|
|
1981
1980
|
* the last action to be performed.</p>
|
|
1981
|
+
* @public
|
|
1982
1982
|
*/
|
|
1983
1983
|
Actions?: Action[];
|
|
1984
1984
|
/**
|
|
1985
|
-
* @public
|
|
1986
1985
|
* <p>Indicates whether this is the default rule.</p>
|
|
1986
|
+
* @public
|
|
1987
1987
|
*/
|
|
1988
1988
|
IsDefault?: boolean;
|
|
1989
1989
|
}
|
|
@@ -1992,14 +1992,14 @@ export interface Rule {
|
|
|
1992
1992
|
*/
|
|
1993
1993
|
export interface CreateRuleOutput {
|
|
1994
1994
|
/**
|
|
1995
|
-
* @public
|
|
1996
1995
|
* <p>Information about the rule.</p>
|
|
1996
|
+
* @public
|
|
1997
1997
|
*/
|
|
1998
1998
|
Rules?: Rule[];
|
|
1999
1999
|
}
|
|
2000
2000
|
/**
|
|
2001
|
-
* @public
|
|
2002
2001
|
* <p>The specified priority is in use.</p>
|
|
2002
|
+
* @public
|
|
2003
2003
|
*/
|
|
2004
2004
|
export declare class PriorityInUseException extends __BaseException {
|
|
2005
2005
|
readonly name: "PriorityInUseException";
|
|
@@ -2011,8 +2011,8 @@ export declare class PriorityInUseException extends __BaseException {
|
|
|
2011
2011
|
constructor(opts: __ExceptionOptionType<PriorityInUseException, __BaseException>);
|
|
2012
2012
|
}
|
|
2013
2013
|
/**
|
|
2014
|
-
* @public
|
|
2015
2014
|
* <p>You've reached the limit on the number of rules per load balancer.</p>
|
|
2015
|
+
* @public
|
|
2016
2016
|
*/
|
|
2017
2017
|
export declare class TooManyRulesException extends __BaseException {
|
|
2018
2018
|
readonly name: "TooManyRulesException";
|
|
@@ -2024,9 +2024,9 @@ export declare class TooManyRulesException extends __BaseException {
|
|
|
2024
2024
|
constructor(opts: __ExceptionOptionType<TooManyRulesException, __BaseException>);
|
|
2025
2025
|
}
|
|
2026
2026
|
/**
|
|
2027
|
-
* @public
|
|
2028
2027
|
* <p>You've reached the limit on the number of target groups for your Amazon Web Services
|
|
2029
2028
|
* account.</p>
|
|
2029
|
+
* @public
|
|
2030
2030
|
*/
|
|
2031
2031
|
export declare class TooManyTargetGroupsException extends __BaseException {
|
|
2032
2032
|
readonly name: "TooManyTargetGroupsException";
|
|
@@ -2050,13 +2050,12 @@ export declare const TargetGroupIpAddressTypeEnum: {
|
|
|
2050
2050
|
*/
|
|
2051
2051
|
export type TargetGroupIpAddressTypeEnum = (typeof TargetGroupIpAddressTypeEnum)[keyof typeof TargetGroupIpAddressTypeEnum];
|
|
2052
2052
|
/**
|
|
2053
|
-
* @public
|
|
2054
2053
|
* <p>The codes to use when checking for a successful response from a target. If the protocol
|
|
2055
2054
|
* version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
|
|
2055
|
+
* @public
|
|
2056
2056
|
*/
|
|
2057
2057
|
export interface Matcher {
|
|
2058
2058
|
/**
|
|
2059
|
-
* @public
|
|
2060
2059
|
* <p>For Application Load Balancers, you can specify values between 200 and 499, with the
|
|
2061
2060
|
* default value being 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299").</p>
|
|
2062
2061
|
* <p>For Network Load Balancers, you can specify values between 200 and 599, with the
|
|
@@ -2064,12 +2063,13 @@ export interface Matcher {
|
|
|
2064
2063
|
* <p>For Gateway Load Balancers, this must be "200–399".</p>
|
|
2065
2064
|
* <p>Note that when using shorthand syntax, some values such as commas need to be
|
|
2066
2065
|
* escaped.</p>
|
|
2066
|
+
* @public
|
|
2067
2067
|
*/
|
|
2068
2068
|
HttpCode?: string;
|
|
2069
2069
|
/**
|
|
2070
|
-
* @public
|
|
2071
2070
|
* <p>You can specify values between 0 and 99. You can specify multiple values (for example,
|
|
2072
2071
|
* "0,1") or a range of values (for example, "0-5"). The default value is 12.</p>
|
|
2072
|
+
* @public
|
|
2073
2073
|
*/
|
|
2074
2074
|
GrpcCode?: string;
|
|
2075
2075
|
}
|
|
@@ -2092,118 +2092,117 @@ export type TargetTypeEnum = (typeof TargetTypeEnum)[keyof typeof TargetTypeEnum
|
|
|
2092
2092
|
*/
|
|
2093
2093
|
export interface CreateTargetGroupInput {
|
|
2094
2094
|
/**
|
|
2095
|
-
* @public
|
|
2096
2095
|
* <p>The name of the target group.</p>
|
|
2097
2096
|
* <p>This name must be unique per region per account, can have a maximum of 32 characters, must
|
|
2098
2097
|
* contain only alphanumeric characters or hyphens, and must not begin or end with a
|
|
2099
2098
|
* hyphen.</p>
|
|
2099
|
+
* @public
|
|
2100
2100
|
*/
|
|
2101
2101
|
Name: string | undefined;
|
|
2102
2102
|
/**
|
|
2103
|
-
* @public
|
|
2104
2103
|
* <p>The protocol to use for routing traffic to the targets. For Application Load Balancers,
|
|
2105
2104
|
* the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported
|
|
2106
2105
|
* protocols are TCP, TLS, UDP, or TCP_UDP. For Gateway Load Balancers, the supported protocol is
|
|
2107
2106
|
* GENEVE. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a
|
|
2108
2107
|
* Lambda function, this parameter does not apply.</p>
|
|
2108
|
+
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
Protocol?: ProtocolEnum;
|
|
2111
2111
|
/**
|
|
2112
|
-
* @public
|
|
2113
2112
|
* <p>[HTTP/HTTPS protocol] The protocol version. Specify <code>GRPC</code> to send requests to
|
|
2114
2113
|
* targets using gRPC. Specify <code>HTTP2</code> to send requests to targets using HTTP/2. The
|
|
2115
2114
|
* default is <code>HTTP1</code>, which sends requests to targets using HTTP/1.1.</p>
|
|
2115
|
+
* @public
|
|
2116
2116
|
*/
|
|
2117
2117
|
ProtocolVersion?: string;
|
|
2118
2118
|
/**
|
|
2119
|
-
* @public
|
|
2120
2119
|
* <p>The port on which the targets receive traffic. This port is used unless you specify a port
|
|
2121
2120
|
* override when registering the target. If the target is a Lambda function, this parameter does
|
|
2122
2121
|
* not apply. If the protocol is GENEVE, the supported port is 6081.</p>
|
|
2122
|
+
* @public
|
|
2123
2123
|
*/
|
|
2124
2124
|
Port?: number;
|
|
2125
2125
|
/**
|
|
2126
|
-
* @public
|
|
2127
2126
|
* <p>The identifier of the virtual private cloud (VPC). If the target is a Lambda function,
|
|
2128
2127
|
* this parameter does not apply. Otherwise, this parameter is required.</p>
|
|
2128
|
+
* @public
|
|
2129
2129
|
*/
|
|
2130
2130
|
VpcId?: string;
|
|
2131
2131
|
/**
|
|
2132
|
-
* @public
|
|
2133
2132
|
* <p>The protocol the load balancer uses when performing health checks on targets. For
|
|
2134
2133
|
* Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load
|
|
2135
2134
|
* Balancers, the default is TCP. The TCP protocol is not supported for health checks if the
|
|
2136
2135
|
* protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP, and TCP_UDP protocols are
|
|
2137
2136
|
* not supported for health checks.</p>
|
|
2137
|
+
* @public
|
|
2138
2138
|
*/
|
|
2139
2139
|
HealthCheckProtocol?: ProtocolEnum;
|
|
2140
2140
|
/**
|
|
2141
|
-
* @public
|
|
2142
2141
|
* <p>The port the load balancer uses when performing health checks on targets. If the protocol
|
|
2143
2142
|
* is HTTP, HTTPS, TCP, TLS, UDP, or TCP_UDP, the default is <code>traffic-port</code>, which is
|
|
2144
2143
|
* the port on which each target receives traffic from the load balancer. If the protocol is
|
|
2145
2144
|
* GENEVE, the default is port 80.</p>
|
|
2145
|
+
* @public
|
|
2146
2146
|
*/
|
|
2147
2147
|
HealthCheckPort?: string;
|
|
2148
2148
|
/**
|
|
2149
|
-
* @public
|
|
2150
2149
|
* <p>Indicates whether health checks are enabled. If the target type is <code>lambda</code>,
|
|
2151
2150
|
* health checks are disabled by default but can be enabled. If the target type is
|
|
2152
2151
|
* <code>instance</code>, <code>ip</code>, or <code>alb</code>, health checks are always
|
|
2153
2152
|
* enabled and cannot be disabled.</p>
|
|
2153
|
+
* @public
|
|
2154
2154
|
*/
|
|
2155
2155
|
HealthCheckEnabled?: boolean;
|
|
2156
2156
|
/**
|
|
2157
|
-
* @public
|
|
2158
2157
|
* <p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>
|
|
2159
2158
|
* <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>
|
|
2160
2159
|
* <p>[GRPC protocol version] The path of a custom health check method with the format
|
|
2161
2160
|
* /package.service/method. The default is /Amazon Web Services.ALB/healthcheck.</p>
|
|
2161
|
+
* @public
|
|
2162
2162
|
*/
|
|
2163
2163
|
HealthCheckPath?: string;
|
|
2164
2164
|
/**
|
|
2165
|
-
* @public
|
|
2166
2165
|
* <p>The approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300.
|
|
2167
2166
|
* If the target group protocol is TCP, TLS, UDP, TCP_UDP, HTTP or HTTPS, the default is 30 seconds.
|
|
2168
2167
|
* If the target group protocol is GENEVE, the default is 10 seconds.
|
|
2169
2168
|
* If the target type is <code>lambda</code>, the default is 35 seconds.</p>
|
|
2169
|
+
* @public
|
|
2170
2170
|
*/
|
|
2171
2171
|
HealthCheckIntervalSeconds?: number;
|
|
2172
2172
|
/**
|
|
2173
|
-
* @public
|
|
2174
2173
|
* <p>The amount of time, in seconds, during which no response from a target means a failed
|
|
2175
2174
|
* health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the
|
|
2176
2175
|
* default is 6 seconds. For target groups with a protocol of TCP, TLS or HTTPS, the default
|
|
2177
2176
|
* is 10 seconds. For target groups with a protocol of GENEVE, the default is 5 seconds. If
|
|
2178
2177
|
* the target type is <code>lambda</code>, the default is 30 seconds.</p>
|
|
2178
|
+
* @public
|
|
2179
2179
|
*/
|
|
2180
2180
|
HealthCheckTimeoutSeconds?: number;
|
|
2181
2181
|
/**
|
|
2182
|
-
* @public
|
|
2183
2182
|
* <p>The number of consecutive health check successes required before considering a target healthy. The range is
|
|
2184
2183
|
* 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 5. For target groups
|
|
2185
2184
|
* with a protocol of GENEVE, the default is 5. If the target type
|
|
2186
2185
|
* is <code>lambda</code>, the default is 5.</p>
|
|
2186
|
+
* @public
|
|
2187
2187
|
*/
|
|
2188
2188
|
HealthyThresholdCount?: number;
|
|
2189
2189
|
/**
|
|
2190
|
-
* @public
|
|
2191
2190
|
* <p>The number of consecutive health check failures required before considering a target unhealthy. The range is
|
|
2192
2191
|
* 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 2. For target groups
|
|
2193
2192
|
* with a protocol of GENEVE, the default is 2. If the target type
|
|
2194
2193
|
* is <code>lambda</code>, the default is 5.</p>
|
|
2194
|
+
* @public
|
|
2195
2195
|
*/
|
|
2196
2196
|
UnhealthyThresholdCount?: number;
|
|
2197
2197
|
/**
|
|
2198
|
-
* @public
|
|
2199
2198
|
* <p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful
|
|
2200
2199
|
* response from a target. For target groups with a protocol of TCP, TCP_UDP, UDP or TLS the range
|
|
2201
2200
|
* is 200-599. For target groups with a protocol of HTTP or HTTPS, the range is 200-499. For target
|
|
2202
2201
|
* groups with a protocol of GENEVE, the range is 200-399.</p>
|
|
2202
|
+
* @public
|
|
2203
2203
|
*/
|
|
2204
2204
|
Matcher?: Matcher;
|
|
2205
2205
|
/**
|
|
2206
|
-
* @public
|
|
2207
2206
|
* <p>The type of target that you must specify when registering targets with this target group.
|
|
2208
2207
|
* You can't specify targets for a target group using more than one target type.</p>
|
|
2209
2208
|
* <ul>
|
|
@@ -2228,129 +2227,130 @@ export interface CreateTargetGroupInput {
|
|
|
2228
2227
|
* <code>alb</code> - Register a single Application Load Balancer as a target.</p>
|
|
2229
2228
|
* </li>
|
|
2230
2229
|
* </ul>
|
|
2230
|
+
* @public
|
|
2231
2231
|
*/
|
|
2232
2232
|
TargetType?: TargetTypeEnum;
|
|
2233
2233
|
/**
|
|
2234
|
-
* @public
|
|
2235
2234
|
* <p>The tags to assign to the target group.</p>
|
|
2235
|
+
* @public
|
|
2236
2236
|
*/
|
|
2237
2237
|
Tags?: Tag[];
|
|
2238
2238
|
/**
|
|
2239
|
-
* @public
|
|
2240
2239
|
* <p>The type of IP address used for this target group. The possible values are
|
|
2241
2240
|
* <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
|
|
2242
2241
|
* the IP address type defaults to <code>ipv4</code>.</p>
|
|
2242
|
+
* @public
|
|
2243
2243
|
*/
|
|
2244
2244
|
IpAddressType?: TargetGroupIpAddressTypeEnum;
|
|
2245
2245
|
}
|
|
2246
2246
|
/**
|
|
2247
|
-
* @public
|
|
2248
2247
|
* <p>Information about a target group.</p>
|
|
2248
|
+
* @public
|
|
2249
2249
|
*/
|
|
2250
2250
|
export interface TargetGroup {
|
|
2251
2251
|
/**
|
|
2252
|
-
* @public
|
|
2253
2252
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2253
|
+
* @public
|
|
2254
2254
|
*/
|
|
2255
2255
|
TargetGroupArn?: string;
|
|
2256
2256
|
/**
|
|
2257
|
-
* @public
|
|
2258
2257
|
* <p>The name of the target group.</p>
|
|
2258
|
+
* @public
|
|
2259
2259
|
*/
|
|
2260
2260
|
TargetGroupName?: string;
|
|
2261
2261
|
/**
|
|
2262
|
-
* @public
|
|
2263
2262
|
* <p>The protocol to use for routing traffic to the targets.</p>
|
|
2263
|
+
* @public
|
|
2264
2264
|
*/
|
|
2265
2265
|
Protocol?: ProtocolEnum;
|
|
2266
2266
|
/**
|
|
2267
|
-
* @public
|
|
2268
2267
|
* <p>The port on which the targets are listening. This parameter is not used if the target is
|
|
2269
2268
|
* a Lambda function.</p>
|
|
2269
|
+
* @public
|
|
2270
2270
|
*/
|
|
2271
2271
|
Port?: number;
|
|
2272
2272
|
/**
|
|
2273
|
-
* @public
|
|
2274
2273
|
* <p>The ID of the VPC for the targets.</p>
|
|
2274
|
+
* @public
|
|
2275
2275
|
*/
|
|
2276
2276
|
VpcId?: string;
|
|
2277
2277
|
/**
|
|
2278
|
-
* @public
|
|
2279
2278
|
* <p>The protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP
|
|
2280
2279
|
* protocols are not supported for health checks.</p>
|
|
2280
|
+
* @public
|
|
2281
2281
|
*/
|
|
2282
2282
|
HealthCheckProtocol?: ProtocolEnum;
|
|
2283
2283
|
/**
|
|
2284
|
-
* @public
|
|
2285
2284
|
* <p>The port to use to connect with the target.</p>
|
|
2285
|
+
* @public
|
|
2286
2286
|
*/
|
|
2287
2287
|
HealthCheckPort?: string;
|
|
2288
2288
|
/**
|
|
2289
|
-
* @public
|
|
2290
2289
|
* <p>Indicates whether health checks are enabled.</p>
|
|
2290
|
+
* @public
|
|
2291
2291
|
*/
|
|
2292
2292
|
HealthCheckEnabled?: boolean;
|
|
2293
2293
|
/**
|
|
2294
|
-
* @public
|
|
2295
2294
|
* <p>The approximate amount of time, in seconds, between health checks of an individual
|
|
2296
2295
|
* target.</p>
|
|
2296
|
+
* @public
|
|
2297
2297
|
*/
|
|
2298
2298
|
HealthCheckIntervalSeconds?: number;
|
|
2299
2299
|
/**
|
|
2300
|
-
* @public
|
|
2301
2300
|
* <p>The amount of time, in seconds, during which no response means a failed health
|
|
2302
2301
|
* check.</p>
|
|
2302
|
+
* @public
|
|
2303
2303
|
*/
|
|
2304
2304
|
HealthCheckTimeoutSeconds?: number;
|
|
2305
2305
|
/**
|
|
2306
|
-
* @public
|
|
2307
2306
|
* <p>The number of consecutive health checks successes required before considering an unhealthy
|
|
2308
2307
|
* target healthy.</p>
|
|
2308
|
+
* @public
|
|
2309
2309
|
*/
|
|
2310
2310
|
HealthyThresholdCount?: number;
|
|
2311
2311
|
/**
|
|
2312
|
-
* @public
|
|
2313
2312
|
* <p>The number of consecutive health check failures required before considering the target
|
|
2314
2313
|
* unhealthy.</p>
|
|
2314
|
+
* @public
|
|
2315
2315
|
*/
|
|
2316
2316
|
UnhealthyThresholdCount?: number;
|
|
2317
2317
|
/**
|
|
2318
|
-
* @public
|
|
2319
2318
|
* <p>The destination for health checks on the targets.</p>
|
|
2319
|
+
* @public
|
|
2320
2320
|
*/
|
|
2321
2321
|
HealthCheckPath?: string;
|
|
2322
2322
|
/**
|
|
2323
|
-
* @public
|
|
2324
2323
|
* <p>The HTTP or gRPC codes to use when checking for a successful response from a
|
|
2325
2324
|
* target.</p>
|
|
2325
|
+
* @public
|
|
2326
2326
|
*/
|
|
2327
2327
|
Matcher?: Matcher;
|
|
2328
2328
|
/**
|
|
2329
|
-
* @public
|
|
2330
2329
|
* <p>The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target
|
|
2331
2330
|
* group. You can use each target group with only one load balancer.</p>
|
|
2331
|
+
* @public
|
|
2332
2332
|
*/
|
|
2333
2333
|
LoadBalancerArns?: string[];
|
|
2334
2334
|
/**
|
|
2335
|
-
* @public
|
|
2336
2335
|
* <p>The type of target that you must specify when registering targets with this target group.
|
|
2337
2336
|
* The possible values are <code>instance</code> (register targets by instance ID),
|
|
2338
2337
|
* <code>ip</code> (register targets by IP address), <code>lambda</code> (register a single
|
|
2339
2338
|
* Lambda function as a target), or <code>alb</code> (register a single Application Load Balancer
|
|
2340
2339
|
* as a target).</p>
|
|
2340
|
+
* @public
|
|
2341
2341
|
*/
|
|
2342
2342
|
TargetType?: TargetTypeEnum;
|
|
2343
2343
|
/**
|
|
2344
|
-
* @public
|
|
2345
2344
|
* <p>[HTTP/HTTPS protocol] The protocol version. The possible values are <code>GRPC</code>,
|
|
2346
2345
|
* <code>HTTP1</code>, and <code>HTTP2</code>.</p>
|
|
2346
|
+
* @public
|
|
2347
2347
|
*/
|
|
2348
2348
|
ProtocolVersion?: string;
|
|
2349
2349
|
/**
|
|
2350
|
-
* @public
|
|
2351
2350
|
* <p>The type of IP address used for this target group. The possible values are
|
|
2352
2351
|
* <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
|
|
2353
2352
|
* the IP address type defaults to <code>ipv4</code>.</p>
|
|
2353
|
+
* @public
|
|
2354
2354
|
*/
|
|
2355
2355
|
IpAddressType?: TargetGroupIpAddressTypeEnum;
|
|
2356
2356
|
}
|
|
@@ -2359,14 +2359,14 @@ export interface TargetGroup {
|
|
|
2359
2359
|
*/
|
|
2360
2360
|
export interface CreateTargetGroupOutput {
|
|
2361
2361
|
/**
|
|
2362
|
-
* @public
|
|
2363
2362
|
* <p>Information about the target group.</p>
|
|
2363
|
+
* @public
|
|
2364
2364
|
*/
|
|
2365
2365
|
TargetGroups?: TargetGroup[];
|
|
2366
2366
|
}
|
|
2367
2367
|
/**
|
|
2368
|
-
* @public
|
|
2369
2368
|
* <p>A target group with the specified name already exists.</p>
|
|
2369
|
+
* @public
|
|
2370
2370
|
*/
|
|
2371
2371
|
export declare class DuplicateTargetGroupNameException extends __BaseException {
|
|
2372
2372
|
readonly name: "DuplicateTargetGroupNameException";
|
|
@@ -2382,29 +2382,29 @@ export declare class DuplicateTargetGroupNameException extends __BaseException {
|
|
|
2382
2382
|
*/
|
|
2383
2383
|
export interface CreateTrustStoreInput {
|
|
2384
2384
|
/**
|
|
2385
|
-
* @public
|
|
2386
2385
|
* <p>The name of the trust store.</p>
|
|
2387
2386
|
* <p>This name must be unique per region and cannot be changed after creation.</p>
|
|
2387
|
+
* @public
|
|
2388
2388
|
*/
|
|
2389
2389
|
Name: string | undefined;
|
|
2390
2390
|
/**
|
|
2391
|
-
* @public
|
|
2392
2391
|
* <p>The Amazon S3 bucket for the ca certificates bundle.</p>
|
|
2392
|
+
* @public
|
|
2393
2393
|
*/
|
|
2394
2394
|
CaCertificatesBundleS3Bucket: string | undefined;
|
|
2395
2395
|
/**
|
|
2396
|
-
* @public
|
|
2397
2396
|
* <p>The Amazon S3 path for the ca certificates bundle.</p>
|
|
2397
|
+
* @public
|
|
2398
2398
|
*/
|
|
2399
2399
|
CaCertificatesBundleS3Key: string | undefined;
|
|
2400
2400
|
/**
|
|
2401
|
-
* @public
|
|
2402
2401
|
* <p>The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.</p>
|
|
2402
|
+
* @public
|
|
2403
2403
|
*/
|
|
2404
2404
|
CaCertificatesBundleS3ObjectVersion?: string;
|
|
2405
2405
|
/**
|
|
2406
|
-
* @public
|
|
2407
2406
|
* <p>The tags to assign to the trust store.</p>
|
|
2407
|
+
* @public
|
|
2408
2408
|
*/
|
|
2409
2409
|
Tags?: Tag[];
|
|
2410
2410
|
}
|
|
@@ -2421,33 +2421,33 @@ export declare const TrustStoreStatus: {
|
|
|
2421
2421
|
*/
|
|
2422
2422
|
export type TrustStoreStatus = (typeof TrustStoreStatus)[keyof typeof TrustStoreStatus];
|
|
2423
2423
|
/**
|
|
2424
|
-
* @public
|
|
2425
2424
|
* <p>Information about a trust store.</p>
|
|
2425
|
+
* @public
|
|
2426
2426
|
*/
|
|
2427
2427
|
export interface TrustStore {
|
|
2428
2428
|
/**
|
|
2429
|
-
* @public
|
|
2430
2429
|
* <p>The name of the trust store.</p>
|
|
2430
|
+
* @public
|
|
2431
2431
|
*/
|
|
2432
2432
|
Name?: string;
|
|
2433
2433
|
/**
|
|
2434
|
-
* @public
|
|
2435
2434
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
2435
|
+
* @public
|
|
2436
2436
|
*/
|
|
2437
2437
|
TrustStoreArn?: string;
|
|
2438
2438
|
/**
|
|
2439
|
-
* @public
|
|
2440
2439
|
* <p>The current status of the trust store.</p>
|
|
2440
|
+
* @public
|
|
2441
2441
|
*/
|
|
2442
2442
|
Status?: TrustStoreStatus;
|
|
2443
2443
|
/**
|
|
2444
|
-
* @public
|
|
2445
2444
|
* <p>The number of ca certificates in the trust store.</p>
|
|
2445
|
+
* @public
|
|
2446
2446
|
*/
|
|
2447
2447
|
NumberOfCaCertificates?: number;
|
|
2448
2448
|
/**
|
|
2449
|
-
* @public
|
|
2450
2449
|
* <p>The number of revoked certificates in the trust store.</p>
|
|
2450
|
+
* @public
|
|
2451
2451
|
*/
|
|
2452
2452
|
TotalRevokedEntries?: number;
|
|
2453
2453
|
}
|
|
@@ -2456,14 +2456,14 @@ export interface TrustStore {
|
|
|
2456
2456
|
*/
|
|
2457
2457
|
export interface CreateTrustStoreOutput {
|
|
2458
2458
|
/**
|
|
2459
|
-
* @public
|
|
2460
2459
|
* <p>Information about the trust store created.</p>
|
|
2460
|
+
* @public
|
|
2461
2461
|
*/
|
|
2462
2462
|
TrustStores?: TrustStore[];
|
|
2463
2463
|
}
|
|
2464
2464
|
/**
|
|
2465
|
-
* @public
|
|
2466
2465
|
* <p>A trust store with the specified name already exists.</p>
|
|
2466
|
+
* @public
|
|
2467
2467
|
*/
|
|
2468
2468
|
export declare class DuplicateTrustStoreNameException extends __BaseException {
|
|
2469
2469
|
readonly name: "DuplicateTrustStoreNameException";
|
|
@@ -2475,8 +2475,8 @@ export declare class DuplicateTrustStoreNameException extends __BaseException {
|
|
|
2475
2475
|
constructor(opts: __ExceptionOptionType<DuplicateTrustStoreNameException, __BaseException>);
|
|
2476
2476
|
}
|
|
2477
2477
|
/**
|
|
2478
|
-
* @public
|
|
2479
2478
|
* <p>The specified ca certificate bundle is in an invalid format, or corrupt.</p>
|
|
2479
|
+
* @public
|
|
2480
2480
|
*/
|
|
2481
2481
|
export declare class InvalidCaCertificatesBundleException extends __BaseException {
|
|
2482
2482
|
readonly name: "InvalidCaCertificatesBundleException";
|
|
@@ -2488,8 +2488,8 @@ export declare class InvalidCaCertificatesBundleException extends __BaseExceptio
|
|
|
2488
2488
|
constructor(opts: __ExceptionOptionType<InvalidCaCertificatesBundleException, __BaseException>);
|
|
2489
2489
|
}
|
|
2490
2490
|
/**
|
|
2491
|
-
* @public
|
|
2492
2491
|
* <p>You've reached the limit on the number of trust stores for your Amazon Web Services account.</p>
|
|
2492
|
+
* @public
|
|
2493
2493
|
*/
|
|
2494
2494
|
export declare class TooManyTrustStoresException extends __BaseException {
|
|
2495
2495
|
readonly name: "TooManyTrustStoresException";
|
|
@@ -2505,8 +2505,8 @@ export declare class TooManyTrustStoresException extends __BaseException {
|
|
|
2505
2505
|
*/
|
|
2506
2506
|
export interface DeleteListenerInput {
|
|
2507
2507
|
/**
|
|
2508
|
-
* @public
|
|
2509
2508
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
2509
|
+
* @public
|
|
2510
2510
|
*/
|
|
2511
2511
|
ListenerArn: string | undefined;
|
|
2512
2512
|
}
|
|
@@ -2520,8 +2520,8 @@ export interface DeleteListenerOutput {
|
|
|
2520
2520
|
*/
|
|
2521
2521
|
export interface DeleteLoadBalancerInput {
|
|
2522
2522
|
/**
|
|
2523
|
-
* @public
|
|
2524
2523
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
2524
|
+
* @public
|
|
2525
2525
|
*/
|
|
2526
2526
|
LoadBalancerArn: string | undefined;
|
|
2527
2527
|
}
|
|
@@ -2535,8 +2535,8 @@ export interface DeleteLoadBalancerOutput {
|
|
|
2535
2535
|
*/
|
|
2536
2536
|
export interface DeleteRuleInput {
|
|
2537
2537
|
/**
|
|
2538
|
-
* @public
|
|
2539
2538
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
2539
|
+
* @public
|
|
2540
2540
|
*/
|
|
2541
2541
|
RuleArn: string | undefined;
|
|
2542
2542
|
}
|
|
@@ -2550,8 +2550,8 @@ export interface DeleteRuleOutput {
|
|
|
2550
2550
|
*/
|
|
2551
2551
|
export interface DeleteTargetGroupInput {
|
|
2552
2552
|
/**
|
|
2553
|
-
* @public
|
|
2554
2553
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2554
|
+
* @public
|
|
2555
2555
|
*/
|
|
2556
2556
|
TargetGroupArn: string | undefined;
|
|
2557
2557
|
}
|
|
@@ -2565,8 +2565,8 @@ export interface DeleteTargetGroupOutput {
|
|
|
2565
2565
|
*/
|
|
2566
2566
|
export interface DeleteTrustStoreInput {
|
|
2567
2567
|
/**
|
|
2568
|
-
* @public
|
|
2569
2568
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
2569
|
+
* @public
|
|
2570
2570
|
*/
|
|
2571
2571
|
TrustStoreArn: string | undefined;
|
|
2572
2572
|
}
|
|
@@ -2576,8 +2576,8 @@ export interface DeleteTrustStoreInput {
|
|
|
2576
2576
|
export interface DeleteTrustStoreOutput {
|
|
2577
2577
|
}
|
|
2578
2578
|
/**
|
|
2579
|
-
* @public
|
|
2580
2579
|
* <p>The specified trust store is currently in use.</p>
|
|
2580
|
+
* @public
|
|
2581
2581
|
*/
|
|
2582
2582
|
export declare class TrustStoreInUseException extends __BaseException {
|
|
2583
2583
|
readonly name: "TrustStoreInUseException";
|
|
@@ -2589,28 +2589,27 @@ export declare class TrustStoreInUseException extends __BaseException {
|
|
|
2589
2589
|
constructor(opts: __ExceptionOptionType<TrustStoreInUseException, __BaseException>);
|
|
2590
2590
|
}
|
|
2591
2591
|
/**
|
|
2592
|
-
* @public
|
|
2593
2592
|
* <p>Information about a target.</p>
|
|
2593
|
+
* @public
|
|
2594
2594
|
*/
|
|
2595
2595
|
export interface TargetDescription {
|
|
2596
2596
|
/**
|
|
2597
|
-
* @public
|
|
2598
2597
|
* <p>The ID of the target. If the target type of the target group is <code>instance</code>,
|
|
2599
2598
|
* specify an instance ID. If the target type is <code>ip</code>, specify an IP address. If the
|
|
2600
2599
|
* target type is <code>lambda</code>, specify the ARN of the Lambda function. If the target type
|
|
2601
2600
|
* is <code>alb</code>, specify the ARN of the Application Load Balancer target. </p>
|
|
2601
|
+
* @public
|
|
2602
2602
|
*/
|
|
2603
2603
|
Id: string | undefined;
|
|
2604
2604
|
/**
|
|
2605
|
-
* @public
|
|
2606
2605
|
* <p>The port on which the target is listening. If the target group protocol is GENEVE, the
|
|
2607
2606
|
* supported port is 6081. If the target type is <code>alb</code>, the targeted Application Load
|
|
2608
2607
|
* Balancer must have at least one listener whose port matches the target group port. This
|
|
2609
2608
|
* parameter is not used if the target is a Lambda function.</p>
|
|
2609
|
+
* @public
|
|
2610
2610
|
*/
|
|
2611
2611
|
Port?: number;
|
|
2612
2612
|
/**
|
|
2613
|
-
* @public
|
|
2614
2613
|
* <p>An Availability Zone or <code>all</code>. This determines whether the target receives
|
|
2615
2614
|
* traffic from the load balancer nodes in the specified Availability Zone or from all enabled
|
|
2616
2615
|
* Availability Zones for the load balancer.</p>
|
|
@@ -2627,6 +2626,7 @@ export interface TargetDescription {
|
|
|
2627
2626
|
* Availability Zone inside the VPC for the target group.</p>
|
|
2628
2627
|
* <p>If the target type is <code>lambda</code>, this parameter is optional and the only
|
|
2629
2628
|
* supported value is <code>all</code>.</p>
|
|
2629
|
+
* @public
|
|
2630
2630
|
*/
|
|
2631
2631
|
AvailabilityZone?: string;
|
|
2632
2632
|
}
|
|
@@ -2635,14 +2635,14 @@ export interface TargetDescription {
|
|
|
2635
2635
|
*/
|
|
2636
2636
|
export interface DeregisterTargetsInput {
|
|
2637
2637
|
/**
|
|
2638
|
-
* @public
|
|
2639
2638
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2639
|
+
* @public
|
|
2640
2640
|
*/
|
|
2641
2641
|
TargetGroupArn: string | undefined;
|
|
2642
2642
|
/**
|
|
2643
|
-
* @public
|
|
2644
2643
|
* <p>The targets. If you specified a port override when you registered a target, you must
|
|
2645
2644
|
* specify both the target ID and the port when you deregister it.</p>
|
|
2645
|
+
* @public
|
|
2646
2646
|
*/
|
|
2647
2647
|
Targets: TargetDescription[] | undefined;
|
|
2648
2648
|
}
|
|
@@ -2652,9 +2652,9 @@ export interface DeregisterTargetsInput {
|
|
|
2652
2652
|
export interface DeregisterTargetsOutput {
|
|
2653
2653
|
}
|
|
2654
2654
|
/**
|
|
2655
|
-
* @public
|
|
2656
2655
|
* <p>The specified target does not exist, is not in the same VPC as the target group, or has an
|
|
2657
2656
|
* unsupported instance type.</p>
|
|
2657
|
+
* @public
|
|
2658
2658
|
*/
|
|
2659
2659
|
export declare class InvalidTargetException extends __BaseException {
|
|
2660
2660
|
readonly name: "InvalidTargetException";
|
|
@@ -2670,19 +2670,18 @@ export declare class InvalidTargetException extends __BaseException {
|
|
|
2670
2670
|
*/
|
|
2671
2671
|
export interface DescribeAccountLimitsInput {
|
|
2672
2672
|
/**
|
|
2673
|
-
* @public
|
|
2674
2673
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
2675
2674
|
* call.)</p>
|
|
2675
|
+
* @public
|
|
2676
2676
|
*/
|
|
2677
2677
|
Marker?: string;
|
|
2678
2678
|
/**
|
|
2679
|
-
* @public
|
|
2680
2679
|
* <p>The maximum number of results to return with this call.</p>
|
|
2680
|
+
* @public
|
|
2681
2681
|
*/
|
|
2682
2682
|
PageSize?: number;
|
|
2683
2683
|
}
|
|
2684
2684
|
/**
|
|
2685
|
-
* @public
|
|
2686
2685
|
* <p>Information about an Elastic Load Balancing resource limit for your Amazon Web Services
|
|
2687
2686
|
* account.</p>
|
|
2688
2687
|
* <p>For more information, see the following:</p>
|
|
@@ -2706,10 +2705,10 @@ export interface DescribeAccountLimitsInput {
|
|
|
2706
2705
|
* </p>
|
|
2707
2706
|
* </li>
|
|
2708
2707
|
* </ul>
|
|
2708
|
+
* @public
|
|
2709
2709
|
*/
|
|
2710
2710
|
export interface Limit {
|
|
2711
2711
|
/**
|
|
2712
|
-
* @public
|
|
2713
2712
|
* <p>The name of the limit. The possible values are:</p>
|
|
2714
2713
|
* <ul>
|
|
2715
2714
|
* <li>
|
|
@@ -2767,11 +2766,12 @@ export interface Limit {
|
|
|
2767
2766
|
* <p>targets-per-network-load-balancer</p>
|
|
2768
2767
|
* </li>
|
|
2769
2768
|
* </ul>
|
|
2769
|
+
* @public
|
|
2770
2770
|
*/
|
|
2771
2771
|
Name?: string;
|
|
2772
2772
|
/**
|
|
2773
|
-
* @public
|
|
2774
2773
|
* <p>The maximum value of the limit.</p>
|
|
2774
|
+
* @public
|
|
2775
2775
|
*/
|
|
2776
2776
|
Max?: string;
|
|
2777
2777
|
}
|
|
@@ -2780,14 +2780,14 @@ export interface Limit {
|
|
|
2780
2780
|
*/
|
|
2781
2781
|
export interface DescribeAccountLimitsOutput {
|
|
2782
2782
|
/**
|
|
2783
|
-
* @public
|
|
2784
2783
|
* <p>Information about the limits.</p>
|
|
2784
|
+
* @public
|
|
2785
2785
|
*/
|
|
2786
2786
|
Limits?: Limit[];
|
|
2787
2787
|
/**
|
|
2788
|
-
* @public
|
|
2789
2788
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
2790
2789
|
* Otherwise, this is null.</p>
|
|
2790
|
+
* @public
|
|
2791
2791
|
*/
|
|
2792
2792
|
NextMarker?: string;
|
|
2793
2793
|
}
|
|
@@ -2796,19 +2796,19 @@ export interface DescribeAccountLimitsOutput {
|
|
|
2796
2796
|
*/
|
|
2797
2797
|
export interface DescribeListenerCertificatesInput {
|
|
2798
2798
|
/**
|
|
2799
|
-
* @public
|
|
2800
2799
|
* <p>The Amazon Resource Names (ARN) of the listener.</p>
|
|
2800
|
+
* @public
|
|
2801
2801
|
*/
|
|
2802
2802
|
ListenerArn: string | undefined;
|
|
2803
2803
|
/**
|
|
2804
|
-
* @public
|
|
2805
2804
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
2806
2805
|
* call.)</p>
|
|
2806
|
+
* @public
|
|
2807
2807
|
*/
|
|
2808
2808
|
Marker?: string;
|
|
2809
2809
|
/**
|
|
2810
|
-
* @public
|
|
2811
2810
|
* <p>The maximum number of results to return with this call.</p>
|
|
2811
|
+
* @public
|
|
2812
2812
|
*/
|
|
2813
2813
|
PageSize?: number;
|
|
2814
2814
|
}
|
|
@@ -2817,14 +2817,14 @@ export interface DescribeListenerCertificatesInput {
|
|
|
2817
2817
|
*/
|
|
2818
2818
|
export interface DescribeListenerCertificatesOutput {
|
|
2819
2819
|
/**
|
|
2820
|
-
* @public
|
|
2821
2820
|
* <p>Information about the certificates.</p>
|
|
2821
|
+
* @public
|
|
2822
2822
|
*/
|
|
2823
2823
|
Certificates?: Certificate[];
|
|
2824
2824
|
/**
|
|
2825
|
-
* @public
|
|
2826
2825
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
2827
2826
|
* Otherwise, this is null.</p>
|
|
2827
|
+
* @public
|
|
2828
2828
|
*/
|
|
2829
2829
|
NextMarker?: string;
|
|
2830
2830
|
}
|
|
@@ -2833,24 +2833,24 @@ export interface DescribeListenerCertificatesOutput {
|
|
|
2833
2833
|
*/
|
|
2834
2834
|
export interface DescribeListenersInput {
|
|
2835
2835
|
/**
|
|
2836
|
-
* @public
|
|
2837
2836
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
2837
|
+
* @public
|
|
2838
2838
|
*/
|
|
2839
2839
|
LoadBalancerArn?: string;
|
|
2840
2840
|
/**
|
|
2841
|
-
* @public
|
|
2842
2841
|
* <p>The Amazon Resource Names (ARN) of the listeners.</p>
|
|
2842
|
+
* @public
|
|
2843
2843
|
*/
|
|
2844
2844
|
ListenerArns?: string[];
|
|
2845
2845
|
/**
|
|
2846
|
-
* @public
|
|
2847
2846
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
2848
2847
|
* call.)</p>
|
|
2848
|
+
* @public
|
|
2849
2849
|
*/
|
|
2850
2850
|
Marker?: string;
|
|
2851
2851
|
/**
|
|
2852
|
-
* @public
|
|
2853
2852
|
* <p>The maximum number of results to return with this call.</p>
|
|
2853
|
+
* @public
|
|
2854
2854
|
*/
|
|
2855
2855
|
PageSize?: number;
|
|
2856
2856
|
}
|
|
@@ -2859,14 +2859,14 @@ export interface DescribeListenersInput {
|
|
|
2859
2859
|
*/
|
|
2860
2860
|
export interface DescribeListenersOutput {
|
|
2861
2861
|
/**
|
|
2862
|
-
* @public
|
|
2863
2862
|
* <p>Information about the listeners.</p>
|
|
2863
|
+
* @public
|
|
2864
2864
|
*/
|
|
2865
2865
|
Listeners?: Listener[];
|
|
2866
2866
|
/**
|
|
2867
|
-
* @public
|
|
2868
2867
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
2869
2868
|
* Otherwise, this is null.</p>
|
|
2869
|
+
* @public
|
|
2870
2870
|
*/
|
|
2871
2871
|
NextMarker?: string;
|
|
2872
2872
|
}
|
|
@@ -2875,18 +2875,17 @@ export interface DescribeListenersOutput {
|
|
|
2875
2875
|
*/
|
|
2876
2876
|
export interface DescribeLoadBalancerAttributesInput {
|
|
2877
2877
|
/**
|
|
2878
|
-
* @public
|
|
2879
2878
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
2879
|
+
* @public
|
|
2880
2880
|
*/
|
|
2881
2881
|
LoadBalancerArn: string | undefined;
|
|
2882
2882
|
}
|
|
2883
2883
|
/**
|
|
2884
|
-
* @public
|
|
2885
2884
|
* <p>Information about a load balancer attribute.</p>
|
|
2885
|
+
* @public
|
|
2886
2886
|
*/
|
|
2887
2887
|
export interface LoadBalancerAttribute {
|
|
2888
2888
|
/**
|
|
2889
|
-
* @public
|
|
2890
2889
|
* <p>The name of the attribute.</p>
|
|
2891
2890
|
* <p>The following attributes are supported by all load balancers:</p>
|
|
2892
2891
|
* <ul>
|
|
@@ -3051,11 +3050,12 @@ export interface LoadBalancerAttribute {
|
|
|
3051
3050
|
* and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>
|
|
3052
3051
|
* </li>
|
|
3053
3052
|
* </ul>
|
|
3053
|
+
* @public
|
|
3054
3054
|
*/
|
|
3055
3055
|
Key?: string;
|
|
3056
3056
|
/**
|
|
3057
|
-
* @public
|
|
3058
3057
|
* <p>The value of the attribute.</p>
|
|
3058
|
+
* @public
|
|
3059
3059
|
*/
|
|
3060
3060
|
Value?: string;
|
|
3061
3061
|
}
|
|
@@ -3064,8 +3064,8 @@ export interface LoadBalancerAttribute {
|
|
|
3064
3064
|
*/
|
|
3065
3065
|
export interface DescribeLoadBalancerAttributesOutput {
|
|
3066
3066
|
/**
|
|
3067
|
-
* @public
|
|
3068
3067
|
* <p>Information about the load balancer attributes.</p>
|
|
3068
|
+
* @public
|
|
3069
3069
|
*/
|
|
3070
3070
|
Attributes?: LoadBalancerAttribute[];
|
|
3071
3071
|
}
|
|
@@ -3074,25 +3074,25 @@ export interface DescribeLoadBalancerAttributesOutput {
|
|
|
3074
3074
|
*/
|
|
3075
3075
|
export interface DescribeLoadBalancersInput {
|
|
3076
3076
|
/**
|
|
3077
|
-
* @public
|
|
3078
3077
|
* <p>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load
|
|
3079
3078
|
* balancers in a single call.</p>
|
|
3079
|
+
* @public
|
|
3080
3080
|
*/
|
|
3081
3081
|
LoadBalancerArns?: string[];
|
|
3082
3082
|
/**
|
|
3083
|
-
* @public
|
|
3084
3083
|
* <p>The names of the load balancers.</p>
|
|
3084
|
+
* @public
|
|
3085
3085
|
*/
|
|
3086
3086
|
Names?: string[];
|
|
3087
3087
|
/**
|
|
3088
|
-
* @public
|
|
3089
3088
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
3090
3089
|
* call.)</p>
|
|
3090
|
+
* @public
|
|
3091
3091
|
*/
|
|
3092
3092
|
Marker?: string;
|
|
3093
3093
|
/**
|
|
3094
|
-
* @public
|
|
3095
3094
|
* <p>The maximum number of results to return with this call.</p>
|
|
3095
|
+
* @public
|
|
3096
3096
|
*/
|
|
3097
3097
|
PageSize?: number;
|
|
3098
3098
|
}
|
|
@@ -3101,14 +3101,14 @@ export interface DescribeLoadBalancersInput {
|
|
|
3101
3101
|
*/
|
|
3102
3102
|
export interface DescribeLoadBalancersOutput {
|
|
3103
3103
|
/**
|
|
3104
|
-
* @public
|
|
3105
3104
|
* <p>Information about the load balancers.</p>
|
|
3105
|
+
* @public
|
|
3106
3106
|
*/
|
|
3107
3107
|
LoadBalancers?: LoadBalancer[];
|
|
3108
3108
|
/**
|
|
3109
|
-
* @public
|
|
3110
3109
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3111
3110
|
* Otherwise, this is null.</p>
|
|
3111
|
+
* @public
|
|
3112
3112
|
*/
|
|
3113
3113
|
NextMarker?: string;
|
|
3114
3114
|
}
|
|
@@ -3117,24 +3117,24 @@ export interface DescribeLoadBalancersOutput {
|
|
|
3117
3117
|
*/
|
|
3118
3118
|
export interface DescribeRulesInput {
|
|
3119
3119
|
/**
|
|
3120
|
-
* @public
|
|
3121
3120
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
3121
|
+
* @public
|
|
3122
3122
|
*/
|
|
3123
3123
|
ListenerArn?: string;
|
|
3124
3124
|
/**
|
|
3125
|
-
* @public
|
|
3126
3125
|
* <p>The Amazon Resource Names (ARN) of the rules.</p>
|
|
3126
|
+
* @public
|
|
3127
3127
|
*/
|
|
3128
3128
|
RuleArns?: string[];
|
|
3129
3129
|
/**
|
|
3130
|
-
* @public
|
|
3131
3130
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
3132
3131
|
* call.)</p>
|
|
3132
|
+
* @public
|
|
3133
3133
|
*/
|
|
3134
3134
|
Marker?: string;
|
|
3135
3135
|
/**
|
|
3136
|
-
* @public
|
|
3137
3136
|
* <p>The maximum number of results to return with this call.</p>
|
|
3137
|
+
* @public
|
|
3138
3138
|
*/
|
|
3139
3139
|
PageSize?: number;
|
|
3140
3140
|
}
|
|
@@ -3143,14 +3143,14 @@ export interface DescribeRulesInput {
|
|
|
3143
3143
|
*/
|
|
3144
3144
|
export interface DescribeRulesOutput {
|
|
3145
3145
|
/**
|
|
3146
|
-
* @public
|
|
3147
3146
|
* <p>Information about the rules.</p>
|
|
3147
|
+
* @public
|
|
3148
3148
|
*/
|
|
3149
3149
|
Rules?: Rule[];
|
|
3150
3150
|
/**
|
|
3151
|
-
* @public
|
|
3152
3151
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3153
3152
|
* Otherwise, this is null.</p>
|
|
3153
|
+
* @public
|
|
3154
3154
|
*/
|
|
3155
3155
|
NextMarker?: string;
|
|
3156
3156
|
}
|
|
@@ -3159,51 +3159,51 @@ export interface DescribeRulesOutput {
|
|
|
3159
3159
|
*/
|
|
3160
3160
|
export interface DescribeSSLPoliciesInput {
|
|
3161
3161
|
/**
|
|
3162
|
-
* @public
|
|
3163
3162
|
* <p>The names of the policies.</p>
|
|
3163
|
+
* @public
|
|
3164
3164
|
*/
|
|
3165
3165
|
Names?: string[];
|
|
3166
3166
|
/**
|
|
3167
|
-
* @public
|
|
3168
3167
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
3169
3168
|
* call.)</p>
|
|
3169
|
+
* @public
|
|
3170
3170
|
*/
|
|
3171
3171
|
Marker?: string;
|
|
3172
3172
|
/**
|
|
3173
|
-
* @public
|
|
3174
3173
|
* <p>The maximum number of results to return with this call.</p>
|
|
3174
|
+
* @public
|
|
3175
3175
|
*/
|
|
3176
3176
|
PageSize?: number;
|
|
3177
3177
|
/**
|
|
3178
|
-
* @public
|
|
3179
3178
|
* <p> The type of load balancer. The default lists the SSL policies for all load
|
|
3180
3179
|
* balancers.</p>
|
|
3180
|
+
* @public
|
|
3181
3181
|
*/
|
|
3182
3182
|
LoadBalancerType?: LoadBalancerTypeEnum;
|
|
3183
3183
|
}
|
|
3184
3184
|
/**
|
|
3185
|
-
* @public
|
|
3186
3185
|
* <p>Information about a policy used for SSL negotiation.</p>
|
|
3186
|
+
* @public
|
|
3187
3187
|
*/
|
|
3188
3188
|
export interface SslPolicy {
|
|
3189
3189
|
/**
|
|
3190
|
-
* @public
|
|
3191
3190
|
* <p>The protocols.</p>
|
|
3191
|
+
* @public
|
|
3192
3192
|
*/
|
|
3193
3193
|
SslProtocols?: string[];
|
|
3194
3194
|
/**
|
|
3195
|
-
* @public
|
|
3196
3195
|
* <p>The ciphers.</p>
|
|
3196
|
+
* @public
|
|
3197
3197
|
*/
|
|
3198
3198
|
Ciphers?: Cipher[];
|
|
3199
3199
|
/**
|
|
3200
|
-
* @public
|
|
3201
3200
|
* <p>The name of the policy.</p>
|
|
3201
|
+
* @public
|
|
3202
3202
|
*/
|
|
3203
3203
|
Name?: string;
|
|
3204
3204
|
/**
|
|
3205
|
-
* @public
|
|
3206
3205
|
* <p> The supported load balancers. </p>
|
|
3206
|
+
* @public
|
|
3207
3207
|
*/
|
|
3208
3208
|
SupportedLoadBalancerTypes?: string[];
|
|
3209
3209
|
}
|
|
@@ -3212,14 +3212,14 @@ export interface SslPolicy {
|
|
|
3212
3212
|
*/
|
|
3213
3213
|
export interface DescribeSSLPoliciesOutput {
|
|
3214
3214
|
/**
|
|
3215
|
-
* @public
|
|
3216
3215
|
* <p>Information about the security policies.</p>
|
|
3216
|
+
* @public
|
|
3217
3217
|
*/
|
|
3218
3218
|
SslPolicies?: SslPolicy[];
|
|
3219
3219
|
/**
|
|
3220
|
-
* @public
|
|
3221
3220
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3222
3221
|
* Otherwise, this is null.</p>
|
|
3222
|
+
* @public
|
|
3223
3223
|
*/
|
|
3224
3224
|
NextMarker?: string;
|
|
3225
3225
|
}
|
|
@@ -3228,25 +3228,25 @@ export interface DescribeSSLPoliciesOutput {
|
|
|
3228
3228
|
*/
|
|
3229
3229
|
export interface DescribeTagsInput {
|
|
3230
3230
|
/**
|
|
3231
|
-
* @public
|
|
3232
3231
|
* <p>The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a
|
|
3233
3232
|
* single call.</p>
|
|
3233
|
+
* @public
|
|
3234
3234
|
*/
|
|
3235
3235
|
ResourceArns: string[] | undefined;
|
|
3236
3236
|
}
|
|
3237
3237
|
/**
|
|
3238
|
-
* @public
|
|
3239
3238
|
* <p>The tags associated with a resource.</p>
|
|
3239
|
+
* @public
|
|
3240
3240
|
*/
|
|
3241
3241
|
export interface TagDescription {
|
|
3242
3242
|
/**
|
|
3243
|
-
* @public
|
|
3244
3243
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3244
|
+
* @public
|
|
3245
3245
|
*/
|
|
3246
3246
|
ResourceArn?: string;
|
|
3247
3247
|
/**
|
|
3248
|
-
* @public
|
|
3249
3248
|
* <p>Information about the tags.</p>
|
|
3249
|
+
* @public
|
|
3250
3250
|
*/
|
|
3251
3251
|
Tags?: Tag[];
|
|
3252
3252
|
}
|
|
@@ -3255,8 +3255,8 @@ export interface TagDescription {
|
|
|
3255
3255
|
*/
|
|
3256
3256
|
export interface DescribeTagsOutput {
|
|
3257
3257
|
/**
|
|
3258
|
-
* @public
|
|
3259
3258
|
* <p>Information about the tags.</p>
|
|
3259
|
+
* @public
|
|
3260
3260
|
*/
|
|
3261
3261
|
TagDescriptions?: TagDescription[];
|
|
3262
3262
|
}
|
|
@@ -3265,18 +3265,17 @@ export interface DescribeTagsOutput {
|
|
|
3265
3265
|
*/
|
|
3266
3266
|
export interface DescribeTargetGroupAttributesInput {
|
|
3267
3267
|
/**
|
|
3268
|
-
* @public
|
|
3269
3268
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
3269
|
+
* @public
|
|
3270
3270
|
*/
|
|
3271
3271
|
TargetGroupArn: string | undefined;
|
|
3272
3272
|
}
|
|
3273
3273
|
/**
|
|
3274
|
-
* @public
|
|
3275
3274
|
* <p>Information about a target group attribute.</p>
|
|
3275
|
+
* @public
|
|
3276
3276
|
*/
|
|
3277
3277
|
export interface TargetGroupAttribute {
|
|
3278
3278
|
/**
|
|
3279
|
-
* @public
|
|
3280
3279
|
* <p>The name of the attribute.</p>
|
|
3281
3280
|
* <p>The following attributes are supported by all load balancers:</p>
|
|
3282
3281
|
* <ul>
|
|
@@ -3476,11 +3475,12 @@ export interface TargetGroupAttribute {
|
|
|
3476
3475
|
* set for both attributes must be the same. </p>
|
|
3477
3476
|
* </li>
|
|
3478
3477
|
* </ul>
|
|
3478
|
+
* @public
|
|
3479
3479
|
*/
|
|
3480
3480
|
Key?: string;
|
|
3481
3481
|
/**
|
|
3482
|
-
* @public
|
|
3483
3482
|
* <p>The value of the attribute.</p>
|
|
3483
|
+
* @public
|
|
3484
3484
|
*/
|
|
3485
3485
|
Value?: string;
|
|
3486
3486
|
}
|
|
@@ -3489,8 +3489,8 @@ export interface TargetGroupAttribute {
|
|
|
3489
3489
|
*/
|
|
3490
3490
|
export interface DescribeTargetGroupAttributesOutput {
|
|
3491
3491
|
/**
|
|
3492
|
-
* @public
|
|
3493
3492
|
* <p>Information about the target group attributes</p>
|
|
3493
|
+
* @public
|
|
3494
3494
|
*/
|
|
3495
3495
|
Attributes?: TargetGroupAttribute[];
|
|
3496
3496
|
}
|
|
@@ -3499,29 +3499,29 @@ export interface DescribeTargetGroupAttributesOutput {
|
|
|
3499
3499
|
*/
|
|
3500
3500
|
export interface DescribeTargetGroupsInput {
|
|
3501
3501
|
/**
|
|
3502
|
-
* @public
|
|
3503
3502
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
3503
|
+
* @public
|
|
3504
3504
|
*/
|
|
3505
3505
|
LoadBalancerArn?: string;
|
|
3506
3506
|
/**
|
|
3507
|
-
* @public
|
|
3508
3507
|
* <p>The Amazon Resource Names (ARN) of the target groups.</p>
|
|
3508
|
+
* @public
|
|
3509
3509
|
*/
|
|
3510
3510
|
TargetGroupArns?: string[];
|
|
3511
3511
|
/**
|
|
3512
|
-
* @public
|
|
3513
3512
|
* <p>The names of the target groups.</p>
|
|
3513
|
+
* @public
|
|
3514
3514
|
*/
|
|
3515
3515
|
Names?: string[];
|
|
3516
3516
|
/**
|
|
3517
|
-
* @public
|
|
3518
3517
|
* <p>The marker for the next set of results. (You received this marker from a previous
|
|
3519
3518
|
* call.)</p>
|
|
3519
|
+
* @public
|
|
3520
3520
|
*/
|
|
3521
3521
|
Marker?: string;
|
|
3522
3522
|
/**
|
|
3523
|
-
* @public
|
|
3524
3523
|
* <p>The maximum number of results to return with this call.</p>
|
|
3524
|
+
* @public
|
|
3525
3525
|
*/
|
|
3526
3526
|
PageSize?: number;
|
|
3527
3527
|
}
|
|
@@ -3530,14 +3530,14 @@ export interface DescribeTargetGroupsInput {
|
|
|
3530
3530
|
*/
|
|
3531
3531
|
export interface DescribeTargetGroupsOutput {
|
|
3532
3532
|
/**
|
|
3533
|
-
* @public
|
|
3534
3533
|
* <p>Information about the target groups.</p>
|
|
3534
|
+
* @public
|
|
3535
3535
|
*/
|
|
3536
3536
|
TargetGroups?: TargetGroup[];
|
|
3537
3537
|
/**
|
|
3538
|
-
* @public
|
|
3539
3538
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3540
3539
|
* Otherwise, this is null.</p>
|
|
3540
|
+
* @public
|
|
3541
3541
|
*/
|
|
3542
3542
|
NextMarker?: string;
|
|
3543
3543
|
}
|
|
@@ -3558,18 +3558,18 @@ export type DescribeTargetHealthInputIncludeEnum = (typeof DescribeTargetHealthI
|
|
|
3558
3558
|
*/
|
|
3559
3559
|
export interface DescribeTargetHealthInput {
|
|
3560
3560
|
/**
|
|
3561
|
-
* @public
|
|
3562
3561
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
3562
|
+
* @public
|
|
3563
3563
|
*/
|
|
3564
3564
|
TargetGroupArn: string | undefined;
|
|
3565
3565
|
/**
|
|
3566
|
-
* @public
|
|
3567
3566
|
* <p>The targets.</p>
|
|
3567
|
+
* @public
|
|
3568
3568
|
*/
|
|
3569
3569
|
Targets?: TargetDescription[];
|
|
3570
3570
|
/**
|
|
3571
|
-
* @public
|
|
3572
3571
|
* <p>Used to inclue anomaly detection information.</p>
|
|
3572
|
+
* @public
|
|
3573
3573
|
*/
|
|
3574
3574
|
Include?: DescribeTargetHealthInputIncludeEnum[];
|
|
3575
3575
|
}
|
|
@@ -3613,17 +3613,16 @@ export declare const TargetHealthStateEnum: {
|
|
|
3613
3613
|
*/
|
|
3614
3614
|
export type TargetHealthStateEnum = (typeof TargetHealthStateEnum)[keyof typeof TargetHealthStateEnum];
|
|
3615
3615
|
/**
|
|
3616
|
-
* @public
|
|
3617
3616
|
* <p>Information about the current health of a target.</p>
|
|
3617
|
+
* @public
|
|
3618
3618
|
*/
|
|
3619
3619
|
export interface TargetHealth {
|
|
3620
3620
|
/**
|
|
3621
|
-
* @public
|
|
3622
3621
|
* <p>The state of the target.</p>
|
|
3622
|
+
* @public
|
|
3623
3623
|
*/
|
|
3624
3624
|
State?: TargetHealthStateEnum;
|
|
3625
3625
|
/**
|
|
3626
|
-
* @public
|
|
3627
3626
|
* <p>The reason code.</p>
|
|
3628
3627
|
* <p>If the target state is <code>healthy</code>, a reason code is not provided.</p>
|
|
3629
3628
|
* <p>If the target state is <code>initial</code>, the reason code can be one of the following
|
|
@@ -3712,40 +3711,41 @@ export interface TargetHealth {
|
|
|
3712
3711
|
* error. Applies only to Network Load Balancers.</p>
|
|
3713
3712
|
* </li>
|
|
3714
3713
|
* </ul>
|
|
3714
|
+
* @public
|
|
3715
3715
|
*/
|
|
3716
3716
|
Reason?: TargetHealthReasonEnum;
|
|
3717
3717
|
/**
|
|
3718
|
-
* @public
|
|
3719
3718
|
* <p>A description of the target health that provides additional details. If the state is
|
|
3720
3719
|
* <code>healthy</code>, a description is not provided.</p>
|
|
3720
|
+
* @public
|
|
3721
3721
|
*/
|
|
3722
3722
|
Description?: string;
|
|
3723
3723
|
}
|
|
3724
3724
|
/**
|
|
3725
|
-
* @public
|
|
3726
3725
|
* <p>Information about the health of a target.</p>
|
|
3726
|
+
* @public
|
|
3727
3727
|
*/
|
|
3728
3728
|
export interface TargetHealthDescription {
|
|
3729
3729
|
/**
|
|
3730
|
-
* @public
|
|
3731
3730
|
* <p>The description of the target.</p>
|
|
3731
|
+
* @public
|
|
3732
3732
|
*/
|
|
3733
3733
|
Target?: TargetDescription;
|
|
3734
3734
|
/**
|
|
3735
|
-
* @public
|
|
3736
3735
|
* <p>The port to use to connect with the target.</p>
|
|
3736
|
+
* @public
|
|
3737
3737
|
*/
|
|
3738
3738
|
HealthCheckPort?: string;
|
|
3739
3739
|
/**
|
|
3740
|
-
* @public
|
|
3741
3740
|
* <p>The health information for the target.</p>
|
|
3741
|
+
* @public
|
|
3742
3742
|
*/
|
|
3743
3743
|
TargetHealth?: TargetHealth;
|
|
3744
3744
|
/**
|
|
3745
|
-
* @public
|
|
3746
3745
|
* <p>The anomaly detection result for the target.</p>
|
|
3747
3746
|
* <p>If no anomalies were detected, the result is <code>normal</code>.</p>
|
|
3748
3747
|
* <p>If anomalies were detected, the result is <code>anomalous</code>.</p>
|
|
3748
|
+
* @public
|
|
3749
3749
|
*/
|
|
3750
3750
|
AnomalyDetection?: AnomalyDetection;
|
|
3751
3751
|
}
|
|
@@ -3754,15 +3754,15 @@ export interface TargetHealthDescription {
|
|
|
3754
3754
|
*/
|
|
3755
3755
|
export interface DescribeTargetHealthOutput {
|
|
3756
3756
|
/**
|
|
3757
|
-
* @public
|
|
3758
3757
|
* <p>Information about the health of the targets.</p>
|
|
3758
|
+
* @public
|
|
3759
3759
|
*/
|
|
3760
3760
|
TargetHealthDescriptions?: TargetHealthDescription[];
|
|
3761
3761
|
}
|
|
3762
3762
|
/**
|
|
3763
|
-
* @public
|
|
3764
3763
|
* <p>The health of the specified targets could not be retrieved due to an internal
|
|
3765
3764
|
* error.</p>
|
|
3765
|
+
* @public
|
|
3766
3766
|
*/
|
|
3767
3767
|
export declare class HealthUnavailableException extends __BaseException {
|
|
3768
3768
|
readonly name: "HealthUnavailableException";
|
|
@@ -3778,29 +3778,29 @@ export declare class HealthUnavailableException extends __BaseException {
|
|
|
3778
3778
|
*/
|
|
3779
3779
|
export interface DescribeTrustStoreAssociationsInput {
|
|
3780
3780
|
/**
|
|
3781
|
-
* @public
|
|
3782
3781
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3782
|
+
* @public
|
|
3783
3783
|
*/
|
|
3784
3784
|
TrustStoreArn: string | undefined;
|
|
3785
3785
|
/**
|
|
3786
|
-
* @public
|
|
3787
3786
|
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3787
|
+
* @public
|
|
3788
3788
|
*/
|
|
3789
3789
|
Marker?: string;
|
|
3790
3790
|
/**
|
|
3791
|
-
* @public
|
|
3792
3791
|
* <p>The maximum number of results to return with this call.</p>
|
|
3792
|
+
* @public
|
|
3793
3793
|
*/
|
|
3794
3794
|
PageSize?: number;
|
|
3795
3795
|
}
|
|
3796
3796
|
/**
|
|
3797
|
-
* @public
|
|
3798
3797
|
* <p>Information about the resources a trust store is associated with.</p>
|
|
3798
|
+
* @public
|
|
3799
3799
|
*/
|
|
3800
3800
|
export interface TrustStoreAssociation {
|
|
3801
3801
|
/**
|
|
3802
|
-
* @public
|
|
3803
3802
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3803
|
+
* @public
|
|
3804
3804
|
*/
|
|
3805
3805
|
ResourceArn?: string;
|
|
3806
3806
|
}
|
|
@@ -3809,40 +3809,40 @@ export interface TrustStoreAssociation {
|
|
|
3809
3809
|
*/
|
|
3810
3810
|
export interface DescribeTrustStoreAssociationsOutput {
|
|
3811
3811
|
/**
|
|
3812
|
-
* @public
|
|
3813
3812
|
* <p>Information about the resources the trust store is associated to.</p>
|
|
3813
|
+
* @public
|
|
3814
3814
|
*/
|
|
3815
3815
|
TrustStoreAssociations?: TrustStoreAssociation[];
|
|
3816
3816
|
/**
|
|
3817
|
-
* @public
|
|
3818
3817
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3819
3818
|
* Otherwise, this is null.</p>
|
|
3819
|
+
* @public
|
|
3820
3820
|
*/
|
|
3821
3821
|
NextMarker?: string;
|
|
3822
3822
|
}
|
|
3823
3823
|
/**
|
|
3824
|
-
* @public
|
|
3825
3824
|
* <p>Information about the revocations used by a trust store.</p>
|
|
3825
|
+
* @public
|
|
3826
3826
|
*/
|
|
3827
3827
|
export interface DescribeTrustStoreRevocation {
|
|
3828
3828
|
/**
|
|
3829
|
-
* @public
|
|
3830
3829
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3830
|
+
* @public
|
|
3831
3831
|
*/
|
|
3832
3832
|
TrustStoreArn?: string;
|
|
3833
3833
|
/**
|
|
3834
|
-
* @public
|
|
3835
3834
|
* <p>The revocation ID of a revocation file in use.</p>
|
|
3835
|
+
* @public
|
|
3836
3836
|
*/
|
|
3837
3837
|
RevocationId?: number;
|
|
3838
3838
|
/**
|
|
3839
|
-
* @public
|
|
3840
3839
|
* <p>The type of revocation file.</p>
|
|
3840
|
+
* @public
|
|
3841
3841
|
*/
|
|
3842
3842
|
RevocationType?: RevocationType;
|
|
3843
3843
|
/**
|
|
3844
|
-
* @public
|
|
3845
3844
|
* <p>The number of revoked certificates.</p>
|
|
3845
|
+
* @public
|
|
3846
3846
|
*/
|
|
3847
3847
|
NumberOfRevokedEntries?: number;
|
|
3848
3848
|
}
|
|
@@ -3851,23 +3851,23 @@ export interface DescribeTrustStoreRevocation {
|
|
|
3851
3851
|
*/
|
|
3852
3852
|
export interface DescribeTrustStoreRevocationsInput {
|
|
3853
3853
|
/**
|
|
3854
|
-
* @public
|
|
3855
3854
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3855
|
+
* @public
|
|
3856
3856
|
*/
|
|
3857
3857
|
TrustStoreArn: string | undefined;
|
|
3858
3858
|
/**
|
|
3859
|
-
* @public
|
|
3860
3859
|
* <p>The revocation IDs of the revocation files you want to describe.</p>
|
|
3860
|
+
* @public
|
|
3861
3861
|
*/
|
|
3862
3862
|
RevocationIds?: number[];
|
|
3863
3863
|
/**
|
|
3864
|
-
* @public
|
|
3865
3864
|
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3865
|
+
* @public
|
|
3866
3866
|
*/
|
|
3867
3867
|
Marker?: string;
|
|
3868
3868
|
/**
|
|
3869
|
-
* @public
|
|
3870
3869
|
* <p>The maximum number of results to return with this call.</p>
|
|
3870
|
+
* @public
|
|
3871
3871
|
*/
|
|
3872
3872
|
PageSize?: number;
|
|
3873
3873
|
}
|
|
@@ -3876,20 +3876,20 @@ export interface DescribeTrustStoreRevocationsInput {
|
|
|
3876
3876
|
*/
|
|
3877
3877
|
export interface DescribeTrustStoreRevocationsOutput {
|
|
3878
3878
|
/**
|
|
3879
|
-
* @public
|
|
3880
3879
|
* <p>Information about the revocation file in the trust store.</p>
|
|
3880
|
+
* @public
|
|
3881
3881
|
*/
|
|
3882
3882
|
TrustStoreRevocations?: DescribeTrustStoreRevocation[];
|
|
3883
3883
|
/**
|
|
3884
|
-
* @public
|
|
3885
3884
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3886
3885
|
* Otherwise, this is null.</p>
|
|
3886
|
+
* @public
|
|
3887
3887
|
*/
|
|
3888
3888
|
NextMarker?: string;
|
|
3889
3889
|
}
|
|
3890
3890
|
/**
|
|
3891
|
-
* @public
|
|
3892
3891
|
* <p>The specified revocation ID does not exist.</p>
|
|
3892
|
+
* @public
|
|
3893
3893
|
*/
|
|
3894
3894
|
export declare class RevocationIdNotFoundException extends __BaseException {
|
|
3895
3895
|
readonly name: "RevocationIdNotFoundException";
|
|
@@ -3905,23 +3905,23 @@ export declare class RevocationIdNotFoundException extends __BaseException {
|
|
|
3905
3905
|
*/
|
|
3906
3906
|
export interface DescribeTrustStoresInput {
|
|
3907
3907
|
/**
|
|
3908
|
-
* @public
|
|
3909
3908
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3909
|
+
* @public
|
|
3910
3910
|
*/
|
|
3911
3911
|
TrustStoreArns?: string[];
|
|
3912
3912
|
/**
|
|
3913
|
-
* @public
|
|
3914
3913
|
* <p>The names of the trust stores.</p>
|
|
3914
|
+
* @public
|
|
3915
3915
|
*/
|
|
3916
3916
|
Names?: string[];
|
|
3917
3917
|
/**
|
|
3918
|
-
* @public
|
|
3919
3918
|
* <p>The marker for the next set of results. (You received this marker from a previous call.)</p>
|
|
3919
|
+
* @public
|
|
3920
3920
|
*/
|
|
3921
3921
|
Marker?: string;
|
|
3922
3922
|
/**
|
|
3923
|
-
* @public
|
|
3924
3923
|
* <p>The maximum number of results to return with this call.</p>
|
|
3924
|
+
* @public
|
|
3925
3925
|
*/
|
|
3926
3926
|
PageSize?: number;
|
|
3927
3927
|
}
|
|
@@ -3930,14 +3930,14 @@ export interface DescribeTrustStoresInput {
|
|
|
3930
3930
|
*/
|
|
3931
3931
|
export interface DescribeTrustStoresOutput {
|
|
3932
3932
|
/**
|
|
3933
|
-
* @public
|
|
3934
3933
|
* <p>Information about the trust stores.</p>
|
|
3934
|
+
* @public
|
|
3935
3935
|
*/
|
|
3936
3936
|
TrustStores?: TrustStore[];
|
|
3937
3937
|
/**
|
|
3938
|
-
* @public
|
|
3939
3938
|
* <p>If there are additional results, this is the marker for the next set of results.
|
|
3940
3939
|
* Otherwise, this is null.</p>
|
|
3940
|
+
* @public
|
|
3941
3941
|
*/
|
|
3942
3942
|
NextMarker?: string;
|
|
3943
3943
|
}
|
|
@@ -3946,8 +3946,8 @@ export interface DescribeTrustStoresOutput {
|
|
|
3946
3946
|
*/
|
|
3947
3947
|
export interface GetTrustStoreCaCertificatesBundleInput {
|
|
3948
3948
|
/**
|
|
3949
|
-
* @public
|
|
3950
3949
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3950
|
+
* @public
|
|
3951
3951
|
*/
|
|
3952
3952
|
TrustStoreArn: string | undefined;
|
|
3953
3953
|
}
|
|
@@ -3956,8 +3956,8 @@ export interface GetTrustStoreCaCertificatesBundleInput {
|
|
|
3956
3956
|
*/
|
|
3957
3957
|
export interface GetTrustStoreCaCertificatesBundleOutput {
|
|
3958
3958
|
/**
|
|
3959
|
-
* @public
|
|
3960
3959
|
* <p>The ca certificate bundles Amazon S3 URI.</p>
|
|
3960
|
+
* @public
|
|
3961
3961
|
*/
|
|
3962
3962
|
Location?: string;
|
|
3963
3963
|
}
|
|
@@ -3966,13 +3966,13 @@ export interface GetTrustStoreCaCertificatesBundleOutput {
|
|
|
3966
3966
|
*/
|
|
3967
3967
|
export interface GetTrustStoreRevocationContentInput {
|
|
3968
3968
|
/**
|
|
3969
|
-
* @public
|
|
3970
3969
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
3970
|
+
* @public
|
|
3971
3971
|
*/
|
|
3972
3972
|
TrustStoreArn: string | undefined;
|
|
3973
3973
|
/**
|
|
3974
|
-
* @public
|
|
3975
3974
|
* <p>The revocation ID of the revocation file.</p>
|
|
3975
|
+
* @public
|
|
3976
3976
|
*/
|
|
3977
3977
|
RevocationId: number | undefined;
|
|
3978
3978
|
}
|
|
@@ -3981,8 +3981,8 @@ export interface GetTrustStoreRevocationContentInput {
|
|
|
3981
3981
|
*/
|
|
3982
3982
|
export interface GetTrustStoreRevocationContentOutput {
|
|
3983
3983
|
/**
|
|
3984
|
-
* @public
|
|
3985
3984
|
* <p>The revocation files Amazon S3 URI.</p>
|
|
3985
|
+
* @public
|
|
3986
3986
|
*/
|
|
3987
3987
|
Location?: string;
|
|
3988
3988
|
}
|
|
@@ -3991,46 +3991,45 @@ export interface GetTrustStoreRevocationContentOutput {
|
|
|
3991
3991
|
*/
|
|
3992
3992
|
export interface ModifyListenerInput {
|
|
3993
3993
|
/**
|
|
3994
|
-
* @public
|
|
3995
3994
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
3995
|
+
* @public
|
|
3996
3996
|
*/
|
|
3997
3997
|
ListenerArn: string | undefined;
|
|
3998
3998
|
/**
|
|
3999
|
-
* @public
|
|
4000
3999
|
* <p>The port for connections from clients to the load balancer. You cannot specify a port for
|
|
4001
4000
|
* a Gateway Load Balancer.</p>
|
|
4001
|
+
* @public
|
|
4002
4002
|
*/
|
|
4003
4003
|
Port?: number;
|
|
4004
4004
|
/**
|
|
4005
|
-
* @public
|
|
4006
4005
|
* <p>The protocol for connections from clients to the load balancer. Application Load Balancers
|
|
4007
4006
|
* support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and
|
|
4008
4007
|
* TCP_UDP protocols. You can’t change the protocol to UDP or TCP_UDP if dual-stack mode is
|
|
4009
4008
|
* enabled. You cannot specify a protocol for a Gateway Load Balancer.</p>
|
|
4009
|
+
* @public
|
|
4010
4010
|
*/
|
|
4011
4011
|
Protocol?: ProtocolEnum;
|
|
4012
4012
|
/**
|
|
4013
|
-
* @public
|
|
4014
4013
|
* <p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are
|
|
4015
4014
|
* supported.</p>
|
|
4016
4015
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> or
|
|
4017
4016
|
* <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
4017
|
+
* @public
|
|
4018
4018
|
*/
|
|
4019
4019
|
SslPolicy?: string;
|
|
4020
4020
|
/**
|
|
4021
|
-
* @public
|
|
4022
4021
|
* <p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
|
|
4023
4022
|
* exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set
|
|
4024
4023
|
* <code>IsDefault</code>.</p>
|
|
4024
|
+
* @public
|
|
4025
4025
|
*/
|
|
4026
4026
|
Certificates?: Certificate[];
|
|
4027
4027
|
/**
|
|
4028
|
-
* @public
|
|
4029
4028
|
* <p>The actions for the default rule.</p>
|
|
4029
|
+
* @public
|
|
4030
4030
|
*/
|
|
4031
4031
|
DefaultActions?: Action[];
|
|
4032
4032
|
/**
|
|
4033
|
-
* @public
|
|
4034
4033
|
* <p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You
|
|
4035
4034
|
* can specify one policy name. The following are the possible values:</p>
|
|
4036
4035
|
* <ul>
|
|
@@ -4062,11 +4061,12 @@ export interface ModifyListenerInput {
|
|
|
4062
4061
|
* </ul>
|
|
4063
4062
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies">ALPN
|
|
4064
4063
|
* policies</a> in the <i>Network Load Balancers Guide</i>.</p>
|
|
4064
|
+
* @public
|
|
4065
4065
|
*/
|
|
4066
4066
|
AlpnPolicy?: string[];
|
|
4067
4067
|
/**
|
|
4068
|
-
* @public
|
|
4069
4068
|
* <p>The mutual authentication configuration information.</p>
|
|
4069
|
+
* @public
|
|
4070
4070
|
*/
|
|
4071
4071
|
MutualAuthentication?: MutualAuthenticationAttributes;
|
|
4072
4072
|
}
|
|
@@ -4075,8 +4075,8 @@ export interface ModifyListenerInput {
|
|
|
4075
4075
|
*/
|
|
4076
4076
|
export interface ModifyListenerOutput {
|
|
4077
4077
|
/**
|
|
4078
|
-
* @public
|
|
4079
4078
|
* <p>Information about the modified listener.</p>
|
|
4079
|
+
* @public
|
|
4080
4080
|
*/
|
|
4081
4081
|
Listeners?: Listener[];
|
|
4082
4082
|
}
|
|
@@ -4085,13 +4085,13 @@ export interface ModifyListenerOutput {
|
|
|
4085
4085
|
*/
|
|
4086
4086
|
export interface ModifyLoadBalancerAttributesInput {
|
|
4087
4087
|
/**
|
|
4088
|
-
* @public
|
|
4089
4088
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
4089
|
+
* @public
|
|
4090
4090
|
*/
|
|
4091
4091
|
LoadBalancerArn: string | undefined;
|
|
4092
4092
|
/**
|
|
4093
|
-
* @public
|
|
4094
4093
|
* <p>The load balancer attributes.</p>
|
|
4094
|
+
* @public
|
|
4095
4095
|
*/
|
|
4096
4096
|
Attributes: LoadBalancerAttribute[] | undefined;
|
|
4097
4097
|
}
|
|
@@ -4100,8 +4100,8 @@ export interface ModifyLoadBalancerAttributesInput {
|
|
|
4100
4100
|
*/
|
|
4101
4101
|
export interface ModifyLoadBalancerAttributesOutput {
|
|
4102
4102
|
/**
|
|
4103
|
-
* @public
|
|
4104
4103
|
* <p>Information about the load balancer attributes.</p>
|
|
4104
|
+
* @public
|
|
4105
4105
|
*/
|
|
4106
4106
|
Attributes?: LoadBalancerAttribute[];
|
|
4107
4107
|
}
|
|
@@ -4110,18 +4110,18 @@ export interface ModifyLoadBalancerAttributesOutput {
|
|
|
4110
4110
|
*/
|
|
4111
4111
|
export interface ModifyRuleInput {
|
|
4112
4112
|
/**
|
|
4113
|
-
* @public
|
|
4114
4113
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
4114
|
+
* @public
|
|
4115
4115
|
*/
|
|
4116
4116
|
RuleArn: string | undefined;
|
|
4117
4117
|
/**
|
|
4118
|
-
* @public
|
|
4119
4118
|
* <p>The conditions.</p>
|
|
4119
|
+
* @public
|
|
4120
4120
|
*/
|
|
4121
4121
|
Conditions?: RuleCondition[];
|
|
4122
4122
|
/**
|
|
4123
|
-
* @public
|
|
4124
4123
|
* <p>The actions.</p>
|
|
4124
|
+
* @public
|
|
4125
4125
|
*/
|
|
4126
4126
|
Actions?: Action[];
|
|
4127
4127
|
}
|
|
@@ -4130,8 +4130,8 @@ export interface ModifyRuleInput {
|
|
|
4130
4130
|
*/
|
|
4131
4131
|
export interface ModifyRuleOutput {
|
|
4132
4132
|
/**
|
|
4133
|
-
* @public
|
|
4134
4133
|
* <p>Information about the modified rule.</p>
|
|
4134
|
+
* @public
|
|
4135
4135
|
*/
|
|
4136
4136
|
Rules?: Rule[];
|
|
4137
4137
|
}
|
|
@@ -4140,67 +4140,67 @@ export interface ModifyRuleOutput {
|
|
|
4140
4140
|
*/
|
|
4141
4141
|
export interface ModifyTargetGroupInput {
|
|
4142
4142
|
/**
|
|
4143
|
-
* @public
|
|
4144
4143
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
4144
|
+
* @public
|
|
4145
4145
|
*/
|
|
4146
4146
|
TargetGroupArn: string | undefined;
|
|
4147
4147
|
/**
|
|
4148
|
-
* @public
|
|
4149
4148
|
* <p>The protocol the load balancer uses when performing health checks on targets. For
|
|
4150
4149
|
* Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load
|
|
4151
4150
|
* Balancers, the default is TCP. The TCP protocol is not supported for health checks if the
|
|
4152
4151
|
* protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the
|
|
4153
4152
|
* protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP
|
|
4154
4153
|
* protocols are not supported for health checks.</p>
|
|
4154
|
+
* @public
|
|
4155
4155
|
*/
|
|
4156
4156
|
HealthCheckProtocol?: ProtocolEnum;
|
|
4157
4157
|
/**
|
|
4158
|
-
* @public
|
|
4159
4158
|
* <p>The port the load balancer uses when performing health checks on targets.</p>
|
|
4159
|
+
* @public
|
|
4160
4160
|
*/
|
|
4161
4161
|
HealthCheckPort?: string;
|
|
4162
4162
|
/**
|
|
4163
|
-
* @public
|
|
4164
4163
|
* <p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>
|
|
4165
4164
|
* <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>
|
|
4166
4165
|
* <p>[GRPC protocol version] The path of a custom health check method with the format
|
|
4167
4166
|
* /package.service/method. The default is /Amazon Web Services.ALB/healthcheck.</p>
|
|
4167
|
+
* @public
|
|
4168
4168
|
*/
|
|
4169
4169
|
HealthCheckPath?: string;
|
|
4170
4170
|
/**
|
|
4171
|
-
* @public
|
|
4172
4171
|
* <p>Indicates whether health checks are enabled.</p>
|
|
4172
|
+
* @public
|
|
4173
4173
|
*/
|
|
4174
4174
|
HealthCheckEnabled?: boolean;
|
|
4175
4175
|
/**
|
|
4176
|
-
* @public
|
|
4177
4176
|
* <p>The approximate amount of time, in seconds, between health checks of an individual target.</p>
|
|
4177
|
+
* @public
|
|
4178
4178
|
*/
|
|
4179
4179
|
HealthCheckIntervalSeconds?: number;
|
|
4180
4180
|
/**
|
|
4181
|
-
* @public
|
|
4182
4181
|
* <p>[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means
|
|
4183
4182
|
* a failed health check.</p>
|
|
4183
|
+
* @public
|
|
4184
4184
|
*/
|
|
4185
4185
|
HealthCheckTimeoutSeconds?: number;
|
|
4186
4186
|
/**
|
|
4187
|
-
* @public
|
|
4188
4187
|
* <p>The number of consecutive health checks successes required before considering an unhealthy
|
|
4189
4188
|
* target healthy.</p>
|
|
4189
|
+
* @public
|
|
4190
4190
|
*/
|
|
4191
4191
|
HealthyThresholdCount?: number;
|
|
4192
4192
|
/**
|
|
4193
|
-
* @public
|
|
4194
4193
|
* <p>The number of consecutive health check failures required before considering the target
|
|
4195
4194
|
* unhealthy.</p>
|
|
4195
|
+
* @public
|
|
4196
4196
|
*/
|
|
4197
4197
|
UnhealthyThresholdCount?: number;
|
|
4198
4198
|
/**
|
|
4199
|
-
* @public
|
|
4200
4199
|
* <p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful
|
|
4201
4200
|
* response from a target. For target groups with a protocol of TCP, TCP_UDP, UDP or TLS the range
|
|
4202
4201
|
* is 200-599. For target groups with a protocol of HTTP or HTTPS, the range is 200-499. For target
|
|
4203
4202
|
* groups with a protocol of GENEVE, the range is 200-399.</p>
|
|
4203
|
+
* @public
|
|
4204
4204
|
*/
|
|
4205
4205
|
Matcher?: Matcher;
|
|
4206
4206
|
}
|
|
@@ -4209,8 +4209,8 @@ export interface ModifyTargetGroupInput {
|
|
|
4209
4209
|
*/
|
|
4210
4210
|
export interface ModifyTargetGroupOutput {
|
|
4211
4211
|
/**
|
|
4212
|
-
* @public
|
|
4213
4212
|
* <p>Information about the modified target group.</p>
|
|
4213
|
+
* @public
|
|
4214
4214
|
*/
|
|
4215
4215
|
TargetGroups?: TargetGroup[];
|
|
4216
4216
|
}
|
|
@@ -4219,13 +4219,13 @@ export interface ModifyTargetGroupOutput {
|
|
|
4219
4219
|
*/
|
|
4220
4220
|
export interface ModifyTargetGroupAttributesInput {
|
|
4221
4221
|
/**
|
|
4222
|
-
* @public
|
|
4223
4222
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
4223
|
+
* @public
|
|
4224
4224
|
*/
|
|
4225
4225
|
TargetGroupArn: string | undefined;
|
|
4226
4226
|
/**
|
|
4227
|
-
* @public
|
|
4228
4227
|
* <p>The attributes.</p>
|
|
4228
|
+
* @public
|
|
4229
4229
|
*/
|
|
4230
4230
|
Attributes: TargetGroupAttribute[] | undefined;
|
|
4231
4231
|
}
|
|
@@ -4234,8 +4234,8 @@ export interface ModifyTargetGroupAttributesInput {
|
|
|
4234
4234
|
*/
|
|
4235
4235
|
export interface ModifyTargetGroupAttributesOutput {
|
|
4236
4236
|
/**
|
|
4237
|
-
* @public
|
|
4238
4237
|
* <p>Information about the attributes.</p>
|
|
4238
|
+
* @public
|
|
4239
4239
|
*/
|
|
4240
4240
|
Attributes?: TargetGroupAttribute[];
|
|
4241
4241
|
}
|
|
@@ -4244,23 +4244,23 @@ export interface ModifyTargetGroupAttributesOutput {
|
|
|
4244
4244
|
*/
|
|
4245
4245
|
export interface ModifyTrustStoreInput {
|
|
4246
4246
|
/**
|
|
4247
|
-
* @public
|
|
4248
4247
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
4248
|
+
* @public
|
|
4249
4249
|
*/
|
|
4250
4250
|
TrustStoreArn: string | undefined;
|
|
4251
4251
|
/**
|
|
4252
|
-
* @public
|
|
4253
4252
|
* <p>The Amazon S3 bucket for the ca certificates bundle.</p>
|
|
4253
|
+
* @public
|
|
4254
4254
|
*/
|
|
4255
4255
|
CaCertificatesBundleS3Bucket: string | undefined;
|
|
4256
4256
|
/**
|
|
4257
|
-
* @public
|
|
4258
4257
|
* <p>The Amazon S3 path for the ca certificates bundle.</p>
|
|
4258
|
+
* @public
|
|
4259
4259
|
*/
|
|
4260
4260
|
CaCertificatesBundleS3Key: string | undefined;
|
|
4261
4261
|
/**
|
|
4262
|
-
* @public
|
|
4263
4262
|
* <p>The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.</p>
|
|
4263
|
+
* @public
|
|
4264
4264
|
*/
|
|
4265
4265
|
CaCertificatesBundleS3ObjectVersion?: string;
|
|
4266
4266
|
}
|
|
@@ -4269,8 +4269,8 @@ export interface ModifyTrustStoreInput {
|
|
|
4269
4269
|
*/
|
|
4270
4270
|
export interface ModifyTrustStoreOutput {
|
|
4271
4271
|
/**
|
|
4272
|
-
* @public
|
|
4273
4272
|
* <p>Information about the modified trust store.</p>
|
|
4273
|
+
* @public
|
|
4274
4274
|
*/
|
|
4275
4275
|
TrustStores?: TrustStore[];
|
|
4276
4276
|
}
|
|
@@ -4279,13 +4279,13 @@ export interface ModifyTrustStoreOutput {
|
|
|
4279
4279
|
*/
|
|
4280
4280
|
export interface RegisterTargetsInput {
|
|
4281
4281
|
/**
|
|
4282
|
-
* @public
|
|
4283
4282
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
4283
|
+
* @public
|
|
4284
4284
|
*/
|
|
4285
4285
|
TargetGroupArn: string | undefined;
|
|
4286
4286
|
/**
|
|
4287
|
-
* @public
|
|
4288
4287
|
* <p>The targets.</p>
|
|
4288
|
+
* @public
|
|
4289
4289
|
*/
|
|
4290
4290
|
Targets: TargetDescription[] | undefined;
|
|
4291
4291
|
}
|
|
@@ -4299,15 +4299,15 @@ export interface RegisterTargetsOutput {
|
|
|
4299
4299
|
*/
|
|
4300
4300
|
export interface RemoveListenerCertificatesInput {
|
|
4301
4301
|
/**
|
|
4302
|
-
* @public
|
|
4303
4302
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
4303
|
+
* @public
|
|
4304
4304
|
*/
|
|
4305
4305
|
ListenerArn: string | undefined;
|
|
4306
4306
|
/**
|
|
4307
|
-
* @public
|
|
4308
4307
|
* <p>The certificate to remove. You can specify one certificate per call. Set
|
|
4309
4308
|
* <code>CertificateArn</code> to the certificate ARN but do not set
|
|
4310
4309
|
* <code>IsDefault</code>.</p>
|
|
4310
|
+
* @public
|
|
4311
4311
|
*/
|
|
4312
4312
|
Certificates: Certificate[] | undefined;
|
|
4313
4313
|
}
|
|
@@ -4321,13 +4321,13 @@ export interface RemoveListenerCertificatesOutput {
|
|
|
4321
4321
|
*/
|
|
4322
4322
|
export interface RemoveTagsInput {
|
|
4323
4323
|
/**
|
|
4324
|
-
* @public
|
|
4325
4324
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
4325
|
+
* @public
|
|
4326
4326
|
*/
|
|
4327
4327
|
ResourceArns: string[] | undefined;
|
|
4328
4328
|
/**
|
|
4329
|
-
* @public
|
|
4330
4329
|
* <p>The tag keys for the tags to remove.</p>
|
|
4330
|
+
* @public
|
|
4331
4331
|
*/
|
|
4332
4332
|
TagKeys: string[] | undefined;
|
|
4333
4333
|
}
|
|
@@ -4341,13 +4341,13 @@ export interface RemoveTagsOutput {
|
|
|
4341
4341
|
*/
|
|
4342
4342
|
export interface RemoveTrustStoreRevocationsInput {
|
|
4343
4343
|
/**
|
|
4344
|
-
* @public
|
|
4345
4344
|
* <p>The Amazon Resource Name (ARN) of the trust store.</p>
|
|
4345
|
+
* @public
|
|
4346
4346
|
*/
|
|
4347
4347
|
TrustStoreArn: string | undefined;
|
|
4348
4348
|
/**
|
|
4349
|
-
* @public
|
|
4350
4349
|
* <p>The revocation IDs of the revocation files you want to remove.</p>
|
|
4350
|
+
* @public
|
|
4351
4351
|
*/
|
|
4352
4352
|
RevocationIds: number[] | undefined;
|
|
4353
4353
|
}
|
|
@@ -4361,15 +4361,15 @@ export interface RemoveTrustStoreRevocationsOutput {
|
|
|
4361
4361
|
*/
|
|
4362
4362
|
export interface SetIpAddressTypeInput {
|
|
4363
4363
|
/**
|
|
4364
|
-
* @public
|
|
4365
4364
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
4365
|
+
* @public
|
|
4366
4366
|
*/
|
|
4367
4367
|
LoadBalancerArn: string | undefined;
|
|
4368
4368
|
/**
|
|
4369
|
-
* @public
|
|
4370
4369
|
* <p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
4371
4370
|
* <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify <code>dualstack</code> for a load balancer
|
|
4372
4371
|
* with a UDP or TCP_UDP listener.</p>
|
|
4372
|
+
* @public
|
|
4373
4373
|
*/
|
|
4374
4374
|
IpAddressType: IpAddressType | undefined;
|
|
4375
4375
|
}
|
|
@@ -4378,24 +4378,24 @@ export interface SetIpAddressTypeInput {
|
|
|
4378
4378
|
*/
|
|
4379
4379
|
export interface SetIpAddressTypeOutput {
|
|
4380
4380
|
/**
|
|
4381
|
-
* @public
|
|
4382
4381
|
* <p>The IP address type.</p>
|
|
4382
|
+
* @public
|
|
4383
4383
|
*/
|
|
4384
4384
|
IpAddressType?: IpAddressType;
|
|
4385
4385
|
}
|
|
4386
4386
|
/**
|
|
4387
|
-
* @public
|
|
4388
4387
|
* <p>Information about the priorities for the rules for a listener.</p>
|
|
4388
|
+
* @public
|
|
4389
4389
|
*/
|
|
4390
4390
|
export interface RulePriorityPair {
|
|
4391
4391
|
/**
|
|
4392
|
-
* @public
|
|
4393
4392
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
4393
|
+
* @public
|
|
4394
4394
|
*/
|
|
4395
4395
|
RuleArn?: string;
|
|
4396
4396
|
/**
|
|
4397
|
-
* @public
|
|
4398
4397
|
* <p>The rule priority.</p>
|
|
4398
|
+
* @public
|
|
4399
4399
|
*/
|
|
4400
4400
|
Priority?: number;
|
|
4401
4401
|
}
|
|
@@ -4404,8 +4404,8 @@ export interface RulePriorityPair {
|
|
|
4404
4404
|
*/
|
|
4405
4405
|
export interface SetRulePrioritiesInput {
|
|
4406
4406
|
/**
|
|
4407
|
-
* @public
|
|
4408
4407
|
* <p>The rule priorities.</p>
|
|
4408
|
+
* @public
|
|
4409
4409
|
*/
|
|
4410
4410
|
RulePriorities: RulePriorityPair[] | undefined;
|
|
4411
4411
|
}
|
|
@@ -4414,8 +4414,8 @@ export interface SetRulePrioritiesInput {
|
|
|
4414
4414
|
*/
|
|
4415
4415
|
export interface SetRulePrioritiesOutput {
|
|
4416
4416
|
/**
|
|
4417
|
-
* @public
|
|
4418
4417
|
* <p>Information about the rules.</p>
|
|
4418
|
+
* @public
|
|
4419
4419
|
*/
|
|
4420
4420
|
Rules?: Rule[];
|
|
4421
4421
|
}
|
|
@@ -4436,19 +4436,19 @@ export type EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum = (typeof E
|
|
|
4436
4436
|
*/
|
|
4437
4437
|
export interface SetSecurityGroupsInput {
|
|
4438
4438
|
/**
|
|
4439
|
-
* @public
|
|
4440
4439
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
4440
|
+
* @public
|
|
4441
4441
|
*/
|
|
4442
4442
|
LoadBalancerArn: string | undefined;
|
|
4443
4443
|
/**
|
|
4444
|
-
* @public
|
|
4445
4444
|
* <p>The IDs of the security groups.</p>
|
|
4445
|
+
* @public
|
|
4446
4446
|
*/
|
|
4447
4447
|
SecurityGroups: string[] | undefined;
|
|
4448
4448
|
/**
|
|
4449
|
-
* @public
|
|
4450
4449
|
* <p>Indicates whether to evaluate inbound security group rules for traffic sent to a
|
|
4451
4450
|
* Network Load Balancer through Amazon Web Services PrivateLink. The default is <code>on</code>.</p>
|
|
4451
|
+
* @public
|
|
4452
4452
|
*/
|
|
4453
4453
|
EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum;
|
|
4454
4454
|
}
|
|
@@ -4457,14 +4457,14 @@ export interface SetSecurityGroupsInput {
|
|
|
4457
4457
|
*/
|
|
4458
4458
|
export interface SetSecurityGroupsOutput {
|
|
4459
4459
|
/**
|
|
4460
|
-
* @public
|
|
4461
4460
|
* <p>The IDs of the security groups associated with the load balancer.</p>
|
|
4461
|
+
* @public
|
|
4462
4462
|
*/
|
|
4463
4463
|
SecurityGroupIds?: string[];
|
|
4464
4464
|
/**
|
|
4465
|
-
* @public
|
|
4466
4465
|
* <p>Indicates whether to evaluate inbound security group rules for traffic sent to a
|
|
4467
4466
|
* Network Load Balancer through Amazon Web Services PrivateLink.</p>
|
|
4467
|
+
* @public
|
|
4468
4468
|
*/
|
|
4469
4469
|
EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic?: EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum;
|
|
4470
4470
|
}
|
|
@@ -4473,12 +4473,11 @@ export interface SetSecurityGroupsOutput {
|
|
|
4473
4473
|
*/
|
|
4474
4474
|
export interface SetSubnetsInput {
|
|
4475
4475
|
/**
|
|
4476
|
-
* @public
|
|
4477
4476
|
* <p>The Amazon Resource Name (ARN) of the load balancer.</p>
|
|
4477
|
+
* @public
|
|
4478
4478
|
*/
|
|
4479
4479
|
LoadBalancerArn: string | undefined;
|
|
4480
4480
|
/**
|
|
4481
|
-
* @public
|
|
4482
4481
|
* <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
|
|
4483
4482
|
* must specify either subnets or subnet mappings.</p>
|
|
4484
4483
|
* <p>[Application Load Balancers] You must specify subnets from at least two Availability
|
|
@@ -4490,10 +4489,10 @@ export interface SetSubnetsInput {
|
|
|
4490
4489
|
* Zones.</p>
|
|
4491
4490
|
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
|
|
4492
4491
|
* Zones.</p>
|
|
4492
|
+
* @public
|
|
4493
4493
|
*/
|
|
4494
4494
|
Subnets?: string[];
|
|
4495
4495
|
/**
|
|
4496
|
-
* @public
|
|
4497
4496
|
* <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
|
|
4498
4497
|
* must specify either subnets or subnet mappings.</p>
|
|
4499
4498
|
* <p>[Application Load Balancers] You must specify subnets from at least two Availability
|
|
@@ -4508,10 +4507,10 @@ export interface SetSubnetsInput {
|
|
|
4508
4507
|
* can specify one IPv6 address per subnet.</p>
|
|
4509
4508
|
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
|
|
4510
4509
|
* Zones.</p>
|
|
4510
|
+
* @public
|
|
4511
4511
|
*/
|
|
4512
4512
|
SubnetMappings?: SubnetMapping[];
|
|
4513
4513
|
/**
|
|
4514
|
-
* @public
|
|
4515
4514
|
* <p>[Network Load Balancers] The type of IP addresses used by the subnets for your load
|
|
4516
4515
|
* balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
4517
4516
|
* <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify
|
|
@@ -4519,6 +4518,7 @@ export interface SetSubnetsInput {
|
|
|
4519
4518
|
* <p>[Gateway Load Balancers] The type of IP addresses used by the subnets for your load
|
|
4520
4519
|
* balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
4521
4520
|
* <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>
|
|
4521
|
+
* @public
|
|
4522
4522
|
*/
|
|
4523
4523
|
IpAddressType?: IpAddressType;
|
|
4524
4524
|
}
|
|
@@ -4527,14 +4527,14 @@ export interface SetSubnetsInput {
|
|
|
4527
4527
|
*/
|
|
4528
4528
|
export interface SetSubnetsOutput {
|
|
4529
4529
|
/**
|
|
4530
|
-
* @public
|
|
4531
4530
|
* <p>Information about the subnets.</p>
|
|
4531
|
+
* @public
|
|
4532
4532
|
*/
|
|
4533
4533
|
AvailabilityZones?: AvailabilityZone[];
|
|
4534
4534
|
/**
|
|
4535
|
-
* @public
|
|
4536
4535
|
* <p>[Network Load Balancers] The IP address type.</p>
|
|
4537
4536
|
* <p>[Gateway Load Balancers] The IP address type.</p>
|
|
4537
|
+
* @public
|
|
4538
4538
|
*/
|
|
4539
4539
|
IpAddressType?: IpAddressType;
|
|
4540
4540
|
}
|