@aws-sdk/client-codeartifact 3.533.0 → 3.539.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.
Files changed (140) hide show
  1. package/README.md +149 -6
  2. package/dist-cjs/index.js +609 -2
  3. package/dist-es/Codeartifact.js +20 -0
  4. package/dist-es/commands/CreatePackageGroupCommand.js +24 -0
  5. package/dist-es/commands/DeletePackageGroupCommand.js +24 -0
  6. package/dist-es/commands/DescribePackageGroupCommand.js +24 -0
  7. package/dist-es/commands/GetAssociatedPackageGroupCommand.js +24 -0
  8. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -1
  9. package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +24 -0
  10. package/dist-es/commands/ListAssociatedPackagesCommand.js +24 -0
  11. package/dist-es/commands/ListPackageGroupsCommand.js +24 -0
  12. package/dist-es/commands/ListSubPackageGroupsCommand.js +24 -0
  13. package/dist-es/commands/UpdatePackageGroupCommand.js +24 -0
  14. package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +24 -0
  15. package/dist-es/commands/index.js +10 -0
  16. package/dist-es/models/models_0.js +22 -0
  17. package/dist-es/pagination/ListAllowedRepositoriesForGroupPaginator.js +4 -0
  18. package/dist-es/pagination/ListAssociatedPackagesPaginator.js +4 -0
  19. package/dist-es/pagination/ListPackageGroupsPaginator.js +4 -0
  20. package/dist-es/pagination/ListSubPackageGroupsPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +4 -0
  22. package/dist-es/protocols/Aws_restJson1.js +347 -0
  23. package/dist-types/Codeartifact.d.ts +142 -7
  24. package/dist-types/CodeartifactClient.d.ts +82 -9
  25. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +2 -1
  26. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  28. package/dist-types/commands/CreatePackageGroupCommand.d.ts +129 -0
  29. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -1
  32. package/dist-types/commands/DeletePackageCommand.d.ts +3 -2
  33. package/dist-types/commands/DeletePackageGroupCommand.d.ts +123 -0
  34. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribePackageCommand.d.ts +2 -1
  39. package/dist-types/commands/DescribePackageGroupCommand.d.ts +110 -0
  40. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeRepositoryCommand.d.ts +2 -1
  42. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +2 -1
  43. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +2 -1
  44. package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +112 -0
  45. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
  46. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -1
  47. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +2 -1
  48. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -1
  49. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +12 -1
  50. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -1
  51. package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +97 -0
  52. package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +92 -0
  53. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListPackageGroupsCommand.d.ts +114 -0
  55. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -1
  57. package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListPackagesCommand.d.ts +2 -1
  59. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -1
  60. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +2 -1
  61. package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +117 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  63. package/dist-types/commands/PublishPackageVersionCommand.d.ts +5 -4
  64. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +2 -1
  66. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdatePackageGroupCommand.d.ts +117 -0
  70. package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +141 -0
  71. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -1
  72. package/dist-types/commands/UpdateRepositoryCommand.d.ts +2 -1
  73. package/dist-types/commands/index.d.ts +10 -0
  74. package/dist-types/index.d.ts +69 -6
  75. package/dist-types/models/models_0.d.ts +1658 -559
  76. package/dist-types/pagination/ListAllowedRepositoriesForGroupPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListAssociatedPackagesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListPackageGroupsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListSubPackageGroupsPaginator.d.ts +7 -0
  80. package/dist-types/pagination/index.d.ts +4 -0
  81. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  82. package/dist-types/ts3.4/Codeartifact.d.ts +178 -0
  83. package/dist-types/ts3.4/CodeartifactClient.d.ts +60 -0
  84. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +39 -0
  88. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +39 -0
  93. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +39 -0
  99. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +39 -0
  104. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +39 -0
  111. package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +39 -0
  112. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +39 -0
  114. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +39 -0
  121. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  133. package/dist-types/ts3.4/models/models_0.d.ts +196 -6
  134. package/dist-types/ts3.4/pagination/ListAllowedRepositoriesForGroupPaginator.d.ts +11 -0
  135. package/dist-types/ts3.4/pagination/ListAssociatedPackagesPaginator.d.ts +11 -0
  136. package/dist-types/ts3.4/pagination/ListPackageGroupsPaginator.d.ts +11 -0
  137. package/dist-types/ts3.4/pagination/ListSubPackageGroupsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  139. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  140. package/package.json +41 -41
@@ -25,6 +25,15 @@ declare const GetPackageVersionReadmeCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetPackageVersionReadmeCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetPackageVersionReadmeCommandInput,
32
+ GetPackageVersionReadmeCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRepositoryEndpointCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetRepositoryEndpointCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRepositoryEndpointCommandInput,
32
+ GetRepositoryEndpointCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {}
@@ -25,6 +25,15 @@ declare const GetRepositoryPermissionsPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetRepositoryPermissionsPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetRepositoryPermissionsPolicyCommandInput,
32
+ GetRepositoryPermissionsPolicyCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ ListAllowedRepositoriesForGroupRequest,
10
+ ListAllowedRepositoriesForGroupResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListAllowedRepositoriesForGroupCommandInput
14
+ extends ListAllowedRepositoriesForGroupRequest {}
15
+ export interface ListAllowedRepositoriesForGroupCommandOutput
16
+ extends ListAllowedRepositoriesForGroupResult,
17
+ __MetadataBearer {}
18
+ declare const ListAllowedRepositoriesForGroupCommand_base: {
19
+ new (
20
+ input: ListAllowedRepositoriesForGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAllowedRepositoriesForGroupCommandInput,
23
+ ListAllowedRepositoriesForGroupCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListAllowedRepositoriesForGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAllowedRepositoriesForGroupCommandInput,
32
+ ListAllowedRepositoriesForGroupCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListAllowedRepositoriesForGroupCommand extends ListAllowedRepositoriesForGroupCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ ListAssociatedPackagesRequest,
10
+ ListAssociatedPackagesResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListAssociatedPackagesCommandInput
14
+ extends ListAssociatedPackagesRequest {}
15
+ export interface ListAssociatedPackagesCommandOutput
16
+ extends ListAssociatedPackagesResult,
17
+ __MetadataBearer {}
18
+ declare const ListAssociatedPackagesCommand_base: {
19
+ new (
20
+ input: ListAssociatedPackagesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAssociatedPackagesCommandInput,
23
+ ListAssociatedPackagesCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListAssociatedPackagesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAssociatedPackagesCommandInput,
32
+ ListAssociatedPackagesCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListAssociatedPackagesCommand extends ListAssociatedPackagesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListDomainsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListDomainsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListDomainsCommandInput,
28
+ ListDomainsCommandOutput,
29
+ CodeartifactClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListDomainsCommand extends ListDomainsCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ ListPackageGroupsRequest,
10
+ ListPackageGroupsResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListPackageGroupsCommandInput
14
+ extends ListPackageGroupsRequest {}
15
+ export interface ListPackageGroupsCommandOutput
16
+ extends ListPackageGroupsResult,
17
+ __MetadataBearer {}
18
+ declare const ListPackageGroupsCommand_base: {
19
+ new (
20
+ input: ListPackageGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListPackageGroupsCommandInput,
23
+ ListPackageGroupsCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListPackageGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPackageGroupsCommandInput,
32
+ ListPackageGroupsCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListPackageGroupsCommand extends ListPackageGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPackageVersionAssetsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPackageVersionAssetsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPackageVersionAssetsCommandInput,
32
+ ListPackageVersionAssetsCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPackageVersionAssetsCommand extends ListPackageVersionAssetsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPackageVersionDependenciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPackageVersionDependenciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPackageVersionDependenciesCommandInput,
32
+ ListPackageVersionDependenciesCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPackageVersionDependenciesCommand extends ListPackageVersionDependenciesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPackageVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPackageVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPackageVersionsCommandInput,
32
+ ListPackageVersionsCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPackageVersionsCommand extends ListPackageVersionsCommand_base {}
@@ -21,6 +21,15 @@ declare const ListPackagesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListPackagesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListPackagesCommandInput,
28
+ ListPackagesCommandOutput,
29
+ CodeartifactClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListPackagesCommand extends ListPackagesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListRepositoriesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListRepositoriesCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListRepositoriesCommandInput,
31
+ ListRepositoriesCommandOutput,
32
+ CodeartifactClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListRepositoriesInDomainCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListRepositoriesInDomainCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListRepositoriesInDomainCommandInput,
32
+ ListRepositoriesInDomainCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListRepositoriesInDomainCommand extends ListRepositoriesInDomainCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ ListSubPackageGroupsRequest,
10
+ ListSubPackageGroupsResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface ListSubPackageGroupsCommandInput
14
+ extends ListSubPackageGroupsRequest {}
15
+ export interface ListSubPackageGroupsCommandOutput
16
+ extends ListSubPackageGroupsResult,
17
+ __MetadataBearer {}
18
+ declare const ListSubPackageGroupsCommand_base: {
19
+ new (
20
+ input: ListSubPackageGroupsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListSubPackageGroupsCommandInput,
23
+ ListSubPackageGroupsCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: ListSubPackageGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListSubPackageGroupsCommandInput,
32
+ ListSubPackageGroupsCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class ListSubPackageGroupsCommand extends ListSubPackageGroupsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -33,6 +33,15 @@ declare const PublishPackageVersionCommand_base: {
33
33
  ServiceInputTypes,
34
34
  ServiceOutputTypes
35
35
  >;
36
+ new (
37
+ __0_0: PublishPackageVersionCommandInput
38
+ ): import("@smithy/smithy-client").CommandImpl<
39
+ PublishPackageVersionCommandInput,
40
+ PublishPackageVersionCommandOutput,
41
+ CodeartifactClientResolvedConfig,
42
+ ServiceInputTypes,
43
+ ServiceOutputTypes
44
+ >;
36
45
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
46
  };
38
47
  export declare class PublishPackageVersionCommand extends PublishPackageVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const PutDomainPermissionsPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutDomainPermissionsPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutDomainPermissionsPolicyCommandInput,
32
+ PutDomainPermissionsPolicyCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutDomainPermissionsPolicyCommand extends PutDomainPermissionsPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PutPackageOriginConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutPackageOriginConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutPackageOriginConfigurationCommandInput,
32
+ PutPackageOriginConfigurationCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutPackageOriginConfigurationCommand extends PutPackageOriginConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutRepositoryPermissionsPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutRepositoryPermissionsPolicyCommandInput,
32
+ PutRepositoryPermissionsPolicyCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutRepositoryPermissionsPolicyCommand extends PutRepositoryPermissionsPolicyCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ CodeartifactClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UntagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UntagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UntagResourceCommandInput,
28
+ UntagResourceCommandOutput,
29
+ CodeartifactClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ UpdatePackageGroupRequest,
10
+ UpdatePackageGroupResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdatePackageGroupCommandInput
14
+ extends UpdatePackageGroupRequest {}
15
+ export interface UpdatePackageGroupCommandOutput
16
+ extends UpdatePackageGroupResult,
17
+ __MetadataBearer {}
18
+ declare const UpdatePackageGroupCommand_base: {
19
+ new (
20
+ input: UpdatePackageGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdatePackageGroupCommandInput,
23
+ UpdatePackageGroupCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdatePackageGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePackageGroupCommandInput,
32
+ UpdatePackageGroupCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdatePackageGroupCommand extends UpdatePackageGroupCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CodeartifactClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../CodeartifactClient";
8
+ import {
9
+ UpdatePackageGroupOriginConfigurationRequest,
10
+ UpdatePackageGroupOriginConfigurationResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdatePackageGroupOriginConfigurationCommandInput
14
+ extends UpdatePackageGroupOriginConfigurationRequest {}
15
+ export interface UpdatePackageGroupOriginConfigurationCommandOutput
16
+ extends UpdatePackageGroupOriginConfigurationResult,
17
+ __MetadataBearer {}
18
+ declare const UpdatePackageGroupOriginConfigurationCommand_base: {
19
+ new (
20
+ input: UpdatePackageGroupOriginConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdatePackageGroupOriginConfigurationCommandInput,
23
+ UpdatePackageGroupOriginConfigurationCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdatePackageGroupOriginConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePackageGroupOriginConfigurationCommandInput,
32
+ UpdatePackageGroupOriginConfigurationCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdatePackageGroupOriginConfigurationCommand extends UpdatePackageGroupOriginConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdatePackageVersionsStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdatePackageVersionsStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdatePackageVersionsStatusCommandInput,
32
+ UpdatePackageVersionsStatusCommandOutput,
33
+ CodeartifactClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdatePackageVersionsStatusCommand extends UpdatePackageVersionsStatusCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateRepositoryCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateRepositoryCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateRepositoryCommandInput,
31
+ UpdateRepositoryCommandOutput,
32
+ CodeartifactClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateRepositoryCommand extends UpdateRepositoryCommand_base {}
@@ -1,32 +1,40 @@
1
1
  export * from "./AssociateExternalConnectionCommand";
2
2
  export * from "./CopyPackageVersionsCommand";
3
3
  export * from "./CreateDomainCommand";
4
+ export * from "./CreatePackageGroupCommand";
4
5
  export * from "./CreateRepositoryCommand";
5
6
  export * from "./DeleteDomainCommand";
6
7
  export * from "./DeleteDomainPermissionsPolicyCommand";
7
8
  export * from "./DeletePackageCommand";
9
+ export * from "./DeletePackageGroupCommand";
8
10
  export * from "./DeletePackageVersionsCommand";
9
11
  export * from "./DeleteRepositoryCommand";
10
12
  export * from "./DeleteRepositoryPermissionsPolicyCommand";
11
13
  export * from "./DescribeDomainCommand";
12
14
  export * from "./DescribePackageCommand";
15
+ export * from "./DescribePackageGroupCommand";
13
16
  export * from "./DescribePackageVersionCommand";
14
17
  export * from "./DescribeRepositoryCommand";
15
18
  export * from "./DisassociateExternalConnectionCommand";
16
19
  export * from "./DisposePackageVersionsCommand";
20
+ export * from "./GetAssociatedPackageGroupCommand";
17
21
  export * from "./GetAuthorizationTokenCommand";
18
22
  export * from "./GetDomainPermissionsPolicyCommand";
19
23
  export * from "./GetPackageVersionAssetCommand";
20
24
  export * from "./GetPackageVersionReadmeCommand";
21
25
  export * from "./GetRepositoryEndpointCommand";
22
26
  export * from "./GetRepositoryPermissionsPolicyCommand";
27
+ export * from "./ListAllowedRepositoriesForGroupCommand";
28
+ export * from "./ListAssociatedPackagesCommand";
23
29
  export * from "./ListDomainsCommand";
30
+ export * from "./ListPackageGroupsCommand";
24
31
  export * from "./ListPackageVersionAssetsCommand";
25
32
  export * from "./ListPackageVersionDependenciesCommand";
26
33
  export * from "./ListPackageVersionsCommand";
27
34
  export * from "./ListPackagesCommand";
28
35
  export * from "./ListRepositoriesCommand";
29
36
  export * from "./ListRepositoriesInDomainCommand";
37
+ export * from "./ListSubPackageGroupsCommand";
30
38
  export * from "./ListTagsForResourceCommand";
31
39
  export * from "./PublishPackageVersionCommand";
32
40
  export * from "./PutDomainPermissionsPolicyCommand";
@@ -34,5 +42,7 @@ export * from "./PutPackageOriginConfigurationCommand";
34
42
  export * from "./PutRepositoryPermissionsPolicyCommand";
35
43
  export * from "./TagResourceCommand";
36
44
  export * from "./UntagResourceCommand";
45
+ export * from "./UpdatePackageGroupCommand";
46
+ export * from "./UpdatePackageGroupOriginConfigurationCommand";
37
47
  export * from "./UpdatePackageVersionsStatusCommand";
38
48
  export * from "./UpdateRepositoryCommand";