@aws-sdk/client-codeartifact 3.600.0 → 3.606.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/dist-cjs/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/Codeartifact.d.ts +6 -1
- package/dist-types/CodeartifactClient.d.ts +6 -1
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DeletePackageCommand.d.ts +2 -2
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribePackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +1 -1
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -2
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +6 -1
- package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -2
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -2
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -2
- package/dist-types/commands/ListPackagesCommand.d.ts +2 -2
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +2 -2
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +1 -1
- package/dist-types/index.d.ts +6 -1
- package/dist-types/models/models_0.d.ts +43 -38
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ across their organization.</p>
|
|
|
48
48
|
<li>
|
|
49
49
|
<p>
|
|
50
50
|
<b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to
|
|
51
|
-
resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats.
|
|
51
|
+
resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, Cargo, and generic package formats.
|
|
52
52
|
For more information about the supported package formats and how to use CodeArtifact with them, see the
|
|
53
53
|
<a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
|
|
54
54
|
<p>In CodeArtifact, a package consists of:</p>
|
|
@@ -223,6 +223,11 @@ package format:
|
|
|
223
223
|
<ul>
|
|
224
224
|
<li>
|
|
225
225
|
<p>
|
|
226
|
+
<code>cargo</code>
|
|
227
|
+
</p>
|
|
228
|
+
</li>
|
|
229
|
+
<li>
|
|
230
|
+
<p>
|
|
226
231
|
<code>generic</code>
|
|
227
232
|
</p>
|
|
228
233
|
</li>
|
package/dist-cjs/index.js
CHANGED
|
@@ -383,7 +383,7 @@ export interface Codeartifact {
|
|
|
383
383
|
* <li>
|
|
384
384
|
* <p>
|
|
385
385
|
* <b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to
|
|
386
|
-
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats.
|
|
386
|
+
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, Cargo, and generic package formats.
|
|
387
387
|
* For more information about the supported package formats and how to use CodeArtifact with them, see the
|
|
388
388
|
* <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
|
|
389
389
|
* <p>In CodeArtifact, a package consists of:</p>
|
|
@@ -558,6 +558,11 @@ export interface Codeartifact {
|
|
|
558
558
|
* <ul>
|
|
559
559
|
* <li>
|
|
560
560
|
* <p>
|
|
561
|
+
* <code>cargo</code>
|
|
562
|
+
* </p>
|
|
563
|
+
* </li>
|
|
564
|
+
* <li>
|
|
565
|
+
* <p>
|
|
561
566
|
* <code>generic</code>
|
|
562
567
|
* </p>
|
|
563
568
|
* </li>
|
|
@@ -246,7 +246,7 @@ export interface CodeartifactClientResolvedConfig extends CodeartifactClientReso
|
|
|
246
246
|
* <li>
|
|
247
247
|
* <p>
|
|
248
248
|
* <b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to
|
|
249
|
-
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats.
|
|
249
|
+
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, Cargo, and generic package formats.
|
|
250
250
|
* For more information about the supported package formats and how to use CodeArtifact with them, see the
|
|
251
251
|
* <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
|
|
252
252
|
* <p>In CodeArtifact, a package consists of:</p>
|
|
@@ -421,6 +421,11 @@ export interface CodeartifactClientResolvedConfig extends CodeartifactClientReso
|
|
|
421
421
|
* <ul>
|
|
422
422
|
* <li>
|
|
423
423
|
* <p>
|
|
424
|
+
* <code>cargo</code>
|
|
425
|
+
* </p>
|
|
426
|
+
* </li>
|
|
427
|
+
* <li>
|
|
428
|
+
* <p>
|
|
424
429
|
* <code>generic</code>
|
|
425
430
|
* </p>
|
|
426
431
|
* </li>
|
|
@@ -62,7 +62,7 @@ declare const AssociateExternalConnectionCommand_base: {
|
|
|
62
62
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
63
63
|
* // { // RepositoryExternalConnectionInfo
|
|
64
64
|
* // externalConnectionName: "STRING_VALUE",
|
|
65
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
65
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
66
66
|
* // status: "Available",
|
|
67
67
|
* // },
|
|
68
68
|
* // ],
|
|
@@ -46,7 +46,7 @@ declare const CopyPackageVersionsCommand_base: {
|
|
|
46
46
|
* domainOwner: "STRING_VALUE",
|
|
47
47
|
* sourceRepository: "STRING_VALUE", // required
|
|
48
48
|
* destinationRepository: "STRING_VALUE", // required
|
|
49
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
49
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
50
50
|
* namespace: "STRING_VALUE",
|
|
51
51
|
* package: "STRING_VALUE", // required
|
|
52
52
|
* versions: [ // PackageVersionList
|
|
@@ -71,7 +71,7 @@ declare const CreateRepositoryCommand_base: {
|
|
|
71
71
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
72
72
|
* // { // RepositoryExternalConnectionInfo
|
|
73
73
|
* // externalConnectionName: "STRING_VALUE",
|
|
74
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
74
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
75
75
|
* // status: "Available",
|
|
76
76
|
* // },
|
|
77
77
|
* // ],
|
|
@@ -39,7 +39,7 @@ declare const DeletePackageCommand_base: {
|
|
|
39
39
|
* domain: "STRING_VALUE", // required
|
|
40
40
|
* domainOwner: "STRING_VALUE",
|
|
41
41
|
* repository: "STRING_VALUE", // required
|
|
42
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
42
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
43
43
|
* namespace: "STRING_VALUE",
|
|
44
44
|
* package: "STRING_VALUE", // required
|
|
45
45
|
* };
|
|
@@ -47,7 +47,7 @@ declare const DeletePackageCommand_base: {
|
|
|
47
47
|
* const response = await client.send(command);
|
|
48
48
|
* // { // DeletePackageResult
|
|
49
49
|
* // deletedPackage: { // PackageSummary
|
|
50
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
50
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
51
51
|
* // namespace: "STRING_VALUE",
|
|
52
52
|
* // package: "STRING_VALUE",
|
|
53
53
|
* // originConfiguration: { // PackageOriginConfiguration
|
|
@@ -42,7 +42,7 @@ declare const DeletePackageVersionsCommand_base: {
|
|
|
42
42
|
* domain: "STRING_VALUE", // required
|
|
43
43
|
* domainOwner: "STRING_VALUE",
|
|
44
44
|
* repository: "STRING_VALUE", // required
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* package: "STRING_VALUE", // required
|
|
48
48
|
* versions: [ // PackageVersionList // required
|
|
@@ -59,7 +59,7 @@ declare const DeleteRepositoryCommand_base: {
|
|
|
59
59
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
60
60
|
* // { // RepositoryExternalConnectionInfo
|
|
61
61
|
* // externalConnectionName: "STRING_VALUE",
|
|
62
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
62
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
63
63
|
* // status: "Available",
|
|
64
64
|
* // },
|
|
65
65
|
* // ],
|
|
@@ -40,7 +40,7 @@ declare const DescribePackageCommand_base: {
|
|
|
40
40
|
* domain: "STRING_VALUE", // required
|
|
41
41
|
* domainOwner: "STRING_VALUE",
|
|
42
42
|
* repository: "STRING_VALUE", // required
|
|
43
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
43
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
44
44
|
* namespace: "STRING_VALUE",
|
|
45
45
|
* package: "STRING_VALUE", // required
|
|
46
46
|
* };
|
|
@@ -48,7 +48,7 @@ declare const DescribePackageCommand_base: {
|
|
|
48
48
|
* const response = await client.send(command);
|
|
49
49
|
* // { // DescribePackageResult
|
|
50
50
|
* // package: { // PackageDescription
|
|
51
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
51
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
52
52
|
* // namespace: "STRING_VALUE",
|
|
53
53
|
* // name: "STRING_VALUE",
|
|
54
54
|
* // originConfiguration: { // PackageOriginConfiguration
|
|
@@ -42,7 +42,7 @@ declare const DescribePackageVersionCommand_base: {
|
|
|
42
42
|
* domain: "STRING_VALUE", // required
|
|
43
43
|
* domainOwner: "STRING_VALUE",
|
|
44
44
|
* repository: "STRING_VALUE", // required
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* package: "STRING_VALUE", // required
|
|
48
48
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -51,7 +51,7 @@ declare const DescribePackageVersionCommand_base: {
|
|
|
51
51
|
* const response = await client.send(command);
|
|
52
52
|
* // { // DescribePackageVersionResult
|
|
53
53
|
* // packageVersion: { // PackageVersionDescription
|
|
54
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
54
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
55
55
|
* // namespace: "STRING_VALUE",
|
|
56
56
|
* // packageName: "STRING_VALUE",
|
|
57
57
|
* // displayName: "STRING_VALUE",
|
|
@@ -60,7 +60,7 @@ declare const DescribeRepositoryCommand_base: {
|
|
|
60
60
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
61
61
|
* // { // RepositoryExternalConnectionInfo
|
|
62
62
|
* // externalConnectionName: "STRING_VALUE",
|
|
63
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
63
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
64
64
|
* // status: "Available",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -60,7 +60,7 @@ declare const DisassociateExternalConnectionCommand_base: {
|
|
|
60
60
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
61
61
|
* // { // RepositoryExternalConnectionInfo
|
|
62
62
|
* // externalConnectionName: "STRING_VALUE",
|
|
63
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
63
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
64
64
|
* // status: "Available",
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
@@ -49,7 +49,7 @@ declare const DisposePackageVersionsCommand_base: {
|
|
|
49
49
|
* domain: "STRING_VALUE", // required
|
|
50
50
|
* domainOwner: "STRING_VALUE",
|
|
51
51
|
* repository: "STRING_VALUE", // required
|
|
52
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
52
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
53
53
|
* namespace: "STRING_VALUE",
|
|
54
54
|
* package: "STRING_VALUE", // required
|
|
55
55
|
* versions: [ // PackageVersionList // required
|
|
@@ -42,7 +42,7 @@ declare const GetAssociatedPackageGroupCommand_base: {
|
|
|
42
42
|
* const input = { // GetAssociatedPackageGroupRequest
|
|
43
43
|
* domain: "STRING_VALUE", // required
|
|
44
44
|
* domainOwner: "STRING_VALUE",
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* package: "STRING_VALUE", // required
|
|
48
48
|
* };
|
|
@@ -43,7 +43,7 @@ declare const GetPackageVersionAssetCommand_base: {
|
|
|
43
43
|
* domain: "STRING_VALUE", // required
|
|
44
44
|
* domainOwner: "STRING_VALUE",
|
|
45
45
|
* repository: "STRING_VALUE", // required
|
|
46
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
46
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
47
47
|
* namespace: "STRING_VALUE",
|
|
48
48
|
* package: "STRING_VALUE", // required
|
|
49
49
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -43,7 +43,7 @@ declare const GetPackageVersionReadmeCommand_base: {
|
|
|
43
43
|
* domain: "STRING_VALUE", // required
|
|
44
44
|
* domainOwner: "STRING_VALUE",
|
|
45
45
|
* repository: "STRING_VALUE", // required
|
|
46
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
46
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
47
47
|
* namespace: "STRING_VALUE",
|
|
48
48
|
* package: "STRING_VALUE", // required
|
|
49
49
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -51,7 +51,7 @@ declare const GetPackageVersionReadmeCommand_base: {
|
|
|
51
51
|
* const command = new GetPackageVersionReadmeCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
53
|
* // { // GetPackageVersionReadmeResult
|
|
54
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
54
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
55
55
|
* // namespace: "STRING_VALUE",
|
|
56
56
|
* // package: "STRING_VALUE",
|
|
57
57
|
* // version: "STRING_VALUE",
|
|
@@ -34,6 +34,11 @@ declare const GetRepositoryEndpointCommand_base: {
|
|
|
34
34
|
* <ul>
|
|
35
35
|
* <li>
|
|
36
36
|
* <p>
|
|
37
|
+
* <code>cargo</code>
|
|
38
|
+
* </p>
|
|
39
|
+
* </li>
|
|
40
|
+
* <li>
|
|
41
|
+
* <p>
|
|
37
42
|
* <code>generic</code>
|
|
38
43
|
* </p>
|
|
39
44
|
* </li>
|
|
@@ -78,7 +83,7 @@ declare const GetRepositoryEndpointCommand_base: {
|
|
|
78
83
|
* domain: "STRING_VALUE", // required
|
|
79
84
|
* domainOwner: "STRING_VALUE",
|
|
80
85
|
* repository: "STRING_VALUE", // required
|
|
81
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
86
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
82
87
|
* };
|
|
83
88
|
* const command = new GetRepositoryEndpointCommand(input);
|
|
84
89
|
* const response = await client.send(command);
|
|
@@ -49,7 +49,7 @@ declare const ListAssociatedPackagesCommand_base: {
|
|
|
49
49
|
* // { // ListAssociatedPackagesResult
|
|
50
50
|
* // packages: [ // AssociatedPackageList
|
|
51
51
|
* // { // AssociatedPackage
|
|
52
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
52
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
53
53
|
* // namespace: "STRING_VALUE",
|
|
54
54
|
* // package: "STRING_VALUE",
|
|
55
55
|
* // associationType: "STRONG" || "WEAK",
|
|
@@ -42,7 +42,7 @@ declare const ListPackageVersionAssetsCommand_base: {
|
|
|
42
42
|
* domain: "STRING_VALUE", // required
|
|
43
43
|
* domainOwner: "STRING_VALUE",
|
|
44
44
|
* repository: "STRING_VALUE", // required
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* package: "STRING_VALUE", // required
|
|
48
48
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -52,7 +52,7 @@ declare const ListPackageVersionAssetsCommand_base: {
|
|
|
52
52
|
* const command = new ListPackageVersionAssetsCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
54
|
* // { // ListPackageVersionAssetsResult
|
|
55
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
55
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
56
56
|
* // namespace: "STRING_VALUE",
|
|
57
57
|
* // package: "STRING_VALUE",
|
|
58
58
|
* // version: "STRING_VALUE",
|
|
@@ -44,7 +44,7 @@ declare const ListPackageVersionDependenciesCommand_base: {
|
|
|
44
44
|
* domain: "STRING_VALUE", // required
|
|
45
45
|
* domainOwner: "STRING_VALUE",
|
|
46
46
|
* repository: "STRING_VALUE", // required
|
|
47
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
47
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
48
48
|
* namespace: "STRING_VALUE",
|
|
49
49
|
* package: "STRING_VALUE", // required
|
|
50
50
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -53,7 +53,7 @@ declare const ListPackageVersionDependenciesCommand_base: {
|
|
|
53
53
|
* const command = new ListPackageVersionDependenciesCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
55
|
* // { // ListPackageVersionDependenciesResult
|
|
56
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
56
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
57
57
|
* // namespace: "STRING_VALUE",
|
|
58
58
|
* // package: "STRING_VALUE",
|
|
59
59
|
* // version: "STRING_VALUE",
|
|
@@ -42,7 +42,7 @@ declare const ListPackageVersionsCommand_base: {
|
|
|
42
42
|
* domain: "STRING_VALUE", // required
|
|
43
43
|
* domainOwner: "STRING_VALUE",
|
|
44
44
|
* repository: "STRING_VALUE", // required
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* package: "STRING_VALUE", // required
|
|
48
48
|
* status: "Published" || "Unfinished" || "Unlisted" || "Archived" || "Disposed" || "Deleted",
|
|
@@ -55,7 +55,7 @@ declare const ListPackageVersionsCommand_base: {
|
|
|
55
55
|
* const response = await client.send(command);
|
|
56
56
|
* // { // ListPackageVersionsResult
|
|
57
57
|
* // defaultDisplayVersion: "STRING_VALUE",
|
|
58
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
58
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
59
59
|
* // namespace: "STRING_VALUE",
|
|
60
60
|
* // package: "STRING_VALUE",
|
|
61
61
|
* // versions: [ // PackageVersionSummaryList
|
|
@@ -42,7 +42,7 @@ declare const ListPackagesCommand_base: {
|
|
|
42
42
|
* domain: "STRING_VALUE", // required
|
|
43
43
|
* domainOwner: "STRING_VALUE",
|
|
44
44
|
* repository: "STRING_VALUE", // required
|
|
45
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
45
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
46
46
|
* namespace: "STRING_VALUE",
|
|
47
47
|
* packagePrefix: "STRING_VALUE",
|
|
48
48
|
* maxResults: Number("int"),
|
|
@@ -55,7 +55,7 @@ declare const ListPackagesCommand_base: {
|
|
|
55
55
|
* // { // ListPackagesResult
|
|
56
56
|
* // packages: [ // PackageSummaryList
|
|
57
57
|
* // { // PackageSummary
|
|
58
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
58
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
59
59
|
* // namespace: "STRING_VALUE",
|
|
60
60
|
* // package: "STRING_VALUE",
|
|
61
61
|
* // originConfiguration: { // PackageOriginConfiguration
|
|
@@ -48,7 +48,7 @@ declare const PublishPackageVersionCommand_base: {
|
|
|
48
48
|
* domain: "STRING_VALUE", // required
|
|
49
49
|
* domainOwner: "STRING_VALUE",
|
|
50
50
|
* repository: "STRING_VALUE", // required
|
|
51
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
51
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
52
52
|
* namespace: "STRING_VALUE",
|
|
53
53
|
* package: "STRING_VALUE", // required
|
|
54
54
|
* packageVersion: "STRING_VALUE", // required
|
|
@@ -60,7 +60,7 @@ declare const PublishPackageVersionCommand_base: {
|
|
|
60
60
|
* const command = new PublishPackageVersionCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
62
|
* // { // PublishPackageVersionResult
|
|
63
|
-
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
63
|
+
* // format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
64
64
|
* // namespace: "STRING_VALUE",
|
|
65
65
|
* // package: "STRING_VALUE",
|
|
66
66
|
* // version: "STRING_VALUE",
|
|
@@ -46,7 +46,7 @@ declare const PutPackageOriginConfigurationCommand_base: {
|
|
|
46
46
|
* domain: "STRING_VALUE", // required
|
|
47
47
|
* domainOwner: "STRING_VALUE",
|
|
48
48
|
* repository: "STRING_VALUE", // required
|
|
49
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
49
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
50
50
|
* namespace: "STRING_VALUE",
|
|
51
51
|
* package: "STRING_VALUE", // required
|
|
52
52
|
* restrictions: { // PackageOriginRestrictions
|
|
@@ -43,7 +43,7 @@ declare const UpdatePackageVersionsStatusCommand_base: {
|
|
|
43
43
|
* domain: "STRING_VALUE", // required
|
|
44
44
|
* domainOwner: "STRING_VALUE",
|
|
45
45
|
* repository: "STRING_VALUE", // required
|
|
46
|
-
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift", // required
|
|
46
|
+
* format: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo", // required
|
|
47
47
|
* namespace: "STRING_VALUE",
|
|
48
48
|
* package: "STRING_VALUE", // required
|
|
49
49
|
* versions: [ // PackageVersionList // required
|
|
@@ -65,7 +65,7 @@ declare const UpdateRepositoryCommand_base: {
|
|
|
65
65
|
* // externalConnections: [ // RepositoryExternalConnectionInfoList
|
|
66
66
|
* // { // RepositoryExternalConnectionInfo
|
|
67
67
|
* // externalConnectionName: "STRING_VALUE",
|
|
68
|
-
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift",
|
|
68
|
+
* // packageFormat: "npm" || "pypi" || "maven" || "nuget" || "generic" || "ruby" || "swift" || "cargo",
|
|
69
69
|
* // status: "Available",
|
|
70
70
|
* // },
|
|
71
71
|
* // ],
|
package/dist-types/index.d.ts
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
* <li>
|
|
42
42
|
* <p>
|
|
43
43
|
* <b>Package</b>: A <i>package</i> is a bundle of software and the metadata required to
|
|
44
|
-
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, and generic package formats.
|
|
44
|
+
* resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, NuGet, Swift, Ruby, Cargo, and generic package formats.
|
|
45
45
|
* For more information about the supported package formats and how to use CodeArtifact with them, see the
|
|
46
46
|
* <a href="https://docs.aws.amazon.com/codeartifact/latest/ug/welcome.html">CodeArtifact User Guide</a>.</p>
|
|
47
47
|
* <p>In CodeArtifact, a package consists of:</p>
|
|
@@ -216,6 +216,11 @@
|
|
|
216
216
|
* <ul>
|
|
217
217
|
* <li>
|
|
218
218
|
* <p>
|
|
219
|
+
* <code>cargo</code>
|
|
220
|
+
* </p>
|
|
221
|
+
* </li>
|
|
222
|
+
* <li>
|
|
223
|
+
* <p>
|
|
219
224
|
* <code>generic</code>
|
|
220
225
|
* </p>
|
|
221
226
|
* </li>
|
|
@@ -99,6 +99,7 @@ export type PackageGroupAssociationType = (typeof PackageGroupAssociationType)[k
|
|
|
99
99
|
* @enum
|
|
100
100
|
*/
|
|
101
101
|
export declare const PackageFormat: {
|
|
102
|
+
readonly CARGO: "cargo";
|
|
102
103
|
readonly GENERIC: "generic";
|
|
103
104
|
readonly MAVEN: "maven";
|
|
104
105
|
readonly NPM: "npm";
|
|
@@ -142,7 +143,7 @@ export interface AssociatedPackage {
|
|
|
142
143
|
* </li>
|
|
143
144
|
* <li>
|
|
144
145
|
* <p>
|
|
145
|
-
* Python, NuGet, and
|
|
146
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
146
147
|
* of those formats do not have a namespace.
|
|
147
148
|
* </p>
|
|
148
149
|
* </li>
|
|
@@ -234,6 +235,14 @@ export interface AssociateExternalConnectionRequest {
|
|
|
234
235
|
* <p>
|
|
235
236
|
* <code>public:maven-clojars</code> - for the Clojars repository. </p>
|
|
236
237
|
* </li>
|
|
238
|
+
* <li>
|
|
239
|
+
* <p>
|
|
240
|
+
* <code>public:ruby-gems-org</code> - for RubyGems.org. </p>
|
|
241
|
+
* </li>
|
|
242
|
+
* <li>
|
|
243
|
+
* <p>
|
|
244
|
+
* <code>public:crates-io</code> - for Crates.io. </p>
|
|
245
|
+
* </li>
|
|
237
246
|
* </ul>
|
|
238
247
|
* @public
|
|
239
248
|
*/
|
|
@@ -633,7 +642,7 @@ export interface CopyPackageVersionsRequest {
|
|
|
633
642
|
* </li>
|
|
634
643
|
* <li>
|
|
635
644
|
* <p>
|
|
636
|
-
* Python, NuGet, and
|
|
645
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
637
646
|
* of those formats do not have a namespace.
|
|
638
647
|
* </p>
|
|
639
648
|
* </li>
|
|
@@ -1433,7 +1442,7 @@ export interface DeletePackageRequest {
|
|
|
1433
1442
|
* </li>
|
|
1434
1443
|
* <li>
|
|
1435
1444
|
* <p>
|
|
1436
|
-
* Python, NuGet, and
|
|
1445
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
1437
1446
|
* of those formats do not have a namespace.
|
|
1438
1447
|
* </p>
|
|
1439
1448
|
* </li>
|
|
@@ -1510,7 +1519,7 @@ export interface PackageSummary {
|
|
|
1510
1519
|
* </li>
|
|
1511
1520
|
* <li>
|
|
1512
1521
|
* <p>
|
|
1513
|
-
* Python, NuGet, and
|
|
1522
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
1514
1523
|
* of those formats do not have a namespace.
|
|
1515
1524
|
* </p>
|
|
1516
1525
|
* </li>
|
|
@@ -1647,7 +1656,7 @@ export interface DeletePackageVersionsRequest {
|
|
|
1647
1656
|
* </li>
|
|
1648
1657
|
* <li>
|
|
1649
1658
|
* <p>
|
|
1650
|
-
* Python, NuGet, and
|
|
1659
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
1651
1660
|
* of those formats do not have a namespace.
|
|
1652
1661
|
* </p>
|
|
1653
1662
|
* </li>
|
|
@@ -1906,7 +1915,7 @@ export interface DescribePackageRequest {
|
|
|
1906
1915
|
* </li>
|
|
1907
1916
|
* <li>
|
|
1908
1917
|
* <p>
|
|
1909
|
-
* Python, NuGet, and
|
|
1918
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
1910
1919
|
* of those formats do not have a namespace.
|
|
1911
1920
|
* </p>
|
|
1912
1921
|
* </li>
|
|
@@ -1949,7 +1958,7 @@ export interface PackageDescription {
|
|
|
1949
1958
|
* </li>
|
|
1950
1959
|
* <li>
|
|
1951
1960
|
* <p>
|
|
1952
|
-
* Python, NuGet, and
|
|
1961
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
1953
1962
|
* of those formats do not have a namespace.
|
|
1954
1963
|
* </p>
|
|
1955
1964
|
* </li>
|
|
@@ -2079,7 +2088,7 @@ export interface DescribePackageVersionRequest {
|
|
|
2079
2088
|
* </li>
|
|
2080
2089
|
* <li>
|
|
2081
2090
|
* <p>
|
|
2082
|
-
* Python, NuGet, and
|
|
2091
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2083
2092
|
* of those formats do not have a namespace.
|
|
2084
2093
|
* </p>
|
|
2085
2094
|
* </li>
|
|
@@ -2208,7 +2217,7 @@ export interface PackageVersionDescription {
|
|
|
2208
2217
|
* </li>
|
|
2209
2218
|
* <li>
|
|
2210
2219
|
* <p>
|
|
2211
|
-
* Python, NuGet, and
|
|
2220
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2212
2221
|
* of those formats do not have a namespace.
|
|
2213
2222
|
* </p>
|
|
2214
2223
|
* </li>
|
|
@@ -2456,7 +2465,7 @@ export interface DisposePackageVersionsRequest {
|
|
|
2456
2465
|
* </li>
|
|
2457
2466
|
* <li>
|
|
2458
2467
|
* <p>
|
|
2459
|
-
* Python, NuGet, and
|
|
2468
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2460
2469
|
* of those formats do not have a namespace.
|
|
2461
2470
|
* </p>
|
|
2462
2471
|
* </li>
|
|
@@ -2604,7 +2613,7 @@ export interface GetAssociatedPackageGroupRequest {
|
|
|
2604
2613
|
* </li>
|
|
2605
2614
|
* <li>
|
|
2606
2615
|
* <p>
|
|
2607
|
-
* Python, NuGet, and
|
|
2616
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2608
2617
|
* of those formats do not have a namespace.
|
|
2609
2618
|
* </p>
|
|
2610
2619
|
* </li>
|
|
@@ -2781,7 +2790,7 @@ export interface GetPackageVersionAssetRequest {
|
|
|
2781
2790
|
* </li>
|
|
2782
2791
|
* <li>
|
|
2783
2792
|
* <p>
|
|
2784
|
-
* Python, NuGet, and
|
|
2793
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2785
2794
|
* of those formats do not have a namespace.
|
|
2786
2795
|
* </p>
|
|
2787
2796
|
* </li>
|
|
@@ -2915,7 +2924,7 @@ export interface GetPackageVersionReadmeRequest {
|
|
|
2915
2924
|
* </li>
|
|
2916
2925
|
* <li>
|
|
2917
2926
|
* <p>
|
|
2918
|
-
* Python, NuGet, and
|
|
2927
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2919
2928
|
* of those formats do not have a namespace.
|
|
2920
2929
|
* </p>
|
|
2921
2930
|
* </li>
|
|
@@ -2968,7 +2977,7 @@ export interface GetPackageVersionReadmeResult {
|
|
|
2968
2977
|
* </li>
|
|
2969
2978
|
* <li>
|
|
2970
2979
|
* <p>
|
|
2971
|
-
* Python, NuGet, and
|
|
2980
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
2972
2981
|
* of those formats do not have a namespace.
|
|
2973
2982
|
* </p>
|
|
2974
2983
|
* </li>
|
|
@@ -3488,7 +3497,7 @@ export interface ListPackagesRequest {
|
|
|
3488
3497
|
* </li>
|
|
3489
3498
|
* <li>
|
|
3490
3499
|
* <p>
|
|
3491
|
-
* Python, NuGet, and
|
|
3500
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
3492
3501
|
* of those formats do not have a namespace.
|
|
3493
3502
|
* </p>
|
|
3494
3503
|
* </li>
|
|
@@ -3618,7 +3627,7 @@ export interface ListPackageVersionAssetsRequest {
|
|
|
3618
3627
|
* </li>
|
|
3619
3628
|
* <li>
|
|
3620
3629
|
* <p>
|
|
3621
|
-
* Python, NuGet, and
|
|
3630
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
3622
3631
|
* of those formats do not have a namespace.
|
|
3623
3632
|
* </p>
|
|
3624
3633
|
* </li>
|
|
@@ -3685,7 +3694,7 @@ export interface ListPackageVersionAssetsResult {
|
|
|
3685
3694
|
* </li>
|
|
3686
3695
|
* <li>
|
|
3687
3696
|
* <p>
|
|
3688
|
-
* Python, NuGet, and
|
|
3697
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
3689
3698
|
* of those formats do not have a namespace.
|
|
3690
3699
|
* </p>
|
|
3691
3700
|
* </li>
|
|
@@ -3771,12 +3780,6 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
3771
3780
|
* <li>
|
|
3772
3781
|
* <p>Maven</p>
|
|
3773
3782
|
* </li>
|
|
3774
|
-
* <li>
|
|
3775
|
-
* <p>Swift</p>
|
|
3776
|
-
* </li>
|
|
3777
|
-
* <li>
|
|
3778
|
-
* <p>generic</p>
|
|
3779
|
-
* </li>
|
|
3780
3783
|
* </ul>
|
|
3781
3784
|
* </note>
|
|
3782
3785
|
* <ul>
|
|
@@ -3787,15 +3790,12 @@ export interface ListPackageVersionDependenciesRequest {
|
|
|
3787
3790
|
* </li>
|
|
3788
3791
|
* <li>
|
|
3789
3792
|
* <p>
|
|
3790
|
-
* The namespace of an npm
|
|
3793
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
3791
3794
|
* </p>
|
|
3792
3795
|
* </li>
|
|
3793
3796
|
* <li>
|
|
3794
|
-
* <p>The namespace of a generic package is its <code>namespace</code>.</p>
|
|
3795
|
-
* </li>
|
|
3796
|
-
* <li>
|
|
3797
3797
|
* <p>
|
|
3798
|
-
* Python
|
|
3798
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
3799
3799
|
* of those formats do not have a namespace.
|
|
3800
3800
|
* </p>
|
|
3801
3801
|
* </li>
|
|
@@ -3851,7 +3851,7 @@ export interface PackageDependency {
|
|
|
3851
3851
|
* </li>
|
|
3852
3852
|
* <li>
|
|
3853
3853
|
* <p>
|
|
3854
|
-
* Python, NuGet, and
|
|
3854
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
3855
3855
|
* of those formats do not have a namespace.
|
|
3856
3856
|
* </p>
|
|
3857
3857
|
* </li>
|
|
@@ -3914,6 +3914,14 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
3914
3914
|
/**
|
|
3915
3915
|
* <p>The namespace of the package version that contains the returned dependencies. The package component that specifies its
|
|
3916
3916
|
* namespace depends on its type. For example:</p>
|
|
3917
|
+
* <note>
|
|
3918
|
+
* <p>The namespace is required when listing dependencies from package versions of the following formats:</p>
|
|
3919
|
+
* <ul>
|
|
3920
|
+
* <li>
|
|
3921
|
+
* <p>Maven</p>
|
|
3922
|
+
* </li>
|
|
3923
|
+
* </ul>
|
|
3924
|
+
* </note>
|
|
3917
3925
|
* <ul>
|
|
3918
3926
|
* <li>
|
|
3919
3927
|
* <p>
|
|
@@ -3922,15 +3930,12 @@ export interface ListPackageVersionDependenciesResult {
|
|
|
3922
3930
|
* </li>
|
|
3923
3931
|
* <li>
|
|
3924
3932
|
* <p>
|
|
3925
|
-
* The namespace of an npm
|
|
3933
|
+
* The namespace of an npm package version is its <code>scope</code>.
|
|
3926
3934
|
* </p>
|
|
3927
3935
|
* </li>
|
|
3928
3936
|
* <li>
|
|
3929
|
-
* <p>The namespace of a generic package is its <code>namespace</code>.</p>
|
|
3930
|
-
* </li>
|
|
3931
|
-
* <li>
|
|
3932
3937
|
* <p>
|
|
3933
|
-
* Python
|
|
3938
|
+
* Python and NuGet package versions do not contain a corresponding component, package versions
|
|
3934
3939
|
* of those formats do not have a namespace.
|
|
3935
3940
|
* </p>
|
|
3936
3941
|
* </li>
|
|
@@ -4051,7 +4056,7 @@ export interface ListPackageVersionsRequest {
|
|
|
4051
4056
|
* </li>
|
|
4052
4057
|
* <li>
|
|
4053
4058
|
* <p>
|
|
4054
|
-
* Python, NuGet, and
|
|
4059
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
4055
4060
|
* of those formats do not have a namespace.
|
|
4056
4061
|
* </p>
|
|
4057
4062
|
* </li>
|
|
@@ -4188,7 +4193,7 @@ export interface ListPackageVersionsResult {
|
|
|
4188
4193
|
* </li>
|
|
4189
4194
|
* <li>
|
|
4190
4195
|
* <p>
|
|
4191
|
-
* Python, NuGet, and
|
|
4196
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
4192
4197
|
* of those formats do not have a namespace.
|
|
4193
4198
|
* </p>
|
|
4194
4199
|
* </li>
|
|
@@ -4669,7 +4674,7 @@ export interface PutPackageOriginConfigurationRequest {
|
|
|
4669
4674
|
* </li>
|
|
4670
4675
|
* <li>
|
|
4671
4676
|
* <p>
|
|
4672
|
-
* Python, NuGet, and
|
|
4677
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
4673
4678
|
* of those formats do not have a namespace.
|
|
4674
4679
|
* </p>
|
|
4675
4680
|
* </li>
|
|
@@ -4993,7 +4998,7 @@ export interface UpdatePackageVersionsStatusRequest {
|
|
|
4993
4998
|
* </li>
|
|
4994
4999
|
* <li>
|
|
4995
5000
|
* <p>
|
|
4996
|
-
* Python, NuGet, and
|
|
5001
|
+
* Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions
|
|
4997
5002
|
* of those formats do not have a namespace.
|
|
4998
5003
|
* </p>
|
|
4999
5004
|
* </li>
|
|
@@ -37,6 +37,7 @@ export declare const PackageGroupAssociationType: {
|
|
|
37
37
|
export type PackageGroupAssociationType =
|
|
38
38
|
(typeof PackageGroupAssociationType)[keyof typeof PackageGroupAssociationType];
|
|
39
39
|
export declare const PackageFormat: {
|
|
40
|
+
readonly CARGO: "cargo";
|
|
40
41
|
readonly GENERIC: "generic";
|
|
41
42
|
readonly MAVEN: "maven";
|
|
42
43
|
readonly NPM: "npm";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeartifact",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.606.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codeartifact",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.606.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.606.0",
|
|
25
25
|
"@aws-sdk/core": "3.598.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.600.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.598.0",
|