@aws-sdk/client-vpc-lattice 3.379.1 → 3.385.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/models/models_0.d.ts +519 -0
- package/package.json +5 -5
|
@@ -21,10 +21,12 @@ export declare class ConflictException extends __BaseException {
|
|
|
21
21
|
readonly name: "ConflictException";
|
|
22
22
|
readonly $fault: "client";
|
|
23
23
|
/**
|
|
24
|
+
* @public
|
|
24
25
|
* <p>The resource ID.</p>
|
|
25
26
|
*/
|
|
26
27
|
resourceId: string | undefined;
|
|
27
28
|
/**
|
|
29
|
+
* @public
|
|
28
30
|
* <p>The resource type.</p>
|
|
29
31
|
*/
|
|
30
32
|
resourceType: string | undefined;
|
|
@@ -38,6 +40,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
38
40
|
*/
|
|
39
41
|
export interface CreateAccessLogSubscriptionRequest {
|
|
40
42
|
/**
|
|
43
|
+
* @public
|
|
41
44
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
42
45
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
43
46
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -45,15 +48,18 @@ export interface CreateAccessLogSubscriptionRequest {
|
|
|
45
48
|
*/
|
|
46
49
|
clientToken?: string;
|
|
47
50
|
/**
|
|
51
|
+
* @public
|
|
48
52
|
* <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
|
|
49
53
|
*/
|
|
50
54
|
resourceIdentifier: string | undefined;
|
|
51
55
|
/**
|
|
56
|
+
* @public
|
|
52
57
|
* <p>The Amazon Resource Name (ARN) of the destination. The supported destination types are
|
|
53
58
|
* CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.</p>
|
|
54
59
|
*/
|
|
55
60
|
destinationArn: string | undefined;
|
|
56
61
|
/**
|
|
62
|
+
* @public
|
|
57
63
|
* <p>The tags for the access log subscription.</p>
|
|
58
64
|
*/
|
|
59
65
|
tags?: Record<string, string>;
|
|
@@ -63,22 +69,27 @@ export interface CreateAccessLogSubscriptionRequest {
|
|
|
63
69
|
*/
|
|
64
70
|
export interface CreateAccessLogSubscriptionResponse {
|
|
65
71
|
/**
|
|
72
|
+
* @public
|
|
66
73
|
* <p>The ID of the access log subscription.</p>
|
|
67
74
|
*/
|
|
68
75
|
id: string | undefined;
|
|
69
76
|
/**
|
|
77
|
+
* @public
|
|
70
78
|
* <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
71
79
|
*/
|
|
72
80
|
arn: string | undefined;
|
|
73
81
|
/**
|
|
82
|
+
* @public
|
|
74
83
|
* <p>The ID of the service network or service.</p>
|
|
75
84
|
*/
|
|
76
85
|
resourceId: string | undefined;
|
|
77
86
|
/**
|
|
87
|
+
* @public
|
|
78
88
|
* <p>The Amazon Resource Name (ARN) of the service network or service.</p>
|
|
79
89
|
*/
|
|
80
90
|
resourceArn: string | undefined;
|
|
81
91
|
/**
|
|
92
|
+
* @public
|
|
82
93
|
* <p>The Amazon Resource Name (ARN) of the log destination.</p>
|
|
83
94
|
*/
|
|
84
95
|
destinationArn: string | undefined;
|
|
@@ -92,6 +103,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
92
103
|
readonly $fault: "server";
|
|
93
104
|
$retryable: {};
|
|
94
105
|
/**
|
|
106
|
+
* @public
|
|
95
107
|
* <p>The number of seconds to wait before retrying.</p>
|
|
96
108
|
*/
|
|
97
109
|
retryAfterSeconds?: number;
|
|
@@ -108,10 +120,12 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
108
120
|
readonly name: "ResourceNotFoundException";
|
|
109
121
|
readonly $fault: "client";
|
|
110
122
|
/**
|
|
123
|
+
* @public
|
|
111
124
|
* <p>The resource ID.</p>
|
|
112
125
|
*/
|
|
113
126
|
resourceId: string | undefined;
|
|
114
127
|
/**
|
|
128
|
+
* @public
|
|
115
129
|
* <p>The resource type.</p>
|
|
116
130
|
*/
|
|
117
131
|
resourceType: string | undefined;
|
|
@@ -131,14 +145,17 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
131
145
|
throttling: boolean;
|
|
132
146
|
};
|
|
133
147
|
/**
|
|
148
|
+
* @public
|
|
134
149
|
* <p>The service code.</p>
|
|
135
150
|
*/
|
|
136
151
|
serviceCode?: string;
|
|
137
152
|
/**
|
|
153
|
+
* @public
|
|
138
154
|
* <p>The ID of the service quota that was exceeded.</p>
|
|
139
155
|
*/
|
|
140
156
|
quotaCode?: string;
|
|
141
157
|
/**
|
|
158
|
+
* @public
|
|
142
159
|
* <p>The number of seconds to wait before retrying.</p>
|
|
143
160
|
*/
|
|
144
161
|
retryAfterSeconds?: number;
|
|
@@ -153,10 +170,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
153
170
|
*/
|
|
154
171
|
export interface ValidationExceptionField {
|
|
155
172
|
/**
|
|
173
|
+
* @public
|
|
156
174
|
* <p>The name of the validation exception.</p>
|
|
157
175
|
*/
|
|
158
176
|
name: string | undefined;
|
|
159
177
|
/**
|
|
178
|
+
* @public
|
|
160
179
|
* <p>Additional details about why the validation failed.</p>
|
|
161
180
|
*/
|
|
162
181
|
message: string | undefined;
|
|
@@ -184,10 +203,12 @@ export declare class ValidationException extends __BaseException {
|
|
|
184
203
|
readonly name: "ValidationException";
|
|
185
204
|
readonly $fault: "client";
|
|
186
205
|
/**
|
|
206
|
+
* @public
|
|
187
207
|
* <p>The reason.</p>
|
|
188
208
|
*/
|
|
189
209
|
reason: ValidationExceptionReason | string | undefined;
|
|
190
210
|
/**
|
|
211
|
+
* @public
|
|
191
212
|
* <p>The fields that failed validation.</p>
|
|
192
213
|
*/
|
|
193
214
|
fieldList?: ValidationExceptionField[];
|
|
@@ -201,6 +222,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
201
222
|
*/
|
|
202
223
|
export interface DeleteAccessLogSubscriptionRequest {
|
|
203
224
|
/**
|
|
225
|
+
* @public
|
|
204
226
|
* <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
205
227
|
*/
|
|
206
228
|
accessLogSubscriptionIdentifier: string | undefined;
|
|
@@ -215,6 +237,7 @@ export interface DeleteAccessLogSubscriptionResponse {
|
|
|
215
237
|
*/
|
|
216
238
|
export interface GetAccessLogSubscriptionRequest {
|
|
217
239
|
/**
|
|
240
|
+
* @public
|
|
218
241
|
* <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
219
242
|
*/
|
|
220
243
|
accessLogSubscriptionIdentifier: string | undefined;
|
|
@@ -224,31 +247,38 @@ export interface GetAccessLogSubscriptionRequest {
|
|
|
224
247
|
*/
|
|
225
248
|
export interface GetAccessLogSubscriptionResponse {
|
|
226
249
|
/**
|
|
250
|
+
* @public
|
|
227
251
|
* <p>The ID of the access log subscription.</p>
|
|
228
252
|
*/
|
|
229
253
|
id: string | undefined;
|
|
230
254
|
/**
|
|
255
|
+
* @public
|
|
231
256
|
* <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
232
257
|
*/
|
|
233
258
|
arn: string | undefined;
|
|
234
259
|
/**
|
|
260
|
+
* @public
|
|
235
261
|
* <p>The ID of the service network or service.</p>
|
|
236
262
|
*/
|
|
237
263
|
resourceId: string | undefined;
|
|
238
264
|
/**
|
|
265
|
+
* @public
|
|
239
266
|
* <p>The Amazon Resource Name (ARN) of the service network or service.</p>
|
|
240
267
|
*/
|
|
241
268
|
resourceArn: string | undefined;
|
|
242
269
|
/**
|
|
270
|
+
* @public
|
|
243
271
|
* <p>The Amazon Resource Name (ARN) of the access log destination.</p>
|
|
244
272
|
*/
|
|
245
273
|
destinationArn: string | undefined;
|
|
246
274
|
/**
|
|
275
|
+
* @public
|
|
247
276
|
* <p>The date and time that the access log subscription was created, specified in ISO-8601
|
|
248
277
|
* format.</p>
|
|
249
278
|
*/
|
|
250
279
|
createdAt: Date | undefined;
|
|
251
280
|
/**
|
|
281
|
+
* @public
|
|
252
282
|
* <p>The date and time that the access log subscription was last updated, specified in ISO-8601
|
|
253
283
|
* format.</p>
|
|
254
284
|
*/
|
|
@@ -259,14 +289,17 @@ export interface GetAccessLogSubscriptionResponse {
|
|
|
259
289
|
*/
|
|
260
290
|
export interface ListAccessLogSubscriptionsRequest {
|
|
261
291
|
/**
|
|
292
|
+
* @public
|
|
262
293
|
* <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
|
|
263
294
|
*/
|
|
264
295
|
resourceIdentifier: string | undefined;
|
|
265
296
|
/**
|
|
297
|
+
* @public
|
|
266
298
|
* <p>The maximum number of results to return.</p>
|
|
267
299
|
*/
|
|
268
300
|
maxResults?: number;
|
|
269
301
|
/**
|
|
302
|
+
* @public
|
|
270
303
|
* <p>A pagination token for the next page of results.</p>
|
|
271
304
|
*/
|
|
272
305
|
nextToken?: string;
|
|
@@ -277,31 +310,38 @@ export interface ListAccessLogSubscriptionsRequest {
|
|
|
277
310
|
*/
|
|
278
311
|
export interface AccessLogSubscriptionSummary {
|
|
279
312
|
/**
|
|
313
|
+
* @public
|
|
280
314
|
* <p>The ID of the access log subscription.</p>
|
|
281
315
|
*/
|
|
282
316
|
id: string | undefined;
|
|
283
317
|
/**
|
|
318
|
+
* @public
|
|
284
319
|
* <p>The Amazon Resource Name (ARN) of the access log subscription</p>
|
|
285
320
|
*/
|
|
286
321
|
arn: string | undefined;
|
|
287
322
|
/**
|
|
323
|
+
* @public
|
|
288
324
|
* <p>The ID of the service or service network.</p>
|
|
289
325
|
*/
|
|
290
326
|
resourceId: string | undefined;
|
|
291
327
|
/**
|
|
328
|
+
* @public
|
|
292
329
|
* <p>The Amazon Resource Name (ARN) of the service or service network.</p>
|
|
293
330
|
*/
|
|
294
331
|
resourceArn: string | undefined;
|
|
295
332
|
/**
|
|
333
|
+
* @public
|
|
296
334
|
* <p>The Amazon Resource Name (ARN) of the destination.</p>
|
|
297
335
|
*/
|
|
298
336
|
destinationArn: string | undefined;
|
|
299
337
|
/**
|
|
338
|
+
* @public
|
|
300
339
|
* <p>The date and time that the access log subscription was created, specified in ISO-8601
|
|
301
340
|
* format.</p>
|
|
302
341
|
*/
|
|
303
342
|
createdAt: Date | undefined;
|
|
304
343
|
/**
|
|
344
|
+
* @public
|
|
305
345
|
* <p>The date and time that the access log subscription was last updated, specified in ISO-8601
|
|
306
346
|
* format.</p>
|
|
307
347
|
*/
|
|
@@ -312,10 +352,12 @@ export interface AccessLogSubscriptionSummary {
|
|
|
312
352
|
*/
|
|
313
353
|
export interface ListAccessLogSubscriptionsResponse {
|
|
314
354
|
/**
|
|
355
|
+
* @public
|
|
315
356
|
* <p>The access log subscriptions.</p>
|
|
316
357
|
*/
|
|
317
358
|
items: AccessLogSubscriptionSummary[] | undefined;
|
|
318
359
|
/**
|
|
360
|
+
* @public
|
|
319
361
|
* <p>A pagination token for the next page of results.</p>
|
|
320
362
|
*/
|
|
321
363
|
nextToken?: string;
|
|
@@ -325,10 +367,12 @@ export interface ListAccessLogSubscriptionsResponse {
|
|
|
325
367
|
*/
|
|
326
368
|
export interface UpdateAccessLogSubscriptionRequest {
|
|
327
369
|
/**
|
|
370
|
+
* @public
|
|
328
371
|
* <p>The ID or Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
329
372
|
*/
|
|
330
373
|
accessLogSubscriptionIdentifier: string | undefined;
|
|
331
374
|
/**
|
|
375
|
+
* @public
|
|
332
376
|
* <p>The Amazon Resource Name (ARN) of the access log destination.</p>
|
|
333
377
|
*/
|
|
334
378
|
destinationArn: string | undefined;
|
|
@@ -338,22 +382,27 @@ export interface UpdateAccessLogSubscriptionRequest {
|
|
|
338
382
|
*/
|
|
339
383
|
export interface UpdateAccessLogSubscriptionResponse {
|
|
340
384
|
/**
|
|
385
|
+
* @public
|
|
341
386
|
* <p>The ID of the access log subscription.</p>
|
|
342
387
|
*/
|
|
343
388
|
id: string | undefined;
|
|
344
389
|
/**
|
|
390
|
+
* @public
|
|
345
391
|
* <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
346
392
|
*/
|
|
347
393
|
arn: string | undefined;
|
|
348
394
|
/**
|
|
395
|
+
* @public
|
|
349
396
|
* <p>The ID of the resource.</p>
|
|
350
397
|
*/
|
|
351
398
|
resourceId: string | undefined;
|
|
352
399
|
/**
|
|
400
|
+
* @public
|
|
353
401
|
* <p>The Amazon Resource Name (ARN) of the access log subscription.</p>
|
|
354
402
|
*/
|
|
355
403
|
resourceArn: string | undefined;
|
|
356
404
|
/**
|
|
405
|
+
* @public
|
|
357
406
|
* <p>The Amazon Resource Name (ARN) of the access log destination.</p>
|
|
358
407
|
*/
|
|
359
408
|
destinationArn: string | undefined;
|
|
@@ -388,6 +437,7 @@ export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
|
388
437
|
*/
|
|
389
438
|
export interface FixedResponseAction {
|
|
390
439
|
/**
|
|
440
|
+
* @public
|
|
391
441
|
* <p>The HTTP response code.</p>
|
|
392
442
|
*/
|
|
393
443
|
statusCode: number | undefined;
|
|
@@ -398,10 +448,12 @@ export interface FixedResponseAction {
|
|
|
398
448
|
*/
|
|
399
449
|
export interface WeightedTargetGroup {
|
|
400
450
|
/**
|
|
451
|
+
* @public
|
|
401
452
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
402
453
|
*/
|
|
403
454
|
targetGroupIdentifier: string | undefined;
|
|
404
455
|
/**
|
|
456
|
+
* @public
|
|
405
457
|
* <p>Only required if you specify multiple target groups for a forward action. The "weight"
|
|
406
458
|
* determines how requests are distributed to the target group. For example, if you specify two
|
|
407
459
|
* target groups, each with a weight of 10, each target group receives half the requests. If you
|
|
@@ -419,6 +471,7 @@ export interface WeightedTargetGroup {
|
|
|
419
471
|
*/
|
|
420
472
|
export interface ForwardAction {
|
|
421
473
|
/**
|
|
474
|
+
* @public
|
|
422
475
|
* <p>The target groups. Traffic matching the rule is forwarded to the specified target groups.
|
|
423
476
|
* With forward actions, you can assign a weight that controls the prioritization and selection of
|
|
424
477
|
* each target group. This means that requests are distributed to individual target groups based on
|
|
@@ -441,6 +494,7 @@ export type RuleAction = RuleAction.FixedResponseMember | RuleAction.ForwardMemb
|
|
|
441
494
|
*/
|
|
442
495
|
export declare namespace RuleAction {
|
|
443
496
|
/**
|
|
497
|
+
* @public
|
|
444
498
|
* <p>The forward action. Traffic that matches the rule is forwarded to the specified target
|
|
445
499
|
* groups.</p>
|
|
446
500
|
*/
|
|
@@ -450,6 +504,7 @@ export declare namespace RuleAction {
|
|
|
450
504
|
$unknown?: never;
|
|
451
505
|
}
|
|
452
506
|
/**
|
|
507
|
+
* @public
|
|
453
508
|
* <p> Describes the rule action that returns a custom HTTP response. </p>
|
|
454
509
|
*/
|
|
455
510
|
interface FixedResponseMember {
|
|
@@ -457,6 +512,9 @@ export declare namespace RuleAction {
|
|
|
457
512
|
fixedResponse: FixedResponseAction;
|
|
458
513
|
$unknown?: never;
|
|
459
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
460
518
|
interface $UnknownMember {
|
|
461
519
|
forward?: never;
|
|
462
520
|
fixedResponse?: never;
|
|
@@ -479,6 +537,7 @@ export type HeaderMatchType = HeaderMatchType.ContainsMember | HeaderMatchType.E
|
|
|
479
537
|
*/
|
|
480
538
|
export declare namespace HeaderMatchType {
|
|
481
539
|
/**
|
|
540
|
+
* @public
|
|
482
541
|
* <p>Specifies an exact type match.</p>
|
|
483
542
|
*/
|
|
484
543
|
interface ExactMember {
|
|
@@ -488,6 +547,7 @@ export declare namespace HeaderMatchType {
|
|
|
488
547
|
$unknown?: never;
|
|
489
548
|
}
|
|
490
549
|
/**
|
|
550
|
+
* @public
|
|
491
551
|
* <p>Specifies a prefix type match. Matches the value with the prefix.</p>
|
|
492
552
|
*/
|
|
493
553
|
interface PrefixMember {
|
|
@@ -497,6 +557,7 @@ export declare namespace HeaderMatchType {
|
|
|
497
557
|
$unknown?: never;
|
|
498
558
|
}
|
|
499
559
|
/**
|
|
560
|
+
* @public
|
|
500
561
|
* <p>Specifies a contains type match.</p>
|
|
501
562
|
*/
|
|
502
563
|
interface ContainsMember {
|
|
@@ -505,6 +566,9 @@ export declare namespace HeaderMatchType {
|
|
|
505
566
|
contains: string;
|
|
506
567
|
$unknown?: never;
|
|
507
568
|
}
|
|
569
|
+
/**
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
508
572
|
interface $UnknownMember {
|
|
509
573
|
exact?: never;
|
|
510
574
|
prefix?: never;
|
|
@@ -526,14 +590,17 @@ export declare namespace HeaderMatchType {
|
|
|
526
590
|
*/
|
|
527
591
|
export interface HeaderMatch {
|
|
528
592
|
/**
|
|
593
|
+
* @public
|
|
529
594
|
* <p>The name of the header.</p>
|
|
530
595
|
*/
|
|
531
596
|
name: string | undefined;
|
|
532
597
|
/**
|
|
598
|
+
* @public
|
|
533
599
|
* <p>The header match type.</p>
|
|
534
600
|
*/
|
|
535
601
|
match: HeaderMatchType | undefined;
|
|
536
602
|
/**
|
|
603
|
+
* @public
|
|
537
604
|
* <p>Indicates whether the match is case sensitive. Defaults to false.</p>
|
|
538
605
|
*/
|
|
539
606
|
caseSensitive?: boolean;
|
|
@@ -549,6 +616,7 @@ export type PathMatchType = PathMatchType.ExactMember | PathMatchType.PrefixMemb
|
|
|
549
616
|
*/
|
|
550
617
|
export declare namespace PathMatchType {
|
|
551
618
|
/**
|
|
619
|
+
* @public
|
|
552
620
|
* <p>An exact match of the path.</p>
|
|
553
621
|
*/
|
|
554
622
|
interface ExactMember {
|
|
@@ -557,6 +625,7 @@ export declare namespace PathMatchType {
|
|
|
557
625
|
$unknown?: never;
|
|
558
626
|
}
|
|
559
627
|
/**
|
|
628
|
+
* @public
|
|
560
629
|
* <p>A prefix match of the path.</p>
|
|
561
630
|
*/
|
|
562
631
|
interface PrefixMember {
|
|
@@ -564,6 +633,9 @@ export declare namespace PathMatchType {
|
|
|
564
633
|
prefix: string;
|
|
565
634
|
$unknown?: never;
|
|
566
635
|
}
|
|
636
|
+
/**
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
567
639
|
interface $UnknownMember {
|
|
568
640
|
exact?: never;
|
|
569
641
|
prefix?: never;
|
|
@@ -583,10 +655,12 @@ export declare namespace PathMatchType {
|
|
|
583
655
|
*/
|
|
584
656
|
export interface PathMatch {
|
|
585
657
|
/**
|
|
658
|
+
* @public
|
|
586
659
|
* <p>The type of path match.</p>
|
|
587
660
|
*/
|
|
588
661
|
match: PathMatchType | undefined;
|
|
589
662
|
/**
|
|
663
|
+
* @public
|
|
590
664
|
* <p>Indicates whether the match is case sensitive. Defaults to false.</p>
|
|
591
665
|
*/
|
|
592
666
|
caseSensitive?: boolean;
|
|
@@ -597,14 +671,17 @@ export interface PathMatch {
|
|
|
597
671
|
*/
|
|
598
672
|
export interface HttpMatch {
|
|
599
673
|
/**
|
|
674
|
+
* @public
|
|
600
675
|
* <p>The HTTP method type.</p>
|
|
601
676
|
*/
|
|
602
677
|
method?: string;
|
|
603
678
|
/**
|
|
679
|
+
* @public
|
|
604
680
|
* <p>The path match.</p>
|
|
605
681
|
*/
|
|
606
682
|
pathMatch?: PathMatch;
|
|
607
683
|
/**
|
|
684
|
+
* @public
|
|
608
685
|
* <p>The header matches. Matches incoming requests with rule based on request header value before
|
|
609
686
|
* applying rule action.</p>
|
|
610
687
|
*/
|
|
@@ -620,12 +697,16 @@ export type RuleMatch = RuleMatch.HttpMatchMember | RuleMatch.$UnknownMember;
|
|
|
620
697
|
*/
|
|
621
698
|
export declare namespace RuleMatch {
|
|
622
699
|
/**
|
|
700
|
+
* @public
|
|
623
701
|
* <p>The HTTP criteria that a rule must match.</p>
|
|
624
702
|
*/
|
|
625
703
|
interface HttpMatchMember {
|
|
626
704
|
httpMatch: HttpMatch;
|
|
627
705
|
$unknown?: never;
|
|
628
706
|
}
|
|
707
|
+
/**
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
629
710
|
interface $UnknownMember {
|
|
630
711
|
httpMatch?: never;
|
|
631
712
|
$unknown: [string, any];
|
|
@@ -642,18 +723,22 @@ export declare namespace RuleMatch {
|
|
|
642
723
|
*/
|
|
643
724
|
export interface RuleUpdate {
|
|
644
725
|
/**
|
|
726
|
+
* @public
|
|
645
727
|
* <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
|
|
646
728
|
*/
|
|
647
729
|
ruleIdentifier: string | undefined;
|
|
648
730
|
/**
|
|
731
|
+
* @public
|
|
649
732
|
* <p>The rule match.</p>
|
|
650
733
|
*/
|
|
651
734
|
match?: RuleMatch;
|
|
652
735
|
/**
|
|
736
|
+
* @public
|
|
653
737
|
* <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
|
|
654
738
|
*/
|
|
655
739
|
priority?: number;
|
|
656
740
|
/**
|
|
741
|
+
* @public
|
|
657
742
|
* <p>The rule action.</p>
|
|
658
743
|
*/
|
|
659
744
|
action?: RuleAction;
|
|
@@ -663,14 +748,17 @@ export interface RuleUpdate {
|
|
|
663
748
|
*/
|
|
664
749
|
export interface BatchUpdateRuleRequest {
|
|
665
750
|
/**
|
|
751
|
+
* @public
|
|
666
752
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
667
753
|
*/
|
|
668
754
|
serviceIdentifier: string | undefined;
|
|
669
755
|
/**
|
|
756
|
+
* @public
|
|
670
757
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
671
758
|
*/
|
|
672
759
|
listenerIdentifier: string | undefined;
|
|
673
760
|
/**
|
|
761
|
+
* @public
|
|
674
762
|
* <p>The rules for the specified listener.</p>
|
|
675
763
|
*/
|
|
676
764
|
rules: RuleUpdate[] | undefined;
|
|
@@ -681,30 +769,37 @@ export interface BatchUpdateRuleRequest {
|
|
|
681
769
|
*/
|
|
682
770
|
export interface RuleUpdateSuccess {
|
|
683
771
|
/**
|
|
772
|
+
* @public
|
|
684
773
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
685
774
|
*/
|
|
686
775
|
arn?: string;
|
|
687
776
|
/**
|
|
777
|
+
* @public
|
|
688
778
|
* <p>The ID of the listener.</p>
|
|
689
779
|
*/
|
|
690
780
|
id?: string;
|
|
691
781
|
/**
|
|
782
|
+
* @public
|
|
692
783
|
* <p>The name of the listener.</p>
|
|
693
784
|
*/
|
|
694
785
|
name?: string;
|
|
695
786
|
/**
|
|
787
|
+
* @public
|
|
696
788
|
* <p>Indicates whether this is the default rule.</p>
|
|
697
789
|
*/
|
|
698
790
|
isDefault?: boolean;
|
|
699
791
|
/**
|
|
792
|
+
* @public
|
|
700
793
|
* <p>The rule match.</p>
|
|
701
794
|
*/
|
|
702
795
|
match?: RuleMatch;
|
|
703
796
|
/**
|
|
797
|
+
* @public
|
|
704
798
|
* <p>The rule priority.</p>
|
|
705
799
|
*/
|
|
706
800
|
priority?: number;
|
|
707
801
|
/**
|
|
802
|
+
* @public
|
|
708
803
|
* <p>The action for the default rule.</p>
|
|
709
804
|
*/
|
|
710
805
|
action?: RuleAction;
|
|
@@ -715,14 +810,17 @@ export interface RuleUpdateSuccess {
|
|
|
715
810
|
*/
|
|
716
811
|
export interface RuleUpdateFailure {
|
|
717
812
|
/**
|
|
813
|
+
* @public
|
|
718
814
|
* <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
|
|
719
815
|
*/
|
|
720
816
|
ruleIdentifier?: string;
|
|
721
817
|
/**
|
|
818
|
+
* @public
|
|
722
819
|
* <p>The failure code.</p>
|
|
723
820
|
*/
|
|
724
821
|
failureCode?: string;
|
|
725
822
|
/**
|
|
823
|
+
* @public
|
|
726
824
|
* <p>The failure message.</p>
|
|
727
825
|
*/
|
|
728
826
|
failureMessage?: string;
|
|
@@ -732,10 +830,12 @@ export interface RuleUpdateFailure {
|
|
|
732
830
|
*/
|
|
733
831
|
export interface BatchUpdateRuleResponse {
|
|
734
832
|
/**
|
|
833
|
+
* @public
|
|
735
834
|
* <p>The rules that were successfully updated.</p>
|
|
736
835
|
*/
|
|
737
836
|
successful?: RuleUpdateSuccess[];
|
|
738
837
|
/**
|
|
838
|
+
* @public
|
|
739
839
|
* <p>The rules that the operation couldn't update.</p>
|
|
740
840
|
*/
|
|
741
841
|
unsuccessful?: RuleUpdateFailure[];
|
|
@@ -763,24 +863,29 @@ export type ListenerProtocol = (typeof ListenerProtocol)[keyof typeof ListenerPr
|
|
|
763
863
|
*/
|
|
764
864
|
export interface CreateListenerRequest {
|
|
765
865
|
/**
|
|
866
|
+
* @public
|
|
766
867
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
767
868
|
*/
|
|
768
869
|
serviceIdentifier: string | undefined;
|
|
769
870
|
/**
|
|
871
|
+
* @public
|
|
770
872
|
* <p>The name of the listener. A listener name must be unique within a service. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
|
771
873
|
* hyphen as the first or last character, or immediately after another hyphen.</p>
|
|
772
874
|
*/
|
|
773
875
|
name: string | undefined;
|
|
774
876
|
/**
|
|
877
|
+
* @public
|
|
775
878
|
* <p>The listener protocol HTTP or HTTPS.</p>
|
|
776
879
|
*/
|
|
777
880
|
protocol: ListenerProtocol | string | undefined;
|
|
778
881
|
/**
|
|
882
|
+
* @public
|
|
779
883
|
* <p>The listener port. You can specify a value from <code>1</code> to <code>65535</code>. For
|
|
780
884
|
* HTTP, the default is <code>80</code>. For HTTPS, the default is <code>443</code>.</p>
|
|
781
885
|
*/
|
|
782
886
|
port?: number;
|
|
783
887
|
/**
|
|
888
|
+
* @public
|
|
784
889
|
* <p>The action for the default rule. Each listener has a default rule. Each rule consists of a
|
|
785
890
|
* priority, one or more actions, and one or more conditions. The default rule is the rule that's
|
|
786
891
|
* used if no other rules match. Each rule must include exactly one of the following types of
|
|
@@ -789,6 +894,7 @@ export interface CreateListenerRequest {
|
|
|
789
894
|
*/
|
|
790
895
|
defaultAction: RuleAction | undefined;
|
|
791
896
|
/**
|
|
897
|
+
* @public
|
|
792
898
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
793
899
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
794
900
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -796,6 +902,7 @@ export interface CreateListenerRequest {
|
|
|
796
902
|
*/
|
|
797
903
|
clientToken?: string;
|
|
798
904
|
/**
|
|
905
|
+
* @public
|
|
799
906
|
* <p>The tags for the listener.</p>
|
|
800
907
|
*/
|
|
801
908
|
tags?: Record<string, string>;
|
|
@@ -805,34 +912,42 @@ export interface CreateListenerRequest {
|
|
|
805
912
|
*/
|
|
806
913
|
export interface CreateListenerResponse {
|
|
807
914
|
/**
|
|
915
|
+
* @public
|
|
808
916
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
809
917
|
*/
|
|
810
918
|
arn?: string;
|
|
811
919
|
/**
|
|
920
|
+
* @public
|
|
812
921
|
* <p>The ID of the listener.</p>
|
|
813
922
|
*/
|
|
814
923
|
id?: string;
|
|
815
924
|
/**
|
|
925
|
+
* @public
|
|
816
926
|
* <p>The name of the listener.</p>
|
|
817
927
|
*/
|
|
818
928
|
name?: string;
|
|
819
929
|
/**
|
|
930
|
+
* @public
|
|
820
931
|
* <p>The protocol of the listener.</p>
|
|
821
932
|
*/
|
|
822
933
|
protocol?: ListenerProtocol | string;
|
|
823
934
|
/**
|
|
935
|
+
* @public
|
|
824
936
|
* <p>The port number of the listener.</p>
|
|
825
937
|
*/
|
|
826
938
|
port?: number;
|
|
827
939
|
/**
|
|
940
|
+
* @public
|
|
828
941
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
829
942
|
*/
|
|
830
943
|
serviceArn?: string;
|
|
831
944
|
/**
|
|
945
|
+
* @public
|
|
832
946
|
* <p>The ID of the service.</p>
|
|
833
947
|
*/
|
|
834
948
|
serviceId?: string;
|
|
835
949
|
/**
|
|
950
|
+
* @public
|
|
836
951
|
* <p>The action for the default rule.</p>
|
|
837
952
|
*/
|
|
838
953
|
defaultAction?: RuleAction;
|
|
@@ -845,18 +960,22 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
845
960
|
readonly name: "ServiceQuotaExceededException";
|
|
846
961
|
readonly $fault: "client";
|
|
847
962
|
/**
|
|
963
|
+
* @public
|
|
848
964
|
* <p>The resource ID.</p>
|
|
849
965
|
*/
|
|
850
966
|
resourceId?: string;
|
|
851
967
|
/**
|
|
968
|
+
* @public
|
|
852
969
|
* <p>The resource type.</p>
|
|
853
970
|
*/
|
|
854
971
|
resourceType: string | undefined;
|
|
855
972
|
/**
|
|
973
|
+
* @public
|
|
856
974
|
* <p>The service code.</p>
|
|
857
975
|
*/
|
|
858
976
|
serviceCode: string | undefined;
|
|
859
977
|
/**
|
|
978
|
+
* @public
|
|
860
979
|
* <p>The ID of the service quota that was exceeded.</p>
|
|
861
980
|
*/
|
|
862
981
|
quotaCode: string | undefined;
|
|
@@ -870,32 +989,39 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
870
989
|
*/
|
|
871
990
|
export interface CreateRuleRequest {
|
|
872
991
|
/**
|
|
992
|
+
* @public
|
|
873
993
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
874
994
|
*/
|
|
875
995
|
serviceIdentifier: string | undefined;
|
|
876
996
|
/**
|
|
997
|
+
* @public
|
|
877
998
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
878
999
|
*/
|
|
879
1000
|
listenerIdentifier: string | undefined;
|
|
880
1001
|
/**
|
|
1002
|
+
* @public
|
|
881
1003
|
* <p>The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
|
882
1004
|
* hyphen as the first or last character, or immediately after another hyphen.</p>
|
|
883
1005
|
*/
|
|
884
1006
|
name: string | undefined;
|
|
885
1007
|
/**
|
|
1008
|
+
* @public
|
|
886
1009
|
* <p>The rule match.</p>
|
|
887
1010
|
*/
|
|
888
1011
|
match: RuleMatch | undefined;
|
|
889
1012
|
/**
|
|
1013
|
+
* @public
|
|
890
1014
|
* <p>The priority assigned to the rule. Each rule for a specific listener must have a unique
|
|
891
1015
|
* priority. The lower the priority number the higher the priority.</p>
|
|
892
1016
|
*/
|
|
893
1017
|
priority: number | undefined;
|
|
894
1018
|
/**
|
|
1019
|
+
* @public
|
|
895
1020
|
* <p>The action for the default rule.</p>
|
|
896
1021
|
*/
|
|
897
1022
|
action: RuleAction | undefined;
|
|
898
1023
|
/**
|
|
1024
|
+
* @public
|
|
899
1025
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
900
1026
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
901
1027
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -903,6 +1029,7 @@ export interface CreateRuleRequest {
|
|
|
903
1029
|
*/
|
|
904
1030
|
clientToken?: string;
|
|
905
1031
|
/**
|
|
1032
|
+
* @public
|
|
906
1033
|
* <p>The tags for the rule.</p>
|
|
907
1034
|
*/
|
|
908
1035
|
tags?: Record<string, string>;
|
|
@@ -912,29 +1039,35 @@ export interface CreateRuleRequest {
|
|
|
912
1039
|
*/
|
|
913
1040
|
export interface CreateRuleResponse {
|
|
914
1041
|
/**
|
|
1042
|
+
* @public
|
|
915
1043
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
916
1044
|
*/
|
|
917
1045
|
arn?: string;
|
|
918
1046
|
/**
|
|
1047
|
+
* @public
|
|
919
1048
|
* <p>The ID of the rule.</p>
|
|
920
1049
|
*/
|
|
921
1050
|
id?: string;
|
|
922
1051
|
/**
|
|
1052
|
+
* @public
|
|
923
1053
|
* <p>The name of the rule.</p>
|
|
924
1054
|
*/
|
|
925
1055
|
name?: string;
|
|
926
1056
|
/**
|
|
1057
|
+
* @public
|
|
927
1058
|
* <p>The rule match. The <code>RuleMatch</code> must be an <code>HttpMatch</code>. This means
|
|
928
1059
|
* that the rule should be an exact match on HTTP constraints which are made up of the HTTP method,
|
|
929
1060
|
* path, and header.</p>
|
|
930
1061
|
*/
|
|
931
1062
|
match?: RuleMatch;
|
|
932
1063
|
/**
|
|
1064
|
+
* @public
|
|
933
1065
|
* <p>The priority assigned to the rule. The lower the priority number the higher the
|
|
934
1066
|
* priority.</p>
|
|
935
1067
|
*/
|
|
936
1068
|
priority?: number;
|
|
937
1069
|
/**
|
|
1070
|
+
* @public
|
|
938
1071
|
* <p>The rule action. Each rule must include exactly one of the following types of actions:
|
|
939
1072
|
* <code>forward </code>or <code>fixed-response</code>, and it must be the last action to be
|
|
940
1073
|
* performed.</p>
|
|
@@ -946,6 +1079,7 @@ export interface CreateRuleResponse {
|
|
|
946
1079
|
*/
|
|
947
1080
|
export interface CreateServiceRequest {
|
|
948
1081
|
/**
|
|
1082
|
+
* @public
|
|
949
1083
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
950
1084
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
951
1085
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -953,23 +1087,28 @@ export interface CreateServiceRequest {
|
|
|
953
1087
|
*/
|
|
954
1088
|
clientToken?: string;
|
|
955
1089
|
/**
|
|
1090
|
+
* @public
|
|
956
1091
|
* <p>The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
|
957
1092
|
* hyphen as the first or last character, or immediately after another hyphen.</p>
|
|
958
1093
|
*/
|
|
959
1094
|
name: string | undefined;
|
|
960
1095
|
/**
|
|
1096
|
+
* @public
|
|
961
1097
|
* <p>The tags for the service.</p>
|
|
962
1098
|
*/
|
|
963
1099
|
tags?: Record<string, string>;
|
|
964
1100
|
/**
|
|
1101
|
+
* @public
|
|
965
1102
|
* <p>The custom domain name of the service.</p>
|
|
966
1103
|
*/
|
|
967
1104
|
customDomainName?: string;
|
|
968
1105
|
/**
|
|
1106
|
+
* @public
|
|
969
1107
|
* <p>The Amazon Resource Name (ARN) of the certificate.</p>
|
|
970
1108
|
*/
|
|
971
1109
|
certificateArn?: string;
|
|
972
1110
|
/**
|
|
1111
|
+
* @public
|
|
973
1112
|
* <p>The type of IAM policy.</p>
|
|
974
1113
|
* <ul>
|
|
975
1114
|
* <li>
|
|
@@ -990,10 +1129,12 @@ export interface CreateServiceRequest {
|
|
|
990
1129
|
*/
|
|
991
1130
|
export interface DnsEntry {
|
|
992
1131
|
/**
|
|
1132
|
+
* @public
|
|
993
1133
|
* <p>The domain name of the service.</p>
|
|
994
1134
|
*/
|
|
995
1135
|
domainName?: string;
|
|
996
1136
|
/**
|
|
1137
|
+
* @public
|
|
997
1138
|
* <p>The ID of the hosted zone.</p>
|
|
998
1139
|
*/
|
|
999
1140
|
hostedZoneId?: string;
|
|
@@ -1033,35 +1174,43 @@ export type ServiceStatus = (typeof ServiceStatus)[keyof typeof ServiceStatus];
|
|
|
1033
1174
|
*/
|
|
1034
1175
|
export interface CreateServiceResponse {
|
|
1035
1176
|
/**
|
|
1177
|
+
* @public
|
|
1036
1178
|
* <p>The ID of the service.</p>
|
|
1037
1179
|
*/
|
|
1038
1180
|
id?: string;
|
|
1039
1181
|
/**
|
|
1182
|
+
* @public
|
|
1040
1183
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1041
1184
|
*/
|
|
1042
1185
|
arn?: string;
|
|
1043
1186
|
/**
|
|
1187
|
+
* @public
|
|
1044
1188
|
* <p>The name of the service.</p>
|
|
1045
1189
|
*/
|
|
1046
1190
|
name?: string;
|
|
1047
1191
|
/**
|
|
1192
|
+
* @public
|
|
1048
1193
|
* <p>The custom domain name of the service.</p>
|
|
1049
1194
|
*/
|
|
1050
1195
|
customDomainName?: string;
|
|
1051
1196
|
/**
|
|
1197
|
+
* @public
|
|
1052
1198
|
* <p>The Amazon Resource Name (ARN) of the certificate.</p>
|
|
1053
1199
|
*/
|
|
1054
1200
|
certificateArn?: string;
|
|
1055
1201
|
/**
|
|
1202
|
+
* @public
|
|
1056
1203
|
* <p>The status. If the status is <code>CREATE_FAILED</code>, you will have to delete and
|
|
1057
1204
|
* recreate the service.</p>
|
|
1058
1205
|
*/
|
|
1059
1206
|
status?: ServiceStatus | string;
|
|
1060
1207
|
/**
|
|
1208
|
+
* @public
|
|
1061
1209
|
* <p>The type of IAM policy.</p>
|
|
1062
1210
|
*/
|
|
1063
1211
|
authType?: AuthType | string;
|
|
1064
1212
|
/**
|
|
1213
|
+
* @public
|
|
1065
1214
|
* <p>The public DNS name of the service.</p>
|
|
1066
1215
|
*/
|
|
1067
1216
|
dnsEntry?: DnsEntry;
|
|
@@ -1071,6 +1220,7 @@ export interface CreateServiceResponse {
|
|
|
1071
1220
|
*/
|
|
1072
1221
|
export interface CreateServiceNetworkRequest {
|
|
1073
1222
|
/**
|
|
1223
|
+
* @public
|
|
1074
1224
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1075
1225
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
1076
1226
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -1078,11 +1228,13 @@ export interface CreateServiceNetworkRequest {
|
|
|
1078
1228
|
*/
|
|
1079
1229
|
clientToken?: string;
|
|
1080
1230
|
/**
|
|
1231
|
+
* @public
|
|
1081
1232
|
* <p>The name of the service network. The name must be unique to the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
|
1082
1233
|
* hyphen as the first or last character, or immediately after another hyphen.</p>
|
|
1083
1234
|
*/
|
|
1084
1235
|
name: string | undefined;
|
|
1085
1236
|
/**
|
|
1237
|
+
* @public
|
|
1086
1238
|
* <p>The type of IAM policy.</p>
|
|
1087
1239
|
* <ul>
|
|
1088
1240
|
* <li>
|
|
@@ -1097,6 +1249,7 @@ export interface CreateServiceNetworkRequest {
|
|
|
1097
1249
|
*/
|
|
1098
1250
|
authType?: AuthType | string;
|
|
1099
1251
|
/**
|
|
1252
|
+
* @public
|
|
1100
1253
|
* <p>The tags for the service network.</p>
|
|
1101
1254
|
*/
|
|
1102
1255
|
tags?: Record<string, string>;
|
|
@@ -1106,18 +1259,22 @@ export interface CreateServiceNetworkRequest {
|
|
|
1106
1259
|
*/
|
|
1107
1260
|
export interface CreateServiceNetworkResponse {
|
|
1108
1261
|
/**
|
|
1262
|
+
* @public
|
|
1109
1263
|
* <p>The ID of the service network.</p>
|
|
1110
1264
|
*/
|
|
1111
1265
|
id?: string;
|
|
1112
1266
|
/**
|
|
1267
|
+
* @public
|
|
1113
1268
|
* <p>The name of the service network.</p>
|
|
1114
1269
|
*/
|
|
1115
1270
|
name?: string;
|
|
1116
1271
|
/**
|
|
1272
|
+
* @public
|
|
1117
1273
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
1118
1274
|
*/
|
|
1119
1275
|
arn?: string;
|
|
1120
1276
|
/**
|
|
1277
|
+
* @public
|
|
1121
1278
|
* <p>The type of IAM policy.</p>
|
|
1122
1279
|
*/
|
|
1123
1280
|
authType?: AuthType | string;
|
|
@@ -1127,6 +1284,7 @@ export interface CreateServiceNetworkResponse {
|
|
|
1127
1284
|
*/
|
|
1128
1285
|
export interface CreateServiceNetworkServiceAssociationRequest {
|
|
1129
1286
|
/**
|
|
1287
|
+
* @public
|
|
1130
1288
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1131
1289
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
1132
1290
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -1134,15 +1292,18 @@ export interface CreateServiceNetworkServiceAssociationRequest {
|
|
|
1134
1292
|
*/
|
|
1135
1293
|
clientToken?: string;
|
|
1136
1294
|
/**
|
|
1295
|
+
* @public
|
|
1137
1296
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
1138
1297
|
*/
|
|
1139
1298
|
serviceIdentifier: string | undefined;
|
|
1140
1299
|
/**
|
|
1300
|
+
* @public
|
|
1141
1301
|
* <p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the
|
|
1142
1302
|
* resources specified in the operation are in different accounts.</p>
|
|
1143
1303
|
*/
|
|
1144
1304
|
serviceNetworkIdentifier: string | undefined;
|
|
1145
1305
|
/**
|
|
1306
|
+
* @public
|
|
1146
1307
|
* <p>The tags for the association.</p>
|
|
1147
1308
|
*/
|
|
1148
1309
|
tags?: Record<string, string>;
|
|
@@ -1182,26 +1343,32 @@ export type ServiceNetworkServiceAssociationStatus = (typeof ServiceNetworkServi
|
|
|
1182
1343
|
*/
|
|
1183
1344
|
export interface CreateServiceNetworkServiceAssociationResponse {
|
|
1184
1345
|
/**
|
|
1346
|
+
* @public
|
|
1185
1347
|
* <p>The ID of the association.</p>
|
|
1186
1348
|
*/
|
|
1187
1349
|
id?: string;
|
|
1188
1350
|
/**
|
|
1351
|
+
* @public
|
|
1189
1352
|
* <p>The operation's status.</p>
|
|
1190
1353
|
*/
|
|
1191
1354
|
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
1192
1355
|
/**
|
|
1356
|
+
* @public
|
|
1193
1357
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
1194
1358
|
*/
|
|
1195
1359
|
arn?: string;
|
|
1196
1360
|
/**
|
|
1361
|
+
* @public
|
|
1197
1362
|
* <p>The account that created the association.</p>
|
|
1198
1363
|
*/
|
|
1199
1364
|
createdBy?: string;
|
|
1200
1365
|
/**
|
|
1366
|
+
* @public
|
|
1201
1367
|
* <p>The custom domain name of the service.</p>
|
|
1202
1368
|
*/
|
|
1203
1369
|
customDomainName?: string;
|
|
1204
1370
|
/**
|
|
1371
|
+
* @public
|
|
1205
1372
|
* <p>The DNS name of the service.</p>
|
|
1206
1373
|
*/
|
|
1207
1374
|
dnsEntry?: DnsEntry;
|
|
@@ -1211,6 +1378,7 @@ export interface CreateServiceNetworkServiceAssociationResponse {
|
|
|
1211
1378
|
*/
|
|
1212
1379
|
export interface CreateServiceNetworkVpcAssociationRequest {
|
|
1213
1380
|
/**
|
|
1381
|
+
* @public
|
|
1214
1382
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1215
1383
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
1216
1384
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -1218,15 +1386,18 @@ export interface CreateServiceNetworkVpcAssociationRequest {
|
|
|
1218
1386
|
*/
|
|
1219
1387
|
clientToken?: string;
|
|
1220
1388
|
/**
|
|
1389
|
+
* @public
|
|
1221
1390
|
* <p>The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the
|
|
1222
1391
|
* resources specified in the operation are in different accounts.</p>
|
|
1223
1392
|
*/
|
|
1224
1393
|
serviceNetworkIdentifier: string | undefined;
|
|
1225
1394
|
/**
|
|
1395
|
+
* @public
|
|
1226
1396
|
* <p>The ID of the VPC.</p>
|
|
1227
1397
|
*/
|
|
1228
1398
|
vpcIdentifier: string | undefined;
|
|
1229
1399
|
/**
|
|
1400
|
+
* @public
|
|
1230
1401
|
* <p>The IDs of the security groups. Security groups aren't added by default. You can add a
|
|
1231
1402
|
* security group to apply network level controls to control which resources in a VPC are allowed to
|
|
1232
1403
|
* access the service network and its services. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html">Control traffic to
|
|
@@ -1235,6 +1406,7 @@ export interface CreateServiceNetworkVpcAssociationRequest {
|
|
|
1235
1406
|
*/
|
|
1236
1407
|
securityGroupIds?: string[];
|
|
1237
1408
|
/**
|
|
1409
|
+
* @public
|
|
1238
1410
|
* <p>The tags for the association.</p>
|
|
1239
1411
|
*/
|
|
1240
1412
|
tags?: Record<string, string>;
|
|
@@ -1282,22 +1454,27 @@ export type ServiceNetworkVpcAssociationStatus = (typeof ServiceNetworkVpcAssoci
|
|
|
1282
1454
|
*/
|
|
1283
1455
|
export interface CreateServiceNetworkVpcAssociationResponse {
|
|
1284
1456
|
/**
|
|
1457
|
+
* @public
|
|
1285
1458
|
* <p>The ID of the association.</p>
|
|
1286
1459
|
*/
|
|
1287
1460
|
id?: string;
|
|
1288
1461
|
/**
|
|
1462
|
+
* @public
|
|
1289
1463
|
* <p>The operation's status.</p>
|
|
1290
1464
|
*/
|
|
1291
1465
|
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
1292
1466
|
/**
|
|
1467
|
+
* @public
|
|
1293
1468
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
1294
1469
|
*/
|
|
1295
1470
|
arn?: string;
|
|
1296
1471
|
/**
|
|
1472
|
+
* @public
|
|
1297
1473
|
* <p>The account that created the association.</p>
|
|
1298
1474
|
*/
|
|
1299
1475
|
createdBy?: string;
|
|
1300
1476
|
/**
|
|
1477
|
+
* @public
|
|
1301
1478
|
* <p>The IDs of the security groups.</p>
|
|
1302
1479
|
*/
|
|
1303
1480
|
securityGroupIds?: string[];
|
|
@@ -1313,12 +1490,16 @@ export type Matcher = Matcher.HttpCodeMember | Matcher.$UnknownMember;
|
|
|
1313
1490
|
*/
|
|
1314
1491
|
export declare namespace Matcher {
|
|
1315
1492
|
/**
|
|
1493
|
+
* @public
|
|
1316
1494
|
* <p>The HTTP code to use when checking for a successful response from a target.</p>
|
|
1317
1495
|
*/
|
|
1318
1496
|
interface HttpCodeMember {
|
|
1319
1497
|
httpCode: string;
|
|
1320
1498
|
$unknown?: never;
|
|
1321
1499
|
}
|
|
1500
|
+
/**
|
|
1501
|
+
* @public
|
|
1502
|
+
*/
|
|
1322
1503
|
interface $UnknownMember {
|
|
1323
1504
|
httpCode?: never;
|
|
1324
1505
|
$unknown: [string, any];
|
|
@@ -1372,25 +1553,30 @@ export type HealthCheckProtocolVersion = (typeof HealthCheckProtocolVersion)[key
|
|
|
1372
1553
|
*/
|
|
1373
1554
|
export interface HealthCheckConfig {
|
|
1374
1555
|
/**
|
|
1556
|
+
* @public
|
|
1375
1557
|
* <p>Indicates whether health checking is enabled.</p>
|
|
1376
1558
|
*/
|
|
1377
1559
|
enabled?: boolean;
|
|
1378
1560
|
/**
|
|
1561
|
+
* @public
|
|
1379
1562
|
* <p>The protocol used when performing health checks on targets. The possible protocols are
|
|
1380
1563
|
* <code>HTTP</code> and <code>HTTPS</code>. The default is <code>HTTP</code>.</p>
|
|
1381
1564
|
*/
|
|
1382
1565
|
protocol?: TargetGroupProtocol | string;
|
|
1383
1566
|
/**
|
|
1567
|
+
* @public
|
|
1384
1568
|
* <p>The protocol version used when performing health checks on targets. The possible protocol
|
|
1385
1569
|
* versions are <code>HTTP1</code> and <code>HTTP2</code>.</p>
|
|
1386
1570
|
*/
|
|
1387
1571
|
protocolVersion?: HealthCheckProtocolVersion | string;
|
|
1388
1572
|
/**
|
|
1573
|
+
* @public
|
|
1389
1574
|
* <p>The port used when performing health checks on targets. The default setting is the port that
|
|
1390
1575
|
* a target receives traffic on.</p>
|
|
1391
1576
|
*/
|
|
1392
1577
|
port?: number;
|
|
1393
1578
|
/**
|
|
1579
|
+
* @public
|
|
1394
1580
|
* <p>The destination for health checks on the targets. If the protocol version is
|
|
1395
1581
|
* <code>HTTP/1.1</code> or <code>HTTP/2</code>, specify a valid URI (for example,
|
|
1396
1582
|
* <code>/path?query</code>). The default path is <code>/</code>. Health checks are not supported
|
|
@@ -1399,26 +1585,31 @@ export interface HealthCheckConfig {
|
|
|
1399
1585
|
*/
|
|
1400
1586
|
path?: string;
|
|
1401
1587
|
/**
|
|
1588
|
+
* @public
|
|
1402
1589
|
* <p>The approximate amount of time, in seconds, between health checks of an individual target.
|
|
1403
1590
|
* The range is 5–300 seconds. The default is 30 seconds.</p>
|
|
1404
1591
|
*/
|
|
1405
1592
|
healthCheckIntervalSeconds?: number;
|
|
1406
1593
|
/**
|
|
1594
|
+
* @public
|
|
1407
1595
|
* <p>The amount of time, in seconds, to wait before reporting a target as unhealthy. The range is
|
|
1408
1596
|
* 1–120 seconds. The default is 5 seconds.</p>
|
|
1409
1597
|
*/
|
|
1410
1598
|
healthCheckTimeoutSeconds?: number;
|
|
1411
1599
|
/**
|
|
1600
|
+
* @public
|
|
1412
1601
|
* <p>The number of consecutive successful health checks required before considering an unhealthy
|
|
1413
1602
|
* target healthy. The range is 2–10. The default is 5.</p>
|
|
1414
1603
|
*/
|
|
1415
1604
|
healthyThresholdCount?: number;
|
|
1416
1605
|
/**
|
|
1606
|
+
* @public
|
|
1417
1607
|
* <p>The number of consecutive failed health checks required before considering a target
|
|
1418
1608
|
* unhealthy. The range is 2–10. The default is 2.</p>
|
|
1419
1609
|
*/
|
|
1420
1610
|
unhealthyThresholdCount?: number;
|
|
1421
1611
|
/**
|
|
1612
|
+
* @public
|
|
1422
1613
|
* <p>The codes to use when checking for a successful response from a target. These are called
|
|
1423
1614
|
* <i>Success codes</i> in the console.</p>
|
|
1424
1615
|
*/
|
|
@@ -1471,30 +1662,36 @@ export type TargetGroupProtocolVersion = (typeof TargetGroupProtocolVersion)[key
|
|
|
1471
1662
|
*/
|
|
1472
1663
|
export interface TargetGroupConfig {
|
|
1473
1664
|
/**
|
|
1665
|
+
* @public
|
|
1474
1666
|
* <p>The port on which the targets are listening. For HTTP, the default is <code>80</code>. For
|
|
1475
1667
|
* HTTPS, the default is <code>443</code>
|
|
1476
1668
|
* </p>
|
|
1477
1669
|
*/
|
|
1478
1670
|
port: number | undefined;
|
|
1479
1671
|
/**
|
|
1672
|
+
* @public
|
|
1480
1673
|
* <p>The protocol to use for routing traffic to the targets. Default is the protocol of a target
|
|
1481
1674
|
* group.</p>
|
|
1482
1675
|
*/
|
|
1483
1676
|
protocol: TargetGroupProtocol | string | undefined;
|
|
1484
1677
|
/**
|
|
1678
|
+
* @public
|
|
1485
1679
|
* <p>The protocol version. Default value is <code>HTTP1</code>.</p>
|
|
1486
1680
|
*/
|
|
1487
1681
|
protocolVersion?: TargetGroupProtocolVersion | string;
|
|
1488
1682
|
/**
|
|
1683
|
+
* @public
|
|
1489
1684
|
* <p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>.
|
|
1490
1685
|
* This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>
|
|
1491
1686
|
*/
|
|
1492
1687
|
ipAddressType?: IpAddressType | string;
|
|
1493
1688
|
/**
|
|
1689
|
+
* @public
|
|
1494
1690
|
* <p>The ID of the VPC.</p>
|
|
1495
1691
|
*/
|
|
1496
1692
|
vpcIdentifier: string | undefined;
|
|
1497
1693
|
/**
|
|
1694
|
+
* @public
|
|
1498
1695
|
* <p>The health check configuration.</p>
|
|
1499
1696
|
*/
|
|
1500
1697
|
healthCheck?: HealthCheckConfig;
|
|
@@ -1530,20 +1727,24 @@ export type TargetGroupType = (typeof TargetGroupType)[keyof typeof TargetGroupT
|
|
|
1530
1727
|
*/
|
|
1531
1728
|
export interface CreateTargetGroupRequest {
|
|
1532
1729
|
/**
|
|
1730
|
+
* @public
|
|
1533
1731
|
* <p>The name of the target group. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a
|
|
1534
1732
|
* hyphen as the first or last character, or immediately after another hyphen.</p>
|
|
1535
1733
|
*/
|
|
1536
1734
|
name: string | undefined;
|
|
1537
1735
|
/**
|
|
1736
|
+
* @public
|
|
1538
1737
|
* <p>The type of target group.</p>
|
|
1539
1738
|
*/
|
|
1540
1739
|
type: TargetGroupType | string | undefined;
|
|
1541
1740
|
/**
|
|
1741
|
+
* @public
|
|
1542
1742
|
* <p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this
|
|
1543
1743
|
* parameter doesn't apply.</p>
|
|
1544
1744
|
*/
|
|
1545
1745
|
config?: TargetGroupConfig;
|
|
1546
1746
|
/**
|
|
1747
|
+
* @public
|
|
1547
1748
|
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1548
1749
|
* the idempotency of the request. If you retry a request that completed successfully using
|
|
1549
1750
|
* the same client token and parameters, the retry succeeds without performing any actions.
|
|
@@ -1551,6 +1752,7 @@ export interface CreateTargetGroupRequest {
|
|
|
1551
1752
|
*/
|
|
1552
1753
|
clientToken?: string;
|
|
1553
1754
|
/**
|
|
1755
|
+
* @public
|
|
1554
1756
|
* <p>The tags for the target group.</p>
|
|
1555
1757
|
*/
|
|
1556
1758
|
tags?: Record<string, string>;
|
|
@@ -1590,27 +1792,33 @@ export type TargetGroupStatus = (typeof TargetGroupStatus)[keyof typeof TargetGr
|
|
|
1590
1792
|
*/
|
|
1591
1793
|
export interface CreateTargetGroupResponse {
|
|
1592
1794
|
/**
|
|
1795
|
+
* @public
|
|
1593
1796
|
* <p>The ID of the target group.</p>
|
|
1594
1797
|
*/
|
|
1595
1798
|
id?: string;
|
|
1596
1799
|
/**
|
|
1800
|
+
* @public
|
|
1597
1801
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
1598
1802
|
*/
|
|
1599
1803
|
arn?: string;
|
|
1600
1804
|
/**
|
|
1805
|
+
* @public
|
|
1601
1806
|
* <p>The name of the target group.</p>
|
|
1602
1807
|
*/
|
|
1603
1808
|
name?: string;
|
|
1604
1809
|
/**
|
|
1810
|
+
* @public
|
|
1605
1811
|
* <p>The type of target group.</p>
|
|
1606
1812
|
*/
|
|
1607
1813
|
type?: TargetGroupType | string;
|
|
1608
1814
|
/**
|
|
1815
|
+
* @public
|
|
1609
1816
|
* <p>The target group configuration. If <code>type</code> is set to <code>LAMBDA</code>, this
|
|
1610
1817
|
* parameter doesn't apply.</p>
|
|
1611
1818
|
*/
|
|
1612
1819
|
config?: TargetGroupConfig;
|
|
1613
1820
|
/**
|
|
1821
|
+
* @public
|
|
1614
1822
|
* <p>The operation's status. You can retry the operation if the status is
|
|
1615
1823
|
* <code>CREATE_FAILED</code>. However, if you retry it while the status is
|
|
1616
1824
|
* <code>CREATE_IN_PROGRESS</code>, there is no change in the status. </p>
|
|
@@ -1622,6 +1830,7 @@ export interface CreateTargetGroupResponse {
|
|
|
1622
1830
|
*/
|
|
1623
1831
|
export interface DeleteAuthPolicyRequest {
|
|
1624
1832
|
/**
|
|
1833
|
+
* @public
|
|
1625
1834
|
* <p>The ID or Amazon Resource Name (ARN) of the resource.</p>
|
|
1626
1835
|
*/
|
|
1627
1836
|
resourceIdentifier: string | undefined;
|
|
@@ -1636,10 +1845,12 @@ export interface DeleteAuthPolicyResponse {
|
|
|
1636
1845
|
*/
|
|
1637
1846
|
export interface DeleteListenerRequest {
|
|
1638
1847
|
/**
|
|
1848
|
+
* @public
|
|
1639
1849
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
1640
1850
|
*/
|
|
1641
1851
|
serviceIdentifier: string | undefined;
|
|
1642
1852
|
/**
|
|
1853
|
+
* @public
|
|
1643
1854
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
1644
1855
|
*/
|
|
1645
1856
|
listenerIdentifier: string | undefined;
|
|
@@ -1654,6 +1865,7 @@ export interface DeleteListenerResponse {
|
|
|
1654
1865
|
*/
|
|
1655
1866
|
export interface DeleteResourcePolicyRequest {
|
|
1656
1867
|
/**
|
|
1868
|
+
* @public
|
|
1657
1869
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
1658
1870
|
*/
|
|
1659
1871
|
resourceArn: string | undefined;
|
|
@@ -1668,14 +1880,17 @@ export interface DeleteResourcePolicyResponse {
|
|
|
1668
1880
|
*/
|
|
1669
1881
|
export interface DeleteRuleRequest {
|
|
1670
1882
|
/**
|
|
1883
|
+
* @public
|
|
1671
1884
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
1672
1885
|
*/
|
|
1673
1886
|
serviceIdentifier: string | undefined;
|
|
1674
1887
|
/**
|
|
1888
|
+
* @public
|
|
1675
1889
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
1676
1890
|
*/
|
|
1677
1891
|
listenerIdentifier: string | undefined;
|
|
1678
1892
|
/**
|
|
1893
|
+
* @public
|
|
1679
1894
|
* <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
|
|
1680
1895
|
*/
|
|
1681
1896
|
ruleIdentifier: string | undefined;
|
|
@@ -1690,6 +1905,7 @@ export interface DeleteRuleResponse {
|
|
|
1690
1905
|
*/
|
|
1691
1906
|
export interface DeleteServiceRequest {
|
|
1692
1907
|
/**
|
|
1908
|
+
* @public
|
|
1693
1909
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
1694
1910
|
*/
|
|
1695
1911
|
serviceIdentifier: string | undefined;
|
|
@@ -1699,18 +1915,22 @@ export interface DeleteServiceRequest {
|
|
|
1699
1915
|
*/
|
|
1700
1916
|
export interface DeleteServiceResponse {
|
|
1701
1917
|
/**
|
|
1918
|
+
* @public
|
|
1702
1919
|
* <p>The ID of the service.</p>
|
|
1703
1920
|
*/
|
|
1704
1921
|
id?: string;
|
|
1705
1922
|
/**
|
|
1923
|
+
* @public
|
|
1706
1924
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1707
1925
|
*/
|
|
1708
1926
|
arn?: string;
|
|
1709
1927
|
/**
|
|
1928
|
+
* @public
|
|
1710
1929
|
* <p>The name of the service.</p>
|
|
1711
1930
|
*/
|
|
1712
1931
|
name?: string;
|
|
1713
1932
|
/**
|
|
1933
|
+
* @public
|
|
1714
1934
|
* <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
|
|
1715
1935
|
* However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
|
|
1716
1936
|
* change.</p>
|
|
@@ -1722,6 +1942,7 @@ export interface DeleteServiceResponse {
|
|
|
1722
1942
|
*/
|
|
1723
1943
|
export interface DeleteServiceNetworkRequest {
|
|
1724
1944
|
/**
|
|
1945
|
+
* @public
|
|
1725
1946
|
* <p>The Amazon Resource Name (ARN) or ID of the service network.</p>
|
|
1726
1947
|
*/
|
|
1727
1948
|
serviceNetworkIdentifier: string | undefined;
|
|
@@ -1736,6 +1957,7 @@ export interface DeleteServiceNetworkResponse {
|
|
|
1736
1957
|
*/
|
|
1737
1958
|
export interface DeleteServiceNetworkServiceAssociationRequest {
|
|
1738
1959
|
/**
|
|
1960
|
+
* @public
|
|
1739
1961
|
* <p>The ID or Amazon Resource Name (ARN) of the association.</p>
|
|
1740
1962
|
*/
|
|
1741
1963
|
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
@@ -1745,16 +1967,19 @@ export interface DeleteServiceNetworkServiceAssociationRequest {
|
|
|
1745
1967
|
*/
|
|
1746
1968
|
export interface DeleteServiceNetworkServiceAssociationResponse {
|
|
1747
1969
|
/**
|
|
1970
|
+
* @public
|
|
1748
1971
|
* <p>The ID of the association.</p>
|
|
1749
1972
|
*/
|
|
1750
1973
|
id?: string;
|
|
1751
1974
|
/**
|
|
1975
|
+
* @public
|
|
1752
1976
|
* <p>The operation's status. You can retry the operation if the status is
|
|
1753
1977
|
* <code>DELETE_FAILED</code>. However, if you retry it when the status is
|
|
1754
1978
|
* <code>DELETE_IN_PROGRESS</code>, there is no change in the status.</p>
|
|
1755
1979
|
*/
|
|
1756
1980
|
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
1757
1981
|
/**
|
|
1982
|
+
* @public
|
|
1758
1983
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
1759
1984
|
*/
|
|
1760
1985
|
arn?: string;
|
|
@@ -1764,6 +1989,7 @@ export interface DeleteServiceNetworkServiceAssociationResponse {
|
|
|
1764
1989
|
*/
|
|
1765
1990
|
export interface DeleteServiceNetworkVpcAssociationRequest {
|
|
1766
1991
|
/**
|
|
1992
|
+
* @public
|
|
1767
1993
|
* <p>The ID or Amazon Resource Name (ARN) of the association.</p>
|
|
1768
1994
|
*/
|
|
1769
1995
|
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
@@ -1773,16 +1999,19 @@ export interface DeleteServiceNetworkVpcAssociationRequest {
|
|
|
1773
1999
|
*/
|
|
1774
2000
|
export interface DeleteServiceNetworkVpcAssociationResponse {
|
|
1775
2001
|
/**
|
|
2002
|
+
* @public
|
|
1776
2003
|
* <p>The ID of the association.</p>
|
|
1777
2004
|
*/
|
|
1778
2005
|
id?: string;
|
|
1779
2006
|
/**
|
|
2007
|
+
* @public
|
|
1780
2008
|
* <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
|
|
1781
2009
|
* However, if you retry it when the status is <code>DELETE_IN_PROGRESS</code>, there is no change
|
|
1782
2010
|
* in the status.</p>
|
|
1783
2011
|
*/
|
|
1784
2012
|
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
1785
2013
|
/**
|
|
2014
|
+
* @public
|
|
1786
2015
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
1787
2016
|
*/
|
|
1788
2017
|
arn?: string;
|
|
@@ -1792,6 +2021,7 @@ export interface DeleteServiceNetworkVpcAssociationResponse {
|
|
|
1792
2021
|
*/
|
|
1793
2022
|
export interface DeleteTargetGroupRequest {
|
|
1794
2023
|
/**
|
|
2024
|
+
* @public
|
|
1795
2025
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
1796
2026
|
*/
|
|
1797
2027
|
targetGroupIdentifier: string | undefined;
|
|
@@ -1801,14 +2031,17 @@ export interface DeleteTargetGroupRequest {
|
|
|
1801
2031
|
*/
|
|
1802
2032
|
export interface DeleteTargetGroupResponse {
|
|
1803
2033
|
/**
|
|
2034
|
+
* @public
|
|
1804
2035
|
* <p>The ID of the target group.</p>
|
|
1805
2036
|
*/
|
|
1806
2037
|
id?: string;
|
|
1807
2038
|
/**
|
|
2039
|
+
* @public
|
|
1808
2040
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
1809
2041
|
*/
|
|
1810
2042
|
arn?: string;
|
|
1811
2043
|
/**
|
|
2044
|
+
* @public
|
|
1812
2045
|
* <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
|
|
1813
2046
|
* However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, the status doesn't
|
|
1814
2047
|
* change.</p>
|
|
@@ -1821,6 +2054,7 @@ export interface DeleteTargetGroupResponse {
|
|
|
1821
2054
|
*/
|
|
1822
2055
|
export interface Target {
|
|
1823
2056
|
/**
|
|
2057
|
+
* @public
|
|
1824
2058
|
* <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
|
|
1825
2059
|
* is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
|
|
1826
2060
|
* type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
|
|
@@ -1828,6 +2062,7 @@ export interface Target {
|
|
|
1828
2062
|
*/
|
|
1829
2063
|
id: string | undefined;
|
|
1830
2064
|
/**
|
|
2065
|
+
* @public
|
|
1831
2066
|
* <p>The port on which the target is listening. For HTTP, the default is <code>80</code>. For
|
|
1832
2067
|
* HTTPS, the default is <code>443</code>.</p>
|
|
1833
2068
|
*/
|
|
@@ -1838,10 +2073,12 @@ export interface Target {
|
|
|
1838
2073
|
*/
|
|
1839
2074
|
export interface DeregisterTargetsRequest {
|
|
1840
2075
|
/**
|
|
2076
|
+
* @public
|
|
1841
2077
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
1842
2078
|
*/
|
|
1843
2079
|
targetGroupIdentifier: string | undefined;
|
|
1844
2080
|
/**
|
|
2081
|
+
* @public
|
|
1845
2082
|
* <p>The targets to deregister.</p>
|
|
1846
2083
|
*/
|
|
1847
2084
|
targets: Target[] | undefined;
|
|
@@ -1852,6 +2089,7 @@ export interface DeregisterTargetsRequest {
|
|
|
1852
2089
|
*/
|
|
1853
2090
|
export interface TargetFailure {
|
|
1854
2091
|
/**
|
|
2092
|
+
* @public
|
|
1855
2093
|
* <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
|
|
1856
2094
|
* is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
|
|
1857
2095
|
* type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
|
|
@@ -1859,15 +2097,18 @@ export interface TargetFailure {
|
|
|
1859
2097
|
*/
|
|
1860
2098
|
id?: string;
|
|
1861
2099
|
/**
|
|
2100
|
+
* @public
|
|
1862
2101
|
* <p>The port on which the target is listening. This parameter doesn't apply if the target is a
|
|
1863
2102
|
* Lambda function.</p>
|
|
1864
2103
|
*/
|
|
1865
2104
|
port?: number;
|
|
1866
2105
|
/**
|
|
2106
|
+
* @public
|
|
1867
2107
|
* <p>The failure code.</p>
|
|
1868
2108
|
*/
|
|
1869
2109
|
failureCode?: string;
|
|
1870
2110
|
/**
|
|
2111
|
+
* @public
|
|
1871
2112
|
* <p>The failure message.</p>
|
|
1872
2113
|
*/
|
|
1873
2114
|
failureMessage?: string;
|
|
@@ -1877,10 +2118,12 @@ export interface TargetFailure {
|
|
|
1877
2118
|
*/
|
|
1878
2119
|
export interface DeregisterTargetsResponse {
|
|
1879
2120
|
/**
|
|
2121
|
+
* @public
|
|
1880
2122
|
* <p>The targets that were successfully deregistered.</p>
|
|
1881
2123
|
*/
|
|
1882
2124
|
successful?: Target[];
|
|
1883
2125
|
/**
|
|
2126
|
+
* @public
|
|
1884
2127
|
* <p>The targets that the operation couldn't deregister.</p>
|
|
1885
2128
|
*/
|
|
1886
2129
|
unsuccessful?: TargetFailure[];
|
|
@@ -1890,6 +2133,7 @@ export interface DeregisterTargetsResponse {
|
|
|
1890
2133
|
*/
|
|
1891
2134
|
export interface GetAuthPolicyRequest {
|
|
1892
2135
|
/**
|
|
2136
|
+
* @public
|
|
1893
2137
|
* <p>The ID or Amazon Resource Name (ARN) of the service network or service.</p>
|
|
1894
2138
|
*/
|
|
1895
2139
|
resourceIdentifier: string | undefined;
|
|
@@ -1899,10 +2143,12 @@ export interface GetAuthPolicyRequest {
|
|
|
1899
2143
|
*/
|
|
1900
2144
|
export interface GetAuthPolicyResponse {
|
|
1901
2145
|
/**
|
|
2146
|
+
* @public
|
|
1902
2147
|
* <p>The auth policy.</p>
|
|
1903
2148
|
*/
|
|
1904
2149
|
policy?: string;
|
|
1905
2150
|
/**
|
|
2151
|
+
* @public
|
|
1906
2152
|
* <p>The state of the auth policy. The auth policy is only active when the auth type is set to
|
|
1907
2153
|
* <code>AWS_IAM</code>. If you provide a policy, then authentication and
|
|
1908
2154
|
* authorization decisions are made based on this policy and the client's IAM policy. If the auth
|
|
@@ -1912,10 +2158,12 @@ export interface GetAuthPolicyResponse {
|
|
|
1912
2158
|
*/
|
|
1913
2159
|
state?: AuthPolicyState | string;
|
|
1914
2160
|
/**
|
|
2161
|
+
* @public
|
|
1915
2162
|
* <p>The date and time that the auth policy was created, specified in ISO-8601 format.</p>
|
|
1916
2163
|
*/
|
|
1917
2164
|
createdAt?: Date;
|
|
1918
2165
|
/**
|
|
2166
|
+
* @public
|
|
1919
2167
|
* <p>The date and time that the auth policy was last updated, specified in ISO-8601
|
|
1920
2168
|
* format.</p>
|
|
1921
2169
|
*/
|
|
@@ -1926,10 +2174,12 @@ export interface GetAuthPolicyResponse {
|
|
|
1926
2174
|
*/
|
|
1927
2175
|
export interface GetListenerRequest {
|
|
1928
2176
|
/**
|
|
2177
|
+
* @public
|
|
1929
2178
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
1930
2179
|
*/
|
|
1931
2180
|
serviceIdentifier: string | undefined;
|
|
1932
2181
|
/**
|
|
2182
|
+
* @public
|
|
1933
2183
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
1934
2184
|
*/
|
|
1935
2185
|
listenerIdentifier: string | undefined;
|
|
@@ -1939,42 +2189,52 @@ export interface GetListenerRequest {
|
|
|
1939
2189
|
*/
|
|
1940
2190
|
export interface GetListenerResponse {
|
|
1941
2191
|
/**
|
|
2192
|
+
* @public
|
|
1942
2193
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
1943
2194
|
*/
|
|
1944
2195
|
arn?: string;
|
|
1945
2196
|
/**
|
|
2197
|
+
* @public
|
|
1946
2198
|
* <p>The ID of the listener.</p>
|
|
1947
2199
|
*/
|
|
1948
2200
|
id?: string;
|
|
1949
2201
|
/**
|
|
2202
|
+
* @public
|
|
1950
2203
|
* <p>The name of the listener.</p>
|
|
1951
2204
|
*/
|
|
1952
2205
|
name?: string;
|
|
1953
2206
|
/**
|
|
2207
|
+
* @public
|
|
1954
2208
|
* <p>The listener protocol.</p>
|
|
1955
2209
|
*/
|
|
1956
2210
|
protocol?: ListenerProtocol | string;
|
|
1957
2211
|
/**
|
|
2212
|
+
* @public
|
|
1958
2213
|
* <p>The listener port.</p>
|
|
1959
2214
|
*/
|
|
1960
2215
|
port?: number;
|
|
1961
2216
|
/**
|
|
2217
|
+
* @public
|
|
1962
2218
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
1963
2219
|
*/
|
|
1964
2220
|
serviceArn?: string;
|
|
1965
2221
|
/**
|
|
2222
|
+
* @public
|
|
1966
2223
|
* <p>The ID of the service.</p>
|
|
1967
2224
|
*/
|
|
1968
2225
|
serviceId?: string;
|
|
1969
2226
|
/**
|
|
2227
|
+
* @public
|
|
1970
2228
|
* <p>The actions for the default listener rule.</p>
|
|
1971
2229
|
*/
|
|
1972
2230
|
defaultAction?: RuleAction;
|
|
1973
2231
|
/**
|
|
2232
|
+
* @public
|
|
1974
2233
|
* <p>The date and time that the listener was created, specified in ISO-8601 format.</p>
|
|
1975
2234
|
*/
|
|
1976
2235
|
createdAt?: Date;
|
|
1977
2236
|
/**
|
|
2237
|
+
* @public
|
|
1978
2238
|
* <p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>
|
|
1979
2239
|
*/
|
|
1980
2240
|
lastUpdatedAt?: Date;
|
|
@@ -1984,6 +2244,7 @@ export interface GetListenerResponse {
|
|
|
1984
2244
|
*/
|
|
1985
2245
|
export interface GetResourcePolicyRequest {
|
|
1986
2246
|
/**
|
|
2247
|
+
* @public
|
|
1987
2248
|
* <p>The Amazon Resource Name (ARN) of the service network or service.</p>
|
|
1988
2249
|
*/
|
|
1989
2250
|
resourceArn: string | undefined;
|
|
@@ -1993,6 +2254,7 @@ export interface GetResourcePolicyRequest {
|
|
|
1993
2254
|
*/
|
|
1994
2255
|
export interface GetResourcePolicyResponse {
|
|
1995
2256
|
/**
|
|
2257
|
+
* @public
|
|
1996
2258
|
* <p>An IAM policy.</p>
|
|
1997
2259
|
*/
|
|
1998
2260
|
policy?: string;
|
|
@@ -2002,14 +2264,17 @@ export interface GetResourcePolicyResponse {
|
|
|
2002
2264
|
*/
|
|
2003
2265
|
export interface GetRuleRequest {
|
|
2004
2266
|
/**
|
|
2267
|
+
* @public
|
|
2005
2268
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2006
2269
|
*/
|
|
2007
2270
|
serviceIdentifier: string | undefined;
|
|
2008
2271
|
/**
|
|
2272
|
+
* @public
|
|
2009
2273
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
2010
2274
|
*/
|
|
2011
2275
|
listenerIdentifier: string | undefined;
|
|
2012
2276
|
/**
|
|
2277
|
+
* @public
|
|
2013
2278
|
* <p>The ID or Amazon Resource Name (ARN) of the listener rule.</p>
|
|
2014
2279
|
*/
|
|
2015
2280
|
ruleIdentifier: string | undefined;
|
|
@@ -2019,38 +2284,47 @@ export interface GetRuleRequest {
|
|
|
2019
2284
|
*/
|
|
2020
2285
|
export interface GetRuleResponse {
|
|
2021
2286
|
/**
|
|
2287
|
+
* @public
|
|
2022
2288
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
2023
2289
|
*/
|
|
2024
2290
|
arn?: string;
|
|
2025
2291
|
/**
|
|
2292
|
+
* @public
|
|
2026
2293
|
* <p>The ID of the listener.</p>
|
|
2027
2294
|
*/
|
|
2028
2295
|
id?: string;
|
|
2029
2296
|
/**
|
|
2297
|
+
* @public
|
|
2030
2298
|
* <p>The name of the listener.</p>
|
|
2031
2299
|
*/
|
|
2032
2300
|
name?: string;
|
|
2033
2301
|
/**
|
|
2302
|
+
* @public
|
|
2034
2303
|
* <p>Indicates whether this is the default rule.</p>
|
|
2035
2304
|
*/
|
|
2036
2305
|
isDefault?: boolean;
|
|
2037
2306
|
/**
|
|
2307
|
+
* @public
|
|
2038
2308
|
* <p>The rule match.</p>
|
|
2039
2309
|
*/
|
|
2040
2310
|
match?: RuleMatch;
|
|
2041
2311
|
/**
|
|
2312
|
+
* @public
|
|
2042
2313
|
* <p>The priority level for the specified rule.</p>
|
|
2043
2314
|
*/
|
|
2044
2315
|
priority?: number;
|
|
2045
2316
|
/**
|
|
2317
|
+
* @public
|
|
2046
2318
|
* <p>The action for the default rule.</p>
|
|
2047
2319
|
*/
|
|
2048
2320
|
action?: RuleAction;
|
|
2049
2321
|
/**
|
|
2322
|
+
* @public
|
|
2050
2323
|
* <p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>
|
|
2051
2324
|
*/
|
|
2052
2325
|
createdAt?: Date;
|
|
2053
2326
|
/**
|
|
2327
|
+
* @public
|
|
2054
2328
|
* <p>The date and time that the listener rule was last updated, specified in ISO-8601
|
|
2055
2329
|
* format.</p>
|
|
2056
2330
|
*/
|
|
@@ -2061,6 +2335,7 @@ export interface GetRuleResponse {
|
|
|
2061
2335
|
*/
|
|
2062
2336
|
export interface GetServiceRequest {
|
|
2063
2337
|
/**
|
|
2338
|
+
* @public
|
|
2064
2339
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2065
2340
|
*/
|
|
2066
2341
|
serviceIdentifier: string | undefined;
|
|
@@ -2070,50 +2345,62 @@ export interface GetServiceRequest {
|
|
|
2070
2345
|
*/
|
|
2071
2346
|
export interface GetServiceResponse {
|
|
2072
2347
|
/**
|
|
2348
|
+
* @public
|
|
2073
2349
|
* <p>The ID of the service.</p>
|
|
2074
2350
|
*/
|
|
2075
2351
|
id?: string;
|
|
2076
2352
|
/**
|
|
2353
|
+
* @public
|
|
2077
2354
|
* <p>The name of the service.</p>
|
|
2078
2355
|
*/
|
|
2079
2356
|
name?: string;
|
|
2080
2357
|
/**
|
|
2358
|
+
* @public
|
|
2081
2359
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
2082
2360
|
*/
|
|
2083
2361
|
arn?: string;
|
|
2084
2362
|
/**
|
|
2363
|
+
* @public
|
|
2085
2364
|
* <p>The date and time that the service was created, specified in ISO-8601 format.</p>
|
|
2086
2365
|
*/
|
|
2087
2366
|
createdAt?: Date;
|
|
2088
2367
|
/**
|
|
2368
|
+
* @public
|
|
2089
2369
|
* <p>The date and time that the service was last updated, specified in ISO-8601 format.</p>
|
|
2090
2370
|
*/
|
|
2091
2371
|
lastUpdatedAt?: Date;
|
|
2092
2372
|
/**
|
|
2373
|
+
* @public
|
|
2093
2374
|
* <p>The DNS name of the service.</p>
|
|
2094
2375
|
*/
|
|
2095
2376
|
dnsEntry?: DnsEntry;
|
|
2096
2377
|
/**
|
|
2378
|
+
* @public
|
|
2097
2379
|
* <p>The custom domain name of the service.</p>
|
|
2098
2380
|
*/
|
|
2099
2381
|
customDomainName?: string;
|
|
2100
2382
|
/**
|
|
2383
|
+
* @public
|
|
2101
2384
|
* <p>The Amazon Resource Name (ARN) of the certificate.</p>
|
|
2102
2385
|
*/
|
|
2103
2386
|
certificateArn?: string;
|
|
2104
2387
|
/**
|
|
2388
|
+
* @public
|
|
2105
2389
|
* <p>The status of the service.</p>
|
|
2106
2390
|
*/
|
|
2107
2391
|
status?: ServiceStatus | string;
|
|
2108
2392
|
/**
|
|
2393
|
+
* @public
|
|
2109
2394
|
* <p>The type of IAM policy.</p>
|
|
2110
2395
|
*/
|
|
2111
2396
|
authType?: AuthType | string;
|
|
2112
2397
|
/**
|
|
2398
|
+
* @public
|
|
2113
2399
|
* <p>The failure code.</p>
|
|
2114
2400
|
*/
|
|
2115
2401
|
failureCode?: string;
|
|
2116
2402
|
/**
|
|
2403
|
+
* @public
|
|
2117
2404
|
* <p>The failure message.</p>
|
|
2118
2405
|
*/
|
|
2119
2406
|
failureMessage?: string;
|
|
@@ -2123,6 +2410,7 @@ export interface GetServiceResponse {
|
|
|
2123
2410
|
*/
|
|
2124
2411
|
export interface GetServiceNetworkRequest {
|
|
2125
2412
|
/**
|
|
2413
|
+
* @public
|
|
2126
2414
|
* <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
|
|
2127
2415
|
*/
|
|
2128
2416
|
serviceNetworkIdentifier: string | undefined;
|
|
@@ -2132,34 +2420,42 @@ export interface GetServiceNetworkRequest {
|
|
|
2132
2420
|
*/
|
|
2133
2421
|
export interface GetServiceNetworkResponse {
|
|
2134
2422
|
/**
|
|
2423
|
+
* @public
|
|
2135
2424
|
* <p>The ID of the service network.</p>
|
|
2136
2425
|
*/
|
|
2137
2426
|
id?: string;
|
|
2138
2427
|
/**
|
|
2428
|
+
* @public
|
|
2139
2429
|
* <p>The name of the service network.</p>
|
|
2140
2430
|
*/
|
|
2141
2431
|
name?: string;
|
|
2142
2432
|
/**
|
|
2433
|
+
* @public
|
|
2143
2434
|
* <p>The date and time that the service network was created, specified in ISO-8601 format.</p>
|
|
2144
2435
|
*/
|
|
2145
2436
|
createdAt?: Date;
|
|
2146
2437
|
/**
|
|
2438
|
+
* @public
|
|
2147
2439
|
* <p>The date and time of the last update, specified in ISO-8601 format.</p>
|
|
2148
2440
|
*/
|
|
2149
2441
|
lastUpdatedAt?: Date;
|
|
2150
2442
|
/**
|
|
2443
|
+
* @public
|
|
2151
2444
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2152
2445
|
*/
|
|
2153
2446
|
arn?: string;
|
|
2154
2447
|
/**
|
|
2448
|
+
* @public
|
|
2155
2449
|
* <p>The type of IAM policy.</p>
|
|
2156
2450
|
*/
|
|
2157
2451
|
authType?: AuthType | string;
|
|
2158
2452
|
/**
|
|
2453
|
+
* @public
|
|
2159
2454
|
* <p>The number of VPCs associated with the service network.</p>
|
|
2160
2455
|
*/
|
|
2161
2456
|
numberOfAssociatedVPCs?: number;
|
|
2162
2457
|
/**
|
|
2458
|
+
* @public
|
|
2163
2459
|
* <p>The number of services associated with the service network.</p>
|
|
2164
2460
|
*/
|
|
2165
2461
|
numberOfAssociatedServices?: number;
|
|
@@ -2169,6 +2465,7 @@ export interface GetServiceNetworkResponse {
|
|
|
2169
2465
|
*/
|
|
2170
2466
|
export interface GetServiceNetworkServiceAssociationRequest {
|
|
2171
2467
|
/**
|
|
2468
|
+
* @public
|
|
2172
2469
|
* <p>The ID or Amazon Resource Name (ARN) of the association.</p>
|
|
2173
2470
|
*/
|
|
2174
2471
|
serviceNetworkServiceAssociationIdentifier: string | undefined;
|
|
@@ -2178,62 +2475,77 @@ export interface GetServiceNetworkServiceAssociationRequest {
|
|
|
2178
2475
|
*/
|
|
2179
2476
|
export interface GetServiceNetworkServiceAssociationResponse {
|
|
2180
2477
|
/**
|
|
2478
|
+
* @public
|
|
2181
2479
|
* <p>The ID of the service network and service association.</p>
|
|
2182
2480
|
*/
|
|
2183
2481
|
id?: string;
|
|
2184
2482
|
/**
|
|
2483
|
+
* @public
|
|
2185
2484
|
* <p>The status of the association.</p>
|
|
2186
2485
|
*/
|
|
2187
2486
|
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
2188
2487
|
/**
|
|
2488
|
+
* @public
|
|
2189
2489
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
2190
2490
|
*/
|
|
2191
2491
|
arn?: string;
|
|
2192
2492
|
/**
|
|
2493
|
+
* @public
|
|
2193
2494
|
* <p>The account that created the association.</p>
|
|
2194
2495
|
*/
|
|
2195
2496
|
createdBy?: string;
|
|
2196
2497
|
/**
|
|
2498
|
+
* @public
|
|
2197
2499
|
* <p>The date and time that the association was created, specified in ISO-8601 format.</p>
|
|
2198
2500
|
*/
|
|
2199
2501
|
createdAt?: Date;
|
|
2200
2502
|
/**
|
|
2503
|
+
* @public
|
|
2201
2504
|
* <p>The ID of the service.</p>
|
|
2202
2505
|
*/
|
|
2203
2506
|
serviceId?: string;
|
|
2204
2507
|
/**
|
|
2508
|
+
* @public
|
|
2205
2509
|
* <p>The name of the service.</p>
|
|
2206
2510
|
*/
|
|
2207
2511
|
serviceName?: string;
|
|
2208
2512
|
/**
|
|
2513
|
+
* @public
|
|
2209
2514
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
2210
2515
|
*/
|
|
2211
2516
|
serviceArn?: string;
|
|
2212
2517
|
/**
|
|
2518
|
+
* @public
|
|
2213
2519
|
* <p>The ID of the service network.</p>
|
|
2214
2520
|
*/
|
|
2215
2521
|
serviceNetworkId?: string;
|
|
2216
2522
|
/**
|
|
2523
|
+
* @public
|
|
2217
2524
|
* <p>The name of the service network.</p>
|
|
2218
2525
|
*/
|
|
2219
2526
|
serviceNetworkName?: string;
|
|
2220
2527
|
/**
|
|
2528
|
+
* @public
|
|
2221
2529
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2222
2530
|
*/
|
|
2223
2531
|
serviceNetworkArn?: string;
|
|
2224
2532
|
/**
|
|
2533
|
+
* @public
|
|
2225
2534
|
* <p>The DNS name of the service.</p>
|
|
2226
2535
|
*/
|
|
2227
2536
|
dnsEntry?: DnsEntry;
|
|
2228
2537
|
/**
|
|
2538
|
+
* @public
|
|
2229
2539
|
* <p>The custom domain name of the service. </p>
|
|
2230
2540
|
*/
|
|
2231
2541
|
customDomainName?: string;
|
|
2232
2542
|
/**
|
|
2543
|
+
* @public
|
|
2233
2544
|
* <p>The failure message.</p>
|
|
2234
2545
|
*/
|
|
2235
2546
|
failureMessage?: string;
|
|
2236
2547
|
/**
|
|
2548
|
+
* @public
|
|
2237
2549
|
* <p>The failure code.</p>
|
|
2238
2550
|
*/
|
|
2239
2551
|
failureCode?: string;
|
|
@@ -2243,6 +2555,7 @@ export interface GetServiceNetworkServiceAssociationResponse {
|
|
|
2243
2555
|
*/
|
|
2244
2556
|
export interface GetServiceNetworkVpcAssociationRequest {
|
|
2245
2557
|
/**
|
|
2558
|
+
* @public
|
|
2246
2559
|
* <p>The ID or Amazon Resource Name (ARN) of the association.</p>
|
|
2247
2560
|
*/
|
|
2248
2561
|
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
@@ -2252,54 +2565,67 @@ export interface GetServiceNetworkVpcAssociationRequest {
|
|
|
2252
2565
|
*/
|
|
2253
2566
|
export interface GetServiceNetworkVpcAssociationResponse {
|
|
2254
2567
|
/**
|
|
2568
|
+
* @public
|
|
2255
2569
|
* <p>The ID of the specified association between the service network and the VPC.</p>
|
|
2256
2570
|
*/
|
|
2257
2571
|
id?: string;
|
|
2258
2572
|
/**
|
|
2573
|
+
* @public
|
|
2259
2574
|
* <p>The status of the association.</p>
|
|
2260
2575
|
*/
|
|
2261
2576
|
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
2262
2577
|
/**
|
|
2578
|
+
* @public
|
|
2263
2579
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
2264
2580
|
*/
|
|
2265
2581
|
arn?: string;
|
|
2266
2582
|
/**
|
|
2583
|
+
* @public
|
|
2267
2584
|
* <p>The account that created the association.</p>
|
|
2268
2585
|
*/
|
|
2269
2586
|
createdBy?: string;
|
|
2270
2587
|
/**
|
|
2588
|
+
* @public
|
|
2271
2589
|
* <p>The date and time that the association was created, specified in ISO-8601 format.</p>
|
|
2272
2590
|
*/
|
|
2273
2591
|
createdAt?: Date;
|
|
2274
2592
|
/**
|
|
2593
|
+
* @public
|
|
2275
2594
|
* <p>The ID of the service network.</p>
|
|
2276
2595
|
*/
|
|
2277
2596
|
serviceNetworkId?: string;
|
|
2278
2597
|
/**
|
|
2598
|
+
* @public
|
|
2279
2599
|
* <p>The name of the service network.</p>
|
|
2280
2600
|
*/
|
|
2281
2601
|
serviceNetworkName?: string;
|
|
2282
2602
|
/**
|
|
2603
|
+
* @public
|
|
2283
2604
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2284
2605
|
*/
|
|
2285
2606
|
serviceNetworkArn?: string;
|
|
2286
2607
|
/**
|
|
2608
|
+
* @public
|
|
2287
2609
|
* <p>The ID of the VPC.</p>
|
|
2288
2610
|
*/
|
|
2289
2611
|
vpcId?: string;
|
|
2290
2612
|
/**
|
|
2613
|
+
* @public
|
|
2291
2614
|
* <p>The IDs of the security groups.</p>
|
|
2292
2615
|
*/
|
|
2293
2616
|
securityGroupIds?: string[];
|
|
2294
2617
|
/**
|
|
2618
|
+
* @public
|
|
2295
2619
|
* <p>The failure message.</p>
|
|
2296
2620
|
*/
|
|
2297
2621
|
failureMessage?: string;
|
|
2298
2622
|
/**
|
|
2623
|
+
* @public
|
|
2299
2624
|
* <p>The failure code.</p>
|
|
2300
2625
|
*/
|
|
2301
2626
|
failureCode?: string;
|
|
2302
2627
|
/**
|
|
2628
|
+
* @public
|
|
2303
2629
|
* <p>The date and time that the association was last updated, specified in ISO-8601
|
|
2304
2630
|
* format.</p>
|
|
2305
2631
|
*/
|
|
@@ -2310,6 +2636,7 @@ export interface GetServiceNetworkVpcAssociationResponse {
|
|
|
2310
2636
|
*/
|
|
2311
2637
|
export interface GetTargetGroupRequest {
|
|
2312
2638
|
/**
|
|
2639
|
+
* @public
|
|
2313
2640
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
2314
2641
|
*/
|
|
2315
2642
|
targetGroupIdentifier: string | undefined;
|
|
@@ -2319,47 +2646,58 @@ export interface GetTargetGroupRequest {
|
|
|
2319
2646
|
*/
|
|
2320
2647
|
export interface GetTargetGroupResponse {
|
|
2321
2648
|
/**
|
|
2649
|
+
* @public
|
|
2322
2650
|
* <p>The ID of the target group.</p>
|
|
2323
2651
|
*/
|
|
2324
2652
|
id?: string;
|
|
2325
2653
|
/**
|
|
2654
|
+
* @public
|
|
2326
2655
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
2327
2656
|
*/
|
|
2328
2657
|
arn?: string;
|
|
2329
2658
|
/**
|
|
2659
|
+
* @public
|
|
2330
2660
|
* <p>The name of the target group.</p>
|
|
2331
2661
|
*/
|
|
2332
2662
|
name?: string;
|
|
2333
2663
|
/**
|
|
2664
|
+
* @public
|
|
2334
2665
|
* <p>The target group type.</p>
|
|
2335
2666
|
*/
|
|
2336
2667
|
type?: TargetGroupType | string;
|
|
2337
2668
|
/**
|
|
2669
|
+
* @public
|
|
2338
2670
|
* <p>The target group configuration.</p>
|
|
2339
2671
|
*/
|
|
2340
2672
|
config?: TargetGroupConfig;
|
|
2341
2673
|
/**
|
|
2674
|
+
* @public
|
|
2342
2675
|
* <p>The date and time that the target group was created, specified in ISO-8601 format.</p>
|
|
2343
2676
|
*/
|
|
2344
2677
|
createdAt?: Date;
|
|
2345
2678
|
/**
|
|
2679
|
+
* @public
|
|
2346
2680
|
* <p>The date and time that the target group was last updated, specified in ISO-8601
|
|
2347
2681
|
* format.</p>
|
|
2348
2682
|
*/
|
|
2349
2683
|
lastUpdatedAt?: Date;
|
|
2350
2684
|
/**
|
|
2685
|
+
* @public
|
|
2351
2686
|
* <p>The status.</p>
|
|
2352
2687
|
*/
|
|
2353
2688
|
status?: TargetGroupStatus | string;
|
|
2354
2689
|
/**
|
|
2690
|
+
* @public
|
|
2355
2691
|
* <p>The Amazon Resource Names (ARNs) of the service.</p>
|
|
2356
2692
|
*/
|
|
2357
2693
|
serviceArns?: string[];
|
|
2358
2694
|
/**
|
|
2695
|
+
* @public
|
|
2359
2696
|
* <p>The failure message.</p>
|
|
2360
2697
|
*/
|
|
2361
2698
|
failureMessage?: string;
|
|
2362
2699
|
/**
|
|
2700
|
+
* @public
|
|
2363
2701
|
* <p>The failure code.</p>
|
|
2364
2702
|
*/
|
|
2365
2703
|
failureCode?: string;
|
|
@@ -2369,14 +2707,17 @@ export interface GetTargetGroupResponse {
|
|
|
2369
2707
|
*/
|
|
2370
2708
|
export interface ListListenersRequest {
|
|
2371
2709
|
/**
|
|
2710
|
+
* @public
|
|
2372
2711
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2373
2712
|
*/
|
|
2374
2713
|
serviceIdentifier: string | undefined;
|
|
2375
2714
|
/**
|
|
2715
|
+
* @public
|
|
2376
2716
|
* <p>The maximum number of results to return.</p>
|
|
2377
2717
|
*/
|
|
2378
2718
|
maxResults?: number;
|
|
2379
2719
|
/**
|
|
2720
|
+
* @public
|
|
2380
2721
|
* <p>A pagination token for the next page of results.</p>
|
|
2381
2722
|
*/
|
|
2382
2723
|
nextToken?: string;
|
|
@@ -2387,30 +2728,37 @@ export interface ListListenersRequest {
|
|
|
2387
2728
|
*/
|
|
2388
2729
|
export interface ListenerSummary {
|
|
2389
2730
|
/**
|
|
2731
|
+
* @public
|
|
2390
2732
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
2391
2733
|
*/
|
|
2392
2734
|
arn?: string;
|
|
2393
2735
|
/**
|
|
2736
|
+
* @public
|
|
2394
2737
|
* <p>The ID of the listener.</p>
|
|
2395
2738
|
*/
|
|
2396
2739
|
id?: string;
|
|
2397
2740
|
/**
|
|
2741
|
+
* @public
|
|
2398
2742
|
* <p>The name of the listener.</p>
|
|
2399
2743
|
*/
|
|
2400
2744
|
name?: string;
|
|
2401
2745
|
/**
|
|
2746
|
+
* @public
|
|
2402
2747
|
* <p>The listener protocol.</p>
|
|
2403
2748
|
*/
|
|
2404
2749
|
protocol?: ListenerProtocol | string;
|
|
2405
2750
|
/**
|
|
2751
|
+
* @public
|
|
2406
2752
|
* <p>The listener port.</p>
|
|
2407
2753
|
*/
|
|
2408
2754
|
port?: number;
|
|
2409
2755
|
/**
|
|
2756
|
+
* @public
|
|
2410
2757
|
* <p>The date and time that the listener was created, specified in ISO-8601 format.</p>
|
|
2411
2758
|
*/
|
|
2412
2759
|
createdAt?: Date;
|
|
2413
2760
|
/**
|
|
2761
|
+
* @public
|
|
2414
2762
|
* <p>The date and time that the listener was last updated, specified in ISO-8601 format.</p>
|
|
2415
2763
|
*/
|
|
2416
2764
|
lastUpdatedAt?: Date;
|
|
@@ -2420,10 +2768,12 @@ export interface ListenerSummary {
|
|
|
2420
2768
|
*/
|
|
2421
2769
|
export interface ListListenersResponse {
|
|
2422
2770
|
/**
|
|
2771
|
+
* @public
|
|
2423
2772
|
* <p>Information about the listeners.</p>
|
|
2424
2773
|
*/
|
|
2425
2774
|
items: ListenerSummary[] | undefined;
|
|
2426
2775
|
/**
|
|
2776
|
+
* @public
|
|
2427
2777
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2428
2778
|
*/
|
|
2429
2779
|
nextToken?: string;
|
|
@@ -2433,14 +2783,17 @@ export interface ListListenersResponse {
|
|
|
2433
2783
|
*/
|
|
2434
2784
|
export interface UpdateListenerRequest {
|
|
2435
2785
|
/**
|
|
2786
|
+
* @public
|
|
2436
2787
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2437
2788
|
*/
|
|
2438
2789
|
serviceIdentifier: string | undefined;
|
|
2439
2790
|
/**
|
|
2791
|
+
* @public
|
|
2440
2792
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
2441
2793
|
*/
|
|
2442
2794
|
listenerIdentifier: string | undefined;
|
|
2443
2795
|
/**
|
|
2796
|
+
* @public
|
|
2444
2797
|
* <p>The action for the default rule.</p>
|
|
2445
2798
|
*/
|
|
2446
2799
|
defaultAction: RuleAction | undefined;
|
|
@@ -2450,34 +2803,42 @@ export interface UpdateListenerRequest {
|
|
|
2450
2803
|
*/
|
|
2451
2804
|
export interface UpdateListenerResponse {
|
|
2452
2805
|
/**
|
|
2806
|
+
* @public
|
|
2453
2807
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
2454
2808
|
*/
|
|
2455
2809
|
arn?: string;
|
|
2456
2810
|
/**
|
|
2811
|
+
* @public
|
|
2457
2812
|
* <p>The ID of the listener.</p>
|
|
2458
2813
|
*/
|
|
2459
2814
|
id?: string;
|
|
2460
2815
|
/**
|
|
2816
|
+
* @public
|
|
2461
2817
|
* <p>The name of the listener.</p>
|
|
2462
2818
|
*/
|
|
2463
2819
|
name?: string;
|
|
2464
2820
|
/**
|
|
2821
|
+
* @public
|
|
2465
2822
|
* <p>The protocol of the listener.</p>
|
|
2466
2823
|
*/
|
|
2467
2824
|
protocol?: ListenerProtocol | string;
|
|
2468
2825
|
/**
|
|
2826
|
+
* @public
|
|
2469
2827
|
* <p>The listener port.</p>
|
|
2470
2828
|
*/
|
|
2471
2829
|
port?: number;
|
|
2472
2830
|
/**
|
|
2831
|
+
* @public
|
|
2473
2832
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
2474
2833
|
*/
|
|
2475
2834
|
serviceArn?: string;
|
|
2476
2835
|
/**
|
|
2836
|
+
* @public
|
|
2477
2837
|
* <p>The ID of the service.</p>
|
|
2478
2838
|
*/
|
|
2479
2839
|
serviceId?: string;
|
|
2480
2840
|
/**
|
|
2841
|
+
* @public
|
|
2481
2842
|
* <p>The action for the default rule.</p>
|
|
2482
2843
|
*/
|
|
2483
2844
|
defaultAction?: RuleAction;
|
|
@@ -2487,18 +2848,22 @@ export interface UpdateListenerResponse {
|
|
|
2487
2848
|
*/
|
|
2488
2849
|
export interface ListRulesRequest {
|
|
2489
2850
|
/**
|
|
2851
|
+
* @public
|
|
2490
2852
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2491
2853
|
*/
|
|
2492
2854
|
serviceIdentifier: string | undefined;
|
|
2493
2855
|
/**
|
|
2856
|
+
* @public
|
|
2494
2857
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
2495
2858
|
*/
|
|
2496
2859
|
listenerIdentifier: string | undefined;
|
|
2497
2860
|
/**
|
|
2861
|
+
* @public
|
|
2498
2862
|
* <p>The maximum number of results to return.</p>
|
|
2499
2863
|
*/
|
|
2500
2864
|
maxResults?: number;
|
|
2501
2865
|
/**
|
|
2866
|
+
* @public
|
|
2502
2867
|
* <p>A pagination token for the next page of results.</p>
|
|
2503
2868
|
*/
|
|
2504
2869
|
nextToken?: string;
|
|
@@ -2509,32 +2874,39 @@ export interface ListRulesRequest {
|
|
|
2509
2874
|
*/
|
|
2510
2875
|
export interface RuleSummary {
|
|
2511
2876
|
/**
|
|
2877
|
+
* @public
|
|
2512
2878
|
* <p>The Amazon Resource Name (ARN) of the rule.</p>
|
|
2513
2879
|
*/
|
|
2514
2880
|
arn?: string;
|
|
2515
2881
|
/**
|
|
2882
|
+
* @public
|
|
2516
2883
|
* <p>The ID of the rule.</p>
|
|
2517
2884
|
*/
|
|
2518
2885
|
id?: string;
|
|
2519
2886
|
/**
|
|
2887
|
+
* @public
|
|
2520
2888
|
* <p>The name of the rule.</p>
|
|
2521
2889
|
*/
|
|
2522
2890
|
name?: string;
|
|
2523
2891
|
/**
|
|
2892
|
+
* @public
|
|
2524
2893
|
* <p>Indicates whether this is the default rule. Listener rules are created when you create a
|
|
2525
2894
|
* listener. Each listener has a default rule for checking connection requests.
|
|
2526
2895
|
* </p>
|
|
2527
2896
|
*/
|
|
2528
2897
|
isDefault?: boolean;
|
|
2529
2898
|
/**
|
|
2899
|
+
* @public
|
|
2530
2900
|
* <p> The priority of the rule. </p>
|
|
2531
2901
|
*/
|
|
2532
2902
|
priority?: number;
|
|
2533
2903
|
/**
|
|
2904
|
+
* @public
|
|
2534
2905
|
* <p>The date and time that the listener rule was created, specified in ISO-8601 format.</p>
|
|
2535
2906
|
*/
|
|
2536
2907
|
createdAt?: Date;
|
|
2537
2908
|
/**
|
|
2909
|
+
* @public
|
|
2538
2910
|
* <p>The date and time that the listener rule was last updated, specified in ISO-8601
|
|
2539
2911
|
* format.</p>
|
|
2540
2912
|
*/
|
|
@@ -2545,10 +2917,12 @@ export interface RuleSummary {
|
|
|
2545
2917
|
*/
|
|
2546
2918
|
export interface ListRulesResponse {
|
|
2547
2919
|
/**
|
|
2920
|
+
* @public
|
|
2548
2921
|
* <p>Information about the rules.</p>
|
|
2549
2922
|
*/
|
|
2550
2923
|
items: RuleSummary[] | undefined;
|
|
2551
2924
|
/**
|
|
2925
|
+
* @public
|
|
2552
2926
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2553
2927
|
*/
|
|
2554
2928
|
nextToken?: string;
|
|
@@ -2558,10 +2932,12 @@ export interface ListRulesResponse {
|
|
|
2558
2932
|
*/
|
|
2559
2933
|
export interface ListServiceNetworksRequest {
|
|
2560
2934
|
/**
|
|
2935
|
+
* @public
|
|
2561
2936
|
* <p>The maximum number of results to return.</p>
|
|
2562
2937
|
*/
|
|
2563
2938
|
maxResults?: number;
|
|
2564
2939
|
/**
|
|
2940
|
+
* @public
|
|
2565
2941
|
* <p>A pagination token for the next page of results.</p>
|
|
2566
2942
|
*/
|
|
2567
2943
|
nextToken?: string;
|
|
@@ -2572,31 +2948,38 @@ export interface ListServiceNetworksRequest {
|
|
|
2572
2948
|
*/
|
|
2573
2949
|
export interface ServiceNetworkSummary {
|
|
2574
2950
|
/**
|
|
2951
|
+
* @public
|
|
2575
2952
|
* <p>The ID of the service network.</p>
|
|
2576
2953
|
*/
|
|
2577
2954
|
id?: string;
|
|
2578
2955
|
/**
|
|
2956
|
+
* @public
|
|
2579
2957
|
* <p>The name of the service network.</p>
|
|
2580
2958
|
*/
|
|
2581
2959
|
name?: string;
|
|
2582
2960
|
/**
|
|
2961
|
+
* @public
|
|
2583
2962
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2584
2963
|
*/
|
|
2585
2964
|
arn?: string;
|
|
2586
2965
|
/**
|
|
2966
|
+
* @public
|
|
2587
2967
|
* <p>The date and time that the service network was created, specified in ISO-8601 format.</p>
|
|
2588
2968
|
*/
|
|
2589
2969
|
createdAt?: Date;
|
|
2590
2970
|
/**
|
|
2971
|
+
* @public
|
|
2591
2972
|
* <p>The date and time that the service network was last updated, specified in ISO-8601
|
|
2592
2973
|
* format.</p>
|
|
2593
2974
|
*/
|
|
2594
2975
|
lastUpdatedAt?: Date;
|
|
2595
2976
|
/**
|
|
2977
|
+
* @public
|
|
2596
2978
|
* <p>The number of VPCs associated with the service network.</p>
|
|
2597
2979
|
*/
|
|
2598
2980
|
numberOfAssociatedVPCs?: number;
|
|
2599
2981
|
/**
|
|
2982
|
+
* @public
|
|
2600
2983
|
* <p>The number of services associated with the service network.</p>
|
|
2601
2984
|
*/
|
|
2602
2985
|
numberOfAssociatedServices?: number;
|
|
@@ -2606,10 +2989,12 @@ export interface ServiceNetworkSummary {
|
|
|
2606
2989
|
*/
|
|
2607
2990
|
export interface ListServiceNetworksResponse {
|
|
2608
2991
|
/**
|
|
2992
|
+
* @public
|
|
2609
2993
|
* <p>Information about the service networks.</p>
|
|
2610
2994
|
*/
|
|
2611
2995
|
items: ServiceNetworkSummary[] | undefined;
|
|
2612
2996
|
/**
|
|
2997
|
+
* @public
|
|
2613
2998
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2614
2999
|
*/
|
|
2615
3000
|
nextToken?: string;
|
|
@@ -2619,18 +3004,22 @@ export interface ListServiceNetworksResponse {
|
|
|
2619
3004
|
*/
|
|
2620
3005
|
export interface ListServiceNetworkServiceAssociationsRequest {
|
|
2621
3006
|
/**
|
|
3007
|
+
* @public
|
|
2622
3008
|
* <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
|
|
2623
3009
|
*/
|
|
2624
3010
|
serviceNetworkIdentifier?: string;
|
|
2625
3011
|
/**
|
|
3012
|
+
* @public
|
|
2626
3013
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2627
3014
|
*/
|
|
2628
3015
|
serviceIdentifier?: string;
|
|
2629
3016
|
/**
|
|
3017
|
+
* @public
|
|
2630
3018
|
* <p>The maximum number of results to return.</p>
|
|
2631
3019
|
*/
|
|
2632
3020
|
maxResults?: number;
|
|
2633
3021
|
/**
|
|
3022
|
+
* @public
|
|
2634
3023
|
* <p>A pagination token for the next page of results.</p>
|
|
2635
3024
|
*/
|
|
2636
3025
|
nextToken?: string;
|
|
@@ -2641,54 +3030,67 @@ export interface ListServiceNetworkServiceAssociationsRequest {
|
|
|
2641
3030
|
*/
|
|
2642
3031
|
export interface ServiceNetworkServiceAssociationSummary {
|
|
2643
3032
|
/**
|
|
3033
|
+
* @public
|
|
2644
3034
|
* <p>The ID of the association.</p>
|
|
2645
3035
|
*/
|
|
2646
3036
|
id?: string;
|
|
2647
3037
|
/**
|
|
3038
|
+
* @public
|
|
2648
3039
|
* <p>The status. If the deletion fails, try to delete again.</p>
|
|
2649
3040
|
*/
|
|
2650
3041
|
status?: ServiceNetworkServiceAssociationStatus | string;
|
|
2651
3042
|
/**
|
|
3043
|
+
* @public
|
|
2652
3044
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
2653
3045
|
*/
|
|
2654
3046
|
arn?: string;
|
|
2655
3047
|
/**
|
|
3048
|
+
* @public
|
|
2656
3049
|
* <p>The account that created the association.</p>
|
|
2657
3050
|
*/
|
|
2658
3051
|
createdBy?: string;
|
|
2659
3052
|
/**
|
|
3053
|
+
* @public
|
|
2660
3054
|
* <p>The date and time that the association was created, specified in ISO-8601 format.</p>
|
|
2661
3055
|
*/
|
|
2662
3056
|
createdAt?: Date;
|
|
2663
3057
|
/**
|
|
3058
|
+
* @public
|
|
2664
3059
|
* <p>The ID of the service.</p>
|
|
2665
3060
|
*/
|
|
2666
3061
|
serviceId?: string;
|
|
2667
3062
|
/**
|
|
3063
|
+
* @public
|
|
2668
3064
|
* <p>The name of the service.</p>
|
|
2669
3065
|
*/
|
|
2670
3066
|
serviceName?: string;
|
|
2671
3067
|
/**
|
|
3068
|
+
* @public
|
|
2672
3069
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
2673
3070
|
*/
|
|
2674
3071
|
serviceArn?: string;
|
|
2675
3072
|
/**
|
|
3073
|
+
* @public
|
|
2676
3074
|
* <p>The ID of the service network.</p>
|
|
2677
3075
|
*/
|
|
2678
3076
|
serviceNetworkId?: string;
|
|
2679
3077
|
/**
|
|
3078
|
+
* @public
|
|
2680
3079
|
* <p>The name of the service network.</p>
|
|
2681
3080
|
*/
|
|
2682
3081
|
serviceNetworkName?: string;
|
|
2683
3082
|
/**
|
|
3083
|
+
* @public
|
|
2684
3084
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2685
3085
|
*/
|
|
2686
3086
|
serviceNetworkArn?: string;
|
|
2687
3087
|
/**
|
|
3088
|
+
* @public
|
|
2688
3089
|
* <p>DNS information about the service.</p>
|
|
2689
3090
|
*/
|
|
2690
3091
|
dnsEntry?: DnsEntry;
|
|
2691
3092
|
/**
|
|
3093
|
+
* @public
|
|
2692
3094
|
* <p> The custom domain name of the service. </p>
|
|
2693
3095
|
*/
|
|
2694
3096
|
customDomainName?: string;
|
|
@@ -2698,10 +3100,12 @@ export interface ServiceNetworkServiceAssociationSummary {
|
|
|
2698
3100
|
*/
|
|
2699
3101
|
export interface ListServiceNetworkServiceAssociationsResponse {
|
|
2700
3102
|
/**
|
|
3103
|
+
* @public
|
|
2701
3104
|
* <p>Information about the associations.</p>
|
|
2702
3105
|
*/
|
|
2703
3106
|
items: ServiceNetworkServiceAssociationSummary[] | undefined;
|
|
2704
3107
|
/**
|
|
3108
|
+
* @public
|
|
2705
3109
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2706
3110
|
*/
|
|
2707
3111
|
nextToken?: string;
|
|
@@ -2711,18 +3115,22 @@ export interface ListServiceNetworkServiceAssociationsResponse {
|
|
|
2711
3115
|
*/
|
|
2712
3116
|
export interface ListServiceNetworkVpcAssociationsRequest {
|
|
2713
3117
|
/**
|
|
3118
|
+
* @public
|
|
2714
3119
|
* <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
|
|
2715
3120
|
*/
|
|
2716
3121
|
serviceNetworkIdentifier?: string;
|
|
2717
3122
|
/**
|
|
3123
|
+
* @public
|
|
2718
3124
|
* <p>The ID or Amazon Resource Name (ARN) of the VPC.</p>
|
|
2719
3125
|
*/
|
|
2720
3126
|
vpcIdentifier?: string;
|
|
2721
3127
|
/**
|
|
3128
|
+
* @public
|
|
2722
3129
|
* <p>The maximum number of results to return.</p>
|
|
2723
3130
|
*/
|
|
2724
3131
|
maxResults?: number;
|
|
2725
3132
|
/**
|
|
3133
|
+
* @public
|
|
2726
3134
|
* <p>A pagination token for the next page of results.</p>
|
|
2727
3135
|
*/
|
|
2728
3136
|
nextToken?: string;
|
|
@@ -2733,42 +3141,52 @@ export interface ListServiceNetworkVpcAssociationsRequest {
|
|
|
2733
3141
|
*/
|
|
2734
3142
|
export interface ServiceNetworkVpcAssociationSummary {
|
|
2735
3143
|
/**
|
|
3144
|
+
* @public
|
|
2736
3145
|
* <p>The ID of the association.</p>
|
|
2737
3146
|
*/
|
|
2738
3147
|
id?: string;
|
|
2739
3148
|
/**
|
|
3149
|
+
* @public
|
|
2740
3150
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
2741
3151
|
*/
|
|
2742
3152
|
arn?: string;
|
|
2743
3153
|
/**
|
|
3154
|
+
* @public
|
|
2744
3155
|
* <p>The status.</p>
|
|
2745
3156
|
*/
|
|
2746
3157
|
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
2747
3158
|
/**
|
|
3159
|
+
* @public
|
|
2748
3160
|
* <p>The account that created the association.</p>
|
|
2749
3161
|
*/
|
|
2750
3162
|
createdBy?: string;
|
|
2751
3163
|
/**
|
|
3164
|
+
* @public
|
|
2752
3165
|
* <p>The date and time that the association was created, specified in ISO-8601 format.</p>
|
|
2753
3166
|
*/
|
|
2754
3167
|
createdAt?: Date;
|
|
2755
3168
|
/**
|
|
3169
|
+
* @public
|
|
2756
3170
|
* <p>The ID of the service network.</p>
|
|
2757
3171
|
*/
|
|
2758
3172
|
serviceNetworkId?: string;
|
|
2759
3173
|
/**
|
|
3174
|
+
* @public
|
|
2760
3175
|
* <p>The name of the service network.</p>
|
|
2761
3176
|
*/
|
|
2762
3177
|
serviceNetworkName?: string;
|
|
2763
3178
|
/**
|
|
3179
|
+
* @public
|
|
2764
3180
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
2765
3181
|
*/
|
|
2766
3182
|
serviceNetworkArn?: string;
|
|
2767
3183
|
/**
|
|
3184
|
+
* @public
|
|
2768
3185
|
* <p>The ID of the VPC.</p>
|
|
2769
3186
|
*/
|
|
2770
3187
|
vpcId?: string;
|
|
2771
3188
|
/**
|
|
3189
|
+
* @public
|
|
2772
3190
|
* <p>The date and time that the association was last updated, specified in ISO-8601
|
|
2773
3191
|
* format.</p>
|
|
2774
3192
|
*/
|
|
@@ -2779,10 +3197,12 @@ export interface ServiceNetworkVpcAssociationSummary {
|
|
|
2779
3197
|
*/
|
|
2780
3198
|
export interface ListServiceNetworkVpcAssociationsResponse {
|
|
2781
3199
|
/**
|
|
3200
|
+
* @public
|
|
2782
3201
|
* <p>Information about the associations.</p>
|
|
2783
3202
|
*/
|
|
2784
3203
|
items: ServiceNetworkVpcAssociationSummary[] | undefined;
|
|
2785
3204
|
/**
|
|
3205
|
+
* @public
|
|
2786
3206
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2787
3207
|
*/
|
|
2788
3208
|
nextToken?: string;
|
|
@@ -2792,10 +3212,12 @@ export interface ListServiceNetworkVpcAssociationsResponse {
|
|
|
2792
3212
|
*/
|
|
2793
3213
|
export interface ListServicesRequest {
|
|
2794
3214
|
/**
|
|
3215
|
+
* @public
|
|
2795
3216
|
* <p>The maximum number of results to return.</p>
|
|
2796
3217
|
*/
|
|
2797
3218
|
maxResults?: number;
|
|
2798
3219
|
/**
|
|
3220
|
+
* @public
|
|
2799
3221
|
* <p>A pagination token for the next page of results.</p>
|
|
2800
3222
|
*/
|
|
2801
3223
|
nextToken?: string;
|
|
@@ -2806,34 +3228,42 @@ export interface ListServicesRequest {
|
|
|
2806
3228
|
*/
|
|
2807
3229
|
export interface ServiceSummary {
|
|
2808
3230
|
/**
|
|
3231
|
+
* @public
|
|
2809
3232
|
* <p>The ID of the service.</p>
|
|
2810
3233
|
*/
|
|
2811
3234
|
id?: string;
|
|
2812
3235
|
/**
|
|
3236
|
+
* @public
|
|
2813
3237
|
* <p>The name of the service.</p>
|
|
2814
3238
|
*/
|
|
2815
3239
|
name?: string;
|
|
2816
3240
|
/**
|
|
3241
|
+
* @public
|
|
2817
3242
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
2818
3243
|
*/
|
|
2819
3244
|
arn?: string;
|
|
2820
3245
|
/**
|
|
3246
|
+
* @public
|
|
2821
3247
|
* <p>The date and time that the service was created, specified in ISO-8601 format.</p>
|
|
2822
3248
|
*/
|
|
2823
3249
|
createdAt?: Date;
|
|
2824
3250
|
/**
|
|
3251
|
+
* @public
|
|
2825
3252
|
* <p>The date and time that the service was last updated. The format is ISO-8601.</p>
|
|
2826
3253
|
*/
|
|
2827
3254
|
lastUpdatedAt?: Date;
|
|
2828
3255
|
/**
|
|
3256
|
+
* @public
|
|
2829
3257
|
* <p>DNS information about the service.</p>
|
|
2830
3258
|
*/
|
|
2831
3259
|
dnsEntry?: DnsEntry;
|
|
2832
3260
|
/**
|
|
3261
|
+
* @public
|
|
2833
3262
|
* <p> The custom domain name of the service. </p>
|
|
2834
3263
|
*/
|
|
2835
3264
|
customDomainName?: string;
|
|
2836
3265
|
/**
|
|
3266
|
+
* @public
|
|
2837
3267
|
* <p>The status.</p>
|
|
2838
3268
|
*/
|
|
2839
3269
|
status?: ServiceStatus | string;
|
|
@@ -2843,10 +3273,12 @@ export interface ServiceSummary {
|
|
|
2843
3273
|
*/
|
|
2844
3274
|
export interface ListServicesResponse {
|
|
2845
3275
|
/**
|
|
3276
|
+
* @public
|
|
2846
3277
|
* <p>The services.</p>
|
|
2847
3278
|
*/
|
|
2848
3279
|
items?: ServiceSummary[];
|
|
2849
3280
|
/**
|
|
3281
|
+
* @public
|
|
2850
3282
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2851
3283
|
*/
|
|
2852
3284
|
nextToken?: string;
|
|
@@ -2856,6 +3288,7 @@ export interface ListServicesResponse {
|
|
|
2856
3288
|
*/
|
|
2857
3289
|
export interface ListTagsForResourceRequest {
|
|
2858
3290
|
/**
|
|
3291
|
+
* @public
|
|
2859
3292
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
2860
3293
|
*/
|
|
2861
3294
|
resourceArn: string | undefined;
|
|
@@ -2865,6 +3298,7 @@ export interface ListTagsForResourceRequest {
|
|
|
2865
3298
|
*/
|
|
2866
3299
|
export interface ListTagsForResourceResponse {
|
|
2867
3300
|
/**
|
|
3301
|
+
* @public
|
|
2868
3302
|
* <p>The tags.</p>
|
|
2869
3303
|
*/
|
|
2870
3304
|
tags?: Record<string, string>;
|
|
@@ -2874,18 +3308,22 @@ export interface ListTagsForResourceResponse {
|
|
|
2874
3308
|
*/
|
|
2875
3309
|
export interface ListTargetGroupsRequest {
|
|
2876
3310
|
/**
|
|
3311
|
+
* @public
|
|
2877
3312
|
* <p>The maximum number of results to return.</p>
|
|
2878
3313
|
*/
|
|
2879
3314
|
maxResults?: number;
|
|
2880
3315
|
/**
|
|
3316
|
+
* @public
|
|
2881
3317
|
* <p>A pagination token for the next page of results.</p>
|
|
2882
3318
|
*/
|
|
2883
3319
|
nextToken?: string;
|
|
2884
3320
|
/**
|
|
3321
|
+
* @public
|
|
2885
3322
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
2886
3323
|
*/
|
|
2887
3324
|
vpcIdentifier?: string;
|
|
2888
3325
|
/**
|
|
3326
|
+
* @public
|
|
2889
3327
|
* <p>The target group type.</p>
|
|
2890
3328
|
*/
|
|
2891
3329
|
targetGroupType?: TargetGroupType | string;
|
|
@@ -2896,52 +3334,64 @@ export interface ListTargetGroupsRequest {
|
|
|
2896
3334
|
*/
|
|
2897
3335
|
export interface TargetGroupSummary {
|
|
2898
3336
|
/**
|
|
3337
|
+
* @public
|
|
2899
3338
|
* <p>The ID of the target group.</p>
|
|
2900
3339
|
*/
|
|
2901
3340
|
id?: string;
|
|
2902
3341
|
/**
|
|
3342
|
+
* @public
|
|
2903
3343
|
* <p>The ARN (Amazon Resource Name) of the target group.</p>
|
|
2904
3344
|
*/
|
|
2905
3345
|
arn?: string;
|
|
2906
3346
|
/**
|
|
3347
|
+
* @public
|
|
2907
3348
|
* <p>The name of the target group.</p>
|
|
2908
3349
|
*/
|
|
2909
3350
|
name?: string;
|
|
2910
3351
|
/**
|
|
3352
|
+
* @public
|
|
2911
3353
|
* <p>The target group type.</p>
|
|
2912
3354
|
*/
|
|
2913
3355
|
type?: TargetGroupType | string;
|
|
2914
3356
|
/**
|
|
3357
|
+
* @public
|
|
2915
3358
|
* <p>The date and time that the target group was created, specified in ISO-8601 format.</p>
|
|
2916
3359
|
*/
|
|
2917
3360
|
createdAt?: Date;
|
|
2918
3361
|
/**
|
|
3362
|
+
* @public
|
|
2919
3363
|
* <p>The port of the target group.</p>
|
|
2920
3364
|
*/
|
|
2921
3365
|
port?: number;
|
|
2922
3366
|
/**
|
|
3367
|
+
* @public
|
|
2923
3368
|
* <p>The protocol of the target group.</p>
|
|
2924
3369
|
*/
|
|
2925
3370
|
protocol?: TargetGroupProtocol | string;
|
|
2926
3371
|
/**
|
|
3372
|
+
* @public
|
|
2927
3373
|
* <p>The type of IP address used for the target group. The possible values are <code>ipv4</code> and <code>ipv6</code>.
|
|
2928
3374
|
* This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>
|
|
2929
3375
|
*/
|
|
2930
3376
|
ipAddressType?: IpAddressType | string;
|
|
2931
3377
|
/**
|
|
3378
|
+
* @public
|
|
2932
3379
|
* <p>The ID of the VPC of the target group.</p>
|
|
2933
3380
|
*/
|
|
2934
3381
|
vpcIdentifier?: string;
|
|
2935
3382
|
/**
|
|
3383
|
+
* @public
|
|
2936
3384
|
* <p>The date and time that the target group was last updated, specified in ISO-8601
|
|
2937
3385
|
* format.</p>
|
|
2938
3386
|
*/
|
|
2939
3387
|
lastUpdatedAt?: Date;
|
|
2940
3388
|
/**
|
|
3389
|
+
* @public
|
|
2941
3390
|
* <p>The status.</p>
|
|
2942
3391
|
*/
|
|
2943
3392
|
status?: TargetGroupStatus | string;
|
|
2944
3393
|
/**
|
|
3394
|
+
* @public
|
|
2945
3395
|
* <p>The list of Amazon Resource Names (ARNs) of the service.</p>
|
|
2946
3396
|
*/
|
|
2947
3397
|
serviceArns?: string[];
|
|
@@ -2951,10 +3401,12 @@ export interface TargetGroupSummary {
|
|
|
2951
3401
|
*/
|
|
2952
3402
|
export interface ListTargetGroupsResponse {
|
|
2953
3403
|
/**
|
|
3404
|
+
* @public
|
|
2954
3405
|
* <p>Information about the target groups.</p>
|
|
2955
3406
|
*/
|
|
2956
3407
|
items?: TargetGroupSummary[];
|
|
2957
3408
|
/**
|
|
3409
|
+
* @public
|
|
2958
3410
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
2959
3411
|
*/
|
|
2960
3412
|
nextToken?: string;
|
|
@@ -2964,18 +3416,22 @@ export interface ListTargetGroupsResponse {
|
|
|
2964
3416
|
*/
|
|
2965
3417
|
export interface ListTargetsRequest {
|
|
2966
3418
|
/**
|
|
3419
|
+
* @public
|
|
2967
3420
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
2968
3421
|
*/
|
|
2969
3422
|
targetGroupIdentifier: string | undefined;
|
|
2970
3423
|
/**
|
|
3424
|
+
* @public
|
|
2971
3425
|
* <p>The maximum number of results to return.</p>
|
|
2972
3426
|
*/
|
|
2973
3427
|
maxResults?: number;
|
|
2974
3428
|
/**
|
|
3429
|
+
* @public
|
|
2975
3430
|
* <p>A pagination token for the next page of results.</p>
|
|
2976
3431
|
*/
|
|
2977
3432
|
nextToken?: string;
|
|
2978
3433
|
/**
|
|
3434
|
+
* @public
|
|
2979
3435
|
* <p>The targets to list.</p>
|
|
2980
3436
|
*/
|
|
2981
3437
|
targets?: Target[];
|
|
@@ -3020,6 +3476,7 @@ export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
|
3020
3476
|
*/
|
|
3021
3477
|
export interface TargetSummary {
|
|
3022
3478
|
/**
|
|
3479
|
+
* @public
|
|
3023
3480
|
* <p>The ID of the target. If the target type of the target group is <code>INSTANCE</code>, this
|
|
3024
3481
|
* is an instance ID. If the target type is <code>IP</code> , this is an IP address. If the target
|
|
3025
3482
|
* type is <code>LAMBDA</code>, this is the ARN of the Lambda function. If the target type is
|
|
@@ -3027,10 +3484,12 @@ export interface TargetSummary {
|
|
|
3027
3484
|
*/
|
|
3028
3485
|
id?: string;
|
|
3029
3486
|
/**
|
|
3487
|
+
* @public
|
|
3030
3488
|
* <p>The port on which the target is listening.</p>
|
|
3031
3489
|
*/
|
|
3032
3490
|
port?: number;
|
|
3033
3491
|
/**
|
|
3492
|
+
* @public
|
|
3034
3493
|
* <p>The status of the target.</p>
|
|
3035
3494
|
* <ul>
|
|
3036
3495
|
* <li>
|
|
@@ -3063,6 +3522,7 @@ export interface TargetSummary {
|
|
|
3063
3522
|
*/
|
|
3064
3523
|
status?: TargetStatus | string;
|
|
3065
3524
|
/**
|
|
3525
|
+
* @public
|
|
3066
3526
|
* <p>The code for why the target status is what it is.</p>
|
|
3067
3527
|
*/
|
|
3068
3528
|
reasonCode?: string;
|
|
@@ -3072,10 +3532,12 @@ export interface TargetSummary {
|
|
|
3072
3532
|
*/
|
|
3073
3533
|
export interface ListTargetsResponse {
|
|
3074
3534
|
/**
|
|
3535
|
+
* @public
|
|
3075
3536
|
* <p>Information about the targets.</p>
|
|
3076
3537
|
*/
|
|
3077
3538
|
items: TargetSummary[] | undefined;
|
|
3078
3539
|
/**
|
|
3540
|
+
* @public
|
|
3079
3541
|
* <p>If there are additional results, a pagination token for the next page of results.</p>
|
|
3080
3542
|
*/
|
|
3081
3543
|
nextToken?: string;
|
|
@@ -3085,11 +3547,13 @@ export interface ListTargetsResponse {
|
|
|
3085
3547
|
*/
|
|
3086
3548
|
export interface PutAuthPolicyRequest {
|
|
3087
3549
|
/**
|
|
3550
|
+
* @public
|
|
3088
3551
|
* <p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy
|
|
3089
3552
|
* is created.</p>
|
|
3090
3553
|
*/
|
|
3091
3554
|
resourceIdentifier: string | undefined;
|
|
3092
3555
|
/**
|
|
3556
|
+
* @public
|
|
3093
3557
|
* <p>The auth policy. The policy string in JSON must not contain newlines or blank lines.</p>
|
|
3094
3558
|
*/
|
|
3095
3559
|
policy: string | undefined;
|
|
@@ -3099,10 +3563,12 @@ export interface PutAuthPolicyRequest {
|
|
|
3099
3563
|
*/
|
|
3100
3564
|
export interface PutAuthPolicyResponse {
|
|
3101
3565
|
/**
|
|
3566
|
+
* @public
|
|
3102
3567
|
* <p>The auth policy. The policy string in JSON must not contain newlines or blank lines.</p>
|
|
3103
3568
|
*/
|
|
3104
3569
|
policy?: string;
|
|
3105
3570
|
/**
|
|
3571
|
+
* @public
|
|
3106
3572
|
* <p>The state of the auth policy. The auth policy is only active when the auth type is set to
|
|
3107
3573
|
* <code>AWS_IAM</code>. If you provide a policy, then authentication and
|
|
3108
3574
|
* authorization decisions are made based on this policy and the client's IAM policy. If the Auth
|
|
@@ -3117,11 +3583,13 @@ export interface PutAuthPolicyResponse {
|
|
|
3117
3583
|
*/
|
|
3118
3584
|
export interface PutResourcePolicyRequest {
|
|
3119
3585
|
/**
|
|
3586
|
+
* @public
|
|
3120
3587
|
* <p>The ID or Amazon Resource Name (ARN) of the service network or service for which the policy
|
|
3121
3588
|
* is created.</p>
|
|
3122
3589
|
*/
|
|
3123
3590
|
resourceArn: string | undefined;
|
|
3124
3591
|
/**
|
|
3592
|
+
* @public
|
|
3125
3593
|
* <p>An IAM policy. The policy string in JSON must not contain newlines or
|
|
3126
3594
|
* blank lines.</p>
|
|
3127
3595
|
*/
|
|
@@ -3137,26 +3605,32 @@ export interface PutResourcePolicyResponse {
|
|
|
3137
3605
|
*/
|
|
3138
3606
|
export interface UpdateRuleRequest {
|
|
3139
3607
|
/**
|
|
3608
|
+
* @public
|
|
3140
3609
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
3141
3610
|
*/
|
|
3142
3611
|
serviceIdentifier: string | undefined;
|
|
3143
3612
|
/**
|
|
3613
|
+
* @public
|
|
3144
3614
|
* <p>The ID or Amazon Resource Name (ARN) of the listener.</p>
|
|
3145
3615
|
*/
|
|
3146
3616
|
listenerIdentifier: string | undefined;
|
|
3147
3617
|
/**
|
|
3618
|
+
* @public
|
|
3148
3619
|
* <p>The ID or Amazon Resource Name (ARN) of the rule.</p>
|
|
3149
3620
|
*/
|
|
3150
3621
|
ruleIdentifier: string | undefined;
|
|
3151
3622
|
/**
|
|
3623
|
+
* @public
|
|
3152
3624
|
* <p>The rule match.</p>
|
|
3153
3625
|
*/
|
|
3154
3626
|
match?: RuleMatch;
|
|
3155
3627
|
/**
|
|
3628
|
+
* @public
|
|
3156
3629
|
* <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
|
|
3157
3630
|
*/
|
|
3158
3631
|
priority?: number;
|
|
3159
3632
|
/**
|
|
3633
|
+
* @public
|
|
3160
3634
|
* <p>Information about the action for the specified listener rule.</p>
|
|
3161
3635
|
*/
|
|
3162
3636
|
action?: RuleAction;
|
|
@@ -3166,30 +3640,37 @@ export interface UpdateRuleRequest {
|
|
|
3166
3640
|
*/
|
|
3167
3641
|
export interface UpdateRuleResponse {
|
|
3168
3642
|
/**
|
|
3643
|
+
* @public
|
|
3169
3644
|
* <p>The Amazon Resource Name (ARN) of the listener.</p>
|
|
3170
3645
|
*/
|
|
3171
3646
|
arn?: string;
|
|
3172
3647
|
/**
|
|
3648
|
+
* @public
|
|
3173
3649
|
* <p>The ID of the listener.</p>
|
|
3174
3650
|
*/
|
|
3175
3651
|
id?: string;
|
|
3176
3652
|
/**
|
|
3653
|
+
* @public
|
|
3177
3654
|
* <p>The name of the listener.</p>
|
|
3178
3655
|
*/
|
|
3179
3656
|
name?: string;
|
|
3180
3657
|
/**
|
|
3658
|
+
* @public
|
|
3181
3659
|
* <p>Indicates whether this is the default rule.</p>
|
|
3182
3660
|
*/
|
|
3183
3661
|
isDefault?: boolean;
|
|
3184
3662
|
/**
|
|
3663
|
+
* @public
|
|
3185
3664
|
* <p>The rule match.</p>
|
|
3186
3665
|
*/
|
|
3187
3666
|
match?: RuleMatch;
|
|
3188
3667
|
/**
|
|
3668
|
+
* @public
|
|
3189
3669
|
* <p>The rule priority.</p>
|
|
3190
3670
|
*/
|
|
3191
3671
|
priority?: number;
|
|
3192
3672
|
/**
|
|
3673
|
+
* @public
|
|
3193
3674
|
* <p>Information about the action for the specified listener rule.</p>
|
|
3194
3675
|
*/
|
|
3195
3676
|
action?: RuleAction;
|
|
@@ -3199,14 +3680,17 @@ export interface UpdateRuleResponse {
|
|
|
3199
3680
|
*/
|
|
3200
3681
|
export interface UpdateServiceRequest {
|
|
3201
3682
|
/**
|
|
3683
|
+
* @public
|
|
3202
3684
|
* <p>The ID or Amazon Resource Name (ARN) of the service.</p>
|
|
3203
3685
|
*/
|
|
3204
3686
|
serviceIdentifier: string | undefined;
|
|
3205
3687
|
/**
|
|
3688
|
+
* @public
|
|
3206
3689
|
* <p>The Amazon Resource Name (ARN) of the certificate. </p>
|
|
3207
3690
|
*/
|
|
3208
3691
|
certificateArn?: string;
|
|
3209
3692
|
/**
|
|
3693
|
+
* @public
|
|
3210
3694
|
* <p>The type of IAM policy.</p>
|
|
3211
3695
|
* <ul>
|
|
3212
3696
|
* <li>
|
|
@@ -3226,26 +3710,32 @@ export interface UpdateServiceRequest {
|
|
|
3226
3710
|
*/
|
|
3227
3711
|
export interface UpdateServiceResponse {
|
|
3228
3712
|
/**
|
|
3713
|
+
* @public
|
|
3229
3714
|
* <p>The ID of the service.</p>
|
|
3230
3715
|
*/
|
|
3231
3716
|
id?: string;
|
|
3232
3717
|
/**
|
|
3718
|
+
* @public
|
|
3233
3719
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
3234
3720
|
*/
|
|
3235
3721
|
arn?: string;
|
|
3236
3722
|
/**
|
|
3723
|
+
* @public
|
|
3237
3724
|
* <p>The name of the service.</p>
|
|
3238
3725
|
*/
|
|
3239
3726
|
name?: string;
|
|
3240
3727
|
/**
|
|
3728
|
+
* @public
|
|
3241
3729
|
* <p>The custom domain name of the service.</p>
|
|
3242
3730
|
*/
|
|
3243
3731
|
customDomainName?: string;
|
|
3244
3732
|
/**
|
|
3733
|
+
* @public
|
|
3245
3734
|
* <p>The Amazon Resource Name (ARN) of the certificate. </p>
|
|
3246
3735
|
*/
|
|
3247
3736
|
certificateArn?: string;
|
|
3248
3737
|
/**
|
|
3738
|
+
* @public
|
|
3249
3739
|
* <p>The type of IAM policy.</p>
|
|
3250
3740
|
*/
|
|
3251
3741
|
authType?: AuthType | string;
|
|
@@ -3255,10 +3745,12 @@ export interface UpdateServiceResponse {
|
|
|
3255
3745
|
*/
|
|
3256
3746
|
export interface UpdateServiceNetworkRequest {
|
|
3257
3747
|
/**
|
|
3748
|
+
* @public
|
|
3258
3749
|
* <p>The ID or Amazon Resource Name (ARN) of the service network.</p>
|
|
3259
3750
|
*/
|
|
3260
3751
|
serviceNetworkIdentifier: string | undefined;
|
|
3261
3752
|
/**
|
|
3753
|
+
* @public
|
|
3262
3754
|
* <p>The type of IAM policy.</p>
|
|
3263
3755
|
* <ul>
|
|
3264
3756
|
* <li>
|
|
@@ -3278,18 +3770,22 @@ export interface UpdateServiceNetworkRequest {
|
|
|
3278
3770
|
*/
|
|
3279
3771
|
export interface UpdateServiceNetworkResponse {
|
|
3280
3772
|
/**
|
|
3773
|
+
* @public
|
|
3281
3774
|
* <p>The ID of the service network.</p>
|
|
3282
3775
|
*/
|
|
3283
3776
|
id?: string;
|
|
3284
3777
|
/**
|
|
3778
|
+
* @public
|
|
3285
3779
|
* <p>The name of the service network.</p>
|
|
3286
3780
|
*/
|
|
3287
3781
|
name?: string;
|
|
3288
3782
|
/**
|
|
3783
|
+
* @public
|
|
3289
3784
|
* <p>The Amazon Resource Name (ARN) of the service network.</p>
|
|
3290
3785
|
*/
|
|
3291
3786
|
arn?: string;
|
|
3292
3787
|
/**
|
|
3788
|
+
* @public
|
|
3293
3789
|
* <p>The type of IAM policy.</p>
|
|
3294
3790
|
*/
|
|
3295
3791
|
authType?: AuthType | string;
|
|
@@ -3299,10 +3795,12 @@ export interface UpdateServiceNetworkResponse {
|
|
|
3299
3795
|
*/
|
|
3300
3796
|
export interface UpdateServiceNetworkVpcAssociationRequest {
|
|
3301
3797
|
/**
|
|
3798
|
+
* @public
|
|
3302
3799
|
* <p>The ID or Amazon Resource Name (ARN) of the association.</p>
|
|
3303
3800
|
*/
|
|
3304
3801
|
serviceNetworkVpcAssociationIdentifier: string | undefined;
|
|
3305
3802
|
/**
|
|
3803
|
+
* @public
|
|
3306
3804
|
* <p>The IDs of the security groups. </p>
|
|
3307
3805
|
*/
|
|
3308
3806
|
securityGroupIds: string[] | undefined;
|
|
@@ -3312,24 +3810,29 @@ export interface UpdateServiceNetworkVpcAssociationRequest {
|
|
|
3312
3810
|
*/
|
|
3313
3811
|
export interface UpdateServiceNetworkVpcAssociationResponse {
|
|
3314
3812
|
/**
|
|
3813
|
+
* @public
|
|
3315
3814
|
* <p>The ID of the association.</p>
|
|
3316
3815
|
*/
|
|
3317
3816
|
id?: string;
|
|
3318
3817
|
/**
|
|
3818
|
+
* @public
|
|
3319
3819
|
* <p>The Amazon Resource Name (ARN) of the association.</p>
|
|
3320
3820
|
*/
|
|
3321
3821
|
arn?: string;
|
|
3322
3822
|
/**
|
|
3823
|
+
* @public
|
|
3323
3824
|
* <p>The status. You can retry the operation if the status is <code>DELETE_FAILED</code>.
|
|
3324
3825
|
* However, if you retry it while the status is <code>DELETE_IN_PROGRESS</code>, there is no change
|
|
3325
3826
|
* in the status.</p>
|
|
3326
3827
|
*/
|
|
3327
3828
|
status?: ServiceNetworkVpcAssociationStatus | string;
|
|
3328
3829
|
/**
|
|
3830
|
+
* @public
|
|
3329
3831
|
* <p>The account that created the association.</p>
|
|
3330
3832
|
*/
|
|
3331
3833
|
createdBy?: string;
|
|
3332
3834
|
/**
|
|
3835
|
+
* @public
|
|
3333
3836
|
* <p>The IDs of the security groups.</p>
|
|
3334
3837
|
*/
|
|
3335
3838
|
securityGroupIds?: string[];
|
|
@@ -3339,10 +3842,12 @@ export interface UpdateServiceNetworkVpcAssociationResponse {
|
|
|
3339
3842
|
*/
|
|
3340
3843
|
export interface TagResourceRequest {
|
|
3341
3844
|
/**
|
|
3845
|
+
* @public
|
|
3342
3846
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3343
3847
|
*/
|
|
3344
3848
|
resourceArn: string | undefined;
|
|
3345
3849
|
/**
|
|
3850
|
+
* @public
|
|
3346
3851
|
* <p>The tags for the resource.</p>
|
|
3347
3852
|
*/
|
|
3348
3853
|
tags: Record<string, string> | undefined;
|
|
@@ -3357,10 +3862,12 @@ export interface TagResourceResponse {
|
|
|
3357
3862
|
*/
|
|
3358
3863
|
export interface RegisterTargetsRequest {
|
|
3359
3864
|
/**
|
|
3865
|
+
* @public
|
|
3360
3866
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
3361
3867
|
*/
|
|
3362
3868
|
targetGroupIdentifier: string | undefined;
|
|
3363
3869
|
/**
|
|
3870
|
+
* @public
|
|
3364
3871
|
* <p>The targets.</p>
|
|
3365
3872
|
*/
|
|
3366
3873
|
targets: Target[] | undefined;
|
|
@@ -3370,10 +3877,12 @@ export interface RegisterTargetsRequest {
|
|
|
3370
3877
|
*/
|
|
3371
3878
|
export interface RegisterTargetsResponse {
|
|
3372
3879
|
/**
|
|
3880
|
+
* @public
|
|
3373
3881
|
* <p>The targets that were successfully registered.</p>
|
|
3374
3882
|
*/
|
|
3375
3883
|
successful?: Target[];
|
|
3376
3884
|
/**
|
|
3885
|
+
* @public
|
|
3377
3886
|
* <p>The targets that were not registered.</p>
|
|
3378
3887
|
*/
|
|
3379
3888
|
unsuccessful?: TargetFailure[];
|
|
@@ -3383,10 +3892,12 @@ export interface RegisterTargetsResponse {
|
|
|
3383
3892
|
*/
|
|
3384
3893
|
export interface UpdateTargetGroupRequest {
|
|
3385
3894
|
/**
|
|
3895
|
+
* @public
|
|
3386
3896
|
* <p>The ID or Amazon Resource Name (ARN) of the target group.</p>
|
|
3387
3897
|
*/
|
|
3388
3898
|
targetGroupIdentifier: string | undefined;
|
|
3389
3899
|
/**
|
|
3900
|
+
* @public
|
|
3390
3901
|
* <p>The health check configuration.</p>
|
|
3391
3902
|
*/
|
|
3392
3903
|
healthCheck: HealthCheckConfig | undefined;
|
|
@@ -3396,26 +3907,32 @@ export interface UpdateTargetGroupRequest {
|
|
|
3396
3907
|
*/
|
|
3397
3908
|
export interface UpdateTargetGroupResponse {
|
|
3398
3909
|
/**
|
|
3910
|
+
* @public
|
|
3399
3911
|
* <p>The ID of the target group.</p>
|
|
3400
3912
|
*/
|
|
3401
3913
|
id?: string;
|
|
3402
3914
|
/**
|
|
3915
|
+
* @public
|
|
3403
3916
|
* <p>The Amazon Resource Name (ARN) of the target group.</p>
|
|
3404
3917
|
*/
|
|
3405
3918
|
arn?: string;
|
|
3406
3919
|
/**
|
|
3920
|
+
* @public
|
|
3407
3921
|
* <p>The name of the target group.</p>
|
|
3408
3922
|
*/
|
|
3409
3923
|
name?: string;
|
|
3410
3924
|
/**
|
|
3925
|
+
* @public
|
|
3411
3926
|
* <p>The target group type.</p>
|
|
3412
3927
|
*/
|
|
3413
3928
|
type?: TargetGroupType | string;
|
|
3414
3929
|
/**
|
|
3930
|
+
* @public
|
|
3415
3931
|
* <p>The target group configuration.</p>
|
|
3416
3932
|
*/
|
|
3417
3933
|
config?: TargetGroupConfig;
|
|
3418
3934
|
/**
|
|
3935
|
+
* @public
|
|
3419
3936
|
* <p>The status.</p>
|
|
3420
3937
|
*/
|
|
3421
3938
|
status?: TargetGroupStatus | string;
|
|
@@ -3425,10 +3942,12 @@ export interface UpdateTargetGroupResponse {
|
|
|
3425
3942
|
*/
|
|
3426
3943
|
export interface UntagResourceRequest {
|
|
3427
3944
|
/**
|
|
3945
|
+
* @public
|
|
3428
3946
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
3429
3947
|
*/
|
|
3430
3948
|
resourceArn: string | undefined;
|
|
3431
3949
|
/**
|
|
3950
|
+
* @public
|
|
3432
3951
|
* <p>The tag keys of the tags to remove.</p>
|
|
3433
3952
|
*/
|
|
3434
3953
|
tagKeys: string[] | undefined;
|