aws-sdk-codeartifact 1.7.0 → 1.11.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: d5d1155c446d2cec58fbf85581e40812d9080d5cfbeaabb18601fb8e2181dd76
4
- data.tar.gz: cce3ade9bcf65dc51058d56f1c8b289d68f61a4c1cf5d4d589af36c390f56a56
3
+ metadata.gz: ed9cc4e5f3818e9cb85d7fca0d53b9123dfae52a55f0fc258a9d80bba643d333
4
+ data.tar.gz: 70a32840feb23e6e75e0c63cc13d6d220c07b103eb62b20d9c15f67224e9f950
5
5
  SHA512:
6
- metadata.gz: '038ccbb988fb64824dbb37c2b0fe7c50165644beec879d06df77bff6439355963fee3fa7c7aba458675631b3821ab7cf97c6e20490355874ce7e37755fd833e6'
7
- data.tar.gz: 8c9ff66fe689e94de3f13d4db259e02ef76ecf29a275b06a451ed26963eb64fdfbd87d437c49cd3b3c2e71378adab41d7d25f7ed65483ea9f0420604b518b9c4
6
+ metadata.gz: ee5dab4c68323f06934be2fb9a5cc9b8deaac8c6a3b8da3761eb8a79d24e995c546def7241004d88f038e6548951dae752b9a1e6952807f5f2245b2b734e9172
7
+ data.tar.gz: 072c9b772e80c6446f4f1e7dbb3bd6de9f0cda8cbe5b857e913d193c5862314195b120c8971e87f222785dc0a84aafddfc0d3d007f22def8af5f0d6d71ccd36d
data/CHANGELOG.md ADDED
@@ -0,0 +1,68 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.11.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.10.0 (2021-05-10)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for CodeArtifact
13
+
14
+ 1.9.0 (2021-03-22)
15
+ ------------------
16
+
17
+ * Feature - Documentation updates for CodeArtifact
18
+
19
+ 1.8.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.7.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.6.0 (2020-11-23)
30
+ ------------------
31
+
32
+ * Feature - Add support for the NuGet package format.
33
+
34
+ 1.5.0 (2020-10-29)
35
+ ------------------
36
+
37
+ * Feature - Add support for tagging of CodeArtifact domain and repository resources.
38
+
39
+ 1.4.0 (2020-09-30)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.3.0 (2020-09-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.2.0 (2020-08-25)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.1.0 (2020-06-23)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.0.1 (2020-06-11)
60
+ ------------------
61
+
62
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
63
+
64
+ 1.0.0 (2020-06-10)
65
+ ------------------
66
+
67
+ * Issue - This version has been yanked. (#2327).
68
+ * Feature - Initial release of `aws-sdk-codeartifact`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.11.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.7.0'
51
+ GEM_VERSION = '1.11.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
  #
@@ -974,7 +967,7 @@ module Aws::CodeArtifact
974
967
  req.send_request(options)
975
968
  end
976
969
 
977
- # Returns a [ `DomainDescription` ][1] object that contains information
970
+ # Returns a [DomainDescription][1] object that contains information
978
971
  # about the requested domain.
979
972
  #
980
973
  #
@@ -1020,7 +1013,7 @@ module Aws::CodeArtifact
1020
1013
  req.send_request(options)
1021
1014
  end
1022
1015
 
1023
- # Returns a [ `PackageVersionDescription` ][1] object that contains
1016
+ # Returns a [PackageVersionDescription][1] object that contains
1024
1017
  # information about the requested package version.
1025
1018
  #
1026
1019
  #
@@ -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
  #
@@ -1219,12 +1207,12 @@ module Aws::CodeArtifact
1219
1207
  # status to `Disposed`. A disposed package version cannot be restored in
1220
1208
  # your repository because its assets are deleted.
1221
1209
  #
1222
- # To view all disposed package versions in a repository, use [
1223
- # `ListPackageVersions` ][1] and set the [ `status` ][2] parameter to
1210
+ # To view all disposed package versions in a repository, use
1211
+ # [ListPackageVersions][1] and set the [status][2] parameter to
1224
1212
  # `Disposed`.
1225
1213
  #
1226
- # To view information about a disposed package version, use [
1227
- # `DescribePackageVersion` ][3]..
1214
+ # To view information about a disposed package version, use
1215
+ # [DescribePackageVersion][3].
1228
1216
  #
1229
1217
  #
1230
1218
  #
@@ -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
  #
@@ -1781,8 +1754,8 @@ module Aws::CodeArtifact
1781
1754
  req.send_request(options)
1782
1755
  end
1783
1756
 
1784
- # Returns a list of [ `AssetSummary` ][1] objects for assets in a
1785
- # package version.
1757
+ # Returns a list of [AssetSummary][1] objects for assets in a package
1758
+ # version.
1786
1759
  #
1787
1760
  #
1788
1761
  #
@@ -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.
@@ -1892,7 +1860,7 @@ module Aws::CodeArtifact
1892
1860
  end
1893
1861
 
1894
1862
  # Returns the direct dependencies for a package version. The
1895
- # dependencies are returned as [ `PackageDependency` ][1] objects.
1863
+ # dependencies are returned as [PackageDependency][1] objects.
1896
1864
  # CodeArtifact extracts the dependencies for a package version from the
1897
1865
  # metadata file for the package format (for example, the `package.json`
1898
1866
  # file for npm packages and the `pom.xml` file for Maven). Any package
@@ -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
  #
@@ -1999,7 +1962,7 @@ module Aws::CodeArtifact
1999
1962
  req.send_request(options)
2000
1963
  end
2001
1964
 
2002
- # Returns a list of [ `PackageVersionSummary` ][1] objects for package
1965
+ # Returns a list of [PackageVersionSummary][1] objects for package
2003
1966
  # versions in a repository that match the request parameters.
2004
1967
  #
2005
1968
  #
@@ -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.
@@ -2119,7 +2077,7 @@ module Aws::CodeArtifact
2119
2077
  req.send_request(options)
2120
2078
  end
2121
2079
 
2122
- # Returns a list of [ `PackageSummary` ][1] objects for packages in a
2080
+ # Returns a list of [PackageSummary][1] objects for packages in a
2123
2081
  # repository that match the request parameters.
2124
2082
  #
2125
2083
  #
@@ -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.
@@ -2212,7 +2165,7 @@ module Aws::CodeArtifact
2212
2165
  req.send_request(options)
2213
2166
  end
2214
2167
 
2215
- # Returns a list of [ `RepositorySummary` ][1] objects. Each
2168
+ # Returns a list of [RepositorySummary][1] objects. Each
2216
2169
  # `RepositorySummary` contains information about a repository in the
2217
2170
  # specified AWS account and that matches the input parameters.
2218
2171
  #
@@ -2267,7 +2220,7 @@ module Aws::CodeArtifact
2267
2220
  req.send_request(options)
2268
2221
  end
2269
2222
 
2270
- # Returns a list of [ `RepositorySummary` ][1] objects. Each
2223
+ # Returns a list of [RepositorySummary][1] objects. Each
2271
2224
  # `RepositorySummary` contains information about a repository in the
2272
2225
  # specified domain and that matches the input parameters.
2273
2226
  #
@@ -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.7.0'
2671
+ context[:gem_version] = '1.11.0'
2724
2672
  Seahorse::Client::Request.new(handlers, context)
2725
2673
  end
2726
2674
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -1187,8 +1169,8 @@ module Aws::CodeArtifact
1187
1169
  end
1188
1170
 
1189
1171
  # Information about a domain, including its name, Amazon Resource Name
1190
- # (ARN), and status. The [ `ListDomains` ][1] operation returns a list
1191
- # of `DomainSummary` objects.
1172
+ # (ARN), and status. The [ListDomains][1] operation returns a list of
1173
+ # `DomainSummary` objects.
1192
1174
  #
1193
1175
  #
1194
1176
  #
@@ -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
@@ -1902,7 +1863,7 @@ module Aws::CodeArtifact
1902
1863
  # @return [String]
1903
1864
  #
1904
1865
  # @!attribute [rw] assets
1905
- # The returned list of [ `AssetSummary` ][1] objects.
1866
+ # The returned list of [AssetSummary][1] objects.
1906
1867
  #
1907
1868
  #
1908
1869
  #
@@ -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
@@ -2058,7 +2009,7 @@ module Aws::CodeArtifact
2058
2009
  # @return [String]
2059
2010
  #
2060
2011
  # @!attribute [rw] dependencies
2061
- # The returned list of [ `PackageDependency` ][1] objects.
2012
+ # The returned list of [PackageDependency][1] objects.
2062
2013
  #
2063
2014
  #
2064
2015
  #
@@ -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
@@ -2232,7 +2173,7 @@ module Aws::CodeArtifact
2232
2173
  # @return [String]
2233
2174
  #
2234
2175
  # @!attribute [rw] versions
2235
- # The returned list of [ `PackageVersionSummary` ][1] objects.
2176
+ # The returned list of [PackageVersionSummary][1] objects.
2236
2177
  #
2237
2178
  #
2238
2179
  #
@@ -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
@@ -2344,7 +2280,7 @@ module Aws::CodeArtifact
2344
2280
  end
2345
2281
 
2346
2282
  # @!attribute [rw] packages
2347
- # The list of returned [ `PackageSummary` ][1] objects.
2283
+ # The list of returned [PackageSummary][1] objects.
2348
2284
  #
2349
2285
  #
2350
2286
  #
@@ -2473,7 +2409,7 @@ module Aws::CodeArtifact
2473
2409
  end
2474
2410
 
2475
2411
  # @!attribute [rw] repositories
2476
- # The returned list of [ `RepositorySummary` ][1] objects.
2412
+ # The returned list of [RepositorySummary][1] objects.
2477
2413
  #
2478
2414
  #
2479
2415
  #
@@ -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
@@ -2572,7 +2505,7 @@ module Aws::CodeArtifact
2572
2505
  end
2573
2506
 
2574
2507
  # Details about a package, including its format, namespace, and name.
2575
- # The [ `ListPackages` ][1] operation returns a list of `PackageSummary`
2508
+ # The [ListPackages][1] operation returns a list of `PackageSummary`
2576
2509
  # objects.
2577
2510
  #
2578
2511
  #
@@ -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
@@ -2759,7 +2682,7 @@ module Aws::CodeArtifact
2759
2682
  end
2760
2683
 
2761
2684
  # Details about a package version, including its status, version, and
2762
- # revision. The [ `ListPackageVersions` ][1] operation returns a list of
2685
+ # revision. The [ListPackageVersions][1] operation returns a list of
2763
2686
  # `PackageVersionSummary` objects.
2764
2687
  #
2765
2688
  #
@@ -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
@@ -3014,7 +2935,7 @@ module Aws::CodeArtifact
3014
2935
  end
3015
2936
 
3016
2937
  # Details about a repository, including its Amazon Resource Name (ARN),
3017
- # description, and domain information. The [ `ListRepositories` ][1]
2938
+ # description, and domain information. The [ListRepositories][1]
3018
2939
  # operation returns a list of `RepositorySummary` objects.
3019
2940
  #
3020
2941
  #
@@ -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
@@ -3465,8 +3381,8 @@ module Aws::CodeArtifact
3465
3381
  end
3466
3382
 
3467
3383
  # Information about an upstream repository. A list of
3468
- # `UpstreamRepository` objects is an input parameter to [
3469
- # `CreateRepository` ][1] and [ `UpdateRepository` ][2].
3384
+ # `UpstreamRepository` objects is an input parameter to
3385
+ # [CreateRepository][1] and [UpdateRepository][2].
3470
3386
  #
3471
3387
  #
3472
3388
  #
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.7.0
4
+ version: 1.11.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-02-02 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for CodeArtifact. This gem is part of the AWS SDK
48
48
  for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-codeartifact.rb
56
59
  - lib/aws-sdk-codeartifact/client.rb
57
60
  - lib/aws-sdk-codeartifact/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-codeartifact
67
- 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
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - CodeArtifact