|
232 | 232 | {"shape":"FolderContentSizeLimitExceededException"}, |
233 | 233 | {"shape":"MaximumFileContentToLoadExceededException"}, |
234 | 234 | {"shape":"MaximumItemsToCompareExceededException"}, |
| 235 | + {"shape":"ConcurrentReferenceUpdateException"}, |
235 | 236 | {"shape":"FileModeRequiredException"}, |
236 | 237 | {"shape":"InvalidFileModeException"}, |
237 | 238 | {"shape":"NameLengthExceededException"}, |
|
836 | 837 | {"shape":"BranchNameIsTagNameException"}, |
837 | 838 | {"shape":"BranchDoesNotExistException"}, |
838 | 839 | {"shape":"ManualMergeRequiredException"}, |
| 840 | + {"shape":"ConcurrentReferenceUpdateException"}, |
839 | 841 | {"shape":"EncryptionIntegrityChecksFailedException"}, |
840 | 842 | {"shape":"EncryptionKeyAccessDeniedException"}, |
841 | 843 | {"shape":"EncryptionKeyDisabledException"}, |
|
885 | 887 | {"shape":"NameLengthExceededException"}, |
886 | 888 | {"shape":"InvalidEmailException"}, |
887 | 889 | {"shape":"CommitMessageLengthExceededException"}, |
| 890 | + {"shape":"ConcurrentReferenceUpdateException"}, |
888 | 891 | {"shape":"EncryptionIntegrityChecksFailedException"}, |
889 | 892 | {"shape":"EncryptionKeyAccessDeniedException"}, |
890 | 893 | {"shape":"EncryptionKeyDisabledException"}, |
|
914 | 917 | {"shape":"BranchNameIsTagNameException"}, |
915 | 918 | {"shape":"BranchDoesNotExistException"}, |
916 | 919 | {"shape":"ManualMergeRequiredException"}, |
| 920 | + {"shape":"ConcurrentReferenceUpdateException"}, |
917 | 921 | {"shape":"InvalidConflictDetailLevelException"}, |
918 | 922 | {"shape":"InvalidConflictResolutionStrategyException"}, |
919 | 923 | {"shape":"InvalidConflictResolutionException"}, |
|
962 | 966 | {"shape":"RepositoryNameRequiredException"}, |
963 | 967 | {"shape":"InvalidRepositoryNameException"}, |
964 | 968 | {"shape":"RepositoryDoesNotExistException"}, |
| 969 | + {"shape":"ConcurrentReferenceUpdateException"}, |
965 | 970 | {"shape":"EncryptionIntegrityChecksFailedException"}, |
966 | 971 | {"shape":"EncryptionKeyAccessDeniedException"}, |
967 | 972 | {"shape":"EncryptionKeyDisabledException"}, |
|
997 | 1002 | {"shape":"MultipleConflictResolutionEntriesException"}, |
998 | 1003 | {"shape":"ReplacementContentRequiredException"}, |
999 | 1004 | {"shape":"MaximumConflictResolutionEntriesExceededException"}, |
| 1005 | + {"shape":"ConcurrentReferenceUpdateException"}, |
1000 | 1006 | {"shape":"PathRequiredException"}, |
1001 | 1007 | {"shape":"InvalidPathException"}, |
1002 | 1008 | {"shape":"InvalidFileModeException"}, |
|
1056 | 1062 | {"shape":"InvalidRepositoryNameException"}, |
1057 | 1063 | {"shape":"RepositoryDoesNotExistException"}, |
1058 | 1064 | {"shape":"RepositoryNotAssociatedWithPullRequestException"}, |
| 1065 | + {"shape":"ConcurrentReferenceUpdateException"}, |
1059 | 1066 | {"shape":"EncryptionIntegrityChecksFailedException"}, |
1060 | 1067 | {"shape":"EncryptionKeyAccessDeniedException"}, |
1061 | 1068 | {"shape":"EncryptionKeyDisabledException"}, |
|
1728 | 1735 | }, |
1729 | 1736 | "exception":true |
1730 | 1737 | }, |
| 1738 | + "ConcurrentReferenceUpdateException":{ |
| 1739 | + "type":"structure", |
| 1740 | + "members":{ |
| 1741 | + }, |
| 1742 | + "exception":true |
| 1743 | + }, |
1731 | 1744 | "Conflict":{ |
1732 | 1745 | "type":"structure", |
1733 | 1746 | "members":{ |
|
0 commit comments