aws-sdk-codeartifact 1.19.0 → 1.20.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.
@@ -63,8 +63,8 @@ module Aws::CodeArtifact
63
63
  # @return [String]
64
64
  #
65
65
  # @!attribute [rw] domain_owner
66
- # The 12-digit account number of the AWS account that owns the domain.
67
- # It does not include dashes or spaces.
66
+ # The 12-digit account number of the Amazon Web Services account that
67
+ # owns the domain. It does not include dashes or spaces.
68
68
  # @return [String]
69
69
  #
70
70
  # @!attribute [rw] repository
@@ -78,6 +78,8 @@ module Aws::CodeArtifact
78
78
  #
79
79
  # * `public:npmjs` - for the npm public repository.
80
80
  #
81
+ # * `public:nuget-org` - for the NuGet Gallery.
82
+ #
81
83
  # * `public:pypi` - for the Python Package Index.
82
84
  #
83
85
  # * `public:maven-central` - for Maven Central.
@@ -124,7 +126,7 @@ module Aws::CodeArtifact
124
126
  # @return [String]
125
127
  #
126
128
  # @!attribute [rw] resource_type
127
- # The type of AWS resource.
129
+ # The type of Amazon Web Services resource.
128
130
  # @return [String]
129
131
  #
130
132
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ConflictException AWS API Documentation
@@ -162,8 +164,8 @@ module Aws::CodeArtifact
162
164
  # @return [String]
163
165
  #
164
166
  # @!attribute [rw] domain_owner
165
- # The 12-digit account number of the AWS account that owns the domain.
166
- # It does not include dashes or spaces.
167
+ # The 12-digit account number of the Amazon Web Services account that
168
+ # owns the domain. It does not include dashes or spaces.
167
169
  # @return [String]
168
170
  #
169
171
  # @!attribute [rw] source_repository
@@ -176,15 +178,7 @@ module Aws::CodeArtifact
176
178
  # @return [String]
177
179
  #
178
180
  # @!attribute [rw] format
179
- # The format of the package that is copied. The valid package types
180
- # are:
181
- #
182
- # * `npm`\: A Node Package Manager (npm) package.
183
- #
184
- # * `pypi`\: A Python Package Index (PyPI) package.
185
- #
186
- # * `maven`\: A Maven package that contains compiled code in a
187
- # distributable format, such as a JAR file.
181
+ # The format of the package that is copied.
188
182
  # @return [String]
189
183
  #
190
184
  # @!attribute [rw] namespace
@@ -308,10 +302,11 @@ module Aws::CodeArtifact
308
302
  # }
309
303
  #
310
304
  # @!attribute [rw] domain
311
- # The name of the domain to create. All domain names in an AWS Region
312
- # that are in the same AWS account must be unique. The domain name is
313
- # used as the prefix in DNS hostnames. Do not use sensitive
314
- # information in a domain name because it is publicly discoverable.
305
+ # The name of the domain to create. All domain names in an Amazon Web
306
+ # Services Region that are in the same Amazon Web Services account
307
+ # must be unique. The domain name is used as the prefix in DNS
308
+ # hostnames. Do not use sensitive information in a domain name because
309
+ # it is publicly discoverable.
315
310
  # @return [String]
316
311
  #
317
312
  # @!attribute [rw] encryption_key
@@ -320,13 +315,13 @@ module Aws::CodeArtifact
320
315
  # Resource Name (ARN), a key alias, or a key alias ARN. To specify an
321
316
  # `encryptionKey`, your IAM role must have `kms:DescribeKey` and
322
317
  # `kms:CreateGrant` permissions on the encryption key that is used.
323
- # For more information, see [DescribeKey][1] in the *AWS Key
324
- # Management Service API Reference* and [AWS KMS API Permissions
325
- # Reference][2] in the *AWS Key Management Service Developer Guide*.
318
+ # For more information, see [DescribeKey][1] in the *Key Management
319
+ # Service API Reference* and [Key Management Service API Permissions
320
+ # Reference][2] in the *Key Management Service Developer Guide*.
326
321
  #
327
322
  # CodeArtifact supports only symmetric CMKs. Do not associate an
328
323
  # asymmetric CMK with your domain. For more information, see [Using
329
- # symmetric and asymmetric keys][3] in the *AWS Key Management Service
324
+ # symmetric and asymmetric keys][3] in the *Key Management Service
330
325
  # Developer Guide*.
331
326
  #
332
327
  #
@@ -389,8 +384,8 @@ module Aws::CodeArtifact
389
384
  # @return [String]
390
385
  #
391
386
  # @!attribute [rw] domain_owner
392
- # The 12-digit account number of the AWS account that owns the domain.
393
- # It does not include dashes or spaces.
387
+ # The 12-digit account number of the Amazon Web Services account that
388
+ # owns the domain. It does not include dashes or spaces.
394
389
  # @return [String]
395
390
  #
396
391
  # @!attribute [rw] repository
@@ -404,7 +399,7 @@ module Aws::CodeArtifact
404
399
  # @!attribute [rw] upstreams
405
400
  # A list of upstream repositories to associate with the repository.
406
401
  # The order of the upstream repositories in the list determines their
407
- # priority order when AWS CodeArtifact looks for a requested package
402
+ # priority order when CodeArtifact looks for a requested package
408
403
  # version. For more information, see [Working with upstream
409
404
  # repositories][1].
410
405
  #
@@ -458,8 +453,8 @@ module Aws::CodeArtifact
458
453
  # @return [String]
459
454
  #
460
455
  # @!attribute [rw] domain_owner
461
- # The 12-digit account number of the AWS account that owns the domain.
462
- # It does not include dashes or spaces.
456
+ # The 12-digit account number of the Amazon Web Services account that
457
+ # owns the domain. It does not include dashes or spaces.
463
458
  # @return [String]
464
459
  #
465
460
  # @!attribute [rw] policy_revision
@@ -504,8 +499,8 @@ module Aws::CodeArtifact
504
499
  # @return [String]
505
500
  #
506
501
  # @!attribute [rw] domain_owner
507
- # The 12-digit account number of the AWS account that owns the domain.
508
- # It does not include dashes or spaces.
502
+ # The 12-digit account number of the Amazon Web Services account that
503
+ # owns the domain. It does not include dashes or spaces.
509
504
  # @return [String]
510
505
  #
511
506
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DeleteDomainRequest AWS API Documentation
@@ -549,8 +544,8 @@ module Aws::CodeArtifact
549
544
  # @return [String]
550
545
  #
551
546
  # @!attribute [rw] domain_owner
552
- # The 12-digit account number of the AWS account that owns the domain.
553
- # It does not include dashes or spaces.
547
+ # The 12-digit account number of the Amazon Web Services account that
548
+ # owns the domain. It does not include dashes or spaces.
554
549
  # @return [String]
555
550
  #
556
551
  # @!attribute [rw] repository
@@ -559,13 +554,7 @@ module Aws::CodeArtifact
559
554
  # @return [String]
560
555
  #
561
556
  # @!attribute [rw] format
562
- # The format of the package versions to delete. The valid values are:
563
- #
564
- # * `npm`
565
- #
566
- # * `pypi`
567
- #
568
- # * `maven`
557
+ # The format of the package versions to delete.
569
558
  # @return [String]
570
559
  #
571
560
  # @!attribute [rw] namespace
@@ -590,18 +579,7 @@ module Aws::CodeArtifact
590
579
  # @return [Array<String>]
591
580
  #
592
581
  # @!attribute [rw] expected_status
593
- # The expected status of the package version to delete. Valid values
594
- # are:
595
- #
596
- # * `Published`
597
- #
598
- # * `Unfinished`
599
- #
600
- # * `Unlisted`
601
- #
602
- # * `Archived`
603
- #
604
- # * `Disposed`
582
+ # The expected status of the package version to delete.
605
583
  # @return [String]
606
584
  #
607
585
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DeletePackageVersionsRequest AWS API Documentation
@@ -620,7 +598,8 @@ module Aws::CodeArtifact
620
598
  end
621
599
 
622
600
  # @!attribute [rw] successful_versions
623
- # A list of the package versions that were successfully deleted.
601
+ # A list of the package versions that were successfully deleted. The
602
+ # status of every successful version will be `Deleted`.
624
603
  # @return [Hash<String,Types::SuccessfulPackageVersionInfo>]
625
604
  #
626
605
  # @!attribute [rw] failed_versions
@@ -665,8 +644,8 @@ module Aws::CodeArtifact
665
644
  # @return [String]
666
645
  #
667
646
  # @!attribute [rw] domain_owner
668
- # The 12-digit account number of the AWS account that owns the domain.
669
- # It does not include dashes or spaces.
647
+ # The 12-digit account number of the Amazon Web Services account that
648
+ # owns the domain. It does not include dashes or spaces.
670
649
  # @return [String]
671
650
  #
672
651
  # @!attribute [rw] repository
@@ -718,8 +697,8 @@ module Aws::CodeArtifact
718
697
  # @return [String]
719
698
  #
720
699
  # @!attribute [rw] domain_owner
721
- # The 12-digit account number of the AWS account that owns the domain.
722
- # It does not include dashes or spaces.
700
+ # The 12-digit account number of the Amazon Web Services account that
701
+ # owns the domain. It does not include dashes or spaces.
723
702
  # @return [String]
724
703
  #
725
704
  # @!attribute [rw] repository
@@ -762,8 +741,8 @@ module Aws::CodeArtifact
762
741
  # @return [String]
763
742
  #
764
743
  # @!attribute [rw] domain_owner
765
- # The 12-digit account number of the AWS account that owns the domain.
766
- # It does not include dashes or spaces.
744
+ # The 12-digit account number of the Amazon Web Services account that
745
+ # owns the domain. It does not include dashes or spaces.
767
746
  # @return [String]
768
747
  #
769
748
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DescribeDomainRequest AWS API Documentation
@@ -808,8 +787,8 @@ module Aws::CodeArtifact
808
787
  # @return [String]
809
788
  #
810
789
  # @!attribute [rw] domain_owner
811
- # The 12-digit account number of the AWS account that owns the domain.
812
- # It does not include dashes or spaces.
790
+ # The 12-digit account number of the Amazon Web Services account that
791
+ # owns the domain. It does not include dashes or spaces.
813
792
  # @return [String]
814
793
  #
815
794
  # @!attribute [rw] repository
@@ -818,13 +797,6 @@ module Aws::CodeArtifact
818
797
  #
819
798
  # @!attribute [rw] format
820
799
  # A format that specifies the type of the requested package version.
821
- # The valid values are:
822
- #
823
- # * `npm`
824
- #
825
- # * `pypi`
826
- #
827
- # * `maven`
828
800
  # @return [String]
829
801
  #
830
802
  # @!attribute [rw] namespace
@@ -892,8 +864,8 @@ module Aws::CodeArtifact
892
864
  # @return [String]
893
865
  #
894
866
  # @!attribute [rw] domain_owner
895
- # The 12-digit account number of the AWS account that owns the domain.
896
- # It does not include dashes or spaces.
867
+ # The 12-digit account number of the Amazon Web Services account that
868
+ # owns the domain. It does not include dashes or spaces.
897
869
  # @return [String]
898
870
  #
899
871
  # @!attribute [rw] repository
@@ -939,8 +911,8 @@ module Aws::CodeArtifact
939
911
  # @return [String]
940
912
  #
941
913
  # @!attribute [rw] domain_owner
942
- # The 12-digit account number of the AWS account that owns the domain.
943
- # It does not include dashes or spaces.
914
+ # The 12-digit account number of the Amazon Web Services account that
915
+ # owns the domain. It does not include dashes or spaces.
944
916
  # @return [String]
945
917
  #
946
918
  # @!attribute [rw] repository
@@ -999,8 +971,8 @@ module Aws::CodeArtifact
999
971
  # @return [String]
1000
972
  #
1001
973
  # @!attribute [rw] domain_owner
1002
- # The 12-digit account number of the AWS account that owns the domain.
1003
- # It does not include dashes or spaces.
974
+ # The 12-digit account number of the Amazon Web Services account that
975
+ # owns the domain. It does not include dashes or spaces.
1004
976
  # @return [String]
1005
977
  #
1006
978
  # @!attribute [rw] repository
@@ -1010,13 +982,7 @@ module Aws::CodeArtifact
1010
982
  #
1011
983
  # @!attribute [rw] format
1012
984
  # A format that specifies the type of package versions you want to
1013
- # dispose. The valid values are:
1014
- #
1015
- # * `npm`
1016
- #
1017
- # * `pypi`
1018
- #
1019
- # * `maven`
985
+ # dispose.
1020
986
  # @return [String]
1021
987
  #
1022
988
  # @!attribute [rw] namespace
@@ -1044,18 +1010,7 @@ module Aws::CodeArtifact
1044
1010
  # @return [Hash<String,String>]
1045
1011
  #
1046
1012
  # @!attribute [rw] expected_status
1047
- # The expected status of the package version to dispose. Valid values
1048
- # are:
1049
- #
1050
- # * `Published`
1051
- #
1052
- # * `Unfinished`
1053
- #
1054
- # * `Unlisted`
1055
- #
1056
- # * `Archived`
1057
- #
1058
- # * `Disposed`
1013
+ # The expected status of the package version to dispose.
1059
1014
  # @return [String]
1060
1015
  #
1061
1016
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DisposePackageVersionsRequest AWS API Documentation
@@ -1114,7 +1069,7 @@ module Aws::CodeArtifact
1114
1069
  # @return [String]
1115
1070
  #
1116
1071
  # @!attribute [rw] owner
1117
- # The AWS account ID that owns the domain.
1072
+ # The Amazon Web Services account ID that owns the domain.
1118
1073
  # @return [String]
1119
1074
  #
1120
1075
  # @!attribute [rw] arn
@@ -1122,11 +1077,7 @@ module Aws::CodeArtifact
1122
1077
  # @return [String]
1123
1078
  #
1124
1079
  # @!attribute [rw] status
1125
- # The current status of a domain. The valid values are
1126
- #
1127
- # * `Active`
1128
- #
1129
- # * `Deleted`
1080
+ # The current status of a domain.
1130
1081
  # @return [String]
1131
1082
  #
1132
1083
  # @!attribute [rw] created_time
@@ -1135,8 +1086,8 @@ module Aws::CodeArtifact
1135
1086
  # @return [Time]
1136
1087
  #
1137
1088
  # @!attribute [rw] encryption_key
1138
- # The ARN of an AWS Key Management Service (AWS KMS) key associated
1139
- # with a domain.
1089
+ # The ARN of an Key Management Service (KMS) key associated with a
1090
+ # domain.
1140
1091
  # @return [String]
1141
1092
  #
1142
1093
  # @!attribute [rw] repository_count
@@ -1181,8 +1132,8 @@ module Aws::CodeArtifact
1181
1132
  # @return [String]
1182
1133
  #
1183
1134
  # @!attribute [rw] owner
1184
- # The 12-digit account number of the AWS account that owns the domain.
1185
- # It does not include dashes or spaces.
1135
+ # The 12-digit account number of the Amazon Web Services account that
1136
+ # owns the domain. It does not include dashes or spaces.
1186
1137
  # @return [String]
1187
1138
  #
1188
1139
  # @!attribute [rw] arn
@@ -1190,12 +1141,7 @@ module Aws::CodeArtifact
1190
1141
  # @return [String]
1191
1142
  #
1192
1143
  # @!attribute [rw] status
1193
- # A string that contains the status of the domain. The valid values
1194
- # are:
1195
- #
1196
- # * `Active`
1197
- #
1198
- # * `Deleted`
1144
+ # A string that contains the status of the domain.
1199
1145
  # @return [String]
1200
1146
  #
1201
1147
  # @!attribute [rw] created_time
@@ -1234,8 +1180,8 @@ module Aws::CodeArtifact
1234
1180
  # @return [String]
1235
1181
  #
1236
1182
  # @!attribute [rw] domain_owner
1237
- # The 12-digit account number of the AWS account that owns the domain.
1238
- # It does not include dashes or spaces.
1183
+ # The 12-digit account number of the Amazon Web Services account that
1184
+ # owns the domain. It does not include dashes or spaces.
1239
1185
  # @return [String]
1240
1186
  #
1241
1187
  # @!attribute [rw] duration_seconds
@@ -1287,8 +1233,8 @@ module Aws::CodeArtifact
1287
1233
  # @return [String]
1288
1234
  #
1289
1235
  # @!attribute [rw] domain_owner
1290
- # The 12-digit account number of the AWS account that owns the domain.
1291
- # It does not include dashes or spaces.
1236
+ # The 12-digit account number of the Amazon Web Services account that
1237
+ # owns the domain. It does not include dashes or spaces.
1292
1238
  # @return [String]
1293
1239
  #
1294
1240
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/GetDomainPermissionsPolicyRequest AWS API Documentation
@@ -1333,8 +1279,8 @@ module Aws::CodeArtifact
1333
1279
  # @return [String]
1334
1280
  #
1335
1281
  # @!attribute [rw] domain_owner
1336
- # The 12-digit account number of the AWS account that owns the domain.
1337
- # It does not include dashes or spaces.
1282
+ # The 12-digit account number of the Amazon Web Services account that
1283
+ # owns the domain. It does not include dashes or spaces.
1338
1284
  # @return [String]
1339
1285
  #
1340
1286
  # @!attribute [rw] repository
@@ -1344,13 +1290,7 @@ module Aws::CodeArtifact
1344
1290
  #
1345
1291
  # @!attribute [rw] format
1346
1292
  # A format that specifies the type of the package version with the
1347
- # requested asset file. The valid values are:
1348
- #
1349
- # * `npm`
1350
- #
1351
- # * `pypi`
1352
- #
1353
- # * `maven`
1293
+ # requested asset file.
1354
1294
  # @return [String]
1355
1295
  #
1356
1296
  # @!attribute [rw] namespace
@@ -1445,8 +1385,8 @@ module Aws::CodeArtifact
1445
1385
  # @return [String]
1446
1386
  #
1447
1387
  # @!attribute [rw] domain_owner
1448
- # The 12-digit account number of the AWS account that owns the domain.
1449
- # It does not include dashes or spaces.
1388
+ # The 12-digit account number of the Amazon Web Services account that
1389
+ # owns the domain. It does not include dashes or spaces.
1450
1390
  # @return [String]
1451
1391
  #
1452
1392
  # @!attribute [rw] repository
@@ -1456,13 +1396,12 @@ module Aws::CodeArtifact
1456
1396
  #
1457
1397
  # @!attribute [rw] format
1458
1398
  # A format that specifies the type of the package version with the
1459
- # requested readme file. The valid values are:
1399
+ # requested readme file.
1460
1400
  #
1461
- # * `npm`
1401
+ # <note markdown="1"> Although `maven` is listed as a valid value, CodeArtifact does not
1402
+ # support displaying readme files for Maven packages.
1462
1403
  #
1463
- # * `pypi`
1464
- #
1465
- # * `maven`
1404
+ # </note>
1466
1405
  # @return [String]
1467
1406
  #
1468
1407
  # @!attribute [rw] namespace
@@ -1501,14 +1440,7 @@ module Aws::CodeArtifact
1501
1440
  end
1502
1441
 
1503
1442
  # @!attribute [rw] format
1504
- # The format of the package with the requested readme file. Valid
1505
- # format types are:
1506
- #
1507
- # * `npm`
1508
- #
1509
- # * `pypi`
1510
- #
1511
- # * `maven`
1443
+ # The format of the package with the requested readme file.
1512
1444
  # @return [String]
1513
1445
  #
1514
1446
  # @!attribute [rw] namespace
@@ -1567,8 +1499,9 @@ module Aws::CodeArtifact
1567
1499
  # @return [String]
1568
1500
  #
1569
1501
  # @!attribute [rw] domain_owner
1570
- # The 12-digit account number of the AWS account that owns the domain
1571
- # that contains the repository. It does not include dashes or spaces.
1502
+ # The 12-digit account number of the Amazon Web Services account that
1503
+ # owns the domain that contains the repository. It does not include
1504
+ # dashes or spaces.
1572
1505
  # @return [String]
1573
1506
  #
1574
1507
  # @!attribute [rw] repository
@@ -1577,13 +1510,7 @@ module Aws::CodeArtifact
1577
1510
  #
1578
1511
  # @!attribute [rw] format
1579
1512
  # Returns which endpoint of a repository to return. A repository has
1580
- # one endpoint for each package format:
1581
- #
1582
- # * `npm`
1583
- #
1584
- # * `pypi`
1585
- #
1586
- # * `maven`
1513
+ # one endpoint for each package format.
1587
1514
  # @return [String]
1588
1515
  #
1589
1516
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/GetRepositoryEndpointRequest AWS API Documentation
@@ -1624,8 +1551,8 @@ module Aws::CodeArtifact
1624
1551
  # @return [String]
1625
1552
  #
1626
1553
  # @!attribute [rw] domain_owner
1627
- # The 12-digit account number of the AWS account that owns the domain.
1628
- # It does not include dashes or spaces.
1554
+ # The 12-digit account number of the Amazon Web Services account that
1555
+ # owns the domain. It does not include dashes or spaces.
1629
1556
  # @return [String]
1630
1557
  #
1631
1558
  # @!attribute [rw] repository
@@ -1656,7 +1583,7 @@ module Aws::CodeArtifact
1656
1583
  end
1657
1584
 
1658
1585
  # The operation did not succeed because of an error that occurred inside
1659
- # AWS CodeArtifact.
1586
+ # CodeArtifact.
1660
1587
  #
1661
1588
  # @!attribute [rw] message
1662
1589
  # @return [String]
@@ -1759,8 +1686,8 @@ module Aws::CodeArtifact
1759
1686
  # @return [String]
1760
1687
  #
1761
1688
  # @!attribute [rw] domain_owner
1762
- # The 12-digit account number of the AWS account that owns the domain.
1763
- # It does not include dashes or spaces.
1689
+ # The 12-digit account number of the Amazon Web Services account that
1690
+ # owns the domain. It does not include dashes or spaces.
1764
1691
  # @return [String]
1765
1692
  #
1766
1693
  # @!attribute [rw] repository
@@ -1770,14 +1697,7 @@ module Aws::CodeArtifact
1770
1697
  #
1771
1698
  # @!attribute [rw] format
1772
1699
  # The format of the package that contains the returned package version
1773
- # assets. The valid package types are:
1774
- #
1775
- # * `npm`\: A Node Package Manager (npm) package.
1776
- #
1777
- # * `pypi`\: A Python Package Index (PyPI) package.
1778
- #
1779
- # * `maven`\: A Maven package that contains compiled code in a
1780
- # distributable format, such as a JAR file.
1700
+ # assets.
1781
1701
  # @return [String]
1782
1702
  #
1783
1703
  # @!attribute [rw] namespace
@@ -1904,8 +1824,8 @@ module Aws::CodeArtifact
1904
1824
  # @return [String]
1905
1825
  #
1906
1826
  # @!attribute [rw] domain_owner
1907
- # The 12-digit account number of the AWS account that owns the domain.
1908
- # It does not include dashes or spaces.
1827
+ # The 12-digit account number of the Amazon Web Services account that
1828
+ # owns the domain. It does not include dashes or spaces.
1909
1829
  # @return [String]
1910
1830
  #
1911
1831
  # @!attribute [rw] repository
@@ -1914,15 +1834,7 @@ module Aws::CodeArtifact
1914
1834
  # @return [String]
1915
1835
  #
1916
1836
  # @!attribute [rw] format
1917
- # The format of the package with the requested dependencies. The valid
1918
- # package types are:
1919
- #
1920
- # * `npm`\: A Node Package Manager (npm) package.
1921
- #
1922
- # * `pypi`\: A Python Package Index (PyPI) package.
1923
- #
1924
- # * `maven`\: A Maven package that contains compiled code in a
1925
- # distributable format, such as a JAR file.
1837
+ # The format of the package with the requested dependencies.
1926
1838
  # @return [String]
1927
1839
  #
1928
1840
  # @!attribute [rw] namespace
@@ -1968,13 +1880,7 @@ module Aws::CodeArtifact
1968
1880
 
1969
1881
  # @!attribute [rw] format
1970
1882
  # A format that specifies the type of the package that contains the
1971
- # returned dependencies. The valid values are:
1972
- #
1973
- # * `npm`
1974
- #
1975
- # * `pypi`
1976
- #
1977
- # * `maven`
1883
+ # returned dependencies.
1978
1884
  # @return [String]
1979
1885
  #
1980
1886
  # @!attribute [rw] namespace
@@ -2052,8 +1958,8 @@ module Aws::CodeArtifact
2052
1958
  # @return [String]
2053
1959
  #
2054
1960
  # @!attribute [rw] domain_owner
2055
- # The 12-digit account number of the AWS account that owns the domain.
2056
- # It does not include dashes or spaces.
1961
+ # The 12-digit account number of the Amazon Web Services account that
1962
+ # owns the domain. It does not include dashes or spaces.
2057
1963
  # @return [String]
2058
1964
  #
2059
1965
  # @!attribute [rw] repository
@@ -2061,14 +1967,7 @@ module Aws::CodeArtifact
2061
1967
  # @return [String]
2062
1968
  #
2063
1969
  # @!attribute [rw] format
2064
- # The format of the returned packages. The valid package types are:
2065
- #
2066
- # * `npm`\: A Node Package Manager (npm) package.
2067
- #
2068
- # * `pypi`\: A Python Package Index (PyPI) package.
2069
- #
2070
- # * `maven`\: A Maven package that contains compiled code in a
2071
- # distributable format, such as a JAR file.
1970
+ # The format of the returned packages.
2072
1971
  # @return [String]
2073
1972
  #
2074
1973
  # @!attribute [rw] namespace
@@ -2090,17 +1989,7 @@ module Aws::CodeArtifact
2090
1989
  #
2091
1990
  # @!attribute [rw] status
2092
1991
  # A string that specifies the status of the package versions to
2093
- # include in the returned list. It can be one of the following:
2094
- #
2095
- # * `Published`
2096
- #
2097
- # * `Unfinished`
2098
- #
2099
- # * `Unlisted`
2100
- #
2101
- # * `Archived`
2102
- #
2103
- # * `Disposed`
1992
+ # include in the returned list.
2104
1993
  # @return [String]
2105
1994
  #
2106
1995
  # @!attribute [rw] sort_by
@@ -2147,13 +2036,7 @@ module Aws::CodeArtifact
2147
2036
  # @return [String]
2148
2037
  #
2149
2038
  # @!attribute [rw] format
2150
- # A format of the package. Valid package format values are:
2151
- #
2152
- # * `npm`
2153
- #
2154
- # * `pypi`
2155
- #
2156
- # * `maven`
2039
+ # A format of the package.
2157
2040
  # @return [String]
2158
2041
  #
2159
2042
  # @!attribute [rw] namespace
@@ -2218,8 +2101,8 @@ module Aws::CodeArtifact
2218
2101
  # @return [String]
2219
2102
  #
2220
2103
  # @!attribute [rw] domain_owner
2221
- # The 12-digit account number of the AWS account that owns the domain.
2222
- # It does not include dashes or spaces.
2104
+ # The 12-digit account number of the Amazon Web Services account that
2105
+ # owns the domain. It does not include dashes or spaces.
2223
2106
  # @return [String]
2224
2107
  #
2225
2108
  # @!attribute [rw] repository
@@ -2227,14 +2110,7 @@ module Aws::CodeArtifact
2227
2110
  # @return [String]
2228
2111
  #
2229
2112
  # @!attribute [rw] format
2230
- # The format of the packages. The valid package types are:
2231
- #
2232
- # * `npm`\: A Node Package Manager (npm) package.
2233
- #
2234
- # * `pypi`\: A Python Package Index (PyPI) package.
2235
- #
2236
- # * `maven`\: A Maven package that contains compiled code in a
2237
- # distributable format, such as a JAR file.
2113
+ # The format of the packages.
2238
2114
  # @return [String]
2239
2115
  #
2240
2116
  # @!attribute [rw] namespace
@@ -2319,13 +2195,13 @@ module Aws::CodeArtifact
2319
2195
  # @return [String]
2320
2196
  #
2321
2197
  # @!attribute [rw] domain_owner
2322
- # The 12-digit account number of the AWS account that owns the domain.
2323
- # It does not include dashes or spaces.
2198
+ # The 12-digit account number of the Amazon Web Services account that
2199
+ # owns the domain. It does not include dashes or spaces.
2324
2200
  # @return [String]
2325
2201
  #
2326
2202
  # @!attribute [rw] administrator_account
2327
2203
  # Filter the list of repositories to only include those that are
2328
- # managed by the AWS account ID.
2204
+ # managed by the Amazon Web Services account ID.
2329
2205
  # @return [String]
2330
2206
  #
2331
2207
  # @!attribute [rw] repository_prefix
@@ -2513,13 +2389,7 @@ module Aws::CodeArtifact
2513
2389
  # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackages.html
2514
2390
  #
2515
2391
  # @!attribute [rw] format
2516
- # The format of the package. Valid values are:
2517
- #
2518
- # * `npm`
2519
- #
2520
- # * `pypi`
2521
- #
2522
- # * `maven`
2392
+ # The format of the package.
2523
2393
  # @return [String]
2524
2394
  #
2525
2395
  # @!attribute [rw] namespace
@@ -2551,14 +2421,7 @@ module Aws::CodeArtifact
2551
2421
  # Details about a package version.
2552
2422
  #
2553
2423
  # @!attribute [rw] format
2554
- # The format of the package version. The valid package formats are:
2555
- #
2556
- # * `npm`\: A Node Package Manager (npm) package.
2557
- #
2558
- # * `pypi`\: A Python Package Index (PyPI) package.
2559
- #
2560
- # * `maven`\: A Maven package that contains compiled code in a
2561
- # distributable format, such as a JAR file.
2424
+ # The format of the package version.
2562
2425
  # @return [String]
2563
2426
  #
2564
2427
  # @!attribute [rw] namespace
@@ -2617,18 +2480,7 @@ module Aws::CodeArtifact
2617
2480
  # @return [String]
2618
2481
  #
2619
2482
  # @!attribute [rw] status
2620
- # A string that contains the status of the package version. It can be
2621
- # one of the following:
2622
- #
2623
- # * `Published`
2624
- #
2625
- # * `Unfinished`
2626
- #
2627
- # * `Unlisted`
2628
- #
2629
- # * `Archived`
2630
- #
2631
- # * `Disposed`
2483
+ # A string that contains the status of the package version.
2632
2484
  # @return [String]
2633
2485
  #
2634
2486
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/PackageVersionDescription AWS API Documentation
@@ -2700,16 +2552,6 @@ module Aws::CodeArtifact
2700
2552
  # @!attribute [rw] status
2701
2553
  # A string that contains the status of the package version. It can be
2702
2554
  # one of the following:
2703
- #
2704
- # * `Published`
2705
- #
2706
- # * `Unfinished`
2707
- #
2708
- # * `Unlisted`
2709
- #
2710
- # * `Archived`
2711
- #
2712
- # * `Disposed`
2713
2555
  # @return [String]
2714
2556
  #
2715
2557
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/PackageVersionSummary AWS API Documentation
@@ -2737,8 +2579,8 @@ module Aws::CodeArtifact
2737
2579
  # @return [String]
2738
2580
  #
2739
2581
  # @!attribute [rw] domain_owner
2740
- # The 12-digit account number of the AWS account that owns the domain.
2741
- # It does not include dashes or spaces.
2582
+ # The 12-digit account number of the Amazon Web Services account that
2583
+ # owns the domain. It does not include dashes or spaces.
2742
2584
  # @return [String]
2743
2585
  #
2744
2586
  # @!attribute [rw] policy_revision
@@ -2792,8 +2634,8 @@ module Aws::CodeArtifact
2792
2634
  # @return [String]
2793
2635
  #
2794
2636
  # @!attribute [rw] domain_owner
2795
- # The 12-digit account number of the AWS account that owns the domain.
2796
- # It does not include dashes or spaces.
2637
+ # The 12-digit account number of the Amazon Web Services account that
2638
+ # owns the domain. It does not include dashes or spaces.
2797
2639
  # @return [String]
2798
2640
  #
2799
2641
  # @!attribute [rw] repository
@@ -2836,21 +2678,21 @@ module Aws::CodeArtifact
2836
2678
  include Aws::Structure
2837
2679
  end
2838
2680
 
2839
- # The details of a repository stored in AWS CodeArtifact. A CodeArtifact
2681
+ # The details of a repository stored in CodeArtifact. A CodeArtifact
2840
2682
  # repository contains a set of package versions, each of which maps to a
2841
2683
  # set of assets. Repositories are polyglot—a single repository can
2842
2684
  # contain packages of any supported type. Each repository exposes
2843
2685
  # endpoints for fetching and publishing packages using tools like the
2844
2686
  # `npm` CLI, the Maven CLI (`mvn`), and `pip`. You can create up to 100
2845
- # repositories per AWS account.
2687
+ # repositories per Amazon Web Services account.
2846
2688
  #
2847
2689
  # @!attribute [rw] name
2848
2690
  # The name of the repository.
2849
2691
  # @return [String]
2850
2692
  #
2851
2693
  # @!attribute [rw] administrator_account
2852
- # The 12-digit account number of the AWS account that manages the
2853
- # repository.
2694
+ # The 12-digit account number of the Amazon Web Services account that
2695
+ # manages the repository.
2854
2696
  # @return [String]
2855
2697
  #
2856
2698
  # @!attribute [rw] domain_name
@@ -2858,8 +2700,9 @@ module Aws::CodeArtifact
2858
2700
  # @return [String]
2859
2701
  #
2860
2702
  # @!attribute [rw] domain_owner
2861
- # The 12-digit account number of the AWS account that owns the domain
2862
- # that contains the repository. It does not include dashes or spaces.
2703
+ # The 12-digit account number of the Amazon Web Services account that
2704
+ # owns the domain that contains the repository. It does not include
2705
+ # dashes or spaces.
2863
2706
  # @return [String]
2864
2707
  #
2865
2708
  # @!attribute [rw] arn
@@ -2873,7 +2716,7 @@ module Aws::CodeArtifact
2873
2716
  # @!attribute [rw] upstreams
2874
2717
  # A list of upstream repositories to associate with the repository.
2875
2718
  # The order of the upstream repositories in the list determines their
2876
- # priority order when AWS CodeArtifact looks for a requested package
2719
+ # priority order when CodeArtifact looks for a requested package
2877
2720
  # version. For more information, see [Working with upstream
2878
2721
  # repositories][1].
2879
2722
  #
@@ -2917,6 +2760,8 @@ module Aws::CodeArtifact
2917
2760
  #
2918
2761
  # * `maven`\: A Maven package that contains compiled code in a
2919
2762
  # distributable format, such as a JAR file.
2763
+ #
2764
+ # * `nuget`\: A NuGet package.
2920
2765
  # @return [String]
2921
2766
  #
2922
2767
  # @!attribute [rw] status
@@ -2947,7 +2792,7 @@ module Aws::CodeArtifact
2947
2792
  # @return [String]
2948
2793
  #
2949
2794
  # @!attribute [rw] administrator_account
2950
- # The AWS account ID that manages the repository.
2795
+ # The Amazon Web Services account ID that manages the repository.
2951
2796
  # @return [String]
2952
2797
  #
2953
2798
  # @!attribute [rw] domain_name
@@ -2955,8 +2800,8 @@ module Aws::CodeArtifact
2955
2800
  # @return [String]
2956
2801
  #
2957
2802
  # @!attribute [rw] domain_owner
2958
- # The 12-digit account number of the AWS account that owns the domain.
2959
- # It does not include dashes or spaces.
2803
+ # The 12-digit account number of the Amazon Web Services account that
2804
+ # owns the domain. It does not include dashes or spaces.
2960
2805
  # @return [String]
2961
2806
  #
2962
2807
  # @!attribute [rw] arn
@@ -2991,7 +2836,7 @@ module Aws::CodeArtifact
2991
2836
  # @return [String]
2992
2837
  #
2993
2838
  # @!attribute [rw] resource_type
2994
- # The type of AWS resource.
2839
+ # The type of Amazon Web Services resource.
2995
2840
  # @return [String]
2996
2841
  #
2997
2842
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ResourceNotFoundException AWS API Documentation
@@ -3004,8 +2849,8 @@ module Aws::CodeArtifact
3004
2849
  include Aws::Structure
3005
2850
  end
3006
2851
 
3007
- # An AWS CodeArtifact resource policy that contains a resource ARN,
3008
- # document details, and a revision.
2852
+ # An CodeArtifact resource policy that contains a resource ARN, document
2853
+ # details, and a revision.
3009
2854
  #
3010
2855
  # @!attribute [rw] resource_arn
3011
2856
  # The ARN of the resource associated with the resource policy
@@ -3040,7 +2885,7 @@ module Aws::CodeArtifact
3040
2885
  # @return [String]
3041
2886
  #
3042
2887
  # @!attribute [rw] resource_type
3043
- # The type of AWS resource.
2888
+ # The type of Amazon Web Services resource.
3044
2889
  # @return [String]
3045
2890
  #
3046
2891
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/ServiceQuotaExceededException AWS API Documentation
@@ -3060,17 +2905,7 @@ module Aws::CodeArtifact
3060
2905
  # @return [String]
3061
2906
  #
3062
2907
  # @!attribute [rw] status
3063
- # The status of a package version. Valid statuses are:
3064
- #
3065
- # * `Published`
3066
- #
3067
- # * `Unfinished`
3068
- #
3069
- # * `Unlisted`
3070
- #
3071
- # * `Archived`
3072
- #
3073
- # * `Disposed`
2908
+ # The status of a package version.
3074
2909
  # @return [String]
3075
2910
  #
3076
2911
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/SuccessfulPackageVersionInfo AWS API Documentation
@@ -3083,7 +2918,7 @@ module Aws::CodeArtifact
3083
2918
  end
3084
2919
 
3085
2920
  # A tag is a key-value pair that can be used to manage, search for, or
3086
- # filter resources in AWS CodeArtifact.
2921
+ # filter resources in CodeArtifact.
3087
2922
  #
3088
2923
  # @note When making an API call, you may pass Tag
3089
2924
  # data as a hash:
@@ -3218,8 +3053,8 @@ module Aws::CodeArtifact
3218
3053
  # @return [String]
3219
3054
  #
3220
3055
  # @!attribute [rw] domain_owner
3221
- # The 12-digit account number of the AWS account that owns the domain.
3222
- # It does not include dashes or spaces.
3056
+ # The 12-digit account number of the Amazon Web Services account that
3057
+ # owns the domain. It does not include dashes or spaces.
3223
3058
  # @return [String]
3224
3059
  #
3225
3060
  # @!attribute [rw] repository
@@ -3229,13 +3064,7 @@ module Aws::CodeArtifact
3229
3064
  #
3230
3065
  # @!attribute [rw] format
3231
3066
  # A format that specifies the type of the package with the statuses to
3232
- # update. The valid values are:
3233
- #
3234
- # * `npm`
3235
- #
3236
- # * `pypi`
3237
- #
3238
- # * `maven`
3067
+ # update.
3239
3068
  # @return [String]
3240
3069
  #
3241
3070
  # @!attribute [rw] namespace
@@ -3332,8 +3161,8 @@ module Aws::CodeArtifact
3332
3161
  # @return [String]
3333
3162
  #
3334
3163
  # @!attribute [rw] domain_owner
3335
- # The 12-digit account number of the AWS account that owns the domain.
3336
- # It does not include dashes or spaces.
3164
+ # The 12-digit account number of the Amazon Web Services account that
3165
+ # owns the domain. It does not include dashes or spaces.
3337
3166
  # @return [String]
3338
3167
  #
3339
3168
  # @!attribute [rw] repository
@@ -3347,7 +3176,7 @@ module Aws::CodeArtifact
3347
3176
  # @!attribute [rw] upstreams
3348
3177
  # A list of upstream repositories to associate with the repository.
3349
3178
  # The order of the upstream repositories in the list determines their
3350
- # priority order when AWS CodeArtifact looks for a requested package
3179
+ # priority order when CodeArtifact looks for a requested package
3351
3180
  # version. For more information, see [Working with upstream
3352
3181
  # repositories][1].
3353
3182
  #