@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,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
PutDomainPermissionsPolicyRequest,
|
|
10
4
|
PutDomainPermissionsPolicyResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutDomainPermissionsPolicyCommandInput
|
|
15
8
|
extends PutDomainPermissionsPolicyRequest {}
|
|
16
9
|
export interface PutDomainPermissionsPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutDomainPermissionsPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutDomainPermissionsPolicyCommandInput,
|
|
24
17
|
PutDomainPermissionsPolicyCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutDomainPermissionsPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutDomainPermissionsPolicyCommandInput,
|
|
33
26
|
PutDomainPermissionsPolicyCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutDomainPermissionsPolicyCommand extends PutDomainPermissionsPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
PutPackageOriginConfigurationRequest,
|
|
10
4
|
PutPackageOriginConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutPackageOriginConfigurationCommandInput
|
|
15
8
|
extends PutPackageOriginConfigurationRequest {}
|
|
16
9
|
export interface PutPackageOriginConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutPackageOriginConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutPackageOriginConfigurationCommandInput,
|
|
24
17
|
PutPackageOriginConfigurationCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutPackageOriginConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutPackageOriginConfigurationCommandInput,
|
|
33
26
|
PutPackageOriginConfigurationCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutPackageOriginConfigurationCommand extends PutPackageOriginConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
PutRepositoryPermissionsPolicyRequest,
|
|
10
4
|
PutRepositoryPermissionsPolicyResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutRepositoryPermissionsPolicyCommandInput
|
|
15
8
|
extends PutRepositoryPermissionsPolicyRequest {}
|
|
16
9
|
export interface PutRepositoryPermissionsPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
24
17
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PutRepositoryPermissionsPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
33
26
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PutRepositoryPermissionsPolicyCommand extends PutRepositoryPermissionsPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResult,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
CodeartifactClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
CodeartifactClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
12
5
|
export interface UntagResourceCommandOutput
|
|
13
6
|
extends UntagResourceResult,
|
|
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagResourceCommandInput,
|
|
20
13
|
UntagResourceCommandOutput,
|
|
21
|
-
CodeartifactClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagResourceCommandInput,
|
|
29
22
|
UntagResourceCommandOutput,
|
|
30
|
-
CodeartifactClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdatePackageGroupRequest,
|
|
10
4
|
UpdatePackageGroupResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdatePackageGroupCommandInput
|
|
15
8
|
extends UpdatePackageGroupRequest {}
|
|
16
9
|
export interface UpdatePackageGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdatePackageGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdatePackageGroupCommandInput,
|
|
24
17
|
UpdatePackageGroupCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdatePackageGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdatePackageGroupCommandInput,
|
|
33
26
|
UpdatePackageGroupCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdatePackageGroupCommand extends UpdatePackageGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdatePackageGroupOriginConfigurationRequest,
|
|
10
4
|
UpdatePackageGroupOriginConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdatePackageGroupOriginConfigurationCommandInput
|
|
15
8
|
extends UpdatePackageGroupOriginConfigurationRequest {}
|
|
16
9
|
export interface UpdatePackageGroupOriginConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdatePackageGroupOriginConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdatePackageGroupOriginConfigurationCommandInput,
|
|
24
17
|
UpdatePackageGroupOriginConfigurationCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdatePackageGroupOriginConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdatePackageGroupOriginConfigurationCommandInput,
|
|
33
26
|
UpdatePackageGroupOriginConfigurationCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdatePackageGroupOriginConfigurationCommand extends UpdatePackageGroupOriginConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdatePackageVersionsStatusRequest,
|
|
10
4
|
UpdatePackageVersionsStatusResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdatePackageVersionsStatusCommandInput
|
|
15
8
|
extends UpdatePackageVersionsStatusRequest {}
|
|
16
9
|
export interface UpdatePackageVersionsStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdatePackageVersionsStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdatePackageVersionsStatusCommandInput,
|
|
24
17
|
UpdatePackageVersionsStatusCommandOutput,
|
|
25
|
-
CodeartifactClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdatePackageVersionsStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdatePackageVersionsStatusCommandInput,
|
|
33
26
|
UpdatePackageVersionsStatusCommandOutput,
|
|
34
|
-
CodeartifactClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdatePackageVersionsStatusCommand extends UpdatePackageVersionsStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
CodeartifactClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeartifactClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateRepositoryRequest,
|
|
10
4
|
UpdateRepositoryResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateRepositoryCommandInput extends UpdateRepositoryRequest {}
|
|
15
8
|
export interface UpdateRepositoryCommandOutput
|
|
16
9
|
extends UpdateRepositoryResult,
|
|
@@ -21,22 +14,20 @@ declare const UpdateRepositoryCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdateRepositoryCommandInput,
|
|
23
16
|
UpdateRepositoryCommandOutput,
|
|
24
|
-
CodeartifactClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdateRepositoryCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdateRepositoryCommandInput,
|
|
32
25
|
UpdateRepositoryCommandOutput,
|
|
33
|
-
CodeartifactClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CodeartifactClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class UpdateRepositoryCommand extends UpdateRepositoryCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CodeartifactExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CodeartifactClientConfig } from "./CodeartifactClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
25
25
|
};
|
|
26
26
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
27
27
|
serviceId: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
30
31
|
utf8Encoder: (input: Uint8Array | string) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeartifact",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1078.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,15 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-
|
|
23
|
-
"@aws-
|
|
24
|
-
"@aws-sdk/
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@smithy/
|
|
28
|
-
"@smithy/
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.0",
|
|
30
|
-
"@smithy/types": "^4.15.0",
|
|
22
|
+
"@aws-sdk/core": "^3.974.26",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.61",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
31
29
|
"tslib": "^2.6.2"
|
|
32
30
|
},
|
|
33
31
|
"devDependencies": {
|