@aws-sdk/client-codecommit 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +1 -1
- package/dist-cjs/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/BatchDescribeMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetCommitsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/CreateApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateBranchCommand.js +1 -1
- package/dist-cjs/commands/CreateCommitCommand.js +2 -2
- package/dist-cjs/commands/CreatePullRequestApprovalRuleCommand.js +2 -2
- package/dist-cjs/commands/CreatePullRequestCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/CreateUnreferencedMergeCommitCommand.js +2 -2
- package/dist-cjs/commands/DeleteApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteBranchCommand.js +2 -2
- package/dist-cjs/commands/DeleteCommentContentCommand.js +2 -2
- package/dist-cjs/commands/DeleteFileCommand.js +2 -2
- package/dist-cjs/commands/DeletePullRequestApprovalRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/DescribePullRequestEventsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +1 -1
- package/dist-cjs/commands/EvaluatePullRequestApprovalRulesCommand.js +2 -2
- package/dist-cjs/commands/GetApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetBlobCommand.js +2 -2
- package/dist-cjs/commands/GetBranchCommand.js +2 -2
- package/dist-cjs/commands/GetCommentCommand.js +2 -2
- package/dist-cjs/commands/GetCommentReactionsCommand.js +2 -2
- package/dist-cjs/commands/GetCommentsForComparedCommitCommand.js +2 -2
- package/dist-cjs/commands/GetCommentsForPullRequestCommand.js +2 -2
- package/dist-cjs/commands/GetCommitCommand.js +2 -2
- package/dist-cjs/commands/GetDifferencesCommand.js +2 -2
- package/dist-cjs/commands/GetFileCommand.js +2 -2
- package/dist-cjs/commands/GetFolderCommand.js +2 -2
- package/dist-cjs/commands/GetMergeCommitCommand.js +2 -2
- package/dist-cjs/commands/GetMergeConflictsCommand.js +2 -2
- package/dist-cjs/commands/GetMergeOptionsCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestApprovalStatesCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestCommand.js +2 -2
- package/dist-cjs/commands/GetPullRequestOverrideStateCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/ListApprovalRuleTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +2 -2
- package/dist-cjs/commands/ListBranchesCommand.js +2 -2
- package/dist-cjs/commands/ListPullRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesByFastForwardCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesBySquashCommand.js +2 -2
- package/dist-cjs/commands/MergeBranchesByThreeWayCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestByFastForwardCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestBySquashCommand.js +2 -2
- package/dist-cjs/commands/MergePullRequestByThreeWayCommand.js +2 -2
- package/dist-cjs/commands/OverridePullRequestApprovalRulesCommand.js +1 -1
- package/dist-cjs/commands/PostCommentForComparedCommitCommand.js +2 -2
- package/dist-cjs/commands/PostCommentForPullRequestCommand.js +2 -2
- package/dist-cjs/commands/PostCommentReplyCommand.js +2 -2
- package/dist-cjs/commands/PutCommentReactionCommand.js +1 -1
- package/dist-cjs/commands/PutFileCommand.js +2 -2
- package/dist-cjs/commands/PutRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TestRepositoryTriggersCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateApprovalRuleTemplateContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdateApprovalRuleTemplateNameCommand.js +2 -2
- package/dist-cjs/commands/UpdateCommentCommand.js +2 -2
- package/dist-cjs/commands/UpdateDefaultBranchCommand.js +1 -1
- package/dist-cjs/commands/UpdatePullRequestApprovalRuleContentCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestApprovalStateCommand.js +1 -1
- package/dist-cjs/commands/UpdatePullRequestDescriptionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdatePullRequestTitleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRepositoryDescriptionCommand.js +1 -1
- package/dist-cjs/commands/UpdateRepositoryNameCommand.js +1 -1
- package/dist-cjs/models/models_0.js +578 -864
- package/dist-cjs/models/models_1.js +226 -338
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.js +2 -2
- package/dist-es/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.js +3 -3
- package/dist-es/commands/BatchDescribeMergeConflictsCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.js +3 -3
- package/dist-es/commands/BatchGetCommitsCommand.js +3 -3
- package/dist-es/commands/BatchGetRepositoriesCommand.js +3 -3
- package/dist-es/commands/CreateApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/CreateBranchCommand.js +2 -2
- package/dist-es/commands/CreateCommitCommand.js +3 -3
- package/dist-es/commands/CreatePullRequestApprovalRuleCommand.js +3 -3
- package/dist-es/commands/CreatePullRequestCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/CreateUnreferencedMergeCommitCommand.js +3 -3
- package/dist-es/commands/DeleteApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteBranchCommand.js +3 -3
- package/dist-es/commands/DeleteCommentContentCommand.js +3 -3
- package/dist-es/commands/DeleteFileCommand.js +3 -3
- package/dist-es/commands/DeletePullRequestApprovalRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DescribeMergeConflictsCommand.js +3 -3
- package/dist-es/commands/DescribePullRequestEventsCommand.js +3 -3
- package/dist-es/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.js +2 -2
- package/dist-es/commands/EvaluatePullRequestApprovalRulesCommand.js +3 -3
- package/dist-es/commands/GetApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/GetBlobCommand.js +3 -3
- package/dist-es/commands/GetBranchCommand.js +3 -3
- package/dist-es/commands/GetCommentCommand.js +3 -3
- package/dist-es/commands/GetCommentReactionsCommand.js +3 -3
- package/dist-es/commands/GetCommentsForComparedCommitCommand.js +3 -3
- package/dist-es/commands/GetCommentsForPullRequestCommand.js +3 -3
- package/dist-es/commands/GetCommitCommand.js +3 -3
- package/dist-es/commands/GetDifferencesCommand.js +3 -3
- package/dist-es/commands/GetFileCommand.js +3 -3
- package/dist-es/commands/GetFolderCommand.js +3 -3
- package/dist-es/commands/GetMergeCommitCommand.js +3 -3
- package/dist-es/commands/GetMergeConflictsCommand.js +3 -3
- package/dist-es/commands/GetMergeOptionsCommand.js +3 -3
- package/dist-es/commands/GetPullRequestApprovalStatesCommand.js +3 -3
- package/dist-es/commands/GetPullRequestCommand.js +3 -3
- package/dist-es/commands/GetPullRequestOverrideStateCommand.js +3 -3
- package/dist-es/commands/GetRepositoryCommand.js +3 -3
- package/dist-es/commands/GetRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/ListApprovalRuleTemplatesCommand.js +3 -3
- package/dist-es/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.js +3 -3
- package/dist-es/commands/ListBranchesCommand.js +3 -3
- package/dist-es/commands/ListPullRequestsCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesCommand.js +3 -3
- package/dist-es/commands/ListRepositoriesForApprovalRuleTemplateCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/MergeBranchesByFastForwardCommand.js +3 -3
- package/dist-es/commands/MergeBranchesBySquashCommand.js +3 -3
- package/dist-es/commands/MergeBranchesByThreeWayCommand.js +3 -3
- package/dist-es/commands/MergePullRequestByFastForwardCommand.js +3 -3
- package/dist-es/commands/MergePullRequestBySquashCommand.js +3 -3
- package/dist-es/commands/MergePullRequestByThreeWayCommand.js +3 -3
- package/dist-es/commands/OverridePullRequestApprovalRulesCommand.js +2 -2
- package/dist-es/commands/PostCommentForComparedCommitCommand.js +3 -3
- package/dist-es/commands/PostCommentForPullRequestCommand.js +3 -3
- package/dist-es/commands/PostCommentReplyCommand.js +3 -3
- package/dist-es/commands/PutCommentReactionCommand.js +2 -2
- package/dist-es/commands/PutFileCommand.js +3 -3
- package/dist-es/commands/PutRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestRepositoryTriggersCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApprovalRuleTemplateContentCommand.js +3 -3
- package/dist-es/commands/UpdateApprovalRuleTemplateDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdateApprovalRuleTemplateNameCommand.js +3 -3
- package/dist-es/commands/UpdateCommentCommand.js +3 -3
- package/dist-es/commands/UpdateDefaultBranchCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestApprovalRuleContentCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestApprovalStateCommand.js +2 -2
- package/dist-es/commands/UpdatePullRequestDescriptionCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestStatusCommand.js +3 -3
- package/dist-es/commands/UpdatePullRequestTitleCommand.js +3 -3
- package/dist-es/commands/UpdateRepositoryDescriptionCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryNameCommand.js +2 -2
- package/dist-es/models/models_0.js +143 -572
- package/dist-es/models/models_1.js +56 -224
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +572 -858
- package/dist-types/models/models_1.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +286 -572
- package/dist-types/ts3.4/models/models_1.d.ts +112 -224
- package/package.json +9 -9
|
@@ -10,26 +10,6 @@ export var SortByEnum;
|
|
|
10
10
|
SortByEnum["MODIFIED_DATE"] = "lastModifiedDate";
|
|
11
11
|
SortByEnum["REPOSITORY_NAME"] = "repositoryName";
|
|
12
12
|
})(SortByEnum || (SortByEnum = {}));
|
|
13
|
-
export var ListRepositoriesInput;
|
|
14
|
-
(function (ListRepositoriesInput) {
|
|
15
|
-
ListRepositoriesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(ListRepositoriesInput || (ListRepositoriesInput = {}));
|
|
17
|
-
export var RepositoryNameIdPair;
|
|
18
|
-
(function (RepositoryNameIdPair) {
|
|
19
|
-
RepositoryNameIdPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
|
-
})(RepositoryNameIdPair || (RepositoryNameIdPair = {}));
|
|
21
|
-
export var ListRepositoriesOutput;
|
|
22
|
-
(function (ListRepositoriesOutput) {
|
|
23
|
-
ListRepositoriesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
-
})(ListRepositoriesOutput || (ListRepositoriesOutput = {}));
|
|
25
|
-
export var ListRepositoriesForApprovalRuleTemplateInput;
|
|
26
|
-
(function (ListRepositoriesForApprovalRuleTemplateInput) {
|
|
27
|
-
ListRepositoriesForApprovalRuleTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(ListRepositoriesForApprovalRuleTemplateInput || (ListRepositoriesForApprovalRuleTemplateInput = {}));
|
|
29
|
-
export var ListRepositoriesForApprovalRuleTemplateOutput;
|
|
30
|
-
(function (ListRepositoriesForApprovalRuleTemplateOutput) {
|
|
31
|
-
ListRepositoriesForApprovalRuleTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(ListRepositoriesForApprovalRuleTemplateOutput || (ListRepositoriesForApprovalRuleTemplateOutput = {}));
|
|
33
13
|
var InvalidResourceArnException = (function (_super) {
|
|
34
14
|
__extends(InvalidResourceArnException, _super);
|
|
35
15
|
function InvalidResourceArnException(opts) {
|
|
@@ -42,14 +22,6 @@ var InvalidResourceArnException = (function (_super) {
|
|
|
42
22
|
return InvalidResourceArnException;
|
|
43
23
|
}(__BaseException));
|
|
44
24
|
export { InvalidResourceArnException };
|
|
45
|
-
export var ListTagsForResourceInput;
|
|
46
|
-
(function (ListTagsForResourceInput) {
|
|
47
|
-
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
-
})(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
|
|
49
|
-
export var ListTagsForResourceOutput;
|
|
50
|
-
(function (ListTagsForResourceOutput) {
|
|
51
|
-
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
53
25
|
var ResourceArnRequiredException = (function (_super) {
|
|
54
26
|
__extends(ResourceArnRequiredException, _super);
|
|
55
27
|
function ResourceArnRequiredException(opts) {
|
|
@@ -74,38 +46,6 @@ var InvalidTargetBranchException = (function (_super) {
|
|
|
74
46
|
return InvalidTargetBranchException;
|
|
75
47
|
}(__BaseException));
|
|
76
48
|
export { InvalidTargetBranchException };
|
|
77
|
-
export var MergeBranchesByFastForwardInput;
|
|
78
|
-
(function (MergeBranchesByFastForwardInput) {
|
|
79
|
-
MergeBranchesByFastForwardInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(MergeBranchesByFastForwardInput || (MergeBranchesByFastForwardInput = {}));
|
|
81
|
-
export var MergeBranchesByFastForwardOutput;
|
|
82
|
-
(function (MergeBranchesByFastForwardOutput) {
|
|
83
|
-
MergeBranchesByFastForwardOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(MergeBranchesByFastForwardOutput || (MergeBranchesByFastForwardOutput = {}));
|
|
85
|
-
export var MergeBranchesBySquashInput;
|
|
86
|
-
(function (MergeBranchesBySquashInput) {
|
|
87
|
-
MergeBranchesBySquashInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(MergeBranchesBySquashInput || (MergeBranchesBySquashInput = {}));
|
|
89
|
-
export var MergeBranchesBySquashOutput;
|
|
90
|
-
(function (MergeBranchesBySquashOutput) {
|
|
91
|
-
MergeBranchesBySquashOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(MergeBranchesBySquashOutput || (MergeBranchesBySquashOutput = {}));
|
|
93
|
-
export var MergeBranchesByThreeWayInput;
|
|
94
|
-
(function (MergeBranchesByThreeWayInput) {
|
|
95
|
-
MergeBranchesByThreeWayInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(MergeBranchesByThreeWayInput || (MergeBranchesByThreeWayInput = {}));
|
|
97
|
-
export var MergeBranchesByThreeWayOutput;
|
|
98
|
-
(function (MergeBranchesByThreeWayOutput) {
|
|
99
|
-
MergeBranchesByThreeWayOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
-
})(MergeBranchesByThreeWayOutput || (MergeBranchesByThreeWayOutput = {}));
|
|
101
|
-
export var MergePullRequestByFastForwardInput;
|
|
102
|
-
(function (MergePullRequestByFastForwardInput) {
|
|
103
|
-
MergePullRequestByFastForwardInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
-
})(MergePullRequestByFastForwardInput || (MergePullRequestByFastForwardInput = {}));
|
|
105
|
-
export var MergePullRequestByFastForwardOutput;
|
|
106
|
-
(function (MergePullRequestByFastForwardOutput) {
|
|
107
|
-
MergePullRequestByFastForwardOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
-
})(MergePullRequestByFastForwardOutput || (MergePullRequestByFastForwardOutput = {}));
|
|
109
49
|
var PullRequestApprovalRulesNotSatisfiedException = (function (_super) {
|
|
110
50
|
__extends(PullRequestApprovalRulesNotSatisfiedException, _super);
|
|
111
51
|
function PullRequestApprovalRulesNotSatisfiedException(opts) {
|
|
@@ -130,22 +70,6 @@ var TipOfSourceReferenceIsDifferentException = (function (_super) {
|
|
|
130
70
|
return TipOfSourceReferenceIsDifferentException;
|
|
131
71
|
}(__BaseException));
|
|
132
72
|
export { TipOfSourceReferenceIsDifferentException };
|
|
133
|
-
export var MergePullRequestBySquashInput;
|
|
134
|
-
(function (MergePullRequestBySquashInput) {
|
|
135
|
-
MergePullRequestBySquashInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(MergePullRequestBySquashInput || (MergePullRequestBySquashInput = {}));
|
|
137
|
-
export var MergePullRequestBySquashOutput;
|
|
138
|
-
(function (MergePullRequestBySquashOutput) {
|
|
139
|
-
MergePullRequestBySquashOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(MergePullRequestBySquashOutput || (MergePullRequestBySquashOutput = {}));
|
|
141
|
-
export var MergePullRequestByThreeWayInput;
|
|
142
|
-
(function (MergePullRequestByThreeWayInput) {
|
|
143
|
-
MergePullRequestByThreeWayInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(MergePullRequestByThreeWayInput || (MergePullRequestByThreeWayInput = {}));
|
|
145
|
-
export var MergePullRequestByThreeWayOutput;
|
|
146
|
-
(function (MergePullRequestByThreeWayOutput) {
|
|
147
|
-
MergePullRequestByThreeWayOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(MergePullRequestByThreeWayOutput || (MergePullRequestByThreeWayOutput = {}));
|
|
149
73
|
var InvalidOverrideStatusException = (function (_super) {
|
|
150
74
|
__extends(InvalidOverrideStatusException, _super);
|
|
151
75
|
function InvalidOverrideStatusException(opts) {
|
|
@@ -170,10 +94,6 @@ var OverrideAlreadySetException = (function (_super) {
|
|
|
170
94
|
return OverrideAlreadySetException;
|
|
171
95
|
}(__BaseException));
|
|
172
96
|
export { OverrideAlreadySetException };
|
|
173
|
-
export var OverridePullRequestApprovalRulesInput;
|
|
174
|
-
(function (OverridePullRequestApprovalRulesInput) {
|
|
175
|
-
OverridePullRequestApprovalRulesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(OverridePullRequestApprovalRulesInput || (OverridePullRequestApprovalRulesInput = {}));
|
|
177
97
|
var OverrideStatusRequiredException = (function (_super) {
|
|
178
98
|
__extends(OverrideStatusRequiredException, _super);
|
|
179
99
|
function OverrideStatusRequiredException(opts) {
|
|
@@ -246,30 +166,6 @@ var InvalidRelativeFileVersionEnumException = (function (_super) {
|
|
|
246
166
|
return InvalidRelativeFileVersionEnumException;
|
|
247
167
|
}(__BaseException));
|
|
248
168
|
export { InvalidRelativeFileVersionEnumException };
|
|
249
|
-
export var PostCommentForComparedCommitInput;
|
|
250
|
-
(function (PostCommentForComparedCommitInput) {
|
|
251
|
-
PostCommentForComparedCommitInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(PostCommentForComparedCommitInput || (PostCommentForComparedCommitInput = {}));
|
|
253
|
-
export var PostCommentForComparedCommitOutput;
|
|
254
|
-
(function (PostCommentForComparedCommitOutput) {
|
|
255
|
-
PostCommentForComparedCommitOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(PostCommentForComparedCommitOutput || (PostCommentForComparedCommitOutput = {}));
|
|
257
|
-
export var PostCommentForPullRequestInput;
|
|
258
|
-
(function (PostCommentForPullRequestInput) {
|
|
259
|
-
PostCommentForPullRequestInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(PostCommentForPullRequestInput || (PostCommentForPullRequestInput = {}));
|
|
261
|
-
export var PostCommentForPullRequestOutput;
|
|
262
|
-
(function (PostCommentForPullRequestOutput) {
|
|
263
|
-
PostCommentForPullRequestOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(PostCommentForPullRequestOutput || (PostCommentForPullRequestOutput = {}));
|
|
265
|
-
export var PostCommentReplyInput;
|
|
266
|
-
(function (PostCommentReplyInput) {
|
|
267
|
-
PostCommentReplyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(PostCommentReplyInput || (PostCommentReplyInput = {}));
|
|
269
|
-
export var PostCommentReplyOutput;
|
|
270
|
-
(function (PostCommentReplyOutput) {
|
|
271
|
-
PostCommentReplyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(PostCommentReplyOutput || (PostCommentReplyOutput = {}));
|
|
273
169
|
var InvalidReactionValueException = (function (_super) {
|
|
274
170
|
__extends(InvalidReactionValueException, _super);
|
|
275
171
|
function InvalidReactionValueException(opts) {
|
|
@@ -282,10 +178,6 @@ var InvalidReactionValueException = (function (_super) {
|
|
|
282
178
|
return InvalidReactionValueException;
|
|
283
179
|
}(__BaseException));
|
|
284
180
|
export { InvalidReactionValueException };
|
|
285
|
-
export var PutCommentReactionInput;
|
|
286
|
-
(function (PutCommentReactionInput) {
|
|
287
|
-
PutCommentReactionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(PutCommentReactionInput || (PutCommentReactionInput = {}));
|
|
289
181
|
var ReactionLimitExceededException = (function (_super) {
|
|
290
182
|
__extends(ReactionLimitExceededException, _super);
|
|
291
183
|
function ReactionLimitExceededException(opts) {
|
|
@@ -322,14 +214,6 @@ var FileContentRequiredException = (function (_super) {
|
|
|
322
214
|
return FileContentRequiredException;
|
|
323
215
|
}(__BaseException));
|
|
324
216
|
export { FileContentRequiredException };
|
|
325
|
-
export var PutFileInput;
|
|
326
|
-
(function (PutFileInput) {
|
|
327
|
-
PutFileInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(PutFileInput || (PutFileInput = {}));
|
|
329
|
-
export var PutFileOutput;
|
|
330
|
-
(function (PutFileOutput) {
|
|
331
|
-
PutFileOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(PutFileOutput || (PutFileOutput = {}));
|
|
333
217
|
var SameFileContentException = (function (_super) {
|
|
334
218
|
__extends(SameFileContentException, _super);
|
|
335
219
|
function SameFileContentException(opts) {
|
|
@@ -438,14 +322,6 @@ var MaximumRepositoryTriggersExceededException = (function (_super) {
|
|
|
438
322
|
return MaximumRepositoryTriggersExceededException;
|
|
439
323
|
}(__BaseException));
|
|
440
324
|
export { MaximumRepositoryTriggersExceededException };
|
|
441
|
-
export var PutRepositoryTriggersInput;
|
|
442
|
-
(function (PutRepositoryTriggersInput) {
|
|
443
|
-
PutRepositoryTriggersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(PutRepositoryTriggersInput || (PutRepositoryTriggersInput = {}));
|
|
445
|
-
export var PutRepositoryTriggersOutput;
|
|
446
|
-
(function (PutRepositoryTriggersOutput) {
|
|
447
|
-
PutRepositoryTriggersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(PutRepositoryTriggersOutput || (PutRepositoryTriggersOutput = {}));
|
|
449
325
|
var RepositoryTriggerBranchNameListRequiredException = (function (_super) {
|
|
450
326
|
__extends(RepositoryTriggerBranchNameListRequiredException, _super);
|
|
451
327
|
function RepositoryTriggerBranchNameListRequiredException(opts) {
|
|
@@ -506,10 +382,6 @@ var RepositoryTriggersListRequiredException = (function (_super) {
|
|
|
506
382
|
return RepositoryTriggersListRequiredException;
|
|
507
383
|
}(__BaseException));
|
|
508
384
|
export { RepositoryTriggersListRequiredException };
|
|
509
|
-
export var TagResourceInput;
|
|
510
|
-
(function (TagResourceInput) {
|
|
511
|
-
TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(TagResourceInput || (TagResourceInput = {}));
|
|
513
385
|
var TagsMapRequiredException = (function (_super) {
|
|
514
386
|
__extends(TagsMapRequiredException, _super);
|
|
515
387
|
function TagsMapRequiredException(opts) {
|
|
@@ -522,18 +394,6 @@ var TagsMapRequiredException = (function (_super) {
|
|
|
522
394
|
return TagsMapRequiredException;
|
|
523
395
|
}(__BaseException));
|
|
524
396
|
export { TagsMapRequiredException };
|
|
525
|
-
export var TestRepositoryTriggersInput;
|
|
526
|
-
(function (TestRepositoryTriggersInput) {
|
|
527
|
-
TestRepositoryTriggersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
-
})(TestRepositoryTriggersInput || (TestRepositoryTriggersInput = {}));
|
|
529
|
-
export var RepositoryTriggerExecutionFailure;
|
|
530
|
-
(function (RepositoryTriggerExecutionFailure) {
|
|
531
|
-
RepositoryTriggerExecutionFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(RepositoryTriggerExecutionFailure || (RepositoryTriggerExecutionFailure = {}));
|
|
533
|
-
export var TestRepositoryTriggersOutput;
|
|
534
|
-
(function (TestRepositoryTriggersOutput) {
|
|
535
|
-
TestRepositoryTriggersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(TestRepositoryTriggersOutput || (TestRepositoryTriggersOutput = {}));
|
|
537
397
|
var InvalidTagKeysListException = (function (_super) {
|
|
538
398
|
__extends(InvalidTagKeysListException, _super);
|
|
539
399
|
function InvalidTagKeysListException(opts) {
|
|
@@ -558,10 +418,6 @@ var TagKeysListRequiredException = (function (_super) {
|
|
|
558
418
|
return TagKeysListRequiredException;
|
|
559
419
|
}(__BaseException));
|
|
560
420
|
export { TagKeysListRequiredException };
|
|
561
|
-
export var UntagResourceInput;
|
|
562
|
-
(function (UntagResourceInput) {
|
|
563
|
-
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
-
})(UntagResourceInput || (UntagResourceInput = {}));
|
|
565
421
|
var InvalidRuleContentSha256Exception = (function (_super) {
|
|
566
422
|
__extends(InvalidRuleContentSha256Exception, _super);
|
|
567
423
|
function InvalidRuleContentSha256Exception(opts) {
|
|
@@ -574,30 +430,6 @@ var InvalidRuleContentSha256Exception = (function (_super) {
|
|
|
574
430
|
return InvalidRuleContentSha256Exception;
|
|
575
431
|
}(__BaseException));
|
|
576
432
|
export { InvalidRuleContentSha256Exception };
|
|
577
|
-
export var UpdateApprovalRuleTemplateContentInput;
|
|
578
|
-
(function (UpdateApprovalRuleTemplateContentInput) {
|
|
579
|
-
UpdateApprovalRuleTemplateContentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
-
})(UpdateApprovalRuleTemplateContentInput || (UpdateApprovalRuleTemplateContentInput = {}));
|
|
581
|
-
export var UpdateApprovalRuleTemplateContentOutput;
|
|
582
|
-
(function (UpdateApprovalRuleTemplateContentOutput) {
|
|
583
|
-
UpdateApprovalRuleTemplateContentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
-
})(UpdateApprovalRuleTemplateContentOutput || (UpdateApprovalRuleTemplateContentOutput = {}));
|
|
585
|
-
export var UpdateApprovalRuleTemplateDescriptionInput;
|
|
586
|
-
(function (UpdateApprovalRuleTemplateDescriptionInput) {
|
|
587
|
-
UpdateApprovalRuleTemplateDescriptionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
-
})(UpdateApprovalRuleTemplateDescriptionInput || (UpdateApprovalRuleTemplateDescriptionInput = {}));
|
|
589
|
-
export var UpdateApprovalRuleTemplateDescriptionOutput;
|
|
590
|
-
(function (UpdateApprovalRuleTemplateDescriptionOutput) {
|
|
591
|
-
UpdateApprovalRuleTemplateDescriptionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
-
})(UpdateApprovalRuleTemplateDescriptionOutput || (UpdateApprovalRuleTemplateDescriptionOutput = {}));
|
|
593
|
-
export var UpdateApprovalRuleTemplateNameInput;
|
|
594
|
-
(function (UpdateApprovalRuleTemplateNameInput) {
|
|
595
|
-
UpdateApprovalRuleTemplateNameInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
-
})(UpdateApprovalRuleTemplateNameInput || (UpdateApprovalRuleTemplateNameInput = {}));
|
|
597
|
-
export var UpdateApprovalRuleTemplateNameOutput;
|
|
598
|
-
(function (UpdateApprovalRuleTemplateNameOutput) {
|
|
599
|
-
UpdateApprovalRuleTemplateNameOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
-
})(UpdateApprovalRuleTemplateNameOutput || (UpdateApprovalRuleTemplateNameOutput = {}));
|
|
601
433
|
var CommentNotCreatedByCallerException = (function (_super) {
|
|
602
434
|
__extends(CommentNotCreatedByCallerException, _super);
|
|
603
435
|
function CommentNotCreatedByCallerException(opts) {
|
|
@@ -610,26 +442,6 @@ var CommentNotCreatedByCallerException = (function (_super) {
|
|
|
610
442
|
return CommentNotCreatedByCallerException;
|
|
611
443
|
}(__BaseException));
|
|
612
444
|
export { CommentNotCreatedByCallerException };
|
|
613
|
-
export var UpdateCommentInput;
|
|
614
|
-
(function (UpdateCommentInput) {
|
|
615
|
-
UpdateCommentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(UpdateCommentInput || (UpdateCommentInput = {}));
|
|
617
|
-
export var UpdateCommentOutput;
|
|
618
|
-
(function (UpdateCommentOutput) {
|
|
619
|
-
UpdateCommentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(UpdateCommentOutput || (UpdateCommentOutput = {}));
|
|
621
|
-
export var UpdateDefaultBranchInput;
|
|
622
|
-
(function (UpdateDefaultBranchInput) {
|
|
623
|
-
UpdateDefaultBranchInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
-
})(UpdateDefaultBranchInput || (UpdateDefaultBranchInput = {}));
|
|
625
|
-
export var UpdatePullRequestApprovalRuleContentInput;
|
|
626
|
-
(function (UpdatePullRequestApprovalRuleContentInput) {
|
|
627
|
-
UpdatePullRequestApprovalRuleContentInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(UpdatePullRequestApprovalRuleContentInput || (UpdatePullRequestApprovalRuleContentInput = {}));
|
|
629
|
-
export var UpdatePullRequestApprovalRuleContentOutput;
|
|
630
|
-
(function (UpdatePullRequestApprovalRuleContentOutput) {
|
|
631
|
-
UpdatePullRequestApprovalRuleContentOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
-
})(UpdatePullRequestApprovalRuleContentOutput || (UpdatePullRequestApprovalRuleContentOutput = {}));
|
|
633
445
|
var InvalidApprovalStateException = (function (_super) {
|
|
634
446
|
__extends(InvalidApprovalStateException, _super);
|
|
635
447
|
function InvalidApprovalStateException(opts) {
|
|
@@ -666,18 +478,6 @@ var PullRequestCannotBeApprovedByAuthorException = (function (_super) {
|
|
|
666
478
|
return PullRequestCannotBeApprovedByAuthorException;
|
|
667
479
|
}(__BaseException));
|
|
668
480
|
export { PullRequestCannotBeApprovedByAuthorException };
|
|
669
|
-
export var UpdatePullRequestApprovalStateInput;
|
|
670
|
-
(function (UpdatePullRequestApprovalStateInput) {
|
|
671
|
-
UpdatePullRequestApprovalStateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
-
})(UpdatePullRequestApprovalStateInput || (UpdatePullRequestApprovalStateInput = {}));
|
|
673
|
-
export var UpdatePullRequestDescriptionInput;
|
|
674
|
-
(function (UpdatePullRequestDescriptionInput) {
|
|
675
|
-
UpdatePullRequestDescriptionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
-
})(UpdatePullRequestDescriptionInput || (UpdatePullRequestDescriptionInput = {}));
|
|
677
|
-
export var UpdatePullRequestDescriptionOutput;
|
|
678
|
-
(function (UpdatePullRequestDescriptionOutput) {
|
|
679
|
-
UpdatePullRequestDescriptionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
})(UpdatePullRequestDescriptionOutput || (UpdatePullRequestDescriptionOutput = {}));
|
|
681
481
|
var InvalidPullRequestStatusUpdateException = (function (_super) {
|
|
682
482
|
__extends(InvalidPullRequestStatusUpdateException, _super);
|
|
683
483
|
function InvalidPullRequestStatusUpdateException(opts) {
|
|
@@ -702,27 +502,59 @@ var PullRequestStatusRequiredException = (function (_super) {
|
|
|
702
502
|
return PullRequestStatusRequiredException;
|
|
703
503
|
}(__BaseException));
|
|
704
504
|
export { PullRequestStatusRequiredException };
|
|
705
|
-
export var
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
export var
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
export var
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
export var
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
export var
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
export var
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
505
|
+
export var ListRepositoriesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var RepositoryNameIdPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var ListRepositoriesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var ListRepositoriesForApprovalRuleTemplateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var ListRepositoriesForApprovalRuleTemplateOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var MergeBranchesByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var MergeBranchesByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var MergeBranchesBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var MergeBranchesBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var MergeBranchesByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var MergeBranchesByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var MergePullRequestByFastForwardInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var MergePullRequestByFastForwardOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var MergePullRequestBySquashInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var MergePullRequestBySquashOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var MergePullRequestByThreeWayInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var MergePullRequestByThreeWayOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var OverridePullRequestApprovalRulesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var PostCommentForComparedCommitInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var PostCommentForComparedCommitOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var PostCommentForPullRequestInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var PostCommentForPullRequestOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var PostCommentReplyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var PostCommentReplyOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var PutCommentReactionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var PutFileInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var PutFileOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var PutRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var PutRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var TestRepositoryTriggersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var RepositoryTriggerExecutionFailureFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var TestRepositoryTriggersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var UpdateApprovalRuleTemplateContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var UpdateApprovalRuleTemplateContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var UpdateApprovalRuleTemplateDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var UpdateApprovalRuleTemplateDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var UpdateApprovalRuleTemplateNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var UpdateApprovalRuleTemplateNameOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var UpdateCommentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var UpdateCommentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var UpdateDefaultBranchInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var UpdatePullRequestApprovalRuleContentInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var UpdatePullRequestApprovalRuleContentOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var UpdatePullRequestApprovalStateInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var UpdatePullRequestDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var UpdatePullRequestDescriptionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var UpdatePullRequestStatusInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var UpdatePullRequestStatusOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var UpdatePullRequestTitleInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var UpdatePullRequestTitleOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var UpdateRepositoryDescriptionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var UpdateRepositoryNameInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -13190,6 +13190,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
13190
13190
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
13191
13191
|
var sanitizeErrorCode = function (rawValue) {
|
|
13192
13192
|
var cleanValue = rawValue;
|
|
13193
|
+
if (typeof cleanValue === "number") {
|
|
13194
|
+
cleanValue = cleanValue.toString();
|
|
13195
|
+
}
|
|
13193
13196
|
if (cleanValue.indexOf(":") >= 0) {
|
|
13194
13197
|
cleanValue = cleanValue.split(":")[0];
|
|
13195
13198
|
}
|