@aws-sdk/client-codeartifact 3.170.0 → 3.178.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/CHANGELOG.md +16 -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/ts3.4/Codeartifact.d.ts +0 -36
- package/dist-types/ts3.4/CodeartifactClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface GetDomainPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface GetDomainPermissionsPolicyCommandOutput
|
|
20
20
|
extends GetDomainPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDomainPermissionsPolicyCommand extends $Command<
|
|
24
23
|
GetDomainPermissionsPolicyCommandInput,
|
|
25
24
|
GetDomainPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDomainPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDomainPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: GetDomainPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPackageVersionAssetCommandInput
|
|
|
19
19
|
export interface GetPackageVersionAssetCommandOutput
|
|
20
20
|
extends GetPackageVersionAssetResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPackageVersionAssetCommand extends $Command<
|
|
24
23
|
GetPackageVersionAssetCommandInput,
|
|
25
24
|
GetPackageVersionAssetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPackageVersionAssetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPackageVersionAssetCommandInput;
|
|
29
28
|
constructor(input: GetPackageVersionAssetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPackageVersionReadmeCommandInput
|
|
|
19
19
|
export interface GetPackageVersionReadmeCommandOutput
|
|
20
20
|
extends GetPackageVersionReadmeResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPackageVersionReadmeCommand extends $Command<
|
|
24
23
|
GetPackageVersionReadmeCommandInput,
|
|
25
24
|
GetPackageVersionReadmeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPackageVersionReadmeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPackageVersionReadmeCommandInput;
|
|
29
28
|
constructor(input: GetPackageVersionReadmeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRepositoryEndpointCommandInput
|
|
|
19
19
|
export interface GetRepositoryEndpointCommandOutput
|
|
20
20
|
extends GetRepositoryEndpointResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRepositoryEndpointCommand extends $Command<
|
|
24
23
|
GetRepositoryEndpointCommandInput,
|
|
25
24
|
GetRepositoryEndpointCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRepositoryEndpointCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRepositoryEndpointCommandInput;
|
|
29
28
|
constructor(input: GetRepositoryEndpointCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRepositoryPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface GetRepositoryPermissionsPolicyCommandOutput
|
|
20
20
|
extends GetRepositoryPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRepositoryPermissionsPolicyCommand extends $Command<
|
|
24
23
|
GetRepositoryPermissionsPolicyCommandInput,
|
|
25
24
|
GetRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRepositoryPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRepositoryPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: GetRepositoryPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDomainsCommandInput extends ListDomainsRequest {}
|
|
|
15
15
|
export interface ListDomainsCommandOutput
|
|
16
16
|
extends ListDomainsResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDomainsCommand extends $Command<
|
|
20
19
|
ListDomainsCommandInput,
|
|
21
20
|
ListDomainsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDomainsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDomainsCommandInput;
|
|
25
24
|
constructor(input: ListDomainsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPackageVersionAssetsCommandInput
|
|
|
19
19
|
export interface ListPackageVersionAssetsCommandOutput
|
|
20
20
|
extends ListPackageVersionAssetsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPackageVersionAssetsCommand extends $Command<
|
|
24
23
|
ListPackageVersionAssetsCommandInput,
|
|
25
24
|
ListPackageVersionAssetsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPackageVersionAssetsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPackageVersionAssetsCommandInput;
|
|
29
28
|
constructor(input: ListPackageVersionAssetsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPackageVersionDependenciesCommandInput
|
|
|
19
19
|
export interface ListPackageVersionDependenciesCommandOutput
|
|
20
20
|
extends ListPackageVersionDependenciesResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPackageVersionDependenciesCommand extends $Command<
|
|
24
23
|
ListPackageVersionDependenciesCommandInput,
|
|
25
24
|
ListPackageVersionDependenciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPackageVersionDependenciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPackageVersionDependenciesCommandInput;
|
|
29
28
|
constructor(input: ListPackageVersionDependenciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListPackageVersionsCommandInput
|
|
|
19
19
|
export interface ListPackageVersionsCommandOutput
|
|
20
20
|
extends ListPackageVersionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListPackageVersionsCommand extends $Command<
|
|
24
23
|
ListPackageVersionsCommandInput,
|
|
25
24
|
ListPackageVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListPackageVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListPackageVersionsCommandInput;
|
|
29
28
|
constructor(input: ListPackageVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListPackagesCommandInput extends ListPackagesRequest {}
|
|
|
15
15
|
export interface ListPackagesCommandOutput
|
|
16
16
|
extends ListPackagesResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListPackagesCommand extends $Command<
|
|
20
19
|
ListPackagesCommandInput,
|
|
21
20
|
ListPackagesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListPackagesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListPackagesCommandInput;
|
|
25
24
|
constructor(input: ListPackagesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListRepositoriesCommandInput extends ListRepositoriesRequest {}
|
|
|
18
18
|
export interface ListRepositoriesCommandOutput
|
|
19
19
|
extends ListRepositoriesResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListRepositoriesCommand extends $Command<
|
|
23
22
|
ListRepositoriesCommandInput,
|
|
24
23
|
ListRepositoriesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListRepositoriesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListRepositoriesCommandInput;
|
|
28
27
|
constructor(input: ListRepositoriesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRepositoriesInDomainCommandInput
|
|
|
19
19
|
export interface ListRepositoriesInDomainCommandOutput
|
|
20
20
|
extends ListRepositoriesInDomainResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRepositoriesInDomainCommand extends $Command<
|
|
24
23
|
ListRepositoriesInDomainCommandInput,
|
|
25
24
|
ListRepositoriesInDomainCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRepositoriesInDomainCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRepositoriesInDomainCommandInput;
|
|
29
28
|
constructor(input: ListRepositoriesInDomainCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutDomainPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface PutDomainPermissionsPolicyCommandOutput
|
|
20
20
|
extends PutDomainPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutDomainPermissionsPolicyCommand extends $Command<
|
|
24
23
|
PutDomainPermissionsPolicyCommandInput,
|
|
25
24
|
PutDomainPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutDomainPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutDomainPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: PutDomainPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutPackageOriginConfigurationCommandInput
|
|
|
19
19
|
export interface PutPackageOriginConfigurationCommandOutput
|
|
20
20
|
extends PutPackageOriginConfigurationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutPackageOriginConfigurationCommand extends $Command<
|
|
24
23
|
PutPackageOriginConfigurationCommandInput,
|
|
25
24
|
PutPackageOriginConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutPackageOriginConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutPackageOriginConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutPackageOriginConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutRepositoryPermissionsPolicyCommandInput
|
|
|
19
19
|
export interface PutRepositoryPermissionsPolicyCommandOutput
|
|
20
20
|
extends PutRepositoryPermissionsPolicyResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutRepositoryPermissionsPolicyCommand extends $Command<
|
|
24
23
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
25
24
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutRepositoryPermissionsPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutRepositoryPermissionsPolicyCommandInput;
|
|
29
28
|
constructor(input: PutRepositoryPermissionsPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdatePackageVersionsStatusCommandInput
|
|
|
19
19
|
export interface UpdatePackageVersionsStatusCommandOutput
|
|
20
20
|
extends UpdatePackageVersionsStatusResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdatePackageVersionsStatusCommand extends $Command<
|
|
24
23
|
UpdatePackageVersionsStatusCommandInput,
|
|
25
24
|
UpdatePackageVersionsStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdatePackageVersionsStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdatePackageVersionsStatusCommandInput;
|
|
29
28
|
constructor(input: UpdatePackageVersionsStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateRepositoryCommandInput extends UpdateRepositoryRequest {}
|
|
|
18
18
|
export interface UpdateRepositoryCommandOutput
|
|
19
19
|
extends UpdateRepositoryResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateRepositoryCommand extends $Command<
|
|
23
22
|
UpdateRepositoryCommandInput,
|
|
24
23
|
UpdateRepositoryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateRepositoryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateRepositoryCommandInput;
|
|
28
27
|
constructor(input: UpdateRepositoryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeartifactClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeartifactServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|