@aws-sdk/client-codecommit 3.183.0 → 3.185.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/CodeCommit.js +317 -310
- package/dist-es/CodeCommitClient.js +28 -22
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +29 -22
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +28 -21
- package/dist-es/commands/BatchGetCommitsCommand.js +28 -21
- package/dist-es/commands/BatchGetRepositoriesCommand.js +28 -21
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/CreateBranchCommand.js +29 -22
- package/dist-es/commands/CreateCommitCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/CreatePullRequestCommand.js +28 -21
- package/dist-es/commands/CreateRepositoryCommand.js +28 -21
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +28 -21
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteBranchCommand.js +28 -21
- package/dist-es/commands/DeleteCommentContentCommand.js +28 -21
- package/dist-es/commands/DeleteFileCommand.js +28 -21
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +28 -21
- package/dist-es/commands/DeleteRepositoryCommand.js +28 -21
- package/dist-es/commands/DescribeMergeConflictsCommand.js +28 -21
- package/dist-es/commands/DescribePullRequestEventsCommand.js +28 -21
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +29 -22
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +28 -21
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/GetBlobCommand.js +28 -21
- package/dist-es/commands/GetBranchCommand.js +28 -21
- package/dist-es/commands/GetCommentCommand.js +28 -21
- package/dist-es/commands/GetCommentReactionsCommand.js +28 -21
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +28 -21
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +28 -21
- package/dist-es/commands/GetCommitCommand.js +28 -21
- package/dist-es/commands/GetDifferencesCommand.js +28 -21
- package/dist-es/commands/GetFileCommand.js +28 -21
- package/dist-es/commands/GetFolderCommand.js +28 -21
- package/dist-es/commands/GetMergeCommitCommand.js +28 -21
- package/dist-es/commands/GetMergeConflictsCommand.js +28 -21
- package/dist-es/commands/GetMergeOptionsCommand.js +28 -21
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +28 -21
- package/dist-es/commands/GetPullRequestCommand.js +28 -21
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +28 -21
- package/dist-es/commands/GetRepositoryCommand.js +28 -21
- package/dist-es/commands/GetRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +28 -21
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +28 -21
- package/dist-es/commands/ListBranchesCommand.js +28 -21
- package/dist-es/commands/ListPullRequestsCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesCommand.js +28 -21
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergeBranchesBySquashCommand.js +28 -21
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +28 -21
- package/dist-es/commands/MergePullRequestBySquashCommand.js +28 -21
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +28 -21
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +29 -22
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +28 -21
- package/dist-es/commands/PostCommentForPullRequestCommand.js +28 -21
- package/dist-es/commands/PostCommentReplyCommand.js +28 -21
- package/dist-es/commands/PutCommentReactionCommand.js +29 -22
- package/dist-es/commands/PutFileCommand.js +28 -21
- package/dist-es/commands/PutRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/TestRepositoryTriggersCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +28 -21
- package/dist-es/commands/UpdateCommentCommand.js +28 -21
- package/dist-es/commands/UpdateDefaultBranchCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +29 -22
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +28 -21
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +28 -21
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +29 -22
- package/dist-es/commands/UpdateRepositoryNameCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CodeCommitServiceException.js +10 -5
- package/dist-es/models/models_0.js +1872 -2157
- package/dist-es/models/models_1.js +549 -660
- package/dist-es/pagination/DescribeMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/DescribePullRequestEventsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentReactionsPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForComparedCommitPaginator.js +68 -25
- package/dist-es/pagination/GetCommentsForPullRequestPaginator.js +68 -25
- package/dist-es/pagination/GetDifferencesPaginator.js +68 -25
- package/dist-es/pagination/GetMergeConflictsPaginator.js +68 -25
- package/dist-es/pagination/ListApprovalRuleTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListAssociatedApprovalRuleTemplatesForRepositoryPaginator.js +68 -25
- package/dist-es/pagination/ListBranchesPaginator.js +67 -24
- package/dist-es/pagination/ListPullRequestsPaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesForApprovalRuleTemplatePaginator.js +68 -25
- package/dist-es/pagination/ListRepositoriesPaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +11195 -9002
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-codecommit
|
|
@@ -11093,10 +11093,10 @@ const deserializeAws_json1_1UserInfo = (output, context) => {
|
|
|
11093
11093
|
};
|
|
11094
11094
|
};
|
|
11095
11095
|
const deserializeMetadata = (output) => {
|
|
11096
|
-
var _a;
|
|
11096
|
+
var _a, _b;
|
|
11097
11097
|
return ({
|
|
11098
11098
|
httpStatusCode: output.statusCode,
|
|
11099
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
11099
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
11100
11100
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
11101
11101
|
cfId: output.headers["x-amz-cf-id"],
|
|
11102
11102
|
});
|