@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { DisassociateExternalConnectionRequest, DisassociateExternalConnectionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateExternalConnectionCommandInput extends Disassociate
21
20
  */
22
21
  export interface DisassociateExternalConnectionCommandOutput extends DisassociateExternalConnectionResult, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateExternalConnectionCommand_base: {
24
+ new (input: DisassociateExternalConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -109,23 +112,5 @@ export interface DisassociateExternalConnectionCommandOutput extends Disassociat
109
112
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
110
113
  *
111
114
  */
112
- export declare class DisassociateExternalConnectionCommand extends $Command<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput, CodeartifactClientResolvedConfig> {
113
- readonly input: DisassociateExternalConnectionCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: DisassociateExternalConnectionCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateExternalConnectionCommandInput, DisassociateExternalConnectionCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class DisassociateExternalConnectionCommand extends DisassociateExternalConnectionCommand_base {
131
116
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { DisposePackageVersionsRequest, DisposePackageVersionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisposePackageVersionsCommandInput extends DisposePackageVersio
21
20
  */
22
21
  export interface DisposePackageVersionsCommandOutput extends DisposePackageVersionsResult, __MetadataBearer {
23
22
  }
23
+ declare const DisposePackageVersionsCommand_base: {
24
+ new (input: DisposePackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -113,23 +116,5 @@ export interface DisposePackageVersionsCommandOutput extends DisposePackageVersi
113
116
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
114
117
  *
115
118
  */
116
- export declare class DisposePackageVersionsCommand extends $Command<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput, CodeartifactClientResolvedConfig> {
117
- readonly input: DisposePackageVersionsCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: DisposePackageVersionsCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisposePackageVersionsCommandInput, DisposePackageVersionsCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class DisposePackageVersionsCommand extends DisposePackageVersionsCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetAuthorizationTokenRequest, GetAuthorizationTokenResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAuthorizationTokenCommandInput extends GetAuthorizationToken
21
20
  */
22
21
  export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationTokenResult, __MetadataBearer {
23
22
  }
23
+ declare const GetAuthorizationTokenCommand_base: {
24
+ new (input: GetAuthorizationTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -97,23 +100,5 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke
97
100
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
98
101
  *
99
102
  */
100
- export declare class GetAuthorizationTokenCommand extends $Command<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, CodeartifactClientResolvedConfig> {
101
- readonly input: GetAuthorizationTokenCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: GetAuthorizationTokenCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetDomainPermissionsPolicyRequest, GetDomainPermissionsPolicyResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDomainPermissionsPolicyCommandInput extends GetDomainPermiss
21
20
  */
22
21
  export interface GetDomainPermissionsPolicyCommandOutput extends GetDomainPermissionsPolicyResult, __MetadataBearer {
23
22
  }
23
+ declare const GetDomainPermissionsPolicyCommand_base: {
24
+ new (input: GetDomainPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -88,23 +91,5 @@ export interface GetDomainPermissionsPolicyCommandOutput extends GetDomainPermis
88
91
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
89
92
  *
90
93
  */
91
- export declare class GetDomainPermissionsPolicyCommand extends $Command<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
92
- readonly input: GetDomainPermissionsPolicyCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GetDomainPermissionsPolicyCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainPermissionsPolicyCommandInput, GetDomainPermissionsPolicyCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GetDomainPermissionsPolicyCommand extends GetDomainPermissionsPolicyCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, StreamingBlobPayloadOutputTypes } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetPackageVersionAssetRequest, GetPackageVersionAssetResult } from "../models/models_0";
6
5
  /**
@@ -22,6 +21,10 @@ export interface GetPackageVersionAssetCommandInput extends GetPackageVersionAss
22
21
  export interface GetPackageVersionAssetCommandOutput extends Omit<GetPackageVersionAssetResult, "asset">, __MetadataBearer {
23
22
  asset?: StreamingBlobPayloadOutputTypes;
24
23
  }
24
+ declare const GetPackageVersionAssetCommand_base: {
25
+ new (input: GetPackageVersionAssetCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
25
28
  /**
26
29
  * @public
27
30
  * <p>
@@ -95,23 +98,5 @@ export interface GetPackageVersionAssetCommandOutput extends Omit<GetPackageVers
95
98
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
96
99
  *
97
100
  */
98
- export declare class GetPackageVersionAssetCommand extends $Command<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput, CodeartifactClientResolvedConfig> {
99
- readonly input: GetPackageVersionAssetCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: GetPackageVersionAssetCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionAssetCommandInput, GetPackageVersionAssetCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class GetPackageVersionAssetCommand extends GetPackageVersionAssetCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetPackageVersionReadmeRequest, GetPackageVersionReadmeResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPackageVersionReadmeCommandInput extends GetPackageVersionRe
21
20
  */
22
21
  export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionReadmeResult, __MetadataBearer {
23
22
  }
23
+ declare const GetPackageVersionReadmeCommand_base: {
24
+ new (input: GetPackageVersionReadmeCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -90,23 +93,5 @@ export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionR
90
93
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
91
94
  *
92
95
  */
93
- export declare class GetPackageVersionReadmeCommand extends $Command<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig> {
94
- readonly input: GetPackageVersionReadmeCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: GetPackageVersionReadmeCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class GetPackageVersionReadmeCommand extends GetPackageVersionReadmeCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetRepositoryEndpointRequest, GetRepositoryEndpointResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRepositoryEndpointCommandInput extends GetRepositoryEndpoint
21
20
  */
22
21
  export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpointResult, __MetadataBearer {
23
22
  }
23
+ declare const GetRepositoryEndpointCommand_base: {
24
+ new (input: GetRepositoryEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -102,23 +105,5 @@ export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpoin
102
105
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
103
106
  *
104
107
  */
105
- export declare class GetRepositoryEndpointCommand extends $Command<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig> {
106
- readonly input: GetRepositoryEndpointCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: GetRepositoryEndpointCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class GetRepositoryEndpointCommand extends GetRepositoryEndpointCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { GetRepositoryPermissionsPolicyRequest, GetRepositoryPermissionsPolicyResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRepositoryPermissionsPolicyCommandInput extends GetRepositor
21
20
  */
22
21
  export interface GetRepositoryPermissionsPolicyCommandOutput extends GetRepositoryPermissionsPolicyResult, __MetadataBearer {
23
22
  }
23
+ declare const GetRepositoryPermissionsPolicyCommand_base: {
24
+ new (input: GetRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -82,23 +85,5 @@ export interface GetRepositoryPermissionsPolicyCommandOutput extends GetReposito
82
85
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
83
86
  *
84
87
  */
85
- export declare class GetRepositoryPermissionsPolicyCommand extends $Command<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
86
- readonly input: GetRepositoryPermissionsPolicyCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetRepositoryPermissionsPolicyCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetRepositoryPermissionsPolicyCommand extends GetRepositoryPermissionsPolicyCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListDomainsRequest, ListDomainsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
21
20
  */
22
21
  export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListDomainsCommand_base: {
24
+ new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a list of <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html">DomainSummary</a> objects for all domains owned by the Amazon Web Services account that makes
@@ -82,23 +85,5 @@ export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataB
82
85
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
83
86
  *
84
87
  */
85
- export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig> {
86
- readonly input: ListDomainsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListDomainsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListDomainsCommand extends ListDomainsCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListPackageVersionAssetsRequest, ListPackageVersionAssetsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPackageVersionAssetsCommandInput extends ListPackageVersion
21
20
  */
22
21
  export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersionAssetsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListPackageVersionAssetsCommand_base: {
24
+ new (input: ListPackageVersionAssetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -100,23 +103,5 @@ export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersio
100
103
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
101
104
  *
102
105
  */
103
- export declare class ListPackageVersionAssetsCommand extends $Command<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig> {
104
- readonly input: ListPackageVersionAssetsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListPackageVersionAssetsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListPackageVersionAssetsCommand extends ListPackageVersionAssetsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListPackageVersionDependenciesRequest, ListPackageVersionDependenciesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPackageVersionDependenciesCommandInput extends ListPackageV
21
20
  */
22
21
  export interface ListPackageVersionDependenciesCommandOutput extends ListPackageVersionDependenciesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListPackageVersionDependenciesCommand_base: {
24
+ new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -100,23 +103,5 @@ export interface ListPackageVersionDependenciesCommandOutput extends ListPackage
100
103
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
101
104
  *
102
105
  */
103
- export declare class ListPackageVersionDependenciesCommand extends $Command<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig> {
104
- readonly input: ListPackageVersionDependenciesCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListPackageVersionDependenciesCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListPackageVersionDependenciesCommand extends ListPackageVersionDependenciesCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListPackageVersionsRequest, ListPackageVersionsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPackageVersionsCommandInput extends ListPackageVersionsRequ
21
20
  */
22
21
  export interface ListPackageVersionsCommandOutput extends ListPackageVersionsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListPackageVersionsCommand_base: {
24
+ new (input: ListPackageVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -106,23 +109,5 @@ export interface ListPackageVersionsCommandOutput extends ListPackageVersionsRes
106
109
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
107
110
  *
108
111
  */
109
- export declare class ListPackageVersionsCommand extends $Command<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig> {
110
- readonly input: ListPackageVersionsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: ListPackageVersionsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class ListPackageVersionsCommand extends ListPackageVersionsCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListPackagesRequest, ListPackagesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPackagesCommandInput extends ListPackagesRequest {
21
20
  */
22
21
  export interface ListPackagesCommandOutput extends ListPackagesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListPackagesCommand_base: {
24
+ new (input: ListPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -100,23 +103,5 @@ export interface ListPackagesCommandOutput extends ListPackagesResult, __Metadat
100
103
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
101
104
  *
102
105
  */
103
- export declare class ListPackagesCommand extends $Command<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig> {
104
- readonly input: ListPackagesCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: ListPackagesCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPackagesCommandInput, ListPackagesCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class ListPackagesCommand extends ListPackagesCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
5
4
  import { ListRepositoriesRequest, ListRepositoriesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRepositoriesCommandInput extends ListRepositoriesRequest {
21
20
  */
22
21
  export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListRepositoriesCommand_base: {
24
+ new (input: ListRepositoriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -87,23 +90,5 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, _
87
90
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
88
91
  *
89
92
  */
90
- export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig> {
91
- readonly input: ListRepositoriesCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListRepositoriesCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRepositoriesCommandInput, ListRepositoriesCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListRepositoriesCommand extends ListRepositoriesCommand_base {
109
94
  }