Skip to content

Commit a2820b5

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 00f933e commit a2820b5

File tree

4 files changed

+73
-3
lines changed

4 files changed

+73
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::CodeCommit - Updated the API, and documentation for AWS CodeCommit.
5+
46
2.11.322 (2019-07-26)
57
------------------
68

aws-sdk-core/apis/codecommit/2015-04-13/api-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
{"shape":"FolderContentSizeLimitExceededException"},
233233
{"shape":"MaximumFileContentToLoadExceededException"},
234234
{"shape":"MaximumItemsToCompareExceededException"},
235+
{"shape":"ConcurrentReferenceUpdateException"},
235236
{"shape":"FileModeRequiredException"},
236237
{"shape":"InvalidFileModeException"},
237238
{"shape":"NameLengthExceededException"},
@@ -836,6 +837,7 @@
836837
{"shape":"BranchNameIsTagNameException"},
837838
{"shape":"BranchDoesNotExistException"},
838839
{"shape":"ManualMergeRequiredException"},
840+
{"shape":"ConcurrentReferenceUpdateException"},
839841
{"shape":"EncryptionIntegrityChecksFailedException"},
840842
{"shape":"EncryptionKeyAccessDeniedException"},
841843
{"shape":"EncryptionKeyDisabledException"},
@@ -885,6 +887,7 @@
885887
{"shape":"NameLengthExceededException"},
886888
{"shape":"InvalidEmailException"},
887889
{"shape":"CommitMessageLengthExceededException"},
890+
{"shape":"ConcurrentReferenceUpdateException"},
888891
{"shape":"EncryptionIntegrityChecksFailedException"},
889892
{"shape":"EncryptionKeyAccessDeniedException"},
890893
{"shape":"EncryptionKeyDisabledException"},
@@ -914,6 +917,7 @@
914917
{"shape":"BranchNameIsTagNameException"},
915918
{"shape":"BranchDoesNotExistException"},
916919
{"shape":"ManualMergeRequiredException"},
920+
{"shape":"ConcurrentReferenceUpdateException"},
917921
{"shape":"InvalidConflictDetailLevelException"},
918922
{"shape":"InvalidConflictResolutionStrategyException"},
919923
{"shape":"InvalidConflictResolutionException"},
@@ -962,6 +966,7 @@
962966
{"shape":"RepositoryNameRequiredException"},
963967
{"shape":"InvalidRepositoryNameException"},
964968
{"shape":"RepositoryDoesNotExistException"},
969+
{"shape":"ConcurrentReferenceUpdateException"},
965970
{"shape":"EncryptionIntegrityChecksFailedException"},
966971
{"shape":"EncryptionKeyAccessDeniedException"},
967972
{"shape":"EncryptionKeyDisabledException"},
@@ -997,6 +1002,7 @@
9971002
{"shape":"MultipleConflictResolutionEntriesException"},
9981003
{"shape":"ReplacementContentRequiredException"},
9991004
{"shape":"MaximumConflictResolutionEntriesExceededException"},
1005+
{"shape":"ConcurrentReferenceUpdateException"},
10001006
{"shape":"PathRequiredException"},
10011007
{"shape":"InvalidPathException"},
10021008
{"shape":"InvalidFileModeException"},
@@ -1056,6 +1062,7 @@
10561062
{"shape":"InvalidRepositoryNameException"},
10571063
{"shape":"RepositoryDoesNotExistException"},
10581064
{"shape":"RepositoryNotAssociatedWithPullRequestException"},
1065+
{"shape":"ConcurrentReferenceUpdateException"},
10591066
{"shape":"EncryptionIntegrityChecksFailedException"},
10601067
{"shape":"EncryptionKeyAccessDeniedException"},
10611068
{"shape":"EncryptionKeyDisabledException"},
@@ -1728,6 +1735,12 @@
17281735
},
17291736
"exception":true
17301737
},
1738+
"ConcurrentReferenceUpdateException":{
1739+
"type":"structure",
1740+
"members":{
1741+
},
1742+
"exception":true
1743+
},
17311744
"Conflict":{
17321745
"type":"structure",
17331746
"members":{

aws-sdk-core/apis/codecommit/2015-04-13/docs-2.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"PullRequest$authorArn": "<p>The Amazon Resource Name (ARN) of the user who created the pull request.</p>",
8585
"PullRequestEvent$actorArn": "<p>The Amazon Resource Name (ARN) of the user whose actions resulted in the event. Examples include updating the pull request with additional commits or changing the status of a pull request.</p>",
8686
"RepositoryMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the repository.</p>",
87-
"RepositoryTrigger$destinationArn": "<p>The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon Simple Notification Service (SNS).</p>"
87+
"RepositoryTrigger$destinationArn": "<p>The ARN of the resource that is the target for a trigger. For example, the ARN of a topic in Amazon SNS.</p>"
8888
}
8989
},
9090
"AuthorDoesNotExistException": {
@@ -190,7 +190,7 @@
190190
"base": null,
191191
"refs": {
192192
"ListBranchesOutput$branches": "<p>The list of branch names.</p>",
193-
"RepositoryTrigger$branches": "<p>The branches that will be included in the trigger configuration. If you specify an empty array, the trigger will apply to all branches.</p> <note> <p>While no content is required in the array, you must include the array itself.</p> </note>"
193+
"RepositoryTrigger$branches": "<p>The branches that will be included in the trigger configuration. If you specify an empty array, the trigger will apply to all branches.</p> <note> <p>Although no content is required in the array, you must include the array itself.</p> </note>"
194194
}
195195
},
196196
"BranchNameRequiredException": {
@@ -420,6 +420,11 @@
420420
"refs": {
421421
}
422422
},
423+
"ConcurrentReferenceUpdateException": {
424+
"base": "<p>The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.</p>",
425+
"refs": {
426+
}
427+
},
423428
"Conflict": {
424429
"base": "<p>Information about conflicts in a merge operation.</p>",
425430
"refs": {
@@ -2255,7 +2260,7 @@
22552260
"RepositoryTriggerEventList": {
22562261
"base": null,
22572262
"refs": {
2258-
"RepositoryTrigger$events": "<p>The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon Simple Notification Service (SNS). </p> <note> <p>The valid value \"all\" cannot be used with any other values.</p> </note>"
2263+
"RepositoryTrigger$events": "<p>The repository events that will cause the trigger to run actions in another service, such as sending a notification through Amazon SNS. </p> <note> <p>The valid value \"all\" cannot be used with any other values.</p> </note>"
22592264
}
22602265
},
22612266
"RepositoryTriggerEventsListRequiredException": {

0 commit comments

Comments
 (0)