@aws-sdk/client-codeartifact 3.478.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 (157) 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-es/commands/AssociateExternalConnectionCommand.js +18 -41
  41. package/dist-es/commands/CopyPackageVersionsCommand.js +18 -41
  42. package/dist-es/commands/CreateDomainCommand.js +18 -41
  43. package/dist-es/commands/CreateRepositoryCommand.js +18 -41
  44. package/dist-es/commands/DeleteDomainCommand.js +18 -41
  45. package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +18 -41
  46. package/dist-es/commands/DeletePackageCommand.js +18 -41
  47. package/dist-es/commands/DeletePackageVersionsCommand.js +18 -41
  48. package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
  49. package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +18 -41
  50. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  51. package/dist-es/commands/DescribePackageCommand.js +18 -41
  52. package/dist-es/commands/DescribePackageVersionCommand.js +18 -41
  53. package/dist-es/commands/DescribeRepositoryCommand.js +18 -41
  54. package/dist-es/commands/DisassociateExternalConnectionCommand.js +18 -41
  55. package/dist-es/commands/DisposePackageVersionsCommand.js +18 -41
  56. package/dist-es/commands/GetAuthorizationTokenCommand.js +18 -41
  57. package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +18 -41
  58. package/dist-es/commands/GetPackageVersionAssetCommand.js +18 -41
  59. package/dist-es/commands/GetPackageVersionReadmeCommand.js +18 -41
  60. package/dist-es/commands/GetRepositoryEndpointCommand.js +18 -41
  61. package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +18 -41
  62. package/dist-es/commands/ListDomainsCommand.js +18 -41
  63. package/dist-es/commands/ListPackageVersionAssetsCommand.js +18 -41
  64. package/dist-es/commands/ListPackageVersionDependenciesCommand.js +18 -41
  65. package/dist-es/commands/ListPackageVersionsCommand.js +18 -41
  66. package/dist-es/commands/ListPackagesCommand.js +18 -41
  67. package/dist-es/commands/ListRepositoriesCommand.js +18 -41
  68. package/dist-es/commands/ListRepositoriesInDomainCommand.js +18 -41
  69. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  70. package/dist-es/commands/PublishPackageVersionCommand.js +18 -41
  71. package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +18 -41
  72. package/dist-es/commands/PutPackageOriginConfigurationCommand.js +18 -41
  73. package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +18 -41
  74. package/dist-es/commands/TagResourceCommand.js +18 -41
  75. package/dist-es/commands/UntagResourceCommand.js +18 -41
  76. package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +18 -41
  77. package/dist-es/commands/UpdateRepositoryCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +6 -21
  80. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
  82. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +6 -21
  85. package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
  86. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +6 -21
  87. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
  88. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +6 -21
  89. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  90. package/dist-types/commands/DescribePackageCommand.d.ts +6 -21
  91. package/dist-types/commands/DescribePackageVersionCommand.d.ts +6 -21
  92. package/dist-types/commands/DescribeRepositoryCommand.d.ts +6 -21
  93. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +6 -21
  94. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +6 -21
  95. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -21
  96. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +6 -21
  97. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +6 -21
  98. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +6 -21
  99. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +6 -21
  100. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +6 -21
  101. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +6 -21
  104. package/dist-types/commands/ListPackageVersionsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListPackagesCommand.d.ts +6 -21
  106. package/dist-types/commands/ListRepositoriesCommand.d.ts +6 -21
  107. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +6 -21
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/PublishPackageVersionCommand.d.ts +6 -21
  110. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +6 -21
  111. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +6 -21
  112. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +6 -21
  113. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  114. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateRepositoryCommand.d.ts +6 -21
  117. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  118. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +11 -21
  137. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +11 -21
  149. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  157. package/package.json +9 -9
@@ -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 { DeleteRepositoryRequest, DeleteRepositoryResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
21
20
  */
22
21
  export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRepositoryCommand_base: {
24
+ new (input: DeleteRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -103,23 +106,5 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResult, _
103
106
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
104
107
  *
105
108
  */
106
- export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, CodeartifactClientResolvedConfig> {
107
- readonly input: DeleteRepositoryCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: DeleteRepositoryCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
125
110
  }
@@ -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 { DeleteRepositoryPermissionsPolicyRequest, DeleteRepositoryPermissionsPolicyResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRepositoryPermissionsPolicyCommandInput extends DeleteRep
21
20
  */
22
21
  export interface DeleteRepositoryPermissionsPolicyCommandOutput extends DeleteRepositoryPermissionsPolicyResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRepositoryPermissionsPolicyCommand_base: {
24
+ new (input: DeleteRepositoryPermissionsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -95,23 +98,5 @@ export interface DeleteRepositoryPermissionsPolicyCommandOutput extends DeleteRe
95
98
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
96
99
  *
97
100
  */
98
- export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
99
- readonly input: DeleteRepositoryPermissionsPolicyCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: DeleteRepositoryPermissionsPolicyCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryPermissionsPolicyCommandInput, DeleteRepositoryPermissionsPolicyCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class DeleteRepositoryPermissionsPolicyCommand extends DeleteRepositoryPermissionsPolicyCommand_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 { DescribeDomainRequest, DescribeDomainResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
21
20
  */
22
21
  export interface DescribeDomainCommandOutput extends DescribeDomainResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDomainCommand_base: {
24
+ new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -89,23 +92,5 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResult, __Met
89
92
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
90
93
  *
91
94
  */
92
- export declare class DescribeDomainCommand extends $Command<DescribeDomainCommandInput, DescribeDomainCommandOutput, CodeartifactClientResolvedConfig> {
93
- readonly input: DescribeDomainCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DescribeDomainCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
111
96
  }
@@ -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 { DescribePackageRequest, DescribePackageResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePackageCommandInput extends DescribePackageRequest {
21
20
  */
22
21
  export interface DescribePackageCommandOutput extends DescribePackageResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribePackageCommand_base: {
24
+ new (input: DescribePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageCommandInput, DescribePackageCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Returns a
@@ -91,23 +94,5 @@ export interface DescribePackageCommandOutput extends DescribePackageResult, __M
91
94
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribePackageCommand extends $Command<DescribePackageCommandInput, DescribePackageCommandOutput, CodeartifactClientResolvedConfig> {
95
- readonly input: DescribePackageCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribePackageCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePackageCommandInput, DescribePackageCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribePackageCommand extends DescribePackageCommand_base {
113
98
  }
@@ -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 { DescribePackageVersionRequest, DescribePackageVersionResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribePackageVersionCommandInput extends DescribePackageVersi
21
20
  */
22
21
  export interface DescribePackageVersionCommandOutput extends DescribePackageVersionResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribePackageVersionCommand_base: {
24
+ new (input: DescribePackageVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -114,23 +117,5 @@ export interface DescribePackageVersionCommandOutput extends DescribePackageVers
114
117
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
115
118
  *
116
119
  */
117
- export declare class DescribePackageVersionCommand extends $Command<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput, CodeartifactClientResolvedConfig> {
118
- readonly input: DescribePackageVersionCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: DescribePackageVersionCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePackageVersionCommandInput, DescribePackageVersionCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class DescribePackageVersionCommand extends DescribePackageVersionCommand_base {
136
121
  }
@@ -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 { DescribeRepositoryRequest, DescribeRepositoryResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRepositoryCommandInput extends DescribeRepositoryReques
21
20
  */
22
21
  export interface DescribeRepositoryCommandOutput extends DescribeRepositoryResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRepositoryCommand_base: {
24
+ new (input: DescribeRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -99,23 +102,5 @@ export interface DescribeRepositoryCommandOutput extends DescribeRepositoryResul
99
102
  * <p>Base exception class for all service exceptions from Codeartifact service.</p>
100
103
  *
101
104
  */
102
- export declare class DescribeRepositoryCommand extends $Command<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput, CodeartifactClientResolvedConfig> {
103
- readonly input: DescribeRepositoryCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: DescribeRepositoryCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeartifactClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class DescribeRepositoryCommand extends DescribeRepositoryCommand_base {
121
106
  }
@@ -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
  }