@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.
- package/dist-cjs/index.js +59 -485
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateExternalConnectionCommand.js +2 -14
- package/dist-es/commands/CopyPackageVersionsCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/CreatePackageGroupCommand.js +2 -14
- package/dist-es/commands/CreateRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/DeletePackageCommand.js +2 -14
- package/dist-es/commands/DeletePackageGroupCommand.js +2 -14
- package/dist-es/commands/DeletePackageVersionsCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribePackageCommand.js +2 -14
- package/dist-es/commands/DescribePackageGroupCommand.js +2 -14
- package/dist-es/commands/DescribePackageVersionCommand.js +2 -14
- package/dist-es/commands/DescribeRepositoryCommand.js +2 -14
- package/dist-es/commands/DisassociateExternalConnectionCommand.js +2 -14
- package/dist-es/commands/DisposePackageVersionsCommand.js +2 -14
- package/dist-es/commands/GetAssociatedPackageGroupCommand.js +2 -14
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -14
- package/dist-es/commands/GetDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionAssetCommand.js +2 -14
- package/dist-es/commands/GetPackageVersionReadmeCommand.js +2 -14
- package/dist-es/commands/GetRepositoryEndpointCommand.js +2 -14
- package/dist-es/commands/GetRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/ListAllowedRepositoriesForGroupCommand.js +2 -14
- package/dist-es/commands/ListAssociatedPackagesCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListPackageGroupsCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionAssetsCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionDependenciesCommand.js +2 -14
- package/dist-es/commands/ListPackageVersionsCommand.js +2 -14
- package/dist-es/commands/ListPackagesCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesCommand.js +2 -14
- package/dist-es/commands/ListRepositoriesInDomainCommand.js +2 -14
- package/dist-es/commands/ListSubPackageGroupsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PublishPackageVersionCommand.js +2 -14
- package/dist-es/commands/PutDomainPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/PutPackageOriginConfigurationCommand.js +2 -14
- package/dist-es/commands/PutRepositoryPermissionsPolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdatePackageGroupCommand.js +2 -14
- package/dist-es/commands/UpdatePackageGroupOriginConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdatePackageVersionsStatusCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateExternalConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CopyPackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreatePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeletePackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribePackageVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRepositoryCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateExternalConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DisposePackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociatedPackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionAssetCommand.d.ts +3 -8
- package/dist-types/commands/GetPackageVersionReadmeCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ListAllowedRepositoriesForGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociatedPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionDependenciesCommand.d.ts +3 -8
- package/dist-types/commands/ListPackageVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoriesInDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListSubPackageGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PublishPackageVersionCommand.d.ts +3 -8
- package/dist-types/commands/PutDomainPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutPackageOriginConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutRepositoryPermissionsPolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePackageVersionsStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListAssociatedPackagesRequest, ListAssociatedPackagesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssociatedPackagesCommandInput extends ListAssociatedPackag
|
|
|
22
19
|
export interface ListAssociatedPackagesCommandOutput extends ListAssociatedPackagesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssociatedPackagesCommand_base: {
|
|
25
|
-
new (input: ListAssociatedPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssociatedPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssociatedPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssociatedPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListAssociatedPackagesCommandInput, ListAssociatedPackagesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of packages associated with the requested package group. For information package group association and matching, see
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListDomainsRequest, ListDomainsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {
|
|
|
22
19
|
export interface ListDomainsCommandOutput extends ListDomainsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDomainsCommand_base: {
|
|
25
|
-
new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns a list of <a href="https://docs.aws.amazon.com/codeartifact/latest/APIReference/API_PackageVersionDescription.html">DomainSummary</a> objects for all domains owned by the Amazon Web Services account that makes
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListPackageGroupsRequest, ListPackageGroupsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackageGroupsCommandInput extends ListPackageGroupsRequest
|
|
|
22
19
|
export interface ListPackageGroupsCommandOutput extends ListPackageGroupsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackageGroupsCommand_base: {
|
|
25
|
-
new (input: ListPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageGroupsCommandInput, ListPackageGroupsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of package groups in the requested domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListPackageVersionAssetsRequest, ListPackageVersionAssetsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackageVersionAssetsCommandInput extends ListPackageVersion
|
|
|
22
19
|
export interface ListPackageVersionAssetsCommandOutput extends ListPackageVersionAssetsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackageVersionAssetsCommand_base: {
|
|
25
|
-
new (input: ListPackageVersionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackageVersionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackageVersionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackageVersionAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionAssetsCommandInput, ListPackageVersionAssetsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListPackageVersionDependenciesRequest, ListPackageVersionDependenciesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackageVersionDependenciesCommandInput extends ListPackageV
|
|
|
22
19
|
export interface ListPackageVersionDependenciesCommandOutput extends ListPackageVersionDependenciesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackageVersionDependenciesCommand_base: {
|
|
25
|
-
new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackageVersionDependenciesCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionDependenciesCommandInput, ListPackageVersionDependenciesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListPackageVersionsRequest, ListPackageVersionsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackageVersionsCommandInput extends ListPackageVersionsRequ
|
|
|
22
19
|
export interface ListPackageVersionsCommandOutput extends ListPackageVersionsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackageVersionsCommand_base: {
|
|
25
|
-
new (input: ListPackageVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackageVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackageVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackageVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListPackagesRequest, ListPackagesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPackagesCommandInput extends ListPackagesRequest {
|
|
|
22
19
|
export interface ListPackagesCommandOutput extends ListPackagesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPackagesCommand_base: {
|
|
25
|
-
new (input: ListPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPackagesCommandInput): import("@smithy/core/client").CommandImpl<ListPackagesCommandInput, ListPackagesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListRepositoriesRequest, ListRepositoriesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRepositoriesCommandInput extends ListRepositoriesRequest {
|
|
|
22
19
|
export interface ListRepositoriesCommandOutput extends ListRepositoriesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRepositoriesCommand_base: {
|
|
25
|
-
new (input: ListRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListRepositoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListRepositoriesCommandInput]): import("@smithy/core/client").CommandImpl<ListRepositoriesCommandInput, ListRepositoriesCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListRepositoriesInDomainRequest, ListRepositoriesInDomainResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListRepositoriesInDomainCommandInput extends ListRepositoriesIn
|
|
|
22
19
|
export interface ListRepositoriesInDomainCommandOutput extends ListRepositoriesInDomainResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRepositoriesInDomainCommand_base: {
|
|
25
|
-
new (input: ListRepositoriesInDomainCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListRepositoriesInDomainCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListRepositoriesInDomainCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRepositoriesInDomainCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoriesInDomainCommandInput, ListRepositoriesInDomainCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListSubPackageGroupsRequest, ListSubPackageGroupsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListSubPackageGroupsCommandInput extends ListSubPackageGroupsRe
|
|
|
22
19
|
export interface ListSubPackageGroupsCommandOutput extends ListSubPackageGroupsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListSubPackageGroupsCommand_base: {
|
|
25
|
-
new (input: ListSubPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListSubPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListSubPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListSubPackageGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListSubPackageGroupsCommandInput, ListSubPackageGroupsCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of direct children of the specified package group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { PublishPackageVersionRequest, PublishPackageVersionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -23,11 +20,9 @@ export interface PublishPackageVersionCommandInput extends Omit<PublishPackageVe
|
|
|
23
20
|
export interface PublishPackageVersionCommandOutput extends PublishPackageVersionResult, __MetadataBearer {
|
|
24
21
|
}
|
|
25
22
|
declare const PublishPackageVersionCommand_base: {
|
|
26
|
-
new (input: PublishPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: PublishPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
23
|
+
new (input: PublishPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
new (input: PublishPackageVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishPackageVersionCommandInput, PublishPackageVersionCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
26
|
};
|
|
32
27
|
/**
|
|
33
28
|
* <p>Creates a new package version containing one or more assets (or files).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { PutDomainPermissionsPolicyRequest, PutDomainPermissionsPolicyResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutDomainPermissionsPolicyCommandInput extends PutDomainPermiss
|
|
|
22
19
|
export interface PutDomainPermissionsPolicyCommandOutput extends PutDomainPermissionsPolicyResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutDomainPermissionsPolicyCommand_base: {
|
|
25
|
-
new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutDomainPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutDomainPermissionsPolicyCommandInput, PutDomainPermissionsPolicyCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { PutPackageOriginConfigurationRequest, PutPackageOriginConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutPackageOriginConfigurationCommandInput extends PutPackageOri
|
|
|
22
19
|
export interface PutPackageOriginConfigurationCommandOutput extends PutPackageOriginConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutPackageOriginConfigurationCommand_base: {
|
|
25
|
-
new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutPackageOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutPackageOriginConfigurationCommandInput, PutPackageOriginConfigurationCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sets the package origin configuration for a package.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { PutRepositoryPermissionsPolicyRequest, PutRepositoryPermissionsPolicyResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRepositoryPermissionsPolicyCommandInput extends PutRepositor
|
|
|
22
19
|
export interface PutRepositoryPermissionsPolicyCommandOutput extends PutRepositoryPermissionsPolicyResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRepositoryPermissionsPolicyCommand_base: {
|
|
25
|
-
new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRepositoryPermissionsPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryPermissionsPolicyCommandInput, PutRepositoryPermissionsPolicyCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or updates tags for a resource in CodeArtifact.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from a resource in CodeArtifact.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { UpdatePackageGroupRequest, UpdatePackageGroupResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePackageGroupCommandInput extends UpdatePackageGroupReques
|
|
|
22
19
|
export interface UpdatePackageGroupCommandOutput extends UpdatePackageGroupResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePackageGroupCommand_base: {
|
|
25
|
-
new (input: UpdatePackageGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePackageGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePackageGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePackageGroupCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupCommandInput, UpdatePackageGroupCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a package group. This API cannot be used to update a package group's origin configuration or pattern. To update a
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { UpdatePackageGroupOriginConfigurationRequest, UpdatePackageGroupOriginConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePackageGroupOriginConfigurationCommandInput extends Updat
|
|
|
22
19
|
export interface UpdatePackageGroupOriginConfigurationCommandOutput extends UpdatePackageGroupOriginConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePackageGroupOriginConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePackageGroupOriginConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageGroupOriginConfigurationCommandInput, UpdatePackageGroupOriginConfigurationCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the package origin configuration for a package group.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { UpdatePackageVersionsStatusRequest, UpdatePackageVersionsStatusResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePackageVersionsStatusCommandInput extends UpdatePackageVe
|
|
|
22
19
|
export interface UpdatePackageVersionsStatusCommandOutput extends UpdatePackageVersionsStatusResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePackageVersionsStatusCommand_base: {
|
|
25
|
-
new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePackageVersionsStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdatePackageVersionsStatusCommandInput, UpdatePackageVersionsStatusCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeartifactClient";
|
|
4
2
|
import type { UpdateRepositoryRequest, UpdateRepositoryResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRepositoryCommandInput extends UpdateRepositoryRequest {
|
|
|
22
19
|
export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRepositoryCommand_base: {
|
|
25
|
-
new (input: UpdateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryCommandInput, UpdateRepositoryCommandOutput, import("..").CodeartifactClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|