@aws-sdk/client-codeartifact 3.194.0 → 3.196.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 (176) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/CodeartifactClient.js +11 -8
  3. package/dist-cjs/commands/AssociateExternalConnectionCommand.js +10 -0
  4. package/dist-cjs/commands/CopyPackageVersionsCommand.js +10 -0
  5. package/dist-cjs/commands/CreateDomainCommand.js +10 -0
  6. package/dist-cjs/commands/CreateRepositoryCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteDomainCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +10 -0
  9. package/dist-cjs/commands/DeletePackageVersionsCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteRepositoryCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeDomainCommand.js +10 -0
  13. package/dist-cjs/commands/DescribePackageCommand.js +10 -0
  14. package/dist-cjs/commands/DescribePackageVersionCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeRepositoryCommand.js +10 -0
  16. package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +10 -0
  17. package/dist-cjs/commands/DisposePackageVersionsCommand.js +10 -0
  18. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +10 -0
  19. package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +10 -0
  20. package/dist-cjs/commands/GetPackageVersionAssetCommand.js +10 -0
  21. package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +10 -0
  22. package/dist-cjs/commands/GetRepositoryEndpointCommand.js +10 -0
  23. package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +10 -0
  24. package/dist-cjs/commands/ListDomainsCommand.js +10 -0
  25. package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +10 -0
  26. package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +10 -0
  27. package/dist-cjs/commands/ListPackageVersionsCommand.js +10 -0
  28. package/dist-cjs/commands/ListPackagesCommand.js +10 -0
  29. package/dist-cjs/commands/ListRepositoriesCommand.js +10 -0
  30. package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +10 -0
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  32. package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +10 -0
  33. package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +10 -0
  34. package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +10 -0
  35. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  36. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  37. package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +10 -0
  38. package/dist-cjs/commands/UpdateRepositoryCommand.js +10 -0
  39. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  40. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  41. package/dist-cjs/endpoint/ruleset.js +318 -0
  42. package/dist-cjs/runtimeConfig.shared.js +3 -3
  43. package/dist-es/CodeartifactClient.js +12 -9
  44. package/dist-es/commands/AssociateExternalConnectionCommand.js +10 -0
  45. package/dist-es/commands/CopyPackageVersionsCommand.js +10 -0
  46. package/dist-es/commands/CreateDomainCommand.js +10 -0
  47. package/dist-es/commands/CreateRepositoryCommand.js +10 -0
  48. package/dist-es/commands/DeleteDomainCommand.js +10 -0
  49. package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +10 -0
  50. package/dist-es/commands/DeletePackageVersionsCommand.js +10 -0
  51. package/dist-es/commands/DeleteRepositoryCommand.js +10 -0
  52. package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +10 -0
  53. package/dist-es/commands/DescribeDomainCommand.js +10 -0
  54. package/dist-es/commands/DescribePackageCommand.js +10 -0
  55. package/dist-es/commands/DescribePackageVersionCommand.js +10 -0
  56. package/dist-es/commands/DescribeRepositoryCommand.js +10 -0
  57. package/dist-es/commands/DisassociateExternalConnectionCommand.js +10 -0
  58. package/dist-es/commands/DisposePackageVersionsCommand.js +10 -0
  59. package/dist-es/commands/GetAuthorizationTokenCommand.js +10 -0
  60. package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +10 -0
  61. package/dist-es/commands/GetPackageVersionAssetCommand.js +10 -0
  62. package/dist-es/commands/GetPackageVersionReadmeCommand.js +10 -0
  63. package/dist-es/commands/GetRepositoryEndpointCommand.js +10 -0
  64. package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +10 -0
  65. package/dist-es/commands/ListDomainsCommand.js +10 -0
  66. package/dist-es/commands/ListPackageVersionAssetsCommand.js +10 -0
  67. package/dist-es/commands/ListPackageVersionDependenciesCommand.js +10 -0
  68. package/dist-es/commands/ListPackageVersionsCommand.js +10 -0
  69. package/dist-es/commands/ListPackagesCommand.js +10 -0
  70. package/dist-es/commands/ListRepositoriesCommand.js +10 -0
  71. package/dist-es/commands/ListRepositoriesInDomainCommand.js +10 -0
  72. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  73. package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +10 -0
  74. package/dist-es/commands/PutPackageOriginConfigurationCommand.js +10 -0
  75. package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +10 -0
  76. package/dist-es/commands/TagResourceCommand.js +10 -0
  77. package/dist-es/commands/UntagResourceCommand.js +10 -0
  78. package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +10 -0
  79. package/dist-es/commands/UpdateRepositoryCommand.js +10 -0
  80. package/dist-es/endpoint/EndpointParameters.js +8 -0
  81. package/dist-es/endpoint/endpointResolver.js +8 -0
  82. package/dist-es/endpoint/ruleset.js +315 -0
  83. package/dist-es/runtimeConfig.shared.js +2 -2
  84. package/dist-types/CodeartifactClient.d.ts +6 -9
  85. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +2 -0
  86. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +2 -0
  87. package/dist-types/commands/CreateDomainCommand.d.ts +2 -0
  88. package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -0
  89. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
  90. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -0
  91. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +2 -0
  92. package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -0
  93. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -0
  94. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -0
  95. package/dist-types/commands/DescribePackageCommand.d.ts +2 -0
  96. package/dist-types/commands/DescribePackageVersionCommand.d.ts +2 -0
  97. package/dist-types/commands/DescribeRepositoryCommand.d.ts +2 -0
  98. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +2 -0
  99. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +2 -0
  100. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -0
  101. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -0
  102. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +2 -0
  103. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +2 -0
  104. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +2 -0
  105. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -0
  106. package/dist-types/commands/ListDomainsCommand.d.ts +2 -0
  107. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +2 -0
  108. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +2 -0
  109. package/dist-types/commands/ListPackageVersionsCommand.d.ts +2 -0
  110. package/dist-types/commands/ListPackagesCommand.d.ts +2 -0
  111. package/dist-types/commands/ListRepositoriesCommand.d.ts +2 -0
  112. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +2 -0
  113. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  114. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -0
  115. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +2 -0
  116. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -0
  117. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  118. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  119. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -0
  120. package/dist-types/commands/UpdateRepositoryCommand.d.ts +2 -0
  121. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  122. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  123. package/dist-types/endpoint/ruleset.d.ts +2 -0
  124. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  125. package/dist-types/runtimeConfig.d.ts +4 -2
  126. package/dist-types/runtimeConfig.native.d.ts +4 -2
  127. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  128. package/dist-types/ts3.4/CodeartifactClient.d.ts +15 -8
  129. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  166. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  167. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  171. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  172. package/package.json +5 -3
  173. package/dist-cjs/endpoints.js +0 -132
  174. package/dist-es/endpoints.js +0 -128
  175. package/dist-types/endpoints.d.ts +0 -2
  176. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -32,6 +33,7 @@ export interface GetPackageVersionReadmeCommandOutput extends GetPackageVersionR
32
33
  */
33
34
  export declare class GetPackageVersionReadmeCommand extends $Command<GetPackageVersionReadmeCommandInput, GetPackageVersionReadmeCommandOutput, CodeartifactClientResolvedConfig> {
34
35
  readonly input: GetPackageVersionReadmeCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: GetPackageVersionReadmeCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -50,6 +51,7 @@ export interface GetRepositoryEndpointCommandOutput extends GetRepositoryEndpoin
50
51
  */
51
52
  export declare class GetRepositoryEndpointCommand extends $Command<GetRepositoryEndpointCommandInput, GetRepositoryEndpointCommandOutput, CodeartifactClientResolvedConfig> {
52
53
  readonly input: GetRepositoryEndpointCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: GetRepositoryEndpointCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -27,6 +28,7 @@ export interface GetRepositoryPermissionsPolicyCommandOutput extends GetReposito
27
28
  */
28
29
  export declare class GetRepositoryPermissionsPolicyCommand extends $Command<GetRepositoryPermissionsPolicyCommandInput, GetRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
29
30
  readonly input: GetRepositoryPermissionsPolicyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetRepositoryPermissionsPolicyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -27,6 +28,7 @@ export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataB
27
28
  */
28
29
  export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig> {
29
30
  readonly input: ListDomainsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListDomainsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -29,6 +30,7 @@ export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersio
29
30
  */
30
31
  export declare class ListPackageVersionAssetsCommand extends $Command<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig> {
31
32
  readonly input: ListPackageVersionAssetsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListPackageVersionAssetsCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -31,6 +32,7 @@ export interface ListPackageVersionDependenciesCommandOutput extends ListPackage
31
32
  */
32
33
  export declare class ListPackageVersionDependenciesCommand extends $Command<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig> {
33
34
  readonly input: ListPackageVersionDependenciesCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListPackageVersionDependenciesCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -29,6 +30,7 @@ export interface ListPackageVersionsCommandOutput extends ListPackageVersionsRes
29
30
  */
30
31
  export declare class ListPackageVersionsCommand extends $Command<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig> {
31
32
  readonly input: ListPackageVersionsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListPackageVersionsCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -29,6 +30,7 @@ export interface ListPackagesCommandOutput extends ListPackagesResult, __Metadat
29
30
  */
30
31
  export declare class ListPackagesCommand extends $Command<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig> {
31
32
  readonly input: ListPackagesCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListPackagesCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -30,6 +31,7 @@ export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, _
30
31
  */
31
32
  export declare class ListRepositoriesCommand extends $Command<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig> {
32
33
  readonly input: ListRepositoriesCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ListRepositoriesCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -30,6 +31,7 @@ export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesI
30
31
  */
31
32
  export declare class ListRepositoriesInDomainCommand extends $Command<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig> {
32
33
  readonly input: ListRepositoriesInDomainCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ListRepositoriesInDomainCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -32,6 +33,7 @@ export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermis
32
33
  */
33
34
  export declare class PutDomainPermissionsPolicyCommand extends $Command<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
34
35
  readonly input: PutDomainPermissionsPolicyCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: PutDomainPermissionsPolicyCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -33,6 +34,7 @@ export interface PutPackageOriginConfigurationCommandOutput extends PutPackageOr
33
34
  */
34
35
  export declare class PutPackageOriginConfigurationCommand extends $Command<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig> {
35
36
  readonly input: PutPackageOriginConfigurationCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: PutPackageOriginConfigurationCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -32,6 +33,7 @@ export interface PutRepositoryPermissionsPolicyCommandOutput extends PutReposito
32
33
  */
33
34
  export declare class PutRepositoryPermissionsPolicyCommand extends $Command<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig> {
34
35
  readonly input: PutRepositoryPermissionsPolicyCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: PutRepositoryPermissionsPolicyCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -30,6 +31,7 @@ export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageV
30
31
  */
31
32
  export declare class UpdatePackageVersionsStatusCommand extends $Command<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig> {
32
33
  readonly input: UpdatePackageVersionsStatusCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: UpdatePackageVersionsStatusCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
@@ -27,6 +28,7 @@ export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, _
27
28
  */
28
29
  export declare class UpdateRepositoryCommand extends $Command<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig> {
29
30
  readonly input: UpdateRepositoryCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateRepositoryCommandInput);
31
33
  /**
32
34
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
27
27
  disableHostPrefix: boolean;
28
28
  logger: import("@aws-sdk/types").Logger;
29
29
  serviceId: string;
30
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
31
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@aws-sdk/types").Logger | undefined;
33
+ }) => import("@aws-sdk/types").EndpointV2;
32
34
  tls?: boolean | undefined;
33
35
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
34
36
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -27,8 +27,10 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
27
27
  disableHostPrefix: boolean;
28
28
  logger: import("@aws-sdk/types").Logger;
29
29
  serviceId: string;
30
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
31
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
31
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
32
+ logger?: import("@aws-sdk/types").Logger | undefined;
33
+ }) => import("@aws-sdk/types").EndpointV2;
32
34
  tls?: boolean | undefined;
33
35
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
34
36
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,11 +23,13 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
28
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { CodeartifactClientConfig } from "./CodeartifactClient";
6
6
  export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  SdkStreamMixinInjector as __SdkStreamMixinInjector,
42
43
  StreamCollector as __StreamCollector,
43
44
  UrlParser as __UrlParser,
@@ -187,6 +188,11 @@ import {
187
188
  UpdateRepositoryCommandInput,
188
189
  UpdateRepositoryCommandOutput,
189
190
  } from "./commands/UpdateRepositoryCommand";
191
+ import {
192
+ ClientInputEndpointParameters,
193
+ ClientResolvedEndpointParameters,
194
+ EndpointParameters,
195
+ } from "./endpoint/EndpointParameters";
190
196
  export declare type ServiceInputTypes =
191
197
  | AssociateExternalConnectionCommandInput
192
198
  | CopyPackageVersionsCommandInput
@@ -282,7 +288,6 @@ export interface ClientDefaults
282
288
  serviceId?: string;
283
289
  region?: string | __Provider<string>;
284
290
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
285
- regionInfoProvider?: RegionInfoProvider;
286
291
  defaultUserAgentProvider?: Provider<__UserAgent>;
287
292
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
288
293
  sdkStreamMixin?: __SdkStreamMixinInjector;
@@ -292,22 +297,24 @@ declare type CodeartifactClientConfigType = Partial<
292
297
  > &
293
298
  ClientDefaults &
294
299
  RegionInputConfig &
295
- EndpointsInputConfig &
300
+ EndpointInputConfig<EndpointParameters> &
296
301
  RetryInputConfig &
297
302
  HostHeaderInputConfig &
298
303
  AwsAuthInputConfig &
299
- UserAgentInputConfig;
304
+ UserAgentInputConfig &
305
+ ClientInputEndpointParameters;
300
306
  export interface CodeartifactClientConfig
301
307
  extends CodeartifactClientConfigType {}
302
308
  declare type CodeartifactClientResolvedConfigType =
303
309
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
304
310
  Required<ClientDefaults> &
305
311
  RegionResolvedConfig &
306
- EndpointsResolvedConfig &
312
+ EndpointResolvedConfig<EndpointParameters> &
307
313
  RetryResolvedConfig &
308
314
  HostHeaderResolvedConfig &
309
315
  AwsAuthResolvedConfig &
310
- UserAgentResolvedConfig;
316
+ UserAgentResolvedConfig &
317
+ ClientResolvedEndpointParameters;
311
318
  export interface CodeartifactClientResolvedConfig
312
319
  extends CodeartifactClientResolvedConfigType {}
313
320
  export declare class CodeartifactClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateExternalConnectionCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateExternalConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateExternalConnectionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CopyPackageVersionsCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: CopyPackageVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CopyPackageVersionsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateDomainCommand extends $Command<
21
22
  CodeartifactClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateDomainCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateDomainCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateRepositoryCommand extends $Command<
24
25
  CodeartifactClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateRepositoryCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateRepositoryCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteDomainCommand extends $Command<
21
22
  CodeartifactClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteDomainCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteDomainCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteDomainPermissionsPolicyCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteDomainPermissionsPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteDomainPermissionsPolicyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeletePackageVersionsCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeletePackageVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeletePackageVersionsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteRepositoryCommand extends $Command<
24
25
  CodeartifactClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteRepositoryCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteRepositoryCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteRepositoryPermissionsPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteRepositoryPermissionsPolicyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeDomainCommand extends $Command<
24
25
  CodeartifactClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeDomainCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeDomainCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribePackageCommand extends $Command<
24
25
  CodeartifactClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribePackageCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribePackageCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribePackageVersionCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribePackageVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribePackageVersionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeRepositoryCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeRepositoryCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeRepositoryCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateExternalConnectionCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateExternalConnectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateExternalConnectionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisposePackageVersionsCommand extends $Command<
25
26
  CodeartifactClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisposePackageVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisposePackageVersionsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,