@aws-sdk/client-codeartifact 3.128.0 → 3.137.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 +35 -0
- package/README.md +10 -0
- package/dist-cjs/Codeartifact.js +30 -0
- package/dist-cjs/commands/AssociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -2
- package/dist-cjs/commands/DescribePackageCommand.js +36 -0
- package/dist-cjs/commands/DescribePackageVersionCommand.js +2 -2
- package/dist-cjs/commands/DescribeRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +2 -2
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +2 -2
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListDomainsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +2 -2
- package/dist-cjs/commands/ListPackageVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListPackagesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +395 -513
- package/dist-cjs/protocols/Aws_restJson1.js +213 -2
- package/dist-es/Codeartifact.js +30 -0
- package/dist-es/commands/AssociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/CopyPackageVersionsCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DeletePackageVersionsCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeDomainCommand.js +3 -3
- package/dist-es/commands/DescribePackageCommand.js +39 -0
- package/dist-es/commands/DescribePackageVersionCommand.js +3 -3
- package/dist-es/commands/DescribeRepositoryCommand.js +3 -3
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +3 -3
- package/dist-es/commands/DisposePackageVersionsCommand.js +3 -3
- package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionAssetCommand.js +3 -3
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +3 -3
- package/dist-es/commands/GetRepositoryEndpointCommand.js +3 -3
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/ListDomainsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +3 -3
- package/dist-es/commands/ListPackageVersionsCommand.js +3 -3
- package/dist-es/commands/ListPackagesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +39 -0
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +3 -3
- package/dist-es/commands/UpdateRepositoryCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +110 -340
- package/dist-es/protocols/Aws_restJson1.js +247 -2
- package/dist-types/Codeartifact.d.ts +37 -1
- package/dist-types/CodeartifactClient.d.ts +14 -2
- package/dist-types/commands/DescribePackageCommand.d.ts +37 -0
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +3 -1
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +770 -669
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +10 -0
- package/dist-types/ts3.4/CodeartifactClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +276 -328
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +9 -9
|
@@ -15,6 +15,14 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
15
|
*/
|
|
16
16
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
17
17
|
}
|
|
18
|
+
export declare enum AllowPublish {
|
|
19
|
+
ALLOW = "ALLOW",
|
|
20
|
+
BLOCK = "BLOCK"
|
|
21
|
+
}
|
|
22
|
+
export declare enum AllowUpstream {
|
|
23
|
+
ALLOW = "ALLOW",
|
|
24
|
+
BLOCK = "BLOCK"
|
|
25
|
+
}
|
|
18
26
|
export declare enum HashAlgorithm {
|
|
19
27
|
MD5 = "MD5",
|
|
20
28
|
SHA1 = "SHA-1",
|
|
@@ -46,12 +54,6 @@ export interface AssetSummary {
|
|
|
46
54
|
*/
|
|
47
55
|
hashes?: Record<string, string>;
|
|
48
56
|
}
|
|
49
|
-
export declare namespace AssetSummary {
|
|
50
|
-
/**
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
53
|
-
const filterSensitiveLog: (obj: AssetSummary) => any;
|
|
54
|
-
}
|
|
55
57
|
export interface AssociateExternalConnectionRequest {
|
|
56
58
|
/**
|
|
57
59
|
* <p>The name of the domain that contains the repository.</p>
|
|
@@ -82,11 +84,6 @@ export interface AssociateExternalConnectionRequest {
|
|
|
82
84
|
* </li>
|
|
83
85
|
* <li>
|
|
84
86
|
* <p>
|
|
85
|
-
* <code>public:nuget-org</code> - for the NuGet Gallery.
|
|
86
|
-
* </p>
|
|
87
|
-
* </li>
|
|
88
|
-
* <li>
|
|
89
|
-
* <p>
|
|
90
87
|
* <code>public:pypi</code> - for the Python Package Index.
|
|
91
88
|
* </p>
|
|
92
89
|
* </li>
|
|
@@ -114,12 +111,6 @@ export interface AssociateExternalConnectionRequest {
|
|
|
114
111
|
*/
|
|
115
112
|
externalConnection: string | undefined;
|
|
116
113
|
}
|
|
117
|
-
export declare namespace AssociateExternalConnectionRequest {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: AssociateExternalConnectionRequest) => any;
|
|
122
|
-
}
|
|
123
114
|
export declare enum PackageFormat {
|
|
124
115
|
MAVEN = "maven",
|
|
125
116
|
NPM = "npm",
|
|
@@ -174,12 +165,6 @@ export interface RepositoryExternalConnectionInfo {
|
|
|
174
165
|
*/
|
|
175
166
|
status?: ExternalConnectionStatus | string;
|
|
176
167
|
}
|
|
177
|
-
export declare namespace RepositoryExternalConnectionInfo {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
const filterSensitiveLog: (obj: RepositoryExternalConnectionInfo) => any;
|
|
182
|
-
}
|
|
183
168
|
/**
|
|
184
169
|
* <p>
|
|
185
170
|
* Information about an upstream repository.
|
|
@@ -191,12 +176,6 @@ export interface UpstreamRepositoryInfo {
|
|
|
191
176
|
*/
|
|
192
177
|
repositoryName?: string;
|
|
193
178
|
}
|
|
194
|
-
export declare namespace UpstreamRepositoryInfo {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
const filterSensitiveLog: (obj: UpstreamRepositoryInfo) => any;
|
|
199
|
-
}
|
|
200
179
|
/**
|
|
201
180
|
* <p> The details of a repository stored in CodeArtifact. A CodeArtifact repository contains a set of
|
|
202
181
|
* package versions, each of which maps to a set of assets. Repositories are polyglot—a single
|
|
@@ -252,12 +231,6 @@ export interface RepositoryDescription {
|
|
|
252
231
|
*/
|
|
253
232
|
externalConnections?: RepositoryExternalConnectionInfo[];
|
|
254
233
|
}
|
|
255
|
-
export declare namespace RepositoryDescription {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
const filterSensitiveLog: (obj: RepositoryDescription) => any;
|
|
260
|
-
}
|
|
261
234
|
export interface AssociateExternalConnectionResult {
|
|
262
235
|
/**
|
|
263
236
|
* <p>
|
|
@@ -266,12 +239,6 @@ export interface AssociateExternalConnectionResult {
|
|
|
266
239
|
*/
|
|
267
240
|
repository?: RepositoryDescription;
|
|
268
241
|
}
|
|
269
|
-
export declare namespace AssociateExternalConnectionResult {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
const filterSensitiveLog: (obj: AssociateExternalConnectionResult) => any;
|
|
274
|
-
}
|
|
275
242
|
export declare enum ResourceType {
|
|
276
243
|
ASSET = "asset",
|
|
277
244
|
DOMAIN = "domain",
|
|
@@ -426,7 +393,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
426
393
|
domainOwner?: string;
|
|
427
394
|
/**
|
|
428
395
|
* <p>
|
|
429
|
-
* The name of the repository that contains the package versions to
|
|
396
|
+
* The name of the repository that contains the package versions to be copied.
|
|
430
397
|
* </p>
|
|
431
398
|
*/
|
|
432
399
|
sourceRepository: string | undefined;
|
|
@@ -438,30 +405,29 @@ export interface CopyPackageVersionsRequest {
|
|
|
438
405
|
destinationRepository: string | undefined;
|
|
439
406
|
/**
|
|
440
407
|
* <p>
|
|
441
|
-
* The format of the package
|
|
408
|
+
* The format of the package versions to be copied.
|
|
442
409
|
* </p>
|
|
443
410
|
*/
|
|
444
411
|
format: PackageFormat | string | undefined;
|
|
445
412
|
/**
|
|
446
|
-
* <p>
|
|
447
|
-
*
|
|
448
|
-
*
|
|
449
|
-
* </p>
|
|
413
|
+
* <p>The namespace of the package versions to be copied. The package version component that specifies its
|
|
414
|
+
* namespace depends on its type. For example:</p>
|
|
415
|
+
*
|
|
450
416
|
* <ul>
|
|
451
417
|
* <li>
|
|
452
418
|
* <p>
|
|
453
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
419
|
+
* The namespace of a Maven package version is its <code>groupId</code>. The namespace is required when copying Maven package versions.
|
|
454
420
|
* </p>
|
|
455
421
|
* </li>
|
|
456
422
|
* <li>
|
|
457
423
|
* <p>
|
|
458
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
424
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
459
425
|
* </p>
|
|
460
426
|
* </li>
|
|
461
427
|
* <li>
|
|
462
428
|
* <p>
|
|
463
|
-
*
|
|
464
|
-
*
|
|
429
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
430
|
+
* of those formats do not have a namespace.
|
|
465
431
|
* </p>
|
|
466
432
|
* </li>
|
|
467
433
|
* </ul>
|
|
@@ -469,13 +435,13 @@ export interface CopyPackageVersionsRequest {
|
|
|
469
435
|
namespace?: string;
|
|
470
436
|
/**
|
|
471
437
|
* <p>
|
|
472
|
-
* The name of the package that
|
|
438
|
+
* The name of the package that contains the versions to be copied.
|
|
473
439
|
* </p>
|
|
474
440
|
*/
|
|
475
441
|
package: string | undefined;
|
|
476
442
|
/**
|
|
477
443
|
* <p>
|
|
478
|
-
* The versions of the package to
|
|
444
|
+
* The versions of the package to be copied.
|
|
479
445
|
* </p>
|
|
480
446
|
* <note>
|
|
481
447
|
* <p>
|
|
@@ -513,12 +479,6 @@ export interface CopyPackageVersionsRequest {
|
|
|
513
479
|
*/
|
|
514
480
|
includeFromUpstream?: boolean;
|
|
515
481
|
}
|
|
516
|
-
export declare namespace CopyPackageVersionsRequest {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
|
-
const filterSensitiveLog: (obj: CopyPackageVersionsRequest) => any;
|
|
521
|
-
}
|
|
522
482
|
export declare enum PackageVersionErrorCode {
|
|
523
483
|
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
524
484
|
MISMATCHED_REVISION = "MISMATCHED_REVISION",
|
|
@@ -528,7 +488,7 @@ export declare enum PackageVersionErrorCode {
|
|
|
528
488
|
SKIPPED = "SKIPPED"
|
|
529
489
|
}
|
|
530
490
|
/**
|
|
531
|
-
* <p>
|
|
491
|
+
* <p>l
|
|
532
492
|
* An error associated with package.
|
|
533
493
|
* </p>
|
|
534
494
|
*/
|
|
@@ -576,12 +536,6 @@ export interface PackageVersionError {
|
|
|
576
536
|
*/
|
|
577
537
|
errorMessage?: string;
|
|
578
538
|
}
|
|
579
|
-
export declare namespace PackageVersionError {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
|
-
const filterSensitiveLog: (obj: PackageVersionError) => any;
|
|
584
|
-
}
|
|
585
539
|
export declare enum PackageVersionStatus {
|
|
586
540
|
ARCHIVED = "Archived",
|
|
587
541
|
DELETED = "Deleted",
|
|
@@ -609,12 +563,6 @@ export interface SuccessfulPackageVersionInfo {
|
|
|
609
563
|
*/
|
|
610
564
|
status?: PackageVersionStatus | string;
|
|
611
565
|
}
|
|
612
|
-
export declare namespace SuccessfulPackageVersionInfo {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
|
-
const filterSensitiveLog: (obj: SuccessfulPackageVersionInfo) => any;
|
|
617
|
-
}
|
|
618
566
|
export interface CopyPackageVersionsResult {
|
|
619
567
|
/**
|
|
620
568
|
* <p>
|
|
@@ -662,12 +610,6 @@ export interface CopyPackageVersionsResult {
|
|
|
662
610
|
*/
|
|
663
611
|
failedVersions?: Record<string, PackageVersionError>;
|
|
664
612
|
}
|
|
665
|
-
export declare namespace CopyPackageVersionsResult {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
|
-
const filterSensitiveLog: (obj: CopyPackageVersionsResult) => any;
|
|
670
|
-
}
|
|
671
613
|
/**
|
|
672
614
|
* <p>A tag is a key-value pair that can be used to manage, search for, or filter resources in CodeArtifact.</p>
|
|
673
615
|
*/
|
|
@@ -681,12 +623,6 @@ export interface Tag {
|
|
|
681
623
|
*/
|
|
682
624
|
value: string | undefined;
|
|
683
625
|
}
|
|
684
|
-
export declare namespace Tag {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
689
|
-
}
|
|
690
626
|
export interface CreateDomainRequest {
|
|
691
627
|
/**
|
|
692
628
|
* <p> The name of the domain to create. All domain names in an Amazon Web Services Region that are in the
|
|
@@ -714,12 +650,6 @@ export interface CreateDomainRequest {
|
|
|
714
650
|
*/
|
|
715
651
|
tags?: Tag[];
|
|
716
652
|
}
|
|
717
|
-
export declare namespace CreateDomainRequest {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
|
-
const filterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
722
|
-
}
|
|
723
653
|
export declare enum DomainStatus {
|
|
724
654
|
ACTIVE = "Active",
|
|
725
655
|
DELETED = "Deleted"
|
|
@@ -778,12 +708,6 @@ export interface DomainDescription {
|
|
|
778
708
|
*/
|
|
779
709
|
s3BucketArn?: string;
|
|
780
710
|
}
|
|
781
|
-
export declare namespace DomainDescription {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
|
-
const filterSensitiveLog: (obj: DomainDescription) => any;
|
|
786
|
-
}
|
|
787
711
|
export interface CreateDomainResult {
|
|
788
712
|
/**
|
|
789
713
|
* <p>
|
|
@@ -792,12 +716,6 @@ export interface CreateDomainResult {
|
|
|
792
716
|
*/
|
|
793
717
|
domain?: DomainDescription;
|
|
794
718
|
}
|
|
795
|
-
export declare namespace CreateDomainResult {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
const filterSensitiveLog: (obj: CreateDomainResult) => any;
|
|
800
|
-
}
|
|
801
719
|
/**
|
|
802
720
|
* <p>
|
|
803
721
|
* Information about an upstream repository. A list of <code>UpstreamRepository</code> objects is an input parameter to
|
|
@@ -811,12 +729,6 @@ export interface UpstreamRepository {
|
|
|
811
729
|
*/
|
|
812
730
|
repositoryName: string | undefined;
|
|
813
731
|
}
|
|
814
|
-
export declare namespace UpstreamRepository {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: UpstreamRepository) => any;
|
|
819
|
-
}
|
|
820
732
|
export interface CreateRepositoryRequest {
|
|
821
733
|
/**
|
|
822
734
|
* <p>
|
|
@@ -852,12 +764,6 @@ export interface CreateRepositoryRequest {
|
|
|
852
764
|
*/
|
|
853
765
|
tags?: Tag[];
|
|
854
766
|
}
|
|
855
|
-
export declare namespace CreateRepositoryRequest {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
const filterSensitiveLog: (obj: CreateRepositoryRequest) => any;
|
|
860
|
-
}
|
|
861
767
|
export interface CreateRepositoryResult {
|
|
862
768
|
/**
|
|
863
769
|
* <p>
|
|
@@ -866,12 +772,6 @@ export interface CreateRepositoryResult {
|
|
|
866
772
|
*/
|
|
867
773
|
repository?: RepositoryDescription;
|
|
868
774
|
}
|
|
869
|
-
export declare namespace CreateRepositoryResult {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
const filterSensitiveLog: (obj: CreateRepositoryResult) => any;
|
|
874
|
-
}
|
|
875
775
|
export interface DeleteDomainRequest {
|
|
876
776
|
/**
|
|
877
777
|
* <p>
|
|
@@ -887,12 +787,6 @@ export interface DeleteDomainRequest {
|
|
|
887
787
|
*/
|
|
888
788
|
domainOwner?: string;
|
|
889
789
|
}
|
|
890
|
-
export declare namespace DeleteDomainRequest {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
895
|
-
}
|
|
896
790
|
export interface DeleteDomainResult {
|
|
897
791
|
/**
|
|
898
792
|
* <p>
|
|
@@ -901,12 +795,6 @@ export interface DeleteDomainResult {
|
|
|
901
795
|
*/
|
|
902
796
|
domain?: DomainDescription;
|
|
903
797
|
}
|
|
904
|
-
export declare namespace DeleteDomainResult {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
const filterSensitiveLog: (obj: DeleteDomainResult) => any;
|
|
909
|
-
}
|
|
910
798
|
export interface DeleteDomainPermissionsPolicyRequest {
|
|
911
799
|
/**
|
|
912
800
|
* <p>
|
|
@@ -929,12 +817,6 @@ export interface DeleteDomainPermissionsPolicyRequest {
|
|
|
929
817
|
*/
|
|
930
818
|
policyRevision?: string;
|
|
931
819
|
}
|
|
932
|
-
export declare namespace DeleteDomainPermissionsPolicyRequest {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
|
-
const filterSensitiveLog: (obj: DeleteDomainPermissionsPolicyRequest) => any;
|
|
937
|
-
}
|
|
938
820
|
/**
|
|
939
821
|
* <p>
|
|
940
822
|
* An CodeArtifact resource policy that contains a resource ARN, document details, and a revision.
|
|
@@ -960,12 +842,6 @@ export interface ResourcePolicy {
|
|
|
960
842
|
*/
|
|
961
843
|
document?: string;
|
|
962
844
|
}
|
|
963
|
-
export declare namespace ResourcePolicy {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
const filterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
968
|
-
}
|
|
969
845
|
export interface DeleteDomainPermissionsPolicyResult {
|
|
970
846
|
/**
|
|
971
847
|
* <p>
|
|
@@ -974,12 +850,6 @@ export interface DeleteDomainPermissionsPolicyResult {
|
|
|
974
850
|
*/
|
|
975
851
|
policy?: ResourcePolicy;
|
|
976
852
|
}
|
|
977
|
-
export declare namespace DeleteDomainPermissionsPolicyResult {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: DeleteDomainPermissionsPolicyResult) => any;
|
|
982
|
-
}
|
|
983
853
|
export interface DeletePackageVersionsRequest {
|
|
984
854
|
/**
|
|
985
855
|
* <p>
|
|
@@ -1007,26 +877,25 @@ export interface DeletePackageVersionsRequest {
|
|
|
1007
877
|
*/
|
|
1008
878
|
format: PackageFormat | string | undefined;
|
|
1009
879
|
/**
|
|
1010
|
-
* <p>
|
|
1011
|
-
*
|
|
1012
|
-
*
|
|
1013
|
-
* </p>
|
|
880
|
+
* <p>The namespace of the package versions to be deleted. The package version component that specifies its
|
|
881
|
+
* namespace depends on its type. For example:</p>
|
|
882
|
+
*
|
|
1014
883
|
* <ul>
|
|
1015
884
|
* <li>
|
|
1016
885
|
* <p>
|
|
1017
|
-
*
|
|
1018
|
-
*
|
|
886
|
+
* The namespace of a Maven package version is its <code>groupId</code>. The namespace is required when deleting Maven package versions.
|
|
887
|
+
* </p>
|
|
1019
888
|
* </li>
|
|
1020
889
|
* <li>
|
|
1021
890
|
* <p>
|
|
1022
|
-
*
|
|
1023
|
-
*
|
|
891
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
892
|
+
* </p>
|
|
1024
893
|
* </li>
|
|
1025
894
|
* <li>
|
|
1026
895
|
* <p>
|
|
1027
|
-
*
|
|
1028
|
-
*
|
|
1029
|
-
*
|
|
896
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
897
|
+
* of those formats do not have a namespace.
|
|
898
|
+
* </p>
|
|
1030
899
|
* </li>
|
|
1031
900
|
* </ul>
|
|
1032
901
|
*/
|
|
@@ -1050,12 +919,6 @@ export interface DeletePackageVersionsRequest {
|
|
|
1050
919
|
*/
|
|
1051
920
|
expectedStatus?: PackageVersionStatus | string;
|
|
1052
921
|
}
|
|
1053
|
-
export declare namespace DeletePackageVersionsRequest {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: DeletePackageVersionsRequest) => any;
|
|
1058
|
-
}
|
|
1059
922
|
export interface DeletePackageVersionsResult {
|
|
1060
923
|
/**
|
|
1061
924
|
* <p>
|
|
@@ -1104,12 +967,6 @@ export interface DeletePackageVersionsResult {
|
|
|
1104
967
|
*/
|
|
1105
968
|
failedVersions?: Record<string, PackageVersionError>;
|
|
1106
969
|
}
|
|
1107
|
-
export declare namespace DeletePackageVersionsResult {
|
|
1108
|
-
/**
|
|
1109
|
-
* @internal
|
|
1110
|
-
*/
|
|
1111
|
-
const filterSensitiveLog: (obj: DeletePackageVersionsResult) => any;
|
|
1112
|
-
}
|
|
1113
970
|
export interface DeleteRepositoryRequest {
|
|
1114
971
|
/**
|
|
1115
972
|
* <p>
|
|
@@ -1129,12 +986,6 @@ export interface DeleteRepositoryRequest {
|
|
|
1129
986
|
*/
|
|
1130
987
|
repository: string | undefined;
|
|
1131
988
|
}
|
|
1132
|
-
export declare namespace DeleteRepositoryRequest {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
const filterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
|
|
1137
|
-
}
|
|
1138
989
|
export interface DeleteRepositoryResult {
|
|
1139
990
|
/**
|
|
1140
991
|
* <p>
|
|
@@ -1143,12 +994,6 @@ export interface DeleteRepositoryResult {
|
|
|
1143
994
|
*/
|
|
1144
995
|
repository?: RepositoryDescription;
|
|
1145
996
|
}
|
|
1146
|
-
export declare namespace DeleteRepositoryResult {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: DeleteRepositoryResult) => any;
|
|
1151
|
-
}
|
|
1152
997
|
export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
1153
998
|
/**
|
|
1154
999
|
* <p>
|
|
@@ -1177,12 +1022,6 @@ export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
|
1177
1022
|
*/
|
|
1178
1023
|
policyRevision?: string;
|
|
1179
1024
|
}
|
|
1180
|
-
export declare namespace DeleteRepositoryPermissionsPolicyRequest {
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
|
-
const filterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyRequest) => any;
|
|
1185
|
-
}
|
|
1186
1025
|
export interface DeleteRepositoryPermissionsPolicyResult {
|
|
1187
1026
|
/**
|
|
1188
1027
|
* <p>
|
|
@@ -1191,12 +1030,6 @@ export interface DeleteRepositoryPermissionsPolicyResult {
|
|
|
1191
1030
|
*/
|
|
1192
1031
|
policy?: ResourcePolicy;
|
|
1193
1032
|
}
|
|
1194
|
-
export declare namespace DeleteRepositoryPermissionsPolicyResult {
|
|
1195
|
-
/**
|
|
1196
|
-
* @internal
|
|
1197
|
-
*/
|
|
1198
|
-
const filterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyResult) => any;
|
|
1199
|
-
}
|
|
1200
1033
|
export interface DescribeDomainRequest {
|
|
1201
1034
|
/**
|
|
1202
1035
|
* <p>
|
|
@@ -1212,12 +1045,6 @@ export interface DescribeDomainRequest {
|
|
|
1212
1045
|
*/
|
|
1213
1046
|
domainOwner?: string;
|
|
1214
1047
|
}
|
|
1215
|
-
export declare namespace DescribeDomainRequest {
|
|
1216
|
-
/**
|
|
1217
|
-
* @internal
|
|
1218
|
-
*/
|
|
1219
|
-
const filterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
1220
|
-
}
|
|
1221
1048
|
export interface DescribeDomainResult {
|
|
1222
1049
|
/**
|
|
1223
1050
|
* <p>
|
|
@@ -1227,11 +1054,127 @@ export interface DescribeDomainResult {
|
|
|
1227
1054
|
*/
|
|
1228
1055
|
domain?: DomainDescription;
|
|
1229
1056
|
}
|
|
1230
|
-
export
|
|
1057
|
+
export interface DescribePackageRequest {
|
|
1231
1058
|
/**
|
|
1232
|
-
*
|
|
1059
|
+
* <p>The name of the domain that contains the repository that contains the package.</p>
|
|
1060
|
+
*/
|
|
1061
|
+
domain: string | undefined;
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>
|
|
1064
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
1065
|
+
* dashes or spaces.
|
|
1066
|
+
* </p>
|
|
1067
|
+
*/
|
|
1068
|
+
domainOwner?: string;
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>The name of the repository that contains the requested package. </p>
|
|
1071
|
+
*/
|
|
1072
|
+
repository: string | undefined;
|
|
1073
|
+
/**
|
|
1074
|
+
* <p>A format that specifies the type of the requested package.</p>
|
|
1075
|
+
*/
|
|
1076
|
+
format: PackageFormat | string | undefined;
|
|
1077
|
+
/**
|
|
1078
|
+
* <p>The namespace of the requested package. The package component that specifies its
|
|
1079
|
+
* namespace depends on its type. For example:</p>
|
|
1080
|
+
*
|
|
1081
|
+
* <ul>
|
|
1082
|
+
* <li>
|
|
1083
|
+
* <p>
|
|
1084
|
+
* The namespace of a Maven package is its <code>groupId</code>. The namespace is required when requesting Maven packages.
|
|
1085
|
+
* </p>
|
|
1086
|
+
* </li>
|
|
1087
|
+
* <li>
|
|
1088
|
+
* <p>
|
|
1089
|
+
* The namespace of an npm package is its <code>scope</code>.
|
|
1090
|
+
* </p>
|
|
1091
|
+
* </li>
|
|
1092
|
+
* <li>
|
|
1093
|
+
* <p>
|
|
1094
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
1095
|
+
* of those formats do not have a namespace.
|
|
1096
|
+
* </p>
|
|
1097
|
+
* </li>
|
|
1098
|
+
* </ul>
|
|
1099
|
+
*/
|
|
1100
|
+
namespace?: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* <p>The name of the requested package.</p>
|
|
1103
|
+
*/
|
|
1104
|
+
package: string | undefined;
|
|
1105
|
+
}
|
|
1106
|
+
/**
|
|
1107
|
+
* <p>Details about the origin restrictions set on the package.
|
|
1108
|
+
* The package origin restrictions determine how new versions of a package
|
|
1109
|
+
* can be added to a specific repository.</p>
|
|
1110
|
+
*/
|
|
1111
|
+
export interface PackageOriginRestrictions {
|
|
1112
|
+
/**
|
|
1113
|
+
* <p>The package origin configuration that determines if new versions of the package can be published directly to the repository.</p>
|
|
1114
|
+
*/
|
|
1115
|
+
publish: AllowPublish | string | undefined;
|
|
1116
|
+
/**
|
|
1117
|
+
* <p>The package origin configuration that determines if new versions of the package can be added to the repository from an external connection or upstream source.</p>
|
|
1118
|
+
*/
|
|
1119
|
+
upstream: AllowUpstream | string | undefined;
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* <p>Details about the package origin configuration of a package.</p>
|
|
1123
|
+
*/
|
|
1124
|
+
export interface PackageOriginConfiguration {
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>A <code>PackageOriginRestrictions</code> object that contains information
|
|
1127
|
+
* about the upstream and publish package origin configuration for the package.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
restrictions?: PackageOriginRestrictions;
|
|
1130
|
+
}
|
|
1131
|
+
/**
|
|
1132
|
+
* <p>Details about a package.</p>
|
|
1133
|
+
*/
|
|
1134
|
+
export interface PackageDescription {
|
|
1135
|
+
/**
|
|
1136
|
+
* <p>A format that specifies the type of the package.</p>
|
|
1137
|
+
*/
|
|
1138
|
+
format?: PackageFormat | string;
|
|
1139
|
+
/**
|
|
1140
|
+
* <p>The namespace of the package. The package component that specifies its
|
|
1141
|
+
* namespace depends on its type. For example:</p>
|
|
1142
|
+
*
|
|
1143
|
+
* <ul>
|
|
1144
|
+
* <li>
|
|
1145
|
+
* <p>
|
|
1146
|
+
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1147
|
+
* </p>
|
|
1148
|
+
* </li>
|
|
1149
|
+
* <li>
|
|
1150
|
+
* <p>
|
|
1151
|
+
* The namespace of an npm package is its <code>scope</code>.
|
|
1152
|
+
* </p>
|
|
1153
|
+
* </li>
|
|
1154
|
+
* <li>
|
|
1155
|
+
* <p>
|
|
1156
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
1157
|
+
* of those formats do not have a namespace.
|
|
1158
|
+
* </p>
|
|
1159
|
+
* </li>
|
|
1160
|
+
* </ul>
|
|
1161
|
+
*/
|
|
1162
|
+
namespace?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>The name of the package.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
name?: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>The package origin configuration for the package.</p>
|
|
1233
1169
|
*/
|
|
1234
|
-
|
|
1170
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
1171
|
+
}
|
|
1172
|
+
export interface DescribePackageResult {
|
|
1173
|
+
/**
|
|
1174
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDescription.html">PackageDescription</a>
|
|
1175
|
+
* object that contains information about the requested package.</p>
|
|
1176
|
+
*/
|
|
1177
|
+
package: PackageDescription | undefined;
|
|
1235
1178
|
}
|
|
1236
1179
|
export interface DescribePackageVersionRequest {
|
|
1237
1180
|
/**
|
|
@@ -1258,25 +1201,24 @@ export interface DescribePackageVersionRequest {
|
|
|
1258
1201
|
*/
|
|
1259
1202
|
format: PackageFormat | string | undefined;
|
|
1260
1203
|
/**
|
|
1261
|
-
* <p>
|
|
1262
|
-
*
|
|
1263
|
-
*
|
|
1264
|
-
* </p>
|
|
1204
|
+
* <p>The namespace of the requested package version. The package version component that specifies its
|
|
1205
|
+
* namespace depends on its type. For example:</p>
|
|
1206
|
+
*
|
|
1265
1207
|
* <ul>
|
|
1266
1208
|
* <li>
|
|
1267
1209
|
* <p>
|
|
1268
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1210
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1269
1211
|
* </p>
|
|
1270
1212
|
* </li>
|
|
1271
1213
|
* <li>
|
|
1272
1214
|
* <p>
|
|
1273
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1215
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1274
1216
|
* </p>
|
|
1275
1217
|
* </li>
|
|
1276
1218
|
* <li>
|
|
1277
1219
|
* <p>
|
|
1278
|
-
*
|
|
1279
|
-
*
|
|
1220
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1221
|
+
* of those formats do not have a namespace.
|
|
1280
1222
|
* </p>
|
|
1281
1223
|
* </li>
|
|
1282
1224
|
* </ul>
|
|
@@ -1293,12 +1235,6 @@ export interface DescribePackageVersionRequest {
|
|
|
1293
1235
|
*/
|
|
1294
1236
|
packageVersion: string | undefined;
|
|
1295
1237
|
}
|
|
1296
|
-
export declare namespace DescribePackageVersionRequest {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
|
-
const filterSensitiveLog: (obj: DescribePackageVersionRequest) => any;
|
|
1301
|
-
}
|
|
1302
1238
|
/**
|
|
1303
1239
|
* <p>
|
|
1304
1240
|
* Details of the license data.
|
|
@@ -1318,11 +1254,40 @@ export interface LicenseInfo {
|
|
|
1318
1254
|
*/
|
|
1319
1255
|
url?: string;
|
|
1320
1256
|
}
|
|
1321
|
-
|
|
1257
|
+
/**
|
|
1258
|
+
* <p>Information about how a package originally entered the CodeArtifact domain. For packages published directly to CodeArtifact, the entry point is the repository it was published to.
|
|
1259
|
+
* For packages ingested from an external repository, the entry point is the external connection that it was ingested from. An external
|
|
1260
|
+
* connection is a CodeArtifact repository that is connected to an external repository such as the npm registry or NuGet gallery.</p>
|
|
1261
|
+
*/
|
|
1262
|
+
export interface DomainEntryPoint {
|
|
1322
1263
|
/**
|
|
1323
|
-
*
|
|
1264
|
+
* <p>The name of the repository that a package was originally published to.</p>
|
|
1265
|
+
*/
|
|
1266
|
+
repositoryName?: string;
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>The name of the external connection that a package was ingested from.</p>
|
|
1269
|
+
*/
|
|
1270
|
+
externalConnectionName?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export declare enum PackageVersionOriginType {
|
|
1273
|
+
EXTERNAL = "EXTERNAL",
|
|
1274
|
+
INTERNAL = "INTERNAL",
|
|
1275
|
+
UNKNOWN = "UNKNOWN"
|
|
1276
|
+
}
|
|
1277
|
+
/**
|
|
1278
|
+
* <p>Information about how a package version was added to a repository.</p>
|
|
1279
|
+
*/
|
|
1280
|
+
export interface PackageVersionOrigin {
|
|
1281
|
+
/**
|
|
1282
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainEntryPoint.html">DomainEntryPoint</a> object that contains
|
|
1283
|
+
* information about from which repository or external connection the package version was added to the domain.</p>
|
|
1284
|
+
*/
|
|
1285
|
+
domainEntryPoint?: DomainEntryPoint;
|
|
1286
|
+
/**
|
|
1287
|
+
* <p>Describes how the package version was originally added to the domain. An <code>INTERNAL</code> origin type means the package version was published
|
|
1288
|
+
* directly to a repository in the domain. An <code>EXTERNAL</code> origin type means the package version was ingested from an external connection.</p>
|
|
1324
1289
|
*/
|
|
1325
|
-
|
|
1290
|
+
originType?: PackageVersionOriginType | string;
|
|
1326
1291
|
}
|
|
1327
1292
|
/**
|
|
1328
1293
|
* <p>
|
|
@@ -1337,25 +1302,24 @@ export interface PackageVersionDescription {
|
|
|
1337
1302
|
*/
|
|
1338
1303
|
format?: PackageFormat | string;
|
|
1339
1304
|
/**
|
|
1340
|
-
* <p>
|
|
1341
|
-
*
|
|
1342
|
-
*
|
|
1343
|
-
* </p>
|
|
1305
|
+
* <p>The namespace of the package version. The package version component that specifies its
|
|
1306
|
+
* namespace depends on its type. For example:</p>
|
|
1307
|
+
*
|
|
1344
1308
|
* <ul>
|
|
1345
1309
|
* <li>
|
|
1346
1310
|
* <p>
|
|
1347
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1311
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1348
1312
|
* </p>
|
|
1349
1313
|
* </li>
|
|
1350
1314
|
* <li>
|
|
1351
1315
|
* <p>
|
|
1352
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1316
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1353
1317
|
* </p>
|
|
1354
1318
|
* </li>
|
|
1355
1319
|
* <li>
|
|
1356
1320
|
* <p>
|
|
1357
|
-
*
|
|
1358
|
-
*
|
|
1321
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1322
|
+
* of those formats do not have a namespace.
|
|
1359
1323
|
* </p>
|
|
1360
1324
|
* </li>
|
|
1361
1325
|
* </ul>
|
|
@@ -1425,12 +1389,11 @@ export interface PackageVersionDescription {
|
|
|
1425
1389
|
* </p>
|
|
1426
1390
|
*/
|
|
1427
1391
|
status?: PackageVersionStatus | string;
|
|
1428
|
-
}
|
|
1429
|
-
export declare namespace PackageVersionDescription {
|
|
1430
1392
|
/**
|
|
1431
|
-
*
|
|
1393
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionOrigin.html">PackageVersionOrigin</a> object that contains
|
|
1394
|
+
* information about how the package version was added to the repository.</p>
|
|
1432
1395
|
*/
|
|
1433
|
-
|
|
1396
|
+
origin?: PackageVersionOrigin;
|
|
1434
1397
|
}
|
|
1435
1398
|
export interface DescribePackageVersionResult {
|
|
1436
1399
|
/**
|
|
@@ -1441,12 +1404,6 @@ export interface DescribePackageVersionResult {
|
|
|
1441
1404
|
*/
|
|
1442
1405
|
packageVersion: PackageVersionDescription | undefined;
|
|
1443
1406
|
}
|
|
1444
|
-
export declare namespace DescribePackageVersionResult {
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
const filterSensitiveLog: (obj: DescribePackageVersionResult) => any;
|
|
1449
|
-
}
|
|
1450
1407
|
export interface DescribeRepositoryRequest {
|
|
1451
1408
|
/**
|
|
1452
1409
|
* <p>
|
|
@@ -1468,13 +1425,7 @@ export interface DescribeRepositoryRequest {
|
|
|
1468
1425
|
*/
|
|
1469
1426
|
repository: string | undefined;
|
|
1470
1427
|
}
|
|
1471
|
-
export
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
const filterSensitiveLog: (obj: DescribeRepositoryRequest) => any;
|
|
1476
|
-
}
|
|
1477
|
-
export interface DescribeRepositoryResult {
|
|
1428
|
+
export interface DescribeRepositoryResult {
|
|
1478
1429
|
/**
|
|
1479
1430
|
* <p>
|
|
1480
1431
|
* A <code>RepositoryDescription</code> object that contains the requested repository information.
|
|
@@ -1482,12 +1433,6 @@ export interface DescribeRepositoryResult {
|
|
|
1482
1433
|
*/
|
|
1483
1434
|
repository?: RepositoryDescription;
|
|
1484
1435
|
}
|
|
1485
|
-
export declare namespace DescribeRepositoryResult {
|
|
1486
|
-
/**
|
|
1487
|
-
* @internal
|
|
1488
|
-
*/
|
|
1489
|
-
const filterSensitiveLog: (obj: DescribeRepositoryResult) => any;
|
|
1490
|
-
}
|
|
1491
1436
|
export interface DisassociateExternalConnectionRequest {
|
|
1492
1437
|
/**
|
|
1493
1438
|
* <p>The name of the domain that contains the repository from which to remove the external
|
|
@@ -1510,12 +1455,6 @@ export interface DisassociateExternalConnectionRequest {
|
|
|
1510
1455
|
*/
|
|
1511
1456
|
externalConnection: string | undefined;
|
|
1512
1457
|
}
|
|
1513
|
-
export declare namespace DisassociateExternalConnectionRequest {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
const filterSensitiveLog: (obj: DisassociateExternalConnectionRequest) => any;
|
|
1518
|
-
}
|
|
1519
1458
|
export interface DisassociateExternalConnectionResult {
|
|
1520
1459
|
/**
|
|
1521
1460
|
* <p>
|
|
@@ -1524,12 +1463,6 @@ export interface DisassociateExternalConnectionResult {
|
|
|
1524
1463
|
*/
|
|
1525
1464
|
repository?: RepositoryDescription;
|
|
1526
1465
|
}
|
|
1527
|
-
export declare namespace DisassociateExternalConnectionResult {
|
|
1528
|
-
/**
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
1531
|
-
const filterSensitiveLog: (obj: DisassociateExternalConnectionResult) => any;
|
|
1532
|
-
}
|
|
1533
1466
|
export interface DisposePackageVersionsRequest {
|
|
1534
1467
|
/**
|
|
1535
1468
|
* <p>
|
|
@@ -1557,25 +1490,24 @@ export interface DisposePackageVersionsRequest {
|
|
|
1557
1490
|
*/
|
|
1558
1491
|
format: PackageFormat | string | undefined;
|
|
1559
1492
|
/**
|
|
1560
|
-
* <p>
|
|
1561
|
-
*
|
|
1562
|
-
*
|
|
1563
|
-
* </p>
|
|
1493
|
+
* <p>The namespace of the package versions to be disposed. The package version component that specifies its
|
|
1494
|
+
* namespace depends on its type. For example:</p>
|
|
1495
|
+
*
|
|
1564
1496
|
* <ul>
|
|
1565
1497
|
* <li>
|
|
1566
1498
|
* <p>
|
|
1567
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1499
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1568
1500
|
* </p>
|
|
1569
1501
|
* </li>
|
|
1570
1502
|
* <li>
|
|
1571
1503
|
* <p>
|
|
1572
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1504
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1573
1505
|
* </p>
|
|
1574
1506
|
* </li>
|
|
1575
1507
|
* <li>
|
|
1576
1508
|
* <p>
|
|
1577
|
-
*
|
|
1578
|
-
*
|
|
1509
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1510
|
+
* of those formats do not have a namespace.
|
|
1579
1511
|
* </p>
|
|
1580
1512
|
* </li>
|
|
1581
1513
|
* </ul>
|
|
@@ -1606,12 +1538,6 @@ export interface DisposePackageVersionsRequest {
|
|
|
1606
1538
|
*/
|
|
1607
1539
|
expectedStatus?: PackageVersionStatus | string;
|
|
1608
1540
|
}
|
|
1609
|
-
export declare namespace DisposePackageVersionsRequest {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
|
-
const filterSensitiveLog: (obj: DisposePackageVersionsRequest) => any;
|
|
1614
|
-
}
|
|
1615
1541
|
export interface DisposePackageVersionsResult {
|
|
1616
1542
|
/**
|
|
1617
1543
|
* <p>
|
|
@@ -1659,12 +1585,6 @@ export interface DisposePackageVersionsResult {
|
|
|
1659
1585
|
*/
|
|
1660
1586
|
failedVersions?: Record<string, PackageVersionError>;
|
|
1661
1587
|
}
|
|
1662
|
-
export declare namespace DisposePackageVersionsResult {
|
|
1663
|
-
/**
|
|
1664
|
-
* @internal
|
|
1665
|
-
*/
|
|
1666
|
-
const filterSensitiveLog: (obj: DisposePackageVersionsResult) => any;
|
|
1667
|
-
}
|
|
1668
1588
|
export interface GetAuthorizationTokenRequest {
|
|
1669
1589
|
/**
|
|
1670
1590
|
* <p>
|
|
@@ -1687,12 +1607,6 @@ export interface GetAuthorizationTokenRequest {
|
|
|
1687
1607
|
*/
|
|
1688
1608
|
durationSeconds?: number;
|
|
1689
1609
|
}
|
|
1690
|
-
export declare namespace GetAuthorizationTokenRequest {
|
|
1691
|
-
/**
|
|
1692
|
-
* @internal
|
|
1693
|
-
*/
|
|
1694
|
-
const filterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
|
|
1695
|
-
}
|
|
1696
1610
|
export interface GetAuthorizationTokenResult {
|
|
1697
1611
|
/**
|
|
1698
1612
|
* <p>
|
|
@@ -1707,12 +1621,6 @@ export interface GetAuthorizationTokenResult {
|
|
|
1707
1621
|
*/
|
|
1708
1622
|
expiration?: Date;
|
|
1709
1623
|
}
|
|
1710
|
-
export declare namespace GetAuthorizationTokenResult {
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
|
-
const filterSensitiveLog: (obj: GetAuthorizationTokenResult) => any;
|
|
1715
|
-
}
|
|
1716
1624
|
export interface GetDomainPermissionsPolicyRequest {
|
|
1717
1625
|
/**
|
|
1718
1626
|
* <p>
|
|
@@ -1728,12 +1636,6 @@ export interface GetDomainPermissionsPolicyRequest {
|
|
|
1728
1636
|
*/
|
|
1729
1637
|
domainOwner?: string;
|
|
1730
1638
|
}
|
|
1731
|
-
export declare namespace GetDomainPermissionsPolicyRequest {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: GetDomainPermissionsPolicyRequest) => any;
|
|
1736
|
-
}
|
|
1737
1639
|
export interface GetDomainPermissionsPolicyResult {
|
|
1738
1640
|
/**
|
|
1739
1641
|
* <p>
|
|
@@ -1742,12 +1644,6 @@ export interface GetDomainPermissionsPolicyResult {
|
|
|
1742
1644
|
*/
|
|
1743
1645
|
policy?: ResourcePolicy;
|
|
1744
1646
|
}
|
|
1745
|
-
export declare namespace GetDomainPermissionsPolicyResult {
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
const filterSensitiveLog: (obj: GetDomainPermissionsPolicyResult) => any;
|
|
1750
|
-
}
|
|
1751
1647
|
export interface GetPackageVersionAssetRequest {
|
|
1752
1648
|
/**
|
|
1753
1649
|
* <p>
|
|
@@ -1775,25 +1671,24 @@ export interface GetPackageVersionAssetRequest {
|
|
|
1775
1671
|
*/
|
|
1776
1672
|
format: PackageFormat | string | undefined;
|
|
1777
1673
|
/**
|
|
1778
|
-
* <p>
|
|
1779
|
-
*
|
|
1780
|
-
*
|
|
1781
|
-
* </p>
|
|
1674
|
+
* <p>The namespace of the package version with the requested asset file. The package version component that specifies its
|
|
1675
|
+
* namespace depends on its type. For example:</p>
|
|
1676
|
+
*
|
|
1782
1677
|
* <ul>
|
|
1783
1678
|
* <li>
|
|
1784
1679
|
* <p>
|
|
1785
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1680
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1786
1681
|
* </p>
|
|
1787
1682
|
* </li>
|
|
1788
1683
|
* <li>
|
|
1789
1684
|
* <p>
|
|
1790
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1685
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1791
1686
|
* </p>
|
|
1792
1687
|
* </li>
|
|
1793
1688
|
* <li>
|
|
1794
1689
|
* <p>
|
|
1795
|
-
*
|
|
1796
|
-
*
|
|
1690
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1691
|
+
* of those formats do not have a namespace.
|
|
1797
1692
|
* </p>
|
|
1798
1693
|
* </li>
|
|
1799
1694
|
* </ul>
|
|
@@ -1824,12 +1719,6 @@ export interface GetPackageVersionAssetRequest {
|
|
|
1824
1719
|
*/
|
|
1825
1720
|
packageVersionRevision?: string;
|
|
1826
1721
|
}
|
|
1827
|
-
export declare namespace GetPackageVersionAssetRequest {
|
|
1828
|
-
/**
|
|
1829
|
-
* @internal
|
|
1830
|
-
*/
|
|
1831
|
-
const filterSensitiveLog: (obj: GetPackageVersionAssetRequest) => any;
|
|
1832
|
-
}
|
|
1833
1722
|
export interface GetPackageVersionAssetResult {
|
|
1834
1723
|
/**
|
|
1835
1724
|
* <p> The binary file, or asset, that is downloaded.</p>
|
|
@@ -1854,12 +1743,6 @@ export interface GetPackageVersionAssetResult {
|
|
|
1854
1743
|
*/
|
|
1855
1744
|
packageVersionRevision?: string;
|
|
1856
1745
|
}
|
|
1857
|
-
export declare namespace GetPackageVersionAssetResult {
|
|
1858
|
-
/**
|
|
1859
|
-
* @internal
|
|
1860
|
-
*/
|
|
1861
|
-
const filterSensitiveLog: (obj: GetPackageVersionAssetResult) => any;
|
|
1862
|
-
}
|
|
1863
1746
|
export interface GetPackageVersionReadmeRequest {
|
|
1864
1747
|
/**
|
|
1865
1748
|
* <p>
|
|
@@ -1884,32 +1767,27 @@ export interface GetPackageVersionReadmeRequest {
|
|
|
1884
1767
|
* <p>
|
|
1885
1768
|
* A format that specifies the type of the package version with the requested readme file.
|
|
1886
1769
|
* </p>
|
|
1887
|
-
* <note>
|
|
1888
|
-
* <p>Although <code>maven</code> is
|
|
1889
|
-
* listed as a valid value, CodeArtifact does not support displaying readme files for Maven packages.</p>
|
|
1890
|
-
* </note>
|
|
1891
1770
|
*/
|
|
1892
1771
|
format: PackageFormat | string | undefined;
|
|
1893
1772
|
/**
|
|
1894
|
-
* <p>
|
|
1895
|
-
*
|
|
1896
|
-
*
|
|
1897
|
-
* </p>
|
|
1773
|
+
* <p>The namespace of the package version with the requested readme file. The package version component that specifies its
|
|
1774
|
+
* namespace depends on its type. For example:</p>
|
|
1775
|
+
*
|
|
1898
1776
|
* <ul>
|
|
1899
1777
|
* <li>
|
|
1900
1778
|
* <p>
|
|
1901
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1779
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1902
1780
|
* </p>
|
|
1903
1781
|
* </li>
|
|
1904
1782
|
* <li>
|
|
1905
1783
|
* <p>
|
|
1906
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1784
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1907
1785
|
* </p>
|
|
1908
1786
|
* </li>
|
|
1909
1787
|
* <li>
|
|
1910
1788
|
* <p>
|
|
1911
|
-
*
|
|
1912
|
-
*
|
|
1789
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1790
|
+
* of those formats do not have a namespace.
|
|
1913
1791
|
* </p>
|
|
1914
1792
|
* </li>
|
|
1915
1793
|
* </ul>
|
|
@@ -1928,12 +1806,6 @@ export interface GetPackageVersionReadmeRequest {
|
|
|
1928
1806
|
*/
|
|
1929
1807
|
packageVersion: string | undefined;
|
|
1930
1808
|
}
|
|
1931
|
-
export declare namespace GetPackageVersionReadmeRequest {
|
|
1932
|
-
/**
|
|
1933
|
-
* @internal
|
|
1934
|
-
*/
|
|
1935
|
-
const filterSensitiveLog: (obj: GetPackageVersionReadmeRequest) => any;
|
|
1936
|
-
}
|
|
1937
1809
|
export interface GetPackageVersionReadmeResult {
|
|
1938
1810
|
/**
|
|
1939
1811
|
* <p>
|
|
@@ -1942,25 +1814,24 @@ export interface GetPackageVersionReadmeResult {
|
|
|
1942
1814
|
*/
|
|
1943
1815
|
format?: PackageFormat | string;
|
|
1944
1816
|
/**
|
|
1945
|
-
* <p>
|
|
1946
|
-
*
|
|
1947
|
-
*
|
|
1948
|
-
* </p>
|
|
1817
|
+
* <p>The namespace of the package version with the requested readme file. The package version component that specifies its
|
|
1818
|
+
* namespace depends on its type. For example:</p>
|
|
1819
|
+
*
|
|
1949
1820
|
* <ul>
|
|
1950
1821
|
* <li>
|
|
1951
1822
|
* <p>
|
|
1952
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
1823
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
1953
1824
|
* </p>
|
|
1954
1825
|
* </li>
|
|
1955
1826
|
* <li>
|
|
1956
1827
|
* <p>
|
|
1957
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
1828
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
1958
1829
|
* </p>
|
|
1959
1830
|
* </li>
|
|
1960
1831
|
* <li>
|
|
1961
1832
|
* <p>
|
|
1962
|
-
*
|
|
1963
|
-
*
|
|
1833
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
1834
|
+
* of those formats do not have a namespace.
|
|
1964
1835
|
* </p>
|
|
1965
1836
|
* </li>
|
|
1966
1837
|
* </ul>
|
|
@@ -1991,12 +1862,6 @@ export interface GetPackageVersionReadmeResult {
|
|
|
1991
1862
|
*/
|
|
1992
1863
|
readme?: string;
|
|
1993
1864
|
}
|
|
1994
|
-
export declare namespace GetPackageVersionReadmeResult {
|
|
1995
|
-
/**
|
|
1996
|
-
* @internal
|
|
1997
|
-
*/
|
|
1998
|
-
const filterSensitiveLog: (obj: GetPackageVersionReadmeResult) => any;
|
|
1999
|
-
}
|
|
2000
1865
|
export interface GetRepositoryEndpointRequest {
|
|
2001
1866
|
/**
|
|
2002
1867
|
* <p>
|
|
@@ -2025,12 +1890,6 @@ export interface GetRepositoryEndpointRequest {
|
|
|
2025
1890
|
*/
|
|
2026
1891
|
format: PackageFormat | string | undefined;
|
|
2027
1892
|
}
|
|
2028
|
-
export declare namespace GetRepositoryEndpointRequest {
|
|
2029
|
-
/**
|
|
2030
|
-
* @internal
|
|
2031
|
-
*/
|
|
2032
|
-
const filterSensitiveLog: (obj: GetRepositoryEndpointRequest) => any;
|
|
2033
|
-
}
|
|
2034
1893
|
export interface GetRepositoryEndpointResult {
|
|
2035
1894
|
/**
|
|
2036
1895
|
* <p>
|
|
@@ -2039,12 +1898,6 @@ export interface GetRepositoryEndpointResult {
|
|
|
2039
1898
|
*/
|
|
2040
1899
|
repositoryEndpoint?: string;
|
|
2041
1900
|
}
|
|
2042
|
-
export declare namespace GetRepositoryEndpointResult {
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
const filterSensitiveLog: (obj: GetRepositoryEndpointResult) => any;
|
|
2047
|
-
}
|
|
2048
1901
|
export interface GetRepositoryPermissionsPolicyRequest {
|
|
2049
1902
|
/**
|
|
2050
1903
|
* <p>
|
|
@@ -2066,12 +1919,6 @@ export interface GetRepositoryPermissionsPolicyRequest {
|
|
|
2066
1919
|
*/
|
|
2067
1920
|
repository: string | undefined;
|
|
2068
1921
|
}
|
|
2069
|
-
export declare namespace GetRepositoryPermissionsPolicyRequest {
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
const filterSensitiveLog: (obj: GetRepositoryPermissionsPolicyRequest) => any;
|
|
2074
|
-
}
|
|
2075
1922
|
export interface GetRepositoryPermissionsPolicyResult {
|
|
2076
1923
|
/**
|
|
2077
1924
|
* <p>
|
|
@@ -2080,12 +1927,6 @@ export interface GetRepositoryPermissionsPolicyResult {
|
|
|
2080
1927
|
*/
|
|
2081
1928
|
policy?: ResourcePolicy;
|
|
2082
1929
|
}
|
|
2083
|
-
export declare namespace GetRepositoryPermissionsPolicyResult {
|
|
2084
|
-
/**
|
|
2085
|
-
* @internal
|
|
2086
|
-
*/
|
|
2087
|
-
const filterSensitiveLog: (obj: GetRepositoryPermissionsPolicyResult) => any;
|
|
2088
|
-
}
|
|
2089
1930
|
export interface ListDomainsRequest {
|
|
2090
1931
|
/**
|
|
2091
1932
|
* <p>
|
|
@@ -2100,12 +1941,6 @@ export interface ListDomainsRequest {
|
|
|
2100
1941
|
*/
|
|
2101
1942
|
nextToken?: string;
|
|
2102
1943
|
}
|
|
2103
|
-
export declare namespace ListDomainsRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* @internal
|
|
2106
|
-
*/
|
|
2107
|
-
const filterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
2108
|
-
}
|
|
2109
1944
|
/**
|
|
2110
1945
|
* <p> Information about a domain, including its name, Amazon Resource Name (ARN), and status.
|
|
2111
1946
|
* The <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListDomains.html">ListDomains</a> operation returns a list of <code>DomainSummary</code>
|
|
@@ -2150,12 +1985,6 @@ export interface DomainSummary {
|
|
|
2150
1985
|
*/
|
|
2151
1986
|
encryptionKey?: string;
|
|
2152
1987
|
}
|
|
2153
|
-
export declare namespace DomainSummary {
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
const filterSensitiveLog: (obj: DomainSummary) => any;
|
|
2158
|
-
}
|
|
2159
1988
|
export interface ListDomainsResult {
|
|
2160
1989
|
/**
|
|
2161
1990
|
* <p>
|
|
@@ -2170,16 +1999,10 @@ export interface ListDomainsResult {
|
|
|
2170
1999
|
*/
|
|
2171
2000
|
nextToken?: string;
|
|
2172
2001
|
}
|
|
2173
|
-
export declare namespace ListDomainsResult {
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
const filterSensitiveLog: (obj: ListDomainsResult) => any;
|
|
2178
|
-
}
|
|
2179
2002
|
export interface ListPackagesRequest {
|
|
2180
2003
|
/**
|
|
2181
2004
|
* <p>
|
|
2182
|
-
* The name of the domain that contains the repository that contains the requested
|
|
2005
|
+
* The name of the domain that contains the repository that contains the requested packages.
|
|
2183
2006
|
* </p>
|
|
2184
2007
|
*/
|
|
2185
2008
|
domain: string | undefined;
|
|
@@ -2192,21 +2015,18 @@ export interface ListPackagesRequest {
|
|
|
2192
2015
|
domainOwner?: string;
|
|
2193
2016
|
/**
|
|
2194
2017
|
* <p>
|
|
2195
|
-
* The name of the repository
|
|
2018
|
+
* The name of the repository that contains the requested packages.
|
|
2196
2019
|
* </p>
|
|
2197
2020
|
*/
|
|
2198
2021
|
repository: string | undefined;
|
|
2199
2022
|
/**
|
|
2200
|
-
* <p>
|
|
2201
|
-
* The format of the packages.
|
|
2202
|
-
* </p>
|
|
2023
|
+
* <p>The format used to filter requested packages. Only packages from the provided format will be returned.</p>
|
|
2203
2024
|
*/
|
|
2204
2025
|
format?: PackageFormat | string;
|
|
2205
2026
|
/**
|
|
2206
|
-
* <p>
|
|
2207
|
-
* The
|
|
2208
|
-
*
|
|
2209
|
-
* </p>
|
|
2027
|
+
* <p>The namespace used to filter requested packages. Only packages with the provided namespace will be returned.
|
|
2028
|
+
* The package component that specifies its namespace depends on its type. For example:</p>
|
|
2029
|
+
*
|
|
2210
2030
|
* <ul>
|
|
2211
2031
|
* <li>
|
|
2212
2032
|
* <p>
|
|
@@ -2220,8 +2040,8 @@ export interface ListPackagesRequest {
|
|
|
2220
2040
|
* </li>
|
|
2221
2041
|
* <li>
|
|
2222
2042
|
* <p>
|
|
2223
|
-
*
|
|
2224
|
-
*
|
|
2043
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2044
|
+
* of those formats do not have a namespace.
|
|
2225
2045
|
* </p>
|
|
2226
2046
|
* </li>
|
|
2227
2047
|
* </ul>
|
|
@@ -2229,7 +2049,7 @@ export interface ListPackagesRequest {
|
|
|
2229
2049
|
namespace?: string;
|
|
2230
2050
|
/**
|
|
2231
2051
|
* <p>
|
|
2232
|
-
* A prefix used to filter
|
|
2052
|
+
* A prefix used to filter requested packages. Only packages with names that start with
|
|
2233
2053
|
* <code>packagePrefix</code> are returned.
|
|
2234
2054
|
* </p>
|
|
2235
2055
|
*/
|
|
@@ -2246,12 +2066,17 @@ export interface ListPackagesRequest {
|
|
|
2246
2066
|
* </p>
|
|
2247
2067
|
*/
|
|
2248
2068
|
nextToken?: string;
|
|
2249
|
-
}
|
|
2250
|
-
export declare namespace ListPackagesRequest {
|
|
2251
2069
|
/**
|
|
2252
|
-
*
|
|
2070
|
+
* <p>The value of the <code>Publish</code> package origin control restriction used to filter requested packages.
|
|
2071
|
+
* Only packages with the provided restriction are returned.
|
|
2072
|
+
* For more information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a>.</p>
|
|
2073
|
+
*/
|
|
2074
|
+
publish?: AllowPublish | string;
|
|
2075
|
+
/**
|
|
2076
|
+
* <p>The value of the <code>Upstream</code> package origin control restriction used to filter requested packages.
|
|
2077
|
+
* Only packages with the provided restriction are returned. For more information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a>.</p>
|
|
2253
2078
|
*/
|
|
2254
|
-
|
|
2079
|
+
upstream?: AllowUpstream | string;
|
|
2255
2080
|
}
|
|
2256
2081
|
/**
|
|
2257
2082
|
* <p>
|
|
@@ -2268,10 +2093,9 @@ export interface PackageSummary {
|
|
|
2268
2093
|
*/
|
|
2269
2094
|
format?: PackageFormat | string;
|
|
2270
2095
|
/**
|
|
2271
|
-
* <p>
|
|
2272
|
-
*
|
|
2273
|
-
*
|
|
2274
|
-
* </p>
|
|
2096
|
+
* <p>The namespace of the package. The package component that specifies its
|
|
2097
|
+
* namespace depends on its type. For example:</p>
|
|
2098
|
+
*
|
|
2275
2099
|
* <ul>
|
|
2276
2100
|
* <li>
|
|
2277
2101
|
* <p>
|
|
@@ -2285,8 +2109,8 @@ export interface PackageSummary {
|
|
|
2285
2109
|
* </li>
|
|
2286
2110
|
* <li>
|
|
2287
2111
|
* <p>
|
|
2288
|
-
*
|
|
2289
|
-
*
|
|
2112
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2113
|
+
* of those formats do not have a namespace.
|
|
2290
2114
|
* </p>
|
|
2291
2115
|
* </li>
|
|
2292
2116
|
* </ul>
|
|
@@ -2298,12 +2122,12 @@ export interface PackageSummary {
|
|
|
2298
2122
|
* </p>
|
|
2299
2123
|
*/
|
|
2300
2124
|
package?: string;
|
|
2301
|
-
}
|
|
2302
|
-
export declare namespace PackageSummary {
|
|
2303
2125
|
/**
|
|
2304
|
-
*
|
|
2126
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html">PackageOriginConfiguration</a>
|
|
2127
|
+
* object that contains a <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a> object
|
|
2128
|
+
* that contains information about the upstream and publish package origin restrictions.</p>
|
|
2305
2129
|
*/
|
|
2306
|
-
|
|
2130
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
2307
2131
|
}
|
|
2308
2132
|
export interface ListPackagesResult {
|
|
2309
2133
|
/**
|
|
@@ -2320,12 +2144,6 @@ export interface ListPackagesResult {
|
|
|
2320
2144
|
*/
|
|
2321
2145
|
nextToken?: string;
|
|
2322
2146
|
}
|
|
2323
|
-
export declare namespace ListPackagesResult {
|
|
2324
|
-
/**
|
|
2325
|
-
* @internal
|
|
2326
|
-
*/
|
|
2327
|
-
const filterSensitiveLog: (obj: ListPackagesResult) => any;
|
|
2328
|
-
}
|
|
2329
2147
|
export interface ListPackageVersionAssetsRequest {
|
|
2330
2148
|
/**
|
|
2331
2149
|
* <p>
|
|
@@ -2342,36 +2160,35 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
2342
2160
|
domainOwner?: string;
|
|
2343
2161
|
/**
|
|
2344
2162
|
* <p>
|
|
2345
|
-
* The name of the repository that contains the package that contains the
|
|
2163
|
+
* The name of the repository that contains the package that contains the requested package version assets.
|
|
2346
2164
|
* </p>
|
|
2347
2165
|
*/
|
|
2348
2166
|
repository: string | undefined;
|
|
2349
2167
|
/**
|
|
2350
2168
|
* <p>
|
|
2351
|
-
* The format of the package that contains the
|
|
2169
|
+
* The format of the package that contains the requested package version assets.
|
|
2352
2170
|
* </p>
|
|
2353
2171
|
*/
|
|
2354
2172
|
format: PackageFormat | string | undefined;
|
|
2355
2173
|
/**
|
|
2356
|
-
* <p>
|
|
2357
|
-
*
|
|
2358
|
-
*
|
|
2359
|
-
* </p>
|
|
2174
|
+
* <p>The namespace of the package version that contains the requested package version assets. The package version component that specifies its
|
|
2175
|
+
* namespace depends on its type. For example:</p>
|
|
2176
|
+
*
|
|
2360
2177
|
* <ul>
|
|
2361
2178
|
* <li>
|
|
2362
2179
|
* <p>
|
|
2363
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2180
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
2364
2181
|
* </p>
|
|
2365
2182
|
* </li>
|
|
2366
2183
|
* <li>
|
|
2367
2184
|
* <p>
|
|
2368
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
2185
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
2369
2186
|
* </p>
|
|
2370
2187
|
* </li>
|
|
2371
2188
|
* <li>
|
|
2372
2189
|
* <p>
|
|
2373
|
-
*
|
|
2374
|
-
*
|
|
2190
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
2191
|
+
* of those formats do not have a namespace.
|
|
2375
2192
|
* </p>
|
|
2376
2193
|
* </li>
|
|
2377
2194
|
* </ul>
|
|
@@ -2379,7 +2196,7 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
2379
2196
|
namespace?: string;
|
|
2380
2197
|
/**
|
|
2381
2198
|
* <p>
|
|
2382
|
-
* The name of the package that contains the
|
|
2199
|
+
* The name of the package that contains the requested package version assets.
|
|
2383
2200
|
* </p>
|
|
2384
2201
|
*/
|
|
2385
2202
|
package: string | undefined;
|
|
@@ -2402,53 +2219,46 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
2402
2219
|
*/
|
|
2403
2220
|
nextToken?: string;
|
|
2404
2221
|
}
|
|
2405
|
-
export declare namespace ListPackageVersionAssetsRequest {
|
|
2406
|
-
/**
|
|
2407
|
-
* @internal
|
|
2408
|
-
*/
|
|
2409
|
-
const filterSensitiveLog: (obj: ListPackageVersionAssetsRequest) => any;
|
|
2410
|
-
}
|
|
2411
2222
|
export interface ListPackageVersionAssetsResult {
|
|
2412
2223
|
/**
|
|
2413
2224
|
* <p>
|
|
2414
|
-
* The format of the package that contains the
|
|
2225
|
+
* The format of the package that contains the requested package version assets.
|
|
2415
2226
|
* </p>
|
|
2416
2227
|
*/
|
|
2417
2228
|
format?: PackageFormat | string;
|
|
2418
2229
|
/**
|
|
2419
|
-
* <p>
|
|
2420
|
-
*
|
|
2421
|
-
*
|
|
2422
|
-
* </p>
|
|
2230
|
+
* <p>The namespace of the package version that contains the requested package version assets. The package version component that specifies its
|
|
2231
|
+
* namespace depends on its type. For example:</p>
|
|
2232
|
+
*
|
|
2423
2233
|
* <ul>
|
|
2424
2234
|
* <li>
|
|
2425
2235
|
* <p>
|
|
2426
|
-
*
|
|
2427
|
-
*
|
|
2236
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
2237
|
+
* </p>
|
|
2428
2238
|
* </li>
|
|
2429
2239
|
* <li>
|
|
2430
2240
|
* <p>
|
|
2431
|
-
*
|
|
2432
|
-
*
|
|
2241
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
2242
|
+
* </p>
|
|
2433
2243
|
* </li>
|
|
2434
2244
|
* <li>
|
|
2435
2245
|
* <p>
|
|
2436
|
-
*
|
|
2437
|
-
*
|
|
2438
|
-
*
|
|
2246
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
2247
|
+
* of those formats do not have a namespace.
|
|
2248
|
+
* </p>
|
|
2439
2249
|
* </li>
|
|
2440
2250
|
* </ul>
|
|
2441
2251
|
*/
|
|
2442
2252
|
namespace?: string;
|
|
2443
2253
|
/**
|
|
2444
2254
|
* <p>
|
|
2445
|
-
* The name of the package that contains the
|
|
2255
|
+
* The name of the package that contains the requested package version assets.
|
|
2446
2256
|
* </p>
|
|
2447
2257
|
*/
|
|
2448
2258
|
package?: string;
|
|
2449
2259
|
/**
|
|
2450
2260
|
* <p>
|
|
2451
|
-
* The version of the package associated with the
|
|
2261
|
+
* The version of the package associated with the requested assets.
|
|
2452
2262
|
* </p>
|
|
2453
2263
|
*/
|
|
2454
2264
|
version?: string;
|
|
@@ -2471,12 +2281,6 @@ export interface ListPackageVersionAssetsResult {
|
|
|
2471
2281
|
*/
|
|
2472
2282
|
assets?: AssetSummary[];
|
|
2473
2283
|
}
|
|
2474
|
-
export declare namespace ListPackageVersionAssetsResult {
|
|
2475
|
-
/**
|
|
2476
|
-
* @internal
|
|
2477
|
-
*/
|
|
2478
|
-
const filterSensitiveLog: (obj: ListPackageVersionAssetsResult) => any;
|
|
2479
|
-
}
|
|
2480
2284
|
export interface ListPackageVersionDependenciesRequest {
|
|
2481
2285
|
/**
|
|
2482
2286
|
* <p>
|
|
@@ -2504,25 +2308,24 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
2504
2308
|
*/
|
|
2505
2309
|
format: PackageFormat | string | undefined;
|
|
2506
2310
|
/**
|
|
2507
|
-
* <p>
|
|
2508
|
-
*
|
|
2509
|
-
*
|
|
2510
|
-
* </p>
|
|
2311
|
+
* <p>The namespace of the package version with the requested dependencies. The package version component that specifies its
|
|
2312
|
+
* namespace depends on its type. For example:</p>
|
|
2313
|
+
*
|
|
2511
2314
|
* <ul>
|
|
2512
2315
|
* <li>
|
|
2513
2316
|
* <p>
|
|
2514
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2317
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
2515
2318
|
* </p>
|
|
2516
2319
|
* </li>
|
|
2517
2320
|
* <li>
|
|
2518
2321
|
* <p>
|
|
2519
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
2322
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
2520
2323
|
* </p>
|
|
2521
2324
|
* </li>
|
|
2522
2325
|
* <li>
|
|
2523
2326
|
* <p>
|
|
2524
|
-
*
|
|
2525
|
-
*
|
|
2327
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
2328
|
+
* of those formats do not have a namespace.
|
|
2526
2329
|
* </p>
|
|
2527
2330
|
* </li>
|
|
2528
2331
|
* </ul>
|
|
@@ -2547,12 +2350,6 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
2547
2350
|
*/
|
|
2548
2351
|
nextToken?: string;
|
|
2549
2352
|
}
|
|
2550
|
-
export declare namespace ListPackageVersionDependenciesRequest {
|
|
2551
|
-
/**
|
|
2552
|
-
* @internal
|
|
2553
|
-
*/
|
|
2554
|
-
const filterSensitiveLog: (obj: ListPackageVersionDependenciesRequest) => any;
|
|
2555
|
-
}
|
|
2556
2353
|
/**
|
|
2557
2354
|
* <p>
|
|
2558
2355
|
* Details about a package dependency.
|
|
@@ -2560,26 +2357,25 @@ export declare namespace ListPackageVersionDependenciesRequest {
|
|
|
2560
2357
|
*/
|
|
2561
2358
|
export interface PackageDependency {
|
|
2562
2359
|
/**
|
|
2563
|
-
* <p>
|
|
2564
|
-
*
|
|
2565
|
-
*
|
|
2566
|
-
* </p>
|
|
2360
|
+
* <p>The namespace of the package that this package depends on. The package component that specifies its
|
|
2361
|
+
* namespace depends on its type. For example:</p>
|
|
2362
|
+
*
|
|
2567
2363
|
* <ul>
|
|
2568
2364
|
* <li>
|
|
2569
2365
|
* <p>
|
|
2570
|
-
*
|
|
2571
|
-
*
|
|
2366
|
+
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2367
|
+
* </p>
|
|
2572
2368
|
* </li>
|
|
2573
2369
|
* <li>
|
|
2574
2370
|
* <p>
|
|
2575
|
-
*
|
|
2576
|
-
*
|
|
2371
|
+
* The namespace of an npm package is its <code>scope</code>.
|
|
2372
|
+
* </p>
|
|
2577
2373
|
* </li>
|
|
2578
2374
|
* <li>
|
|
2579
2375
|
* <p>
|
|
2580
|
-
*
|
|
2581
|
-
*
|
|
2582
|
-
*
|
|
2376
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2377
|
+
* of those formats do not have a namespace.
|
|
2378
|
+
* </p>
|
|
2583
2379
|
* </li>
|
|
2584
2380
|
* </ul>
|
|
2585
2381
|
*/
|
|
@@ -2605,12 +2401,6 @@ export interface PackageDependency {
|
|
|
2605
2401
|
*/
|
|
2606
2402
|
versionRequirement?: string;
|
|
2607
2403
|
}
|
|
2608
|
-
export declare namespace PackageDependency {
|
|
2609
|
-
/**
|
|
2610
|
-
* @internal
|
|
2611
|
-
*/
|
|
2612
|
-
const filterSensitiveLog: (obj: PackageDependency) => any;
|
|
2613
|
-
}
|
|
2614
2404
|
export interface ListPackageVersionDependenciesResult {
|
|
2615
2405
|
/**
|
|
2616
2406
|
* <p>
|
|
@@ -2619,25 +2409,24 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
2619
2409
|
*/
|
|
2620
2410
|
format?: PackageFormat | string;
|
|
2621
2411
|
/**
|
|
2622
|
-
* <p>
|
|
2623
|
-
*
|
|
2624
|
-
*
|
|
2625
|
-
* </p>
|
|
2412
|
+
* <p>The namespace of the package version that contains the returned dependencies. The package version component that specifies its
|
|
2413
|
+
* namespace depends on its type. For example:</p>
|
|
2414
|
+
*
|
|
2626
2415
|
* <ul>
|
|
2627
2416
|
* <li>
|
|
2628
2417
|
* <p>
|
|
2629
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2418
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
2630
2419
|
* </p>
|
|
2631
2420
|
* </li>
|
|
2632
2421
|
* <li>
|
|
2633
2422
|
* <p>
|
|
2634
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
2423
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
2635
2424
|
* </p>
|
|
2636
2425
|
* </li>
|
|
2637
2426
|
* <li>
|
|
2638
2427
|
* <p>
|
|
2639
|
-
*
|
|
2640
|
-
*
|
|
2428
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
2429
|
+
* of those formats do not have a namespace.
|
|
2641
2430
|
* </p>
|
|
2642
2431
|
* </li>
|
|
2643
2432
|
* </ul>
|
|
@@ -2674,19 +2463,13 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
2674
2463
|
*/
|
|
2675
2464
|
dependencies?: PackageDependency[];
|
|
2676
2465
|
}
|
|
2677
|
-
export declare namespace ListPackageVersionDependenciesResult {
|
|
2678
|
-
/**
|
|
2679
|
-
* @internal
|
|
2680
|
-
*/
|
|
2681
|
-
const filterSensitiveLog: (obj: ListPackageVersionDependenciesResult) => any;
|
|
2682
|
-
}
|
|
2683
2466
|
export declare enum PackageVersionSortType {
|
|
2684
2467
|
PUBLISHED_TIME = "PUBLISHED_TIME"
|
|
2685
2468
|
}
|
|
2686
2469
|
export interface ListPackageVersionsRequest {
|
|
2687
2470
|
/**
|
|
2688
2471
|
* <p>
|
|
2689
|
-
* The name of the domain that contains the repository that contains the
|
|
2472
|
+
* The name of the domain that contains the repository that contains the requested package versions.
|
|
2690
2473
|
* </p>
|
|
2691
2474
|
*/
|
|
2692
2475
|
domain: string | undefined;
|
|
@@ -2699,21 +2482,20 @@ export interface ListPackageVersionsRequest {
|
|
|
2699
2482
|
domainOwner?: string;
|
|
2700
2483
|
/**
|
|
2701
2484
|
* <p>
|
|
2702
|
-
* The name of the repository that contains the package.
|
|
2485
|
+
* The name of the repository that contains the requested package versions.
|
|
2703
2486
|
* </p>
|
|
2704
2487
|
*/
|
|
2705
2488
|
repository: string | undefined;
|
|
2706
2489
|
/**
|
|
2707
2490
|
* <p>
|
|
2708
|
-
* The format of the returned
|
|
2491
|
+
* The format of the returned package versions.
|
|
2709
2492
|
* </p>
|
|
2710
2493
|
*/
|
|
2711
2494
|
format: PackageFormat | string | undefined;
|
|
2712
2495
|
/**
|
|
2713
|
-
* <p>
|
|
2714
|
-
*
|
|
2715
|
-
*
|
|
2716
|
-
* </p>
|
|
2496
|
+
* <p>The namespace of the package that contains the requested package versions. The package component that specifies its
|
|
2497
|
+
* namespace depends on its type. For example:</p>
|
|
2498
|
+
*
|
|
2717
2499
|
* <ul>
|
|
2718
2500
|
* <li>
|
|
2719
2501
|
* <p>
|
|
@@ -2727,8 +2509,8 @@ export interface ListPackageVersionsRequest {
|
|
|
2727
2509
|
* </li>
|
|
2728
2510
|
* <li>
|
|
2729
2511
|
* <p>
|
|
2730
|
-
*
|
|
2731
|
-
*
|
|
2512
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2513
|
+
* of those formats do not have a namespace.
|
|
2732
2514
|
* </p>
|
|
2733
2515
|
* </li>
|
|
2734
2516
|
* </ul>
|
|
@@ -2736,19 +2518,19 @@ export interface ListPackageVersionsRequest {
|
|
|
2736
2518
|
namespace?: string;
|
|
2737
2519
|
/**
|
|
2738
2520
|
* <p>
|
|
2739
|
-
* The name of the package for which you want to
|
|
2521
|
+
* The name of the package for which you want to request package versions.
|
|
2740
2522
|
* </p>
|
|
2741
2523
|
*/
|
|
2742
2524
|
package: string | undefined;
|
|
2743
2525
|
/**
|
|
2744
2526
|
* <p>
|
|
2745
|
-
* A string that
|
|
2527
|
+
* A string that filters the requested package versions by status.
|
|
2746
2528
|
* </p>
|
|
2747
2529
|
*/
|
|
2748
2530
|
status?: PackageVersionStatus | string;
|
|
2749
2531
|
/**
|
|
2750
2532
|
* <p>
|
|
2751
|
-
* How to sort the
|
|
2533
|
+
* How to sort the requested list of package versions.
|
|
2752
2534
|
* </p>
|
|
2753
2535
|
*/
|
|
2754
2536
|
sortBy?: PackageVersionSortType | string;
|
|
@@ -2764,12 +2546,11 @@ export interface ListPackageVersionsRequest {
|
|
|
2764
2546
|
* </p>
|
|
2765
2547
|
*/
|
|
2766
2548
|
nextToken?: string;
|
|
2767
|
-
}
|
|
2768
|
-
export declare namespace ListPackageVersionsRequest {
|
|
2769
2549
|
/**
|
|
2770
|
-
*
|
|
2550
|
+
* <p>The <code>originType</code> used to filter package versions.
|
|
2551
|
+
* Only package versions with the provided <code>originType</code> will be returned.</p>
|
|
2771
2552
|
*/
|
|
2772
|
-
|
|
2553
|
+
originType?: PackageVersionOriginType | string;
|
|
2773
2554
|
}
|
|
2774
2555
|
/**
|
|
2775
2556
|
* <p>
|
|
@@ -2797,12 +2578,11 @@ export interface PackageVersionSummary {
|
|
|
2797
2578
|
* </p>
|
|
2798
2579
|
*/
|
|
2799
2580
|
status: PackageVersionStatus | string | undefined;
|
|
2800
|
-
}
|
|
2801
|
-
export declare namespace PackageVersionSummary {
|
|
2802
2581
|
/**
|
|
2803
|
-
*
|
|
2582
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionOrigin.html">PackageVersionOrigin</a> object that contains information
|
|
2583
|
+
* about how the package version was added to the repository.</p>
|
|
2804
2584
|
*/
|
|
2805
|
-
|
|
2585
|
+
origin?: PackageVersionOrigin;
|
|
2806
2586
|
}
|
|
2807
2587
|
export interface ListPackageVersionsResult {
|
|
2808
2588
|
/**
|
|
@@ -2831,10 +2611,9 @@ export interface ListPackageVersionsResult {
|
|
|
2831
2611
|
*/
|
|
2832
2612
|
format?: PackageFormat | string;
|
|
2833
2613
|
/**
|
|
2834
|
-
* <p>
|
|
2835
|
-
*
|
|
2836
|
-
*
|
|
2837
|
-
* </p>
|
|
2614
|
+
* <p>The namespace of the package that contains the requested package versions. The package component that specifies its
|
|
2615
|
+
* namespace depends on its type. For example:</p>
|
|
2616
|
+
*
|
|
2838
2617
|
* <ul>
|
|
2839
2618
|
* <li>
|
|
2840
2619
|
* <p>
|
|
@@ -2848,8 +2627,8 @@ export interface ListPackageVersionsResult {
|
|
|
2848
2627
|
* </li>
|
|
2849
2628
|
* <li>
|
|
2850
2629
|
* <p>
|
|
2851
|
-
*
|
|
2852
|
-
*
|
|
2630
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2631
|
+
* of those formats do not have a namespace.
|
|
2853
2632
|
* </p>
|
|
2854
2633
|
* </li>
|
|
2855
2634
|
* </ul>
|
|
@@ -2876,12 +2655,6 @@ export interface ListPackageVersionsResult {
|
|
|
2876
2655
|
*/
|
|
2877
2656
|
nextToken?: string;
|
|
2878
2657
|
}
|
|
2879
|
-
export declare namespace ListPackageVersionsResult {
|
|
2880
|
-
/**
|
|
2881
|
-
* @internal
|
|
2882
|
-
*/
|
|
2883
|
-
const filterSensitiveLog: (obj: ListPackageVersionsResult) => any;
|
|
2884
|
-
}
|
|
2885
2658
|
export interface ListRepositoriesRequest {
|
|
2886
2659
|
/**
|
|
2887
2660
|
* <p> A prefix used to filter returned repositories. Only repositories with names that start
|
|
@@ -2901,12 +2674,6 @@ export interface ListRepositoriesRequest {
|
|
|
2901
2674
|
*/
|
|
2902
2675
|
nextToken?: string;
|
|
2903
2676
|
}
|
|
2904
|
-
export declare namespace ListRepositoriesRequest {
|
|
2905
|
-
/**
|
|
2906
|
-
* @internal
|
|
2907
|
-
*/
|
|
2908
|
-
const filterSensitiveLog: (obj: ListRepositoriesRequest) => any;
|
|
2909
|
-
}
|
|
2910
2677
|
/**
|
|
2911
2678
|
* <p> Details about a repository, including its Amazon Resource Name (ARN), description, and
|
|
2912
2679
|
* domain information. The <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListRepositories.html">ListRepositories</a> operation returns a list of
|
|
@@ -2949,12 +2716,6 @@ export interface RepositorySummary {
|
|
|
2949
2716
|
*/
|
|
2950
2717
|
description?: string;
|
|
2951
2718
|
}
|
|
2952
|
-
export declare namespace RepositorySummary {
|
|
2953
|
-
/**
|
|
2954
|
-
* @internal
|
|
2955
|
-
*/
|
|
2956
|
-
const filterSensitiveLog: (obj: RepositorySummary) => any;
|
|
2957
|
-
}
|
|
2958
2719
|
export interface ListRepositoriesResult {
|
|
2959
2720
|
/**
|
|
2960
2721
|
* <p>
|
|
@@ -2970,12 +2731,6 @@ export interface ListRepositoriesResult {
|
|
|
2970
2731
|
*/
|
|
2971
2732
|
nextToken?: string;
|
|
2972
2733
|
}
|
|
2973
|
-
export declare namespace ListRepositoriesResult {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: ListRepositoriesResult) => any;
|
|
2978
|
-
}
|
|
2979
2734
|
export interface ListRepositoriesInDomainRequest {
|
|
2980
2735
|
/**
|
|
2981
2736
|
* <p>
|
|
@@ -3016,12 +2771,6 @@ export interface ListRepositoriesInDomainRequest {
|
|
|
3016
2771
|
*/
|
|
3017
2772
|
nextToken?: string;
|
|
3018
2773
|
}
|
|
3019
|
-
export declare namespace ListRepositoriesInDomainRequest {
|
|
3020
|
-
/**
|
|
3021
|
-
* @internal
|
|
3022
|
-
*/
|
|
3023
|
-
const filterSensitiveLog: (obj: ListRepositoriesInDomainRequest) => any;
|
|
3024
|
-
}
|
|
3025
2774
|
export interface ListRepositoriesInDomainResult {
|
|
3026
2775
|
/**
|
|
3027
2776
|
* <p>
|
|
@@ -3036,36 +2785,18 @@ export interface ListRepositoriesInDomainResult {
|
|
|
3036
2785
|
*/
|
|
3037
2786
|
nextToken?: string;
|
|
3038
2787
|
}
|
|
3039
|
-
export declare namespace ListRepositoriesInDomainResult {
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
const filterSensitiveLog: (obj: ListRepositoriesInDomainResult) => any;
|
|
3044
|
-
}
|
|
3045
2788
|
export interface ListTagsForResourceRequest {
|
|
3046
2789
|
/**
|
|
3047
2790
|
* <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
|
|
3048
2791
|
*/
|
|
3049
2792
|
resourceArn: string | undefined;
|
|
3050
2793
|
}
|
|
3051
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3052
|
-
/**
|
|
3053
|
-
* @internal
|
|
3054
|
-
*/
|
|
3055
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3056
|
-
}
|
|
3057
2794
|
export interface ListTagsForResourceResult {
|
|
3058
2795
|
/**
|
|
3059
2796
|
* <p>A list of tag key and value pairs associated with the specified resource.</p>
|
|
3060
2797
|
*/
|
|
3061
2798
|
tags?: Tag[];
|
|
3062
2799
|
}
|
|
3063
|
-
export declare namespace ListTagsForResourceResult {
|
|
3064
|
-
/**
|
|
3065
|
-
* @internal
|
|
3066
|
-
*/
|
|
3067
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
|
|
3068
|
-
}
|
|
3069
2800
|
export interface PutDomainPermissionsPolicyRequest {
|
|
3070
2801
|
/**
|
|
3071
2802
|
* <p>
|
|
@@ -3093,23 +2824,78 @@ export interface PutDomainPermissionsPolicyRequest {
|
|
|
3093
2824
|
*/
|
|
3094
2825
|
policyDocument: string | undefined;
|
|
3095
2826
|
}
|
|
3096
|
-
export declare namespace PutDomainPermissionsPolicyRequest {
|
|
3097
|
-
/**
|
|
3098
|
-
* @internal
|
|
3099
|
-
*/
|
|
3100
|
-
const filterSensitiveLog: (obj: PutDomainPermissionsPolicyRequest) => any;
|
|
3101
|
-
}
|
|
3102
2827
|
export interface PutDomainPermissionsPolicyResult {
|
|
3103
2828
|
/**
|
|
3104
2829
|
* <p> The resource policy that was set after processing the request. </p>
|
|
3105
2830
|
*/
|
|
3106
2831
|
policy?: ResourcePolicy;
|
|
3107
2832
|
}
|
|
3108
|
-
export
|
|
2833
|
+
export interface PutPackageOriginConfigurationRequest {
|
|
3109
2834
|
/**
|
|
3110
|
-
*
|
|
2835
|
+
* <p>The name of the domain that contains the repository that contains the package.</p>
|
|
2836
|
+
*/
|
|
2837
|
+
domain: string | undefined;
|
|
2838
|
+
/**
|
|
2839
|
+
* <p>
|
|
2840
|
+
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
2841
|
+
* dashes or spaces.
|
|
2842
|
+
* </p>
|
|
2843
|
+
*/
|
|
2844
|
+
domainOwner?: string;
|
|
2845
|
+
/**
|
|
2846
|
+
* <p>The name of the repository that contains the package.</p>
|
|
2847
|
+
*/
|
|
2848
|
+
repository: string | undefined;
|
|
2849
|
+
/**
|
|
2850
|
+
* <p>A format that specifies the type of the package to be updated.</p>
|
|
2851
|
+
*/
|
|
2852
|
+
format: PackageFormat | string | undefined;
|
|
2853
|
+
/**
|
|
2854
|
+
* <p>The namespace of the package to be updated. The package component that specifies its
|
|
2855
|
+
* namespace depends on its type. For example:</p>
|
|
2856
|
+
*
|
|
2857
|
+
* <ul>
|
|
2858
|
+
* <li>
|
|
2859
|
+
* <p>
|
|
2860
|
+
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2861
|
+
* </p>
|
|
2862
|
+
* </li>
|
|
2863
|
+
* <li>
|
|
2864
|
+
* <p>
|
|
2865
|
+
* The namespace of an npm package is its <code>scope</code>.
|
|
2866
|
+
* </p>
|
|
2867
|
+
* </li>
|
|
2868
|
+
* <li>
|
|
2869
|
+
* <p>
|
|
2870
|
+
* Python and NuGet packages do not contain a corresponding component, packages
|
|
2871
|
+
* of those formats do not have a namespace.
|
|
2872
|
+
* </p>
|
|
2873
|
+
* </li>
|
|
2874
|
+
* </ul>
|
|
2875
|
+
*/
|
|
2876
|
+
namespace?: string;
|
|
2877
|
+
/**
|
|
2878
|
+
* <p>The name of the package to be updated.</p>
|
|
2879
|
+
*/
|
|
2880
|
+
package: string | undefined;
|
|
2881
|
+
/**
|
|
2882
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a>
|
|
2883
|
+
* object that contains information about the <code>upstream</code> and <code>publish</code> package origin restrictions.
|
|
2884
|
+
* The <code>upstream</code> restriction determines if new package versions can be ingested or retained from external connections or upstream repositories.
|
|
2885
|
+
* The <code>publish</code> restriction determines if new package versions can be published directly to the repository.</p>
|
|
2886
|
+
*
|
|
2887
|
+
* <p>You must include both the desired <code>upstream</code> and <code>publish</code> restrictions.</p>
|
|
2888
|
+
*/
|
|
2889
|
+
restrictions: PackageOriginRestrictions | undefined;
|
|
2890
|
+
}
|
|
2891
|
+
export interface PutPackageOriginConfigurationResult {
|
|
2892
|
+
/**
|
|
2893
|
+
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html">PackageOriginConfiguration</a>
|
|
2894
|
+
* object that describes the origin configuration set for the package. It contains a
|
|
2895
|
+
* <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a>
|
|
2896
|
+
* object that describes how new versions of the package can be introduced to the repository.</p>
|
|
3111
2897
|
*/
|
|
3112
|
-
|
|
2898
|
+
originConfiguration?: PackageOriginConfiguration;
|
|
3113
2899
|
}
|
|
3114
2900
|
export interface PutRepositoryPermissionsPolicyRequest {
|
|
3115
2901
|
/**
|
|
@@ -3143,24 +2929,12 @@ export interface PutRepositoryPermissionsPolicyRequest {
|
|
|
3143
2929
|
*/
|
|
3144
2930
|
policyDocument: string | undefined;
|
|
3145
2931
|
}
|
|
3146
|
-
export declare namespace PutRepositoryPermissionsPolicyRequest {
|
|
3147
|
-
/**
|
|
3148
|
-
* @internal
|
|
3149
|
-
*/
|
|
3150
|
-
const filterSensitiveLog: (obj: PutRepositoryPermissionsPolicyRequest) => any;
|
|
3151
|
-
}
|
|
3152
2932
|
export interface PutRepositoryPermissionsPolicyResult {
|
|
3153
2933
|
/**
|
|
3154
2934
|
* <p> The resource policy that was set after processing the request. </p>
|
|
3155
2935
|
*/
|
|
3156
2936
|
policy?: ResourcePolicy;
|
|
3157
2937
|
}
|
|
3158
|
-
export declare namespace PutRepositoryPermissionsPolicyResult {
|
|
3159
|
-
/**
|
|
3160
|
-
* @internal
|
|
3161
|
-
*/
|
|
3162
|
-
const filterSensitiveLog: (obj: PutRepositoryPermissionsPolicyResult) => any;
|
|
3163
|
-
}
|
|
3164
2938
|
export interface TagResourceRequest {
|
|
3165
2939
|
/**
|
|
3166
2940
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.</p>
|
|
@@ -3171,20 +2945,8 @@ export interface TagResourceRequest {
|
|
|
3171
2945
|
*/
|
|
3172
2946
|
tags: Tag[] | undefined;
|
|
3173
2947
|
}
|
|
3174
|
-
export declare namespace TagResourceRequest {
|
|
3175
|
-
/**
|
|
3176
|
-
* @internal
|
|
3177
|
-
*/
|
|
3178
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3179
|
-
}
|
|
3180
2948
|
export interface TagResourceResult {
|
|
3181
2949
|
}
|
|
3182
|
-
export declare namespace TagResourceResult {
|
|
3183
|
-
/**
|
|
3184
|
-
* @internal
|
|
3185
|
-
*/
|
|
3186
|
-
const filterSensitiveLog: (obj: TagResourceResult) => any;
|
|
3187
|
-
}
|
|
3188
2950
|
export interface UntagResourceRequest {
|
|
3189
2951
|
/**
|
|
3190
2952
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</p>
|
|
@@ -3195,20 +2957,8 @@ export interface UntagResourceRequest {
|
|
|
3195
2957
|
*/
|
|
3196
2958
|
tagKeys: string[] | undefined;
|
|
3197
2959
|
}
|
|
3198
|
-
export declare namespace UntagResourceRequest {
|
|
3199
|
-
/**
|
|
3200
|
-
* @internal
|
|
3201
|
-
*/
|
|
3202
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3203
|
-
}
|
|
3204
2960
|
export interface UntagResourceResult {
|
|
3205
2961
|
}
|
|
3206
|
-
export declare namespace UntagResourceResult {
|
|
3207
|
-
/**
|
|
3208
|
-
* @internal
|
|
3209
|
-
*/
|
|
3210
|
-
const filterSensitiveLog: (obj: UntagResourceResult) => any;
|
|
3211
|
-
}
|
|
3212
2962
|
export interface UpdatePackageVersionsStatusRequest {
|
|
3213
2963
|
/**
|
|
3214
2964
|
* <p>
|
|
@@ -3236,25 +2986,24 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
3236
2986
|
*/
|
|
3237
2987
|
format: PackageFormat | string | undefined;
|
|
3238
2988
|
/**
|
|
3239
|
-
* <p>
|
|
3240
|
-
*
|
|
3241
|
-
*
|
|
3242
|
-
* </p>
|
|
2989
|
+
* <p>The namespace of the package version to be updated. The package version component that specifies its
|
|
2990
|
+
* namespace depends on its type. For example:</p>
|
|
2991
|
+
*
|
|
3243
2992
|
* <ul>
|
|
3244
2993
|
* <li>
|
|
3245
2994
|
* <p>
|
|
3246
|
-
* The namespace of a Maven package is its <code>groupId</code>.
|
|
2995
|
+
* The namespace of a Maven package version is its <code>groupId</code>.
|
|
3247
2996
|
* </p>
|
|
3248
2997
|
* </li>
|
|
3249
2998
|
* <li>
|
|
3250
2999
|
* <p>
|
|
3251
|
-
* The namespace of an npm package is its <code>scope</code>.
|
|
3000
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
3252
3001
|
* </p>
|
|
3253
3002
|
* </li>
|
|
3254
3003
|
* <li>
|
|
3255
3004
|
* <p>
|
|
3256
|
-
*
|
|
3257
|
-
*
|
|
3005
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
3006
|
+
* of those formats do not have a namespace.
|
|
3258
3007
|
* </p>
|
|
3259
3008
|
* </li>
|
|
3260
3009
|
* </ul>
|
|
@@ -3292,12 +3041,6 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
3292
3041
|
*/
|
|
3293
3042
|
targetStatus: PackageVersionStatus | string | undefined;
|
|
3294
3043
|
}
|
|
3295
|
-
export declare namespace UpdatePackageVersionsStatusRequest {
|
|
3296
|
-
/**
|
|
3297
|
-
* @internal
|
|
3298
|
-
*/
|
|
3299
|
-
const filterSensitiveLog: (obj: UpdatePackageVersionsStatusRequest) => any;
|
|
3300
|
-
}
|
|
3301
3044
|
export interface UpdatePackageVersionsStatusResult {
|
|
3302
3045
|
/**
|
|
3303
3046
|
* <p>
|
|
@@ -3312,12 +3055,6 @@ export interface UpdatePackageVersionsStatusResult {
|
|
|
3312
3055
|
*/
|
|
3313
3056
|
failedVersions?: Record<string, PackageVersionError>;
|
|
3314
3057
|
}
|
|
3315
|
-
export declare namespace UpdatePackageVersionsStatusResult {
|
|
3316
|
-
/**
|
|
3317
|
-
* @internal
|
|
3318
|
-
*/
|
|
3319
|
-
const filterSensitiveLog: (obj: UpdatePackageVersionsStatusResult) => any;
|
|
3320
|
-
}
|
|
3321
3058
|
export interface UpdateRepositoryRequest {
|
|
3322
3059
|
/**
|
|
3323
3060
|
* <p>
|
|
@@ -3351,12 +3088,6 @@ export interface UpdateRepositoryRequest {
|
|
|
3351
3088
|
*/
|
|
3352
3089
|
upstreams?: UpstreamRepository[];
|
|
3353
3090
|
}
|
|
3354
|
-
export declare namespace UpdateRepositoryRequest {
|
|
3355
|
-
/**
|
|
3356
|
-
* @internal
|
|
3357
|
-
*/
|
|
3358
|
-
const filterSensitiveLog: (obj: UpdateRepositoryRequest) => any;
|
|
3359
|
-
}
|
|
3360
3091
|
export interface UpdateRepositoryResult {
|
|
3361
3092
|
/**
|
|
3362
3093
|
* <p>
|
|
@@ -3365,9 +3096,379 @@ export interface UpdateRepositoryResult {
|
|
|
3365
3096
|
*/
|
|
3366
3097
|
repository?: RepositoryDescription;
|
|
3367
3098
|
}
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3099
|
+
/**
|
|
3100
|
+
* @internal
|
|
3101
|
+
*/
|
|
3102
|
+
export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
|
|
3103
|
+
/**
|
|
3104
|
+
* @internal
|
|
3105
|
+
*/
|
|
3106
|
+
export declare const AssociateExternalConnectionRequestFilterSensitiveLog: (obj: AssociateExternalConnectionRequest) => any;
|
|
3107
|
+
/**
|
|
3108
|
+
* @internal
|
|
3109
|
+
*/
|
|
3110
|
+
export declare const RepositoryExternalConnectionInfoFilterSensitiveLog: (obj: RepositoryExternalConnectionInfo) => any;
|
|
3111
|
+
/**
|
|
3112
|
+
* @internal
|
|
3113
|
+
*/
|
|
3114
|
+
export declare const UpstreamRepositoryInfoFilterSensitiveLog: (obj: UpstreamRepositoryInfo) => any;
|
|
3115
|
+
/**
|
|
3116
|
+
* @internal
|
|
3117
|
+
*/
|
|
3118
|
+
export declare const RepositoryDescriptionFilterSensitiveLog: (obj: RepositoryDescription) => any;
|
|
3119
|
+
/**
|
|
3120
|
+
* @internal
|
|
3121
|
+
*/
|
|
3122
|
+
export declare const AssociateExternalConnectionResultFilterSensitiveLog: (obj: AssociateExternalConnectionResult) => any;
|
|
3123
|
+
/**
|
|
3124
|
+
* @internal
|
|
3125
|
+
*/
|
|
3126
|
+
export declare const CopyPackageVersionsRequestFilterSensitiveLog: (obj: CopyPackageVersionsRequest) => any;
|
|
3127
|
+
/**
|
|
3128
|
+
* @internal
|
|
3129
|
+
*/
|
|
3130
|
+
export declare const PackageVersionErrorFilterSensitiveLog: (obj: PackageVersionError) => any;
|
|
3131
|
+
/**
|
|
3132
|
+
* @internal
|
|
3133
|
+
*/
|
|
3134
|
+
export declare const SuccessfulPackageVersionInfoFilterSensitiveLog: (obj: SuccessfulPackageVersionInfo) => any;
|
|
3135
|
+
/**
|
|
3136
|
+
* @internal
|
|
3137
|
+
*/
|
|
3138
|
+
export declare const CopyPackageVersionsResultFilterSensitiveLog: (obj: CopyPackageVersionsResult) => any;
|
|
3139
|
+
/**
|
|
3140
|
+
* @internal
|
|
3141
|
+
*/
|
|
3142
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
3143
|
+
/**
|
|
3144
|
+
* @internal
|
|
3145
|
+
*/
|
|
3146
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
3147
|
+
/**
|
|
3148
|
+
* @internal
|
|
3149
|
+
*/
|
|
3150
|
+
export declare const DomainDescriptionFilterSensitiveLog: (obj: DomainDescription) => any;
|
|
3151
|
+
/**
|
|
3152
|
+
* @internal
|
|
3153
|
+
*/
|
|
3154
|
+
export declare const CreateDomainResultFilterSensitiveLog: (obj: CreateDomainResult) => any;
|
|
3155
|
+
/**
|
|
3156
|
+
* @internal
|
|
3157
|
+
*/
|
|
3158
|
+
export declare const UpstreamRepositoryFilterSensitiveLog: (obj: UpstreamRepository) => any;
|
|
3159
|
+
/**
|
|
3160
|
+
* @internal
|
|
3161
|
+
*/
|
|
3162
|
+
export declare const CreateRepositoryRequestFilterSensitiveLog: (obj: CreateRepositoryRequest) => any;
|
|
3163
|
+
/**
|
|
3164
|
+
* @internal
|
|
3165
|
+
*/
|
|
3166
|
+
export declare const CreateRepositoryResultFilterSensitiveLog: (obj: CreateRepositoryResult) => any;
|
|
3167
|
+
/**
|
|
3168
|
+
* @internal
|
|
3169
|
+
*/
|
|
3170
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
3171
|
+
/**
|
|
3172
|
+
* @internal
|
|
3173
|
+
*/
|
|
3174
|
+
export declare const DeleteDomainResultFilterSensitiveLog: (obj: DeleteDomainResult) => any;
|
|
3175
|
+
/**
|
|
3176
|
+
* @internal
|
|
3177
|
+
*/
|
|
3178
|
+
export declare const DeleteDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: DeleteDomainPermissionsPolicyRequest) => any;
|
|
3179
|
+
/**
|
|
3180
|
+
* @internal
|
|
3181
|
+
*/
|
|
3182
|
+
export declare const ResourcePolicyFilterSensitiveLog: (obj: ResourcePolicy) => any;
|
|
3183
|
+
/**
|
|
3184
|
+
* @internal
|
|
3185
|
+
*/
|
|
3186
|
+
export declare const DeleteDomainPermissionsPolicyResultFilterSensitiveLog: (obj: DeleteDomainPermissionsPolicyResult) => any;
|
|
3187
|
+
/**
|
|
3188
|
+
* @internal
|
|
3189
|
+
*/
|
|
3190
|
+
export declare const DeletePackageVersionsRequestFilterSensitiveLog: (obj: DeletePackageVersionsRequest) => any;
|
|
3191
|
+
/**
|
|
3192
|
+
* @internal
|
|
3193
|
+
*/
|
|
3194
|
+
export declare const DeletePackageVersionsResultFilterSensitiveLog: (obj: DeletePackageVersionsResult) => any;
|
|
3195
|
+
/**
|
|
3196
|
+
* @internal
|
|
3197
|
+
*/
|
|
3198
|
+
export declare const DeleteRepositoryRequestFilterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
|
|
3199
|
+
/**
|
|
3200
|
+
* @internal
|
|
3201
|
+
*/
|
|
3202
|
+
export declare const DeleteRepositoryResultFilterSensitiveLog: (obj: DeleteRepositoryResult) => any;
|
|
3203
|
+
/**
|
|
3204
|
+
* @internal
|
|
3205
|
+
*/
|
|
3206
|
+
export declare const DeleteRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyRequest) => any;
|
|
3207
|
+
/**
|
|
3208
|
+
* @internal
|
|
3209
|
+
*/
|
|
3210
|
+
export declare const DeleteRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: DeleteRepositoryPermissionsPolicyResult) => any;
|
|
3211
|
+
/**
|
|
3212
|
+
* @internal
|
|
3213
|
+
*/
|
|
3214
|
+
export declare const DescribeDomainRequestFilterSensitiveLog: (obj: DescribeDomainRequest) => any;
|
|
3215
|
+
/**
|
|
3216
|
+
* @internal
|
|
3217
|
+
*/
|
|
3218
|
+
export declare const DescribeDomainResultFilterSensitiveLog: (obj: DescribeDomainResult) => any;
|
|
3219
|
+
/**
|
|
3220
|
+
* @internal
|
|
3221
|
+
*/
|
|
3222
|
+
export declare const DescribePackageRequestFilterSensitiveLog: (obj: DescribePackageRequest) => any;
|
|
3223
|
+
/**
|
|
3224
|
+
* @internal
|
|
3225
|
+
*/
|
|
3226
|
+
export declare const PackageOriginRestrictionsFilterSensitiveLog: (obj: PackageOriginRestrictions) => any;
|
|
3227
|
+
/**
|
|
3228
|
+
* @internal
|
|
3229
|
+
*/
|
|
3230
|
+
export declare const PackageOriginConfigurationFilterSensitiveLog: (obj: PackageOriginConfiguration) => any;
|
|
3231
|
+
/**
|
|
3232
|
+
* @internal
|
|
3233
|
+
*/
|
|
3234
|
+
export declare const PackageDescriptionFilterSensitiveLog: (obj: PackageDescription) => any;
|
|
3235
|
+
/**
|
|
3236
|
+
* @internal
|
|
3237
|
+
*/
|
|
3238
|
+
export declare const DescribePackageResultFilterSensitiveLog: (obj: DescribePackageResult) => any;
|
|
3239
|
+
/**
|
|
3240
|
+
* @internal
|
|
3241
|
+
*/
|
|
3242
|
+
export declare const DescribePackageVersionRequestFilterSensitiveLog: (obj: DescribePackageVersionRequest) => any;
|
|
3243
|
+
/**
|
|
3244
|
+
* @internal
|
|
3245
|
+
*/
|
|
3246
|
+
export declare const LicenseInfoFilterSensitiveLog: (obj: LicenseInfo) => any;
|
|
3247
|
+
/**
|
|
3248
|
+
* @internal
|
|
3249
|
+
*/
|
|
3250
|
+
export declare const DomainEntryPointFilterSensitiveLog: (obj: DomainEntryPoint) => any;
|
|
3251
|
+
/**
|
|
3252
|
+
* @internal
|
|
3253
|
+
*/
|
|
3254
|
+
export declare const PackageVersionOriginFilterSensitiveLog: (obj: PackageVersionOrigin) => any;
|
|
3255
|
+
/**
|
|
3256
|
+
* @internal
|
|
3257
|
+
*/
|
|
3258
|
+
export declare const PackageVersionDescriptionFilterSensitiveLog: (obj: PackageVersionDescription) => any;
|
|
3259
|
+
/**
|
|
3260
|
+
* @internal
|
|
3261
|
+
*/
|
|
3262
|
+
export declare const DescribePackageVersionResultFilterSensitiveLog: (obj: DescribePackageVersionResult) => any;
|
|
3263
|
+
/**
|
|
3264
|
+
* @internal
|
|
3265
|
+
*/
|
|
3266
|
+
export declare const DescribeRepositoryRequestFilterSensitiveLog: (obj: DescribeRepositoryRequest) => any;
|
|
3267
|
+
/**
|
|
3268
|
+
* @internal
|
|
3269
|
+
*/
|
|
3270
|
+
export declare const DescribeRepositoryResultFilterSensitiveLog: (obj: DescribeRepositoryResult) => any;
|
|
3271
|
+
/**
|
|
3272
|
+
* @internal
|
|
3273
|
+
*/
|
|
3274
|
+
export declare const DisassociateExternalConnectionRequestFilterSensitiveLog: (obj: DisassociateExternalConnectionRequest) => any;
|
|
3275
|
+
/**
|
|
3276
|
+
* @internal
|
|
3277
|
+
*/
|
|
3278
|
+
export declare const DisassociateExternalConnectionResultFilterSensitiveLog: (obj: DisassociateExternalConnectionResult) => any;
|
|
3279
|
+
/**
|
|
3280
|
+
* @internal
|
|
3281
|
+
*/
|
|
3282
|
+
export declare const DisposePackageVersionsRequestFilterSensitiveLog: (obj: DisposePackageVersionsRequest) => any;
|
|
3283
|
+
/**
|
|
3284
|
+
* @internal
|
|
3285
|
+
*/
|
|
3286
|
+
export declare const DisposePackageVersionsResultFilterSensitiveLog: (obj: DisposePackageVersionsResult) => any;
|
|
3287
|
+
/**
|
|
3288
|
+
* @internal
|
|
3289
|
+
*/
|
|
3290
|
+
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
|
|
3291
|
+
/**
|
|
3292
|
+
* @internal
|
|
3293
|
+
*/
|
|
3294
|
+
export declare const GetAuthorizationTokenResultFilterSensitiveLog: (obj: GetAuthorizationTokenResult) => any;
|
|
3295
|
+
/**
|
|
3296
|
+
* @internal
|
|
3297
|
+
*/
|
|
3298
|
+
export declare const GetDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: GetDomainPermissionsPolicyRequest) => any;
|
|
3299
|
+
/**
|
|
3300
|
+
* @internal
|
|
3301
|
+
*/
|
|
3302
|
+
export declare const GetDomainPermissionsPolicyResultFilterSensitiveLog: (obj: GetDomainPermissionsPolicyResult) => any;
|
|
3303
|
+
/**
|
|
3304
|
+
* @internal
|
|
3305
|
+
*/
|
|
3306
|
+
export declare const GetPackageVersionAssetRequestFilterSensitiveLog: (obj: GetPackageVersionAssetRequest) => any;
|
|
3307
|
+
/**
|
|
3308
|
+
* @internal
|
|
3309
|
+
*/
|
|
3310
|
+
export declare const GetPackageVersionAssetResultFilterSensitiveLog: (obj: GetPackageVersionAssetResult) => any;
|
|
3311
|
+
/**
|
|
3312
|
+
* @internal
|
|
3313
|
+
*/
|
|
3314
|
+
export declare const GetPackageVersionReadmeRequestFilterSensitiveLog: (obj: GetPackageVersionReadmeRequest) => any;
|
|
3315
|
+
/**
|
|
3316
|
+
* @internal
|
|
3317
|
+
*/
|
|
3318
|
+
export declare const GetPackageVersionReadmeResultFilterSensitiveLog: (obj: GetPackageVersionReadmeResult) => any;
|
|
3319
|
+
/**
|
|
3320
|
+
* @internal
|
|
3321
|
+
*/
|
|
3322
|
+
export declare const GetRepositoryEndpointRequestFilterSensitiveLog: (obj: GetRepositoryEndpointRequest) => any;
|
|
3323
|
+
/**
|
|
3324
|
+
* @internal
|
|
3325
|
+
*/
|
|
3326
|
+
export declare const GetRepositoryEndpointResultFilterSensitiveLog: (obj: GetRepositoryEndpointResult) => any;
|
|
3327
|
+
/**
|
|
3328
|
+
* @internal
|
|
3329
|
+
*/
|
|
3330
|
+
export declare const GetRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: GetRepositoryPermissionsPolicyRequest) => any;
|
|
3331
|
+
/**
|
|
3332
|
+
* @internal
|
|
3333
|
+
*/
|
|
3334
|
+
export declare const GetRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: GetRepositoryPermissionsPolicyResult) => any;
|
|
3335
|
+
/**
|
|
3336
|
+
* @internal
|
|
3337
|
+
*/
|
|
3338
|
+
export declare const ListDomainsRequestFilterSensitiveLog: (obj: ListDomainsRequest) => any;
|
|
3339
|
+
/**
|
|
3340
|
+
* @internal
|
|
3341
|
+
*/
|
|
3342
|
+
export declare const DomainSummaryFilterSensitiveLog: (obj: DomainSummary) => any;
|
|
3343
|
+
/**
|
|
3344
|
+
* @internal
|
|
3345
|
+
*/
|
|
3346
|
+
export declare const ListDomainsResultFilterSensitiveLog: (obj: ListDomainsResult) => any;
|
|
3347
|
+
/**
|
|
3348
|
+
* @internal
|
|
3349
|
+
*/
|
|
3350
|
+
export declare const ListPackagesRequestFilterSensitiveLog: (obj: ListPackagesRequest) => any;
|
|
3351
|
+
/**
|
|
3352
|
+
* @internal
|
|
3353
|
+
*/
|
|
3354
|
+
export declare const PackageSummaryFilterSensitiveLog: (obj: PackageSummary) => any;
|
|
3355
|
+
/**
|
|
3356
|
+
* @internal
|
|
3357
|
+
*/
|
|
3358
|
+
export declare const ListPackagesResultFilterSensitiveLog: (obj: ListPackagesResult) => any;
|
|
3359
|
+
/**
|
|
3360
|
+
* @internal
|
|
3361
|
+
*/
|
|
3362
|
+
export declare const ListPackageVersionAssetsRequestFilterSensitiveLog: (obj: ListPackageVersionAssetsRequest) => any;
|
|
3363
|
+
/**
|
|
3364
|
+
* @internal
|
|
3365
|
+
*/
|
|
3366
|
+
export declare const ListPackageVersionAssetsResultFilterSensitiveLog: (obj: ListPackageVersionAssetsResult) => any;
|
|
3367
|
+
/**
|
|
3368
|
+
* @internal
|
|
3369
|
+
*/
|
|
3370
|
+
export declare const ListPackageVersionDependenciesRequestFilterSensitiveLog: (obj: ListPackageVersionDependenciesRequest) => any;
|
|
3371
|
+
/**
|
|
3372
|
+
* @internal
|
|
3373
|
+
*/
|
|
3374
|
+
export declare const PackageDependencyFilterSensitiveLog: (obj: PackageDependency) => any;
|
|
3375
|
+
/**
|
|
3376
|
+
* @internal
|
|
3377
|
+
*/
|
|
3378
|
+
export declare const ListPackageVersionDependenciesResultFilterSensitiveLog: (obj: ListPackageVersionDependenciesResult) => any;
|
|
3379
|
+
/**
|
|
3380
|
+
* @internal
|
|
3381
|
+
*/
|
|
3382
|
+
export declare const ListPackageVersionsRequestFilterSensitiveLog: (obj: ListPackageVersionsRequest) => any;
|
|
3383
|
+
/**
|
|
3384
|
+
* @internal
|
|
3385
|
+
*/
|
|
3386
|
+
export declare const PackageVersionSummaryFilterSensitiveLog: (obj: PackageVersionSummary) => any;
|
|
3387
|
+
/**
|
|
3388
|
+
* @internal
|
|
3389
|
+
*/
|
|
3390
|
+
export declare const ListPackageVersionsResultFilterSensitiveLog: (obj: ListPackageVersionsResult) => any;
|
|
3391
|
+
/**
|
|
3392
|
+
* @internal
|
|
3393
|
+
*/
|
|
3394
|
+
export declare const ListRepositoriesRequestFilterSensitiveLog: (obj: ListRepositoriesRequest) => any;
|
|
3395
|
+
/**
|
|
3396
|
+
* @internal
|
|
3397
|
+
*/
|
|
3398
|
+
export declare const RepositorySummaryFilterSensitiveLog: (obj: RepositorySummary) => any;
|
|
3399
|
+
/**
|
|
3400
|
+
* @internal
|
|
3401
|
+
*/
|
|
3402
|
+
export declare const ListRepositoriesResultFilterSensitiveLog: (obj: ListRepositoriesResult) => any;
|
|
3403
|
+
/**
|
|
3404
|
+
* @internal
|
|
3405
|
+
*/
|
|
3406
|
+
export declare const ListRepositoriesInDomainRequestFilterSensitiveLog: (obj: ListRepositoriesInDomainRequest) => any;
|
|
3407
|
+
/**
|
|
3408
|
+
* @internal
|
|
3409
|
+
*/
|
|
3410
|
+
export declare const ListRepositoriesInDomainResultFilterSensitiveLog: (obj: ListRepositoriesInDomainResult) => any;
|
|
3411
|
+
/**
|
|
3412
|
+
* @internal
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3415
|
+
/**
|
|
3416
|
+
* @internal
|
|
3417
|
+
*/
|
|
3418
|
+
export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
|
|
3419
|
+
/**
|
|
3420
|
+
* @internal
|
|
3421
|
+
*/
|
|
3422
|
+
export declare const PutDomainPermissionsPolicyRequestFilterSensitiveLog: (obj: PutDomainPermissionsPolicyRequest) => any;
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
*/
|
|
3426
|
+
export declare const PutDomainPermissionsPolicyResultFilterSensitiveLog: (obj: PutDomainPermissionsPolicyResult) => any;
|
|
3427
|
+
/**
|
|
3428
|
+
* @internal
|
|
3429
|
+
*/
|
|
3430
|
+
export declare const PutPackageOriginConfigurationRequestFilterSensitiveLog: (obj: PutPackageOriginConfigurationRequest) => any;
|
|
3431
|
+
/**
|
|
3432
|
+
* @internal
|
|
3433
|
+
*/
|
|
3434
|
+
export declare const PutPackageOriginConfigurationResultFilterSensitiveLog: (obj: PutPackageOriginConfigurationResult) => any;
|
|
3435
|
+
/**
|
|
3436
|
+
* @internal
|
|
3437
|
+
*/
|
|
3438
|
+
export declare const PutRepositoryPermissionsPolicyRequestFilterSensitiveLog: (obj: PutRepositoryPermissionsPolicyRequest) => any;
|
|
3439
|
+
/**
|
|
3440
|
+
* @internal
|
|
3441
|
+
*/
|
|
3442
|
+
export declare const PutRepositoryPermissionsPolicyResultFilterSensitiveLog: (obj: PutRepositoryPermissionsPolicyResult) => any;
|
|
3443
|
+
/**
|
|
3444
|
+
* @internal
|
|
3445
|
+
*/
|
|
3446
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3447
|
+
/**
|
|
3448
|
+
* @internal
|
|
3449
|
+
*/
|
|
3450
|
+
export declare const TagResourceResultFilterSensitiveLog: (obj: TagResourceResult) => any;
|
|
3451
|
+
/**
|
|
3452
|
+
* @internal
|
|
3453
|
+
*/
|
|
3454
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3455
|
+
/**
|
|
3456
|
+
* @internal
|
|
3457
|
+
*/
|
|
3458
|
+
export declare const UntagResourceResultFilterSensitiveLog: (obj: UntagResourceResult) => any;
|
|
3459
|
+
/**
|
|
3460
|
+
* @internal
|
|
3461
|
+
*/
|
|
3462
|
+
export declare const UpdatePackageVersionsStatusRequestFilterSensitiveLog: (obj: UpdatePackageVersionsStatusRequest) => any;
|
|
3463
|
+
/**
|
|
3464
|
+
* @internal
|
|
3465
|
+
*/
|
|
3466
|
+
export declare const UpdatePackageVersionsStatusResultFilterSensitiveLog: (obj: UpdatePackageVersionsStatusResult) => any;
|
|
3467
|
+
/**
|
|
3468
|
+
* @internal
|
|
3469
|
+
*/
|
|
3470
|
+
export declare const UpdateRepositoryRequestFilterSensitiveLog: (obj: UpdateRepositoryRequest) => any;
|
|
3471
|
+
/**
|
|
3472
|
+
* @internal
|
|
3473
|
+
*/
|
|
3474
|
+
export declare const UpdateRepositoryResultFilterSensitiveLog: (obj: UpdateRepositoryResult) => any;
|