@aws-sdk/client-codecommit 3.477.0 → 3.479.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/README.md +13 -0
- package/dist-cjs/CodeCommit.js +2 -0
- package/dist-cjs/commands/UpdateRepositoryEncryptionKeyCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +38 -30
- package/dist-cjs/models/models_1.js +40 -1
- package/dist-cjs/pagination/DescribeMergeConflictsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePullRequestEventsPaginator.js +2 -24
- package/dist-cjs/pagination/GetCommentReactionsPaginator.js +2 -24
- package/dist-cjs/pagination/GetCommentsForComparedCommitPaginator.js +2 -24
- package/dist-cjs/pagination/GetCommentsForPullRequestPaginator.js +2 -24
- package/dist-cjs/pagination/GetDifferencesPaginator.js +2 -24
- package/dist-cjs/pagination/GetMergeConflictsPaginator.js +2 -24
- package/dist-cjs/pagination/ListApprovalRuleTemplatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListBranchesPaginator.js +2 -23
- package/dist-cjs/pagination/ListFileCommitHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListPullRequestsPaginator.js +2 -24
- package/dist-cjs/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +2 -24
- package/dist-cjs/pagination/ListRepositoriesPaginator.js +2 -23
- package/dist-cjs/protocols/Aws_json1_1.js +110 -5
- package/dist-es/CodeCommit.js +2 -0
- package/dist-es/commands/UpdateRepositoryEncryptionKeyCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +32 -24
- package/dist-es/models/models_1.js +36 -0
- package/dist-es/pagination/DescribeMergeConflictsPaginator.js +2 -23
- package/dist-es/pagination/DescribePullRequestEventsPaginator.js +2 -23
- package/dist-es/pagination/GetCommentReactionsPaginator.js +2 -23
- package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +2 -23
- package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +2 -23
- package/dist-es/pagination/GetDifferencesPaginator.js +2 -23
- package/dist-es/pagination/GetMergeConflictsPaginator.js +2 -23
- package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +2 -23
- package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +2 -23
- package/dist-es/pagination/ListBranchesPaginator.js +2 -22
- package/dist-es/pagination/ListFileCommitHistoryPaginator.js +2 -23
- package/dist-es/pagination/ListPullRequestsPaginator.js +2 -23
- package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +2 -23
- package/dist-es/pagination/ListRepositoriesPaginator.js +2 -22
- package/dist-es/protocols/Aws_json1_1.js +105 -2
- package/dist-types/CodeCommit.d.ts +12 -0
- package/dist-types/CodeCommitClient.d.ts +8 -2
- package/dist-types/commands/BatchGetRepositoriesCommand.d.ts +9 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +9 -0
- package/dist-types/commands/GetRepositoryCommand.d.ts +1 -0
- package/dist-types/commands/ListFileCommitHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListPullRequestsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +86 -71
- package/dist-types/models/models_1.d.ts +122 -1
- package/dist-types/pagination/DescribeMergeConflictsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePullRequestEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCommentReactionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCommentsForComparedCommitPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCommentsForPullRequestPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDifferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMergeConflictsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApprovalRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFileCommitHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPullRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +1 -1
- package/dist-types/pagination/ListRepositoriesPaginator.d.ts +1 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/CodeCommit.d.ts +17 -0
- package/dist-types/ts3.4/CodeCommitClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListFileCommitHistoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPullRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateRepositoryEncryptionKeyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -28
- package/dist-types/ts3.4/models/models_1.d.ts +45 -0
- package/dist-types/ts3.4/pagination/DescribeMergeConflictsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePullRequestEventsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCommentReactionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCommentsForComparedCommitPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCommentsForPullRequestPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetDifferencesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetMergeConflictsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListApprovalRuleTemplatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListBranchesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFileCommitHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPullRequestsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +6 -5
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCommitClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
ListFileCommitHistoryResponse,
|
|
17
|
-
} from "../models/models_0";
|
|
14
|
+
import { ListFileCommitHistoryRequest } from "../models/models_0";
|
|
15
|
+
import { ListFileCommitHistoryResponse } from "../models/models_1";
|
|
18
16
|
export { __MetadataBearer, $Command };
|
|
19
17
|
export interface ListFileCommitHistoryCommandInput
|
|
20
18
|
extends ListFileCommitHistoryRequest {}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CodeCommitClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
ListPullRequestsInput,
|
|
16
|
+
ListPullRequestsOutput,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface ListPullRequestsCommandInput extends ListPullRequestsInput {}
|
|
18
20
|
export interface ListPullRequestsCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CodeCommitClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CodeCommitClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateRepositoryEncryptionKeyInput,
|
|
16
|
+
UpdateRepositoryEncryptionKeyOutput,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateRepositoryEncryptionKeyCommandInput
|
|
20
|
+
extends UpdateRepositoryEncryptionKeyInput {}
|
|
21
|
+
export interface UpdateRepositoryEncryptionKeyCommandOutput
|
|
22
|
+
extends UpdateRepositoryEncryptionKeyOutput,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateRepositoryEncryptionKeyCommand extends $Command<
|
|
25
|
+
UpdateRepositoryEncryptionKeyCommandInput,
|
|
26
|
+
UpdateRepositoryEncryptionKeyCommandOutput,
|
|
27
|
+
CodeCommitClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateRepositoryEncryptionKeyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateRepositoryEncryptionKeyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CodeCommitClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateRepositoryEncryptionKeyCommandInput,
|
|
38
|
+
UpdateRepositoryEncryptionKeyCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -75,4 +75,5 @@ export * from "./UpdatePullRequestDescriptionCommand";
|
|
|
75
75
|
export * from "./UpdatePullRequestStatusCommand";
|
|
76
76
|
export * from "./UpdatePullRequestTitleCommand";
|
|
77
77
|
export * from "./UpdateRepositoryDescriptionCommand";
|
|
78
|
+
export * from "./UpdateRepositoryEncryptionKeyCommand";
|
|
78
79
|
export * from "./UpdateRepositoryNameCommand";
|
|
@@ -584,6 +584,22 @@ export declare class CommitIdsListRequiredException extends __BaseException {
|
|
|
584
584
|
export interface BatchGetRepositoriesInput {
|
|
585
585
|
repositoryNames: string[] | undefined;
|
|
586
586
|
}
|
|
587
|
+
export declare const BatchGetRepositoriesErrorCodeEnum: {
|
|
588
|
+
readonly ENCRYPTION_INTEGRITY_CHECKS_FAILED_EXCEPTION: "EncryptionIntegrityChecksFailedException";
|
|
589
|
+
readonly ENCRYPTION_KEY_ACCESS_DENIED_EXCEPTION: "EncryptionKeyAccessDeniedException";
|
|
590
|
+
readonly ENCRYPTION_KEY_DISABLED_EXCEPTION: "EncryptionKeyDisabledException";
|
|
591
|
+
readonly ENCRYPTION_KEY_NOT_FOUND_EXCEPTION: "EncryptionKeyNotFoundException";
|
|
592
|
+
readonly ENCRYPTION_KEY_UNAVAILABLE_EXCEPTION: "EncryptionKeyUnavailableException";
|
|
593
|
+
readonly REPOSITORY_DOES_NOT_EXIST_EXCEPTION: "RepositoryDoesNotExistException";
|
|
594
|
+
};
|
|
595
|
+
export type BatchGetRepositoriesErrorCodeEnum =
|
|
596
|
+
(typeof BatchGetRepositoriesErrorCodeEnum)[keyof typeof BatchGetRepositoriesErrorCodeEnum];
|
|
597
|
+
export interface BatchGetRepositoriesError {
|
|
598
|
+
repositoryId?: string;
|
|
599
|
+
repositoryName?: string;
|
|
600
|
+
errorCode?: BatchGetRepositoriesErrorCodeEnum;
|
|
601
|
+
errorMessage?: string;
|
|
602
|
+
}
|
|
587
603
|
export interface RepositoryMetadata {
|
|
588
604
|
accountId?: string;
|
|
589
605
|
repositoryId?: string;
|
|
@@ -595,10 +611,12 @@ export interface RepositoryMetadata {
|
|
|
595
611
|
cloneUrlHttp?: string;
|
|
596
612
|
cloneUrlSsh?: string;
|
|
597
613
|
Arn?: string;
|
|
614
|
+
kmsKeyId?: string;
|
|
598
615
|
}
|
|
599
616
|
export interface BatchGetRepositoriesOutput {
|
|
600
617
|
repositories?: RepositoryMetadata[];
|
|
601
618
|
repositoriesNotFound?: string[];
|
|
619
|
+
errors?: BatchGetRepositoriesError[];
|
|
602
620
|
}
|
|
603
621
|
export declare class BeforeCommitIdAndAfterCommitIdAreSameException extends __BaseException {
|
|
604
622
|
readonly name: "BeforeCommitIdAndAfterCommitIdAreSameException";
|
|
@@ -1266,10 +1284,31 @@ export interface CreateRepositoryInput {
|
|
|
1266
1284
|
repositoryName: string | undefined;
|
|
1267
1285
|
repositoryDescription?: string;
|
|
1268
1286
|
tags?: Record<string, string>;
|
|
1287
|
+
kmsKeyId?: string;
|
|
1269
1288
|
}
|
|
1270
1289
|
export interface CreateRepositoryOutput {
|
|
1271
1290
|
repositoryMetadata?: RepositoryMetadata;
|
|
1272
1291
|
}
|
|
1292
|
+
export declare class EncryptionKeyInvalidIdException extends __BaseException {
|
|
1293
|
+
readonly name: "EncryptionKeyInvalidIdException";
|
|
1294
|
+
readonly $fault: "client";
|
|
1295
|
+
constructor(
|
|
1296
|
+
opts: __ExceptionOptionType<
|
|
1297
|
+
EncryptionKeyInvalidIdException,
|
|
1298
|
+
__BaseException
|
|
1299
|
+
>
|
|
1300
|
+
);
|
|
1301
|
+
}
|
|
1302
|
+
export declare class EncryptionKeyInvalidUsageException extends __BaseException {
|
|
1303
|
+
readonly name: "EncryptionKeyInvalidUsageException";
|
|
1304
|
+
readonly $fault: "client";
|
|
1305
|
+
constructor(
|
|
1306
|
+
opts: __ExceptionOptionType<
|
|
1307
|
+
EncryptionKeyInvalidUsageException,
|
|
1308
|
+
__BaseException
|
|
1309
|
+
>
|
|
1310
|
+
);
|
|
1311
|
+
}
|
|
1273
1312
|
export declare class InvalidRepositoryDescriptionException extends __BaseException {
|
|
1274
1313
|
readonly name: "InvalidRepositoryDescriptionException";
|
|
1275
1314
|
readonly $fault: "client";
|
|
@@ -2061,31 +2100,3 @@ export interface FileVersion {
|
|
|
2061
2100
|
path?: string;
|
|
2062
2101
|
revisionChildren?: string[];
|
|
2063
2102
|
}
|
|
2064
|
-
export interface ListFileCommitHistoryResponse {
|
|
2065
|
-
revisionDag: FileVersion[] | undefined;
|
|
2066
|
-
nextToken?: string;
|
|
2067
|
-
}
|
|
2068
|
-
export declare class InvalidAuthorArnException extends __BaseException {
|
|
2069
|
-
readonly name: "InvalidAuthorArnException";
|
|
2070
|
-
readonly $fault: "client";
|
|
2071
|
-
constructor(
|
|
2072
|
-
opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>
|
|
2073
|
-
);
|
|
2074
|
-
}
|
|
2075
|
-
export declare class InvalidPullRequestStatusException extends __BaseException {
|
|
2076
|
-
readonly name: "InvalidPullRequestStatusException";
|
|
2077
|
-
readonly $fault: "client";
|
|
2078
|
-
constructor(
|
|
2079
|
-
opts: __ExceptionOptionType<
|
|
2080
|
-
InvalidPullRequestStatusException,
|
|
2081
|
-
__BaseException
|
|
2082
|
-
>
|
|
2083
|
-
);
|
|
2084
|
-
}
|
|
2085
|
-
export interface ListPullRequestsInput {
|
|
2086
|
-
repositoryName: string | undefined;
|
|
2087
|
-
authorArn?: string;
|
|
2088
|
-
pullRequestStatus?: PullRequestStatusEnum;
|
|
2089
|
-
nextToken?: string;
|
|
2090
|
-
maxResults?: number;
|
|
2091
|
-
}
|
|
@@ -9,12 +9,41 @@ import {
|
|
|
9
9
|
ConflictResolution,
|
|
10
10
|
ConflictResolutionStrategyTypeEnum,
|
|
11
11
|
FileModeTypeEnum,
|
|
12
|
+
FileVersion,
|
|
12
13
|
Location,
|
|
13
14
|
OverrideStatus,
|
|
14
15
|
PullRequest,
|
|
15
16
|
PullRequestStatusEnum,
|
|
16
17
|
RepositoryTrigger,
|
|
17
18
|
} from "./models_0";
|
|
19
|
+
export interface ListFileCommitHistoryResponse {
|
|
20
|
+
revisionDag: FileVersion[] | undefined;
|
|
21
|
+
nextToken?: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class InvalidAuthorArnException extends __BaseException {
|
|
24
|
+
readonly name: "InvalidAuthorArnException";
|
|
25
|
+
readonly $fault: "client";
|
|
26
|
+
constructor(
|
|
27
|
+
opts: __ExceptionOptionType<InvalidAuthorArnException, __BaseException>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
export declare class InvalidPullRequestStatusException extends __BaseException {
|
|
31
|
+
readonly name: "InvalidPullRequestStatusException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
constructor(
|
|
34
|
+
opts: __ExceptionOptionType<
|
|
35
|
+
InvalidPullRequestStatusException,
|
|
36
|
+
__BaseException
|
|
37
|
+
>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
export interface ListPullRequestsInput {
|
|
41
|
+
repositoryName: string | undefined;
|
|
42
|
+
authorArn?: string;
|
|
43
|
+
pullRequestStatus?: PullRequestStatusEnum;
|
|
44
|
+
nextToken?: string;
|
|
45
|
+
maxResults?: number;
|
|
46
|
+
}
|
|
18
47
|
export interface ListPullRequestsOutput {
|
|
19
48
|
pullRequestIds: string[] | undefined;
|
|
20
49
|
nextToken?: string;
|
|
@@ -685,6 +714,22 @@ export interface UpdateRepositoryDescriptionInput {
|
|
|
685
714
|
repositoryName: string | undefined;
|
|
686
715
|
repositoryDescription?: string;
|
|
687
716
|
}
|
|
717
|
+
export declare class EncryptionKeyRequiredException extends __BaseException {
|
|
718
|
+
readonly name: "EncryptionKeyRequiredException";
|
|
719
|
+
readonly $fault: "client";
|
|
720
|
+
constructor(
|
|
721
|
+
opts: __ExceptionOptionType<EncryptionKeyRequiredException, __BaseException>
|
|
722
|
+
);
|
|
723
|
+
}
|
|
724
|
+
export interface UpdateRepositoryEncryptionKeyInput {
|
|
725
|
+
repositoryName: string | undefined;
|
|
726
|
+
kmsKeyId: string | undefined;
|
|
727
|
+
}
|
|
728
|
+
export interface UpdateRepositoryEncryptionKeyOutput {
|
|
729
|
+
repositoryId?: string;
|
|
730
|
+
kmsKeyId?: string;
|
|
731
|
+
originalKmsKeyId?: string;
|
|
732
|
+
}
|
|
688
733
|
export interface UpdateRepositoryNameInput {
|
|
689
734
|
oldName: string | undefined;
|
|
690
735
|
newName: string | undefined;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribeMergeConflictsCommandOutput,
|
|
5
5
|
} from "../commands/DescribeMergeConflictsCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribeMergeConflicts: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: DescribeMergeConflictsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeMergeConflictsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
DescribePullRequestEventsCommandOutput,
|
|
5
5
|
} from "../commands/DescribePullRequestEventsCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateDescribePullRequestEvents: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: DescribePullRequestEventsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribePullRequestEventsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCommentReactionsCommandOutput,
|
|
5
5
|
} from "../commands/GetCommentReactionsCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCommentReactions: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: GetCommentReactionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCommentReactionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCommentsForComparedCommitCommandOutput,
|
|
5
5
|
} from "../commands/GetCommentsForComparedCommitCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCommentsForComparedCommit: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: GetCommentsForComparedCommitCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCommentsForComparedCommitCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetCommentsForPullRequestCommandOutput,
|
|
5
5
|
} from "../commands/GetCommentsForPullRequestCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetCommentsForPullRequest: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: GetCommentsForPullRequestCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetCommentsForPullRequestCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetDifferencesCommandOutput,
|
|
5
5
|
} from "../commands/GetDifferencesCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDifferences: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: GetDifferencesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetDifferencesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetMergeConflictsCommandOutput,
|
|
5
5
|
} from "../commands/GetMergeConflictsCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetMergeConflicts: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: GetMergeConflictsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetMergeConflictsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListApprovalRuleTemplatesCommandOutput,
|
|
5
5
|
} from "../commands/ListApprovalRuleTemplatesCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListApprovalRuleTemplates: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListApprovalRuleTemplatesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListApprovalRuleTemplatesCommandOutput>;
|
package/dist-types/ts3.4/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput,
|
|
5
5
|
} from "../commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListAssociatedApprovalRuleTemplatesForRepository: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListAssociatedApprovalRuleTemplatesForRepositoryCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAssociatedApprovalRuleTemplatesForRepositoryCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBranchesCommandOutput,
|
|
5
5
|
} from "../commands/ListBranchesCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBranches: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListBranchesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBranchesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListFileCommitHistoryCommandOutput,
|
|
5
5
|
} from "../commands/ListFileCommitHistoryCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListFileCommitHistory: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListFileCommitHistoryCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListFileCommitHistoryCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPullRequestsCommandOutput,
|
|
5
5
|
} from "../commands/ListPullRequestsCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListPullRequests: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListPullRequestsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPullRequestsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListRepositoriesForApprovalRuleTemplateCommandOutput,
|
|
5
5
|
} from "../commands/ListRepositoriesForApprovalRuleTemplateCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRepositoriesForApprovalRuleTemplate: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListRepositoriesForApprovalRuleTemplateCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRepositoriesForApprovalRuleTemplateCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListRepositoriesCommandOutput,
|
|
5
5
|
} from "../commands/ListRepositoriesCommand";
|
|
6
6
|
import { CodeCommitPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListRepositories: (
|
|
8
8
|
config: CodeCommitPaginationConfiguration,
|
|
9
9
|
input: ListRepositoriesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListRepositoriesCommandOutput>;
|
|
@@ -311,6 +311,10 @@ import {
|
|
|
311
311
|
UpdateRepositoryDescriptionCommandInput,
|
|
312
312
|
UpdateRepositoryDescriptionCommandOutput,
|
|
313
313
|
} from "../commands/UpdateRepositoryDescriptionCommand";
|
|
314
|
+
import {
|
|
315
|
+
UpdateRepositoryEncryptionKeyCommandInput,
|
|
316
|
+
UpdateRepositoryEncryptionKeyCommandOutput,
|
|
317
|
+
} from "../commands/UpdateRepositoryEncryptionKeyCommand";
|
|
314
318
|
import {
|
|
315
319
|
UpdateRepositoryNameCommandInput,
|
|
316
320
|
UpdateRepositoryNameCommandOutput,
|
|
@@ -623,6 +627,10 @@ export declare const se_UpdateRepositoryDescriptionCommand: (
|
|
|
623
627
|
input: UpdateRepositoryDescriptionCommandInput,
|
|
624
628
|
context: __SerdeContext
|
|
625
629
|
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const se_UpdateRepositoryEncryptionKeyCommand: (
|
|
631
|
+
input: UpdateRepositoryEncryptionKeyCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
626
634
|
export declare const se_UpdateRepositoryNameCommand: (
|
|
627
635
|
input: UpdateRepositoryNameCommandInput,
|
|
628
636
|
context: __SerdeContext
|
|
@@ -935,6 +943,10 @@ export declare const de_UpdateRepositoryDescriptionCommand: (
|
|
|
935
943
|
output: __HttpResponse,
|
|
936
944
|
context: __SerdeContext
|
|
937
945
|
) => Promise<UpdateRepositoryDescriptionCommandOutput>;
|
|
946
|
+
export declare const de_UpdateRepositoryEncryptionKeyCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<UpdateRepositoryEncryptionKeyCommandOutput>;
|
|
938
950
|
export declare const de_UpdateRepositoryNameCommand: (
|
|
939
951
|
output: __HttpResponse,
|
|
940
952
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecommit",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecommit Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.479.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,20 +20,21 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
24
|
"@aws-sdk/core": "3.477.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|