@aws-sdk/client-codeartifact 3.477.0 → 3.481.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 (181) hide show
  1. package/dist-cjs/commands/AssociateExternalConnectionCommand.js +18 -41
  2. package/dist-cjs/commands/CopyPackageVersionsCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDomainCommand.js +18 -41
  4. package/dist-cjs/commands/CreateRepositoryCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DeletePackageCommand.js +18 -41
  8. package/dist-cjs/commands/DeletePackageVersionsCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRepositoryCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
  12. package/dist-cjs/commands/DescribePackageCommand.js +18 -41
  13. package/dist-cjs/commands/DescribePackageVersionCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeRepositoryCommand.js +18 -41
  15. package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +18 -41
  16. package/dist-cjs/commands/DisposePackageVersionsCommand.js +18 -41
  17. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +18 -41
  18. package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +18 -41
  19. package/dist-cjs/commands/GetPackageVersionAssetCommand.js +18 -41
  20. package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +18 -41
  21. package/dist-cjs/commands/GetRepositoryEndpointCommand.js +18 -41
  22. package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/ListDomainsCommand.js +18 -41
  24. package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +18 -41
  25. package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +18 -41
  26. package/dist-cjs/commands/ListPackageVersionsCommand.js +18 -41
  27. package/dist-cjs/commands/ListPackagesCommand.js +18 -41
  28. package/dist-cjs/commands/ListRepositoriesCommand.js +18 -41
  29. package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/PublishPackageVersionCommand.js +18 -41
  32. package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +18 -41
  33. package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +18 -41
  34. package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +18 -41
  35. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  36. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  37. package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateRepositoryCommand.js +18 -41
  39. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  40. package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListPackageVersionAssetsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListPackageVersionsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListPackagesPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListRepositoriesInDomainPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListRepositoriesPaginator.js +2 -24
  46. package/dist-es/commands/AssociateExternalConnectionCommand.js +18 -41
  47. package/dist-es/commands/CopyPackageVersionsCommand.js +18 -41
  48. package/dist-es/commands/CreateDomainCommand.js +18 -41
  49. package/dist-es/commands/CreateRepositoryCommand.js +18 -41
  50. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  51. package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +18 -41
  52. package/dist-es/commands/DeletePackageCommand.js +18 -41
  53. package/dist-es/commands/DeletePackageVersionsCommand.js +18 -41
  54. package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
  55. package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +18 -41
  56. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  57. package/dist-es/commands/DescribePackageCommand.js +18 -41
  58. package/dist-es/commands/DescribePackageVersionCommand.js +18 -41
  59. package/dist-es/commands/DescribeRepositoryCommand.js +18 -41
  60. package/dist-es/commands/DisassociateExternalConnectionCommand.js +18 -41
  61. package/dist-es/commands/DisposePackageVersionsCommand.js +18 -41
  62. package/dist-es/commands/GetAuthorizationTokenCommand.js +18 -41
  63. package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +18 -41
  64. package/dist-es/commands/GetPackageVersionAssetCommand.js +18 -41
  65. package/dist-es/commands/GetPackageVersionReadmeCommand.js +18 -41
  66. package/dist-es/commands/GetRepositoryEndpointCommand.js +18 -41
  67. package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +18 -41
  68. package/dist-es/commands/ListDomainsCommand.js +18 -41
  69. package/dist-es/commands/ListPackageVersionAssetsCommand.js +18 -41
  70. package/dist-es/commands/ListPackageVersionDependenciesCommand.js +18 -41
  71. package/dist-es/commands/ListPackageVersionsCommand.js +18 -41
  72. package/dist-es/commands/ListPackagesCommand.js +18 -41
  73. package/dist-es/commands/ListRepositoriesCommand.js +18 -41
  74. package/dist-es/commands/ListRepositoriesInDomainCommand.js +18 -41
  75. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  76. package/dist-es/commands/PublishPackageVersionCommand.js +18 -41
  77. package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +18 -41
  78. package/dist-es/commands/PutPackageOriginConfigurationCommand.js +18 -41
  79. package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +18 -41
  80. package/dist-es/commands/TagResourceCommand.js +18 -41
  81. package/dist-es/commands/UntagResourceCommand.js +18 -41
  82. package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +18 -41
  83. package/dist-es/commands/UpdateRepositoryCommand.js +18 -41
  84. package/dist-es/endpoint/EndpointParameters.js +6 -0
  85. package/dist-es/pagination/ListDomainsPaginator.js +2 -23
  86. package/dist-es/pagination/ListPackageVersionAssetsPaginator.js +2 -23
  87. package/dist-es/pagination/ListPackageVersionsPaginator.js +2 -23
  88. package/dist-es/pagination/ListPackagesPaginator.js +2 -23
  89. package/dist-es/pagination/ListRepositoriesInDomainPaginator.js +2 -23
  90. package/dist-es/pagination/ListRepositoriesPaginator.js +2 -23
  91. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +6 -21
  92. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +6 -21
  93. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  94. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -21
  95. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  96. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +6 -21
  97. package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
  98. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +6 -21
  99. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
  100. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +6 -21
  101. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  102. package/dist-types/commands/DescribePackageCommand.d.ts +6 -21
  103. package/dist-types/commands/DescribePackageVersionCommand.d.ts +6 -21
  104. package/dist-types/commands/DescribeRepositoryCommand.d.ts +6 -21
  105. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +6 -21
  106. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +6 -21
  107. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -21
  108. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +6 -21
  109. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +6 -21
  110. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +6 -21
  111. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +6 -21
  112. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +6 -21
  113. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  114. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +6 -21
  115. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +6 -21
  116. package/dist-types/commands/ListPackageVersionsCommand.d.ts +6 -21
  117. package/dist-types/commands/ListPackagesCommand.d.ts +6 -21
  118. package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -21
  119. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +6 -21
  120. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  121. package/dist-types/commands/PublishPackageVersionCommand.d.ts +6 -21
  122. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +6 -21
  123. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +6 -21
  124. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +6 -21
  125. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  126. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  127. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +6 -21
  128. package/dist-types/commands/UpdateRepositoryCommand.d.ts +6 -21
  129. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  130. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListPackageVersionAssetsPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListPackageVersionsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListPackagesPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListRepositoriesInDomainPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +12 -24
  154. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +11 -21
  155. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +11 -21
  167. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  175. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
  176. package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +3 -3
  177. package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +3 -3
  178. package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +3 -3
  179. package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +3 -3
  180. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +3 -3
  181. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetAuthorizationTokenCommandInput
21
15
  export interface GetAuthorizationTokenCommandOutput
22
16
  extends GetAuthorizationTokenResult,
23
17
  __MetadataBearer {}
24
- export declare class GetAuthorizationTokenCommand extends $Command<
25
- GetAuthorizationTokenCommandInput,
26
- GetAuthorizationTokenCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: GetAuthorizationTokenCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAuthorizationTokenCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAuthorizationTokenCommand_base: {
19
+ new (
20
+ input: GetAuthorizationTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAuthorizationTokenCommandInput,
38
- GetAuthorizationTokenCommandOutput
23
+ GetAuthorizationTokenCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetDomainPermissionsPolicyCommandInput
21
15
  export interface GetDomainPermissionsPolicyCommandOutput
22
16
  extends GetDomainPermissionsPolicyResult,
23
17
  __MetadataBearer {}
24
- export declare class GetDomainPermissionsPolicyCommand extends $Command<
25
- GetDomainPermissionsPolicyCommandInput,
26
- GetDomainPermissionsPolicyCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: GetDomainPermissionsPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDomainPermissionsPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDomainPermissionsPolicyCommand_base: {
19
+ new (
20
+ input: GetDomainPermissionsPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDomainPermissionsPolicyCommandInput,
38
- GetDomainPermissionsPolicyCommandOutput
23
+ GetDomainPermissionsPolicyCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {}
@@ -1,10 +1,6 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
2
  import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
3
  MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
4
  StreamingBlobPayloadOutputTypes,
9
5
  } from "@smithy/types";
10
6
  import {
@@ -27,22 +23,16 @@ export interface GetPackageVersionAssetCommandOutput
27
23
  __MetadataBearer {
28
24
  asset?: StreamingBlobPayloadOutputTypes;
29
25
  }
30
- export declare class GetPackageVersionAssetCommand extends $Command<
31
- GetPackageVersionAssetCommandInput,
32
- GetPackageVersionAssetCommandOutput,
33
- CodeartifactClientResolvedConfig
34
- > {
35
- readonly input: GetPackageVersionAssetCommandInput;
36
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
- constructor(input: GetPackageVersionAssetCommandInput);
38
- resolveMiddleware(
39
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
40
- configuration: CodeartifactClientResolvedConfig,
41
- options?: __HttpHandlerOptions
42
- ): Handler<
26
+ declare const GetPackageVersionAssetCommand_base: {
27
+ new (
28
+ input: GetPackageVersionAssetCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
43
30
  GetPackageVersionAssetCommandInput,
44
- GetPackageVersionAssetCommandOutput
31
+ GetPackageVersionAssetCommandOutput,
32
+ CodeartifactClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
45
35
  >;
46
- private serialize;
47
- private deserialize;
48
- }
36
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ };
38
+ export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetPackageVersionReadmeCommandInput
21
15
  export interface GetPackageVersionReadmeCommandOutput
22
16
  extends GetPackageVersionReadmeResult,
23
17
  __MetadataBearer {}
24
- export declare class GetPackageVersionReadmeCommand extends $Command<
25
- GetPackageVersionReadmeCommandInput,
26
- GetPackageVersionReadmeCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: GetPackageVersionReadmeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPackageVersionReadmeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetPackageVersionReadmeCommand_base: {
19
+ new (
20
+ input: GetPackageVersionReadmeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetPackageVersionReadmeCommandInput,
38
- GetPackageVersionReadmeCommandOutput
23
+ GetPackageVersionReadmeCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetRepositoryEndpointCommandInput
21
15
  export interface GetRepositoryEndpointCommandOutput
22
16
  extends GetRepositoryEndpointResult,
23
17
  __MetadataBearer {}
24
- export declare class GetRepositoryEndpointCommand extends $Command<
25
- GetRepositoryEndpointCommandInput,
26
- GetRepositoryEndpointCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: GetRepositoryEndpointCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRepositoryEndpointCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRepositoryEndpointCommand_base: {
19
+ new (
20
+ input: GetRepositoryEndpointCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRepositoryEndpointCommandInput,
38
- GetRepositoryEndpointCommandOutput
23
+ GetRepositoryEndpointCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetRepositoryPermissionsPolicyCommandInput
21
15
  export interface GetRepositoryPermissionsPolicyCommandOutput
22
16
  extends GetRepositoryPermissionsPolicyResult,
23
17
  __MetadataBearer {}
24
- export declare class GetRepositoryPermissionsPolicyCommand extends $Command<
25
- GetRepositoryPermissionsPolicyCommandInput,
26
- GetRepositoryPermissionsPolicyCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: GetRepositoryPermissionsPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRepositoryPermissionsPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRepositoryPermissionsPolicyCommand_base: {
19
+ new (
20
+ input: GetRepositoryPermissionsPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRepositoryPermissionsPolicyCommandInput,
38
- GetRepositoryPermissionsPolicyCommandOutput
23
+ GetRepositoryPermissionsPolicyCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {}
17
11
  export interface ListDomainsCommandOutput
18
12
  extends ListDomainsResult,
19
13
  __MetadataBearer {}
20
- export declare class ListDomainsCommand extends $Command<
21
- ListDomainsCommandInput,
22
- ListDomainsCommandOutput,
23
- CodeartifactClientResolvedConfig
24
- > {
25
- readonly input: ListDomainsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDomainsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeartifactClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDomainsCommand_base: {
15
+ new (
16
+ input: ListDomainsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDomainsCommandInput,
19
+ ListDomainsCommandOutput,
20
+ CodeartifactClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDomainsCommand extends ListDomainsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListPackageVersionAssetsCommandInput
21
15
  export interface ListPackageVersionAssetsCommandOutput
22
16
  extends ListPackageVersionAssetsResult,
23
17
  __MetadataBearer {}
24
- export declare class ListPackageVersionAssetsCommand extends $Command<
25
- ListPackageVersionAssetsCommandInput,
26
- ListPackageVersionAssetsCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: ListPackageVersionAssetsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPackageVersionAssetsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPackageVersionAssetsCommand_base: {
19
+ new (
20
+ input: ListPackageVersionAssetsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPackageVersionAssetsCommandInput,
38
- ListPackageVersionAssetsCommandOutput
23
+ ListPackageVersionAssetsCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPackageVersionAssetsCommand extends ListPackageVersionAssetsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListPackageVersionDependenciesCommandInput
21
15
  export interface ListPackageVersionDependenciesCommandOutput
22
16
  extends ListPackageVersionDependenciesResult,
23
17
  __MetadataBearer {}
24
- export declare class ListPackageVersionDependenciesCommand extends $Command<
25
- ListPackageVersionDependenciesCommandInput,
26
- ListPackageVersionDependenciesCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: ListPackageVersionDependenciesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPackageVersionDependenciesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListPackageVersionDependenciesCommand_base: {
19
+ new (
20
+ input: ListPackageVersionDependenciesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListPackageVersionDependenciesCommandInput,
38
- ListPackageVersionDependenciesCommandOutput
23
+ ListPackageVersionDependenciesCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPackageVersionDependenciesCommand extends ListPackageVersionDependenciesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListPackageVersionsCommandInput
21
15
  export interface ListPackageVersionsCommandOutput
22
16
  extends ListPackageVersionsResult,
23
17
  __MetadataBearer {}
24
- export declare class ListPackageVersionsCommand extends $Command<
25
- ListPackageVersionsCommandInput,
26
- ListPackageVersionsCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: ListPackageVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListPackageVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListPackageVersionsCommand_base: {
19
+ new (
20
+ input: ListPackageVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListPackageVersionsCommandInput,
23
+ ListPackageVersionsCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListPackageVersionsCommand extends ListPackageVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListPackagesCommandInput extends ListPackagesRequest {}
17
11
  export interface ListPackagesCommandOutput
18
12
  extends ListPackagesResult,
19
13
  __MetadataBearer {}
20
- export declare class ListPackagesCommand extends $Command<
21
- ListPackagesCommandInput,
22
- ListPackagesCommandOutput,
23
- CodeartifactClientResolvedConfig
24
- > {
25
- readonly input: ListPackagesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListPackagesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodeartifactClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListPackagesCommandInput, ListPackagesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListPackagesCommand_base: {
15
+ new (
16
+ input: ListPackagesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListPackagesCommandInput,
19
+ ListPackagesCommandOutput,
20
+ CodeartifactClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListPackagesCommand extends ListPackagesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListRepositoriesCommandInput extends ListRepositoriesRequest {}
20
14
  export interface ListRepositoriesCommandOutput
21
15
  extends ListRepositoriesResult,
22
16
  __MetadataBearer {}
23
- export declare class ListRepositoriesCommand extends $Command<
24
- ListRepositoriesCommandInput,
25
- ListRepositoriesCommandOutput,
26
- CodeartifactClientResolvedConfig
27
- > {
28
- readonly input: ListRepositoriesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListRepositoriesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CodeartifactClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListRepositoriesCommandInput, ListRepositoriesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListRepositoriesCommand_base: {
18
+ new (
19
+ input: ListRepositoriesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListRepositoriesCommandInput,
22
+ ListRepositoriesCommandOutput,
23
+ CodeartifactClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListRepositoriesInDomainCommandInput
21
15
  export interface ListRepositoriesInDomainCommandOutput
22
16
  extends ListRepositoriesInDomainResult,
23
17
  __MetadataBearer {}
24
- export declare class ListRepositoriesInDomainCommand extends $Command<
25
- ListRepositoriesInDomainCommandInput,
26
- ListRepositoriesInDomainCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: ListRepositoriesInDomainCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListRepositoriesInDomainCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListRepositoriesInDomainCommand_base: {
19
+ new (
20
+ input: ListRepositoriesInDomainCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListRepositoriesInDomainCommandInput,
38
- ListRepositoriesInDomainCommandOutput
23
+ ListRepositoriesInDomainCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListRepositoriesInDomainCommand extends ListRepositoriesInDomainCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodeartifactClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResult,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- CodeartifactClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodeartifactClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ CodeartifactClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}