@aws-sdk/client-codeartifact 3.1076.0 → 3.1078.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 (164) hide show
  1. package/dist-cjs/index.js +59 -485
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateExternalConnectionCommand.js +2 -14
  4. package/dist-es/commands/CopyPackageVersionsCommand.js +2 -14
  5. package/dist-es/commands/CreateDomainCommand.js +2 -14
  6. package/dist-es/commands/CreatePackageGroupCommand.js +2 -14
  7. package/dist-es/commands/CreateRepositoryCommand.js +2 -14
  8. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  9. package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +2 -14
  10. package/dist-es/commands/DeletePackageCommand.js +2 -14
  11. package/dist-es/commands/DeletePackageGroupCommand.js +2 -14
  12. package/dist-es/commands/DeletePackageVersionsCommand.js +2 -14
  13. package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
  14. package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -14
  15. package/dist-es/commands/DescribeDomainCommand.js +2 -14
  16. package/dist-es/commands/DescribePackageCommand.js +2 -14
  17. package/dist-es/commands/DescribePackageGroupCommand.js +2 -14
  18. package/dist-es/commands/DescribePackageVersionCommand.js +2 -14
  19. package/dist-es/commands/DescribeRepositoryCommand.js +2 -14
  20. package/dist-es/commands/DisassociateExternalConnectionCommand.js +2 -14
  21. package/dist-es/commands/DisposePackageVersionsCommand.js +2 -14
  22. package/dist-es/commands/GetAssociatedPackageGroupCommand.js +2 -14
  23. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -14
  24. package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +2 -14
  25. package/dist-es/commands/GetPackageVersionAssetCommand.js +2 -14
  26. package/dist-es/commands/GetPackageVersionReadmeCommand.js +2 -14
  27. package/dist-es/commands/GetRepositoryEndpointCommand.js +2 -14
  28. package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +2 -14
  29. package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +2 -14
  30. package/dist-es/commands/ListAssociatedPackagesCommand.js +2 -14
  31. package/dist-es/commands/ListDomainsCommand.js +2 -14
  32. package/dist-es/commands/ListPackageGroupsCommand.js +2 -14
  33. package/dist-es/commands/ListPackageVersionAssetsCommand.js +2 -14
  34. package/dist-es/commands/ListPackageVersionDependenciesCommand.js +2 -14
  35. package/dist-es/commands/ListPackageVersionsCommand.js +2 -14
  36. package/dist-es/commands/ListPackagesCommand.js +2 -14
  37. package/dist-es/commands/ListRepositoriesCommand.js +2 -14
  38. package/dist-es/commands/ListRepositoriesInDomainCommand.js +2 -14
  39. package/dist-es/commands/ListSubPackageGroupsCommand.js +2 -14
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  41. package/dist-es/commands/PublishPackageVersionCommand.js +2 -14
  42. package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +2 -14
  43. package/dist-es/commands/PutPackageOriginConfigurationCommand.js +2 -14
  44. package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +2 -14
  45. package/dist-es/commands/TagResourceCommand.js +2 -14
  46. package/dist-es/commands/UntagResourceCommand.js +2 -14
  47. package/dist-es/commands/UpdatePackageGroupCommand.js +2 -14
  48. package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +2 -14
  49. package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +2 -14
  50. package/dist-es/commands/UpdateRepositoryCommand.js +2 -14
  51. package/dist-es/index.js +1 -0
  52. package/dist-es/runtimeConfig.browser.js +0 -2
  53. package/dist-es/runtimeConfig.js +1 -2
  54. package/dist-es/runtimeConfig.native.js +0 -2
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-types/commandBuilder.d.ts +18 -0
  57. package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +3 -8
  58. package/dist-types/commands/CopyPackageVersionsCommand.d.ts +3 -8
  59. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  60. package/dist-types/commands/CreatePackageGroupCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +3 -8
  64. package/dist-types/commands/DeletePackageCommand.d.ts +3 -8
  65. package/dist-types/commands/DeletePackageGroupCommand.d.ts +3 -8
  66. package/dist-types/commands/DeletePackageVersionsCommand.d.ts +3 -8
  67. package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
  68. package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +3 -8
  69. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  70. package/dist-types/commands/DescribePackageCommand.d.ts +3 -8
  71. package/dist-types/commands/DescribePackageGroupCommand.d.ts +3 -8
  72. package/dist-types/commands/DescribePackageVersionCommand.d.ts +3 -8
  73. package/dist-types/commands/DescribeRepositoryCommand.d.ts +3 -8
  74. package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +3 -8
  75. package/dist-types/commands/DisposePackageVersionsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +3 -8
  77. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -8
  78. package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +3 -8
  80. package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +3 -8
  81. package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +3 -8
  82. package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +3 -8
  83. package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +3 -8
  84. package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +3 -8
  85. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  86. package/dist-types/commands/ListPackageGroupsCommand.d.ts +3 -8
  87. package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +3 -8
  88. package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +3 -8
  89. package/dist-types/commands/ListPackageVersionsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListPackagesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListRepositoriesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +3 -8
  93. package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  95. package/dist-types/commands/PublishPackageVersionCommand.d.ts +3 -8
  96. package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +3 -8
  97. package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +3 -8
  99. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdatePackageGroupCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateRepositoryCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/runtimeConfig.d.ts +1 -1
  108. package/dist-types/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  110. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  111. package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/index.d.ts +1 -0
  160. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  162. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  164. package/package.json +8 -10
@@ -352,6 +352,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
352
352
  export type { RuntimeExtension } from "./runtimeExtensions";
353
353
  export type { CodeartifactExtensionConfiguration } from "./extensionConfiguration";
354
354
  export * from "./commands";
355
+ export { Command as $Command } from "@smithy/core/client";
355
356
  export * from "./schemas/schemas_0";
356
357
  export * from "./pagination";
357
358
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { CodeartifactClientConfig } from "./CodeartifactClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -22,6 +22,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
22
22
  };
23
23
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
24
24
  serviceId: string;
25
+ sha256: import("@smithy/types").HashConstructor;
25
26
  urlParser: import("@smithy/types").UrlParser;
26
27
  utf8Decoder: import("@smithy/types").Decoder;
27
28
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CodeartifactClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CodeartifactClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CodeartifactClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CodeartifactClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  AssociateExternalConnectionRequest,
10
4
  AssociateExternalConnectionResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateExternalConnectionCommandInput
15
8
  extends AssociateExternalConnectionRequest {}
16
9
  export interface AssociateExternalConnectionCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateExternalConnectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateExternalConnectionCommandInput,
24
17
  AssociateExternalConnectionCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateExternalConnectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateExternalConnectionCommandInput,
33
26
  AssociateExternalConnectionCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateExternalConnectionCommand extends AssociateExternalConnectionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  CopyPackageVersionsRequest,
10
4
  CopyPackageVersionsResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CopyPackageVersionsCommandInput
15
8
  extends CopyPackageVersionsRequest {}
16
9
  export interface CopyPackageVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const CopyPackageVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CopyPackageVersionsCommandInput,
24
17
  CopyPackageVersionsCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CopyPackageVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CopyPackageVersionsCommandInput,
33
26
  CopyPackageVersionsCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CopyPackageVersionsCommand extends CopyPackageVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import { CreateDomainRequest, CreateDomainResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
12
5
  export interface CreateDomainCommandOutput
13
6
  extends CreateDomainResult,
@@ -18,22 +11,20 @@ declare const CreateDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateDomainCommandInput,
20
13
  CreateDomainCommandOutput,
21
- CodeartifactClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CodeartifactClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateDomainCommandInput,
29
22
  CreateDomainCommandOutput,
30
- CodeartifactClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CodeartifactClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  CreatePackageGroupRequest,
10
4
  CreatePackageGroupResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreatePackageGroupCommandInput
15
8
  extends CreatePackageGroupRequest {}
16
9
  export interface CreatePackageGroupCommandOutput
@@ -22,22 +15,20 @@ declare const CreatePackageGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreatePackageGroupCommandInput,
24
17
  CreatePackageGroupCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreatePackageGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreatePackageGroupCommandInput,
33
26
  CreatePackageGroupCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreatePackageGroupCommand extends CreatePackageGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  CreateRepositoryRequest,
10
4
  CreateRepositoryResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
15
8
  export interface CreateRepositoryCommandOutput
16
9
  extends CreateRepositoryResult,
@@ -21,22 +14,20 @@ declare const CreateRepositoryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateRepositoryCommandInput,
23
16
  CreateRepositoryCommandOutput,
24
- CodeartifactClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CodeartifactClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateRepositoryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateRepositoryCommandInput,
32
25
  CreateRepositoryCommandOutput,
33
- CodeartifactClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CodeartifactClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
12
5
  export interface DeleteDomainCommandOutput
13
6
  extends DeleteDomainResult,
@@ -18,22 +11,20 @@ declare const DeleteDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteDomainCommandInput,
20
13
  DeleteDomainCommandOutput,
21
- CodeartifactClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CodeartifactClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteDomainCommandInput,
29
22
  DeleteDomainCommandOutput,
30
- CodeartifactClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CodeartifactClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  DeleteDomainPermissionsPolicyRequest,
10
4
  DeleteDomainPermissionsPolicyResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDomainPermissionsPolicyCommandInput
15
8
  extends DeleteDomainPermissionsPolicyRequest {}
16
9
  export interface DeleteDomainPermissionsPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDomainPermissionsPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDomainPermissionsPolicyCommandInput,
24
17
  DeleteDomainPermissionsPolicyCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDomainPermissionsPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDomainPermissionsPolicyCommandInput,
33
26
  DeleteDomainPermissionsPolicyCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteDomainPermissionsPolicyCommand extends DeleteDomainPermissionsPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import { DeletePackageRequest, DeletePackageResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeletePackageCommandInput extends DeletePackageRequest {}
12
5
  export interface DeletePackageCommandOutput
13
6
  extends DeletePackageResult,
@@ -18,22 +11,20 @@ declare const DeletePackageCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeletePackageCommandInput,
20
13
  DeletePackageCommandOutput,
21
- CodeartifactClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").CodeartifactClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeletePackageCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeletePackageCommandInput,
29
22
  DeletePackageCommandOutput,
30
- CodeartifactClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").CodeartifactClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeletePackageCommand extends DeletePackageCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  DeletePackageGroupRequest,
10
4
  DeletePackageGroupResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePackageGroupCommandInput
15
8
  extends DeletePackageGroupRequest {}
16
9
  export interface DeletePackageGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePackageGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePackageGroupCommandInput,
24
17
  DeletePackageGroupCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeletePackageGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePackageGroupCommandInput,
33
26
  DeletePackageGroupCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeletePackageGroupCommand extends DeletePackageGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  DeletePackageVersionsRequest,
10
4
  DeletePackageVersionsResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeletePackageVersionsCommandInput
15
8
  extends DeletePackageVersionsRequest {}
16
9
  export interface DeletePackageVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const DeletePackageVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeletePackageVersionsCommandInput,
24
17
  DeletePackageVersionsCommandOutput,
25
- CodeartifactClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").CodeartifactClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeletePackageVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeletePackageVersionsCommandInput,
33
26
  DeletePackageVersionsCommandOutput,
34
- CodeartifactClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").CodeartifactClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeletePackageVersionsCommand extends DeletePackageVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeartifactClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeartifactClient";
8
2
  import {
9
3
  DeleteRepositoryRequest,
10
4
  DeleteRepositoryResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
15
8
  export interface DeleteRepositoryCommandOutput
16
9
  extends DeleteRepositoryResult,
@@ -21,22 +14,20 @@ declare const DeleteRepositoryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteRepositoryCommandInput,
23
16
  DeleteRepositoryCommandOutput,
24
- CodeartifactClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CodeartifactClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteRepositoryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteRepositoryCommandInput,
32
25
  DeleteRepositoryCommandOutput,
33
- CodeartifactClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CodeartifactClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
42
33
  protected static __types: {