@aws-sdk/client-codeartifact 3.168.0 → 3.170.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 +658 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +346 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +37 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1311 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DisposePackageVersionsRequest,
|
|
15
|
+
DisposePackageVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisposePackageVersionsCommandInput
|
|
18
|
+
extends DisposePackageVersionsRequest {}
|
|
19
|
+
export interface DisposePackageVersionsCommandOutput
|
|
20
|
+
extends DisposePackageVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisposePackageVersionsCommand extends $Command<
|
|
24
|
+
DisposePackageVersionsCommandInput,
|
|
25
|
+
DisposePackageVersionsCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisposePackageVersionsCommandInput;
|
|
29
|
+
constructor(input: DisposePackageVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisposePackageVersionsCommandInput,
|
|
37
|
+
DisposePackageVersionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetAuthorizationTokenRequest,
|
|
15
|
+
GetAuthorizationTokenResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetAuthorizationTokenCommandInput
|
|
18
|
+
extends GetAuthorizationTokenRequest {}
|
|
19
|
+
export interface GetAuthorizationTokenCommandOutput
|
|
20
|
+
extends GetAuthorizationTokenResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetAuthorizationTokenCommand extends $Command<
|
|
24
|
+
GetAuthorizationTokenCommandInput,
|
|
25
|
+
GetAuthorizationTokenCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetAuthorizationTokenCommandInput;
|
|
29
|
+
constructor(input: GetAuthorizationTokenCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetAuthorizationTokenCommandInput,
|
|
37
|
+
GetAuthorizationTokenCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetDomainPermissionsPolicyRequest,
|
|
15
|
+
GetDomainPermissionsPolicyResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDomainPermissionsPolicyCommandInput
|
|
18
|
+
extends GetDomainPermissionsPolicyRequest {}
|
|
19
|
+
export interface GetDomainPermissionsPolicyCommandOutput
|
|
20
|
+
extends GetDomainPermissionsPolicyResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetDomainPermissionsPolicyCommand extends $Command<
|
|
24
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
25
|
+
GetDomainPermissionsPolicyCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetDomainPermissionsPolicyCommandInput;
|
|
29
|
+
constructor(input: GetDomainPermissionsPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetDomainPermissionsPolicyCommandInput,
|
|
37
|
+
GetDomainPermissionsPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetPackageVersionAssetRequest,
|
|
15
|
+
GetPackageVersionAssetResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPackageVersionAssetCommandInput
|
|
18
|
+
extends GetPackageVersionAssetRequest {}
|
|
19
|
+
export interface GetPackageVersionAssetCommandOutput
|
|
20
|
+
extends GetPackageVersionAssetResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPackageVersionAssetCommand extends $Command<
|
|
24
|
+
GetPackageVersionAssetCommandInput,
|
|
25
|
+
GetPackageVersionAssetCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPackageVersionAssetCommandInput;
|
|
29
|
+
constructor(input: GetPackageVersionAssetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPackageVersionAssetCommandInput,
|
|
37
|
+
GetPackageVersionAssetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetPackageVersionReadmeRequest,
|
|
15
|
+
GetPackageVersionReadmeResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetPackageVersionReadmeCommandInput
|
|
18
|
+
extends GetPackageVersionReadmeRequest {}
|
|
19
|
+
export interface GetPackageVersionReadmeCommandOutput
|
|
20
|
+
extends GetPackageVersionReadmeResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPackageVersionReadmeCommand extends $Command<
|
|
24
|
+
GetPackageVersionReadmeCommandInput,
|
|
25
|
+
GetPackageVersionReadmeCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPackageVersionReadmeCommandInput;
|
|
29
|
+
constructor(input: GetPackageVersionReadmeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetPackageVersionReadmeCommandInput,
|
|
37
|
+
GetPackageVersionReadmeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetRepositoryEndpointRequest,
|
|
15
|
+
GetRepositoryEndpointResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRepositoryEndpointCommandInput
|
|
18
|
+
extends GetRepositoryEndpointRequest {}
|
|
19
|
+
export interface GetRepositoryEndpointCommandOutput
|
|
20
|
+
extends GetRepositoryEndpointResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRepositoryEndpointCommand extends $Command<
|
|
24
|
+
GetRepositoryEndpointCommandInput,
|
|
25
|
+
GetRepositoryEndpointCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRepositoryEndpointCommandInput;
|
|
29
|
+
constructor(input: GetRepositoryEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRepositoryEndpointCommandInput,
|
|
37
|
+
GetRepositoryEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetRepositoryPermissionsPolicyRequest,
|
|
15
|
+
GetRepositoryPermissionsPolicyResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetRepositoryPermissionsPolicyCommandInput
|
|
18
|
+
extends GetRepositoryPermissionsPolicyRequest {}
|
|
19
|
+
export interface GetRepositoryPermissionsPolicyCommandOutput
|
|
20
|
+
extends GetRepositoryPermissionsPolicyResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRepositoryPermissionsPolicyCommand extends $Command<
|
|
24
|
+
GetRepositoryPermissionsPolicyCommandInput,
|
|
25
|
+
GetRepositoryPermissionsPolicyCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRepositoryPermissionsPolicyCommandInput;
|
|
29
|
+
constructor(input: GetRepositoryPermissionsPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRepositoryPermissionsPolicyCommandInput,
|
|
37
|
+
GetRepositoryPermissionsPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ListDomainsRequest, ListDomainsResult } from "../models/models_0";
|
|
14
|
+
export interface ListDomainsCommandInput extends ListDomainsRequest {}
|
|
15
|
+
export interface ListDomainsCommandOutput
|
|
16
|
+
extends ListDomainsResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListDomainsCommand extends $Command<
|
|
20
|
+
ListDomainsCommandInput,
|
|
21
|
+
ListDomainsCommandOutput,
|
|
22
|
+
CodeartifactClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListDomainsCommandInput;
|
|
25
|
+
constructor(input: ListDomainsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListPackageVersionAssetsRequest,
|
|
15
|
+
ListPackageVersionAssetsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPackageVersionAssetsCommandInput
|
|
18
|
+
extends ListPackageVersionAssetsRequest {}
|
|
19
|
+
export interface ListPackageVersionAssetsCommandOutput
|
|
20
|
+
extends ListPackageVersionAssetsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPackageVersionAssetsCommand extends $Command<
|
|
24
|
+
ListPackageVersionAssetsCommandInput,
|
|
25
|
+
ListPackageVersionAssetsCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPackageVersionAssetsCommandInput;
|
|
29
|
+
constructor(input: ListPackageVersionAssetsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPackageVersionAssetsCommandInput,
|
|
37
|
+
ListPackageVersionAssetsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ListPackageVersionDependenciesRequest,
|
|
15
|
+
ListPackageVersionDependenciesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPackageVersionDependenciesCommandInput
|
|
18
|
+
extends ListPackageVersionDependenciesRequest {}
|
|
19
|
+
export interface ListPackageVersionDependenciesCommandOutput
|
|
20
|
+
extends ListPackageVersionDependenciesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPackageVersionDependenciesCommand extends $Command<
|
|
24
|
+
ListPackageVersionDependenciesCommandInput,
|
|
25
|
+
ListPackageVersionDependenciesCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPackageVersionDependenciesCommandInput;
|
|
29
|
+
constructor(input: ListPackageVersionDependenciesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListPackageVersionDependenciesCommandInput,
|
|
37
|
+
ListPackageVersionDependenciesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ListPackageVersionsRequest,
|
|
15
|
+
ListPackageVersionsResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListPackageVersionsCommandInput
|
|
18
|
+
extends ListPackageVersionsRequest {}
|
|
19
|
+
export interface ListPackageVersionsCommandOutput
|
|
20
|
+
extends ListPackageVersionsResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListPackageVersionsCommand extends $Command<
|
|
24
|
+
ListPackageVersionsCommandInput,
|
|
25
|
+
ListPackageVersionsCommandOutput,
|
|
26
|
+
CodeartifactClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListPackageVersionsCommandInput;
|
|
29
|
+
constructor(input: ListPackageVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeartifactClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListPackageVersionsCommandInput, ListPackageVersionsCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|