@aws-sdk/client-codeartifact 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Codeartifact.d.ts +157 -177
- package/dist-types/ts3.4/CodeartifactClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResult, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,25 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
StreamingBlobPayloadInputTypes,
|
|
4
|
-
} from "@smithy/types";
|
|
5
|
-
import {
|
|
6
|
-
PublishPackageVersionRequest,
|
|
7
|
-
PublishPackageVersionResult,
|
|
8
|
-
} from "../models/models_0";
|
|
1
|
+
import { MetadataBearer as __MetadataBearer, StreamingBlobPayloadInputTypes } from "@smithy/types";
|
|
2
|
+
import { PublishPackageVersionRequest, PublishPackageVersionResult } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export interface PublishPackageVersionCommandInput
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
> {
|
|
4
|
+
export interface PublishPackageVersionCommandInput extends Pick<
|
|
5
|
+
PublishPackageVersionRequest,
|
|
6
|
+
Exclude<keyof PublishPackageVersionRequest, "assetContent">
|
|
7
|
+
> {
|
|
15
8
|
assetContent: StreamingBlobPayloadInputTypes;
|
|
16
9
|
}
|
|
17
10
|
export interface PublishPackageVersionCommandOutput
|
|
18
|
-
extends PublishPackageVersionResult,
|
|
19
|
-
__MetadataBearer {}
|
|
11
|
+
extends PublishPackageVersionResult, __MetadataBearer {}
|
|
20
12
|
declare const PublishPackageVersionCommand_base: {
|
|
21
13
|
new (
|
|
22
|
-
input: PublishPackageVersionCommandInput
|
|
14
|
+
input: PublishPackageVersionCommandInput,
|
|
23
15
|
): import("@smithy/core/client").CommandImpl<
|
|
24
16
|
PublishPackageVersionCommandInput,
|
|
25
17
|
PublishPackageVersionCommandOutput,
|
|
@@ -28,7 +20,7 @@ declare const PublishPackageVersionCommand_base: {
|
|
|
28
20
|
import("..").ServiceOutputTypes
|
|
29
21
|
>;
|
|
30
22
|
new (
|
|
31
|
-
input: PublishPackageVersionCommandInput
|
|
23
|
+
input: PublishPackageVersionCommandInput,
|
|
32
24
|
): import("@smithy/core/client").CommandImpl<
|
|
33
25
|
PublishPackageVersionCommandInput,
|
|
34
26
|
PublishPackageVersionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutDomainPermissionsPolicyResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutDomainPermissionsPolicyCommandInput
|
|
8
|
-
extends PutDomainPermissionsPolicyRequest {}
|
|
7
|
+
export interface PutDomainPermissionsPolicyCommandInput extends PutDomainPermissionsPolicyRequest {}
|
|
9
8
|
export interface PutDomainPermissionsPolicyCommandOutput
|
|
10
|
-
extends PutDomainPermissionsPolicyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutDomainPermissionsPolicyResult, __MetadataBearer {}
|
|
12
10
|
declare const PutDomainPermissionsPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutDomainPermissionsPolicyCommandInput
|
|
12
|
+
input: PutDomainPermissionsPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutDomainPermissionsPolicyCommandInput,
|
|
17
15
|
PutDomainPermissionsPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutDomainPermissionsPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutDomainPermissionsPolicyCommandInput
|
|
21
|
+
input: PutDomainPermissionsPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutDomainPermissionsPolicyCommandInput,
|
|
26
24
|
PutDomainPermissionsPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutPackageOriginConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutPackageOriginConfigurationCommandInput
|
|
8
|
-
extends PutPackageOriginConfigurationRequest {}
|
|
7
|
+
export interface PutPackageOriginConfigurationCommandInput extends PutPackageOriginConfigurationRequest {}
|
|
9
8
|
export interface PutPackageOriginConfigurationCommandOutput
|
|
10
|
-
extends PutPackageOriginConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutPackageOriginConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const PutPackageOriginConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutPackageOriginConfigurationCommandInput
|
|
12
|
+
input: PutPackageOriginConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutPackageOriginConfigurationCommandInput,
|
|
17
15
|
PutPackageOriginConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutPackageOriginConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutPackageOriginConfigurationCommandInput
|
|
21
|
+
input: PutPackageOriginConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutPackageOriginConfigurationCommandInput,
|
|
26
24
|
PutPackageOriginConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutRepositoryPermissionsPolicyResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutRepositoryPermissionsPolicyCommandInput
|
|
8
|
-
extends PutRepositoryPermissionsPolicyRequest {}
|
|
7
|
+
export interface PutRepositoryPermissionsPolicyCommandInput extends PutRepositoryPermissionsPolicyRequest {}
|
|
9
8
|
export interface PutRepositoryPermissionsPolicyCommandOutput
|
|
10
|
-
extends PutRepositoryPermissionsPolicyResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutRepositoryPermissionsPolicyResult, __MetadataBearer {}
|
|
12
10
|
declare const PutRepositoryPermissionsPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutRepositoryPermissionsPolicyCommandInput
|
|
12
|
+
input: PutRepositoryPermissionsPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
17
15
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutRepositoryPermissionsPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutRepositoryPermissionsPolicyCommandInput
|
|
21
|
+
input: PutRepositoryPermissionsPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutRepositoryPermissionsPolicyCommandInput,
|
|
26
24
|
PutRepositoryPermissionsPolicyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
5
|
-
export interface UntagResourceCommandOutput
|
|
6
|
-
extends UntagResourceResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {}
|
|
8
6
|
declare const UntagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UntagResourceCommandInput,
|
|
13
11
|
UntagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UntagResourceCommandInput,
|
|
22
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdatePackageGroupRequest,
|
|
4
|
-
UpdatePackageGroupResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdatePackageGroupRequest, UpdatePackageGroupResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePackageGroupCommandInput
|
|
8
|
-
extends UpdatePackageGroupRequest {}
|
|
4
|
+
export interface UpdatePackageGroupCommandInput extends UpdatePackageGroupRequest {}
|
|
9
5
|
export interface UpdatePackageGroupCommandOutput
|
|
10
|
-
extends UpdatePackageGroupResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdatePackageGroupResult, __MetadataBearer {}
|
|
12
7
|
declare const UpdatePackageGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdatePackageGroupCommandInput
|
|
9
|
+
input: UpdatePackageGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdatePackageGroupCommandInput,
|
|
17
12
|
UpdatePackageGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdatePackageGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdatePackageGroupCommandInput
|
|
18
|
+
input: UpdatePackageGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdatePackageGroupCommandInput,
|
|
26
21
|
UpdatePackageGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdatePackageGroupOriginConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePackageGroupOriginConfigurationCommandInput
|
|
8
|
-
extends UpdatePackageGroupOriginConfigurationRequest {}
|
|
7
|
+
export interface UpdatePackageGroupOriginConfigurationCommandInput extends UpdatePackageGroupOriginConfigurationRequest {}
|
|
9
8
|
export interface UpdatePackageGroupOriginConfigurationCommandOutput
|
|
10
|
-
extends UpdatePackageGroupOriginConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdatePackageGroupOriginConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdatePackageGroupOriginConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdatePackageGroupOriginConfigurationCommandInput
|
|
12
|
+
input: UpdatePackageGroupOriginConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdatePackageGroupOriginConfigurationCommandInput,
|
|
17
15
|
UpdatePackageGroupOriginConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdatePackageGroupOriginConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdatePackageGroupOriginConfigurationCommandInput
|
|
21
|
+
input: UpdatePackageGroupOriginConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdatePackageGroupOriginConfigurationCommandInput,
|
|
26
24
|
UpdatePackageGroupOriginConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdatePackageVersionsStatusResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdatePackageVersionsStatusCommandInput
|
|
8
|
-
extends UpdatePackageVersionsStatusRequest {}
|
|
7
|
+
export interface UpdatePackageVersionsStatusCommandInput extends UpdatePackageVersionsStatusRequest {}
|
|
9
8
|
export interface UpdatePackageVersionsStatusCommandOutput
|
|
10
|
-
extends UpdatePackageVersionsStatusResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdatePackageVersionsStatusResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdatePackageVersionsStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdatePackageVersionsStatusCommandInput
|
|
12
|
+
input: UpdatePackageVersionsStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdatePackageVersionsStatusCommandInput,
|
|
17
15
|
UpdatePackageVersionsStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdatePackageVersionsStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdatePackageVersionsStatusCommandInput
|
|
21
|
+
input: UpdatePackageVersionsStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdatePackageVersionsStatusCommandInput,
|
|
26
24
|
UpdatePackageVersionsStatusCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRepositoryRequest,
|
|
4
|
-
UpdateRepositoryResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRepositoryRequest, UpdateRepositoryResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateRepositoryCommandInput extends UpdateRepositoryRequest {}
|
|
8
|
-
export interface UpdateRepositoryCommandOutput
|
|
9
|
-
extends UpdateRepositoryResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateRepositoryCommandOutput extends UpdateRepositoryResult, __MetadataBearer {}
|
|
11
6
|
declare const UpdateRepositoryCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateRepositoryCommandInput
|
|
8
|
+
input: UpdateRepositoryCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateRepositoryCommandInput,
|
|
16
11
|
UpdateRepositoryCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateRepositoryCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateRepositoryCommandInput
|
|
17
|
+
input: UpdateRepositoryCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateRepositoryCommandInput,
|
|
25
20
|
UpdateRepositoryCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeartifactExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -72,8 +72,7 @@ export declare const PackageVersionStatus: {
|
|
|
72
72
|
readonly UNFINISHED: "Unfinished";
|
|
73
73
|
readonly UNLISTED: "Unlisted";
|
|
74
74
|
};
|
|
75
|
-
export type PackageVersionStatus =
|
|
76
|
-
(typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
75
|
+
export type PackageVersionStatus = (typeof PackageVersionStatus)[keyof typeof PackageVersionStatus];
|
|
77
76
|
export declare const DomainStatus: {
|
|
78
77
|
readonly ACTIVE: "Active";
|
|
79
78
|
readonly DELETED: "Deleted";
|
|
@@ -4,9 +4,7 @@ import { ResourceType, ValidationExceptionReason } from "./enums";
|
|
|
4
4
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
5
|
readonly name: "AccessDeniedException";
|
|
6
6
|
readonly $fault: "client";
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class ConflictException extends __BaseException {
|
|
12
10
|
readonly name: "ConflictException";
|
|
@@ -18,41 +16,31 @@ export declare class ConflictException extends __BaseException {
|
|
|
18
16
|
export declare class InternalServerException extends __BaseException {
|
|
19
17
|
readonly name: "InternalServerException";
|
|
20
18
|
readonly $fault: "server";
|
|
21
|
-
constructor(
|
|
22
|
-
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
23
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
24
20
|
}
|
|
25
21
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
26
22
|
readonly name: "ResourceNotFoundException";
|
|
27
23
|
readonly $fault: "client";
|
|
28
24
|
resourceId?: string | undefined;
|
|
29
25
|
resourceType?: ResourceType | undefined;
|
|
30
|
-
constructor(
|
|
31
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
32
|
-
);
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
33
27
|
}
|
|
34
28
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
35
29
|
readonly name: "ServiceQuotaExceededException";
|
|
36
30
|
readonly $fault: "client";
|
|
37
31
|
resourceId?: string | undefined;
|
|
38
32
|
resourceType?: ResourceType | undefined;
|
|
39
|
-
constructor(
|
|
40
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
41
|
-
);
|
|
33
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
42
34
|
}
|
|
43
35
|
export declare class ThrottlingException extends __BaseException {
|
|
44
36
|
readonly name: "ThrottlingException";
|
|
45
37
|
readonly $fault: "client";
|
|
46
38
|
retryAfterSeconds?: number | undefined;
|
|
47
|
-
constructor(
|
|
48
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
49
|
-
);
|
|
39
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
50
40
|
}
|
|
51
41
|
export declare class ValidationException extends __BaseException {
|
|
52
42
|
readonly name: "ValidationException";
|
|
53
43
|
readonly $fault: "client";
|
|
54
44
|
reason?: ValidationExceptionReason | undefined;
|
|
55
|
-
constructor(
|
|
56
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
57
|
-
);
|
|
45
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
58
46
|
}
|
|
@@ -123,9 +123,7 @@ export interface PackageGroupOriginRestriction {
|
|
|
123
123
|
}
|
|
124
124
|
export interface PackageGroupOriginConfiguration {
|
|
125
125
|
restrictions?:
|
|
126
|
-
| Partial<
|
|
127
|
-
Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestriction>
|
|
128
|
-
>
|
|
126
|
+
| Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestriction>>
|
|
129
127
|
| undefined;
|
|
130
128
|
}
|
|
131
129
|
export interface PackageGroupDescription {
|
|
@@ -700,12 +698,7 @@ export interface UpdatePackageGroupOriginConfigurationRequest {
|
|
|
700
698
|
domainOwner?: string | undefined;
|
|
701
699
|
packageGroup: string | undefined;
|
|
702
700
|
restrictions?:
|
|
703
|
-
| Partial<
|
|
704
|
-
Record<
|
|
705
|
-
PackageGroupOriginRestrictionType,
|
|
706
|
-
PackageGroupOriginRestrictionMode
|
|
707
|
-
>
|
|
708
|
-
>
|
|
701
|
+
| Partial<Record<PackageGroupOriginRestrictionType, PackageGroupOriginRestrictionMode>>
|
|
709
702
|
| undefined;
|
|
710
703
|
addAllowedRepositories?: PackageGroupAllowedRepository[] | undefined;
|
|
711
704
|
removeAllowedRepositories?: PackageGroupAllowedRepository[] | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CodeartifactClient } from "../CodeartifactClient";
|
|
3
|
-
export interface CodeartifactPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CodeartifactPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CodeartifactClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDomainsCommandInput,
|
|
4
|
-
ListDomainsCommandOutput,
|
|
5
|
-
} from "../commands/ListDomainsCommand";
|
|
2
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
6
3
|
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListDomains: (
|
|
8
5
|
config: CodeartifactPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -54,13 +46,8 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
56
48
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
57
|
-
userAgentAppId?:
|
|
58
|
-
|
|
59
|
-
| undefined
|
|
60
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
61
|
-
retryStrategy?:
|
|
62
|
-
| import("@smithy/types").RetryStrategy
|
|
63
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
49
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
64
51
|
endpoint?:
|
|
65
52
|
| ((
|
|
66
53
|
| string
|
|
@@ -82,7 +69,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
82
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
83
70
|
context?: {
|
|
84
71
|
logger?: import("@smithy/types").Logger;
|
|
85
|
-
}
|
|
72
|
+
},
|
|
86
73
|
) => import("@smithy/types").EndpointV2;
|
|
87
74
|
tls?: boolean;
|
|
88
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -95,13 +82,13 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
95
82
|
signer?:
|
|
96
83
|
| import("@smithy/types").RequestSigner
|
|
97
84
|
| ((
|
|
98
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
85
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
99
86
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
100
87
|
signingEscapePath?: boolean;
|
|
101
88
|
systemClockOffset?: number;
|
|
102
89
|
signingRegion?: string;
|
|
103
90
|
signerConstructor?: new (
|
|
104
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
105
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
92
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
106
93
|
) => import("@smithy/types").RequestSigner;
|
|
107
94
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -54,9 +48,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
56
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
57
|
-
retryStrategy?:
|
|
58
|
-
| import("@smithy/types").RetryStrategy
|
|
59
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
51
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
60
52
|
endpoint?:
|
|
61
53
|
| ((
|
|
62
54
|
| string
|
|
@@ -78,7 +70,7 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
78
70
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
79
71
|
context?: {
|
|
80
72
|
logger?: import("@smithy/types").Logger;
|
|
81
|
-
}
|
|
73
|
+
},
|
|
82
74
|
) => import("@smithy/types").EndpointV2;
|
|
83
75
|
tls?: boolean;
|
|
84
76
|
serviceConfiguredEndpoint?: never;
|
|
@@ -90,13 +82,13 @@ export declare const getRuntimeConfig: (config: CodeartifactClientConfig) => {
|
|
|
90
82
|
signer?:
|
|
91
83
|
| import("@smithy/types").RequestSigner
|
|
92
84
|
| ((
|
|
93
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
85
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
94
86
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
95
87
|
signingEscapePath?: boolean;
|
|
96
88
|
systemClockOffset?: number;
|
|
97
89
|
signingRegion?: string;
|
|
98
90
|
signerConstructor?: new (
|
|
99
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
100
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
92
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
101
93
|
) => import("@smithy/types").RequestSigner;
|
|
102
94
|
};
|