@aws-sdk/client-codeartifact 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +622 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +321 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- 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/CodeartifactServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +925 -1212
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1212 +1,925 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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
|
-
export
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
export
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
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
|
-
export
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
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
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export interface
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
}
|
|
217
|
-
export interface
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
export interface
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export interface
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
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
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export
|
|
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
|
-
export interface
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
}
|
|
377
|
-
export interface
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
export interface
|
|
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
|
-
export interface
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
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
|
-
export interface
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
}
|
|
619
|
-
export interface
|
|
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
|
-
export interface
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export
|
|
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
|
-
export
|
|
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
|
-
export
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
export
|
|
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
|
-
export declare
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
export
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
export
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
export
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
policy?: ResourcePolicy;
|
|
928
|
-
}
|
|
929
|
-
export interface PutPackageOriginConfigurationRequest {
|
|
930
|
-
|
|
931
|
-
domain: string | undefined;
|
|
932
|
-
|
|
933
|
-
domainOwner?: string;
|
|
934
|
-
|
|
935
|
-
repository: string | undefined;
|
|
936
|
-
|
|
937
|
-
format: PackageFormat | string | undefined;
|
|
938
|
-
|
|
939
|
-
namespace?: string;
|
|
940
|
-
|
|
941
|
-
package: string | undefined;
|
|
942
|
-
|
|
943
|
-
restrictions: PackageOriginRestrictions | undefined;
|
|
944
|
-
}
|
|
945
|
-
export interface PutPackageOriginConfigurationResult {
|
|
946
|
-
|
|
947
|
-
originConfiguration?: PackageOriginConfiguration;
|
|
948
|
-
}
|
|
949
|
-
export interface PutRepositoryPermissionsPolicyRequest {
|
|
950
|
-
|
|
951
|
-
domain: string | undefined;
|
|
952
|
-
|
|
953
|
-
domainOwner?: string;
|
|
954
|
-
|
|
955
|
-
repository: string | undefined;
|
|
956
|
-
|
|
957
|
-
policyRevision?: string;
|
|
958
|
-
|
|
959
|
-
policyDocument: string | undefined;
|
|
960
|
-
}
|
|
961
|
-
export interface PutRepositoryPermissionsPolicyResult {
|
|
962
|
-
|
|
963
|
-
policy?: ResourcePolicy;
|
|
964
|
-
}
|
|
965
|
-
export interface TagResourceRequest {
|
|
966
|
-
|
|
967
|
-
resourceArn: string | undefined;
|
|
968
|
-
|
|
969
|
-
tags: Tag[] | undefined;
|
|
970
|
-
}
|
|
971
|
-
export interface TagResourceResult {
|
|
972
|
-
}
|
|
973
|
-
export interface UntagResourceRequest {
|
|
974
|
-
|
|
975
|
-
resourceArn: string | undefined;
|
|
976
|
-
|
|
977
|
-
tagKeys: string[] | undefined;
|
|
978
|
-
}
|
|
979
|
-
export interface UntagResourceResult {
|
|
980
|
-
}
|
|
981
|
-
export interface UpdatePackageVersionsStatusRequest {
|
|
982
|
-
|
|
983
|
-
domain: string | undefined;
|
|
984
|
-
|
|
985
|
-
domainOwner?: string;
|
|
986
|
-
|
|
987
|
-
repository: string | undefined;
|
|
988
|
-
|
|
989
|
-
format: PackageFormat | string | undefined;
|
|
990
|
-
|
|
991
|
-
namespace?: string;
|
|
992
|
-
|
|
993
|
-
package: string | undefined;
|
|
994
|
-
|
|
995
|
-
versions: string[] | undefined;
|
|
996
|
-
|
|
997
|
-
versionRevisions?: Record<string, string>;
|
|
998
|
-
|
|
999
|
-
expectedStatus?: PackageVersionStatus | string;
|
|
1000
|
-
|
|
1001
|
-
targetStatus: PackageVersionStatus | string | undefined;
|
|
1002
|
-
}
|
|
1003
|
-
export interface UpdatePackageVersionsStatusResult {
|
|
1004
|
-
|
|
1005
|
-
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
1006
|
-
|
|
1007
|
-
failedVersions?: Record<string, PackageVersionError>;
|
|
1008
|
-
}
|
|
1009
|
-
export interface UpdateRepositoryRequest {
|
|
1010
|
-
|
|
1011
|
-
domain: string | undefined;
|
|
1012
|
-
|
|
1013
|
-
domainOwner?: string;
|
|
1014
|
-
|
|
1015
|
-
repository: string | undefined;
|
|
1016
|
-
|
|
1017
|
-
description?: string;
|
|
1018
|
-
|
|
1019
|
-
upstreams?: UpstreamRepository[];
|
|
1020
|
-
}
|
|
1021
|
-
export interface UpdateRepositoryResult {
|
|
1022
|
-
|
|
1023
|
-
repository?: RepositoryDescription;
|
|
1024
|
-
}
|
|
1025
|
-
|
|
1026
|
-
export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
|
|
1027
|
-
|
|
1028
|
-
export declare const AssociateExternalConnectionRequestFilterSensitiveLog: (obj: AssociateExternalConnectionRequest) => any;
|
|
1029
|
-
|
|
1030
|
-
export declare const RepositoryExternalConnectionInfoFilterSensitiveLog: (obj: RepositoryExternalConnectionInfo) => any;
|
|
1031
|
-
|
|
1032
|
-
export declare const UpstreamRepositoryInfoFilterSensitiveLog: (obj: UpstreamRepositoryInfo) => any;
|
|
1033
|
-
|
|
1034
|
-
export declare const RepositoryDescriptionFilterSensitiveLog: (obj: RepositoryDescription) => any;
|
|
1035
|
-
|
|
1036
|
-
export declare const AssociateExternalConnectionResultFilterSensitiveLog: (obj: AssociateExternalConnectionResult) => any;
|
|
1037
|
-
|
|
1038
|
-
export declare const CopyPackageVersionsRequestFilterSensitiveLog: (obj: CopyPackageVersionsRequest) => any;
|
|
1039
|
-
|
|
1040
|
-
export declare const PackageVersionErrorFilterSensitiveLog: (obj: PackageVersionError) => any;
|
|
1041
|
-
|
|
1042
|
-
export declare const SuccessfulPackageVersionInfoFilterSensitiveLog: (obj: SuccessfulPackageVersionInfo) => any;
|
|
1043
|
-
|
|
1044
|
-
export declare const CopyPackageVersionsResultFilterSensitiveLog: (obj: CopyPackageVersionsResult) => any;
|
|
1045
|
-
|
|
1046
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1047
|
-
|
|
1048
|
-
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
1049
|
-
|
|
1050
|
-
export declare const DomainDescriptionFilterSensitiveLog: (obj: DomainDescription) => any;
|
|
1051
|
-
|
|
1052
|
-
export declare const CreateDomainResultFilterSensitiveLog: (obj: CreateDomainResult) => any;
|
|
1053
|
-
|
|
1054
|
-
export declare const UpstreamRepositoryFilterSensitiveLog: (obj: UpstreamRepository) => any;
|
|
1055
|
-
|
|
1056
|
-
export declare const CreateRepositoryRequestFilterSensitiveLog: (obj: CreateRepositoryRequest) => any;
|
|
1057
|
-
|
|
1058
|
-
export declare const CreateRepositoryResultFilterSensitiveLog: (obj: CreateRepositoryResult) => any;
|
|
1059
|
-
|
|
1060
|
-
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
1061
|
-
|
|
1062
|
-
export declare const DeleteDomainResultFilterSensitiveLog: (obj: DeleteDomainResult) => any;
|
|
1063
|
-
|
|
1064
|
-
export declare const DeleteDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: DeleteDomainPermissionsPolicyRequest) => any;
|
|
1065
|
-
|
|
1066
|
-
export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
1067
|
-
|
|
1068
|
-
export declare const DeleteDomainPermissionsPolicyResultFilterSensitiveLog: (obj: DeleteDomainPermissionsPolicyResult) => any;
|
|
1069
|
-
|
|
1070
|
-
export declare const DeletePackageVersionsRequestFilterSensitiveLog: (obj: DeletePackageVersionsRequest) => any;
|
|
1071
|
-
|
|
1072
|
-
export declare const DeletePackageVersionsResultFilterSensitiveLog: (obj: DeletePackageVersionsResult) => any;
|
|
1073
|
-
|
|
1074
|
-
export declare const DeleteRepositoryRequestFilterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
|
|
1075
|
-
|
|
1076
|
-
export declare const DeleteRepositoryResultFilterSensitiveLog: (obj: DeleteRepositoryResult) => any;
|
|
1077
|
-
|
|
1078
|
-
export declare const DeleteRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyRequest) => any;
|
|
1079
|
-
|
|
1080
|
-
export declare const DeleteRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyResult) => any;
|
|
1081
|
-
|
|
1082
|
-
export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
1083
|
-
|
|
1084
|
-
export declare const DescribeDomainResultFilterSensitiveLog: (obj: DescribeDomainResult) => any;
|
|
1085
|
-
|
|
1086
|
-
export declare const DescribePackageRequestFilterSensitiveLog: (obj: DescribePackageRequest) => any;
|
|
1087
|
-
|
|
1088
|
-
export declare const PackageOriginRestrictionsFilterSensitiveLog: (obj: PackageOriginRestrictions) => any;
|
|
1089
|
-
|
|
1090
|
-
export declare const PackageOriginConfigurationFilterSensitiveLog: (obj: PackageOriginConfiguration) => any;
|
|
1091
|
-
|
|
1092
|
-
export declare const PackageDescriptionFilterSensitiveLog: (obj: PackageDescription) => any;
|
|
1093
|
-
|
|
1094
|
-
export declare const DescribePackageResultFilterSensitiveLog: (obj: DescribePackageResult) => any;
|
|
1095
|
-
|
|
1096
|
-
export declare const DescribePackageVersionRequestFilterSensitiveLog: (obj: DescribePackageVersionRequest) => any;
|
|
1097
|
-
|
|
1098
|
-
export declare const LicenseInfoFilterSensitiveLog: (obj: LicenseInfo) => any;
|
|
1099
|
-
|
|
1100
|
-
export declare const DomainEntryPointFilterSensitiveLog: (obj: DomainEntryPoint) => any;
|
|
1101
|
-
|
|
1102
|
-
export declare const PackageVersionOriginFilterSensitiveLog: (obj: PackageVersionOrigin) => any;
|
|
1103
|
-
|
|
1104
|
-
export declare const PackageVersionDescriptionFilterSensitiveLog: (obj: PackageVersionDescription) => any;
|
|
1105
|
-
|
|
1106
|
-
export declare const DescribePackageVersionResultFilterSensitiveLog: (obj: DescribePackageVersionResult) => any;
|
|
1107
|
-
|
|
1108
|
-
export declare const DescribeRepositoryRequestFilterSensitiveLog: (obj: DescribeRepositoryRequest) => any;
|
|
1109
|
-
|
|
1110
|
-
export declare const DescribeRepositoryResultFilterSensitiveLog: (obj: DescribeRepositoryResult) => any;
|
|
1111
|
-
|
|
1112
|
-
export declare const DisassociateExternalConnectionRequestFilterSensitiveLog: (obj: DisassociateExternalConnectionRequest) => any;
|
|
1113
|
-
|
|
1114
|
-
export declare const DisassociateExternalConnectionResultFilterSensitiveLog: (obj: DisassociateExternalConnectionResult) => any;
|
|
1115
|
-
|
|
1116
|
-
export declare const DisposePackageVersionsRequestFilterSensitiveLog: (obj: DisposePackageVersionsRequest) => any;
|
|
1117
|
-
|
|
1118
|
-
export declare const DisposePackageVersionsResultFilterSensitiveLog: (obj: DisposePackageVersionsResult) => any;
|
|
1119
|
-
|
|
1120
|
-
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
|
|
1121
|
-
|
|
1122
|
-
export declare const GetAuthorizationTokenResultFilterSensitiveLog: (obj: GetAuthorizationTokenResult) => any;
|
|
1123
|
-
|
|
1124
|
-
export declare const GetDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: GetDomainPermissionsPolicyRequest) => any;
|
|
1125
|
-
|
|
1126
|
-
export declare const GetDomainPermissionsPolicyResultFilterSensitiveLog: (obj: GetDomainPermissionsPolicyResult) => any;
|
|
1127
|
-
|
|
1128
|
-
export declare const GetPackageVersionAssetRequestFilterSensitiveLog: (obj: GetPackageVersionAssetRequest) => any;
|
|
1129
|
-
|
|
1130
|
-
export declare const GetPackageVersionAssetResultFilterSensitiveLog: (obj: GetPackageVersionAssetResult) => any;
|
|
1131
|
-
|
|
1132
|
-
export declare const GetPackageVersionReadmeRequestFilterSensitiveLog: (obj: GetPackageVersionReadmeRequest) => any;
|
|
1133
|
-
|
|
1134
|
-
export declare const GetPackageVersionReadmeResultFilterSensitiveLog: (obj: GetPackageVersionReadmeResult) => any;
|
|
1135
|
-
|
|
1136
|
-
export declare const GetRepositoryEndpointRequestFilterSensitiveLog: (obj: GetRepositoryEndpointRequest) => any;
|
|
1137
|
-
|
|
1138
|
-
export declare const GetRepositoryEndpointResultFilterSensitiveLog: (obj: GetRepositoryEndpointResult) => any;
|
|
1139
|
-
|
|
1140
|
-
export declare const GetRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: GetRepositoryPermissionsPolicyRequest) => any;
|
|
1141
|
-
|
|
1142
|
-
export declare const GetRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: GetRepositoryPermissionsPolicyResult) => any;
|
|
1143
|
-
|
|
1144
|
-
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
1145
|
-
|
|
1146
|
-
export declare const DomainSummaryFilterSensitiveLog: (obj: DomainSummary) => any;
|
|
1147
|
-
|
|
1148
|
-
export declare const ListDomainsResultFilterSensitiveLog: (obj: ListDomainsResult) => any;
|
|
1149
|
-
|
|
1150
|
-
export declare const ListPackagesRequestFilterSensitiveLog: (obj: ListPackagesRequest) => any;
|
|
1151
|
-
|
|
1152
|
-
export declare const PackageSummaryFilterSensitiveLog: (obj: PackageSummary) => any;
|
|
1153
|
-
|
|
1154
|
-
export declare const ListPackagesResultFilterSensitiveLog: (obj: ListPackagesResult) => any;
|
|
1155
|
-
|
|
1156
|
-
export declare const ListPackageVersionAssetsRequestFilterSensitiveLog: (obj: ListPackageVersionAssetsRequest) => any;
|
|
1157
|
-
|
|
1158
|
-
export declare const ListPackageVersionAssetsResultFilterSensitiveLog: (obj: ListPackageVersionAssetsResult) => any;
|
|
1159
|
-
|
|
1160
|
-
export declare const ListPackageVersionDependenciesRequestFilterSensitiveLog: (obj: ListPackageVersionDependenciesRequest) => any;
|
|
1161
|
-
|
|
1162
|
-
export declare const PackageDependencyFilterSensitiveLog: (obj: PackageDependency) => any;
|
|
1163
|
-
|
|
1164
|
-
export declare const ListPackageVersionDependenciesResultFilterSensitiveLog: (obj: ListPackageVersionDependenciesResult) => any;
|
|
1165
|
-
|
|
1166
|
-
export declare const ListPackageVersionsRequestFilterSensitiveLog: (obj: ListPackageVersionsRequest) => any;
|
|
1167
|
-
|
|
1168
|
-
export declare const PackageVersionSummaryFilterSensitiveLog: (obj: PackageVersionSummary) => any;
|
|
1169
|
-
|
|
1170
|
-
export declare const ListPackageVersionsResultFilterSensitiveLog: (obj: ListPackageVersionsResult) => any;
|
|
1171
|
-
|
|
1172
|
-
export declare const ListRepositoriesRequestFilterSensitiveLog: (obj: ListRepositoriesRequest) => any;
|
|
1173
|
-
|
|
1174
|
-
export declare const RepositorySummaryFilterSensitiveLog: (obj: RepositorySummary) => any;
|
|
1175
|
-
|
|
1176
|
-
export declare const ListRepositoriesResultFilterSensitiveLog: (obj: ListRepositoriesResult) => any;
|
|
1177
|
-
|
|
1178
|
-
export declare const ListRepositoriesInDomainRequestFilterSensitiveLog: (obj: ListRepositoriesInDomainRequest) => any;
|
|
1179
|
-
|
|
1180
|
-
export declare const ListRepositoriesInDomainResultFilterSensitiveLog: (obj: ListRepositoriesInDomainResult) => any;
|
|
1181
|
-
|
|
1182
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1183
|
-
|
|
1184
|
-
export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
|
|
1185
|
-
|
|
1186
|
-
export declare const PutDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: PutDomainPermissionsPolicyRequest) => any;
|
|
1187
|
-
|
|
1188
|
-
export declare const PutDomainPermissionsPolicyResultFilterSensitiveLog: (obj: PutDomainPermissionsPolicyResult) => any;
|
|
1189
|
-
|
|
1190
|
-
export declare const PutPackageOriginConfigurationRequestFilterSensitiveLog: (obj: PutPackageOriginConfigurationRequest) => any;
|
|
1191
|
-
|
|
1192
|
-
export declare const PutPackageOriginConfigurationResultFilterSensitiveLog: (obj: PutPackageOriginConfigurationResult) => any;
|
|
1193
|
-
|
|
1194
|
-
export declare const PutRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: PutRepositoryPermissionsPolicyRequest) => any;
|
|
1195
|
-
|
|
1196
|
-
export declare const PutRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: PutRepositoryPermissionsPolicyResult) => any;
|
|
1197
|
-
|
|
1198
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1199
|
-
|
|
1200
|
-
export declare const TagResourceResultFilterSensitiveLog: (obj: TagResourceResult) => any;
|
|
1201
|
-
|
|
1202
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1203
|
-
|
|
1204
|
-
export declare const UntagResourceResultFilterSensitiveLog: (obj: UntagResourceResult) => any;
|
|
1205
|
-
|
|
1206
|
-
export declare const UpdatePackageVersionsStatusRequestFilterSensitiveLog: (obj: UpdatePackageVersionsStatusRequest) => any;
|
|
1207
|
-
|
|
1208
|
-
export declare const UpdatePackageVersionsStatusResultFilterSensitiveLog: (obj: UpdatePackageVersionsStatusResult) => any;
|
|
1209
|
-
|
|
1210
|
-
export declare const UpdateRepositoryRequestFilterSensitiveLog: (obj: UpdateRepositoryRequest) => any;
|
|
1211
|
-
|
|
1212
|
-
export declare const UpdateRepositoryResultFilterSensitiveLog: (obj: UpdateRepositoryResult) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Readable } from "stream";
|
|
3
|
+
import { CodeartifactServiceException as __BaseException } from "./CodeartifactServiceException";
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare enum AllowPublish {
|
|
12
|
+
ALLOW = "ALLOW",
|
|
13
|
+
BLOCK = "BLOCK",
|
|
14
|
+
}
|
|
15
|
+
export declare enum AllowUpstream {
|
|
16
|
+
ALLOW = "ALLOW",
|
|
17
|
+
BLOCK = "BLOCK",
|
|
18
|
+
}
|
|
19
|
+
export declare enum HashAlgorithm {
|
|
20
|
+
MD5 = "MD5",
|
|
21
|
+
SHA1 = "SHA-1",
|
|
22
|
+
SHA256 = "SHA-256",
|
|
23
|
+
SHA512 = "SHA-512",
|
|
24
|
+
}
|
|
25
|
+
export interface AssetSummary {
|
|
26
|
+
name: string | undefined;
|
|
27
|
+
size?: number;
|
|
28
|
+
hashes?: Record<string, string>;
|
|
29
|
+
}
|
|
30
|
+
export interface AssociateExternalConnectionRequest {
|
|
31
|
+
domain: string | undefined;
|
|
32
|
+
domainOwner?: string;
|
|
33
|
+
repository: string | undefined;
|
|
34
|
+
externalConnection: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
export declare enum PackageFormat {
|
|
37
|
+
MAVEN = "maven",
|
|
38
|
+
NPM = "npm",
|
|
39
|
+
NUGET = "nuget",
|
|
40
|
+
PYPI = "pypi",
|
|
41
|
+
}
|
|
42
|
+
export declare enum ExternalConnectionStatus {
|
|
43
|
+
AVAILABLE = "Available",
|
|
44
|
+
}
|
|
45
|
+
export interface RepositoryExternalConnectionInfo {
|
|
46
|
+
externalConnectionName?: string;
|
|
47
|
+
packageFormat?: PackageFormat | string;
|
|
48
|
+
status?: ExternalConnectionStatus | string;
|
|
49
|
+
}
|
|
50
|
+
export interface UpstreamRepositoryInfo {
|
|
51
|
+
repositoryName?: string;
|
|
52
|
+
}
|
|
53
|
+
export interface RepositoryDescription {
|
|
54
|
+
name?: string;
|
|
55
|
+
administratorAccount?: string;
|
|
56
|
+
domainName?: string;
|
|
57
|
+
domainOwner?: string;
|
|
58
|
+
arn?: string;
|
|
59
|
+
description?: string;
|
|
60
|
+
upstreams?: UpstreamRepositoryInfo[];
|
|
61
|
+
externalConnections?: RepositoryExternalConnectionInfo[];
|
|
62
|
+
}
|
|
63
|
+
export interface AssociateExternalConnectionResult {
|
|
64
|
+
repository?: RepositoryDescription;
|
|
65
|
+
}
|
|
66
|
+
export declare enum ResourceType {
|
|
67
|
+
ASSET = "asset",
|
|
68
|
+
DOMAIN = "domain",
|
|
69
|
+
PACKAGE = "package",
|
|
70
|
+
PACKAGE_VERSION = "package-version",
|
|
71
|
+
REPOSITORY = "repository",
|
|
72
|
+
}
|
|
73
|
+
export declare class ConflictException extends __BaseException {
|
|
74
|
+
readonly name: "ConflictException";
|
|
75
|
+
readonly $fault: "client";
|
|
76
|
+
resourceId?: string;
|
|
77
|
+
resourceType?: ResourceType | string;
|
|
78
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
79
|
+
}
|
|
80
|
+
export declare class InternalServerException extends __BaseException {
|
|
81
|
+
readonly name: "InternalServerException";
|
|
82
|
+
readonly $fault: "server";
|
|
83
|
+
constructor(
|
|
84
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
88
|
+
readonly name: "ResourceNotFoundException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
resourceId?: string;
|
|
91
|
+
resourceType?: ResourceType | string;
|
|
92
|
+
constructor(
|
|
93
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
94
|
+
);
|
|
95
|
+
}
|
|
96
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
97
|
+
readonly name: "ServiceQuotaExceededException";
|
|
98
|
+
readonly $fault: "client";
|
|
99
|
+
resourceId?: string;
|
|
100
|
+
resourceType?: ResourceType | string;
|
|
101
|
+
constructor(
|
|
102
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
export declare class ThrottlingException extends __BaseException {
|
|
106
|
+
readonly name: "ThrottlingException";
|
|
107
|
+
readonly $fault: "client";
|
|
108
|
+
retryAfterSeconds?: number;
|
|
109
|
+
constructor(
|
|
110
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
export declare enum ValidationExceptionReason {
|
|
114
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
115
|
+
ENCRYPTION_KEY_ERROR = "ENCRYPTION_KEY_ERROR",
|
|
116
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
117
|
+
OTHER = "OTHER",
|
|
118
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
119
|
+
}
|
|
120
|
+
export declare class ValidationException extends __BaseException {
|
|
121
|
+
readonly name: "ValidationException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
reason?: ValidationExceptionReason | string;
|
|
124
|
+
constructor(
|
|
125
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
export interface CopyPackageVersionsRequest {
|
|
129
|
+
domain: string | undefined;
|
|
130
|
+
domainOwner?: string;
|
|
131
|
+
sourceRepository: string | undefined;
|
|
132
|
+
destinationRepository: string | undefined;
|
|
133
|
+
format: PackageFormat | string | undefined;
|
|
134
|
+
namespace?: string;
|
|
135
|
+
package: string | undefined;
|
|
136
|
+
versions?: string[];
|
|
137
|
+
versionRevisions?: Record<string, string>;
|
|
138
|
+
allowOverwrite?: boolean;
|
|
139
|
+
includeFromUpstream?: boolean;
|
|
140
|
+
}
|
|
141
|
+
export declare enum PackageVersionErrorCode {
|
|
142
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
143
|
+
MISMATCHED_REVISION = "MISMATCHED_REVISION",
|
|
144
|
+
MISMATCHED_STATUS = "MISMATCHED_STATUS",
|
|
145
|
+
NOT_ALLOWED = "NOT_ALLOWED",
|
|
146
|
+
NOT_FOUND = "NOT_FOUND",
|
|
147
|
+
SKIPPED = "SKIPPED",
|
|
148
|
+
}
|
|
149
|
+
export interface PackageVersionError {
|
|
150
|
+
errorCode?: PackageVersionErrorCode | string;
|
|
151
|
+
errorMessage?: string;
|
|
152
|
+
}
|
|
153
|
+
export declare enum PackageVersionStatus {
|
|
154
|
+
ARCHIVED = "Archived",
|
|
155
|
+
DELETED = "Deleted",
|
|
156
|
+
DISPOSED = "Disposed",
|
|
157
|
+
PUBLISHED = "Published",
|
|
158
|
+
UNFINISHED = "Unfinished",
|
|
159
|
+
UNLISTED = "Unlisted",
|
|
160
|
+
}
|
|
161
|
+
export interface SuccessfulPackageVersionInfo {
|
|
162
|
+
revision?: string;
|
|
163
|
+
status?: PackageVersionStatus | string;
|
|
164
|
+
}
|
|
165
|
+
export interface CopyPackageVersionsResult {
|
|
166
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
167
|
+
failedVersions?: Record<string, PackageVersionError>;
|
|
168
|
+
}
|
|
169
|
+
export interface Tag {
|
|
170
|
+
key: string | undefined;
|
|
171
|
+
value: string | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface CreateDomainRequest {
|
|
174
|
+
domain: string | undefined;
|
|
175
|
+
encryptionKey?: string;
|
|
176
|
+
tags?: Tag[];
|
|
177
|
+
}
|
|
178
|
+
export declare enum DomainStatus {
|
|
179
|
+
ACTIVE = "Active",
|
|
180
|
+
DELETED = "Deleted",
|
|
181
|
+
}
|
|
182
|
+
export interface DomainDescription {
|
|
183
|
+
name?: string;
|
|
184
|
+
owner?: string;
|
|
185
|
+
arn?: string;
|
|
186
|
+
status?: DomainStatus | string;
|
|
187
|
+
createdTime?: Date;
|
|
188
|
+
encryptionKey?: string;
|
|
189
|
+
repositoryCount?: number;
|
|
190
|
+
assetSizeBytes?: number;
|
|
191
|
+
s3BucketArn?: string;
|
|
192
|
+
}
|
|
193
|
+
export interface CreateDomainResult {
|
|
194
|
+
domain?: DomainDescription;
|
|
195
|
+
}
|
|
196
|
+
export interface UpstreamRepository {
|
|
197
|
+
repositoryName: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface CreateRepositoryRequest {
|
|
200
|
+
domain: string | undefined;
|
|
201
|
+
domainOwner?: string;
|
|
202
|
+
repository: string | undefined;
|
|
203
|
+
description?: string;
|
|
204
|
+
upstreams?: UpstreamRepository[];
|
|
205
|
+
tags?: Tag[];
|
|
206
|
+
}
|
|
207
|
+
export interface CreateRepositoryResult {
|
|
208
|
+
repository?: RepositoryDescription;
|
|
209
|
+
}
|
|
210
|
+
export interface DeleteDomainRequest {
|
|
211
|
+
domain: string | undefined;
|
|
212
|
+
domainOwner?: string;
|
|
213
|
+
}
|
|
214
|
+
export interface DeleteDomainResult {
|
|
215
|
+
domain?: DomainDescription;
|
|
216
|
+
}
|
|
217
|
+
export interface DeleteDomainPermissionsPolicyRequest {
|
|
218
|
+
domain: string | undefined;
|
|
219
|
+
domainOwner?: string;
|
|
220
|
+
policyRevision?: string;
|
|
221
|
+
}
|
|
222
|
+
export interface ResourcePolicy {
|
|
223
|
+
resourceArn?: string;
|
|
224
|
+
revision?: string;
|
|
225
|
+
document?: string;
|
|
226
|
+
}
|
|
227
|
+
export interface DeleteDomainPermissionsPolicyResult {
|
|
228
|
+
policy?: ResourcePolicy;
|
|
229
|
+
}
|
|
230
|
+
export interface DeletePackageVersionsRequest {
|
|
231
|
+
domain: string | undefined;
|
|
232
|
+
domainOwner?: string;
|
|
233
|
+
repository: string | undefined;
|
|
234
|
+
format: PackageFormat | string | undefined;
|
|
235
|
+
namespace?: string;
|
|
236
|
+
package: string | undefined;
|
|
237
|
+
versions: string[] | undefined;
|
|
238
|
+
expectedStatus?: PackageVersionStatus | string;
|
|
239
|
+
}
|
|
240
|
+
export interface DeletePackageVersionsResult {
|
|
241
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
242
|
+
failedVersions?: Record<string, PackageVersionError>;
|
|
243
|
+
}
|
|
244
|
+
export interface DeleteRepositoryRequest {
|
|
245
|
+
domain: string | undefined;
|
|
246
|
+
domainOwner?: string;
|
|
247
|
+
repository: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface DeleteRepositoryResult {
|
|
250
|
+
repository?: RepositoryDescription;
|
|
251
|
+
}
|
|
252
|
+
export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
253
|
+
domain: string | undefined;
|
|
254
|
+
domainOwner?: string;
|
|
255
|
+
repository: string | undefined;
|
|
256
|
+
policyRevision?: string;
|
|
257
|
+
}
|
|
258
|
+
export interface DeleteRepositoryPermissionsPolicyResult {
|
|
259
|
+
policy?: ResourcePolicy;
|
|
260
|
+
}
|
|
261
|
+
export interface DescribeDomainRequest {
|
|
262
|
+
domain: string | undefined;
|
|
263
|
+
domainOwner?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface DescribeDomainResult {
|
|
266
|
+
domain?: DomainDescription;
|
|
267
|
+
}
|
|
268
|
+
export interface DescribePackageRequest {
|
|
269
|
+
domain: string | undefined;
|
|
270
|
+
domainOwner?: string;
|
|
271
|
+
repository: string | undefined;
|
|
272
|
+
format: PackageFormat | string | undefined;
|
|
273
|
+
namespace?: string;
|
|
274
|
+
package: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface PackageOriginRestrictions {
|
|
277
|
+
publish: AllowPublish | string | undefined;
|
|
278
|
+
upstream: AllowUpstream | string | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface PackageOriginConfiguration {
|
|
281
|
+
restrictions?: PackageOriginRestrictions;
|
|
282
|
+
}
|
|
283
|
+
export interface PackageDescription {
|
|
284
|
+
format?: PackageFormat | string;
|
|
285
|
+
namespace?: string;
|
|
286
|
+
name?: string;
|
|
287
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
288
|
+
}
|
|
289
|
+
export interface DescribePackageResult {
|
|
290
|
+
package: PackageDescription | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface DescribePackageVersionRequest {
|
|
293
|
+
domain: string | undefined;
|
|
294
|
+
domainOwner?: string;
|
|
295
|
+
repository: string | undefined;
|
|
296
|
+
format: PackageFormat | string | undefined;
|
|
297
|
+
namespace?: string;
|
|
298
|
+
package: string | undefined;
|
|
299
|
+
packageVersion: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface LicenseInfo {
|
|
302
|
+
name?: string;
|
|
303
|
+
url?: string;
|
|
304
|
+
}
|
|
305
|
+
export interface DomainEntryPoint {
|
|
306
|
+
repositoryName?: string;
|
|
307
|
+
externalConnectionName?: string;
|
|
308
|
+
}
|
|
309
|
+
export declare enum PackageVersionOriginType {
|
|
310
|
+
EXTERNAL = "EXTERNAL",
|
|
311
|
+
INTERNAL = "INTERNAL",
|
|
312
|
+
UNKNOWN = "UNKNOWN",
|
|
313
|
+
}
|
|
314
|
+
export interface PackageVersionOrigin {
|
|
315
|
+
domainEntryPoint?: DomainEntryPoint;
|
|
316
|
+
originType?: PackageVersionOriginType | string;
|
|
317
|
+
}
|
|
318
|
+
export interface PackageVersionDescription {
|
|
319
|
+
format?: PackageFormat | string;
|
|
320
|
+
namespace?: string;
|
|
321
|
+
packageName?: string;
|
|
322
|
+
displayName?: string;
|
|
323
|
+
version?: string;
|
|
324
|
+
summary?: string;
|
|
325
|
+
homePage?: string;
|
|
326
|
+
sourceCodeRepository?: string;
|
|
327
|
+
publishedTime?: Date;
|
|
328
|
+
licenses?: LicenseInfo[];
|
|
329
|
+
revision?: string;
|
|
330
|
+
status?: PackageVersionStatus | string;
|
|
331
|
+
origin?: PackageVersionOrigin;
|
|
332
|
+
}
|
|
333
|
+
export interface DescribePackageVersionResult {
|
|
334
|
+
packageVersion: PackageVersionDescription | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface DescribeRepositoryRequest {
|
|
337
|
+
domain: string | undefined;
|
|
338
|
+
domainOwner?: string;
|
|
339
|
+
repository: string | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface DescribeRepositoryResult {
|
|
342
|
+
repository?: RepositoryDescription;
|
|
343
|
+
}
|
|
344
|
+
export interface DisassociateExternalConnectionRequest {
|
|
345
|
+
domain: string | undefined;
|
|
346
|
+
domainOwner?: string;
|
|
347
|
+
repository: string | undefined;
|
|
348
|
+
externalConnection: string | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface DisassociateExternalConnectionResult {
|
|
351
|
+
repository?: RepositoryDescription;
|
|
352
|
+
}
|
|
353
|
+
export interface DisposePackageVersionsRequest {
|
|
354
|
+
domain: string | undefined;
|
|
355
|
+
domainOwner?: string;
|
|
356
|
+
repository: string | undefined;
|
|
357
|
+
format: PackageFormat | string | undefined;
|
|
358
|
+
namespace?: string;
|
|
359
|
+
package: string | undefined;
|
|
360
|
+
versions: string[] | undefined;
|
|
361
|
+
versionRevisions?: Record<string, string>;
|
|
362
|
+
expectedStatus?: PackageVersionStatus | string;
|
|
363
|
+
}
|
|
364
|
+
export interface DisposePackageVersionsResult {
|
|
365
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
366
|
+
failedVersions?: Record<string, PackageVersionError>;
|
|
367
|
+
}
|
|
368
|
+
export interface GetAuthorizationTokenRequest {
|
|
369
|
+
domain: string | undefined;
|
|
370
|
+
domainOwner?: string;
|
|
371
|
+
durationSeconds?: number;
|
|
372
|
+
}
|
|
373
|
+
export interface GetAuthorizationTokenResult {
|
|
374
|
+
authorizationToken?: string;
|
|
375
|
+
expiration?: Date;
|
|
376
|
+
}
|
|
377
|
+
export interface GetDomainPermissionsPolicyRequest {
|
|
378
|
+
domain: string | undefined;
|
|
379
|
+
domainOwner?: string;
|
|
380
|
+
}
|
|
381
|
+
export interface GetDomainPermissionsPolicyResult {
|
|
382
|
+
policy?: ResourcePolicy;
|
|
383
|
+
}
|
|
384
|
+
export interface GetPackageVersionAssetRequest {
|
|
385
|
+
domain: string | undefined;
|
|
386
|
+
domainOwner?: string;
|
|
387
|
+
repository: string | undefined;
|
|
388
|
+
format: PackageFormat | string | undefined;
|
|
389
|
+
namespace?: string;
|
|
390
|
+
package: string | undefined;
|
|
391
|
+
packageVersion: string | undefined;
|
|
392
|
+
asset: string | undefined;
|
|
393
|
+
packageVersionRevision?: string;
|
|
394
|
+
}
|
|
395
|
+
export interface GetPackageVersionAssetResult {
|
|
396
|
+
asset?: Readable | ReadableStream | Blob;
|
|
397
|
+
assetName?: string;
|
|
398
|
+
packageVersion?: string;
|
|
399
|
+
packageVersionRevision?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface GetPackageVersionReadmeRequest {
|
|
402
|
+
domain: string | undefined;
|
|
403
|
+
domainOwner?: string;
|
|
404
|
+
repository: string | undefined;
|
|
405
|
+
format: PackageFormat | string | undefined;
|
|
406
|
+
namespace?: string;
|
|
407
|
+
package: string | undefined;
|
|
408
|
+
packageVersion: string | undefined;
|
|
409
|
+
}
|
|
410
|
+
export interface GetPackageVersionReadmeResult {
|
|
411
|
+
format?: PackageFormat | string;
|
|
412
|
+
namespace?: string;
|
|
413
|
+
package?: string;
|
|
414
|
+
version?: string;
|
|
415
|
+
versionRevision?: string;
|
|
416
|
+
readme?: string;
|
|
417
|
+
}
|
|
418
|
+
export interface GetRepositoryEndpointRequest {
|
|
419
|
+
domain: string | undefined;
|
|
420
|
+
domainOwner?: string;
|
|
421
|
+
repository: string | undefined;
|
|
422
|
+
format: PackageFormat | string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export interface GetRepositoryEndpointResult {
|
|
425
|
+
repositoryEndpoint?: string;
|
|
426
|
+
}
|
|
427
|
+
export interface GetRepositoryPermissionsPolicyRequest {
|
|
428
|
+
domain: string | undefined;
|
|
429
|
+
domainOwner?: string;
|
|
430
|
+
repository: string | undefined;
|
|
431
|
+
}
|
|
432
|
+
export interface GetRepositoryPermissionsPolicyResult {
|
|
433
|
+
policy?: ResourcePolicy;
|
|
434
|
+
}
|
|
435
|
+
export interface ListDomainsRequest {
|
|
436
|
+
maxResults?: number;
|
|
437
|
+
nextToken?: string;
|
|
438
|
+
}
|
|
439
|
+
export interface DomainSummary {
|
|
440
|
+
name?: string;
|
|
441
|
+
owner?: string;
|
|
442
|
+
arn?: string;
|
|
443
|
+
status?: DomainStatus | string;
|
|
444
|
+
createdTime?: Date;
|
|
445
|
+
encryptionKey?: string;
|
|
446
|
+
}
|
|
447
|
+
export interface ListDomainsResult {
|
|
448
|
+
domains?: DomainSummary[];
|
|
449
|
+
nextToken?: string;
|
|
450
|
+
}
|
|
451
|
+
export interface ListPackagesRequest {
|
|
452
|
+
domain: string | undefined;
|
|
453
|
+
domainOwner?: string;
|
|
454
|
+
repository: string | undefined;
|
|
455
|
+
format?: PackageFormat | string;
|
|
456
|
+
namespace?: string;
|
|
457
|
+
packagePrefix?: string;
|
|
458
|
+
maxResults?: number;
|
|
459
|
+
nextToken?: string;
|
|
460
|
+
publish?: AllowPublish | string;
|
|
461
|
+
upstream?: AllowUpstream | string;
|
|
462
|
+
}
|
|
463
|
+
export interface PackageSummary {
|
|
464
|
+
format?: PackageFormat | string;
|
|
465
|
+
namespace?: string;
|
|
466
|
+
package?: string;
|
|
467
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
468
|
+
}
|
|
469
|
+
export interface ListPackagesResult {
|
|
470
|
+
packages?: PackageSummary[];
|
|
471
|
+
nextToken?: string;
|
|
472
|
+
}
|
|
473
|
+
export interface ListPackageVersionAssetsRequest {
|
|
474
|
+
domain: string | undefined;
|
|
475
|
+
domainOwner?: string;
|
|
476
|
+
repository: string | undefined;
|
|
477
|
+
format: PackageFormat | string | undefined;
|
|
478
|
+
namespace?: string;
|
|
479
|
+
package: string | undefined;
|
|
480
|
+
packageVersion: string | undefined;
|
|
481
|
+
maxResults?: number;
|
|
482
|
+
nextToken?: string;
|
|
483
|
+
}
|
|
484
|
+
export interface ListPackageVersionAssetsResult {
|
|
485
|
+
format?: PackageFormat | string;
|
|
486
|
+
namespace?: string;
|
|
487
|
+
package?: string;
|
|
488
|
+
version?: string;
|
|
489
|
+
versionRevision?: string;
|
|
490
|
+
nextToken?: string;
|
|
491
|
+
assets?: AssetSummary[];
|
|
492
|
+
}
|
|
493
|
+
export interface ListPackageVersionDependenciesRequest {
|
|
494
|
+
domain: string | undefined;
|
|
495
|
+
domainOwner?: string;
|
|
496
|
+
repository: string | undefined;
|
|
497
|
+
format: PackageFormat | string | undefined;
|
|
498
|
+
namespace?: string;
|
|
499
|
+
package: string | undefined;
|
|
500
|
+
packageVersion: string | undefined;
|
|
501
|
+
nextToken?: string;
|
|
502
|
+
}
|
|
503
|
+
export interface PackageDependency {
|
|
504
|
+
namespace?: string;
|
|
505
|
+
package?: string;
|
|
506
|
+
dependencyType?: string;
|
|
507
|
+
versionRequirement?: string;
|
|
508
|
+
}
|
|
509
|
+
export interface ListPackageVersionDependenciesResult {
|
|
510
|
+
format?: PackageFormat | string;
|
|
511
|
+
namespace?: string;
|
|
512
|
+
package?: string;
|
|
513
|
+
version?: string;
|
|
514
|
+
versionRevision?: string;
|
|
515
|
+
nextToken?: string;
|
|
516
|
+
dependencies?: PackageDependency[];
|
|
517
|
+
}
|
|
518
|
+
export declare enum PackageVersionSortType {
|
|
519
|
+
PUBLISHED_TIME = "PUBLISHED_TIME",
|
|
520
|
+
}
|
|
521
|
+
export interface ListPackageVersionsRequest {
|
|
522
|
+
domain: string | undefined;
|
|
523
|
+
domainOwner?: string;
|
|
524
|
+
repository: string | undefined;
|
|
525
|
+
format: PackageFormat | string | undefined;
|
|
526
|
+
namespace?: string;
|
|
527
|
+
package: string | undefined;
|
|
528
|
+
status?: PackageVersionStatus | string;
|
|
529
|
+
sortBy?: PackageVersionSortType | string;
|
|
530
|
+
maxResults?: number;
|
|
531
|
+
nextToken?: string;
|
|
532
|
+
originType?: PackageVersionOriginType | string;
|
|
533
|
+
}
|
|
534
|
+
export interface PackageVersionSummary {
|
|
535
|
+
version: string | undefined;
|
|
536
|
+
revision?: string;
|
|
537
|
+
status: PackageVersionStatus | string | undefined;
|
|
538
|
+
origin?: PackageVersionOrigin;
|
|
539
|
+
}
|
|
540
|
+
export interface ListPackageVersionsResult {
|
|
541
|
+
defaultDisplayVersion?: string;
|
|
542
|
+
format?: PackageFormat | string;
|
|
543
|
+
namespace?: string;
|
|
544
|
+
package?: string;
|
|
545
|
+
versions?: PackageVersionSummary[];
|
|
546
|
+
nextToken?: string;
|
|
547
|
+
}
|
|
548
|
+
export interface ListRepositoriesRequest {
|
|
549
|
+
repositoryPrefix?: string;
|
|
550
|
+
maxResults?: number;
|
|
551
|
+
nextToken?: string;
|
|
552
|
+
}
|
|
553
|
+
export interface RepositorySummary {
|
|
554
|
+
name?: string;
|
|
555
|
+
administratorAccount?: string;
|
|
556
|
+
domainName?: string;
|
|
557
|
+
domainOwner?: string;
|
|
558
|
+
arn?: string;
|
|
559
|
+
description?: string;
|
|
560
|
+
}
|
|
561
|
+
export interface ListRepositoriesResult {
|
|
562
|
+
repositories?: RepositorySummary[];
|
|
563
|
+
nextToken?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface ListRepositoriesInDomainRequest {
|
|
566
|
+
domain: string | undefined;
|
|
567
|
+
domainOwner?: string;
|
|
568
|
+
administratorAccount?: string;
|
|
569
|
+
repositoryPrefix?: string;
|
|
570
|
+
maxResults?: number;
|
|
571
|
+
nextToken?: string;
|
|
572
|
+
}
|
|
573
|
+
export interface ListRepositoriesInDomainResult {
|
|
574
|
+
repositories?: RepositorySummary[];
|
|
575
|
+
nextToken?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface ListTagsForResourceRequest {
|
|
578
|
+
resourceArn: string | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface ListTagsForResourceResult {
|
|
581
|
+
tags?: Tag[];
|
|
582
|
+
}
|
|
583
|
+
export interface PutDomainPermissionsPolicyRequest {
|
|
584
|
+
domain: string | undefined;
|
|
585
|
+
domainOwner?: string;
|
|
586
|
+
policyRevision?: string;
|
|
587
|
+
policyDocument: string | undefined;
|
|
588
|
+
}
|
|
589
|
+
export interface PutDomainPermissionsPolicyResult {
|
|
590
|
+
policy?: ResourcePolicy;
|
|
591
|
+
}
|
|
592
|
+
export interface PutPackageOriginConfigurationRequest {
|
|
593
|
+
domain: string | undefined;
|
|
594
|
+
domainOwner?: string;
|
|
595
|
+
repository: string | undefined;
|
|
596
|
+
format: PackageFormat | string | undefined;
|
|
597
|
+
namespace?: string;
|
|
598
|
+
package: string | undefined;
|
|
599
|
+
restrictions: PackageOriginRestrictions | undefined;
|
|
600
|
+
}
|
|
601
|
+
export interface PutPackageOriginConfigurationResult {
|
|
602
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
603
|
+
}
|
|
604
|
+
export interface PutRepositoryPermissionsPolicyRequest {
|
|
605
|
+
domain: string | undefined;
|
|
606
|
+
domainOwner?: string;
|
|
607
|
+
repository: string | undefined;
|
|
608
|
+
policyRevision?: string;
|
|
609
|
+
policyDocument: string | undefined;
|
|
610
|
+
}
|
|
611
|
+
export interface PutRepositoryPermissionsPolicyResult {
|
|
612
|
+
policy?: ResourcePolicy;
|
|
613
|
+
}
|
|
614
|
+
export interface TagResourceRequest {
|
|
615
|
+
resourceArn: string | undefined;
|
|
616
|
+
tags: Tag[] | undefined;
|
|
617
|
+
}
|
|
618
|
+
export interface TagResourceResult {}
|
|
619
|
+
export interface UntagResourceRequest {
|
|
620
|
+
resourceArn: string | undefined;
|
|
621
|
+
tagKeys: string[] | undefined;
|
|
622
|
+
}
|
|
623
|
+
export interface UntagResourceResult {}
|
|
624
|
+
export interface UpdatePackageVersionsStatusRequest {
|
|
625
|
+
domain: string | undefined;
|
|
626
|
+
domainOwner?: string;
|
|
627
|
+
repository: string | undefined;
|
|
628
|
+
format: PackageFormat | string | undefined;
|
|
629
|
+
namespace?: string;
|
|
630
|
+
package: string | undefined;
|
|
631
|
+
versions: string[] | undefined;
|
|
632
|
+
versionRevisions?: Record<string, string>;
|
|
633
|
+
expectedStatus?: PackageVersionStatus | string;
|
|
634
|
+
targetStatus: PackageVersionStatus | string | undefined;
|
|
635
|
+
}
|
|
636
|
+
export interface UpdatePackageVersionsStatusResult {
|
|
637
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo>;
|
|
638
|
+
failedVersions?: Record<string, PackageVersionError>;
|
|
639
|
+
}
|
|
640
|
+
export interface UpdateRepositoryRequest {
|
|
641
|
+
domain: string | undefined;
|
|
642
|
+
domainOwner?: string;
|
|
643
|
+
repository: string | undefined;
|
|
644
|
+
description?: string;
|
|
645
|
+
upstreams?: UpstreamRepository[];
|
|
646
|
+
}
|
|
647
|
+
export interface UpdateRepositoryResult {
|
|
648
|
+
repository?: RepositoryDescription;
|
|
649
|
+
}
|
|
650
|
+
export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
|
|
651
|
+
export declare const AssociateExternalConnectionRequestFilterSensitiveLog: (
|
|
652
|
+
obj: AssociateExternalConnectionRequest
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const RepositoryExternalConnectionInfoFilterSensitiveLog: (
|
|
655
|
+
obj: RepositoryExternalConnectionInfo
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const UpstreamRepositoryInfoFilterSensitiveLog: (
|
|
658
|
+
obj: UpstreamRepositoryInfo
|
|
659
|
+
) => any;
|
|
660
|
+
export declare const RepositoryDescriptionFilterSensitiveLog: (
|
|
661
|
+
obj: RepositoryDescription
|
|
662
|
+
) => any;
|
|
663
|
+
export declare const AssociateExternalConnectionResultFilterSensitiveLog: (
|
|
664
|
+
obj: AssociateExternalConnectionResult
|
|
665
|
+
) => any;
|
|
666
|
+
export declare const CopyPackageVersionsRequestFilterSensitiveLog: (
|
|
667
|
+
obj: CopyPackageVersionsRequest
|
|
668
|
+
) => any;
|
|
669
|
+
export declare const PackageVersionErrorFilterSensitiveLog: (
|
|
670
|
+
obj: PackageVersionError
|
|
671
|
+
) => any;
|
|
672
|
+
export declare const SuccessfulPackageVersionInfoFilterSensitiveLog: (
|
|
673
|
+
obj: SuccessfulPackageVersionInfo
|
|
674
|
+
) => any;
|
|
675
|
+
export declare const CopyPackageVersionsResultFilterSensitiveLog: (
|
|
676
|
+
obj: CopyPackageVersionsResult
|
|
677
|
+
) => any;
|
|
678
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
679
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (
|
|
680
|
+
obj: CreateDomainRequest
|
|
681
|
+
) => any;
|
|
682
|
+
export declare const DomainDescriptionFilterSensitiveLog: (
|
|
683
|
+
obj: DomainDescription
|
|
684
|
+
) => any;
|
|
685
|
+
export declare const CreateDomainResultFilterSensitiveLog: (
|
|
686
|
+
obj: CreateDomainResult
|
|
687
|
+
) => any;
|
|
688
|
+
export declare const UpstreamRepositoryFilterSensitiveLog: (
|
|
689
|
+
obj: UpstreamRepository
|
|
690
|
+
) => any;
|
|
691
|
+
export declare const CreateRepositoryRequestFilterSensitiveLog: (
|
|
692
|
+
obj: CreateRepositoryRequest
|
|
693
|
+
) => any;
|
|
694
|
+
export declare const CreateRepositoryResultFilterSensitiveLog: (
|
|
695
|
+
obj: CreateRepositoryResult
|
|
696
|
+
) => any;
|
|
697
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (
|
|
698
|
+
obj: DeleteDomainRequest
|
|
699
|
+
) => any;
|
|
700
|
+
export declare const DeleteDomainResultFilterSensitiveLog: (
|
|
701
|
+
obj: DeleteDomainResult
|
|
702
|
+
) => any;
|
|
703
|
+
export declare const DeleteDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
704
|
+
obj: DeleteDomainPermissionsPolicyRequest
|
|
705
|
+
) => any;
|
|
706
|
+
export declare const ResourcePolicyFilterSensitiveLog: (
|
|
707
|
+
obj: ResourcePolicy
|
|
708
|
+
) => any;
|
|
709
|
+
export declare const DeleteDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
710
|
+
obj: DeleteDomainPermissionsPolicyResult
|
|
711
|
+
) => any;
|
|
712
|
+
export declare const DeletePackageVersionsRequestFilterSensitiveLog: (
|
|
713
|
+
obj: DeletePackageVersionsRequest
|
|
714
|
+
) => any;
|
|
715
|
+
export declare const DeletePackageVersionsResultFilterSensitiveLog: (
|
|
716
|
+
obj: DeletePackageVersionsResult
|
|
717
|
+
) => any;
|
|
718
|
+
export declare const DeleteRepositoryRequestFilterSensitiveLog: (
|
|
719
|
+
obj: DeleteRepositoryRequest
|
|
720
|
+
) => any;
|
|
721
|
+
export declare const DeleteRepositoryResultFilterSensitiveLog: (
|
|
722
|
+
obj: DeleteRepositoryResult
|
|
723
|
+
) => any;
|
|
724
|
+
export declare const DeleteRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
725
|
+
obj: DeleteRepositoryPermissionsPolicyRequest
|
|
726
|
+
) => any;
|
|
727
|
+
export declare const DeleteRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
728
|
+
obj: DeleteRepositoryPermissionsPolicyResult
|
|
729
|
+
) => any;
|
|
730
|
+
export declare const DescribeDomainRequestFilterSensitiveLog: (
|
|
731
|
+
obj: DescribeDomainRequest
|
|
732
|
+
) => any;
|
|
733
|
+
export declare const DescribeDomainResultFilterSensitiveLog: (
|
|
734
|
+
obj: DescribeDomainResult
|
|
735
|
+
) => any;
|
|
736
|
+
export declare const DescribePackageRequestFilterSensitiveLog: (
|
|
737
|
+
obj: DescribePackageRequest
|
|
738
|
+
) => any;
|
|
739
|
+
export declare const PackageOriginRestrictionsFilterSensitiveLog: (
|
|
740
|
+
obj: PackageOriginRestrictions
|
|
741
|
+
) => any;
|
|
742
|
+
export declare const PackageOriginConfigurationFilterSensitiveLog: (
|
|
743
|
+
obj: PackageOriginConfiguration
|
|
744
|
+
) => any;
|
|
745
|
+
export declare const PackageDescriptionFilterSensitiveLog: (
|
|
746
|
+
obj: PackageDescription
|
|
747
|
+
) => any;
|
|
748
|
+
export declare const DescribePackageResultFilterSensitiveLog: (
|
|
749
|
+
obj: DescribePackageResult
|
|
750
|
+
) => any;
|
|
751
|
+
export declare const DescribePackageVersionRequestFilterSensitiveLog: (
|
|
752
|
+
obj: DescribePackageVersionRequest
|
|
753
|
+
) => any;
|
|
754
|
+
export declare const LicenseInfoFilterSensitiveLog: (obj: LicenseInfo) => any;
|
|
755
|
+
export declare const DomainEntryPointFilterSensitiveLog: (
|
|
756
|
+
obj: DomainEntryPoint
|
|
757
|
+
) => any;
|
|
758
|
+
export declare const PackageVersionOriginFilterSensitiveLog: (
|
|
759
|
+
obj: PackageVersionOrigin
|
|
760
|
+
) => any;
|
|
761
|
+
export declare const PackageVersionDescriptionFilterSensitiveLog: (
|
|
762
|
+
obj: PackageVersionDescription
|
|
763
|
+
) => any;
|
|
764
|
+
export declare const DescribePackageVersionResultFilterSensitiveLog: (
|
|
765
|
+
obj: DescribePackageVersionResult
|
|
766
|
+
) => any;
|
|
767
|
+
export declare const DescribeRepositoryRequestFilterSensitiveLog: (
|
|
768
|
+
obj: DescribeRepositoryRequest
|
|
769
|
+
) => any;
|
|
770
|
+
export declare const DescribeRepositoryResultFilterSensitiveLog: (
|
|
771
|
+
obj: DescribeRepositoryResult
|
|
772
|
+
) => any;
|
|
773
|
+
export declare const DisassociateExternalConnectionRequestFilterSensitiveLog: (
|
|
774
|
+
obj: DisassociateExternalConnectionRequest
|
|
775
|
+
) => any;
|
|
776
|
+
export declare const DisassociateExternalConnectionResultFilterSensitiveLog: (
|
|
777
|
+
obj: DisassociateExternalConnectionResult
|
|
778
|
+
) => any;
|
|
779
|
+
export declare const DisposePackageVersionsRequestFilterSensitiveLog: (
|
|
780
|
+
obj: DisposePackageVersionsRequest
|
|
781
|
+
) => any;
|
|
782
|
+
export declare const DisposePackageVersionsResultFilterSensitiveLog: (
|
|
783
|
+
obj: DisposePackageVersionsResult
|
|
784
|
+
) => any;
|
|
785
|
+
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (
|
|
786
|
+
obj: GetAuthorizationTokenRequest
|
|
787
|
+
) => any;
|
|
788
|
+
export declare const GetAuthorizationTokenResultFilterSensitiveLog: (
|
|
789
|
+
obj: GetAuthorizationTokenResult
|
|
790
|
+
) => any;
|
|
791
|
+
export declare const GetDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
792
|
+
obj: GetDomainPermissionsPolicyRequest
|
|
793
|
+
) => any;
|
|
794
|
+
export declare const GetDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
795
|
+
obj: GetDomainPermissionsPolicyResult
|
|
796
|
+
) => any;
|
|
797
|
+
export declare const GetPackageVersionAssetRequestFilterSensitiveLog: (
|
|
798
|
+
obj: GetPackageVersionAssetRequest
|
|
799
|
+
) => any;
|
|
800
|
+
export declare const GetPackageVersionAssetResultFilterSensitiveLog: (
|
|
801
|
+
obj: GetPackageVersionAssetResult
|
|
802
|
+
) => any;
|
|
803
|
+
export declare const GetPackageVersionReadmeRequestFilterSensitiveLog: (
|
|
804
|
+
obj: GetPackageVersionReadmeRequest
|
|
805
|
+
) => any;
|
|
806
|
+
export declare const GetPackageVersionReadmeResultFilterSensitiveLog: (
|
|
807
|
+
obj: GetPackageVersionReadmeResult
|
|
808
|
+
) => any;
|
|
809
|
+
export declare const GetRepositoryEndpointRequestFilterSensitiveLog: (
|
|
810
|
+
obj: GetRepositoryEndpointRequest
|
|
811
|
+
) => any;
|
|
812
|
+
export declare const GetRepositoryEndpointResultFilterSensitiveLog: (
|
|
813
|
+
obj: GetRepositoryEndpointResult
|
|
814
|
+
) => any;
|
|
815
|
+
export declare const GetRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
816
|
+
obj: GetRepositoryPermissionsPolicyRequest
|
|
817
|
+
) => any;
|
|
818
|
+
export declare const GetRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
819
|
+
obj: GetRepositoryPermissionsPolicyResult
|
|
820
|
+
) => any;
|
|
821
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (
|
|
822
|
+
obj: ListDomainsRequest
|
|
823
|
+
) => any;
|
|
824
|
+
export declare const DomainSummaryFilterSensitiveLog: (
|
|
825
|
+
obj: DomainSummary
|
|
826
|
+
) => any;
|
|
827
|
+
export declare const ListDomainsResultFilterSensitiveLog: (
|
|
828
|
+
obj: ListDomainsResult
|
|
829
|
+
) => any;
|
|
830
|
+
export declare const ListPackagesRequestFilterSensitiveLog: (
|
|
831
|
+
obj: ListPackagesRequest
|
|
832
|
+
) => any;
|
|
833
|
+
export declare const PackageSummaryFilterSensitiveLog: (
|
|
834
|
+
obj: PackageSummary
|
|
835
|
+
) => any;
|
|
836
|
+
export declare const ListPackagesResultFilterSensitiveLog: (
|
|
837
|
+
obj: ListPackagesResult
|
|
838
|
+
) => any;
|
|
839
|
+
export declare const ListPackageVersionAssetsRequestFilterSensitiveLog: (
|
|
840
|
+
obj: ListPackageVersionAssetsRequest
|
|
841
|
+
) => any;
|
|
842
|
+
export declare const ListPackageVersionAssetsResultFilterSensitiveLog: (
|
|
843
|
+
obj: ListPackageVersionAssetsResult
|
|
844
|
+
) => any;
|
|
845
|
+
export declare const ListPackageVersionDependenciesRequestFilterSensitiveLog: (
|
|
846
|
+
obj: ListPackageVersionDependenciesRequest
|
|
847
|
+
) => any;
|
|
848
|
+
export declare const PackageDependencyFilterSensitiveLog: (
|
|
849
|
+
obj: PackageDependency
|
|
850
|
+
) => any;
|
|
851
|
+
export declare const ListPackageVersionDependenciesResultFilterSensitiveLog: (
|
|
852
|
+
obj: ListPackageVersionDependenciesResult
|
|
853
|
+
) => any;
|
|
854
|
+
export declare const ListPackageVersionsRequestFilterSensitiveLog: (
|
|
855
|
+
obj: ListPackageVersionsRequest
|
|
856
|
+
) => any;
|
|
857
|
+
export declare const PackageVersionSummaryFilterSensitiveLog: (
|
|
858
|
+
obj: PackageVersionSummary
|
|
859
|
+
) => any;
|
|
860
|
+
export declare const ListPackageVersionsResultFilterSensitiveLog: (
|
|
861
|
+
obj: ListPackageVersionsResult
|
|
862
|
+
) => any;
|
|
863
|
+
export declare const ListRepositoriesRequestFilterSensitiveLog: (
|
|
864
|
+
obj: ListRepositoriesRequest
|
|
865
|
+
) => any;
|
|
866
|
+
export declare const RepositorySummaryFilterSensitiveLog: (
|
|
867
|
+
obj: RepositorySummary
|
|
868
|
+
) => any;
|
|
869
|
+
export declare const ListRepositoriesResultFilterSensitiveLog: (
|
|
870
|
+
obj: ListRepositoriesResult
|
|
871
|
+
) => any;
|
|
872
|
+
export declare const ListRepositoriesInDomainRequestFilterSensitiveLog: (
|
|
873
|
+
obj: ListRepositoriesInDomainRequest
|
|
874
|
+
) => any;
|
|
875
|
+
export declare const ListRepositoriesInDomainResultFilterSensitiveLog: (
|
|
876
|
+
obj: ListRepositoriesInDomainResult
|
|
877
|
+
) => any;
|
|
878
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
879
|
+
obj: ListTagsForResourceRequest
|
|
880
|
+
) => any;
|
|
881
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (
|
|
882
|
+
obj: ListTagsForResourceResult
|
|
883
|
+
) => any;
|
|
884
|
+
export declare const PutDomainPermissionsPolicyRequestFilterSensitiveLog: (
|
|
885
|
+
obj: PutDomainPermissionsPolicyRequest
|
|
886
|
+
) => any;
|
|
887
|
+
export declare const PutDomainPermissionsPolicyResultFilterSensitiveLog: (
|
|
888
|
+
obj: PutDomainPermissionsPolicyResult
|
|
889
|
+
) => any;
|
|
890
|
+
export declare const PutPackageOriginConfigurationRequestFilterSensitiveLog: (
|
|
891
|
+
obj: PutPackageOriginConfigurationRequest
|
|
892
|
+
) => any;
|
|
893
|
+
export declare const PutPackageOriginConfigurationResultFilterSensitiveLog: (
|
|
894
|
+
obj: PutPackageOriginConfigurationResult
|
|
895
|
+
) => any;
|
|
896
|
+
export declare const PutRepositoryPermissionsPolicyRequestFilterSensitiveLog: (
|
|
897
|
+
obj: PutRepositoryPermissionsPolicyRequest
|
|
898
|
+
) => any;
|
|
899
|
+
export declare const PutRepositoryPermissionsPolicyResultFilterSensitiveLog: (
|
|
900
|
+
obj: PutRepositoryPermissionsPolicyResult
|
|
901
|
+
) => any;
|
|
902
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
903
|
+
obj: TagResourceRequest
|
|
904
|
+
) => any;
|
|
905
|
+
export declare const TagResourceResultFilterSensitiveLog: (
|
|
906
|
+
obj: TagResourceResult
|
|
907
|
+
) => any;
|
|
908
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
909
|
+
obj: UntagResourceRequest
|
|
910
|
+
) => any;
|
|
911
|
+
export declare const UntagResourceResultFilterSensitiveLog: (
|
|
912
|
+
obj: UntagResourceResult
|
|
913
|
+
) => any;
|
|
914
|
+
export declare const UpdatePackageVersionsStatusRequestFilterSensitiveLog: (
|
|
915
|
+
obj: UpdatePackageVersionsStatusRequest
|
|
916
|
+
) => any;
|
|
917
|
+
export declare const UpdatePackageVersionsStatusResultFilterSensitiveLog: (
|
|
918
|
+
obj: UpdatePackageVersionsStatusResult
|
|
919
|
+
) => any;
|
|
920
|
+
export declare const UpdateRepositoryRequestFilterSensitiveLog: (
|
|
921
|
+
obj: UpdateRepositoryRequest
|
|
922
|
+
) => any;
|
|
923
|
+
export declare const UpdateRepositoryResultFilterSensitiveLog: (
|
|
924
|
+
obj: UpdateRepositoryResult
|
|
925
|
+
) => any;
|