@aws-sdk/client-apprunner 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AppRunner.d.ts +550 -155
- package/dist-types/ts3.4/AppRunnerClient.d.ts +309 -103
- package/dist-types/ts3.4/commands/AssociateCustomDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppRunnerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1084 -992
- package/dist-types/ts3.4/pagination/DescribeCustomDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAutoScalingConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListObservabilityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVpcConnectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,992 +1,1084 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException";
|
|
3
|
-
export interface AssociateCustomDomainRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export declare class InvalidStateException extends __BaseException {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
export declare enum AutoScalingConfigurationStatus {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
export interface AutoScalingConfiguration {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
export declare enum ProviderType {
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
export interface CreateConnectionRequest {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export interface
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
export
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
export interface
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
export interface
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export interface
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
export interface
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
493
|
-
export interface
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
}
|
|
509
|
-
export interface
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
}
|
|
515
|
-
export interface
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
}
|
|
527
|
-
export interface
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
}
|
|
539
|
-
export interface
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
}
|
|
579
|
-
export interface
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
}
|
|
603
|
-
export interface
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
export declare const
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
export declare const
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
export declare const
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
export declare const
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
export declare const
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
export declare const
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
export declare const
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
export declare const
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
export declare const
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
export declare const
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
export declare const
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
export declare const
|
|
863
|
-
|
|
864
|
-
export declare const
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
export declare const
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
export declare const
|
|
873
|
-
|
|
874
|
-
export declare const
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export declare const
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
export declare const
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export declare const
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export declare const
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
export declare const
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export declare const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export declare const DeleteServiceRequestFilterSensitiveLog: (
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export declare const
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export declare const
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export declare const
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export declare const
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export declare const
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export declare const
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export declare const
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export declare const
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export declare const
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export declare const
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
export declare const
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export declare const
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export declare const
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export declare const
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export declare const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
export declare const
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export declare const
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export declare const
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export declare const
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
export declare const
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export declare const
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export declare const
|
|
991
|
-
|
|
992
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AppRunnerServiceException as __BaseException } from "./AppRunnerServiceException";
|
|
3
|
+
export interface AssociateCustomDomainRequest {
|
|
4
|
+
ServiceArn: string | undefined;
|
|
5
|
+
|
|
6
|
+
DomainName: string | undefined;
|
|
7
|
+
|
|
8
|
+
EnableWWWSubdomain?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare enum CertificateValidationRecordStatus {
|
|
11
|
+
FAILED = "FAILED",
|
|
12
|
+
PENDING_VALIDATION = "PENDING_VALIDATION",
|
|
13
|
+
SUCCESS = "SUCCESS",
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface CertificateValidationRecord {
|
|
17
|
+
Name?: string;
|
|
18
|
+
|
|
19
|
+
Type?: string;
|
|
20
|
+
|
|
21
|
+
Value?: string;
|
|
22
|
+
|
|
23
|
+
Status?: CertificateValidationRecordStatus | string;
|
|
24
|
+
}
|
|
25
|
+
export declare enum CustomDomainAssociationStatus {
|
|
26
|
+
ACTIVE = "ACTIVE",
|
|
27
|
+
BINDING_CERTIFICATE = "BINDING_CERTIFICATE",
|
|
28
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
29
|
+
CREATING = "CREATING",
|
|
30
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
31
|
+
DELETING = "DELETING",
|
|
32
|
+
PENDING_CERTIFICATE_DNS_VALIDATION = "PENDING_CERTIFICATE_DNS_VALIDATION",
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface CustomDomain {
|
|
36
|
+
DomainName: string | undefined;
|
|
37
|
+
|
|
38
|
+
EnableWWWSubdomain: boolean | undefined;
|
|
39
|
+
|
|
40
|
+
CertificateValidationRecords?: CertificateValidationRecord[];
|
|
41
|
+
|
|
42
|
+
Status: CustomDomainAssociationStatus | string | undefined;
|
|
43
|
+
}
|
|
44
|
+
export interface AssociateCustomDomainResponse {
|
|
45
|
+
DNSTarget: string | undefined;
|
|
46
|
+
|
|
47
|
+
ServiceArn: string | undefined;
|
|
48
|
+
|
|
49
|
+
CustomDomain: CustomDomain | undefined;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export declare class InternalServiceErrorException extends __BaseException {
|
|
53
|
+
readonly name: "InternalServiceErrorException";
|
|
54
|
+
readonly $fault: "server";
|
|
55
|
+
Message?: string;
|
|
56
|
+
|
|
57
|
+
constructor(
|
|
58
|
+
opts: __ExceptionOptionType<InternalServiceErrorException, __BaseException>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
63
|
+
readonly name: "InvalidRequestException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string;
|
|
66
|
+
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class InvalidStateException extends __BaseException {
|
|
73
|
+
readonly name: "InvalidStateException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
Message?: string;
|
|
76
|
+
|
|
77
|
+
constructor(
|
|
78
|
+
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface Tag {
|
|
83
|
+
Key?: string;
|
|
84
|
+
|
|
85
|
+
Value?: string;
|
|
86
|
+
}
|
|
87
|
+
export interface CreateAutoScalingConfigurationRequest {
|
|
88
|
+
AutoScalingConfigurationName: string | undefined;
|
|
89
|
+
|
|
90
|
+
MaxConcurrency?: number;
|
|
91
|
+
|
|
92
|
+
MinSize?: number;
|
|
93
|
+
|
|
94
|
+
MaxSize?: number;
|
|
95
|
+
|
|
96
|
+
Tags?: Tag[];
|
|
97
|
+
}
|
|
98
|
+
export declare enum AutoScalingConfigurationStatus {
|
|
99
|
+
ACTIVE = "ACTIVE",
|
|
100
|
+
INACTIVE = "INACTIVE",
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export interface AutoScalingConfiguration {
|
|
104
|
+
AutoScalingConfigurationArn?: string;
|
|
105
|
+
|
|
106
|
+
AutoScalingConfigurationName?: string;
|
|
107
|
+
|
|
108
|
+
AutoScalingConfigurationRevision?: number;
|
|
109
|
+
|
|
110
|
+
Latest?: boolean;
|
|
111
|
+
|
|
112
|
+
Status?: AutoScalingConfigurationStatus | string;
|
|
113
|
+
|
|
114
|
+
MaxConcurrency?: number;
|
|
115
|
+
|
|
116
|
+
MinSize?: number;
|
|
117
|
+
|
|
118
|
+
MaxSize?: number;
|
|
119
|
+
|
|
120
|
+
CreatedAt?: Date;
|
|
121
|
+
|
|
122
|
+
DeletedAt?: Date;
|
|
123
|
+
}
|
|
124
|
+
export interface CreateAutoScalingConfigurationResponse {
|
|
125
|
+
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
129
|
+
readonly name: "ServiceQuotaExceededException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
Message?: string;
|
|
132
|
+
|
|
133
|
+
constructor(
|
|
134
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
135
|
+
);
|
|
136
|
+
}
|
|
137
|
+
export declare enum ProviderType {
|
|
138
|
+
GITHUB = "GITHUB",
|
|
139
|
+
}
|
|
140
|
+
export interface CreateConnectionRequest {
|
|
141
|
+
ConnectionName: string | undefined;
|
|
142
|
+
|
|
143
|
+
ProviderType: ProviderType | string | undefined;
|
|
144
|
+
|
|
145
|
+
Tags?: Tag[];
|
|
146
|
+
}
|
|
147
|
+
export declare enum ConnectionStatus {
|
|
148
|
+
AVAILABLE = "AVAILABLE",
|
|
149
|
+
DELETED = "DELETED",
|
|
150
|
+
ERROR = "ERROR",
|
|
151
|
+
PENDING_HANDSHAKE = "PENDING_HANDSHAKE",
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export interface Connection {
|
|
155
|
+
ConnectionName?: string;
|
|
156
|
+
|
|
157
|
+
ConnectionArn?: string;
|
|
158
|
+
|
|
159
|
+
ProviderType?: ProviderType | string;
|
|
160
|
+
|
|
161
|
+
Status?: ConnectionStatus | string;
|
|
162
|
+
|
|
163
|
+
CreatedAt?: Date;
|
|
164
|
+
}
|
|
165
|
+
export interface CreateConnectionResponse {
|
|
166
|
+
Connection: Connection | undefined;
|
|
167
|
+
}
|
|
168
|
+
export declare enum TracingVendor {
|
|
169
|
+
AWSXRAY = "AWSXRAY",
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface TraceConfiguration {
|
|
173
|
+
Vendor: TracingVendor | string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface CreateObservabilityConfigurationRequest {
|
|
176
|
+
ObservabilityConfigurationName: string | undefined;
|
|
177
|
+
|
|
178
|
+
TraceConfiguration?: TraceConfiguration;
|
|
179
|
+
|
|
180
|
+
Tags?: Tag[];
|
|
181
|
+
}
|
|
182
|
+
export declare enum ObservabilityConfigurationStatus {
|
|
183
|
+
ACTIVE = "ACTIVE",
|
|
184
|
+
INACTIVE = "INACTIVE",
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface ObservabilityConfiguration {
|
|
188
|
+
ObservabilityConfigurationArn?: string;
|
|
189
|
+
|
|
190
|
+
ObservabilityConfigurationName?: string;
|
|
191
|
+
|
|
192
|
+
TraceConfiguration?: TraceConfiguration;
|
|
193
|
+
|
|
194
|
+
ObservabilityConfigurationRevision?: number;
|
|
195
|
+
|
|
196
|
+
Latest?: boolean;
|
|
197
|
+
|
|
198
|
+
Status?: ObservabilityConfigurationStatus | string;
|
|
199
|
+
|
|
200
|
+
CreatedAt?: Date;
|
|
201
|
+
|
|
202
|
+
DeletedAt?: Date;
|
|
203
|
+
}
|
|
204
|
+
export interface CreateObservabilityConfigurationResponse {
|
|
205
|
+
ObservabilityConfiguration: ObservabilityConfiguration | undefined;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
export interface EncryptionConfiguration {
|
|
209
|
+
KmsKey: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export declare enum HealthCheckProtocol {
|
|
212
|
+
HTTP = "HTTP",
|
|
213
|
+
TCP = "TCP",
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface HealthCheckConfiguration {
|
|
217
|
+
Protocol?: HealthCheckProtocol | string;
|
|
218
|
+
|
|
219
|
+
Path?: string;
|
|
220
|
+
|
|
221
|
+
Interval?: number;
|
|
222
|
+
|
|
223
|
+
Timeout?: number;
|
|
224
|
+
|
|
225
|
+
HealthyThreshold?: number;
|
|
226
|
+
|
|
227
|
+
UnhealthyThreshold?: number;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export interface InstanceConfiguration {
|
|
231
|
+
Cpu?: string;
|
|
232
|
+
|
|
233
|
+
Memory?: string;
|
|
234
|
+
|
|
235
|
+
InstanceRoleArn?: string;
|
|
236
|
+
}
|
|
237
|
+
export declare enum EgressType {
|
|
238
|
+
DEFAULT = "DEFAULT",
|
|
239
|
+
VPC = "VPC",
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface EgressConfiguration {
|
|
243
|
+
EgressType?: EgressType | string;
|
|
244
|
+
|
|
245
|
+
VpcConnectorArn?: string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface NetworkConfiguration {
|
|
249
|
+
EgressConfiguration?: EgressConfiguration;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export interface ServiceObservabilityConfiguration {
|
|
253
|
+
ObservabilityEnabled: boolean | undefined;
|
|
254
|
+
|
|
255
|
+
ObservabilityConfigurationArn?: string;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface AuthenticationConfiguration {
|
|
259
|
+
ConnectionArn?: string;
|
|
260
|
+
|
|
261
|
+
AccessRoleArn?: string;
|
|
262
|
+
}
|
|
263
|
+
export declare enum Runtime {
|
|
264
|
+
CORRETTO_11 = "CORRETTO_11",
|
|
265
|
+
CORRETTO_8 = "CORRETTO_8",
|
|
266
|
+
NODEJS_12 = "NODEJS_12",
|
|
267
|
+
NODEJS_14 = "NODEJS_14",
|
|
268
|
+
PYTHON_3 = "PYTHON_3",
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface CodeConfigurationValues {
|
|
272
|
+
Runtime: Runtime | string | undefined;
|
|
273
|
+
|
|
274
|
+
BuildCommand?: string;
|
|
275
|
+
|
|
276
|
+
StartCommand?: string;
|
|
277
|
+
|
|
278
|
+
Port?: string;
|
|
279
|
+
|
|
280
|
+
RuntimeEnvironmentVariables?: Record<string, string>;
|
|
281
|
+
}
|
|
282
|
+
export declare enum ConfigurationSource {
|
|
283
|
+
API = "API",
|
|
284
|
+
REPOSITORY = "REPOSITORY",
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export interface CodeConfiguration {
|
|
288
|
+
ConfigurationSource: ConfigurationSource | string | undefined;
|
|
289
|
+
|
|
290
|
+
CodeConfigurationValues?: CodeConfigurationValues;
|
|
291
|
+
}
|
|
292
|
+
export declare enum SourceCodeVersionType {
|
|
293
|
+
BRANCH = "BRANCH",
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export interface SourceCodeVersion {
|
|
297
|
+
Type: SourceCodeVersionType | string | undefined;
|
|
298
|
+
|
|
299
|
+
Value: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export interface CodeRepository {
|
|
303
|
+
RepositoryUrl: string | undefined;
|
|
304
|
+
|
|
305
|
+
SourceCodeVersion: SourceCodeVersion | undefined;
|
|
306
|
+
|
|
307
|
+
CodeConfiguration?: CodeConfiguration;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
export interface ImageConfiguration {
|
|
311
|
+
RuntimeEnvironmentVariables?: Record<string, string>;
|
|
312
|
+
|
|
313
|
+
StartCommand?: string;
|
|
314
|
+
|
|
315
|
+
Port?: string;
|
|
316
|
+
}
|
|
317
|
+
export declare enum ImageRepositoryType {
|
|
318
|
+
ECR = "ECR",
|
|
319
|
+
ECR_PUBLIC = "ECR_PUBLIC",
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface ImageRepository {
|
|
323
|
+
ImageIdentifier: string | undefined;
|
|
324
|
+
|
|
325
|
+
ImageConfiguration?: ImageConfiguration;
|
|
326
|
+
|
|
327
|
+
ImageRepositoryType: ImageRepositoryType | string | undefined;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface SourceConfiguration {
|
|
331
|
+
CodeRepository?: CodeRepository;
|
|
332
|
+
|
|
333
|
+
ImageRepository?: ImageRepository;
|
|
334
|
+
|
|
335
|
+
AutoDeploymentsEnabled?: boolean;
|
|
336
|
+
|
|
337
|
+
AuthenticationConfiguration?: AuthenticationConfiguration;
|
|
338
|
+
}
|
|
339
|
+
export interface CreateServiceRequest {
|
|
340
|
+
ServiceName: string | undefined;
|
|
341
|
+
|
|
342
|
+
SourceConfiguration: SourceConfiguration | undefined;
|
|
343
|
+
|
|
344
|
+
InstanceConfiguration?: InstanceConfiguration;
|
|
345
|
+
|
|
346
|
+
Tags?: Tag[];
|
|
347
|
+
|
|
348
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
349
|
+
|
|
350
|
+
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
351
|
+
|
|
352
|
+
AutoScalingConfigurationArn?: string;
|
|
353
|
+
|
|
354
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
355
|
+
|
|
356
|
+
ObservabilityConfiguration?: ServiceObservabilityConfiguration;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface AutoScalingConfigurationSummary {
|
|
360
|
+
AutoScalingConfigurationArn?: string;
|
|
361
|
+
|
|
362
|
+
AutoScalingConfigurationName?: string;
|
|
363
|
+
|
|
364
|
+
AutoScalingConfigurationRevision?: number;
|
|
365
|
+
}
|
|
366
|
+
export declare enum ServiceStatus {
|
|
367
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
368
|
+
DELETED = "DELETED",
|
|
369
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
370
|
+
OPERATION_IN_PROGRESS = "OPERATION_IN_PROGRESS",
|
|
371
|
+
PAUSED = "PAUSED",
|
|
372
|
+
RUNNING = "RUNNING",
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
export interface Service {
|
|
376
|
+
ServiceName: string | undefined;
|
|
377
|
+
|
|
378
|
+
ServiceId: string | undefined;
|
|
379
|
+
|
|
380
|
+
ServiceArn: string | undefined;
|
|
381
|
+
|
|
382
|
+
ServiceUrl: string | undefined;
|
|
383
|
+
|
|
384
|
+
CreatedAt: Date | undefined;
|
|
385
|
+
|
|
386
|
+
UpdatedAt: Date | undefined;
|
|
387
|
+
|
|
388
|
+
DeletedAt?: Date;
|
|
389
|
+
|
|
390
|
+
Status: ServiceStatus | string | undefined;
|
|
391
|
+
|
|
392
|
+
SourceConfiguration: SourceConfiguration | undefined;
|
|
393
|
+
|
|
394
|
+
InstanceConfiguration: InstanceConfiguration | undefined;
|
|
395
|
+
|
|
396
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
397
|
+
|
|
398
|
+
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
399
|
+
|
|
400
|
+
AutoScalingConfigurationSummary: AutoScalingConfigurationSummary | undefined;
|
|
401
|
+
|
|
402
|
+
NetworkConfiguration: NetworkConfiguration | undefined;
|
|
403
|
+
|
|
404
|
+
ObservabilityConfiguration?: ServiceObservabilityConfiguration;
|
|
405
|
+
}
|
|
406
|
+
export interface CreateServiceResponse {
|
|
407
|
+
Service: Service | undefined;
|
|
408
|
+
|
|
409
|
+
OperationId: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export interface CreateVpcConnectorRequest {
|
|
412
|
+
VpcConnectorName: string | undefined;
|
|
413
|
+
|
|
414
|
+
Subnets: string[] | undefined;
|
|
415
|
+
|
|
416
|
+
SecurityGroups?: string[];
|
|
417
|
+
|
|
418
|
+
Tags?: Tag[];
|
|
419
|
+
}
|
|
420
|
+
export declare enum VpcConnectorStatus {
|
|
421
|
+
ACTIVE = "ACTIVE",
|
|
422
|
+
INACTIVE = "INACTIVE",
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface VpcConnector {
|
|
426
|
+
VpcConnectorName?: string;
|
|
427
|
+
|
|
428
|
+
VpcConnectorArn?: string;
|
|
429
|
+
|
|
430
|
+
VpcConnectorRevision?: number;
|
|
431
|
+
|
|
432
|
+
Subnets?: string[];
|
|
433
|
+
|
|
434
|
+
SecurityGroups?: string[];
|
|
435
|
+
|
|
436
|
+
Status?: VpcConnectorStatus | string;
|
|
437
|
+
|
|
438
|
+
CreatedAt?: Date;
|
|
439
|
+
|
|
440
|
+
DeletedAt?: Date;
|
|
441
|
+
}
|
|
442
|
+
export interface CreateVpcConnectorResponse {
|
|
443
|
+
VpcConnector: VpcConnector | undefined;
|
|
444
|
+
}
|
|
445
|
+
export interface DeleteAutoScalingConfigurationRequest {
|
|
446
|
+
AutoScalingConfigurationArn: string | undefined;
|
|
447
|
+
}
|
|
448
|
+
export interface DeleteAutoScalingConfigurationResponse {
|
|
449
|
+
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
453
|
+
readonly name: "ResourceNotFoundException";
|
|
454
|
+
readonly $fault: "client";
|
|
455
|
+
Message?: string;
|
|
456
|
+
|
|
457
|
+
constructor(
|
|
458
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
459
|
+
);
|
|
460
|
+
}
|
|
461
|
+
export interface DeleteConnectionRequest {
|
|
462
|
+
ConnectionArn: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
export interface DeleteConnectionResponse {
|
|
465
|
+
Connection?: Connection;
|
|
466
|
+
}
|
|
467
|
+
export interface DeleteObservabilityConfigurationRequest {
|
|
468
|
+
ObservabilityConfigurationArn: string | undefined;
|
|
469
|
+
}
|
|
470
|
+
export interface DeleteObservabilityConfigurationResponse {
|
|
471
|
+
ObservabilityConfiguration: ObservabilityConfiguration | undefined;
|
|
472
|
+
}
|
|
473
|
+
export interface DeleteServiceRequest {
|
|
474
|
+
ServiceArn: string | undefined;
|
|
475
|
+
}
|
|
476
|
+
export interface DeleteServiceResponse {
|
|
477
|
+
Service: Service | undefined;
|
|
478
|
+
|
|
479
|
+
OperationId: string | undefined;
|
|
480
|
+
}
|
|
481
|
+
export interface DeleteVpcConnectorRequest {
|
|
482
|
+
VpcConnectorArn: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface DeleteVpcConnectorResponse {
|
|
485
|
+
VpcConnector: VpcConnector | undefined;
|
|
486
|
+
}
|
|
487
|
+
export interface DescribeAutoScalingConfigurationRequest {
|
|
488
|
+
AutoScalingConfigurationArn: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
export interface DescribeAutoScalingConfigurationResponse {
|
|
491
|
+
AutoScalingConfiguration: AutoScalingConfiguration | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface DescribeCustomDomainsRequest {
|
|
494
|
+
ServiceArn: string | undefined;
|
|
495
|
+
|
|
496
|
+
NextToken?: string;
|
|
497
|
+
|
|
498
|
+
MaxResults?: number;
|
|
499
|
+
}
|
|
500
|
+
export interface DescribeCustomDomainsResponse {
|
|
501
|
+
DNSTarget: string | undefined;
|
|
502
|
+
|
|
503
|
+
ServiceArn: string | undefined;
|
|
504
|
+
|
|
505
|
+
CustomDomains: CustomDomain[] | undefined;
|
|
506
|
+
|
|
507
|
+
NextToken?: string;
|
|
508
|
+
}
|
|
509
|
+
export interface DescribeObservabilityConfigurationRequest {
|
|
510
|
+
ObservabilityConfigurationArn: string | undefined;
|
|
511
|
+
}
|
|
512
|
+
export interface DescribeObservabilityConfigurationResponse {
|
|
513
|
+
ObservabilityConfiguration: ObservabilityConfiguration | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface DescribeServiceRequest {
|
|
516
|
+
ServiceArn: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface DescribeServiceResponse {
|
|
519
|
+
Service: Service | undefined;
|
|
520
|
+
}
|
|
521
|
+
export interface DescribeVpcConnectorRequest {
|
|
522
|
+
VpcConnectorArn: string | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface DescribeVpcConnectorResponse {
|
|
525
|
+
VpcConnector: VpcConnector | undefined;
|
|
526
|
+
}
|
|
527
|
+
export interface DisassociateCustomDomainRequest {
|
|
528
|
+
ServiceArn: string | undefined;
|
|
529
|
+
|
|
530
|
+
DomainName: string | undefined;
|
|
531
|
+
}
|
|
532
|
+
export interface DisassociateCustomDomainResponse {
|
|
533
|
+
DNSTarget: string | undefined;
|
|
534
|
+
|
|
535
|
+
ServiceArn: string | undefined;
|
|
536
|
+
|
|
537
|
+
CustomDomain: CustomDomain | undefined;
|
|
538
|
+
}
|
|
539
|
+
export interface ListAutoScalingConfigurationsRequest {
|
|
540
|
+
AutoScalingConfigurationName?: string;
|
|
541
|
+
|
|
542
|
+
LatestOnly?: boolean;
|
|
543
|
+
|
|
544
|
+
MaxResults?: number;
|
|
545
|
+
|
|
546
|
+
NextToken?: string;
|
|
547
|
+
}
|
|
548
|
+
export interface ListAutoScalingConfigurationsResponse {
|
|
549
|
+
AutoScalingConfigurationSummaryList:
|
|
550
|
+
| AutoScalingConfigurationSummary[]
|
|
551
|
+
| undefined;
|
|
552
|
+
|
|
553
|
+
NextToken?: string;
|
|
554
|
+
}
|
|
555
|
+
export interface ListConnectionsRequest {
|
|
556
|
+
ConnectionName?: string;
|
|
557
|
+
|
|
558
|
+
MaxResults?: number;
|
|
559
|
+
|
|
560
|
+
NextToken?: string;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface ConnectionSummary {
|
|
564
|
+
ConnectionName?: string;
|
|
565
|
+
|
|
566
|
+
ConnectionArn?: string;
|
|
567
|
+
|
|
568
|
+
ProviderType?: ProviderType | string;
|
|
569
|
+
|
|
570
|
+
Status?: ConnectionStatus | string;
|
|
571
|
+
|
|
572
|
+
CreatedAt?: Date;
|
|
573
|
+
}
|
|
574
|
+
export interface ListConnectionsResponse {
|
|
575
|
+
ConnectionSummaryList: ConnectionSummary[] | undefined;
|
|
576
|
+
|
|
577
|
+
NextToken?: string;
|
|
578
|
+
}
|
|
579
|
+
export interface ListObservabilityConfigurationsRequest {
|
|
580
|
+
ObservabilityConfigurationName?: string;
|
|
581
|
+
|
|
582
|
+
LatestOnly?: boolean;
|
|
583
|
+
|
|
584
|
+
MaxResults?: number;
|
|
585
|
+
|
|
586
|
+
NextToken?: string;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export interface ObservabilityConfigurationSummary {
|
|
590
|
+
ObservabilityConfigurationArn?: string;
|
|
591
|
+
|
|
592
|
+
ObservabilityConfigurationName?: string;
|
|
593
|
+
|
|
594
|
+
ObservabilityConfigurationRevision?: number;
|
|
595
|
+
}
|
|
596
|
+
export interface ListObservabilityConfigurationsResponse {
|
|
597
|
+
ObservabilityConfigurationSummaryList:
|
|
598
|
+
| ObservabilityConfigurationSummary[]
|
|
599
|
+
| undefined;
|
|
600
|
+
|
|
601
|
+
NextToken?: string;
|
|
602
|
+
}
|
|
603
|
+
export interface ListOperationsRequest {
|
|
604
|
+
ServiceArn: string | undefined;
|
|
605
|
+
|
|
606
|
+
NextToken?: string;
|
|
607
|
+
|
|
608
|
+
MaxResults?: number;
|
|
609
|
+
}
|
|
610
|
+
export declare enum OperationStatus {
|
|
611
|
+
FAILED = "FAILED",
|
|
612
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
613
|
+
PENDING = "PENDING",
|
|
614
|
+
ROLLBACK_FAILED = "ROLLBACK_FAILED",
|
|
615
|
+
ROLLBACK_IN_PROGRESS = "ROLLBACK_IN_PROGRESS",
|
|
616
|
+
ROLLBACK_SUCCEEDED = "ROLLBACK_SUCCEEDED",
|
|
617
|
+
SUCCEEDED = "SUCCEEDED",
|
|
618
|
+
}
|
|
619
|
+
export declare enum OperationType {
|
|
620
|
+
CREATE_SERVICE = "CREATE_SERVICE",
|
|
621
|
+
DELETE_SERVICE = "DELETE_SERVICE",
|
|
622
|
+
PAUSE_SERVICE = "PAUSE_SERVICE",
|
|
623
|
+
RESUME_SERVICE = "RESUME_SERVICE",
|
|
624
|
+
START_DEPLOYMENT = "START_DEPLOYMENT",
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export interface OperationSummary {
|
|
628
|
+
Id?: string;
|
|
629
|
+
|
|
630
|
+
Type?: OperationType | string;
|
|
631
|
+
|
|
632
|
+
Status?: OperationStatus | string;
|
|
633
|
+
|
|
634
|
+
TargetArn?: string;
|
|
635
|
+
|
|
636
|
+
StartedAt?: Date;
|
|
637
|
+
|
|
638
|
+
EndedAt?: Date;
|
|
639
|
+
|
|
640
|
+
UpdatedAt?: Date;
|
|
641
|
+
}
|
|
642
|
+
export interface ListOperationsResponse {
|
|
643
|
+
OperationSummaryList?: OperationSummary[];
|
|
644
|
+
|
|
645
|
+
NextToken?: string;
|
|
646
|
+
}
|
|
647
|
+
export interface ListServicesRequest {
|
|
648
|
+
NextToken?: string;
|
|
649
|
+
|
|
650
|
+
MaxResults?: number;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export interface ServiceSummary {
|
|
654
|
+
ServiceName?: string;
|
|
655
|
+
|
|
656
|
+
ServiceId?: string;
|
|
657
|
+
|
|
658
|
+
ServiceArn?: string;
|
|
659
|
+
|
|
660
|
+
ServiceUrl?: string;
|
|
661
|
+
|
|
662
|
+
CreatedAt?: Date;
|
|
663
|
+
|
|
664
|
+
UpdatedAt?: Date;
|
|
665
|
+
|
|
666
|
+
Status?: ServiceStatus | string;
|
|
667
|
+
}
|
|
668
|
+
export interface ListServicesResponse {
|
|
669
|
+
ServiceSummaryList: ServiceSummary[] | undefined;
|
|
670
|
+
|
|
671
|
+
NextToken?: string;
|
|
672
|
+
}
|
|
673
|
+
export interface ListTagsForResourceRequest {
|
|
674
|
+
ResourceArn: string | undefined;
|
|
675
|
+
}
|
|
676
|
+
export interface ListTagsForResourceResponse {
|
|
677
|
+
Tags?: Tag[];
|
|
678
|
+
}
|
|
679
|
+
export interface ListVpcConnectorsRequest {
|
|
680
|
+
MaxResults?: number;
|
|
681
|
+
|
|
682
|
+
NextToken?: string;
|
|
683
|
+
}
|
|
684
|
+
export interface ListVpcConnectorsResponse {
|
|
685
|
+
VpcConnectors: VpcConnector[] | undefined;
|
|
686
|
+
|
|
687
|
+
NextToken?: string;
|
|
688
|
+
}
|
|
689
|
+
export interface PauseServiceRequest {
|
|
690
|
+
ServiceArn: string | undefined;
|
|
691
|
+
}
|
|
692
|
+
export interface PauseServiceResponse {
|
|
693
|
+
Service: Service | undefined;
|
|
694
|
+
|
|
695
|
+
OperationId?: string;
|
|
696
|
+
}
|
|
697
|
+
export interface ResumeServiceRequest {
|
|
698
|
+
ServiceArn: string | undefined;
|
|
699
|
+
}
|
|
700
|
+
export interface ResumeServiceResponse {
|
|
701
|
+
Service: Service | undefined;
|
|
702
|
+
|
|
703
|
+
OperationId?: string;
|
|
704
|
+
}
|
|
705
|
+
export interface StartDeploymentRequest {
|
|
706
|
+
ServiceArn: string | undefined;
|
|
707
|
+
}
|
|
708
|
+
export interface StartDeploymentResponse {
|
|
709
|
+
OperationId: string | undefined;
|
|
710
|
+
}
|
|
711
|
+
export interface TagResourceRequest {
|
|
712
|
+
ResourceArn: string | undefined;
|
|
713
|
+
|
|
714
|
+
Tags: Tag[] | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface TagResourceResponse {}
|
|
717
|
+
export interface UntagResourceRequest {
|
|
718
|
+
ResourceArn: string | undefined;
|
|
719
|
+
|
|
720
|
+
TagKeys: string[] | undefined;
|
|
721
|
+
}
|
|
722
|
+
export interface UntagResourceResponse {}
|
|
723
|
+
export interface UpdateServiceRequest {
|
|
724
|
+
ServiceArn: string | undefined;
|
|
725
|
+
|
|
726
|
+
SourceConfiguration?: SourceConfiguration;
|
|
727
|
+
|
|
728
|
+
InstanceConfiguration?: InstanceConfiguration;
|
|
729
|
+
|
|
730
|
+
AutoScalingConfigurationArn?: string;
|
|
731
|
+
|
|
732
|
+
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
733
|
+
|
|
734
|
+
NetworkConfiguration?: NetworkConfiguration;
|
|
735
|
+
|
|
736
|
+
ObservabilityConfiguration?: ServiceObservabilityConfiguration;
|
|
737
|
+
}
|
|
738
|
+
export interface UpdateServiceResponse {
|
|
739
|
+
Service: Service | undefined;
|
|
740
|
+
|
|
741
|
+
OperationId: string | undefined;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
export declare const AssociateCustomDomainRequestFilterSensitiveLog: (
|
|
745
|
+
obj: AssociateCustomDomainRequest
|
|
746
|
+
) => any;
|
|
747
|
+
|
|
748
|
+
export declare const CertificateValidationRecordFilterSensitiveLog: (
|
|
749
|
+
obj: CertificateValidationRecord
|
|
750
|
+
) => any;
|
|
751
|
+
|
|
752
|
+
export declare const CustomDomainFilterSensitiveLog: (obj: CustomDomain) => any;
|
|
753
|
+
|
|
754
|
+
export declare const AssociateCustomDomainResponseFilterSensitiveLog: (
|
|
755
|
+
obj: AssociateCustomDomainResponse
|
|
756
|
+
) => any;
|
|
757
|
+
|
|
758
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
759
|
+
|
|
760
|
+
export declare const CreateAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
761
|
+
obj: CreateAutoScalingConfigurationRequest
|
|
762
|
+
) => any;
|
|
763
|
+
|
|
764
|
+
export declare const AutoScalingConfigurationFilterSensitiveLog: (
|
|
765
|
+
obj: AutoScalingConfiguration
|
|
766
|
+
) => any;
|
|
767
|
+
|
|
768
|
+
export declare const CreateAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
769
|
+
obj: CreateAutoScalingConfigurationResponse
|
|
770
|
+
) => any;
|
|
771
|
+
|
|
772
|
+
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
773
|
+
obj: CreateConnectionRequest
|
|
774
|
+
) => any;
|
|
775
|
+
|
|
776
|
+
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
777
|
+
|
|
778
|
+
export declare const CreateConnectionResponseFilterSensitiveLog: (
|
|
779
|
+
obj: CreateConnectionResponse
|
|
780
|
+
) => any;
|
|
781
|
+
|
|
782
|
+
export declare const TraceConfigurationFilterSensitiveLog: (
|
|
783
|
+
obj: TraceConfiguration
|
|
784
|
+
) => any;
|
|
785
|
+
|
|
786
|
+
export declare const CreateObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
787
|
+
obj: CreateObservabilityConfigurationRequest
|
|
788
|
+
) => any;
|
|
789
|
+
|
|
790
|
+
export declare const ObservabilityConfigurationFilterSensitiveLog: (
|
|
791
|
+
obj: ObservabilityConfiguration
|
|
792
|
+
) => any;
|
|
793
|
+
|
|
794
|
+
export declare const CreateObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
795
|
+
obj: CreateObservabilityConfigurationResponse
|
|
796
|
+
) => any;
|
|
797
|
+
|
|
798
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
799
|
+
obj: EncryptionConfiguration
|
|
800
|
+
) => any;
|
|
801
|
+
|
|
802
|
+
export declare const HealthCheckConfigurationFilterSensitiveLog: (
|
|
803
|
+
obj: HealthCheckConfiguration
|
|
804
|
+
) => any;
|
|
805
|
+
|
|
806
|
+
export declare const InstanceConfigurationFilterSensitiveLog: (
|
|
807
|
+
obj: InstanceConfiguration
|
|
808
|
+
) => any;
|
|
809
|
+
|
|
810
|
+
export declare const EgressConfigurationFilterSensitiveLog: (
|
|
811
|
+
obj: EgressConfiguration
|
|
812
|
+
) => any;
|
|
813
|
+
|
|
814
|
+
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
815
|
+
obj: NetworkConfiguration
|
|
816
|
+
) => any;
|
|
817
|
+
|
|
818
|
+
export declare const ServiceObservabilityConfigurationFilterSensitiveLog: (
|
|
819
|
+
obj: ServiceObservabilityConfiguration
|
|
820
|
+
) => any;
|
|
821
|
+
|
|
822
|
+
export declare const AuthenticationConfigurationFilterSensitiveLog: (
|
|
823
|
+
obj: AuthenticationConfiguration
|
|
824
|
+
) => any;
|
|
825
|
+
|
|
826
|
+
export declare const CodeConfigurationValuesFilterSensitiveLog: (
|
|
827
|
+
obj: CodeConfigurationValues
|
|
828
|
+
) => any;
|
|
829
|
+
|
|
830
|
+
export declare const CodeConfigurationFilterSensitiveLog: (
|
|
831
|
+
obj: CodeConfiguration
|
|
832
|
+
) => any;
|
|
833
|
+
|
|
834
|
+
export declare const SourceCodeVersionFilterSensitiveLog: (
|
|
835
|
+
obj: SourceCodeVersion
|
|
836
|
+
) => any;
|
|
837
|
+
|
|
838
|
+
export declare const CodeRepositoryFilterSensitiveLog: (
|
|
839
|
+
obj: CodeRepository
|
|
840
|
+
) => any;
|
|
841
|
+
|
|
842
|
+
export declare const ImageConfigurationFilterSensitiveLog: (
|
|
843
|
+
obj: ImageConfiguration
|
|
844
|
+
) => any;
|
|
845
|
+
|
|
846
|
+
export declare const ImageRepositoryFilterSensitiveLog: (
|
|
847
|
+
obj: ImageRepository
|
|
848
|
+
) => any;
|
|
849
|
+
|
|
850
|
+
export declare const SourceConfigurationFilterSensitiveLog: (
|
|
851
|
+
obj: SourceConfiguration
|
|
852
|
+
) => any;
|
|
853
|
+
|
|
854
|
+
export declare const CreateServiceRequestFilterSensitiveLog: (
|
|
855
|
+
obj: CreateServiceRequest
|
|
856
|
+
) => any;
|
|
857
|
+
|
|
858
|
+
export declare const AutoScalingConfigurationSummaryFilterSensitiveLog: (
|
|
859
|
+
obj: AutoScalingConfigurationSummary
|
|
860
|
+
) => any;
|
|
861
|
+
|
|
862
|
+
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
863
|
+
|
|
864
|
+
export declare const CreateServiceResponseFilterSensitiveLog: (
|
|
865
|
+
obj: CreateServiceResponse
|
|
866
|
+
) => any;
|
|
867
|
+
|
|
868
|
+
export declare const CreateVpcConnectorRequestFilterSensitiveLog: (
|
|
869
|
+
obj: CreateVpcConnectorRequest
|
|
870
|
+
) => any;
|
|
871
|
+
|
|
872
|
+
export declare const VpcConnectorFilterSensitiveLog: (obj: VpcConnector) => any;
|
|
873
|
+
|
|
874
|
+
export declare const CreateVpcConnectorResponseFilterSensitiveLog: (
|
|
875
|
+
obj: CreateVpcConnectorResponse
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const DeleteAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
879
|
+
obj: DeleteAutoScalingConfigurationRequest
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const DeleteAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
883
|
+
obj: DeleteAutoScalingConfigurationResponse
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
887
|
+
obj: DeleteConnectionRequest
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const DeleteConnectionResponseFilterSensitiveLog: (
|
|
891
|
+
obj: DeleteConnectionResponse
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const DeleteObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
895
|
+
obj: DeleteObservabilityConfigurationRequest
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const DeleteObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
899
|
+
obj: DeleteObservabilityConfigurationResponse
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const DeleteServiceRequestFilterSensitiveLog: (
|
|
903
|
+
obj: DeleteServiceRequest
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const DeleteServiceResponseFilterSensitiveLog: (
|
|
907
|
+
obj: DeleteServiceResponse
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const DeleteVpcConnectorRequestFilterSensitiveLog: (
|
|
911
|
+
obj: DeleteVpcConnectorRequest
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const DeleteVpcConnectorResponseFilterSensitiveLog: (
|
|
915
|
+
obj: DeleteVpcConnectorResponse
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const DescribeAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
919
|
+
obj: DescribeAutoScalingConfigurationRequest
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const DescribeAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
923
|
+
obj: DescribeAutoScalingConfigurationResponse
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const DescribeCustomDomainsRequestFilterSensitiveLog: (
|
|
927
|
+
obj: DescribeCustomDomainsRequest
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const DescribeCustomDomainsResponseFilterSensitiveLog: (
|
|
931
|
+
obj: DescribeCustomDomainsResponse
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const DescribeObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
935
|
+
obj: DescribeObservabilityConfigurationRequest
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const DescribeObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
939
|
+
obj: DescribeObservabilityConfigurationResponse
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const DescribeServiceRequestFilterSensitiveLog: (
|
|
943
|
+
obj: DescribeServiceRequest
|
|
944
|
+
) => any;
|
|
945
|
+
|
|
946
|
+
export declare const DescribeServiceResponseFilterSensitiveLog: (
|
|
947
|
+
obj: DescribeServiceResponse
|
|
948
|
+
) => any;
|
|
949
|
+
|
|
950
|
+
export declare const DescribeVpcConnectorRequestFilterSensitiveLog: (
|
|
951
|
+
obj: DescribeVpcConnectorRequest
|
|
952
|
+
) => any;
|
|
953
|
+
|
|
954
|
+
export declare const DescribeVpcConnectorResponseFilterSensitiveLog: (
|
|
955
|
+
obj: DescribeVpcConnectorResponse
|
|
956
|
+
) => any;
|
|
957
|
+
|
|
958
|
+
export declare const DisassociateCustomDomainRequestFilterSensitiveLog: (
|
|
959
|
+
obj: DisassociateCustomDomainRequest
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const DisassociateCustomDomainResponseFilterSensitiveLog: (
|
|
963
|
+
obj: DisassociateCustomDomainResponse
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const ListAutoScalingConfigurationsRequestFilterSensitiveLog: (
|
|
967
|
+
obj: ListAutoScalingConfigurationsRequest
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const ListAutoScalingConfigurationsResponseFilterSensitiveLog: (
|
|
971
|
+
obj: ListAutoScalingConfigurationsResponse
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const ListConnectionsRequestFilterSensitiveLog: (
|
|
975
|
+
obj: ListConnectionsRequest
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const ConnectionSummaryFilterSensitiveLog: (
|
|
979
|
+
obj: ConnectionSummary
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const ListConnectionsResponseFilterSensitiveLog: (
|
|
983
|
+
obj: ListConnectionsResponse
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const ListObservabilityConfigurationsRequestFilterSensitiveLog: (
|
|
987
|
+
obj: ListObservabilityConfigurationsRequest
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const ObservabilityConfigurationSummaryFilterSensitiveLog: (
|
|
991
|
+
obj: ObservabilityConfigurationSummary
|
|
992
|
+
) => any;
|
|
993
|
+
|
|
994
|
+
export declare const ListObservabilityConfigurationsResponseFilterSensitiveLog: (
|
|
995
|
+
obj: ListObservabilityConfigurationsResponse
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const ListOperationsRequestFilterSensitiveLog: (
|
|
999
|
+
obj: ListOperationsRequest
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const OperationSummaryFilterSensitiveLog: (
|
|
1003
|
+
obj: OperationSummary
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const ListOperationsResponseFilterSensitiveLog: (
|
|
1007
|
+
obj: ListOperationsResponse
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
1011
|
+
obj: ListServicesRequest
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const ServiceSummaryFilterSensitiveLog: (
|
|
1015
|
+
obj: ServiceSummary
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
1019
|
+
obj: ListServicesResponse
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1023
|
+
obj: ListTagsForResourceRequest
|
|
1024
|
+
) => any;
|
|
1025
|
+
|
|
1026
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1027
|
+
obj: ListTagsForResourceResponse
|
|
1028
|
+
) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const ListVpcConnectorsRequestFilterSensitiveLog: (
|
|
1031
|
+
obj: ListVpcConnectorsRequest
|
|
1032
|
+
) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const ListVpcConnectorsResponseFilterSensitiveLog: (
|
|
1035
|
+
obj: ListVpcConnectorsResponse
|
|
1036
|
+
) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const PauseServiceRequestFilterSensitiveLog: (
|
|
1039
|
+
obj: PauseServiceRequest
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const PauseServiceResponseFilterSensitiveLog: (
|
|
1043
|
+
obj: PauseServiceResponse
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const ResumeServiceRequestFilterSensitiveLog: (
|
|
1047
|
+
obj: ResumeServiceRequest
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const ResumeServiceResponseFilterSensitiveLog: (
|
|
1051
|
+
obj: ResumeServiceResponse
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
1055
|
+
obj: StartDeploymentRequest
|
|
1056
|
+
) => any;
|
|
1057
|
+
|
|
1058
|
+
export declare const StartDeploymentResponseFilterSensitiveLog: (
|
|
1059
|
+
obj: StartDeploymentResponse
|
|
1060
|
+
) => any;
|
|
1061
|
+
|
|
1062
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1063
|
+
obj: TagResourceRequest
|
|
1064
|
+
) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1067
|
+
obj: TagResourceResponse
|
|
1068
|
+
) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1071
|
+
obj: UntagResourceRequest
|
|
1072
|
+
) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1075
|
+
obj: UntagResourceResponse
|
|
1076
|
+
) => any;
|
|
1077
|
+
|
|
1078
|
+
export declare const UpdateServiceRequestFilterSensitiveLog: (
|
|
1079
|
+
obj: UpdateServiceRequest
|
|
1080
|
+
) => any;
|
|
1081
|
+
|
|
1082
|
+
export declare const UpdateServiceResponseFilterSensitiveLog: (
|
|
1083
|
+
obj: UpdateServiceResponse
|
|
1084
|
+
) => any;
|