@aws-sdk/client-codeartifact 3.687.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +330 -330
- package/dist-types/ts3.4/models/models_0.d.ts +348 -339
- package/package.json +7 -7
|
@@ -73,14 +73,14 @@ export interface AssetSummary {
|
|
|
73
73
|
* </p>
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
|
-
size?: number;
|
|
76
|
+
size?: number | undefined;
|
|
77
77
|
/**
|
|
78
78
|
* <p>
|
|
79
79
|
* The hashes of the asset.
|
|
80
80
|
* </p>
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
|
-
hashes?: Partial<Record<HashAlgorithm, string
|
|
83
|
+
hashes?: Partial<Record<HashAlgorithm, string>> | undefined;
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
86
|
* @public
|
|
@@ -123,7 +123,7 @@ export interface AssociatedPackage {
|
|
|
123
123
|
* <p>A format that specifies the type of the associated package.</p>
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
|
-
format?: PackageFormat;
|
|
126
|
+
format?: PackageFormat | undefined;
|
|
127
127
|
/**
|
|
128
128
|
* <p>The namespace of the associated package. The package component that specifies its
|
|
129
129
|
* namespace depends on its type. For example:</p>
|
|
@@ -150,14 +150,14 @@ export interface AssociatedPackage {
|
|
|
150
150
|
* </ul>
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
|
-
namespace?: string;
|
|
153
|
+
namespace?: string | undefined;
|
|
154
154
|
/**
|
|
155
155
|
* <p>
|
|
156
156
|
* The name of the associated package.
|
|
157
157
|
* </p>
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
|
-
package?: string;
|
|
160
|
+
package?: string | undefined;
|
|
161
161
|
/**
|
|
162
162
|
* <p>Describes the strength of the association between the package and package group. A strong match can be thought of as an
|
|
163
163
|
* exact match, and a weak match can be thought of as a variation match, for example, the package name matches a variation of the package group pattern.
|
|
@@ -165,7 +165,7 @@ export interface AssociatedPackage {
|
|
|
165
165
|
* in the <i>CodeArtifact User Guide</i>.</p>
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
|
-
associationType?: PackageGroupAssociationType;
|
|
168
|
+
associationType?: PackageGroupAssociationType | undefined;
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
171
|
* @public
|
|
@@ -183,7 +183,7 @@ export interface AssociateExternalConnectionRequest {
|
|
|
183
183
|
* </p>
|
|
184
184
|
* @public
|
|
185
185
|
*/
|
|
186
|
-
domainOwner?: string;
|
|
186
|
+
domainOwner?: string | undefined;
|
|
187
187
|
/**
|
|
188
188
|
* <p>
|
|
189
189
|
* The name of the repository to which the external connection is added.
|
|
@@ -270,7 +270,7 @@ export interface RepositoryExternalConnectionInfo {
|
|
|
270
270
|
* <p> The name of the external connection associated with a repository. </p>
|
|
271
271
|
* @public
|
|
272
272
|
*/
|
|
273
|
-
externalConnectionName?: string;
|
|
273
|
+
externalConnectionName?: string | undefined;
|
|
274
274
|
/**
|
|
275
275
|
* <p>
|
|
276
276
|
* The package format associated with a repository's external connection. The valid package formats are:
|
|
@@ -319,14 +319,14 @@ export interface RepositoryExternalConnectionInfo {
|
|
|
319
319
|
* </ul>
|
|
320
320
|
* @public
|
|
321
321
|
*/
|
|
322
|
-
packageFormat?: PackageFormat;
|
|
322
|
+
packageFormat?: PackageFormat | undefined;
|
|
323
323
|
/**
|
|
324
324
|
* <p>
|
|
325
325
|
* The status of the external connection of a repository. There is one valid value, <code>Available</code>.
|
|
326
326
|
* </p>
|
|
327
327
|
* @public
|
|
328
328
|
*/
|
|
329
|
-
status?: ExternalConnectionStatus;
|
|
329
|
+
status?: ExternalConnectionStatus | undefined;
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* <p>
|
|
@@ -339,7 +339,7 @@ export interface UpstreamRepositoryInfo {
|
|
|
339
339
|
* <p> The name of an upstream repository. </p>
|
|
340
340
|
* @public
|
|
341
341
|
*/
|
|
342
|
-
repositoryName?: string;
|
|
342
|
+
repositoryName?: string | undefined;
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* <p> The details of a repository stored in CodeArtifact. A CodeArtifact repository contains a set of
|
|
@@ -357,19 +357,19 @@ export interface RepositoryDescription {
|
|
|
357
357
|
* </p>
|
|
358
358
|
* @public
|
|
359
359
|
*/
|
|
360
|
-
name?: string;
|
|
360
|
+
name?: string | undefined;
|
|
361
361
|
/**
|
|
362
362
|
* <p> The 12-digit account number of the Amazon Web Services account that manages the repository. </p>
|
|
363
363
|
* @public
|
|
364
364
|
*/
|
|
365
|
-
administratorAccount?: string;
|
|
365
|
+
administratorAccount?: string | undefined;
|
|
366
366
|
/**
|
|
367
367
|
* <p>
|
|
368
368
|
* The name of the domain that contains the repository.
|
|
369
369
|
* </p>
|
|
370
370
|
* @public
|
|
371
371
|
*/
|
|
372
|
-
domainName?: string;
|
|
372
|
+
domainName?: string | undefined;
|
|
373
373
|
/**
|
|
374
374
|
* <p>
|
|
375
375
|
* The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include
|
|
@@ -377,38 +377,38 @@ export interface RepositoryDescription {
|
|
|
377
377
|
* </p>
|
|
378
378
|
* @public
|
|
379
379
|
*/
|
|
380
|
-
domainOwner?: string;
|
|
380
|
+
domainOwner?: string | undefined;
|
|
381
381
|
/**
|
|
382
382
|
* <p> The Amazon Resource Name (ARN) of the repository. </p>
|
|
383
383
|
* @public
|
|
384
384
|
*/
|
|
385
|
-
arn?: string;
|
|
385
|
+
arn?: string | undefined;
|
|
386
386
|
/**
|
|
387
387
|
* <p>
|
|
388
388
|
* A text description of the repository.
|
|
389
389
|
* </p>
|
|
390
390
|
* @public
|
|
391
391
|
*/
|
|
392
|
-
description?: string;
|
|
392
|
+
description?: string | undefined;
|
|
393
393
|
/**
|
|
394
394
|
* <p> A list of upstream repositories to associate with the repository. The order of the upstream repositories
|
|
395
395
|
* in the list determines their priority order when CodeArtifact looks for a requested package version. For more
|
|
396
396
|
* information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html">Working with upstream repositories</a>. </p>
|
|
397
397
|
* @public
|
|
398
398
|
*/
|
|
399
|
-
upstreams?: UpstreamRepositoryInfo[];
|
|
399
|
+
upstreams?: UpstreamRepositoryInfo[] | undefined;
|
|
400
400
|
/**
|
|
401
401
|
* <p>
|
|
402
402
|
* An array of external connections associated with the repository.
|
|
403
403
|
* </p>
|
|
404
404
|
* @public
|
|
405
405
|
*/
|
|
406
|
-
externalConnections?: RepositoryExternalConnectionInfo[];
|
|
406
|
+
externalConnections?: RepositoryExternalConnectionInfo[] | undefined;
|
|
407
407
|
/**
|
|
408
408
|
* <p>A timestamp that represents the date and time the repository was created.</p>
|
|
409
409
|
* @public
|
|
410
410
|
*/
|
|
411
|
-
createdTime?: Date;
|
|
411
|
+
createdTime?: Date | undefined;
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
414
|
* @public
|
|
@@ -420,7 +420,7 @@ export interface AssociateExternalConnectionResult {
|
|
|
420
420
|
* </p>
|
|
421
421
|
* @public
|
|
422
422
|
*/
|
|
423
|
-
repository?: RepositoryDescription;
|
|
423
|
+
repository?: RepositoryDescription | undefined;
|
|
424
424
|
}
|
|
425
425
|
/**
|
|
426
426
|
* @public
|
|
@@ -452,14 +452,14 @@ export declare class ConflictException extends __BaseException {
|
|
|
452
452
|
* </p>
|
|
453
453
|
* @public
|
|
454
454
|
*/
|
|
455
|
-
resourceId?: string;
|
|
455
|
+
resourceId?: string | undefined;
|
|
456
456
|
/**
|
|
457
457
|
* <p>
|
|
458
458
|
* The type of Amazon Web Services resource.
|
|
459
459
|
* </p>
|
|
460
460
|
* @public
|
|
461
461
|
*/
|
|
462
|
-
resourceType?: ResourceType;
|
|
462
|
+
resourceType?: ResourceType | undefined;
|
|
463
463
|
/**
|
|
464
464
|
* @internal
|
|
465
465
|
*/
|
|
@@ -492,14 +492,14 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
492
492
|
* </p>
|
|
493
493
|
* @public
|
|
494
494
|
*/
|
|
495
|
-
resourceId?: string;
|
|
495
|
+
resourceId?: string | undefined;
|
|
496
496
|
/**
|
|
497
497
|
* <p>
|
|
498
498
|
* The type of Amazon Web Services resource.
|
|
499
499
|
* </p>
|
|
500
500
|
* @public
|
|
501
501
|
*/
|
|
502
|
-
resourceType?: ResourceType;
|
|
502
|
+
resourceType?: ResourceType | undefined;
|
|
503
503
|
/**
|
|
504
504
|
* @internal
|
|
505
505
|
*/
|
|
@@ -520,14 +520,14 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
520
520
|
* </p>
|
|
521
521
|
* @public
|
|
522
522
|
*/
|
|
523
|
-
resourceId?: string;
|
|
523
|
+
resourceId?: string | undefined;
|
|
524
524
|
/**
|
|
525
525
|
* <p>
|
|
526
526
|
* The type of Amazon Web Services resource.
|
|
527
527
|
* </p>
|
|
528
528
|
* @public
|
|
529
529
|
*/
|
|
530
|
-
resourceType?: ResourceType;
|
|
530
|
+
resourceType?: ResourceType | undefined;
|
|
531
531
|
/**
|
|
532
532
|
* @internal
|
|
533
533
|
*/
|
|
@@ -548,7 +548,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
548
548
|
* </p>
|
|
549
549
|
* @public
|
|
550
550
|
*/
|
|
551
|
-
retryAfterSeconds?: number;
|
|
551
|
+
retryAfterSeconds?: number | undefined;
|
|
552
552
|
/**
|
|
553
553
|
* @internal
|
|
554
554
|
*/
|
|
@@ -584,7 +584,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
584
584
|
* </p>
|
|
585
585
|
* @public
|
|
586
586
|
*/
|
|
587
|
-
reason?: ValidationExceptionReason;
|
|
587
|
+
reason?: ValidationExceptionReason | undefined;
|
|
588
588
|
/**
|
|
589
589
|
* @internal
|
|
590
590
|
*/
|
|
@@ -608,7 +608,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
608
608
|
* </p>
|
|
609
609
|
* @public
|
|
610
610
|
*/
|
|
611
|
-
domainOwner?: string;
|
|
611
|
+
domainOwner?: string | undefined;
|
|
612
612
|
/**
|
|
613
613
|
* <p>
|
|
614
614
|
* The name of the repository that contains the package versions to be copied.
|
|
@@ -669,7 +669,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
669
669
|
* </ul>
|
|
670
670
|
* @public
|
|
671
671
|
*/
|
|
672
|
-
namespace?: string;
|
|
672
|
+
namespace?: string | undefined;
|
|
673
673
|
/**
|
|
674
674
|
* <p>
|
|
675
675
|
* The name of the package that contains the versions to be copied.
|
|
@@ -688,7 +688,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
688
688
|
* </note>
|
|
689
689
|
* @public
|
|
690
690
|
*/
|
|
691
|
-
versions?: string[];
|
|
691
|
+
versions?: string[] | undefined;
|
|
692
692
|
/**
|
|
693
693
|
* <p>
|
|
694
694
|
* A list of key-value pairs. The keys are package versions and the values are package version revisions. A <code>CopyPackageVersion</code> operation
|
|
@@ -701,7 +701,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
701
701
|
* </note>
|
|
702
702
|
* @public
|
|
703
703
|
*/
|
|
704
|
-
versionRevisions?: Record<string, string
|
|
704
|
+
versionRevisions?: Record<string, string> | undefined;
|
|
705
705
|
/**
|
|
706
706
|
* <p>
|
|
707
707
|
* Set to true to overwrite a package version that already exists in the destination repository.
|
|
@@ -711,7 +711,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
711
711
|
* </p>
|
|
712
712
|
* @public
|
|
713
713
|
*/
|
|
714
|
-
allowOverwrite?: boolean;
|
|
714
|
+
allowOverwrite?: boolean | undefined;
|
|
715
715
|
/**
|
|
716
716
|
* <p> Set to true to copy packages from repositories that are upstream from the source
|
|
717
717
|
* repository to the destination repository. The default setting is false. For more information,
|
|
@@ -719,7 +719,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
719
719
|
* upstream repositories</a>. </p>
|
|
720
720
|
* @public
|
|
721
721
|
*/
|
|
722
|
-
includeFromUpstream?: boolean;
|
|
722
|
+
includeFromUpstream?: boolean | undefined;
|
|
723
723
|
}
|
|
724
724
|
/**
|
|
725
725
|
* @public
|
|
@@ -780,14 +780,14 @@ export interface PackageVersionError {
|
|
|
780
780
|
* </ul>
|
|
781
781
|
* @public
|
|
782
782
|
*/
|
|
783
|
-
errorCode?: PackageVersionErrorCode;
|
|
783
|
+
errorCode?: PackageVersionErrorCode | undefined;
|
|
784
784
|
/**
|
|
785
785
|
* <p>
|
|
786
786
|
* The error message associated with the error.
|
|
787
787
|
* </p>
|
|
788
788
|
* @public
|
|
789
789
|
*/
|
|
790
|
-
errorMessage?: string;
|
|
790
|
+
errorMessage?: string | undefined;
|
|
791
791
|
}
|
|
792
792
|
/**
|
|
793
793
|
* @public
|
|
@@ -818,14 +818,14 @@ export interface SuccessfulPackageVersionInfo {
|
|
|
818
818
|
* </p>
|
|
819
819
|
* @public
|
|
820
820
|
*/
|
|
821
|
-
revision?: string;
|
|
821
|
+
revision?: string | undefined;
|
|
822
822
|
/**
|
|
823
823
|
* <p>
|
|
824
824
|
* The status of a package version.
|
|
825
825
|
* </p>
|
|
826
826
|
* @public
|
|
827
827
|
*/
|
|
828
|
-
status?: PackageVersionStatus;
|
|
828
|
+
status?: PackageVersionStatus | undefined;
|
|
829
829
|
}
|
|
830
830
|
/**
|
|
831
831
|
* @public
|
|
@@ -837,7 +837,7 @@ export interface CopyPackageVersionsResult {
|
|
|
837
837
|
* </p>
|
|
838
838
|
* @public
|
|
839
839
|
*/
|
|
840
|
-
successfulVersions?: Record<string, SuccessfulPackageVersionInfo
|
|
840
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo> | undefined;
|
|
841
841
|
/**
|
|
842
842
|
* <p>
|
|
843
843
|
* A map of package versions that failed to copy and their error codes. The possible error codes are in
|
|
@@ -877,7 +877,7 @@ export interface CopyPackageVersionsResult {
|
|
|
877
877
|
* </ul>
|
|
878
878
|
* @public
|
|
879
879
|
*/
|
|
880
|
-
failedVersions?: Record<string, PackageVersionError
|
|
880
|
+
failedVersions?: Record<string, PackageVersionError> | undefined;
|
|
881
881
|
}
|
|
882
882
|
/**
|
|
883
883
|
* <p>A tag is a key-value pair that can be used to manage, search for, or filter resources in CodeArtifact.</p>
|
|
@@ -921,12 +921,12 @@ export interface CreateDomainRequest {
|
|
|
921
921
|
* </important>
|
|
922
922
|
* @public
|
|
923
923
|
*/
|
|
924
|
-
encryptionKey?: string;
|
|
924
|
+
encryptionKey?: string | undefined;
|
|
925
925
|
/**
|
|
926
926
|
* <p>One or more tag key-value pairs for the domain.</p>
|
|
927
927
|
* @public
|
|
928
928
|
*/
|
|
929
|
-
tags?: Tag[];
|
|
929
|
+
tags?: Tag[] | undefined;
|
|
930
930
|
}
|
|
931
931
|
/**
|
|
932
932
|
* @public
|
|
@@ -954,55 +954,55 @@ export interface DomainDescription {
|
|
|
954
954
|
* </p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
name?: string;
|
|
957
|
+
name?: string | undefined;
|
|
958
958
|
/**
|
|
959
959
|
* <p> The Amazon Web Services account ID that owns the domain. </p>
|
|
960
960
|
* @public
|
|
961
961
|
*/
|
|
962
|
-
owner?: string;
|
|
962
|
+
owner?: string | undefined;
|
|
963
963
|
/**
|
|
964
964
|
* <p> The Amazon Resource Name (ARN) of the domain. </p>
|
|
965
965
|
* @public
|
|
966
966
|
*/
|
|
967
|
-
arn?: string;
|
|
967
|
+
arn?: string | undefined;
|
|
968
968
|
/**
|
|
969
969
|
* <p>
|
|
970
970
|
* The current status of a domain.
|
|
971
971
|
* </p>
|
|
972
972
|
* @public
|
|
973
973
|
*/
|
|
974
|
-
status?: DomainStatus;
|
|
974
|
+
status?: DomainStatus | undefined;
|
|
975
975
|
/**
|
|
976
976
|
* <p>
|
|
977
977
|
* A timestamp that represents the date and time the domain was created.
|
|
978
978
|
* </p>
|
|
979
979
|
* @public
|
|
980
980
|
*/
|
|
981
|
-
createdTime?: Date;
|
|
981
|
+
createdTime?: Date | undefined;
|
|
982
982
|
/**
|
|
983
983
|
* <p> The ARN of an Key Management Service (KMS) key associated with a domain. </p>
|
|
984
984
|
* @public
|
|
985
985
|
*/
|
|
986
|
-
encryptionKey?: string;
|
|
986
|
+
encryptionKey?: string | undefined;
|
|
987
987
|
/**
|
|
988
988
|
* <p>
|
|
989
989
|
* The number of repositories in the domain.
|
|
990
990
|
* </p>
|
|
991
991
|
* @public
|
|
992
992
|
*/
|
|
993
|
-
repositoryCount?: number;
|
|
993
|
+
repositoryCount?: number | undefined;
|
|
994
994
|
/**
|
|
995
995
|
* <p>
|
|
996
996
|
* The total size of all assets in the domain.
|
|
997
997
|
* </p>
|
|
998
998
|
* @public
|
|
999
999
|
*/
|
|
1000
|
-
assetSizeBytes?: number;
|
|
1000
|
+
assetSizeBytes?: number | undefined;
|
|
1001
1001
|
/**
|
|
1002
1002
|
* <p>The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.</p>
|
|
1003
1003
|
* @public
|
|
1004
1004
|
*/
|
|
1005
|
-
s3BucketArn?: string;
|
|
1005
|
+
s3BucketArn?: string | undefined;
|
|
1006
1006
|
}
|
|
1007
1007
|
/**
|
|
1008
1008
|
* @public
|
|
@@ -1014,7 +1014,7 @@ export interface CreateDomainResult {
|
|
|
1014
1014
|
* </p>
|
|
1015
1015
|
* @public
|
|
1016
1016
|
*/
|
|
1017
|
-
domain?: DomainDescription;
|
|
1017
|
+
domain?: DomainDescription | undefined;
|
|
1018
1018
|
}
|
|
1019
1019
|
/**
|
|
1020
1020
|
* @public
|
|
@@ -1034,7 +1034,7 @@ export interface CreatePackageGroupRequest {
|
|
|
1034
1034
|
* </p>
|
|
1035
1035
|
* @public
|
|
1036
1036
|
*/
|
|
1037
|
-
domainOwner?: string;
|
|
1037
|
+
domainOwner?: string | undefined;
|
|
1038
1038
|
/**
|
|
1039
1039
|
* <p>The pattern of the package group to create. The pattern is also the identifier of the package group. </p>
|
|
1040
1040
|
* @public
|
|
@@ -1046,19 +1046,19 @@ export interface CreatePackageGroupRequest {
|
|
|
1046
1046
|
* </p>
|
|
1047
1047
|
* @public
|
|
1048
1048
|
*/
|
|
1049
|
-
contactInfo?: string;
|
|
1049
|
+
contactInfo?: string | undefined;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* <p>
|
|
1052
1052
|
* A description of the package group.
|
|
1053
1053
|
* </p>
|
|
1054
1054
|
* @public
|
|
1055
1055
|
*/
|
|
1056
|
-
description?: string;
|
|
1056
|
+
description?: string | undefined;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* <p>One or more tag key-value pairs for the package group.</p>
|
|
1059
1059
|
* @public
|
|
1060
1060
|
*/
|
|
1061
|
-
tags?: Tag[];
|
|
1061
|
+
tags?: Tag[] | undefined;
|
|
1062
1062
|
}
|
|
1063
1063
|
/**
|
|
1064
1064
|
* @public
|
|
@@ -1098,7 +1098,7 @@ export interface PackageGroupReference {
|
|
|
1098
1098
|
* </p>
|
|
1099
1099
|
* @public
|
|
1100
1100
|
*/
|
|
1101
|
-
arn?: string;
|
|
1101
|
+
arn?: string | undefined;
|
|
1102
1102
|
/**
|
|
1103
1103
|
* <p>
|
|
1104
1104
|
* The pattern of the package group. The pattern determines which packages are associated with the package group, and is
|
|
@@ -1106,7 +1106,7 @@ export interface PackageGroupReference {
|
|
|
1106
1106
|
* </p>
|
|
1107
1107
|
* @public
|
|
1108
1108
|
*/
|
|
1109
|
-
pattern?: string;
|
|
1109
|
+
pattern?: string | undefined;
|
|
1110
1110
|
}
|
|
1111
1111
|
/**
|
|
1112
1112
|
* <p>Contains information about the configured restrictions of the origin controls of a package group.</p>
|
|
@@ -1120,7 +1120,7 @@ export interface PackageGroupOriginRestriction {
|
|
|
1120
1120
|
* <code>mode</code> of the first parent group which does not have a value of <code>INHERIT</code>.</p>
|
|
1121
1121
|
* @public
|
|
1122
1122
|
*/
|
|
1123
|
-
mode?: PackageGroupOriginRestrictionMode;
|
|
1123
|
+
mode?: PackageGroupOriginRestrictionMode | undefined;
|
|
1124
1124
|
/**
|
|
1125
1125
|
* <p>The effective package group origin restriction setting. If the value of <code>mode</code> is <code>ALLOW</code>,
|
|
1126
1126
|
* <code>ALLOW_SPECIFIC_REPOSITORIES</code>, or <code>BLOCK</code>, then the value of <code>effectiveMode</code>
|
|
@@ -1128,17 +1128,17 @@ export interface PackageGroupOriginRestriction {
|
|
|
1128
1128
|
* <code>mode</code> of the first parent group which does not have a value of <code>INHERIT</code>.</p>
|
|
1129
1129
|
* @public
|
|
1130
1130
|
*/
|
|
1131
|
-
effectiveMode?: PackageGroupOriginRestrictionMode;
|
|
1131
|
+
effectiveMode?: PackageGroupOriginRestrictionMode | undefined;
|
|
1132
1132
|
/**
|
|
1133
1133
|
* <p>The parent package group that the package group origin restrictions are inherited from.</p>
|
|
1134
1134
|
* @public
|
|
1135
1135
|
*/
|
|
1136
|
-
inheritedFrom?: PackageGroupReference;
|
|
1136
|
+
inheritedFrom?: PackageGroupReference | undefined;
|
|
1137
1137
|
/**
|
|
1138
1138
|
* <p>The number of repositories in the allowed repository list.</p>
|
|
1139
1139
|
* @public
|
|
1140
1140
|
*/
|
|
1141
|
-
repositoriesCount?: number;
|
|
1141
|
+
repositoriesCount?: number | undefined;
|
|
1142
1142
|
}
|
|
1143
1143
|
/**
|
|
1144
1144
|
* <p>The package group origin configuration that determines how package versions can enter repositories.</p>
|
|
@@ -1149,7 +1149,7 @@ export interface PackageGroupOriginConfiguration {
|
|
|
1149
1149
|
* <p>The origin configuration settings that determine how package versions can enter repositories.</p>
|
|
1150
1150
|
* @public
|
|
1151
1151
|
*/
|
|
1152
|
-
restrictions?: Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestriction
|
|
1152
|
+
restrictions?: Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestriction>> | undefined;
|
|
1153
1153
|
}
|
|
1154
1154
|
/**
|
|
1155
1155
|
* <p>
|
|
@@ -1164,21 +1164,21 @@ export interface PackageGroupDescription {
|
|
|
1164
1164
|
* </p>
|
|
1165
1165
|
* @public
|
|
1166
1166
|
*/
|
|
1167
|
-
arn?: string;
|
|
1167
|
+
arn?: string | undefined;
|
|
1168
1168
|
/**
|
|
1169
1169
|
* <p>
|
|
1170
1170
|
* The pattern of the package group. The pattern determines which packages are associated with the package group.
|
|
1171
1171
|
* </p>
|
|
1172
1172
|
* @public
|
|
1173
1173
|
*/
|
|
1174
|
-
pattern?: string;
|
|
1174
|
+
pattern?: string | undefined;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* <p>
|
|
1177
1177
|
* The name of the domain that contains the package group.
|
|
1178
1178
|
* </p>
|
|
1179
1179
|
* @public
|
|
1180
1180
|
*/
|
|
1181
|
-
domainName?: string;
|
|
1181
|
+
domainName?: string | undefined;
|
|
1182
1182
|
/**
|
|
1183
1183
|
* <p>
|
|
1184
1184
|
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
@@ -1186,38 +1186,38 @@ export interface PackageGroupDescription {
|
|
|
1186
1186
|
* </p>
|
|
1187
1187
|
* @public
|
|
1188
1188
|
*/
|
|
1189
|
-
domainOwner?: string;
|
|
1189
|
+
domainOwner?: string | undefined;
|
|
1190
1190
|
/**
|
|
1191
1191
|
* <p>A timestamp that represents the date and time the package group was created.</p>
|
|
1192
1192
|
* @public
|
|
1193
1193
|
*/
|
|
1194
|
-
createdTime?: Date;
|
|
1194
|
+
createdTime?: Date | undefined;
|
|
1195
1195
|
/**
|
|
1196
1196
|
* <p>
|
|
1197
1197
|
* The contact information of the package group.
|
|
1198
1198
|
* </p>
|
|
1199
1199
|
* @public
|
|
1200
1200
|
*/
|
|
1201
|
-
contactInfo?: string;
|
|
1201
|
+
contactInfo?: string | undefined;
|
|
1202
1202
|
/**
|
|
1203
1203
|
* <p>
|
|
1204
1204
|
* The description of the package group.
|
|
1205
1205
|
* </p>
|
|
1206
1206
|
* @public
|
|
1207
1207
|
*/
|
|
1208
|
-
description?: string;
|
|
1208
|
+
description?: string | undefined;
|
|
1209
1209
|
/**
|
|
1210
1210
|
* <p>The package group origin configuration that determines how package versions can enter repositories.</p>
|
|
1211
1211
|
* @public
|
|
1212
1212
|
*/
|
|
1213
|
-
originConfiguration?: PackageGroupOriginConfiguration;
|
|
1213
|
+
originConfiguration?: PackageGroupOriginConfiguration | undefined;
|
|
1214
1214
|
/**
|
|
1215
1215
|
* <p>
|
|
1216
1216
|
* The direct parent package group of the package group.
|
|
1217
1217
|
* </p>
|
|
1218
1218
|
* @public
|
|
1219
1219
|
*/
|
|
1220
|
-
parent?: PackageGroupReference;
|
|
1220
|
+
parent?: PackageGroupReference | undefined;
|
|
1221
1221
|
}
|
|
1222
1222
|
/**
|
|
1223
1223
|
* @public
|
|
@@ -1229,7 +1229,7 @@ export interface CreatePackageGroupResult {
|
|
|
1229
1229
|
* </p>
|
|
1230
1230
|
* @public
|
|
1231
1231
|
*/
|
|
1232
|
-
packageGroup?: PackageGroupDescription;
|
|
1232
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
1233
1233
|
}
|
|
1234
1234
|
/**
|
|
1235
1235
|
* <p>
|
|
@@ -1264,7 +1264,7 @@ export interface CreateRepositoryRequest {
|
|
|
1264
1264
|
* </p>
|
|
1265
1265
|
* @public
|
|
1266
1266
|
*/
|
|
1267
|
-
domainOwner?: string;
|
|
1267
|
+
domainOwner?: string | undefined;
|
|
1268
1268
|
/**
|
|
1269
1269
|
* <p>The name of the repository to create. </p>
|
|
1270
1270
|
* @public
|
|
@@ -1276,19 +1276,19 @@ export interface CreateRepositoryRequest {
|
|
|
1276
1276
|
* </p>
|
|
1277
1277
|
* @public
|
|
1278
1278
|
*/
|
|
1279
|
-
description?: string;
|
|
1279
|
+
description?: string | undefined;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* <p> A list of upstream repositories to associate with the repository. The order of the upstream repositories
|
|
1282
1282
|
* in the list determines their priority order when CodeArtifact looks for a requested package version. For more
|
|
1283
1283
|
* information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html">Working with upstream repositories</a>. </p>
|
|
1284
1284
|
* @public
|
|
1285
1285
|
*/
|
|
1286
|
-
upstreams?: UpstreamRepository[];
|
|
1286
|
+
upstreams?: UpstreamRepository[] | undefined;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* <p>One or more tag key-value pairs for the repository.</p>
|
|
1289
1289
|
* @public
|
|
1290
1290
|
*/
|
|
1291
|
-
tags?: Tag[];
|
|
1291
|
+
tags?: Tag[] | undefined;
|
|
1292
1292
|
}
|
|
1293
1293
|
/**
|
|
1294
1294
|
* @public
|
|
@@ -1300,7 +1300,7 @@ export interface CreateRepositoryResult {
|
|
|
1300
1300
|
* </p>
|
|
1301
1301
|
* @public
|
|
1302
1302
|
*/
|
|
1303
|
-
repository?: RepositoryDescription;
|
|
1303
|
+
repository?: RepositoryDescription | undefined;
|
|
1304
1304
|
}
|
|
1305
1305
|
/**
|
|
1306
1306
|
* @public
|
|
@@ -1320,7 +1320,7 @@ export interface DeleteDomainRequest {
|
|
|
1320
1320
|
* </p>
|
|
1321
1321
|
* @public
|
|
1322
1322
|
*/
|
|
1323
|
-
domainOwner?: string;
|
|
1323
|
+
domainOwner?: string | undefined;
|
|
1324
1324
|
}
|
|
1325
1325
|
/**
|
|
1326
1326
|
* @public
|
|
@@ -1332,7 +1332,7 @@ export interface DeleteDomainResult {
|
|
|
1332
1332
|
* </p>
|
|
1333
1333
|
* @public
|
|
1334
1334
|
*/
|
|
1335
|
-
domain?: DomainDescription;
|
|
1335
|
+
domain?: DomainDescription | undefined;
|
|
1336
1336
|
}
|
|
1337
1337
|
/**
|
|
1338
1338
|
* @public
|
|
@@ -1352,7 +1352,7 @@ export interface DeleteDomainPermissionsPolicyRequest {
|
|
|
1352
1352
|
* </p>
|
|
1353
1353
|
* @public
|
|
1354
1354
|
*/
|
|
1355
|
-
domainOwner?: string;
|
|
1355
|
+
domainOwner?: string | undefined;
|
|
1356
1356
|
/**
|
|
1357
1357
|
* <p>
|
|
1358
1358
|
* The current revision of the resource policy to be deleted. This revision is used for optimistic locking, which
|
|
@@ -1360,7 +1360,7 @@ export interface DeleteDomainPermissionsPolicyRequest {
|
|
|
1360
1360
|
* </p>
|
|
1361
1361
|
* @public
|
|
1362
1362
|
*/
|
|
1363
|
-
policyRevision?: string;
|
|
1363
|
+
policyRevision?: string | undefined;
|
|
1364
1364
|
}
|
|
1365
1365
|
/**
|
|
1366
1366
|
* <p>
|
|
@@ -1375,21 +1375,21 @@ export interface ResourcePolicy {
|
|
|
1375
1375
|
* </p>
|
|
1376
1376
|
* @public
|
|
1377
1377
|
*/
|
|
1378
|
-
resourceArn?: string;
|
|
1378
|
+
resourceArn?: string | undefined;
|
|
1379
1379
|
/**
|
|
1380
1380
|
* <p>
|
|
1381
1381
|
* The current revision of the resource policy.
|
|
1382
1382
|
* </p>
|
|
1383
1383
|
* @public
|
|
1384
1384
|
*/
|
|
1385
|
-
revision?: string;
|
|
1385
|
+
revision?: string | undefined;
|
|
1386
1386
|
/**
|
|
1387
1387
|
* <p>
|
|
1388
1388
|
* The resource policy formatted in JSON.
|
|
1389
1389
|
* </p>
|
|
1390
1390
|
* @public
|
|
1391
1391
|
*/
|
|
1392
|
-
document?: string;
|
|
1392
|
+
document?: string | undefined;
|
|
1393
1393
|
}
|
|
1394
1394
|
/**
|
|
1395
1395
|
* @public
|
|
@@ -1401,7 +1401,7 @@ export interface DeleteDomainPermissionsPolicyResult {
|
|
|
1401
1401
|
* </p>
|
|
1402
1402
|
* @public
|
|
1403
1403
|
*/
|
|
1404
|
-
policy?: ResourcePolicy;
|
|
1404
|
+
policy?: ResourcePolicy | undefined;
|
|
1405
1405
|
}
|
|
1406
1406
|
/**
|
|
1407
1407
|
* @public
|
|
@@ -1419,7 +1419,7 @@ export interface DeletePackageRequest {
|
|
|
1419
1419
|
* </p>
|
|
1420
1420
|
* @public
|
|
1421
1421
|
*/
|
|
1422
|
-
domainOwner?: string;
|
|
1422
|
+
domainOwner?: string | undefined;
|
|
1423
1423
|
/**
|
|
1424
1424
|
* <p>The name of the repository that contains the package to delete.</p>
|
|
1425
1425
|
* @public
|
|
@@ -1469,7 +1469,7 @@ export interface DeletePackageRequest {
|
|
|
1469
1469
|
* </ul>
|
|
1470
1470
|
* @public
|
|
1471
1471
|
*/
|
|
1472
|
-
namespace?: string;
|
|
1472
|
+
namespace?: string | undefined;
|
|
1473
1473
|
/**
|
|
1474
1474
|
* <p>The name of the package to delete.</p>
|
|
1475
1475
|
* @public
|
|
@@ -1504,7 +1504,7 @@ export interface PackageOriginConfiguration {
|
|
|
1504
1504
|
* about the upstream and publish package origin configuration for the package.</p>
|
|
1505
1505
|
* @public
|
|
1506
1506
|
*/
|
|
1507
|
-
restrictions?: PackageOriginRestrictions;
|
|
1507
|
+
restrictions?: PackageOriginRestrictions | undefined;
|
|
1508
1508
|
}
|
|
1509
1509
|
/**
|
|
1510
1510
|
* <p>
|
|
@@ -1519,7 +1519,7 @@ export interface PackageSummary {
|
|
|
1519
1519
|
* </p>
|
|
1520
1520
|
* @public
|
|
1521
1521
|
*/
|
|
1522
|
-
format?: PackageFormat;
|
|
1522
|
+
format?: PackageFormat | undefined;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* <p>The namespace of the package. The package component that specifies its
|
|
1525
1525
|
* namespace depends on its type. For example:</p>
|
|
@@ -1546,21 +1546,21 @@ export interface PackageSummary {
|
|
|
1546
1546
|
* </ul>
|
|
1547
1547
|
* @public
|
|
1548
1548
|
*/
|
|
1549
|
-
namespace?: string;
|
|
1549
|
+
namespace?: string | undefined;
|
|
1550
1550
|
/**
|
|
1551
1551
|
* <p>
|
|
1552
1552
|
* The name of the package.
|
|
1553
1553
|
* </p>
|
|
1554
1554
|
* @public
|
|
1555
1555
|
*/
|
|
1556
|
-
package?: string;
|
|
1556
|
+
package?: string | undefined;
|
|
1557
1557
|
/**
|
|
1558
1558
|
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginConfiguration.html">PackageOriginConfiguration</a>
|
|
1559
1559
|
* object that contains a <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a> object
|
|
1560
1560
|
* that contains information about the upstream and publish package origin restrictions.</p>
|
|
1561
1561
|
* @public
|
|
1562
1562
|
*/
|
|
1563
|
-
originConfiguration?: PackageOriginConfiguration;
|
|
1563
|
+
originConfiguration?: PackageOriginConfiguration | undefined;
|
|
1564
1564
|
}
|
|
1565
1565
|
/**
|
|
1566
1566
|
* @public
|
|
@@ -1572,7 +1572,7 @@ export interface DeletePackageResult {
|
|
|
1572
1572
|
* </p>
|
|
1573
1573
|
* @public
|
|
1574
1574
|
*/
|
|
1575
|
-
deletedPackage?: PackageSummary;
|
|
1575
|
+
deletedPackage?: PackageSummary | undefined;
|
|
1576
1576
|
}
|
|
1577
1577
|
/**
|
|
1578
1578
|
* @public
|
|
@@ -1592,7 +1592,7 @@ export interface DeletePackageGroupRequest {
|
|
|
1592
1592
|
* </p>
|
|
1593
1593
|
* @public
|
|
1594
1594
|
*/
|
|
1595
|
-
domainOwner?: string;
|
|
1595
|
+
domainOwner?: string | undefined;
|
|
1596
1596
|
/**
|
|
1597
1597
|
* <p>The pattern of the package group to be deleted.</p>
|
|
1598
1598
|
* @public
|
|
@@ -1609,7 +1609,7 @@ export interface DeletePackageGroupResult {
|
|
|
1609
1609
|
* </p>
|
|
1610
1610
|
* @public
|
|
1611
1611
|
*/
|
|
1612
|
-
packageGroup?: PackageGroupDescription;
|
|
1612
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
1613
1613
|
}
|
|
1614
1614
|
/**
|
|
1615
1615
|
* @public
|
|
@@ -1629,7 +1629,7 @@ export interface DeletePackageVersionsRequest {
|
|
|
1629
1629
|
* </p>
|
|
1630
1630
|
* @public
|
|
1631
1631
|
*/
|
|
1632
|
-
domainOwner?: string;
|
|
1632
|
+
domainOwner?: string | undefined;
|
|
1633
1633
|
/**
|
|
1634
1634
|
* <p>
|
|
1635
1635
|
* The name of the repository that contains the package versions to delete.
|
|
@@ -1683,7 +1683,7 @@ export interface DeletePackageVersionsRequest {
|
|
|
1683
1683
|
* </ul>
|
|
1684
1684
|
* @public
|
|
1685
1685
|
*/
|
|
1686
|
-
namespace?: string;
|
|
1686
|
+
namespace?: string | undefined;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* <p>
|
|
1689
1689
|
* The name of the package with the versions to delete.
|
|
@@ -1704,7 +1704,7 @@ export interface DeletePackageVersionsRequest {
|
|
|
1704
1704
|
* </p>
|
|
1705
1705
|
* @public
|
|
1706
1706
|
*/
|
|
1707
|
-
expectedStatus?: PackageVersionStatus;
|
|
1707
|
+
expectedStatus?: PackageVersionStatus | undefined;
|
|
1708
1708
|
}
|
|
1709
1709
|
/**
|
|
1710
1710
|
* @public
|
|
@@ -1717,7 +1717,7 @@ export interface DeletePackageVersionsResult {
|
|
|
1717
1717
|
* </p>
|
|
1718
1718
|
* @public
|
|
1719
1719
|
*/
|
|
1720
|
-
successfulVersions?: Record<string, SuccessfulPackageVersionInfo
|
|
1720
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo> | undefined;
|
|
1721
1721
|
/**
|
|
1722
1722
|
* <p>
|
|
1723
1723
|
* A <code>PackageVersionError</code> object that contains a map of errors codes for the
|
|
@@ -1757,7 +1757,7 @@ export interface DeletePackageVersionsResult {
|
|
|
1757
1757
|
* </ul>
|
|
1758
1758
|
* @public
|
|
1759
1759
|
*/
|
|
1760
|
-
failedVersions?: Record<string, PackageVersionError
|
|
1760
|
+
failedVersions?: Record<string, PackageVersionError> | undefined;
|
|
1761
1761
|
}
|
|
1762
1762
|
/**
|
|
1763
1763
|
* @public
|
|
@@ -1777,7 +1777,7 @@ export interface DeleteRepositoryRequest {
|
|
|
1777
1777
|
* </p>
|
|
1778
1778
|
* @public
|
|
1779
1779
|
*/
|
|
1780
|
-
domainOwner?: string;
|
|
1780
|
+
domainOwner?: string | undefined;
|
|
1781
1781
|
/**
|
|
1782
1782
|
* <p> The name of the repository to delete. </p>
|
|
1783
1783
|
* @public
|
|
@@ -1794,7 +1794,7 @@ export interface DeleteRepositoryResult {
|
|
|
1794
1794
|
* </p>
|
|
1795
1795
|
* @public
|
|
1796
1796
|
*/
|
|
1797
|
-
repository?: RepositoryDescription;
|
|
1797
|
+
repository?: RepositoryDescription | undefined;
|
|
1798
1798
|
}
|
|
1799
1799
|
/**
|
|
1800
1800
|
* @public
|
|
@@ -1814,7 +1814,7 @@ export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
|
1814
1814
|
* </p>
|
|
1815
1815
|
* @public
|
|
1816
1816
|
*/
|
|
1817
|
-
domainOwner?: string;
|
|
1817
|
+
domainOwner?: string | undefined;
|
|
1818
1818
|
/**
|
|
1819
1819
|
* <p>
|
|
1820
1820
|
* The name of the repository that is associated with the resource policy to be deleted
|
|
@@ -1829,7 +1829,7 @@ export interface DeleteRepositoryPermissionsPolicyRequest {
|
|
|
1829
1829
|
* </p>
|
|
1830
1830
|
* @public
|
|
1831
1831
|
*/
|
|
1832
|
-
policyRevision?: string;
|
|
1832
|
+
policyRevision?: string | undefined;
|
|
1833
1833
|
}
|
|
1834
1834
|
/**
|
|
1835
1835
|
* @public
|
|
@@ -1841,7 +1841,7 @@ export interface DeleteRepositoryPermissionsPolicyResult {
|
|
|
1841
1841
|
* </p>
|
|
1842
1842
|
* @public
|
|
1843
1843
|
*/
|
|
1844
|
-
policy?: ResourcePolicy;
|
|
1844
|
+
policy?: ResourcePolicy | undefined;
|
|
1845
1845
|
}
|
|
1846
1846
|
/**
|
|
1847
1847
|
* @public
|
|
@@ -1861,7 +1861,7 @@ export interface DescribeDomainRequest {
|
|
|
1861
1861
|
* </p>
|
|
1862
1862
|
* @public
|
|
1863
1863
|
*/
|
|
1864
|
-
domainOwner?: string;
|
|
1864
|
+
domainOwner?: string | undefined;
|
|
1865
1865
|
}
|
|
1866
1866
|
/**
|
|
1867
1867
|
* @public
|
|
@@ -1874,7 +1874,7 @@ export interface DescribeDomainResult {
|
|
|
1874
1874
|
* </p>
|
|
1875
1875
|
* @public
|
|
1876
1876
|
*/
|
|
1877
|
-
domain?: DomainDescription;
|
|
1877
|
+
domain?: DomainDescription | undefined;
|
|
1878
1878
|
}
|
|
1879
1879
|
/**
|
|
1880
1880
|
* @public
|
|
@@ -1892,7 +1892,7 @@ export interface DescribePackageRequest {
|
|
|
1892
1892
|
* </p>
|
|
1893
1893
|
* @public
|
|
1894
1894
|
*/
|
|
1895
|
-
domainOwner?: string;
|
|
1895
|
+
domainOwner?: string | undefined;
|
|
1896
1896
|
/**
|
|
1897
1897
|
* <p>The name of the repository that contains the requested package. </p>
|
|
1898
1898
|
* @public
|
|
@@ -1942,7 +1942,7 @@ export interface DescribePackageRequest {
|
|
|
1942
1942
|
* </ul>
|
|
1943
1943
|
* @public
|
|
1944
1944
|
*/
|
|
1945
|
-
namespace?: string;
|
|
1945
|
+
namespace?: string | undefined;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* <p>The name of the requested package.</p>
|
|
1948
1948
|
* @public
|
|
@@ -1958,7 +1958,7 @@ export interface PackageDescription {
|
|
|
1958
1958
|
* <p>A format that specifies the type of the package.</p>
|
|
1959
1959
|
* @public
|
|
1960
1960
|
*/
|
|
1961
|
-
format?: PackageFormat;
|
|
1961
|
+
format?: PackageFormat | undefined;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* <p>The namespace of the package. The package component that specifies its
|
|
1964
1964
|
* namespace depends on its type. For example:</p>
|
|
@@ -1985,17 +1985,17 @@ export interface PackageDescription {
|
|
|
1985
1985
|
* </ul>
|
|
1986
1986
|
* @public
|
|
1987
1987
|
*/
|
|
1988
|
-
namespace?: string;
|
|
1988
|
+
namespace?: string | undefined;
|
|
1989
1989
|
/**
|
|
1990
1990
|
* <p>The name of the package.</p>
|
|
1991
1991
|
* @public
|
|
1992
1992
|
*/
|
|
1993
|
-
name?: string;
|
|
1993
|
+
name?: string | undefined;
|
|
1994
1994
|
/**
|
|
1995
1995
|
* <p>The package origin configuration for the package.</p>
|
|
1996
1996
|
* @public
|
|
1997
1997
|
*/
|
|
1998
|
-
originConfiguration?: PackageOriginConfiguration;
|
|
1998
|
+
originConfiguration?: PackageOriginConfiguration | undefined;
|
|
1999
1999
|
}
|
|
2000
2000
|
/**
|
|
2001
2001
|
* @public
|
|
@@ -2026,7 +2026,7 @@ export interface DescribePackageGroupRequest {
|
|
|
2026
2026
|
* </p>
|
|
2027
2027
|
* @public
|
|
2028
2028
|
*/
|
|
2029
|
-
domainOwner?: string;
|
|
2029
|
+
domainOwner?: string | undefined;
|
|
2030
2030
|
/**
|
|
2031
2031
|
* <p>The pattern of the requested package group.</p>
|
|
2032
2032
|
* @public
|
|
@@ -2042,7 +2042,7 @@ export interface DescribePackageGroupResult {
|
|
|
2042
2042
|
* that contains information about the requested package group.</p>
|
|
2043
2043
|
* @public
|
|
2044
2044
|
*/
|
|
2045
|
-
packageGroup?: PackageGroupDescription;
|
|
2045
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
2046
2046
|
}
|
|
2047
2047
|
/**
|
|
2048
2048
|
* @public
|
|
@@ -2062,7 +2062,7 @@ export interface DescribePackageVersionRequest {
|
|
|
2062
2062
|
* </p>
|
|
2063
2063
|
* @public
|
|
2064
2064
|
*/
|
|
2065
|
-
domainOwner?: string;
|
|
2065
|
+
domainOwner?: string | undefined;
|
|
2066
2066
|
/**
|
|
2067
2067
|
* <p> The name of the repository that contains the package version. </p>
|
|
2068
2068
|
* @public
|
|
@@ -2115,7 +2115,7 @@ export interface DescribePackageVersionRequest {
|
|
|
2115
2115
|
* </ul>
|
|
2116
2116
|
* @public
|
|
2117
2117
|
*/
|
|
2118
|
-
namespace?: string;
|
|
2118
|
+
namespace?: string | undefined;
|
|
2119
2119
|
/**
|
|
2120
2120
|
* <p> The name of the requested package version. </p>
|
|
2121
2121
|
* @public
|
|
@@ -2142,14 +2142,14 @@ export interface LicenseInfo {
|
|
|
2142
2142
|
* </p>
|
|
2143
2143
|
* @public
|
|
2144
2144
|
*/
|
|
2145
|
-
name?: string;
|
|
2145
|
+
name?: string | undefined;
|
|
2146
2146
|
/**
|
|
2147
2147
|
* <p>
|
|
2148
2148
|
* The URL for license data.
|
|
2149
2149
|
* </p>
|
|
2150
2150
|
* @public
|
|
2151
2151
|
*/
|
|
2152
|
-
url?: string;
|
|
2152
|
+
url?: string | undefined;
|
|
2153
2153
|
}
|
|
2154
2154
|
/**
|
|
2155
2155
|
* <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.
|
|
@@ -2166,12 +2166,12 @@ export interface DomainEntryPoint {
|
|
|
2166
2166
|
* <p>The name of the repository that a package was originally published to.</p>
|
|
2167
2167
|
* @public
|
|
2168
2168
|
*/
|
|
2169
|
-
repositoryName?: string;
|
|
2169
|
+
repositoryName?: string | undefined;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* <p>The name of the external connection that a package was ingested from.</p>
|
|
2172
2172
|
* @public
|
|
2173
2173
|
*/
|
|
2174
|
-
externalConnectionName?: string;
|
|
2174
|
+
externalConnectionName?: string | undefined;
|
|
2175
2175
|
}
|
|
2176
2176
|
/**
|
|
2177
2177
|
* @public
|
|
@@ -2196,13 +2196,13 @@ export interface PackageVersionOrigin {
|
|
|
2196
2196
|
* information about from which repository or external connection the package version was added to the domain.</p>
|
|
2197
2197
|
* @public
|
|
2198
2198
|
*/
|
|
2199
|
-
domainEntryPoint?: DomainEntryPoint;
|
|
2199
|
+
domainEntryPoint?: DomainEntryPoint | undefined;
|
|
2200
2200
|
/**
|
|
2201
2201
|
* <p>Describes how the package version was originally added to the domain. An <code>INTERNAL</code> origin type means the package version was published
|
|
2202
2202
|
* directly to a repository in the domain. An <code>EXTERNAL</code> origin type means the package version was ingested from an external connection.</p>
|
|
2203
2203
|
* @public
|
|
2204
2204
|
*/
|
|
2205
|
-
originType?: PackageVersionOriginType;
|
|
2205
|
+
originType?: PackageVersionOriginType | undefined;
|
|
2206
2206
|
}
|
|
2207
2207
|
/**
|
|
2208
2208
|
* <p>
|
|
@@ -2217,7 +2217,7 @@ export interface PackageVersionDescription {
|
|
|
2217
2217
|
* </p>
|
|
2218
2218
|
* @public
|
|
2219
2219
|
*/
|
|
2220
|
-
format?: PackageFormat;
|
|
2220
|
+
format?: PackageFormat | undefined;
|
|
2221
2221
|
/**
|
|
2222
2222
|
* <p>The namespace of the package version. The package component that specifies its
|
|
2223
2223
|
* namespace depends on its type. For example:</p>
|
|
@@ -2244,14 +2244,14 @@ export interface PackageVersionDescription {
|
|
|
2244
2244
|
* </ul>
|
|
2245
2245
|
* @public
|
|
2246
2246
|
*/
|
|
2247
|
-
namespace?: string;
|
|
2247
|
+
namespace?: string | undefined;
|
|
2248
2248
|
/**
|
|
2249
2249
|
* <p>
|
|
2250
2250
|
* The name of the requested package.
|
|
2251
2251
|
* </p>
|
|
2252
2252
|
* @public
|
|
2253
2253
|
*/
|
|
2254
|
-
packageName?: string;
|
|
2254
|
+
packageName?: string | undefined;
|
|
2255
2255
|
/**
|
|
2256
2256
|
* <p>
|
|
2257
2257
|
* The name of the package that is displayed. The <code>displayName</code> varies depending
|
|
@@ -2261,14 +2261,14 @@ export interface PackageVersionDescription {
|
|
|
2261
2261
|
* </p>
|
|
2262
2262
|
* @public
|
|
2263
2263
|
*/
|
|
2264
|
-
displayName?: string;
|
|
2264
|
+
displayName?: string | undefined;
|
|
2265
2265
|
/**
|
|
2266
2266
|
* <p>
|
|
2267
2267
|
* The version of the package.
|
|
2268
2268
|
* </p>
|
|
2269
2269
|
* @public
|
|
2270
2270
|
*/
|
|
2271
|
-
version?: string;
|
|
2271
|
+
version?: string | undefined;
|
|
2272
2272
|
/**
|
|
2273
2273
|
* <p>
|
|
2274
2274
|
* A summary of the package version. The summary is extracted from the package. The information in and
|
|
@@ -2276,55 +2276,55 @@ export interface PackageVersionDescription {
|
|
|
2276
2276
|
* </p>
|
|
2277
2277
|
* @public
|
|
2278
2278
|
*/
|
|
2279
|
-
summary?: string;
|
|
2279
|
+
summary?: string | undefined;
|
|
2280
2280
|
/**
|
|
2281
2281
|
* <p>
|
|
2282
2282
|
* The homepage associated with the package.
|
|
2283
2283
|
* </p>
|
|
2284
2284
|
* @public
|
|
2285
2285
|
*/
|
|
2286
|
-
homePage?: string;
|
|
2286
|
+
homePage?: string | undefined;
|
|
2287
2287
|
/**
|
|
2288
2288
|
* <p>
|
|
2289
2289
|
* The repository for the source code in the package version, or the source code used to build it.
|
|
2290
2290
|
* </p>
|
|
2291
2291
|
* @public
|
|
2292
2292
|
*/
|
|
2293
|
-
sourceCodeRepository?: string;
|
|
2293
|
+
sourceCodeRepository?: string | undefined;
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>
|
|
2296
2296
|
* A timestamp that contains the date and time the package version was published.
|
|
2297
2297
|
* </p>
|
|
2298
2298
|
* @public
|
|
2299
2299
|
*/
|
|
2300
|
-
publishedTime?: Date;
|
|
2300
|
+
publishedTime?: Date | undefined;
|
|
2301
2301
|
/**
|
|
2302
2302
|
* <p>
|
|
2303
2303
|
* Information about licenses associated with the package version.
|
|
2304
2304
|
* </p>
|
|
2305
2305
|
* @public
|
|
2306
2306
|
*/
|
|
2307
|
-
licenses?: LicenseInfo[];
|
|
2307
|
+
licenses?: LicenseInfo[] | undefined;
|
|
2308
2308
|
/**
|
|
2309
2309
|
* <p>
|
|
2310
2310
|
* The revision of the package version.
|
|
2311
2311
|
* </p>
|
|
2312
2312
|
* @public
|
|
2313
2313
|
*/
|
|
2314
|
-
revision?: string;
|
|
2314
|
+
revision?: string | undefined;
|
|
2315
2315
|
/**
|
|
2316
2316
|
* <p>
|
|
2317
2317
|
* A string that contains the status of the package version.
|
|
2318
2318
|
* </p>
|
|
2319
2319
|
* @public
|
|
2320
2320
|
*/
|
|
2321
|
-
status?: PackageVersionStatus;
|
|
2321
|
+
status?: PackageVersionStatus | undefined;
|
|
2322
2322
|
/**
|
|
2323
2323
|
* <p>A <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionOrigin.html">PackageVersionOrigin</a> object that contains
|
|
2324
2324
|
* information about how the package version was added to the repository.</p>
|
|
2325
2325
|
* @public
|
|
2326
2326
|
*/
|
|
2327
|
-
origin?: PackageVersionOrigin;
|
|
2327
|
+
origin?: PackageVersionOrigin | undefined;
|
|
2328
2328
|
}
|
|
2329
2329
|
/**
|
|
2330
2330
|
* @public
|
|
@@ -2357,7 +2357,7 @@ export interface DescribeRepositoryRequest {
|
|
|
2357
2357
|
* </p>
|
|
2358
2358
|
* @public
|
|
2359
2359
|
*/
|
|
2360
|
-
domainOwner?: string;
|
|
2360
|
+
domainOwner?: string | undefined;
|
|
2361
2361
|
/**
|
|
2362
2362
|
* <p>
|
|
2363
2363
|
* A string that specifies the name of the requested repository.
|
|
@@ -2376,7 +2376,7 @@ export interface DescribeRepositoryResult {
|
|
|
2376
2376
|
* </p>
|
|
2377
2377
|
* @public
|
|
2378
2378
|
*/
|
|
2379
|
-
repository?: RepositoryDescription;
|
|
2379
|
+
repository?: RepositoryDescription | undefined;
|
|
2380
2380
|
}
|
|
2381
2381
|
/**
|
|
2382
2382
|
* @public
|
|
@@ -2395,7 +2395,7 @@ export interface DisassociateExternalConnectionRequest {
|
|
|
2395
2395
|
* </p>
|
|
2396
2396
|
* @public
|
|
2397
2397
|
*/
|
|
2398
|
-
domainOwner?: string;
|
|
2398
|
+
domainOwner?: string | undefined;
|
|
2399
2399
|
/**
|
|
2400
2400
|
* <p>The name of the repository from which the external connection will be removed. </p>
|
|
2401
2401
|
* @public
|
|
@@ -2417,7 +2417,7 @@ export interface DisassociateExternalConnectionResult {
|
|
|
2417
2417
|
* </p>
|
|
2418
2418
|
* @public
|
|
2419
2419
|
*/
|
|
2420
|
-
repository?: RepositoryDescription;
|
|
2420
|
+
repository?: RepositoryDescription | undefined;
|
|
2421
2421
|
}
|
|
2422
2422
|
/**
|
|
2423
2423
|
* @public
|
|
@@ -2437,7 +2437,7 @@ export interface DisposePackageVersionsRequest {
|
|
|
2437
2437
|
* </p>
|
|
2438
2438
|
* @public
|
|
2439
2439
|
*/
|
|
2440
|
-
domainOwner?: string;
|
|
2440
|
+
domainOwner?: string | undefined;
|
|
2441
2441
|
/**
|
|
2442
2442
|
* <p>
|
|
2443
2443
|
* The name of the repository that contains the package versions you want to dispose.
|
|
@@ -2492,7 +2492,7 @@ export interface DisposePackageVersionsRequest {
|
|
|
2492
2492
|
* </ul>
|
|
2493
2493
|
* @public
|
|
2494
2494
|
*/
|
|
2495
|
-
namespace?: string;
|
|
2495
|
+
namespace?: string | undefined;
|
|
2496
2496
|
/**
|
|
2497
2497
|
* <p>
|
|
2498
2498
|
* The name of the package with the versions you want to dispose.
|
|
@@ -2513,14 +2513,14 @@ export interface DisposePackageVersionsRequest {
|
|
|
2513
2513
|
* </p>
|
|
2514
2514
|
* @public
|
|
2515
2515
|
*/
|
|
2516
|
-
versionRevisions?: Record<string, string
|
|
2516
|
+
versionRevisions?: Record<string, string> | undefined;
|
|
2517
2517
|
/**
|
|
2518
2518
|
* <p>
|
|
2519
2519
|
* The expected status of the package version to dispose.
|
|
2520
2520
|
* </p>
|
|
2521
2521
|
* @public
|
|
2522
2522
|
*/
|
|
2523
|
-
expectedStatus?: PackageVersionStatus;
|
|
2523
|
+
expectedStatus?: PackageVersionStatus | undefined;
|
|
2524
2524
|
}
|
|
2525
2525
|
/**
|
|
2526
2526
|
* @public
|
|
@@ -2532,7 +2532,7 @@ export interface DisposePackageVersionsResult {
|
|
|
2532
2532
|
* </p>
|
|
2533
2533
|
* @public
|
|
2534
2534
|
*/
|
|
2535
|
-
successfulVersions?: Record<string, SuccessfulPackageVersionInfo
|
|
2535
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo> | undefined;
|
|
2536
2536
|
/**
|
|
2537
2537
|
* <p>
|
|
2538
2538
|
* A <code>PackageVersionError</code> object that contains a map of errors codes for the
|
|
@@ -2572,7 +2572,7 @@ export interface DisposePackageVersionsResult {
|
|
|
2572
2572
|
* </ul>
|
|
2573
2573
|
* @public
|
|
2574
2574
|
*/
|
|
2575
|
-
failedVersions?: Record<string, PackageVersionError
|
|
2575
|
+
failedVersions?: Record<string, PackageVersionError> | undefined;
|
|
2576
2576
|
}
|
|
2577
2577
|
/**
|
|
2578
2578
|
* @public
|
|
@@ -2592,7 +2592,7 @@ export interface GetAssociatedPackageGroupRequest {
|
|
|
2592
2592
|
* </p>
|
|
2593
2593
|
* @public
|
|
2594
2594
|
*/
|
|
2595
|
-
domainOwner?: string;
|
|
2595
|
+
domainOwner?: string | undefined;
|
|
2596
2596
|
/**
|
|
2597
2597
|
* <p>
|
|
2598
2598
|
* The format of the package from which to get the associated package group.
|
|
@@ -2640,7 +2640,7 @@ export interface GetAssociatedPackageGroupRequest {
|
|
|
2640
2640
|
* </ul>
|
|
2641
2641
|
* @public
|
|
2642
2642
|
*/
|
|
2643
|
-
namespace?: string;
|
|
2643
|
+
namespace?: string | undefined;
|
|
2644
2644
|
/**
|
|
2645
2645
|
* <p>
|
|
2646
2646
|
* The package from which to get the associated package group.
|
|
@@ -2657,13 +2657,13 @@ export interface GetAssociatedPackageGroupResult {
|
|
|
2657
2657
|
* <p>The package group that is associated with the requested package.</p>
|
|
2658
2658
|
* @public
|
|
2659
2659
|
*/
|
|
2660
|
-
packageGroup?: PackageGroupDescription;
|
|
2660
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
2661
2661
|
/**
|
|
2662
2662
|
* <p>Describes the strength of the association between the package and package group. A strong match is also known as an
|
|
2663
2663
|
* exact match, and a weak match is known as a relative match.</p>
|
|
2664
2664
|
* @public
|
|
2665
2665
|
*/
|
|
2666
|
-
associationType?: PackageGroupAssociationType;
|
|
2666
|
+
associationType?: PackageGroupAssociationType | undefined;
|
|
2667
2667
|
}
|
|
2668
2668
|
/**
|
|
2669
2669
|
* @public
|
|
@@ -2683,7 +2683,7 @@ export interface GetAuthorizationTokenRequest {
|
|
|
2683
2683
|
* </p>
|
|
2684
2684
|
* @public
|
|
2685
2685
|
*/
|
|
2686
|
-
domainOwner?: string;
|
|
2686
|
+
domainOwner?: string | undefined;
|
|
2687
2687
|
/**
|
|
2688
2688
|
* <p>The time, in seconds, that the generated authorization token is valid. Valid values are
|
|
2689
2689
|
* <code>0</code> and any number between <code>900</code> (15 minutes) and <code>43200</code> (12 hours).
|
|
@@ -2691,7 +2691,7 @@ export interface GetAuthorizationTokenRequest {
|
|
|
2691
2691
|
* the user's role's temporary credentials.</p>
|
|
2692
2692
|
* @public
|
|
2693
2693
|
*/
|
|
2694
|
-
durationSeconds?: number;
|
|
2694
|
+
durationSeconds?: number | undefined;
|
|
2695
2695
|
}
|
|
2696
2696
|
/**
|
|
2697
2697
|
* @public
|
|
@@ -2703,14 +2703,14 @@ export interface GetAuthorizationTokenResult {
|
|
|
2703
2703
|
* </p>
|
|
2704
2704
|
* @public
|
|
2705
2705
|
*/
|
|
2706
|
-
authorizationToken?: string;
|
|
2706
|
+
authorizationToken?: string | undefined;
|
|
2707
2707
|
/**
|
|
2708
2708
|
* <p>
|
|
2709
2709
|
* A timestamp that specifies the date and time the authorization token expires.
|
|
2710
2710
|
* </p>
|
|
2711
2711
|
* @public
|
|
2712
2712
|
*/
|
|
2713
|
-
expiration?: Date;
|
|
2713
|
+
expiration?: Date | undefined;
|
|
2714
2714
|
}
|
|
2715
2715
|
/**
|
|
2716
2716
|
* @public
|
|
@@ -2730,7 +2730,7 @@ export interface GetDomainPermissionsPolicyRequest {
|
|
|
2730
2730
|
* </p>
|
|
2731
2731
|
* @public
|
|
2732
2732
|
*/
|
|
2733
|
-
domainOwner?: string;
|
|
2733
|
+
domainOwner?: string | undefined;
|
|
2734
2734
|
}
|
|
2735
2735
|
/**
|
|
2736
2736
|
* @public
|
|
@@ -2742,7 +2742,7 @@ export interface GetDomainPermissionsPolicyResult {
|
|
|
2742
2742
|
* </p>
|
|
2743
2743
|
* @public
|
|
2744
2744
|
*/
|
|
2745
|
-
policy?: ResourcePolicy;
|
|
2745
|
+
policy?: ResourcePolicy | undefined;
|
|
2746
2746
|
}
|
|
2747
2747
|
/**
|
|
2748
2748
|
* @public
|
|
@@ -2762,7 +2762,7 @@ export interface GetPackageVersionAssetRequest {
|
|
|
2762
2762
|
* </p>
|
|
2763
2763
|
* @public
|
|
2764
2764
|
*/
|
|
2765
|
-
domainOwner?: string;
|
|
2765
|
+
domainOwner?: string | undefined;
|
|
2766
2766
|
/**
|
|
2767
2767
|
* <p>
|
|
2768
2768
|
* The repository that contains the package version with the requested asset.
|
|
@@ -2817,7 +2817,7 @@ export interface GetPackageVersionAssetRequest {
|
|
|
2817
2817
|
* </ul>
|
|
2818
2818
|
* @public
|
|
2819
2819
|
*/
|
|
2820
|
-
namespace?: string;
|
|
2820
|
+
namespace?: string | undefined;
|
|
2821
2821
|
/**
|
|
2822
2822
|
* <p>
|
|
2823
2823
|
* The name of the package that contains the requested asset.
|
|
@@ -2845,7 +2845,7 @@ export interface GetPackageVersionAssetRequest {
|
|
|
2845
2845
|
* </p>
|
|
2846
2846
|
* @public
|
|
2847
2847
|
*/
|
|
2848
|
-
packageVersionRevision?: string;
|
|
2848
|
+
packageVersionRevision?: string | undefined;
|
|
2849
2849
|
}
|
|
2850
2850
|
/**
|
|
2851
2851
|
* @public
|
|
@@ -2855,28 +2855,28 @@ export interface GetPackageVersionAssetResult {
|
|
|
2855
2855
|
* <p> The binary file, or asset, that is downloaded.</p>
|
|
2856
2856
|
* @public
|
|
2857
2857
|
*/
|
|
2858
|
-
asset?: StreamingBlobTypes;
|
|
2858
|
+
asset?: StreamingBlobTypes | undefined;
|
|
2859
2859
|
/**
|
|
2860
2860
|
* <p>
|
|
2861
2861
|
* The name of the asset that is downloaded.
|
|
2862
2862
|
* </p>
|
|
2863
2863
|
* @public
|
|
2864
2864
|
*/
|
|
2865
|
-
assetName?: string;
|
|
2865
|
+
assetName?: string | undefined;
|
|
2866
2866
|
/**
|
|
2867
2867
|
* <p>
|
|
2868
2868
|
* A string that contains the package version (for example, <code>3.5.2</code>).
|
|
2869
2869
|
* </p>
|
|
2870
2870
|
* @public
|
|
2871
2871
|
*/
|
|
2872
|
-
packageVersion?: string;
|
|
2872
|
+
packageVersion?: string | undefined;
|
|
2873
2873
|
/**
|
|
2874
2874
|
* <p>
|
|
2875
2875
|
* The name of the package version revision that contains the downloaded asset.
|
|
2876
2876
|
* </p>
|
|
2877
2877
|
* @public
|
|
2878
2878
|
*/
|
|
2879
|
-
packageVersionRevision?: string;
|
|
2879
|
+
packageVersionRevision?: string | undefined;
|
|
2880
2880
|
}
|
|
2881
2881
|
/**
|
|
2882
2882
|
* @public
|
|
@@ -2896,7 +2896,7 @@ export interface GetPackageVersionReadmeRequest {
|
|
|
2896
2896
|
* </p>
|
|
2897
2897
|
* @public
|
|
2898
2898
|
*/
|
|
2899
|
-
domainOwner?: string;
|
|
2899
|
+
domainOwner?: string | undefined;
|
|
2900
2900
|
/**
|
|
2901
2901
|
* <p>
|
|
2902
2902
|
* The repository that contains the package with the requested readme file.
|
|
@@ -2951,7 +2951,7 @@ export interface GetPackageVersionReadmeRequest {
|
|
|
2951
2951
|
* </ul>
|
|
2952
2952
|
* @public
|
|
2953
2953
|
*/
|
|
2954
|
-
namespace?: string;
|
|
2954
|
+
namespace?: string | undefined;
|
|
2955
2955
|
/**
|
|
2956
2956
|
* <p>
|
|
2957
2957
|
* The name of the package version that contains the requested readme file.
|
|
@@ -2977,7 +2977,7 @@ export interface GetPackageVersionReadmeResult {
|
|
|
2977
2977
|
* </p>
|
|
2978
2978
|
* @public
|
|
2979
2979
|
*/
|
|
2980
|
-
format?: PackageFormat;
|
|
2980
|
+
format?: PackageFormat | undefined;
|
|
2981
2981
|
/**
|
|
2982
2982
|
* <p>The namespace of the package version with the requested readme file. The package component that specifies its
|
|
2983
2983
|
* namespace depends on its type. For example:</p>
|
|
@@ -3004,35 +3004,35 @@ export interface GetPackageVersionReadmeResult {
|
|
|
3004
3004
|
* </ul>
|
|
3005
3005
|
* @public
|
|
3006
3006
|
*/
|
|
3007
|
-
namespace?: string;
|
|
3007
|
+
namespace?: string | undefined;
|
|
3008
3008
|
/**
|
|
3009
3009
|
* <p>
|
|
3010
3010
|
* The name of the package that contains the returned readme file.
|
|
3011
3011
|
* </p>
|
|
3012
3012
|
* @public
|
|
3013
3013
|
*/
|
|
3014
|
-
package?: string;
|
|
3014
|
+
package?: string | undefined;
|
|
3015
3015
|
/**
|
|
3016
3016
|
* <p>
|
|
3017
3017
|
* The version of the package with the requested readme file.
|
|
3018
3018
|
* </p>
|
|
3019
3019
|
* @public
|
|
3020
3020
|
*/
|
|
3021
|
-
version?: string;
|
|
3021
|
+
version?: string | undefined;
|
|
3022
3022
|
/**
|
|
3023
3023
|
* <p>
|
|
3024
3024
|
* The current revision associated with the package version.
|
|
3025
3025
|
* </p>
|
|
3026
3026
|
* @public
|
|
3027
3027
|
*/
|
|
3028
|
-
versionRevision?: string;
|
|
3028
|
+
versionRevision?: string | undefined;
|
|
3029
3029
|
/**
|
|
3030
3030
|
* <p>
|
|
3031
3031
|
* The text of the returned readme file.
|
|
3032
3032
|
* </p>
|
|
3033
3033
|
* @public
|
|
3034
3034
|
*/
|
|
3035
|
-
readme?: string;
|
|
3035
|
+
readme?: string | undefined;
|
|
3036
3036
|
}
|
|
3037
3037
|
/**
|
|
3038
3038
|
* @public
|
|
@@ -3064,7 +3064,7 @@ export interface GetRepositoryEndpointRequest {
|
|
|
3064
3064
|
* </p>
|
|
3065
3065
|
* @public
|
|
3066
3066
|
*/
|
|
3067
|
-
domainOwner?: string;
|
|
3067
|
+
domainOwner?: string | undefined;
|
|
3068
3068
|
/**
|
|
3069
3069
|
* <p>
|
|
3070
3070
|
* The name of the repository.
|
|
@@ -3084,7 +3084,7 @@ export interface GetRepositoryEndpointRequest {
|
|
|
3084
3084
|
* <p>A string that specifies the type of endpoint.</p>
|
|
3085
3085
|
* @public
|
|
3086
3086
|
*/
|
|
3087
|
-
endpointType?: EndpointType;
|
|
3087
|
+
endpointType?: EndpointType | undefined;
|
|
3088
3088
|
}
|
|
3089
3089
|
/**
|
|
3090
3090
|
* @public
|
|
@@ -3096,7 +3096,7 @@ export interface GetRepositoryEndpointResult {
|
|
|
3096
3096
|
* </p>
|
|
3097
3097
|
* @public
|
|
3098
3098
|
*/
|
|
3099
|
-
repositoryEndpoint?: string;
|
|
3099
|
+
repositoryEndpoint?: string | undefined;
|
|
3100
3100
|
}
|
|
3101
3101
|
/**
|
|
3102
3102
|
* @public
|
|
@@ -3116,7 +3116,7 @@ export interface GetRepositoryPermissionsPolicyRequest {
|
|
|
3116
3116
|
* </p>
|
|
3117
3117
|
* @public
|
|
3118
3118
|
*/
|
|
3119
|
-
domainOwner?: string;
|
|
3119
|
+
domainOwner?: string | undefined;
|
|
3120
3120
|
/**
|
|
3121
3121
|
* <p>
|
|
3122
3122
|
* The name of the repository whose associated resource policy is to be retrieved.
|
|
@@ -3135,7 +3135,7 @@ export interface GetRepositoryPermissionsPolicyResult {
|
|
|
3135
3135
|
* </p>
|
|
3136
3136
|
* @public
|
|
3137
3137
|
*/
|
|
3138
|
-
policy?: ResourcePolicy;
|
|
3138
|
+
policy?: ResourcePolicy | undefined;
|
|
3139
3139
|
}
|
|
3140
3140
|
/**
|
|
3141
3141
|
* @public
|
|
@@ -3155,7 +3155,7 @@ export interface ListAllowedRepositoriesForGroupRequest {
|
|
|
3155
3155
|
* </p>
|
|
3156
3156
|
* @public
|
|
3157
3157
|
*/
|
|
3158
|
-
domainOwner?: string;
|
|
3158
|
+
domainOwner?: string | undefined;
|
|
3159
3159
|
/**
|
|
3160
3160
|
* <p>The pattern of the package group from which to list allowed repositories.</p>
|
|
3161
3161
|
* @public
|
|
@@ -3172,14 +3172,14 @@ export interface ListAllowedRepositoriesForGroupRequest {
|
|
|
3172
3172
|
* </p>
|
|
3173
3173
|
* @public
|
|
3174
3174
|
*/
|
|
3175
|
-
maxResults?: number;
|
|
3175
|
+
maxResults?: number | undefined;
|
|
3176
3176
|
/**
|
|
3177
3177
|
* <p>
|
|
3178
3178
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3179
3179
|
* </p>
|
|
3180
3180
|
* @public
|
|
3181
3181
|
*/
|
|
3182
|
-
nextToken?: string;
|
|
3182
|
+
nextToken?: string | undefined;
|
|
3183
3183
|
}
|
|
3184
3184
|
/**
|
|
3185
3185
|
* @public
|
|
@@ -3189,14 +3189,14 @@ export interface ListAllowedRepositoriesForGroupResult {
|
|
|
3189
3189
|
* <p>The list of allowed repositories for the package group and origin configuration restriction type.</p>
|
|
3190
3190
|
* @public
|
|
3191
3191
|
*/
|
|
3192
|
-
allowedRepositories?: string[];
|
|
3192
|
+
allowedRepositories?: string[] | undefined;
|
|
3193
3193
|
/**
|
|
3194
3194
|
* <p>
|
|
3195
3195
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3196
3196
|
* </p>
|
|
3197
3197
|
* @public
|
|
3198
3198
|
*/
|
|
3199
|
-
nextToken?: string;
|
|
3199
|
+
nextToken?: string | undefined;
|
|
3200
3200
|
}
|
|
3201
3201
|
/**
|
|
3202
3202
|
* @public
|
|
@@ -3216,7 +3216,7 @@ export interface ListAssociatedPackagesRequest {
|
|
|
3216
3216
|
* </p>
|
|
3217
3217
|
* @public
|
|
3218
3218
|
*/
|
|
3219
|
-
domainOwner?: string;
|
|
3219
|
+
domainOwner?: string | undefined;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* <p>
|
|
3222
3222
|
* The pattern of the package group from which to list associated packages.
|
|
@@ -3230,14 +3230,14 @@ export interface ListAssociatedPackagesRequest {
|
|
|
3230
3230
|
* </p>
|
|
3231
3231
|
* @public
|
|
3232
3232
|
*/
|
|
3233
|
-
maxResults?: number;
|
|
3233
|
+
maxResults?: number | undefined;
|
|
3234
3234
|
/**
|
|
3235
3235
|
* <p>
|
|
3236
3236
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3237
3237
|
* </p>
|
|
3238
3238
|
* @public
|
|
3239
3239
|
*/
|
|
3240
|
-
nextToken?: string;
|
|
3240
|
+
nextToken?: string | undefined;
|
|
3241
3241
|
/**
|
|
3242
3242
|
* <p>
|
|
3243
3243
|
* When this flag is included, <code>ListAssociatedPackages</code> will return a list of packages that would be associated with a package
|
|
@@ -3245,7 +3245,7 @@ export interface ListAssociatedPackagesRequest {
|
|
|
3245
3245
|
* </p>
|
|
3246
3246
|
* @public
|
|
3247
3247
|
*/
|
|
3248
|
-
preview?: boolean;
|
|
3248
|
+
preview?: boolean | undefined;
|
|
3249
3249
|
}
|
|
3250
3250
|
/**
|
|
3251
3251
|
* @public
|
|
@@ -3257,14 +3257,14 @@ export interface ListAssociatedPackagesResult {
|
|
|
3257
3257
|
* </p>
|
|
3258
3258
|
* @public
|
|
3259
3259
|
*/
|
|
3260
|
-
packages?: AssociatedPackage[];
|
|
3260
|
+
packages?: AssociatedPackage[] | undefined;
|
|
3261
3261
|
/**
|
|
3262
3262
|
* <p>
|
|
3263
3263
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3264
3264
|
* </p>
|
|
3265
3265
|
* @public
|
|
3266
3266
|
*/
|
|
3267
|
-
nextToken?: string;
|
|
3267
|
+
nextToken?: string | undefined;
|
|
3268
3268
|
}
|
|
3269
3269
|
/**
|
|
3270
3270
|
* @public
|
|
@@ -3276,14 +3276,14 @@ export interface ListDomainsRequest {
|
|
|
3276
3276
|
* </p>
|
|
3277
3277
|
* @public
|
|
3278
3278
|
*/
|
|
3279
|
-
maxResults?: number;
|
|
3279
|
+
maxResults?: number | undefined;
|
|
3280
3280
|
/**
|
|
3281
3281
|
* <p>
|
|
3282
3282
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3283
3283
|
* </p>
|
|
3284
3284
|
* @public
|
|
3285
3285
|
*/
|
|
3286
|
-
nextToken?: string;
|
|
3286
|
+
nextToken?: string | undefined;
|
|
3287
3287
|
}
|
|
3288
3288
|
/**
|
|
3289
3289
|
* <p> Information about a domain, including its name, Amazon Resource Name (ARN), and status.
|
|
@@ -3298,7 +3298,7 @@ export interface DomainSummary {
|
|
|
3298
3298
|
* </p>
|
|
3299
3299
|
* @public
|
|
3300
3300
|
*/
|
|
3301
|
-
name?: string;
|
|
3301
|
+
name?: string | undefined;
|
|
3302
3302
|
/**
|
|
3303
3303
|
* <p>
|
|
3304
3304
|
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
@@ -3306,35 +3306,35 @@ export interface DomainSummary {
|
|
|
3306
3306
|
* </p>
|
|
3307
3307
|
* @public
|
|
3308
3308
|
*/
|
|
3309
|
-
owner?: string;
|
|
3309
|
+
owner?: string | undefined;
|
|
3310
3310
|
/**
|
|
3311
3311
|
* <p>
|
|
3312
3312
|
* The ARN of the domain.
|
|
3313
3313
|
* </p>
|
|
3314
3314
|
* @public
|
|
3315
3315
|
*/
|
|
3316
|
-
arn?: string;
|
|
3316
|
+
arn?: string | undefined;
|
|
3317
3317
|
/**
|
|
3318
3318
|
* <p>
|
|
3319
3319
|
* A string that contains the status of the domain.
|
|
3320
3320
|
* </p>
|
|
3321
3321
|
* @public
|
|
3322
3322
|
*/
|
|
3323
|
-
status?: DomainStatus;
|
|
3323
|
+
status?: DomainStatus | undefined;
|
|
3324
3324
|
/**
|
|
3325
3325
|
* <p>
|
|
3326
3326
|
* A timestamp that contains the date and time the domain was created.
|
|
3327
3327
|
* </p>
|
|
3328
3328
|
* @public
|
|
3329
3329
|
*/
|
|
3330
|
-
createdTime?: Date;
|
|
3330
|
+
createdTime?: Date | undefined;
|
|
3331
3331
|
/**
|
|
3332
3332
|
* <p>
|
|
3333
3333
|
* The key used to encrypt the domain.
|
|
3334
3334
|
* </p>
|
|
3335
3335
|
* @public
|
|
3336
3336
|
*/
|
|
3337
|
-
encryptionKey?: string;
|
|
3337
|
+
encryptionKey?: string | undefined;
|
|
3338
3338
|
}
|
|
3339
3339
|
/**
|
|
3340
3340
|
* @public
|
|
@@ -3346,14 +3346,14 @@ export interface ListDomainsResult {
|
|
|
3346
3346
|
* </p>
|
|
3347
3347
|
* @public
|
|
3348
3348
|
*/
|
|
3349
|
-
domains?: DomainSummary[];
|
|
3349
|
+
domains?: DomainSummary[] | undefined;
|
|
3350
3350
|
/**
|
|
3351
3351
|
* <p>
|
|
3352
3352
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3353
3353
|
* </p>
|
|
3354
3354
|
* @public
|
|
3355
3355
|
*/
|
|
3356
|
-
nextToken?: string;
|
|
3356
|
+
nextToken?: string | undefined;
|
|
3357
3357
|
}
|
|
3358
3358
|
/**
|
|
3359
3359
|
* @public
|
|
@@ -3373,21 +3373,21 @@ export interface ListPackageGroupsRequest {
|
|
|
3373
3373
|
* </p>
|
|
3374
3374
|
* @public
|
|
3375
3375
|
*/
|
|
3376
|
-
domainOwner?: string;
|
|
3376
|
+
domainOwner?: string | undefined;
|
|
3377
3377
|
/**
|
|
3378
3378
|
* <p>
|
|
3379
3379
|
* The maximum number of results to return per page.
|
|
3380
3380
|
* </p>
|
|
3381
3381
|
* @public
|
|
3382
3382
|
*/
|
|
3383
|
-
maxResults?: number;
|
|
3383
|
+
maxResults?: number | undefined;
|
|
3384
3384
|
/**
|
|
3385
3385
|
* <p>
|
|
3386
3386
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3387
3387
|
* </p>
|
|
3388
3388
|
* @public
|
|
3389
3389
|
*/
|
|
3390
|
-
nextToken?: string;
|
|
3390
|
+
nextToken?: string | undefined;
|
|
3391
3391
|
/**
|
|
3392
3392
|
* <p>
|
|
3393
3393
|
* A prefix for which to search package groups. When included, <code>ListPackageGroups</code> will return only
|
|
@@ -3395,7 +3395,7 @@ export interface ListPackageGroupsRequest {
|
|
|
3395
3395
|
* </p>
|
|
3396
3396
|
* @public
|
|
3397
3397
|
*/
|
|
3398
|
-
prefix?: string;
|
|
3398
|
+
prefix?: string | undefined;
|
|
3399
3399
|
}
|
|
3400
3400
|
/**
|
|
3401
3401
|
* <p>Details about a package group.</p>
|
|
@@ -3408,21 +3408,21 @@ export interface PackageGroupSummary {
|
|
|
3408
3408
|
* </p>
|
|
3409
3409
|
* @public
|
|
3410
3410
|
*/
|
|
3411
|
-
arn?: string;
|
|
3411
|
+
arn?: string | undefined;
|
|
3412
3412
|
/**
|
|
3413
3413
|
* <p>
|
|
3414
3414
|
* The pattern of the package group. The pattern determines which packages are associated with the package group.
|
|
3415
3415
|
* </p>
|
|
3416
3416
|
* @public
|
|
3417
3417
|
*/
|
|
3418
|
-
pattern?: string;
|
|
3418
|
+
pattern?: string | undefined;
|
|
3419
3419
|
/**
|
|
3420
3420
|
* <p>
|
|
3421
3421
|
* The domain that contains the package group.
|
|
3422
3422
|
* </p>
|
|
3423
3423
|
* @public
|
|
3424
3424
|
*/
|
|
3425
|
-
domainName?: string;
|
|
3425
|
+
domainName?: string | undefined;
|
|
3426
3426
|
/**
|
|
3427
3427
|
* <p>
|
|
3428
3428
|
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
@@ -3430,38 +3430,38 @@ export interface PackageGroupSummary {
|
|
|
3430
3430
|
* </p>
|
|
3431
3431
|
* @public
|
|
3432
3432
|
*/
|
|
3433
|
-
domainOwner?: string;
|
|
3433
|
+
domainOwner?: string | undefined;
|
|
3434
3434
|
/**
|
|
3435
3435
|
* <p>A timestamp that represents the date and time the repository was created.</p>
|
|
3436
3436
|
* @public
|
|
3437
3437
|
*/
|
|
3438
|
-
createdTime?: Date;
|
|
3438
|
+
createdTime?: Date | undefined;
|
|
3439
3439
|
/**
|
|
3440
3440
|
* <p>
|
|
3441
3441
|
* The contact information of the package group.
|
|
3442
3442
|
* </p>
|
|
3443
3443
|
* @public
|
|
3444
3444
|
*/
|
|
3445
|
-
contactInfo?: string;
|
|
3445
|
+
contactInfo?: string | undefined;
|
|
3446
3446
|
/**
|
|
3447
3447
|
* <p>
|
|
3448
3448
|
* The description of the package group.
|
|
3449
3449
|
* </p>
|
|
3450
3450
|
* @public
|
|
3451
3451
|
*/
|
|
3452
|
-
description?: string;
|
|
3452
|
+
description?: string | undefined;
|
|
3453
3453
|
/**
|
|
3454
3454
|
* <p>Details about the package origin configuration of a package group.</p>
|
|
3455
3455
|
* @public
|
|
3456
3456
|
*/
|
|
3457
|
-
originConfiguration?: PackageGroupOriginConfiguration;
|
|
3457
|
+
originConfiguration?: PackageGroupOriginConfiguration | undefined;
|
|
3458
3458
|
/**
|
|
3459
3459
|
* <p>
|
|
3460
3460
|
* The direct parent package group of the package group.
|
|
3461
3461
|
* </p>
|
|
3462
3462
|
* @public
|
|
3463
3463
|
*/
|
|
3464
|
-
parent?: PackageGroupReference;
|
|
3464
|
+
parent?: PackageGroupReference | undefined;
|
|
3465
3465
|
}
|
|
3466
3466
|
/**
|
|
3467
3467
|
* @public
|
|
@@ -3473,14 +3473,14 @@ export interface ListPackageGroupsResult {
|
|
|
3473
3473
|
* </p>
|
|
3474
3474
|
* @public
|
|
3475
3475
|
*/
|
|
3476
|
-
packageGroups?: PackageGroupSummary[];
|
|
3476
|
+
packageGroups?: PackageGroupSummary[] | undefined;
|
|
3477
3477
|
/**
|
|
3478
3478
|
* <p>
|
|
3479
3479
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3480
3480
|
* </p>
|
|
3481
3481
|
* @public
|
|
3482
3482
|
*/
|
|
3483
|
-
nextToken?: string;
|
|
3483
|
+
nextToken?: string | undefined;
|
|
3484
3484
|
}
|
|
3485
3485
|
/**
|
|
3486
3486
|
* @public
|
|
@@ -3500,7 +3500,7 @@ export interface ListPackagesRequest {
|
|
|
3500
3500
|
* </p>
|
|
3501
3501
|
* @public
|
|
3502
3502
|
*/
|
|
3503
|
-
domainOwner?: string;
|
|
3503
|
+
domainOwner?: string | undefined;
|
|
3504
3504
|
/**
|
|
3505
3505
|
* <p>
|
|
3506
3506
|
* The name of the repository that contains the requested packages.
|
|
@@ -3512,7 +3512,7 @@ export interface ListPackagesRequest {
|
|
|
3512
3512
|
* <p>The format used to filter requested packages. Only packages from the provided format will be returned.</p>
|
|
3513
3513
|
* @public
|
|
3514
3514
|
*/
|
|
3515
|
-
format?: PackageFormat;
|
|
3515
|
+
format?: PackageFormat | undefined;
|
|
3516
3516
|
/**
|
|
3517
3517
|
* <p>The namespace prefix used to filter requested packages.
|
|
3518
3518
|
* Only packages with a namespace that starts with the provided string value are returned.
|
|
@@ -3541,7 +3541,7 @@ export interface ListPackagesRequest {
|
|
|
3541
3541
|
* </ul>
|
|
3542
3542
|
* @public
|
|
3543
3543
|
*/
|
|
3544
|
-
namespace?: string;
|
|
3544
|
+
namespace?: string | undefined;
|
|
3545
3545
|
/**
|
|
3546
3546
|
* <p>
|
|
3547
3547
|
* A prefix used to filter requested packages. Only packages with names that start with
|
|
@@ -3549,34 +3549,34 @@ export interface ListPackagesRequest {
|
|
|
3549
3549
|
* </p>
|
|
3550
3550
|
* @public
|
|
3551
3551
|
*/
|
|
3552
|
-
packagePrefix?: string;
|
|
3552
|
+
packagePrefix?: string | undefined;
|
|
3553
3553
|
/**
|
|
3554
3554
|
* <p>
|
|
3555
3555
|
* The maximum number of results to return per page.
|
|
3556
3556
|
* </p>
|
|
3557
3557
|
* @public
|
|
3558
3558
|
*/
|
|
3559
|
-
maxResults?: number;
|
|
3559
|
+
maxResults?: number | undefined;
|
|
3560
3560
|
/**
|
|
3561
3561
|
* <p>
|
|
3562
3562
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3563
3563
|
* </p>
|
|
3564
3564
|
* @public
|
|
3565
3565
|
*/
|
|
3566
|
-
nextToken?: string;
|
|
3566
|
+
nextToken?: string | undefined;
|
|
3567
3567
|
/**
|
|
3568
3568
|
* <p>The value of the <code>Publish</code> package origin control restriction used to filter requested packages.
|
|
3569
3569
|
* Only packages with the provided restriction are returned.
|
|
3570
3570
|
* For more information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageOriginRestrictions.html">PackageOriginRestrictions</a>.</p>
|
|
3571
3571
|
* @public
|
|
3572
3572
|
*/
|
|
3573
|
-
publish?: AllowPublish;
|
|
3573
|
+
publish?: AllowPublish | undefined;
|
|
3574
3574
|
/**
|
|
3575
3575
|
* <p>The value of the <code>Upstream</code> package origin control restriction used to filter requested packages.
|
|
3576
3576
|
* 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>
|
|
3577
3577
|
* @public
|
|
3578
3578
|
*/
|
|
3579
|
-
upstream?: AllowUpstream;
|
|
3579
|
+
upstream?: AllowUpstream | undefined;
|
|
3580
3580
|
}
|
|
3581
3581
|
/**
|
|
3582
3582
|
* @public
|
|
@@ -3589,14 +3589,14 @@ export interface ListPackagesResult {
|
|
|
3589
3589
|
* </p>
|
|
3590
3590
|
* @public
|
|
3591
3591
|
*/
|
|
3592
|
-
packages?: PackageSummary[];
|
|
3592
|
+
packages?: PackageSummary[] | undefined;
|
|
3593
3593
|
/**
|
|
3594
3594
|
* <p>
|
|
3595
3595
|
* If there are additional results, this is the token for the next set of results.
|
|
3596
3596
|
* </p>
|
|
3597
3597
|
* @public
|
|
3598
3598
|
*/
|
|
3599
|
-
nextToken?: string;
|
|
3599
|
+
nextToken?: string | undefined;
|
|
3600
3600
|
}
|
|
3601
3601
|
/**
|
|
3602
3602
|
* @public
|
|
@@ -3616,7 +3616,7 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
3616
3616
|
* </p>
|
|
3617
3617
|
* @public
|
|
3618
3618
|
*/
|
|
3619
|
-
domainOwner?: string;
|
|
3619
|
+
domainOwner?: string | undefined;
|
|
3620
3620
|
/**
|
|
3621
3621
|
* <p>
|
|
3622
3622
|
* The name of the repository that contains the package that contains the requested package version assets.
|
|
@@ -3671,7 +3671,7 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
3671
3671
|
* </ul>
|
|
3672
3672
|
* @public
|
|
3673
3673
|
*/
|
|
3674
|
-
namespace?: string;
|
|
3674
|
+
namespace?: string | undefined;
|
|
3675
3675
|
/**
|
|
3676
3676
|
* <p>
|
|
3677
3677
|
* The name of the package that contains the requested package version assets.
|
|
@@ -3692,14 +3692,14 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
3692
3692
|
* </p>
|
|
3693
3693
|
* @public
|
|
3694
3694
|
*/
|
|
3695
|
-
maxResults?: number;
|
|
3695
|
+
maxResults?: number | undefined;
|
|
3696
3696
|
/**
|
|
3697
3697
|
* <p>
|
|
3698
3698
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
3699
3699
|
* </p>
|
|
3700
3700
|
* @public
|
|
3701
3701
|
*/
|
|
3702
|
-
nextToken?: string;
|
|
3702
|
+
nextToken?: string | undefined;
|
|
3703
3703
|
}
|
|
3704
3704
|
/**
|
|
3705
3705
|
* @public
|
|
@@ -3711,7 +3711,7 @@ export interface ListPackageVersionAssetsResult {
|
|
|
3711
3711
|
* </p>
|
|
3712
3712
|
* @public
|
|
3713
3713
|
*/
|
|
3714
|
-
format?: PackageFormat;
|
|
3714
|
+
format?: PackageFormat | undefined;
|
|
3715
3715
|
/**
|
|
3716
3716
|
* <p>The namespace of the package version that contains the requested package version assets. The package component that specifies its
|
|
3717
3717
|
* namespace depends on its type. For example:</p>
|
|
@@ -3738,42 +3738,42 @@ export interface ListPackageVersionAssetsResult {
|
|
|
3738
3738
|
* </ul>
|
|
3739
3739
|
* @public
|
|
3740
3740
|
*/
|
|
3741
|
-
namespace?: string;
|
|
3741
|
+
namespace?: string | undefined;
|
|
3742
3742
|
/**
|
|
3743
3743
|
* <p>
|
|
3744
3744
|
* The name of the package that contains the requested package version assets.
|
|
3745
3745
|
* </p>
|
|
3746
3746
|
* @public
|
|
3747
3747
|
*/
|
|
3748
|
-
package?: string;
|
|
3748
|
+
package?: string | undefined;
|
|
3749
3749
|
/**
|
|
3750
3750
|
* <p>
|
|
3751
3751
|
* The version of the package associated with the requested assets.
|
|
3752
3752
|
* </p>
|
|
3753
3753
|
* @public
|
|
3754
3754
|
*/
|
|
3755
|
-
version?: string;
|
|
3755
|
+
version?: string | undefined;
|
|
3756
3756
|
/**
|
|
3757
3757
|
* <p>
|
|
3758
3758
|
* The current revision associated with the package version.
|
|
3759
3759
|
* </p>
|
|
3760
3760
|
* @public
|
|
3761
3761
|
*/
|
|
3762
|
-
versionRevision?: string;
|
|
3762
|
+
versionRevision?: string | undefined;
|
|
3763
3763
|
/**
|
|
3764
3764
|
* <p>
|
|
3765
3765
|
* If there are additional results, this is the token for the next set of results.
|
|
3766
3766
|
* </p>
|
|
3767
3767
|
* @public
|
|
3768
3768
|
*/
|
|
3769
|
-
nextToken?: string;
|
|
3769
|
+
nextToken?: string | undefined;
|
|
3770
3770
|
/**
|
|
3771
3771
|
* <p>
|
|
3772
3772
|
* The returned list of <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html">AssetSummary</a> objects.
|
|
3773
3773
|
* </p>
|
|
3774
3774
|
* @public
|
|
3775
3775
|
*/
|
|
3776
|
-
assets?: AssetSummary[];
|
|
3776
|
+
assets?: AssetSummary[] | undefined;
|
|
3777
3777
|
}
|
|
3778
3778
|
/**
|
|
3779
3779
|
* @public
|
|
@@ -3793,7 +3793,7 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
3793
3793
|
* </p>
|
|
3794
3794
|
* @public
|
|
3795
3795
|
*/
|
|
3796
|
-
domainOwner?: string;
|
|
3796
|
+
domainOwner?: string | undefined;
|
|
3797
3797
|
/**
|
|
3798
3798
|
* <p>
|
|
3799
3799
|
* The name of the repository that contains the requested package version.
|
|
@@ -3839,7 +3839,7 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
3839
3839
|
* </ul>
|
|
3840
3840
|
* @public
|
|
3841
3841
|
*/
|
|
3842
|
-
namespace?: string;
|
|
3842
|
+
namespace?: string | undefined;
|
|
3843
3843
|
/**
|
|
3844
3844
|
* <p>
|
|
3845
3845
|
* The name of the package versions' package.
|
|
@@ -3860,7 +3860,7 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
3860
3860
|
* </p>
|
|
3861
3861
|
* @public
|
|
3862
3862
|
*/
|
|
3863
|
-
nextToken?: string;
|
|
3863
|
+
nextToken?: string | undefined;
|
|
3864
3864
|
}
|
|
3865
3865
|
/**
|
|
3866
3866
|
* <p>
|
|
@@ -3895,14 +3895,14 @@ export interface PackageDependency {
|
|
|
3895
3895
|
* </ul>
|
|
3896
3896
|
* @public
|
|
3897
3897
|
*/
|
|
3898
|
-
namespace?: string;
|
|
3898
|
+
namespace?: string | undefined;
|
|
3899
3899
|
/**
|
|
3900
3900
|
* <p>
|
|
3901
3901
|
* The name of the package that this package depends on.
|
|
3902
3902
|
* </p>
|
|
3903
3903
|
* @public
|
|
3904
3904
|
*/
|
|
3905
|
-
package?: string;
|
|
3905
|
+
package?: string | undefined;
|
|
3906
3906
|
/**
|
|
3907
3907
|
* <p> The type of a package dependency. The possible values depend on the package type.</p>
|
|
3908
3908
|
* <ul>
|
|
@@ -3926,7 +3926,7 @@ export interface PackageDependency {
|
|
|
3926
3926
|
* </ul>
|
|
3927
3927
|
* @public
|
|
3928
3928
|
*/
|
|
3929
|
-
dependencyType?: string;
|
|
3929
|
+
dependencyType?: string | undefined;
|
|
3930
3930
|
/**
|
|
3931
3931
|
* <p>
|
|
3932
3932
|
* The required version, or version range, of the package that this package depends on. The version format
|
|
@@ -3935,7 +3935,7 @@ export interface PackageDependency {
|
|
|
3935
3935
|
* </p>
|
|
3936
3936
|
* @public
|
|
3937
3937
|
*/
|
|
3938
|
-
versionRequirement?: string;
|
|
3938
|
+
versionRequirement?: string | undefined;
|
|
3939
3939
|
}
|
|
3940
3940
|
/**
|
|
3941
3941
|
* @public
|
|
@@ -3947,7 +3947,7 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
3947
3947
|
* </p>
|
|
3948
3948
|
* @public
|
|
3949
3949
|
*/
|
|
3950
|
-
format?: PackageFormat;
|
|
3950
|
+
format?: PackageFormat | undefined;
|
|
3951
3951
|
/**
|
|
3952
3952
|
* <p>The namespace of the package version that contains the returned dependencies. The package component that specifies its
|
|
3953
3953
|
* namespace depends on its type. For example:</p>
|
|
@@ -3979,42 +3979,42 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
3979
3979
|
* </ul>
|
|
3980
3980
|
* @public
|
|
3981
3981
|
*/
|
|
3982
|
-
namespace?: string;
|
|
3982
|
+
namespace?: string | undefined;
|
|
3983
3983
|
/**
|
|
3984
3984
|
* <p>
|
|
3985
3985
|
* The name of the package that contains the returned package versions dependencies.
|
|
3986
3986
|
* </p>
|
|
3987
3987
|
* @public
|
|
3988
3988
|
*/
|
|
3989
|
-
package?: string;
|
|
3989
|
+
package?: string | undefined;
|
|
3990
3990
|
/**
|
|
3991
3991
|
* <p>
|
|
3992
3992
|
* The version of the package that is specified in the request.
|
|
3993
3993
|
* </p>
|
|
3994
3994
|
* @public
|
|
3995
3995
|
*/
|
|
3996
|
-
version?: string;
|
|
3996
|
+
version?: string | undefined;
|
|
3997
3997
|
/**
|
|
3998
3998
|
* <p>
|
|
3999
3999
|
* The current revision associated with the package version.
|
|
4000
4000
|
* </p>
|
|
4001
4001
|
* @public
|
|
4002
4002
|
*/
|
|
4003
|
-
versionRevision?: string;
|
|
4003
|
+
versionRevision?: string | undefined;
|
|
4004
4004
|
/**
|
|
4005
4005
|
* <p>
|
|
4006
4006
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4007
4007
|
* </p>
|
|
4008
4008
|
* @public
|
|
4009
4009
|
*/
|
|
4010
|
-
nextToken?: string;
|
|
4010
|
+
nextToken?: string | undefined;
|
|
4011
4011
|
/**
|
|
4012
4012
|
* <p>
|
|
4013
4013
|
* The returned list of <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html">PackageDependency</a> objects.
|
|
4014
4014
|
* </p>
|
|
4015
4015
|
* @public
|
|
4016
4016
|
*/
|
|
4017
|
-
dependencies?: PackageDependency[];
|
|
4017
|
+
dependencies?: PackageDependency[] | undefined;
|
|
4018
4018
|
}
|
|
4019
4019
|
/**
|
|
4020
4020
|
* @public
|
|
@@ -4045,7 +4045,7 @@ export interface ListPackageVersionsRequest {
|
|
|
4045
4045
|
* </p>
|
|
4046
4046
|
* @public
|
|
4047
4047
|
*/
|
|
4048
|
-
domainOwner?: string;
|
|
4048
|
+
domainOwner?: string | undefined;
|
|
4049
4049
|
/**
|
|
4050
4050
|
* <p>
|
|
4051
4051
|
* The name of the repository that contains the requested package versions.
|
|
@@ -4100,7 +4100,7 @@ export interface ListPackageVersionsRequest {
|
|
|
4100
4100
|
* </ul>
|
|
4101
4101
|
* @public
|
|
4102
4102
|
*/
|
|
4103
|
-
namespace?: string;
|
|
4103
|
+
namespace?: string | undefined;
|
|
4104
4104
|
/**
|
|
4105
4105
|
* <p>
|
|
4106
4106
|
* The name of the package for which you want to request package versions.
|
|
@@ -4114,34 +4114,34 @@ export interface ListPackageVersionsRequest {
|
|
|
4114
4114
|
* </p>
|
|
4115
4115
|
* @public
|
|
4116
4116
|
*/
|
|
4117
|
-
status?: PackageVersionStatus;
|
|
4117
|
+
status?: PackageVersionStatus | undefined;
|
|
4118
4118
|
/**
|
|
4119
4119
|
* <p>
|
|
4120
4120
|
* How to sort the requested list of package versions.
|
|
4121
4121
|
* </p>
|
|
4122
4122
|
* @public
|
|
4123
4123
|
*/
|
|
4124
|
-
sortBy?: PackageVersionSortType;
|
|
4124
|
+
sortBy?: PackageVersionSortType | undefined;
|
|
4125
4125
|
/**
|
|
4126
4126
|
* <p>
|
|
4127
4127
|
* The maximum number of results to return per page.
|
|
4128
4128
|
* </p>
|
|
4129
4129
|
* @public
|
|
4130
4130
|
*/
|
|
4131
|
-
maxResults?: number;
|
|
4131
|
+
maxResults?: number | undefined;
|
|
4132
4132
|
/**
|
|
4133
4133
|
* <p>
|
|
4134
4134
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4135
4135
|
* </p>
|
|
4136
4136
|
* @public
|
|
4137
4137
|
*/
|
|
4138
|
-
nextToken?: string;
|
|
4138
|
+
nextToken?: string | undefined;
|
|
4139
4139
|
/**
|
|
4140
4140
|
* <p>The <code>originType</code> used to filter package versions.
|
|
4141
4141
|
* Only package versions with the provided <code>originType</code> will be returned.</p>
|
|
4142
4142
|
* @public
|
|
4143
4143
|
*/
|
|
4144
|
-
originType?: PackageVersionOriginType;
|
|
4144
|
+
originType?: PackageVersionOriginType | undefined;
|
|
4145
4145
|
}
|
|
4146
4146
|
/**
|
|
4147
4147
|
* <p>
|
|
@@ -4165,7 +4165,7 @@ export interface PackageVersionSummary {
|
|
|
4165
4165
|
* </p>
|
|
4166
4166
|
* @public
|
|
4167
4167
|
*/
|
|
4168
|
-
revision?: string;
|
|
4168
|
+
revision?: string | undefined;
|
|
4169
4169
|
/**
|
|
4170
4170
|
* <p>
|
|
4171
4171
|
* A string that contains the status of the package version. It can be one of the following:
|
|
@@ -4178,7 +4178,7 @@ export interface PackageVersionSummary {
|
|
|
4178
4178
|
* about how the package version was added to the repository.</p>
|
|
4179
4179
|
* @public
|
|
4180
4180
|
*/
|
|
4181
|
-
origin?: PackageVersionOrigin;
|
|
4181
|
+
origin?: PackageVersionOrigin | undefined;
|
|
4182
4182
|
}
|
|
4183
4183
|
/**
|
|
4184
4184
|
* @public
|
|
@@ -4203,14 +4203,14 @@ export interface ListPackageVersionsResult {
|
|
|
4203
4203
|
* </ul>
|
|
4204
4204
|
* @public
|
|
4205
4205
|
*/
|
|
4206
|
-
defaultDisplayVersion?: string;
|
|
4206
|
+
defaultDisplayVersion?: string | undefined;
|
|
4207
4207
|
/**
|
|
4208
4208
|
* <p>
|
|
4209
4209
|
* A format of the package.
|
|
4210
4210
|
* </p>
|
|
4211
4211
|
* @public
|
|
4212
4212
|
*/
|
|
4213
|
-
format?: PackageFormat;
|
|
4213
|
+
format?: PackageFormat | undefined;
|
|
4214
4214
|
/**
|
|
4215
4215
|
* <p>The namespace of the package that contains the requested package versions. The package component that specifies its
|
|
4216
4216
|
* namespace depends on its type. For example:</p>
|
|
@@ -4237,14 +4237,14 @@ export interface ListPackageVersionsResult {
|
|
|
4237
4237
|
* </ul>
|
|
4238
4238
|
* @public
|
|
4239
4239
|
*/
|
|
4240
|
-
namespace?: string;
|
|
4240
|
+
namespace?: string | undefined;
|
|
4241
4241
|
/**
|
|
4242
4242
|
* <p>
|
|
4243
4243
|
* The name of the package.
|
|
4244
4244
|
* </p>
|
|
4245
4245
|
* @public
|
|
4246
4246
|
*/
|
|
4247
|
-
package?: string;
|
|
4247
|
+
package?: string | undefined;
|
|
4248
4248
|
/**
|
|
4249
4249
|
* <p>
|
|
4250
4250
|
* The returned list of
|
|
@@ -4253,14 +4253,14 @@ export interface ListPackageVersionsResult {
|
|
|
4253
4253
|
* </p>
|
|
4254
4254
|
* @public
|
|
4255
4255
|
*/
|
|
4256
|
-
versions?: PackageVersionSummary[];
|
|
4256
|
+
versions?: PackageVersionSummary[] | undefined;
|
|
4257
4257
|
/**
|
|
4258
4258
|
* <p>
|
|
4259
4259
|
* If there are additional results, this is the token for the next set of results.
|
|
4260
4260
|
* </p>
|
|
4261
4261
|
* @public
|
|
4262
4262
|
*/
|
|
4263
|
-
nextToken?: string;
|
|
4263
|
+
nextToken?: string | undefined;
|
|
4264
4264
|
}
|
|
4265
4265
|
/**
|
|
4266
4266
|
* @public
|
|
@@ -4271,21 +4271,21 @@ export interface ListRepositoriesRequest {
|
|
|
4271
4271
|
* with <code>repositoryPrefix</code> are returned.</p>
|
|
4272
4272
|
* @public
|
|
4273
4273
|
*/
|
|
4274
|
-
repositoryPrefix?: string;
|
|
4274
|
+
repositoryPrefix?: string | undefined;
|
|
4275
4275
|
/**
|
|
4276
4276
|
* <p>
|
|
4277
4277
|
* The maximum number of results to return per page.
|
|
4278
4278
|
* </p>
|
|
4279
4279
|
* @public
|
|
4280
4280
|
*/
|
|
4281
|
-
maxResults?: number;
|
|
4281
|
+
maxResults?: number | undefined;
|
|
4282
4282
|
/**
|
|
4283
4283
|
* <p>
|
|
4284
4284
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4285
4285
|
* </p>
|
|
4286
4286
|
* @public
|
|
4287
4287
|
*/
|
|
4288
|
-
nextToken?: string;
|
|
4288
|
+
nextToken?: string | undefined;
|
|
4289
4289
|
}
|
|
4290
4290
|
/**
|
|
4291
4291
|
* <p> Details about a repository, including its Amazon Resource Name (ARN), description, and
|
|
@@ -4300,21 +4300,21 @@ export interface RepositorySummary {
|
|
|
4300
4300
|
* </p>
|
|
4301
4301
|
* @public
|
|
4302
4302
|
*/
|
|
4303
|
-
name?: string;
|
|
4303
|
+
name?: string | undefined;
|
|
4304
4304
|
/**
|
|
4305
4305
|
* <p>
|
|
4306
4306
|
* The Amazon Web Services account ID that manages the repository.
|
|
4307
4307
|
* </p>
|
|
4308
4308
|
* @public
|
|
4309
4309
|
*/
|
|
4310
|
-
administratorAccount?: string;
|
|
4310
|
+
administratorAccount?: string | undefined;
|
|
4311
4311
|
/**
|
|
4312
4312
|
* <p>
|
|
4313
4313
|
* The name of the domain that contains the repository.
|
|
4314
4314
|
* </p>
|
|
4315
4315
|
* @public
|
|
4316
4316
|
*/
|
|
4317
|
-
domainName?: string;
|
|
4317
|
+
domainName?: string | undefined;
|
|
4318
4318
|
/**
|
|
4319
4319
|
* <p>
|
|
4320
4320
|
* The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
|
|
@@ -4322,24 +4322,24 @@ export interface RepositorySummary {
|
|
|
4322
4322
|
* </p>
|
|
4323
4323
|
* @public
|
|
4324
4324
|
*/
|
|
4325
|
-
domainOwner?: string;
|
|
4325
|
+
domainOwner?: string | undefined;
|
|
4326
4326
|
/**
|
|
4327
4327
|
* <p> The ARN of the repository. </p>
|
|
4328
4328
|
* @public
|
|
4329
4329
|
*/
|
|
4330
|
-
arn?: string;
|
|
4330
|
+
arn?: string | undefined;
|
|
4331
4331
|
/**
|
|
4332
4332
|
* <p>
|
|
4333
4333
|
* The description of the repository.
|
|
4334
4334
|
* </p>
|
|
4335
4335
|
* @public
|
|
4336
4336
|
*/
|
|
4337
|
-
description?: string;
|
|
4337
|
+
description?: string | undefined;
|
|
4338
4338
|
/**
|
|
4339
4339
|
* <p>A timestamp that represents the date and time the repository was created.</p>
|
|
4340
4340
|
* @public
|
|
4341
4341
|
*/
|
|
4342
|
-
createdTime?: Date;
|
|
4342
|
+
createdTime?: Date | undefined;
|
|
4343
4343
|
}
|
|
4344
4344
|
/**
|
|
4345
4345
|
* @public
|
|
@@ -4352,14 +4352,14 @@ export interface ListRepositoriesResult {
|
|
|
4352
4352
|
* </p>
|
|
4353
4353
|
* @public
|
|
4354
4354
|
*/
|
|
4355
|
-
repositories?: RepositorySummary[];
|
|
4355
|
+
repositories?: RepositorySummary[] | undefined;
|
|
4356
4356
|
/**
|
|
4357
4357
|
* <p>
|
|
4358
4358
|
* If there are additional results, this is the token for the next set of results.
|
|
4359
4359
|
* </p>
|
|
4360
4360
|
* @public
|
|
4361
4361
|
*/
|
|
4362
|
-
nextToken?: string;
|
|
4362
|
+
nextToken?: string | undefined;
|
|
4363
4363
|
}
|
|
4364
4364
|
/**
|
|
4365
4365
|
* @public
|
|
@@ -4379,14 +4379,14 @@ export interface ListRepositoriesInDomainRequest {
|
|
|
4379
4379
|
* </p>
|
|
4380
4380
|
* @public
|
|
4381
4381
|
*/
|
|
4382
|
-
domainOwner?: string;
|
|
4382
|
+
domainOwner?: string | undefined;
|
|
4383
4383
|
/**
|
|
4384
4384
|
* <p>
|
|
4385
4385
|
* Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
|
4386
4386
|
* </p>
|
|
4387
4387
|
* @public
|
|
4388
4388
|
*/
|
|
4389
|
-
administratorAccount?: string;
|
|
4389
|
+
administratorAccount?: string | undefined;
|
|
4390
4390
|
/**
|
|
4391
4391
|
* <p>
|
|
4392
4392
|
* A prefix used to filter returned repositories. Only repositories with names that start with
|
|
@@ -4394,21 +4394,21 @@ export interface ListRepositoriesInDomainRequest {
|
|
|
4394
4394
|
* </p>
|
|
4395
4395
|
* @public
|
|
4396
4396
|
*/
|
|
4397
|
-
repositoryPrefix?: string;
|
|
4397
|
+
repositoryPrefix?: string | undefined;
|
|
4398
4398
|
/**
|
|
4399
4399
|
* <p>
|
|
4400
4400
|
* The maximum number of results to return per page.
|
|
4401
4401
|
* </p>
|
|
4402
4402
|
* @public
|
|
4403
4403
|
*/
|
|
4404
|
-
maxResults?: number;
|
|
4404
|
+
maxResults?: number | undefined;
|
|
4405
4405
|
/**
|
|
4406
4406
|
* <p>
|
|
4407
4407
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4408
4408
|
* </p>
|
|
4409
4409
|
* @public
|
|
4410
4410
|
*/
|
|
4411
|
-
nextToken?: string;
|
|
4411
|
+
nextToken?: string | undefined;
|
|
4412
4412
|
}
|
|
4413
4413
|
/**
|
|
4414
4414
|
* @public
|
|
@@ -4420,14 +4420,14 @@ export interface ListRepositoriesInDomainResult {
|
|
|
4420
4420
|
* </p>
|
|
4421
4421
|
* @public
|
|
4422
4422
|
*/
|
|
4423
|
-
repositories?: RepositorySummary[];
|
|
4423
|
+
repositories?: RepositorySummary[] | undefined;
|
|
4424
4424
|
/**
|
|
4425
4425
|
* <p>
|
|
4426
4426
|
* If there are additional results, this is the token for the next set of results.
|
|
4427
4427
|
* </p>
|
|
4428
4428
|
* @public
|
|
4429
4429
|
*/
|
|
4430
|
-
nextToken?: string;
|
|
4430
|
+
nextToken?: string | undefined;
|
|
4431
4431
|
}
|
|
4432
4432
|
/**
|
|
4433
4433
|
* @public
|
|
@@ -4447,7 +4447,7 @@ export interface ListSubPackageGroupsRequest {
|
|
|
4447
4447
|
* </p>
|
|
4448
4448
|
* @public
|
|
4449
4449
|
*/
|
|
4450
|
-
domainOwner?: string;
|
|
4450
|
+
domainOwner?: string | undefined;
|
|
4451
4451
|
/**
|
|
4452
4452
|
* <p>
|
|
4453
4453
|
* The pattern of the package group from which to list sub package groups.
|
|
@@ -4461,14 +4461,14 @@ export interface ListSubPackageGroupsRequest {
|
|
|
4461
4461
|
* </p>
|
|
4462
4462
|
* @public
|
|
4463
4463
|
*/
|
|
4464
|
-
maxResults?: number;
|
|
4464
|
+
maxResults?: number | undefined;
|
|
4465
4465
|
/**
|
|
4466
4466
|
* <p>
|
|
4467
4467
|
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
|
4468
4468
|
* </p>
|
|
4469
4469
|
* @public
|
|
4470
4470
|
*/
|
|
4471
|
-
nextToken?: string;
|
|
4471
|
+
nextToken?: string | undefined;
|
|
4472
4472
|
}
|
|
4473
4473
|
/**
|
|
4474
4474
|
* @public
|
|
@@ -4480,14 +4480,14 @@ export interface ListSubPackageGroupsResult {
|
|
|
4480
4480
|
* </p>
|
|
4481
4481
|
* @public
|
|
4482
4482
|
*/
|
|
4483
|
-
packageGroups?: PackageGroupSummary[];
|
|
4483
|
+
packageGroups?: PackageGroupSummary[] | undefined;
|
|
4484
4484
|
/**
|
|
4485
4485
|
* <p>
|
|
4486
4486
|
* If there are additional results, this is the token for the next set of results.
|
|
4487
4487
|
* </p>
|
|
4488
4488
|
* @public
|
|
4489
4489
|
*/
|
|
4490
|
-
nextToken?: string;
|
|
4490
|
+
nextToken?: string | undefined;
|
|
4491
4491
|
}
|
|
4492
4492
|
/**
|
|
4493
4493
|
* @public
|
|
@@ -4507,7 +4507,7 @@ export interface ListTagsForResourceResult {
|
|
|
4507
4507
|
* <p>A list of tag key and value pairs associated with the specified resource.</p>
|
|
4508
4508
|
* @public
|
|
4509
4509
|
*/
|
|
4510
|
-
tags?: Tag[];
|
|
4510
|
+
tags?: Tag[] | undefined;
|
|
4511
4511
|
}
|
|
4512
4512
|
/**
|
|
4513
4513
|
* @public
|
|
@@ -4522,7 +4522,7 @@ export interface PublishPackageVersionRequest {
|
|
|
4522
4522
|
* <p>The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.</p>
|
|
4523
4523
|
* @public
|
|
4524
4524
|
*/
|
|
4525
|
-
domainOwner?: string;
|
|
4525
|
+
domainOwner?: string | undefined;
|
|
4526
4526
|
/**
|
|
4527
4527
|
* <p>The name of the repository that the package version will be published to.</p>
|
|
4528
4528
|
* @public
|
|
@@ -4538,7 +4538,7 @@ export interface PublishPackageVersionRequest {
|
|
|
4538
4538
|
* <p>The namespace of the package version to publish.</p>
|
|
4539
4539
|
* @public
|
|
4540
4540
|
*/
|
|
4541
|
-
namespace?: string;
|
|
4541
|
+
namespace?: string | undefined;
|
|
4542
4542
|
/**
|
|
4543
4543
|
* <p>The name of the package version to publish.</p>
|
|
4544
4544
|
* @public
|
|
@@ -4579,7 +4579,7 @@ export interface PublishPackageVersionRequest {
|
|
|
4579
4579
|
* </p>
|
|
4580
4580
|
* @public
|
|
4581
4581
|
*/
|
|
4582
|
-
unfinished?: boolean;
|
|
4582
|
+
unfinished?: boolean | undefined;
|
|
4583
4583
|
}
|
|
4584
4584
|
/**
|
|
4585
4585
|
* @public
|
|
@@ -4589,37 +4589,37 @@ export interface PublishPackageVersionResult {
|
|
|
4589
4589
|
* <p>The format of the package version.</p>
|
|
4590
4590
|
* @public
|
|
4591
4591
|
*/
|
|
4592
|
-
format?: PackageFormat;
|
|
4592
|
+
format?: PackageFormat | undefined;
|
|
4593
4593
|
/**
|
|
4594
4594
|
* <p>The namespace of the package version.</p>
|
|
4595
4595
|
* @public
|
|
4596
4596
|
*/
|
|
4597
|
-
namespace?: string;
|
|
4597
|
+
namespace?: string | undefined;
|
|
4598
4598
|
/**
|
|
4599
4599
|
* <p>The name of the package.</p>
|
|
4600
4600
|
* @public
|
|
4601
4601
|
*/
|
|
4602
|
-
package?: string;
|
|
4602
|
+
package?: string | undefined;
|
|
4603
4603
|
/**
|
|
4604
4604
|
* <p>The version of the package.</p>
|
|
4605
4605
|
* @public
|
|
4606
4606
|
*/
|
|
4607
|
-
version?: string;
|
|
4607
|
+
version?: string | undefined;
|
|
4608
4608
|
/**
|
|
4609
4609
|
* <p>The revision of the package version.</p>
|
|
4610
4610
|
* @public
|
|
4611
4611
|
*/
|
|
4612
|
-
versionRevision?: string;
|
|
4612
|
+
versionRevision?: string | undefined;
|
|
4613
4613
|
/**
|
|
4614
4614
|
* <p>A string that contains the status of the package version. For more information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/packages-overview.html#package-version-status.html#package-version-status">Package version status</a> in the <i>CodeArtifact User Guide</i>.</p>
|
|
4615
4615
|
* @public
|
|
4616
4616
|
*/
|
|
4617
|
-
status?: PackageVersionStatus;
|
|
4617
|
+
status?: PackageVersionStatus | undefined;
|
|
4618
4618
|
/**
|
|
4619
4619
|
* <p>An <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_AssetSummary.html">AssetSummary</a> for the published asset.</p>
|
|
4620
4620
|
* @public
|
|
4621
4621
|
*/
|
|
4622
|
-
asset?: AssetSummary;
|
|
4622
|
+
asset?: AssetSummary | undefined;
|
|
4623
4623
|
}
|
|
4624
4624
|
/**
|
|
4625
4625
|
* @public
|
|
@@ -4639,7 +4639,7 @@ export interface PutDomainPermissionsPolicyRequest {
|
|
|
4639
4639
|
* </p>
|
|
4640
4640
|
* @public
|
|
4641
4641
|
*/
|
|
4642
|
-
domainOwner?: string;
|
|
4642
|
+
domainOwner?: string | undefined;
|
|
4643
4643
|
/**
|
|
4644
4644
|
* <p>
|
|
4645
4645
|
* The current revision of the resource policy to be set. This revision is used for optimistic locking, which
|
|
@@ -4647,7 +4647,7 @@ export interface PutDomainPermissionsPolicyRequest {
|
|
|
4647
4647
|
* </p>
|
|
4648
4648
|
* @public
|
|
4649
4649
|
*/
|
|
4650
|
-
policyRevision?: string;
|
|
4650
|
+
policyRevision?: string | undefined;
|
|
4651
4651
|
/**
|
|
4652
4652
|
* <p> A valid displayable JSON Aspen policy string to be set as the access control resource
|
|
4653
4653
|
* policy on the provided domain. </p>
|
|
@@ -4663,7 +4663,7 @@ export interface PutDomainPermissionsPolicyResult {
|
|
|
4663
4663
|
* <p> The resource policy that was set after processing the request. </p>
|
|
4664
4664
|
* @public
|
|
4665
4665
|
*/
|
|
4666
|
-
policy?: ResourcePolicy;
|
|
4666
|
+
policy?: ResourcePolicy | undefined;
|
|
4667
4667
|
}
|
|
4668
4668
|
/**
|
|
4669
4669
|
* @public
|
|
@@ -4681,7 +4681,7 @@ export interface PutPackageOriginConfigurationRequest {
|
|
|
4681
4681
|
* </p>
|
|
4682
4682
|
* @public
|
|
4683
4683
|
*/
|
|
4684
|
-
domainOwner?: string;
|
|
4684
|
+
domainOwner?: string | undefined;
|
|
4685
4685
|
/**
|
|
4686
4686
|
* <p>The name of the repository that contains the package.</p>
|
|
4687
4687
|
* @public
|
|
@@ -4718,7 +4718,7 @@ export interface PutPackageOriginConfigurationRequest {
|
|
|
4718
4718
|
* </ul>
|
|
4719
4719
|
* @public
|
|
4720
4720
|
*/
|
|
4721
|
-
namespace?: string;
|
|
4721
|
+
namespace?: string | undefined;
|
|
4722
4722
|
/**
|
|
4723
4723
|
* <p>The name of the package to be updated.</p>
|
|
4724
4724
|
* @public
|
|
@@ -4745,7 +4745,7 @@ export interface PutPackageOriginConfigurationResult {
|
|
|
4745
4745
|
* object that describes how new versions of the package can be introduced to the repository.</p>
|
|
4746
4746
|
* @public
|
|
4747
4747
|
*/
|
|
4748
|
-
originConfiguration?: PackageOriginConfiguration;
|
|
4748
|
+
originConfiguration?: PackageOriginConfiguration | undefined;
|
|
4749
4749
|
}
|
|
4750
4750
|
/**
|
|
4751
4751
|
* @public
|
|
@@ -4765,7 +4765,7 @@ export interface PutRepositoryPermissionsPolicyRequest {
|
|
|
4765
4765
|
* </p>
|
|
4766
4766
|
* @public
|
|
4767
4767
|
*/
|
|
4768
|
-
domainOwner?: string;
|
|
4768
|
+
domainOwner?: string | undefined;
|
|
4769
4769
|
/**
|
|
4770
4770
|
* <p> The name of the repository to set the resource policy on. </p>
|
|
4771
4771
|
* @public
|
|
@@ -4779,7 +4779,7 @@ export interface PutRepositoryPermissionsPolicyRequest {
|
|
|
4779
4779
|
* </p>
|
|
4780
4780
|
* @public
|
|
4781
4781
|
*/
|
|
4782
|
-
policyRevision?: string;
|
|
4782
|
+
policyRevision?: string | undefined;
|
|
4783
4783
|
/**
|
|
4784
4784
|
* <p> A valid displayable JSON Aspen policy string to be set as the access control resource
|
|
4785
4785
|
* policy on the provided repository. </p>
|
|
@@ -4795,7 +4795,7 @@ export interface PutRepositoryPermissionsPolicyResult {
|
|
|
4795
4795
|
* <p> The resource policy that was set after processing the request. </p>
|
|
4796
4796
|
* @public
|
|
4797
4797
|
*/
|
|
4798
|
-
policy?: ResourcePolicy;
|
|
4798
|
+
policy?: ResourcePolicy | undefined;
|
|
4799
4799
|
}
|
|
4800
4800
|
/**
|
|
4801
4801
|
* @public
|
|
@@ -4855,7 +4855,7 @@ export interface UpdatePackageGroupRequest {
|
|
|
4855
4855
|
* </p>
|
|
4856
4856
|
* @public
|
|
4857
4857
|
*/
|
|
4858
|
-
domainOwner?: string;
|
|
4858
|
+
domainOwner?: string | undefined;
|
|
4859
4859
|
/**
|
|
4860
4860
|
* <p>
|
|
4861
4861
|
* The pattern of the package group to be updated.
|
|
@@ -4869,14 +4869,14 @@ export interface UpdatePackageGroupRequest {
|
|
|
4869
4869
|
* </p>
|
|
4870
4870
|
* @public
|
|
4871
4871
|
*/
|
|
4872
|
-
contactInfo?: string;
|
|
4872
|
+
contactInfo?: string | undefined;
|
|
4873
4873
|
/**
|
|
4874
4874
|
* <p>
|
|
4875
4875
|
* The description you want to update the requested package group with.
|
|
4876
4876
|
* </p>
|
|
4877
4877
|
* @public
|
|
4878
4878
|
*/
|
|
4879
|
-
description?: string;
|
|
4879
|
+
description?: string | undefined;
|
|
4880
4880
|
}
|
|
4881
4881
|
/**
|
|
4882
4882
|
* @public
|
|
@@ -4888,7 +4888,7 @@ export interface UpdatePackageGroupResult {
|
|
|
4888
4888
|
* </p>
|
|
4889
4889
|
* @public
|
|
4890
4890
|
*/
|
|
4891
|
-
packageGroup?: PackageGroupDescription;
|
|
4891
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
4892
4892
|
}
|
|
4893
4893
|
/**
|
|
4894
4894
|
* <p>
|
|
@@ -4903,12 +4903,12 @@ export interface PackageGroupAllowedRepository {
|
|
|
4903
4903
|
* </p>
|
|
4904
4904
|
* @public
|
|
4905
4905
|
*/
|
|
4906
|
-
repositoryName?: string;
|
|
4906
|
+
repositoryName?: string | undefined;
|
|
4907
4907
|
/**
|
|
4908
4908
|
* <p>The origin configuration restriction type of the allowed repository.</p>
|
|
4909
4909
|
* @public
|
|
4910
4910
|
*/
|
|
4911
|
-
originRestrictionType?: PackageGroupOriginRestrictionType;
|
|
4911
|
+
originRestrictionType?: PackageGroupOriginRestrictionType | undefined;
|
|
4912
4912
|
}
|
|
4913
4913
|
/**
|
|
4914
4914
|
* @public
|
|
@@ -4928,7 +4928,7 @@ export interface UpdatePackageGroupOriginConfigurationRequest {
|
|
|
4928
4928
|
* </p>
|
|
4929
4929
|
* @public
|
|
4930
4930
|
*/
|
|
4931
|
-
domainOwner?: string;
|
|
4931
|
+
domainOwner?: string | undefined;
|
|
4932
4932
|
/**
|
|
4933
4933
|
* <p>
|
|
4934
4934
|
* The pattern of the package group for which to update the origin configuration.
|
|
@@ -4942,17 +4942,17 @@ export interface UpdatePackageGroupOriginConfigurationRequest {
|
|
|
4942
4942
|
* </p>
|
|
4943
4943
|
* @public
|
|
4944
4944
|
*/
|
|
4945
|
-
restrictions?: Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestrictionMode
|
|
4945
|
+
restrictions?: Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestrictionMode>> | undefined;
|
|
4946
4946
|
/**
|
|
4947
4947
|
* <p>The repository name and restrictions to add to the allowed repository list of the specified package group.</p>
|
|
4948
4948
|
* @public
|
|
4949
4949
|
*/
|
|
4950
|
-
addAllowedRepositories?: PackageGroupAllowedRepository[];
|
|
4950
|
+
addAllowedRepositories?: PackageGroupAllowedRepository[] | undefined;
|
|
4951
4951
|
/**
|
|
4952
4952
|
* <p>The repository name and restrictions to remove from the allowed repository list of the specified package group.</p>
|
|
4953
4953
|
* @public
|
|
4954
4954
|
*/
|
|
4955
|
-
removeAllowedRepositories?: PackageGroupAllowedRepository[];
|
|
4955
|
+
removeAllowedRepositories?: PackageGroupAllowedRepository[] | undefined;
|
|
4956
4956
|
}
|
|
4957
4957
|
/**
|
|
4958
4958
|
* @public
|
|
@@ -4976,12 +4976,12 @@ export interface UpdatePackageGroupOriginConfigurationResult {
|
|
|
4976
4976
|
* </p>
|
|
4977
4977
|
* @public
|
|
4978
4978
|
*/
|
|
4979
|
-
packageGroup?: PackageGroupDescription;
|
|
4979
|
+
packageGroup?: PackageGroupDescription | undefined;
|
|
4980
4980
|
/**
|
|
4981
4981
|
* <p>Information about the updated allowed repositories after processing the request.</p>
|
|
4982
4982
|
* @public
|
|
4983
4983
|
*/
|
|
4984
|
-
allowedRepositoryUpdates?: Partial<Record<PackageGroupOriginRestrictionType, Partial<Record<PackageGroupAllowedRepositoryUpdateType, string[]
|
|
4984
|
+
allowedRepositoryUpdates?: Partial<Record<PackageGroupOriginRestrictionType, Partial<Record<PackageGroupAllowedRepositoryUpdateType, string[]>>>> | undefined;
|
|
4985
4985
|
}
|
|
4986
4986
|
/**
|
|
4987
4987
|
* @public
|
|
@@ -5001,7 +5001,7 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
5001
5001
|
* </p>
|
|
5002
5002
|
* @public
|
|
5003
5003
|
*/
|
|
5004
|
-
domainOwner?: string;
|
|
5004
|
+
domainOwner?: string | undefined;
|
|
5005
5005
|
/**
|
|
5006
5006
|
* <p>
|
|
5007
5007
|
* The repository that contains the package versions with the status you want to update.
|
|
@@ -5042,7 +5042,7 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
5042
5042
|
* </ul>
|
|
5043
5043
|
* @public
|
|
5044
5044
|
*/
|
|
5045
|
-
namespace?: string;
|
|
5045
|
+
namespace?: string | undefined;
|
|
5046
5046
|
/**
|
|
5047
5047
|
* <p>
|
|
5048
5048
|
* The name of the package with the version statuses to update.
|
|
@@ -5063,7 +5063,7 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
5063
5063
|
* package version revision. </p>
|
|
5064
5064
|
* @public
|
|
5065
5065
|
*/
|
|
5066
|
-
versionRevisions?: Record<string, string
|
|
5066
|
+
versionRevisions?: Record<string, string> | undefined;
|
|
5067
5067
|
/**
|
|
5068
5068
|
* <p> The package version’s expected status before it is updated. If
|
|
5069
5069
|
* <code>expectedStatus</code> is provided, the package version's status is updated only if its
|
|
@@ -5071,7 +5071,7 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
5071
5071
|
* <code>expectedStatus</code>. </p>
|
|
5072
5072
|
* @public
|
|
5073
5073
|
*/
|
|
5074
|
-
expectedStatus?: PackageVersionStatus;
|
|
5074
|
+
expectedStatus?: PackageVersionStatus | undefined;
|
|
5075
5075
|
/**
|
|
5076
5076
|
* <p>
|
|
5077
5077
|
* The status you want to change the package version status to.
|
|
@@ -5091,13 +5091,13 @@ export interface UpdatePackageVersionsStatusResult {
|
|
|
5091
5091
|
* </p>
|
|
5092
5092
|
* @public
|
|
5093
5093
|
*/
|
|
5094
|
-
successfulVersions?: Record<string, SuccessfulPackageVersionInfo
|
|
5094
|
+
successfulVersions?: Record<string, SuccessfulPackageVersionInfo> | undefined;
|
|
5095
5095
|
/**
|
|
5096
5096
|
* <p> A list of <code>SuccessfulPackageVersionInfo</code> objects, one for each package version
|
|
5097
5097
|
* with a status that successfully updated. </p>
|
|
5098
5098
|
* @public
|
|
5099
5099
|
*/
|
|
5100
|
-
failedVersions?: Record<string, PackageVersionError
|
|
5100
|
+
failedVersions?: Record<string, PackageVersionError> | undefined;
|
|
5101
5101
|
}
|
|
5102
5102
|
/**
|
|
5103
5103
|
* @public
|
|
@@ -5117,7 +5117,7 @@ export interface UpdateRepositoryRequest {
|
|
|
5117
5117
|
* </p>
|
|
5118
5118
|
* @public
|
|
5119
5119
|
*/
|
|
5120
|
-
domainOwner?: string;
|
|
5120
|
+
domainOwner?: string | undefined;
|
|
5121
5121
|
/**
|
|
5122
5122
|
* <p>
|
|
5123
5123
|
* The name of the repository to update.
|
|
@@ -5131,14 +5131,14 @@ export interface UpdateRepositoryRequest {
|
|
|
5131
5131
|
* </p>
|
|
5132
5132
|
* @public
|
|
5133
5133
|
*/
|
|
5134
|
-
description?: string;
|
|
5134
|
+
description?: string | undefined;
|
|
5135
5135
|
/**
|
|
5136
5136
|
* <p> A list of upstream repositories to associate with the repository. The order of the upstream repositories
|
|
5137
5137
|
* in the list determines their priority order when CodeArtifact looks for a requested package version. For more
|
|
5138
5138
|
* information, see <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html">Working with upstream repositories</a>. </p>
|
|
5139
5139
|
* @public
|
|
5140
5140
|
*/
|
|
5141
|
-
upstreams?: UpstreamRepository[];
|
|
5141
|
+
upstreams?: UpstreamRepository[] | undefined;
|
|
5142
5142
|
}
|
|
5143
5143
|
/**
|
|
5144
5144
|
* @public
|
|
@@ -5150,7 +5150,7 @@ export interface UpdateRepositoryResult {
|
|
|
5150
5150
|
* </p>
|
|
5151
5151
|
* @public
|
|
5152
5152
|
*/
|
|
5153
|
-
repository?: RepositoryDescription;
|
|
5153
|
+
repository?: RepositoryDescription | undefined;
|
|
5154
5154
|
}
|
|
5155
5155
|
/**
|
|
5156
5156
|
* @internal
|