aws-sdk-codeartifact 1.8.0 → 1.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb8564bc0aaf79811e85e4df19e5c242aff12c56c1911c2e75e774f763b44be4
4
- data.tar.gz: ed3d4e0cf80c01fc04384f2605932e4c9c88b64c8d4cc609cb3fff24e48625e7
3
+ metadata.gz: e6428b67a64929418d23396917c7591807558d803324ea6a554e0351384786de
4
+ data.tar.gz: '09caeb6c6f4ab4460ab8254c66f59c624fe9fed606d83b5b8b44bef6e80f1370'
5
5
  SHA512:
6
- metadata.gz: 2ebc5e451ad6794d5016a88563500ef21f89a32f6f82d8db317fae63c283cae62f4ca9451017b787978e3736f73f8acbf2b0a3dcbfdc44c6fa588a111875feed
7
- data.tar.gz: 218a990e0136b3c59d73d9340c99396a05693e204ac84f9d8dee275083a997254305cd4704b6c11b8e82f8eb15f39a41cf2080828ea21cf3f4331e23f5dace6e
6
+ metadata.gz: e15098928408a4818aac03427929f686927af65d9e4460c2e846c3a5716529e00c2c5f1a0e7e4f576a6f4c6eb486a06d963a75530764bb341bc85289d83614bb
7
+ data.tar.gz: 51dc5ffb8ebbdcdb349369f3f0350c0ce2c232c57ee7824807f466a1afb9465f1f012936ff2bdc92f5a911a587a80d0362b1260355bbf0c9d30010ac0d195b5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2021-03-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for CodeArtifact
8
+
4
9
  1.8.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codeartifact/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeArtifact
50
50
 
51
- GEM_VERSION = '1.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  end
@@ -361,8 +361,6 @@ module Aws::CodeArtifact
361
361
  #
362
362
  # * `public:maven-commonsware` - for the CommonsWare Android repository.
363
363
  #
364
- # * `public:nuget-org` - for the NuGet Gallery.
365
- #
366
364
  # @return [Types::AssociateExternalConnectionResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
367
365
  #
368
366
  # * {Types::AssociateExternalConnectionResult#repository #repository} => Types::RepositoryDescription
@@ -432,8 +430,6 @@ module Aws::CodeArtifact
432
430
  # * `maven`\: A Maven package that contains compiled code in a
433
431
  # distributable format, such as a JAR file.
434
432
  #
435
- # * `nuget`\: A NuGet package.
436
- #
437
433
  # @option params [String] :namespace
438
434
  # The namespace of the package. The package component that specifies its
439
435
  # namespace depends on its type. For example:
@@ -445,9 +441,6 @@ module Aws::CodeArtifact
445
441
  # * A Python package does not contain a corresponding component, so
446
442
  # Python packages do not have a namespace.
447
443
  #
448
- # * A NuGet package does not contain a corresponding component, so NuGet
449
- # packages do not have a namespace.
450
- #
451
444
  # @option params [required, String] :package
452
445
  # The name of the package that is copied.
453
446
  #
@@ -611,7 +604,7 @@ module Aws::CodeArtifact
611
604
  # Creates a repository.
612
605
  #
613
606
  # @option params [required, String] :domain
614
- # The domain that contains the created repository.
607
+ # The name of the domain that contains the created repository.
615
608
  #
616
609
  # @option params [String] :domain_owner
617
610
  # The 12-digit account number of the AWS account that owns the domain.
@@ -774,9 +767,14 @@ module Aws::CodeArtifact
774
767
  # cannot be restored in your repository. If you want to remove a package
775
768
  # version from your repository and be able to restore it later, set its
776
769
  # status to `Archived`. Archived packages cannot be downloaded from a
777
- # repository and don't show up with list package APIs (for example, `
778
- # ListackageVersions `), but you can restore them using `
779
- # UpdatePackageVersionsStatus `.
770
+ # repository and don't show up with list package APIs (for example,
771
+ # [ListackageVersions][1]), but you can restore them using
772
+ # [UpdatePackageVersionsStatus][2].
773
+ #
774
+ #
775
+ #
776
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_ListPackageVersions.html
777
+ # [2]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_UpdatePackageVersionsStatus.html
780
778
  #
781
779
  # @option params [required, String] :domain
782
780
  # The name of the domain that contains the package to delete.
@@ -798,8 +796,6 @@ module Aws::CodeArtifact
798
796
  #
799
797
  # * `maven`
800
798
  #
801
- # * `nuget`
802
- #
803
799
  # @option params [String] :namespace
804
800
  # The namespace of the package. The package component that specifies its
805
801
  # namespace depends on its type. For example:
@@ -811,9 +807,6 @@ module Aws::CodeArtifact
811
807
  # * A Python package does not contain a corresponding component, so
812
808
  # Python packages do not have a namespace.
813
809
  #
814
- # * A NuGet package does not contain a corresponding component, so NuGet
815
- # packages do not have a namespace.
816
- #
817
810
  # @option params [required, String] :package
818
811
  # The name of the package with the versions to delete.
819
812
  #
@@ -1048,8 +1041,6 @@ module Aws::CodeArtifact
1048
1041
  #
1049
1042
  # * `maven`
1050
1043
  #
1051
- # * `nuget`
1052
- #
1053
1044
  # @option params [String] :namespace
1054
1045
  # The namespace of the package. The package component that specifies its
1055
1046
  # namespace depends on its type. For example:
@@ -1061,9 +1052,6 @@ module Aws::CodeArtifact
1061
1052
  # * A Python package does not contain a corresponding component, so
1062
1053
  # Python packages do not have a namespace.
1063
1054
  #
1064
- # * A NuGet package does not contain a corresponding component, so NuGet
1065
- # packages do not have a namespace.
1066
- #
1067
1055
  # @option params [required, String] :package
1068
1056
  # The name of the requested package version.
1069
1057
  #
@@ -1254,8 +1242,6 @@ module Aws::CodeArtifact
1254
1242
  #
1255
1243
  # * `maven`
1256
1244
  #
1257
- # * `nuget`
1258
- #
1259
1245
  # @option params [String] :namespace
1260
1246
  # The namespace of the package. The package component that specifies its
1261
1247
  # namespace depends on its type. For example:
@@ -1267,9 +1253,6 @@ module Aws::CodeArtifact
1267
1253
  # * A Python package does not contain a corresponding component, so
1268
1254
  # Python packages do not have a namespace.
1269
1255
  #
1270
- # * A NuGet package does not contain a corresponding component, so NuGet
1271
- # packages do not have a namespace.
1272
- #
1273
1256
  # @option params [required, String] :package
1274
1257
  # The name of the package with the versions you want to dispose.
1275
1258
  #
@@ -1456,8 +1439,8 @@ module Aws::CodeArtifact
1456
1439
  # `JAR` file, a `POM` file, or any other assets in the package version.
1457
1440
  #
1458
1441
  # @option params [required, String] :domain
1459
- # The domain that contains the repository that contains the package
1460
- # version with the requested asset.
1442
+ # The name of the domain that contains the repository that contains the
1443
+ # package version with the requested asset.
1461
1444
  #
1462
1445
  # @option params [String] :domain_owner
1463
1446
  # The 12-digit account number of the AWS account that owns the domain.
@@ -1477,8 +1460,6 @@ module Aws::CodeArtifact
1477
1460
  #
1478
1461
  # * `maven`
1479
1462
  #
1480
- # * `nuget`
1481
- #
1482
1463
  # @option params [String] :namespace
1483
1464
  # The namespace of the package. The package component that specifies its
1484
1465
  # namespace depends on its type. For example:
@@ -1490,9 +1471,6 @@ module Aws::CodeArtifact
1490
1471
  # * A Python package does not contain a corresponding component, so
1491
1472
  # Python packages do not have a namespace.
1492
1473
  #
1493
- # * A NuGet package does not contain a corresponding component, so NuGet
1494
- # packages do not have a namespace.
1495
- #
1496
1474
  # @option params [required, String] :package
1497
1475
  # The name of the package that contains the requested asset.
1498
1476
  #
@@ -1573,8 +1551,6 @@ module Aws::CodeArtifact
1573
1551
  #
1574
1552
  # * `maven`
1575
1553
  #
1576
- # * `nuget`
1577
- #
1578
1554
  # @option params [String] :namespace
1579
1555
  # The namespace of the package. The package component that specifies its
1580
1556
  # namespace depends on its type. For example:
@@ -1586,9 +1562,6 @@ module Aws::CodeArtifact
1586
1562
  # * A Python package does not contain a corresponding component, so
1587
1563
  # Python packages do not have a namespace.
1588
1564
  #
1589
- # * A NuGet package does not contain a corresponding component, so NuGet
1590
- # packages do not have a namespace.
1591
- #
1592
1565
  # @option params [required, String] :package
1593
1566
  # The name of the package version that contains the requested readme
1594
1567
  # file.
@@ -1644,8 +1617,6 @@ module Aws::CodeArtifact
1644
1617
  #
1645
1618
  # * `maven`
1646
1619
  #
1647
- # * `nuget`
1648
- #
1649
1620
  # @option params [required, String] :domain
1650
1621
  # The name of the domain that contains the repository.
1651
1622
  #
@@ -1666,8 +1637,6 @@ module Aws::CodeArtifact
1666
1637
  #
1667
1638
  # * `maven`
1668
1639
  #
1669
- # * `nuget`
1670
- #
1671
1640
  # @return [Types::GetRepositoryEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1672
1641
  #
1673
1642
  # * {Types::GetRepositoryEndpointResult#repository_endpoint #repository_endpoint} => String
@@ -1735,10 +1704,14 @@ module Aws::CodeArtifact
1735
1704
  req.send_request(options)
1736
1705
  end
1737
1706
 
1738
- # Returns a list of ` DomainSummary ` objects for all domains owned by
1707
+ # Returns a list of [DomainSummary][1] objects for all domains owned by
1739
1708
  # the AWS account that makes this call. Each returned `DomainSummary`
1740
1709
  # object contains information about a domain.
1741
1710
  #
1711
+ #
1712
+ #
1713
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html
1714
+ #
1742
1715
  # @option params [Integer] :max_results
1743
1716
  # The maximum number of results to return per page.
1744
1717
  #
@@ -1811,8 +1784,6 @@ module Aws::CodeArtifact
1811
1784
  # * `maven`\: A Maven package that contains compiled code in a
1812
1785
  # distributable format, such as a JAR file.
1813
1786
  #
1814
- # * `nuget`\: A NuGet package.
1815
- #
1816
1787
  # @option params [String] :namespace
1817
1788
  # The namespace of the package. The package component that specifies its
1818
1789
  # namespace depends on its type. For example:
@@ -1824,9 +1795,6 @@ module Aws::CodeArtifact
1824
1795
  # * A Python package does not contain a corresponding component, so
1825
1796
  # Python packages do not have a namespace.
1826
1797
  #
1827
- # * A NuGet package does not contain a corresponding component, so NuGet
1828
- # packages do not have a namespace.
1829
- #
1830
1798
  # @option params [required, String] :package
1831
1799
  # The name of the package that contains the returned package version
1832
1800
  # assets.
@@ -1904,8 +1872,8 @@ module Aws::CodeArtifact
1904
1872
  # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageDependency.html
1905
1873
  #
1906
1874
  # @option params [required, String] :domain
1907
- # The domain that contains the repository that contains the requested
1908
- # package version dependencies.
1875
+ # The name of the domain that contains the repository that contains the
1876
+ # requested package version dependencies.
1909
1877
  #
1910
1878
  # @option params [String] :domain_owner
1911
1879
  # The 12-digit account number of the AWS account that owns the domain.
@@ -1926,8 +1894,6 @@ module Aws::CodeArtifact
1926
1894
  # * `maven`\: A Maven package that contains compiled code in a
1927
1895
  # distributable format, such as a JAR file.
1928
1896
  #
1929
- # * `nuget`\: A NuGet package.
1930
- #
1931
1897
  # @option params [String] :namespace
1932
1898
  # The namespace of the package. The package component that specifies its
1933
1899
  # namespace depends on its type. For example:
@@ -1939,9 +1905,6 @@ module Aws::CodeArtifact
1939
1905
  # * A Python package does not contain a corresponding component, so
1940
1906
  # Python packages do not have a namespace.
1941
1907
  #
1942
- # * A NuGet package does not contain a corresponding component, so NuGet
1943
- # packages do not have a namespace.
1944
- #
1945
1908
  # @option params [required, String] :package
1946
1909
  # The name of the package versions' package.
1947
1910
  #
@@ -2027,8 +1990,6 @@ module Aws::CodeArtifact
2027
1990
  # * `maven`\: A Maven package that contains compiled code in a
2028
1991
  # distributable format, such as a JAR file.
2029
1992
  #
2030
- # * `nuget`\: A NuGet package.
2031
- #
2032
1993
  # @option params [String] :namespace
2033
1994
  # The namespace of the package. The package component that specifies its
2034
1995
  # namespace depends on its type. For example:
@@ -2040,9 +2001,6 @@ module Aws::CodeArtifact
2040
2001
  # * A Python package does not contain a corresponding component, so
2041
2002
  # Python packages do not have a namespace.
2042
2003
  #
2043
- # * A NuGet package does not contain a corresponding component, so NuGet
2044
- # packages do not have a namespace.
2045
- #
2046
2004
  # @option params [required, String] :package
2047
2005
  # The name of the package for which you want to return a list of package
2048
2006
  # versions.
@@ -2127,8 +2085,8 @@ module Aws::CodeArtifact
2127
2085
  # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageSummary.html
2128
2086
  #
2129
2087
  # @option params [required, String] :domain
2130
- # The domain that contains the repository that contains the requested
2131
- # list of packages.
2088
+ # The name of the domain that contains the repository that contains the
2089
+ # requested list of packages.
2132
2090
  #
2133
2091
  # @option params [String] :domain_owner
2134
2092
  # The 12-digit account number of the AWS account that owns the domain.
@@ -2147,8 +2105,6 @@ module Aws::CodeArtifact
2147
2105
  # * `maven`\: A Maven package that contains compiled code in a
2148
2106
  # distributable format, such as a JAR file.
2149
2107
  #
2150
- # * `nuget`\: A NuGet package.
2151
- #
2152
2108
  # @option params [String] :namespace
2153
2109
  # The namespace of the package. The package component that specifies its
2154
2110
  # namespace depends on its type. For example:
@@ -2160,9 +2116,6 @@ module Aws::CodeArtifact
2160
2116
  # * A Python package does not contain a corresponding component, so
2161
2117
  # Python packages do not have a namespace.
2162
2118
  #
2163
- # * A NuGet package does not contain a corresponding component, so NuGet
2164
- # packages do not have a namespace.
2165
- #
2166
2119
  # @option params [String] :package_prefix
2167
2120
  # A prefix used to filter returned packages. Only packages with names
2168
2121
  # that start with `packagePrefix` are returned.
@@ -2541,8 +2494,8 @@ module Aws::CodeArtifact
2541
2494
  # Updates the status of one or more versions of a package.
2542
2495
  #
2543
2496
  # @option params [required, String] :domain
2544
- # The domain that contains the repository that contains the package
2545
- # versions with a status to be updated.
2497
+ # The name of the domain that contains the repository that contains the
2498
+ # package versions with a status to be updated.
2546
2499
  #
2547
2500
  # @option params [String] :domain_owner
2548
2501
  # The 12-digit account number of the AWS account that owns the domain.
@@ -2562,8 +2515,6 @@ module Aws::CodeArtifact
2562
2515
  #
2563
2516
  # * `maven`
2564
2517
  #
2565
- # * `nuget`
2566
- #
2567
2518
  # @option params [String] :namespace
2568
2519
  # The namespace of the package. The package component that specifies its
2569
2520
  # namespace depends on its type. For example:
@@ -2575,9 +2526,6 @@ module Aws::CodeArtifact
2575
2526
  # * A Python package does not contain a corresponding component, so
2576
2527
  # Python packages do not have a namespace.
2577
2528
  #
2578
- # * A NuGet package does not contain a corresponding component, so NuGet
2579
- # packages do not have a namespace.
2580
- #
2581
2529
  # @option params [required, String] :package
2582
2530
  # The name of the package with the version statuses to update.
2583
2531
  #
@@ -2720,7 +2668,7 @@ module Aws::CodeArtifact
2720
2668
  params: params,
2721
2669
  config: config)
2722
2670
  context[:gem_name] = 'aws-sdk-codeartifact'
2723
- context[:gem_version] = '1.8.0'
2671
+ context[:gem_version] = '1.9.0'
2724
2672
  Seahorse::Client::Request.new(handlers, context)
2725
2673
  end
2726
2674
 
@@ -88,8 +88,6 @@ module Aws::CodeArtifact
88
88
  #
89
89
  # * `public:maven-commonsware` - for the CommonsWare Android
90
90
  # repository.
91
- #
92
- # * `public:nuget-org` - for the NuGet Gallery.
93
91
  # @return [String]
94
92
  #
95
93
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/AssociateExternalConnectionRequest AWS API Documentation
@@ -187,8 +185,6 @@ module Aws::CodeArtifact
187
185
  #
188
186
  # * `maven`\: A Maven package that contains compiled code in a
189
187
  # distributable format, such as a JAR file.
190
- #
191
- # * `nuget`\: A NuGet package.
192
188
  # @return [String]
193
189
  #
194
190
  # @!attribute [rw] namespace
@@ -201,9 +197,6 @@ module Aws::CodeArtifact
201
197
  #
202
198
  # * A Python package does not contain a corresponding component, so
203
199
  # Python packages do not have a namespace.
204
- #
205
- # * A NuGet package does not contain a corresponding component, so
206
- # NuGet packages do not have a namespace.
207
200
  # @return [String]
208
201
  #
209
202
  # @!attribute [rw] package
@@ -392,7 +385,7 @@ module Aws::CodeArtifact
392
385
  # }
393
386
  #
394
387
  # @!attribute [rw] domain
395
- # The domain that contains the created repository.
388
+ # The name of the domain that contains the created repository.
396
389
  # @return [String]
397
390
  #
398
391
  # @!attribute [rw] domain_owner
@@ -573,8 +566,6 @@ module Aws::CodeArtifact
573
566
  # * `pypi`
574
567
  #
575
568
  # * `maven`
576
- #
577
- # * `nuget`
578
569
  # @return [String]
579
570
  #
580
571
  # @!attribute [rw] namespace
@@ -587,9 +578,6 @@ module Aws::CodeArtifact
587
578
  #
588
579
  # * A Python package does not contain a corresponding component, so
589
580
  # Python packages do not have a namespace.
590
- #
591
- # * A NuGet package does not contain a corresponding component, so
592
- # NuGet packages do not have a namespace.
593
581
  # @return [String]
594
582
  #
595
583
  # @!attribute [rw] package
@@ -837,8 +825,6 @@ module Aws::CodeArtifact
837
825
  # * `pypi`
838
826
  #
839
827
  # * `maven`
840
- #
841
- # * `nuget`
842
828
  # @return [String]
843
829
  #
844
830
  # @!attribute [rw] namespace
@@ -851,9 +837,6 @@ module Aws::CodeArtifact
851
837
  #
852
838
  # * A Python package does not contain a corresponding component, so
853
839
  # Python packages do not have a namespace.
854
- #
855
- # * A NuGet package does not contain a corresponding component, so
856
- # NuGet packages do not have a namespace.
857
840
  # @return [String]
858
841
  #
859
842
  # @!attribute [rw] package
@@ -879,8 +862,12 @@ module Aws::CodeArtifact
879
862
  end
880
863
 
881
864
  # @!attribute [rw] package_version
882
- # A ` PackageVersionDescription ` object that contains information
865
+ # A [PackageVersionDescription][1] object that contains information
883
866
  # about the requested package version.
867
+ #
868
+ #
869
+ #
870
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html
884
871
  # @return [Types::PackageVersionDescription]
885
872
  #
886
873
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/DescribePackageVersionResult AWS API Documentation
@@ -1030,8 +1017,6 @@ module Aws::CodeArtifact
1030
1017
  # * `pypi`
1031
1018
  #
1032
1019
  # * `maven`
1033
- #
1034
- # * `nuget`
1035
1020
  # @return [String]
1036
1021
  #
1037
1022
  # @!attribute [rw] namespace
@@ -1044,9 +1029,6 @@ module Aws::CodeArtifact
1044
1029
  #
1045
1030
  # * A Python package does not contain a corresponding component, so
1046
1031
  # Python packages do not have a namespace.
1047
- #
1048
- # * A NuGet package does not contain a corresponding component, so
1049
- # NuGet packages do not have a namespace.
1050
1032
  # @return [String]
1051
1033
  #
1052
1034
  # @!attribute [rw] package
@@ -1346,8 +1328,8 @@ module Aws::CodeArtifact
1346
1328
  # }
1347
1329
  #
1348
1330
  # @!attribute [rw] domain
1349
- # The domain that contains the repository that contains the package
1350
- # version with the requested asset.
1331
+ # The name of the domain that contains the repository that contains
1332
+ # the package version with the requested asset.
1351
1333
  # @return [String]
1352
1334
  #
1353
1335
  # @!attribute [rw] domain_owner
@@ -1369,8 +1351,6 @@ module Aws::CodeArtifact
1369
1351
  # * `pypi`
1370
1352
  #
1371
1353
  # * `maven`
1372
- #
1373
- # * `nuget`
1374
1354
  # @return [String]
1375
1355
  #
1376
1356
  # @!attribute [rw] namespace
@@ -1383,9 +1363,6 @@ module Aws::CodeArtifact
1383
1363
  #
1384
1364
  # * A Python package does not contain a corresponding component, so
1385
1365
  # Python packages do not have a namespace.
1386
- #
1387
- # * A NuGet package does not contain a corresponding component, so
1388
- # NuGet packages do not have a namespace.
1389
1366
  # @return [String]
1390
1367
  #
1391
1368
  # @!attribute [rw] package
@@ -1486,8 +1463,6 @@ module Aws::CodeArtifact
1486
1463
  # * `pypi`
1487
1464
  #
1488
1465
  # * `maven`
1489
- #
1490
- # * `nuget`
1491
1466
  # @return [String]
1492
1467
  #
1493
1468
  # @!attribute [rw] namespace
@@ -1500,9 +1475,6 @@ module Aws::CodeArtifact
1500
1475
  #
1501
1476
  # * A Python package does not contain a corresponding component, so
1502
1477
  # Python packages do not have a namespace.
1503
- #
1504
- # * A NuGet package does not contain a corresponding component, so
1505
- # NuGet packages do not have a namespace.
1506
1478
  # @return [String]
1507
1479
  #
1508
1480
  # @!attribute [rw] package
@@ -1537,8 +1509,6 @@ module Aws::CodeArtifact
1537
1509
  # * `pypi`
1538
1510
  #
1539
1511
  # * `maven`
1540
- #
1541
- # * `nuget`
1542
1512
  # @return [String]
1543
1513
  #
1544
1514
  # @!attribute [rw] namespace
@@ -1551,9 +1521,6 @@ module Aws::CodeArtifact
1551
1521
  #
1552
1522
  # * A Python package does not contain a corresponding component, so
1553
1523
  # Python packages do not have a namespace.
1554
- #
1555
- # * A NuGet package does not contain a corresponding component, so
1556
- # NuGet packages do not have a namespace.
1557
1524
  # @return [String]
1558
1525
  #
1559
1526
  # @!attribute [rw] package
@@ -1617,8 +1584,6 @@ module Aws::CodeArtifact
1617
1584
  # * `pypi`
1618
1585
  #
1619
1586
  # * `maven`
1620
- #
1621
- # * `nuget`
1622
1587
  # @return [String]
1623
1588
  #
1624
1589
  # @see http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/GetRepositoryEndpointRequest AWS API Documentation
@@ -1751,7 +1716,11 @@ module Aws::CodeArtifact
1751
1716
  end
1752
1717
 
1753
1718
  # @!attribute [rw] domains
1754
- # The returned list of ` DomainSummary ` objects.
1719
+ # The returned list of [DomainSummary][1] objects.
1720
+ #
1721
+ #
1722
+ #
1723
+ # [1]: https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_DomainSummary.html
1755
1724
  # @return [Array<Types::DomainSummary>]
1756
1725
  #
1757
1726
  # @!attribute [rw] next_token
@@ -1809,8 +1778,6 @@ module Aws::CodeArtifact
1809
1778
  #
1810
1779
  # * `maven`\: A Maven package that contains compiled code in a
1811
1780
  # distributable format, such as a JAR file.
1812
- #
1813
- # * `nuget`\: A NuGet package.
1814
1781
  # @return [String]
1815
1782
  #
1816
1783
  # @!attribute [rw] namespace
@@ -1823,9 +1790,6 @@ module Aws::CodeArtifact
1823
1790
  #
1824
1791
  # * A Python package does not contain a corresponding component, so
1825
1792
  # Python packages do not have a namespace.
1826
- #
1827
- # * A NuGet package does not contain a corresponding component, so
1828
- # NuGet packages do not have a namespace.
1829
1793
  # @return [String]
1830
1794
  #
1831
1795
  # @!attribute [rw] package
@@ -1878,9 +1842,6 @@ module Aws::CodeArtifact
1878
1842
  #
1879
1843
  # * A Python package does not contain a corresponding component, so
1880
1844
  # Python packages do not have a namespace.
1881
- #
1882
- # * A NuGet package does not contain a corresponding component, so
1883
- # NuGet packages do not have a namespace.
1884
1845
  # @return [String]
1885
1846
  #
1886
1847
  # @!attribute [rw] package
@@ -1938,8 +1899,8 @@ module Aws::CodeArtifact
1938
1899
  # }
1939
1900
  #
1940
1901
  # @!attribute [rw] domain
1941
- # The domain that contains the repository that contains the requested
1942
- # package version dependencies.
1902
+ # The name of the domain that contains the repository that contains
1903
+ # the requested package version dependencies.
1943
1904
  # @return [String]
1944
1905
  #
1945
1906
  # @!attribute [rw] domain_owner
@@ -1962,8 +1923,6 @@ module Aws::CodeArtifact
1962
1923
  #
1963
1924
  # * `maven`\: A Maven package that contains compiled code in a
1964
1925
  # distributable format, such as a JAR file.
1965
- #
1966
- # * `nuget`\: A NuGet package.
1967
1926
  # @return [String]
1968
1927
  #
1969
1928
  # @!attribute [rw] namespace
@@ -1976,9 +1935,6 @@ module Aws::CodeArtifact
1976
1935
  #
1977
1936
  # * A Python package does not contain a corresponding component, so
1978
1937
  # Python packages do not have a namespace.
1979
- #
1980
- # * A NuGet package does not contain a corresponding component, so
1981
- # NuGet packages do not have a namespace.
1982
1938
  # @return [String]
1983
1939
  #
1984
1940
  # @!attribute [rw] package
@@ -2019,8 +1975,6 @@ module Aws::CodeArtifact
2019
1975
  # * `pypi`
2020
1976
  #
2021
1977
  # * `maven`
2022
- #
2023
- # * `nuget`
2024
1978
  # @return [String]
2025
1979
  #
2026
1980
  # @!attribute [rw] namespace
@@ -2033,9 +1987,6 @@ module Aws::CodeArtifact
2033
1987
  #
2034
1988
  # * A Python package does not contain a corresponding component, so
2035
1989
  # Python packages do not have a namespace.
2036
- #
2037
- # * A NuGet package does not contain a corresponding component, so
2038
- # NuGet packages do not have a namespace.
2039
1990
  # @return [String]
2040
1991
  #
2041
1992
  # @!attribute [rw] package
@@ -2118,8 +2069,6 @@ module Aws::CodeArtifact
2118
2069
  #
2119
2070
  # * `maven`\: A Maven package that contains compiled code in a
2120
2071
  # distributable format, such as a JAR file.
2121
- #
2122
- # * `nuget`\: A NuGet package.
2123
2072
  # @return [String]
2124
2073
  #
2125
2074
  # @!attribute [rw] namespace
@@ -2132,9 +2081,6 @@ module Aws::CodeArtifact
2132
2081
  #
2133
2082
  # * A Python package does not contain a corresponding component, so
2134
2083
  # Python packages do not have a namespace.
2135
- #
2136
- # * A NuGet package does not contain a corresponding component, so
2137
- # NuGet packages do not have a namespace.
2138
2084
  # @return [String]
2139
2085
  #
2140
2086
  # @!attribute [rw] package
@@ -2208,8 +2154,6 @@ module Aws::CodeArtifact
2208
2154
  # * `pypi`
2209
2155
  #
2210
2156
  # * `maven`
2211
- #
2212
- # * `nuget`
2213
2157
  # @return [String]
2214
2158
  #
2215
2159
  # @!attribute [rw] namespace
@@ -2222,9 +2166,6 @@ module Aws::CodeArtifact
2222
2166
  #
2223
2167
  # * A Python package does not contain a corresponding component, so
2224
2168
  # Python packages do not have a namespace.
2225
- #
2226
- # * A NuGet package does not contain a corresponding component, so
2227
- # NuGet packages do not have a namespace.
2228
2169
  # @return [String]
2229
2170
  #
2230
2171
  # @!attribute [rw] package
@@ -2272,8 +2213,8 @@ module Aws::CodeArtifact
2272
2213
  # }
2273
2214
  #
2274
2215
  # @!attribute [rw] domain
2275
- # The domain that contains the repository that contains the requested
2276
- # list of packages.
2216
+ # The name of the domain that contains the repository that contains
2217
+ # the requested list of packages.
2277
2218
  # @return [String]
2278
2219
  #
2279
2220
  # @!attribute [rw] domain_owner
@@ -2294,8 +2235,6 @@ module Aws::CodeArtifact
2294
2235
  #
2295
2236
  # * `maven`\: A Maven package that contains compiled code in a
2296
2237
  # distributable format, such as a JAR file.
2297
- #
2298
- # * `nuget`\: A NuGet package.
2299
2238
  # @return [String]
2300
2239
  #
2301
2240
  # @!attribute [rw] namespace
@@ -2308,9 +2247,6 @@ module Aws::CodeArtifact
2308
2247
  #
2309
2248
  # * A Python package does not contain a corresponding component, so
2310
2249
  # Python packages do not have a namespace.
2311
- #
2312
- # * A NuGet package does not contain a corresponding component, so
2313
- # NuGet packages do not have a namespace.
2314
2250
  # @return [String]
2315
2251
  #
2316
2252
  # @!attribute [rw] package_prefix
@@ -2538,9 +2474,6 @@ module Aws::CodeArtifact
2538
2474
  #
2539
2475
  # * A Python package does not contain a corresponding component, so
2540
2476
  # Python packages do not have a namespace.
2541
- #
2542
- # * A NuGet package does not contain a corresponding component, so
2543
- # NuGet packages do not have a namespace.
2544
2477
  # @return [String]
2545
2478
  #
2546
2479
  # @!attribute [rw] package
@@ -2587,8 +2520,6 @@ module Aws::CodeArtifact
2587
2520
  # * `pypi`
2588
2521
  #
2589
2522
  # * `maven`
2590
- #
2591
- # * `nuget`
2592
2523
  # @return [String]
2593
2524
  #
2594
2525
  # @!attribute [rw] namespace
@@ -2601,9 +2532,6 @@ module Aws::CodeArtifact
2601
2532
  #
2602
2533
  # * A Python package does not contain a corresponding component, so
2603
2534
  # Python packages do not have a namespace.
2604
- #
2605
- # * A NuGet package does not contain a corresponding component, so
2606
- # NuGet packages do not have a namespace.
2607
2535
  # @return [String]
2608
2536
  #
2609
2537
  # @!attribute [rw] package
@@ -2631,8 +2559,6 @@ module Aws::CodeArtifact
2631
2559
  #
2632
2560
  # * `maven`\: A Maven package that contains compiled code in a
2633
2561
  # distributable format, such as a JAR file.
2634
- #
2635
- # * `nuget`\: A NuGet package.
2636
2562
  # @return [String]
2637
2563
  #
2638
2564
  # @!attribute [rw] namespace
@@ -2645,9 +2571,6 @@ module Aws::CodeArtifact
2645
2571
  #
2646
2572
  # * A Python package does not contain a corresponding component, so
2647
2573
  # Python packages do not have a namespace.
2648
- #
2649
- # * A NuGet package does not contain a corresponding component, so
2650
- # NuGet packages do not have a namespace.
2651
2574
  # @return [String]
2652
2575
  #
2653
2576
  # @!attribute [rw] package_name
@@ -2994,8 +2917,6 @@ module Aws::CodeArtifact
2994
2917
  #
2995
2918
  # * `maven`\: A Maven package that contains compiled code in a
2996
2919
  # distributable format, such as a JAR file.
2997
- #
2998
- # * `nuget`\: A NuGet package.
2999
2920
  # @return [String]
3000
2921
  #
3001
2922
  # @!attribute [rw] status
@@ -3292,8 +3213,8 @@ module Aws::CodeArtifact
3292
3213
  # }
3293
3214
  #
3294
3215
  # @!attribute [rw] domain
3295
- # The domain that contains the repository that contains the package
3296
- # versions with a status to be updated.
3216
+ # The name of the domain that contains the repository that contains
3217
+ # the package versions with a status to be updated.
3297
3218
  # @return [String]
3298
3219
  #
3299
3220
  # @!attribute [rw] domain_owner
@@ -3315,8 +3236,6 @@ module Aws::CodeArtifact
3315
3236
  # * `pypi`
3316
3237
  #
3317
3238
  # * `maven`
3318
- #
3319
- # * `nuget`
3320
3239
  # @return [String]
3321
3240
  #
3322
3241
  # @!attribute [rw] namespace
@@ -3329,9 +3248,6 @@ module Aws::CodeArtifact
3329
3248
  #
3330
3249
  # * A Python package does not contain a corresponding component, so
3331
3250
  # Python packages do not have a namespace.
3332
- #
3333
- # * A NuGet package does not contain a corresponding component, so
3334
- # NuGet packages do not have a namespace.
3335
3251
  # @return [String]
3336
3252
  #
3337
3253
  # @!attribute [rw] package
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeartifact
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codeartifact
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codeartifact/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeartifact
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-codeartifact/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths: