@aws-sdk/client-codeartifact 3.169.0 → 3.171.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/ts3.4/Codeartifact.d.ts +622 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +321 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +925 -1212
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateRepositoryRequest,
|
|
15
|
+
CreateRepositoryResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
18
|
+
export interface CreateRepositoryCommandOutput
|
|
19
|
+
extends CreateRepositoryResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateRepositoryCommand extends $Command<
|
|
22
|
+
CreateRepositoryCommandInput,
|
|
23
|
+
CreateRepositoryCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateRepositoryCommandInput;
|
|
27
|
+
constructor(input: CreateRepositoryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0";
|
|
14
|
+
export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
15
|
+
export interface DeleteDomainCommandOutput
|
|
16
|
+
extends DeleteDomainResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteDomainCommand extends $Command<
|
|
19
|
+
DeleteDomainCommandInput,
|
|
20
|
+
DeleteDomainCommandOutput,
|
|
21
|
+
CodeartifactClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteDomainCommandInput;
|
|
24
|
+
constructor(input: DeleteDomainCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDomainPermissionsPolicyRequest,
|
|
15
|
+
DeleteDomainPermissionsPolicyResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDomainPermissionsPolicyCommandInput
|
|
18
|
+
extends DeleteDomainPermissionsPolicyRequest {}
|
|
19
|
+
export interface DeleteDomainPermissionsPolicyCommandOutput
|
|
20
|
+
extends DeleteDomainPermissionsPolicyResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDomainPermissionsPolicyCommand extends $Command<
|
|
23
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
24
|
+
DeleteDomainPermissionsPolicyCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDomainPermissionsPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteDomainPermissionsPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDomainPermissionsPolicyCommandInput,
|
|
35
|
+
DeleteDomainPermissionsPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DeletePackageVersionsRequest,
|
|
15
|
+
DeletePackageVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeletePackageVersionsCommandInput
|
|
18
|
+
extends DeletePackageVersionsRequest {}
|
|
19
|
+
export interface DeletePackageVersionsCommandOutput
|
|
20
|
+
extends DeletePackageVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeletePackageVersionsCommand extends $Command<
|
|
23
|
+
DeletePackageVersionsCommandInput,
|
|
24
|
+
DeletePackageVersionsCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeletePackageVersionsCommandInput;
|
|
28
|
+
constructor(input: DeletePackageVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeletePackageVersionsCommandInput,
|
|
35
|
+
DeletePackageVersionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteRepositoryRequest,
|
|
15
|
+
DeleteRepositoryResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
18
|
+
export interface DeleteRepositoryCommandOutput
|
|
19
|
+
extends DeleteRepositoryResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteRepositoryCommand extends $Command<
|
|
22
|
+
DeleteRepositoryCommandInput,
|
|
23
|
+
DeleteRepositoryCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteRepositoryCommandInput;
|
|
27
|
+
constructor(input: DeleteRepositoryCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteRepositoryPermissionsPolicyRequest,
|
|
15
|
+
DeleteRepositoryPermissionsPolicyResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRepositoryPermissionsPolicyCommandInput
|
|
18
|
+
extends DeleteRepositoryPermissionsPolicyRequest {}
|
|
19
|
+
export interface DeleteRepositoryPermissionsPolicyCommandOutput
|
|
20
|
+
extends DeleteRepositoryPermissionsPolicyResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteRepositoryPermissionsPolicyCommand extends $Command<
|
|
23
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
24
|
+
DeleteRepositoryPermissionsPolicyCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteRepositoryPermissionsPolicyCommandInput;
|
|
28
|
+
constructor(input: DeleteRepositoryPermissionsPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteRepositoryPermissionsPolicyCommandInput,
|
|
35
|
+
DeleteRepositoryPermissionsPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeDomainRequest,
|
|
15
|
+
DescribeDomainResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDomainCommandInput extends DescribeDomainRequest {}
|
|
18
|
+
export interface DescribeDomainCommandOutput
|
|
19
|
+
extends DescribeDomainResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribeDomainCommand extends $Command<
|
|
22
|
+
DescribeDomainCommandInput,
|
|
23
|
+
DescribeDomainCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribeDomainCommandInput;
|
|
27
|
+
constructor(input: DescribeDomainCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePackageRequest,
|
|
15
|
+
DescribePackageResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePackageCommandInput extends DescribePackageRequest {}
|
|
18
|
+
export interface DescribePackageCommandOutput
|
|
19
|
+
extends DescribePackageResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DescribePackageCommand extends $Command<
|
|
22
|
+
DescribePackageCommandInput,
|
|
23
|
+
DescribePackageCommandOutput,
|
|
24
|
+
CodeartifactClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DescribePackageCommandInput;
|
|
27
|
+
constructor(input: DescribePackageCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DescribePackageCommandInput, DescribePackageCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribePackageVersionRequest,
|
|
15
|
+
DescribePackageVersionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribePackageVersionCommandInput
|
|
18
|
+
extends DescribePackageVersionRequest {}
|
|
19
|
+
export interface DescribePackageVersionCommandOutput
|
|
20
|
+
extends DescribePackageVersionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribePackageVersionCommand extends $Command<
|
|
23
|
+
DescribePackageVersionCommandInput,
|
|
24
|
+
DescribePackageVersionCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribePackageVersionCommandInput;
|
|
28
|
+
constructor(input: DescribePackageVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribePackageVersionCommandInput,
|
|
35
|
+
DescribePackageVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRepositoryRequest,
|
|
15
|
+
DescribeRepositoryResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRepositoryCommandInput
|
|
18
|
+
extends DescribeRepositoryRequest {}
|
|
19
|
+
export interface DescribeRepositoryCommandOutput
|
|
20
|
+
extends DescribeRepositoryResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeRepositoryCommand extends $Command<
|
|
23
|
+
DescribeRepositoryCommandInput,
|
|
24
|
+
DescribeRepositoryCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeRepositoryCommandInput;
|
|
28
|
+
constructor(input: DescribeRepositoryCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DescribeRepositoryCommandInput, DescribeRepositoryCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeartifactClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeartifactClient";
|
|
13
|
+
import {
|
|
14
|
+
DisassociateExternalConnectionRequest,
|
|
15
|
+
DisassociateExternalConnectionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateExternalConnectionCommandInput
|
|
18
|
+
extends DisassociateExternalConnectionRequest {}
|
|
19
|
+
export interface DisassociateExternalConnectionCommandOutput
|
|
20
|
+
extends DisassociateExternalConnectionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DisassociateExternalConnectionCommand extends $Command<
|
|
23
|
+
DisassociateExternalConnectionCommandInput,
|
|
24
|
+
DisassociateExternalConnectionCommandOutput,
|
|
25
|
+
CodeartifactClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisassociateExternalConnectionCommandInput;
|
|
28
|
+
constructor(input: DisassociateExternalConnectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DisassociateExternalConnectionCommandInput,
|
|
35
|
+
DisassociateExternalConnectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|