1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.codecommit#AccountId": {
33            "type": "string"
34        },
35        "com.amazonaws.codecommit#ActorDoesNotExistException": {
36            "type": "structure",
37            "members": {
38                "message": {
39                    "target": "com.amazonaws.codecommit#Message",
40                    "traits": {
41                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
42                    }
43                }
44            },
45            "traits": {
46                "smithy.api#documentation": "<p>The specified Amazon Resource Name (ARN) does not exist in the AWS account.</p>",
47                "smithy.api#error": "client"
48            }
49        },
50        "com.amazonaws.codecommit#AdditionalData": {
51            "type": "string"
52        },
53        "com.amazonaws.codecommit#Approval": {
54            "type": "structure",
55            "members": {
56                "userArn": {
57                    "target": "com.amazonaws.codecommit#Arn",
58                    "traits": {
59                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user.</p>"
60                    }
61                },
62                "approvalState": {
63                    "target": "com.amazonaws.codecommit#ApprovalState",
64                    "traits": {
65                        "smithy.api#documentation": "<p>The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.</p>"
66                    }
67                }
68            },
69            "traits": {
70                "smithy.api#documentation": "<p>Returns information about a specific approval on a pull request.</p>"
71            }
72        },
73        "com.amazonaws.codecommit#ApprovalList": {
74            "type": "list",
75            "member": {
76                "target": "com.amazonaws.codecommit#Approval"
77            }
78        },
79        "com.amazonaws.codecommit#ApprovalRule": {
80            "type": "structure",
81            "members": {
82                "approvalRuleId": {
83                    "target": "com.amazonaws.codecommit#ApprovalRuleId",
84                    "traits": {
85                        "smithy.api#documentation": "<p>The system-generated ID of the approval rule.</p>"
86                    }
87                },
88                "approvalRuleName": {
89                    "target": "com.amazonaws.codecommit#ApprovalRuleName",
90                    "traits": {
91                        "smithy.api#documentation": "<p>The name of the approval rule.</p>"
92                    }
93                },
94                "approvalRuleContent": {
95                    "target": "com.amazonaws.codecommit#ApprovalRuleContent",
96                    "traits": {
97                        "smithy.api#documentation": "<p>The content of the approval rule.</p>"
98                    }
99                },
100                "ruleContentSha256": {
101                    "target": "com.amazonaws.codecommit#RuleContentSha256",
102                    "traits": {
103                        "smithy.api#documentation": "<p>The SHA-256 hash signature for the content of the approval rule.</p>"
104                    }
105                },
106                "lastModifiedDate": {
107                    "target": "com.amazonaws.codecommit#LastModifiedDate",
108                    "traits": {
109                        "smithy.api#documentation": "<p>The date the approval rule was most recently changed, in timestamp format.</p>"
110                    }
111                },
112                "creationDate": {
113                    "target": "com.amazonaws.codecommit#CreationDate",
114                    "traits": {
115                        "smithy.api#documentation": "<p>The date the approval rule was created, in timestamp format.</p>"
116                    }
117                },
118                "lastModifiedUser": {
119                    "target": "com.amazonaws.codecommit#Arn",
120                    "traits": {
121                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule.</p>"
122                    }
123                },
124                "originApprovalRuleTemplate": {
125                    "target": "com.amazonaws.codecommit#OriginApprovalRuleTemplate",
126                    "traits": {
127                        "smithy.api#documentation": "<p>The approval rule template used to create the rule.</p>"
128                    }
129                }
130            },
131            "traits": {
132                "smithy.api#documentation": "<p>Returns information about an approval rule.</p>"
133            }
134        },
135        "com.amazonaws.codecommit#ApprovalRuleContent": {
136            "type": "string",
137            "traits": {
138                "smithy.api#length": {
139                    "min": 1,
140                    "max": 3000
141                }
142            }
143        },
144        "com.amazonaws.codecommit#ApprovalRuleContentRequiredException": {
145            "type": "structure",
146            "members": {
147                "message": {
148                    "target": "com.amazonaws.codecommit#Message",
149                    "traits": {
150                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
151                    }
152                }
153            },
154            "traits": {
155                "smithy.api#documentation": "<p>The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.</p>",
156                "smithy.api#error": "client"
157            }
158        },
159        "com.amazonaws.codecommit#ApprovalRuleDoesNotExistException": {
160            "type": "structure",
161            "members": {
162                "message": {
163                    "target": "com.amazonaws.codecommit#Message",
164                    "traits": {
165                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
166                    }
167                }
168            },
169            "traits": {
170                "smithy.api#documentation": "<p>The specified approval rule does not exist.</p>",
171                "smithy.api#error": "client"
172            }
173        },
174        "com.amazonaws.codecommit#ApprovalRuleEventMetadata": {
175            "type": "structure",
176            "members": {
177                "approvalRuleName": {
178                    "target": "com.amazonaws.codecommit#ApprovalRuleName",
179                    "traits": {
180                        "smithy.api#documentation": "<p>The name of the approval rule.</p>"
181                    }
182                },
183                "approvalRuleId": {
184                    "target": "com.amazonaws.codecommit#ApprovalRuleId",
185                    "traits": {
186                        "smithy.api#documentation": "<p>The system-generated ID of the approval rule.</p>"
187                    }
188                },
189                "approvalRuleContent": {
190                    "target": "com.amazonaws.codecommit#ApprovalRuleContent",
191                    "traits": {
192                        "smithy.api#documentation": "<p>The content of the approval rule.</p>"
193                    }
194                }
195            },
196            "traits": {
197                "smithy.api#documentation": "<p>Returns information about an event for an approval rule.</p>"
198            }
199        },
200        "com.amazonaws.codecommit#ApprovalRuleId": {
201            "type": "string"
202        },
203        "com.amazonaws.codecommit#ApprovalRuleName": {
204            "type": "string",
205            "traits": {
206                "smithy.api#length": {
207                    "min": 1,
208                    "max": 100
209                }
210            }
211        },
212        "com.amazonaws.codecommit#ApprovalRuleNameAlreadyExistsException": {
213            "type": "structure",
214            "members": {
215                "message": {
216                    "target": "com.amazonaws.codecommit#Message",
217                    "traits": {
218                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
219                    }
220                }
221            },
222            "traits": {
223                "smithy.api#documentation": "<p>An approval rule with that name already exists. Approval rule names must be unique\n            within the scope of a pull request.</p>",
224                "smithy.api#error": "client"
225            }
226        },
227        "com.amazonaws.codecommit#ApprovalRuleNameRequiredException": {
228            "type": "structure",
229            "members": {
230                "message": {
231                    "target": "com.amazonaws.codecommit#Message",
232                    "traits": {
233                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
234                    }
235                }
236            },
237            "traits": {
238                "smithy.api#documentation": "<p>An approval rule name is required, but was not specified.</p>",
239                "smithy.api#error": "client"
240            }
241        },
242        "com.amazonaws.codecommit#ApprovalRuleOverriddenEventMetadata": {
243            "type": "structure",
244            "members": {
245                "revisionId": {
246                    "target": "com.amazonaws.codecommit#RevisionId",
247                    "traits": {
248                        "smithy.api#documentation": "<p>The revision ID of the pull request when the override event occurred.</p>"
249                    }
250                },
251                "overrideStatus": {
252                    "target": "com.amazonaws.codecommit#OverrideStatus",
253                    "traits": {
254                        "smithy.api#documentation": "<p>The status of the override event.</p>"
255                    }
256                }
257            },
258            "traits": {
259                "smithy.api#documentation": "<p>Returns information about an override event for approval rules for a pull request.</p>"
260            }
261        },
262        "com.amazonaws.codecommit#ApprovalRuleTemplate": {
263            "type": "structure",
264            "members": {
265                "approvalRuleTemplateId": {
266                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateId",
267                    "traits": {
268                        "smithy.api#documentation": "<p>The system-generated ID of the approval rule template.</p>"
269                    }
270                },
271                "approvalRuleTemplateName": {
272                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
273                    "traits": {
274                        "smithy.api#documentation": "<p>The name of the approval rule template.</p>"
275                    }
276                },
277                "approvalRuleTemplateDescription": {
278                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDescription",
279                    "traits": {
280                        "smithy.api#documentation": "<p>The description of the approval rule template.</p>"
281                    }
282                },
283                "approvalRuleTemplateContent": {
284                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateContent",
285                    "traits": {
286                        "smithy.api#documentation": "<p>The content of the approval rule template.</p>"
287                    }
288                },
289                "ruleContentSha256": {
290                    "target": "com.amazonaws.codecommit#RuleContentSha256",
291                    "traits": {
292                        "smithy.api#documentation": "<p>The SHA-256 hash signature for the content of the approval rule template.</p>"
293                    }
294                },
295                "lastModifiedDate": {
296                    "target": "com.amazonaws.codecommit#LastModifiedDate",
297                    "traits": {
298                        "smithy.api#documentation": "<p>The date the approval rule template was most recently changed, in timestamp format.</p>"
299                    }
300                },
301                "creationDate": {
302                    "target": "com.amazonaws.codecommit#CreationDate",
303                    "traits": {
304                        "smithy.api#documentation": "<p>The date the approval rule template was created, in timestamp format.</p>"
305                    }
306                },
307                "lastModifiedUser": {
308                    "target": "com.amazonaws.codecommit#Arn",
309                    "traits": {
310                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.</p>"
311                    }
312                }
313            },
314            "traits": {
315                "smithy.api#documentation": "<p>Returns information about an approval rule template.</p>"
316            }
317        },
318        "com.amazonaws.codecommit#ApprovalRuleTemplateContent": {
319            "type": "string",
320            "traits": {
321                "smithy.api#length": {
322                    "min": 1,
323                    "max": 3000
324                }
325            }
326        },
327        "com.amazonaws.codecommit#ApprovalRuleTemplateContentRequiredException": {
328            "type": "structure",
329            "members": {
330                "message": {
331                    "target": "com.amazonaws.codecommit#Message",
332                    "traits": {
333                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
334                    }
335                }
336            },
337            "traits": {
338                "smithy.api#documentation": "<p>The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.</p>",
339                "smithy.api#error": "client"
340            }
341        },
342        "com.amazonaws.codecommit#ApprovalRuleTemplateDescription": {
343            "type": "string",
344            "traits": {
345                "smithy.api#length": {
346                    "min": 0,
347                    "max": 1000
348                }
349            }
350        },
351        "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException": {
352            "type": "structure",
353            "members": {
354                "message": {
355                    "target": "com.amazonaws.codecommit#Message",
356                    "traits": {
357                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
358                    }
359                }
360            },
361            "traits": {
362                "smithy.api#documentation": "<p>The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template\n        was created, and then try again.</p>",
363                "smithy.api#error": "client"
364            }
365        },
366        "com.amazonaws.codecommit#ApprovalRuleTemplateId": {
367            "type": "string"
368        },
369        "com.amazonaws.codecommit#ApprovalRuleTemplateInUseException": {
370            "type": "structure",
371            "members": {
372                "message": {
373                    "target": "com.amazonaws.codecommit#Message",
374                    "traits": {
375                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
376                    }
377                }
378            },
379            "traits": {
380                "smithy.api#documentation": "<p>The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove\n        all associations, and then try again.</p>",
381                "smithy.api#error": "client"
382            }
383        },
384        "com.amazonaws.codecommit#ApprovalRuleTemplateName": {
385            "type": "string",
386            "traits": {
387                "smithy.api#length": {
388                    "min": 1,
389                    "max": 100
390                }
391            }
392        },
393        "com.amazonaws.codecommit#ApprovalRuleTemplateNameAlreadyExistsException": {
394            "type": "structure",
395            "members": {
396                "message": {
397                    "target": "com.amazonaws.codecommit#Message",
398                    "traits": {
399                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
400                    }
401                }
402            },
403            "traits": {
404                "smithy.api#documentation": "<p>You cannot create an approval rule template with that name because a template with\n            that name already exists in this AWS Region for your AWS account. Approval rule template\n            names must be unique.</p>",
405                "smithy.api#error": "client"
406            }
407        },
408        "com.amazonaws.codecommit#ApprovalRuleTemplateNameList": {
409            "type": "list",
410            "member": {
411                "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName"
412            }
413        },
414        "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException": {
415            "type": "structure",
416            "members": {
417                "message": {
418                    "target": "com.amazonaws.codecommit#Message",
419                    "traits": {
420                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
421                    }
422                }
423            },
424            "traits": {
425                "smithy.api#documentation": "<p>An approval rule template name is required, but was not specified.</p>",
426                "smithy.api#error": "client"
427            }
428        },
429        "com.amazonaws.codecommit#ApprovalRulesList": {
430            "type": "list",
431            "member": {
432                "target": "com.amazonaws.codecommit#ApprovalRule"
433            }
434        },
435        "com.amazonaws.codecommit#ApprovalRulesNotSatisfiedList": {
436            "type": "list",
437            "member": {
438                "target": "com.amazonaws.codecommit#ApprovalRuleName"
439            }
440        },
441        "com.amazonaws.codecommit#ApprovalRulesSatisfiedList": {
442            "type": "list",
443            "member": {
444                "target": "com.amazonaws.codecommit#ApprovalRuleName"
445            }
446        },
447        "com.amazonaws.codecommit#ApprovalState": {
448            "type": "string",
449            "traits": {
450                "smithy.api#enum": [
451                    {
452                        "value": "APPROVE",
453                        "name": "APPROVE"
454                    },
455                    {
456                        "value": "REVOKE",
457                        "name": "REVOKE"
458                    }
459                ]
460            }
461        },
462        "com.amazonaws.codecommit#ApprovalStateChangedEventMetadata": {
463            "type": "structure",
464            "members": {
465                "revisionId": {
466                    "target": "com.amazonaws.codecommit#RevisionId",
467                    "traits": {
468                        "smithy.api#documentation": "<p>The revision ID of the pull request when the approval state changed.</p>"
469                    }
470                },
471                "approvalStatus": {
472                    "target": "com.amazonaws.codecommit#ApprovalState",
473                    "traits": {
474                        "smithy.api#documentation": "<p>The approval status for the pull request.</p>"
475                    }
476                }
477            },
478            "traits": {
479                "smithy.api#documentation": "<p>Returns information about a change in the approval state for a pull request.</p>"
480            }
481        },
482        "com.amazonaws.codecommit#ApprovalStateRequiredException": {
483            "type": "structure",
484            "members": {
485                "message": {
486                    "target": "com.amazonaws.codecommit#Message",
487                    "traits": {
488                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
489                    }
490                }
491            },
492            "traits": {
493                "smithy.api#documentation": "<p>An approval state is required, but was not specified.</p>",
494                "smithy.api#error": "client"
495            }
496        },
497        "com.amazonaws.codecommit#Approved": {
498            "type": "boolean"
499        },
500        "com.amazonaws.codecommit#Arn": {
501            "type": "string"
502        },
503        "com.amazonaws.codecommit#AssociateApprovalRuleTemplateWithRepository": {
504            "type": "operation",
505            "input": {
506                "target": "com.amazonaws.codecommit#AssociateApprovalRuleTemplateWithRepositoryInput"
507            },
508            "errors": [
509                {
510                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
511                },
512                {
513                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
514                },
515                {
516                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
517                },
518                {
519                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
520                },
521                {
522                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
523                },
524                {
525                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
526                },
527                {
528                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
529                },
530                {
531                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
532                },
533                {
534                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
535                },
536                {
537                    "target": "com.amazonaws.codecommit#MaximumRuleTemplatesAssociatedWithRepositoryException"
538                },
539                {
540                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
541                },
542                {
543                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
544                }
545            ],
546            "traits": {
547                "smithy.api#documentation": "<p>Creates an association between an approval rule template and a specified repository.\n            Then, the next time a pull request is created in the repository where the destination\n            reference (if specified) matches the destination reference (branch) for the pull\n            request, an approval rule that matches the template conditions is automatically created\n            for that pull request. If no destination references are specified in the template, an\n            approval rule that matches the template contents is created for all pull requests in\n            that repository.</p>"
548            }
549        },
550        "com.amazonaws.codecommit#AssociateApprovalRuleTemplateWithRepositoryInput": {
551            "type": "structure",
552            "members": {
553                "approvalRuleTemplateName": {
554                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
555                    "traits": {
556                        "smithy.api#documentation": "<p>The name for the approval rule template. </p>",
557                        "smithy.api#required": {}
558                    }
559                },
560                "repositoryName": {
561                    "target": "com.amazonaws.codecommit#RepositoryName",
562                    "traits": {
563                        "smithy.api#documentation": "<p>The name of the repository that you want to associate with the template.</p>",
564                        "smithy.api#required": {}
565                    }
566                }
567            }
568        },
569        "com.amazonaws.codecommit#AuthorDoesNotExistException": {
570            "type": "structure",
571            "members": {
572                "message": {
573                    "target": "com.amazonaws.codecommit#Message",
574                    "traits": {
575                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
576                    }
577                }
578            },
579            "traits": {
580                "smithy.api#documentation": "<p>The specified Amazon Resource Name (ARN) does not exist in the AWS account.</p>",
581                "smithy.api#error": "client"
582            }
583        },
584        "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositories": {
585            "type": "operation",
586            "input": {
587                "target": "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesInput"
588            },
589            "output": {
590                "target": "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesOutput"
591            },
592            "errors": [
593                {
594                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
595                },
596                {
597                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
598                },
599                {
600                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
601                },
602                {
603                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
604                },
605                {
606                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
607                },
608                {
609                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
610                },
611                {
612                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
613                },
614                {
615                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
616                },
617                {
618                    "target": "com.amazonaws.codecommit#MaximumRepositoryNamesExceededException"
619                },
620                {
621                    "target": "com.amazonaws.codecommit#RepositoryNamesRequiredException"
622                }
623            ],
624            "traits": {
625                "smithy.api#documentation": "<p>Creates an association between an approval rule template and one or more specified repositories. </p>"
626            }
627        },
628        "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesError": {
629            "type": "structure",
630            "members": {
631                "repositoryName": {
632                    "target": "com.amazonaws.codecommit#RepositoryName",
633                    "traits": {
634                        "smithy.api#documentation": "<p>The name of the repository where the association was not made.</p>"
635                    }
636                },
637                "errorCode": {
638                    "target": "com.amazonaws.codecommit#ErrorCode",
639                    "traits": {
640                        "smithy.api#documentation": "<p>An error code that specifies whether the repository name was not valid or not found.</p>"
641                    }
642                },
643                "errorMessage": {
644                    "target": "com.amazonaws.codecommit#ErrorMessage",
645                    "traits": {
646                        "smithy.api#documentation": "<p>An error message that provides details about why the repository name was not found or not valid.</p>"
647                    }
648                }
649            },
650            "traits": {
651                "smithy.api#documentation": "<p>Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.</p>"
652            }
653        },
654        "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList": {
655            "type": "list",
656            "member": {
657                "target": "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesError"
658            }
659        },
660        "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesInput": {
661            "type": "structure",
662            "members": {
663                "approvalRuleTemplateName": {
664                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
665                    "traits": {
666                        "smithy.api#documentation": "<p>The name of the template you want to associate with one or more repositories.</p>",
667                        "smithy.api#required": {}
668                    }
669                },
670                "repositoryNames": {
671                    "target": "com.amazonaws.codecommit#RepositoryNameList",
672                    "traits": {
673                        "smithy.api#documentation": "<p>The names of the repositories you want to associate with the template.</p>\n        <note>\n            <p>The length constraint limit is for each string in the array. The array itself can be empty.</p>\n         </note>",
674                        "smithy.api#required": {}
675                    }
676                }
677            }
678        },
679        "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesOutput": {
680            "type": "structure",
681            "members": {
682                "associatedRepositoryNames": {
683                    "target": "com.amazonaws.codecommit#RepositoryNameList",
684                    "traits": {
685                        "smithy.api#documentation": "<p>A list of names of the repositories that have been associated with the template.</p>",
686                        "smithy.api#required": {}
687                    }
688                },
689                "errors": {
690                    "target": "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositoriesErrorsList",
691                    "traits": {
692                        "smithy.api#documentation": "<p>A list of any errors that might have occurred while attempting to create the association between the template and the repositories.</p>",
693                        "smithy.api#required": {}
694                    }
695                }
696            }
697        },
698        "com.amazonaws.codecommit#BatchDescribeMergeConflicts": {
699            "type": "operation",
700            "input": {
701                "target": "com.amazonaws.codecommit#BatchDescribeMergeConflictsInput"
702            },
703            "output": {
704                "target": "com.amazonaws.codecommit#BatchDescribeMergeConflictsOutput"
705            },
706            "errors": [
707                {
708                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
709                },
710                {
711                    "target": "com.amazonaws.codecommit#CommitRequiredException"
712                },
713                {
714                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
715                },
716                {
717                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
718                },
719                {
720                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
721                },
722                {
723                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
724                },
725                {
726                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
727                },
728                {
729                    "target": "com.amazonaws.codecommit#InvalidCommitException"
730                },
731                {
732                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
733                },
734                {
735                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
736                },
737                {
738                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
739                },
740                {
741                    "target": "com.amazonaws.codecommit#InvalidMaxConflictFilesException"
742                },
743                {
744                    "target": "com.amazonaws.codecommit#InvalidMaxMergeHunksException"
745                },
746                {
747                    "target": "com.amazonaws.codecommit#InvalidMergeOptionException"
748                },
749                {
750                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
751                },
752                {
753                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
754                },
755                {
756                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
757                },
758                {
759                    "target": "com.amazonaws.codecommit#MergeOptionRequiredException"
760                },
761                {
762                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
763                },
764                {
765                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
766                },
767                {
768                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
769                }
770            ],
771            "traits": {
772                "smithy.api#documentation": "<p>Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy.</p>"
773            }
774        },
775        "com.amazonaws.codecommit#BatchDescribeMergeConflictsError": {
776            "type": "structure",
777            "members": {
778                "filePath": {
779                    "target": "com.amazonaws.codecommit#Path",
780                    "traits": {
781                        "smithy.api#documentation": "<p>The path to the file.</p>",
782                        "smithy.api#required": {}
783                    }
784                },
785                "exceptionName": {
786                    "target": "com.amazonaws.codecommit#ExceptionName",
787                    "traits": {
788                        "smithy.api#documentation": "<p>The name of the exception.</p>",
789                        "smithy.api#required": {}
790                    }
791                },
792                "message": {
793                    "target": "com.amazonaws.codecommit#Message",
794                    "traits": {
795                        "smithy.api#documentation": "<p>The message provided by the exception.</p>",
796                        "smithy.api#required": {}
797                    }
798                }
799            },
800            "traits": {
801                "smithy.api#documentation": "<p>Returns information about errors in a BatchDescribeMergeConflicts operation.</p>"
802            }
803        },
804        "com.amazonaws.codecommit#BatchDescribeMergeConflictsErrors": {
805            "type": "list",
806            "member": {
807                "target": "com.amazonaws.codecommit#BatchDescribeMergeConflictsError"
808            }
809        },
810        "com.amazonaws.codecommit#BatchDescribeMergeConflictsInput": {
811            "type": "structure",
812            "members": {
813                "repositoryName": {
814                    "target": "com.amazonaws.codecommit#RepositoryName",
815                    "traits": {
816                        "smithy.api#documentation": "<p>The name of the repository that contains the merge conflicts you want to review.</p>",
817                        "smithy.api#required": {}
818                    }
819                },
820                "destinationCommitSpecifier": {
821                    "target": "com.amazonaws.codecommit#CommitName",
822                    "traits": {
823                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
824                        "smithy.api#required": {}
825                    }
826                },
827                "sourceCommitSpecifier": {
828                    "target": "com.amazonaws.codecommit#CommitName",
829                    "traits": {
830                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
831                        "smithy.api#required": {}
832                    }
833                },
834                "mergeOption": {
835                    "target": "com.amazonaws.codecommit#MergeOptionTypeEnum",
836                    "traits": {
837                        "smithy.api#documentation": "<p>The merge option or strategy you want to use to merge the code.</p>",
838                        "smithy.api#required": {}
839                    }
840                },
841                "maxMergeHunks": {
842                    "target": "com.amazonaws.codecommit#MaxResults",
843                    "traits": {
844                        "smithy.api#documentation": "<p>The maximum number of merge hunks to include in the output.</p>"
845                    }
846                },
847                "maxConflictFiles": {
848                    "target": "com.amazonaws.codecommit#MaxResults",
849                    "traits": {
850                        "smithy.api#documentation": "<p>The maximum number of files to include in the output.</p>"
851                    }
852                },
853                "filePaths": {
854                    "target": "com.amazonaws.codecommit#FilePaths",
855                    "traits": {
856                        "smithy.api#documentation": "<p>The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.</p>"
857                    }
858                },
859                "conflictDetailLevel": {
860                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
861                    "traits": {
862                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
863                    }
864                },
865                "conflictResolutionStrategy": {
866                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
867                    "traits": {
868                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
869                    }
870                },
871                "nextToken": {
872                    "target": "com.amazonaws.codecommit#NextToken",
873                    "traits": {
874                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
875                    }
876                }
877            }
878        },
879        "com.amazonaws.codecommit#BatchDescribeMergeConflictsOutput": {
880            "type": "structure",
881            "members": {
882                "conflicts": {
883                    "target": "com.amazonaws.codecommit#Conflicts",
884                    "traits": {
885                        "smithy.api#documentation": "<p>A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.</p>",
886                        "smithy.api#required": {}
887                    }
888                },
889                "nextToken": {
890                    "target": "com.amazonaws.codecommit#NextToken",
891                    "traits": {
892                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
893                    }
894                },
895                "errors": {
896                    "target": "com.amazonaws.codecommit#BatchDescribeMergeConflictsErrors",
897                    "traits": {
898                        "smithy.api#documentation": "<p>A list of any errors returned while describing the merge conflicts for each file.</p>"
899                    }
900                },
901                "destinationCommitId": {
902                    "target": "com.amazonaws.codecommit#ObjectId",
903                    "traits": {
904                        "smithy.api#documentation": "<p>The commit ID of the destination commit specifier that was used in the merge evaluation.</p>",
905                        "smithy.api#required": {}
906                    }
907                },
908                "sourceCommitId": {
909                    "target": "com.amazonaws.codecommit#ObjectId",
910                    "traits": {
911                        "smithy.api#documentation": "<p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>",
912                        "smithy.api#required": {}
913                    }
914                },
915                "baseCommitId": {
916                    "target": "com.amazonaws.codecommit#ObjectId",
917                    "traits": {
918                        "smithy.api#documentation": "<p>The commit ID of the merge base.</p>"
919                    }
920                }
921            }
922        },
923        "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositories": {
924            "type": "operation",
925            "input": {
926                "target": "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesInput"
927            },
928            "output": {
929                "target": "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput"
930            },
931            "errors": [
932                {
933                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
934                },
935                {
936                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
937                },
938                {
939                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
940                },
941                {
942                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
943                },
944                {
945                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
946                },
947                {
948                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
949                },
950                {
951                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
952                },
953                {
954                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
955                },
956                {
957                    "target": "com.amazonaws.codecommit#MaximumRepositoryNamesExceededException"
958                },
959                {
960                    "target": "com.amazonaws.codecommit#RepositoryNamesRequiredException"
961                }
962            ],
963            "traits": {
964                "smithy.api#documentation": "<p>Removes the association between an approval rule template and one or more specified repositories. </p>"
965            }
966        },
967        "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesError": {
968            "type": "structure",
969            "members": {
970                "repositoryName": {
971                    "target": "com.amazonaws.codecommit#RepositoryName",
972                    "traits": {
973                        "smithy.api#documentation": "<p>The name of the repository where the association with the template was not able to be removed.</p>"
974                    }
975                },
976                "errorCode": {
977                    "target": "com.amazonaws.codecommit#ErrorCode",
978                    "traits": {
979                        "smithy.api#documentation": "<p>An error code that specifies whether the repository name was not valid or not\n            found.</p>"
980                    }
981                },
982                "errorMessage": {
983                    "target": "com.amazonaws.codecommit#ErrorMessage",
984                    "traits": {
985                        "smithy.api#documentation": "<p>An error message that provides details about why the repository name was either not found or not valid.</p>"
986                    }
987                }
988            },
989            "traits": {
990                "smithy.api#documentation": "<p>Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.</p>"
991            }
992        },
993        "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList": {
994            "type": "list",
995            "member": {
996                "target": "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesError"
997            }
998        },
999        "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesInput": {
1000            "type": "structure",
1001            "members": {
1002                "approvalRuleTemplateName": {
1003                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
1004                    "traits": {
1005                        "smithy.api#documentation": "<p>The name of the template that you want to disassociate from one or more repositories.</p>",
1006                        "smithy.api#required": {}
1007                    }
1008                },
1009                "repositoryNames": {
1010                    "target": "com.amazonaws.codecommit#RepositoryNameList",
1011                    "traits": {
1012                        "smithy.api#documentation": "<p>The repository names that you want to disassociate from the approval rule\n            template.</p>\n        <note>\n            <p>The length constraint limit is for each string in the array. The array itself can be empty.</p>\n         </note>",
1013                        "smithy.api#required": {}
1014                    }
1015                }
1016            }
1017        },
1018        "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput": {
1019            "type": "structure",
1020            "members": {
1021                "disassociatedRepositoryNames": {
1022                    "target": "com.amazonaws.codecommit#RepositoryNameList",
1023                    "traits": {
1024                        "smithy.api#documentation": "<p>A list of repository names that have had their association with the template\n            removed.</p>",
1025                        "smithy.api#required": {}
1026                    }
1027                },
1028                "errors": {
1029                    "target": "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositoriesErrorsList",
1030                    "traits": {
1031                        "smithy.api#documentation": "<p>A list of any errors that might have occurred while attempting to remove the association between the template and the repositories.</p>",
1032                        "smithy.api#required": {}
1033                    }
1034                }
1035            }
1036        },
1037        "com.amazonaws.codecommit#BatchGetCommits": {
1038            "type": "operation",
1039            "input": {
1040                "target": "com.amazonaws.codecommit#BatchGetCommitsInput"
1041            },
1042            "output": {
1043                "target": "com.amazonaws.codecommit#BatchGetCommitsOutput"
1044            },
1045            "errors": [
1046                {
1047                    "target": "com.amazonaws.codecommit#CommitIdsLimitExceededException"
1048                },
1049                {
1050                    "target": "com.amazonaws.codecommit#CommitIdsListRequiredException"
1051                },
1052                {
1053                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
1054                },
1055                {
1056                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
1057                },
1058                {
1059                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
1060                },
1061                {
1062                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
1063                },
1064                {
1065                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
1066                },
1067                {
1068                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
1069                },
1070                {
1071                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
1072                },
1073                {
1074                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
1075                }
1076            ],
1077            "traits": {
1078                "smithy.api#documentation": "<p>Returns information about the contents of one or more commits in a repository.</p>"
1079            }
1080        },
1081        "com.amazonaws.codecommit#BatchGetCommitsError": {
1082            "type": "structure",
1083            "members": {
1084                "commitId": {
1085                    "target": "com.amazonaws.codecommit#ObjectId",
1086                    "traits": {
1087                        "smithy.api#documentation": "<p>A commit ID that either could not be found or was not in a valid format.</p>"
1088                    }
1089                },
1090                "errorCode": {
1091                    "target": "com.amazonaws.codecommit#ErrorCode",
1092                    "traits": {
1093                        "smithy.api#documentation": "<p>An error code that specifies whether the commit ID was not valid or not found.</p>"
1094                    }
1095                },
1096                "errorMessage": {
1097                    "target": "com.amazonaws.codecommit#ErrorMessage",
1098                    "traits": {
1099                        "smithy.api#documentation": "<p>An error message that provides detail about why the commit ID either was not found or was not valid.</p>"
1100                    }
1101                }
1102            },
1103            "traits": {
1104                "smithy.api#documentation": "<p>Returns information about errors in a BatchGetCommits operation.</p>"
1105            }
1106        },
1107        "com.amazonaws.codecommit#BatchGetCommitsErrorsList": {
1108            "type": "list",
1109            "member": {
1110                "target": "com.amazonaws.codecommit#BatchGetCommitsError"
1111            }
1112        },
1113        "com.amazonaws.codecommit#BatchGetCommitsInput": {
1114            "type": "structure",
1115            "members": {
1116                "commitIds": {
1117                    "target": "com.amazonaws.codecommit#CommitIdsInputList",
1118                    "traits": {
1119                        "smithy.api#documentation": "<p>The full commit IDs of the commits to get information about.</p>\n        <note>\n            <p>You must supply the full SHA IDs of each commit. You cannot use shortened SHA\n                IDs.</p>\n        </note>",
1120                        "smithy.api#required": {}
1121                    }
1122                },
1123                "repositoryName": {
1124                    "target": "com.amazonaws.codecommit#RepositoryName",
1125                    "traits": {
1126                        "smithy.api#documentation": "<p>The name of the repository that contains the commits.</p>",
1127                        "smithy.api#required": {}
1128                    }
1129                }
1130            }
1131        },
1132        "com.amazonaws.codecommit#BatchGetCommitsOutput": {
1133            "type": "structure",
1134            "members": {
1135                "commits": {
1136                    "target": "com.amazonaws.codecommit#CommitObjectsList",
1137                    "traits": {
1138                        "smithy.api#documentation": "<p>An array of commit data type objects, each of which contains information about a specified commit.</p>"
1139                    }
1140                },
1141                "errors": {
1142                    "target": "com.amazonaws.codecommit#BatchGetCommitsErrorsList",
1143                    "traits": {
1144                        "smithy.api#documentation": "<p>Returns any commit IDs for which information could not be found. For example, if one\n            of the commit IDs was a shortened SHA ID or that commit was not found in the specified\n            repository, the ID returns an error object with more information.</p>"
1145                    }
1146                }
1147            }
1148        },
1149        "com.amazonaws.codecommit#BatchGetRepositories": {
1150            "type": "operation",
1151            "input": {
1152                "target": "com.amazonaws.codecommit#BatchGetRepositoriesInput"
1153            },
1154            "output": {
1155                "target": "com.amazonaws.codecommit#BatchGetRepositoriesOutput"
1156            },
1157            "errors": [
1158                {
1159                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
1160                },
1161                {
1162                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
1163                },
1164                {
1165                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
1166                },
1167                {
1168                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
1169                },
1170                {
1171                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
1172                },
1173                {
1174                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
1175                },
1176                {
1177                    "target": "com.amazonaws.codecommit#MaximumRepositoryNamesExceededException"
1178                },
1179                {
1180                    "target": "com.amazonaws.codecommit#RepositoryNamesRequiredException"
1181                }
1182            ],
1183            "traits": {
1184                "smithy.api#documentation": "<p>Returns information about one or more repositories.</p>\n        <note>\n            <p>The description field for a repository accepts all HTML characters and all valid\n                Unicode characters. Applications that do not HTML-encode the description and display\n                it in a webpage can expose users to potentially malicious code. Make sure that you\n                HTML-encode the description field in any application that uses this API to display\n                the repository description on a webpage.</p>\n         </note>"
1185            }
1186        },
1187        "com.amazonaws.codecommit#BatchGetRepositoriesInput": {
1188            "type": "structure",
1189            "members": {
1190                "repositoryNames": {
1191                    "target": "com.amazonaws.codecommit#RepositoryNameList",
1192                    "traits": {
1193                        "smithy.api#documentation": "<p>The names of the repositories to get information about.</p>\n        <note>\n            <p>The length constraint limit is for each string in the array. The array itself can be empty.</p>\n         </note>",
1194                        "smithy.api#required": {}
1195                    }
1196                }
1197            },
1198            "traits": {
1199                "smithy.api#documentation": "<p>Represents the input of a batch get repositories operation.</p>"
1200            }
1201        },
1202        "com.amazonaws.codecommit#BatchGetRepositoriesOutput": {
1203            "type": "structure",
1204            "members": {
1205                "repositories": {
1206                    "target": "com.amazonaws.codecommit#RepositoryMetadataList",
1207                    "traits": {
1208                        "smithy.api#documentation": "<p>A list of repositories returned by the batch get repositories operation.</p>"
1209                    }
1210                },
1211                "repositoriesNotFound": {
1212                    "target": "com.amazonaws.codecommit#RepositoryNotFoundList",
1213                    "traits": {
1214                        "smithy.api#documentation": "<p>Returns a list of repository names for which information could not be found.</p>"
1215                    }
1216                }
1217            },
1218            "traits": {
1219                "smithy.api#documentation": "<p>Represents the output of a batch get repositories operation.</p>"
1220            }
1221        },
1222        "com.amazonaws.codecommit#BeforeCommitIdAndAfterCommitIdAreSameException": {
1223            "type": "structure",
1224            "members": {
1225                "message": {
1226                    "target": "com.amazonaws.codecommit#Message",
1227                    "traits": {
1228                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1229                    }
1230                }
1231            },
1232            "traits": {
1233                "smithy.api#documentation": "<p>The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.</p>",
1234                "smithy.api#error": "client"
1235            }
1236        },
1237        "com.amazonaws.codecommit#BlobIdDoesNotExistException": {
1238            "type": "structure",
1239            "members": {
1240                "message": {
1241                    "target": "com.amazonaws.codecommit#Message",
1242                    "traits": {
1243                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1244                    }
1245                }
1246            },
1247            "traits": {
1248                "smithy.api#documentation": "<p>The specified blob does not exist.</p>",
1249                "smithy.api#error": "client"
1250            }
1251        },
1252        "com.amazonaws.codecommit#BlobIdRequiredException": {
1253            "type": "structure",
1254            "members": {
1255                "message": {
1256                    "target": "com.amazonaws.codecommit#Message",
1257                    "traits": {
1258                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1259                    }
1260                }
1261            },
1262            "traits": {
1263                "smithy.api#documentation": "<p>A blob ID is required, but was not specified.</p>",
1264                "smithy.api#error": "client"
1265            }
1266        },
1267        "com.amazonaws.codecommit#BlobMetadata": {
1268            "type": "structure",
1269            "members": {
1270                "blobId": {
1271                    "target": "com.amazonaws.codecommit#ObjectId",
1272                    "traits": {
1273                        "smithy.api#documentation": "<p>The full ID of the blob.</p>"
1274                    }
1275                },
1276                "path": {
1277                    "target": "com.amazonaws.codecommit#Path",
1278                    "traits": {
1279                        "smithy.api#documentation": "<p>The path to the blob and associated file name, if any.</p>"
1280                    }
1281                },
1282                "mode": {
1283                    "target": "com.amazonaws.codecommit#Mode",
1284                    "traits": {
1285                        "smithy.api#documentation": "<p>The file mode permissions of the blob. File mode permission codes include:</p>\n        <ul>\n            <li>\n               <p>\n                  <code>100644</code> indicates read/write</p>\n            </li>\n            <li>\n               <p>\n                  <code>100755</code> indicates read/write/execute</p>\n            </li>\n            <li>\n               <p>\n                  <code>160000</code> indicates a submodule</p>\n            </li>\n            <li>\n               <p>\n                  <code>120000</code> indicates a symlink</p>\n            </li>\n         </ul>"
1286                    }
1287                }
1288            },
1289            "traits": {
1290                "smithy.api#documentation": "<p>Returns information about a specific Git blob object.</p>"
1291            }
1292        },
1293        "com.amazonaws.codecommit#BranchDoesNotExistException": {
1294            "type": "structure",
1295            "members": {
1296                "message": {
1297                    "target": "com.amazonaws.codecommit#Message",
1298                    "traits": {
1299                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1300                    }
1301                }
1302            },
1303            "traits": {
1304                "smithy.api#documentation": "<p>The specified branch does not exist.</p>",
1305                "smithy.api#error": "client"
1306            }
1307        },
1308        "com.amazonaws.codecommit#BranchInfo": {
1309            "type": "structure",
1310            "members": {
1311                "branchName": {
1312                    "target": "com.amazonaws.codecommit#BranchName",
1313                    "traits": {
1314                        "smithy.api#documentation": "<p>The name of the branch.</p>"
1315                    }
1316                },
1317                "commitId": {
1318                    "target": "com.amazonaws.codecommit#CommitId",
1319                    "traits": {
1320                        "smithy.api#documentation": "<p>The ID of the last commit made to the branch.</p>"
1321                    }
1322                }
1323            },
1324            "traits": {
1325                "smithy.api#documentation": "<p>Returns information about a branch.</p>"
1326            }
1327        },
1328        "com.amazonaws.codecommit#BranchName": {
1329            "type": "string",
1330            "traits": {
1331                "smithy.api#length": {
1332                    "min": 1,
1333                    "max": 256
1334                }
1335            }
1336        },
1337        "com.amazonaws.codecommit#BranchNameExistsException": {
1338            "type": "structure",
1339            "members": {
1340                "message": {
1341                    "target": "com.amazonaws.codecommit#Message",
1342                    "traits": {
1343                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1344                    }
1345                }
1346            },
1347            "traits": {
1348                "smithy.api#documentation": "<p>Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name. \n            Branch names must be unique.</p>",
1349                "smithy.api#error": "client"
1350            }
1351        },
1352        "com.amazonaws.codecommit#BranchNameIsTagNameException": {
1353            "type": "structure",
1354            "members": {
1355                "message": {
1356                    "target": "com.amazonaws.codecommit#Message",
1357                    "traits": {
1358                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1359                    }
1360                }
1361            },
1362            "traits": {
1363                "smithy.api#documentation": "<p>The specified branch name is not valid because it is a tag name. Enter the name of a\n            branch in the repository. For a list of valid branch names, use <a>ListBranches</a>.</p>",
1364                "smithy.api#error": "client"
1365            }
1366        },
1367        "com.amazonaws.codecommit#BranchNameList": {
1368            "type": "list",
1369            "member": {
1370                "target": "com.amazonaws.codecommit#BranchName"
1371            }
1372        },
1373        "com.amazonaws.codecommit#BranchNameRequiredException": {
1374            "type": "structure",
1375            "members": {
1376                "message": {
1377                    "target": "com.amazonaws.codecommit#Message",
1378                    "traits": {
1379                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1380                    }
1381                }
1382            },
1383            "traits": {
1384                "smithy.api#documentation": "<p>A branch name is required, but was not specified.</p>",
1385                "smithy.api#error": "client"
1386            }
1387        },
1388        "com.amazonaws.codecommit#CallerReactions": {
1389            "type": "list",
1390            "member": {
1391                "target": "com.amazonaws.codecommit#ReactionValue"
1392            }
1393        },
1394        "com.amazonaws.codecommit#CannotDeleteApprovalRuleFromTemplateException": {
1395            "type": "structure",
1396            "members": {
1397                "message": {
1398                    "target": "com.amazonaws.codecommit#Message",
1399                    "traits": {
1400                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1401                    }
1402                }
1403            },
1404            "traits": {
1405                "smithy.api#documentation": "<p>The approval rule cannot be deleted from the pull request because it was created by an\n            approval rule template and applied to the pull request automatically.</p>",
1406                "smithy.api#error": "client"
1407            }
1408        },
1409        "com.amazonaws.codecommit#CannotModifyApprovalRuleFromTemplateException": {
1410            "type": "structure",
1411            "members": {
1412                "message": {
1413                    "target": "com.amazonaws.codecommit#Message",
1414                    "traits": {
1415                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1416                    }
1417                }
1418            },
1419            "traits": {
1420                "smithy.api#documentation": "<p>The approval rule cannot be modified for the pull request because it was created by an\n            approval rule template and applied to the pull request automatically.</p>",
1421                "smithy.api#error": "client"
1422            }
1423        },
1424        "com.amazonaws.codecommit#CapitalBoolean": {
1425            "type": "boolean",
1426            "traits": {
1427                "smithy.api#box": {}
1428            }
1429        },
1430        "com.amazonaws.codecommit#ChangeTypeEnum": {
1431            "type": "string",
1432            "traits": {
1433                "smithy.api#enum": [
1434                    {
1435                        "value": "A",
1436                        "name": "ADDED"
1437                    },
1438                    {
1439                        "value": "M",
1440                        "name": "MODIFIED"
1441                    },
1442                    {
1443                        "value": "D",
1444                        "name": "DELETED"
1445                    }
1446                ]
1447            }
1448        },
1449        "com.amazonaws.codecommit#ClientRequestToken": {
1450            "type": "string"
1451        },
1452        "com.amazonaws.codecommit#ClientRequestTokenRequiredException": {
1453            "type": "structure",
1454            "members": {
1455                "message": {
1456                    "target": "com.amazonaws.codecommit#Message",
1457                    "traits": {
1458                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1459                    }
1460                }
1461            },
1462            "traits": {
1463                "smithy.api#documentation": "<p>A client request token is required. A client request token is an unique,\n            client-generated idempotency token that, when provided in a request, ensures the request\n            cannot be repeated with a changed parameter. If a request is received with the same\n            parameters and a token is included, the request returns information about the initial\n            request that used that token.</p>",
1464                "smithy.api#error": "client"
1465            }
1466        },
1467        "com.amazonaws.codecommit#CloneUrlHttp": {
1468            "type": "string"
1469        },
1470        "com.amazonaws.codecommit#CloneUrlSsh": {
1471            "type": "string"
1472        },
1473        "com.amazonaws.codecommit#CodeCommit_20150413": {
1474            "type": "service",
1475            "version": "2015-04-13",
1476            "operations": [
1477                {
1478                    "target": "com.amazonaws.codecommit#AssociateApprovalRuleTemplateWithRepository"
1479                },
1480                {
1481                    "target": "com.amazonaws.codecommit#BatchAssociateApprovalRuleTemplateWithRepositories"
1482                },
1483                {
1484                    "target": "com.amazonaws.codecommit#BatchDescribeMergeConflicts"
1485                },
1486                {
1487                    "target": "com.amazonaws.codecommit#BatchDisassociateApprovalRuleTemplateFromRepositories"
1488                },
1489                {
1490                    "target": "com.amazonaws.codecommit#BatchGetCommits"
1491                },
1492                {
1493                    "target": "com.amazonaws.codecommit#BatchGetRepositories"
1494                },
1495                {
1496                    "target": "com.amazonaws.codecommit#CreateApprovalRuleTemplate"
1497                },
1498                {
1499                    "target": "com.amazonaws.codecommit#CreateBranch"
1500                },
1501                {
1502                    "target": "com.amazonaws.codecommit#CreateCommit"
1503                },
1504                {
1505                    "target": "com.amazonaws.codecommit#CreatePullRequest"
1506                },
1507                {
1508                    "target": "com.amazonaws.codecommit#CreatePullRequestApprovalRule"
1509                },
1510                {
1511                    "target": "com.amazonaws.codecommit#CreateRepository"
1512                },
1513                {
1514                    "target": "com.amazonaws.codecommit#CreateUnreferencedMergeCommit"
1515                },
1516                {
1517                    "target": "com.amazonaws.codecommit#DeleteApprovalRuleTemplate"
1518                },
1519                {
1520                    "target": "com.amazonaws.codecommit#DeleteBranch"
1521                },
1522                {
1523                    "target": "com.amazonaws.codecommit#DeleteCommentContent"
1524                },
1525                {
1526                    "target": "com.amazonaws.codecommit#DeleteFile"
1527                },
1528                {
1529                    "target": "com.amazonaws.codecommit#DeletePullRequestApprovalRule"
1530                },
1531                {
1532                    "target": "com.amazonaws.codecommit#DeleteRepository"
1533                },
1534                {
1535                    "target": "com.amazonaws.codecommit#DescribeMergeConflicts"
1536                },
1537                {
1538                    "target": "com.amazonaws.codecommit#DescribePullRequestEvents"
1539                },
1540                {
1541                    "target": "com.amazonaws.codecommit#DisassociateApprovalRuleTemplateFromRepository"
1542                },
1543                {
1544                    "target": "com.amazonaws.codecommit#EvaluatePullRequestApprovalRules"
1545                },
1546                {
1547                    "target": "com.amazonaws.codecommit#GetApprovalRuleTemplate"
1548                },
1549                {
1550                    "target": "com.amazonaws.codecommit#GetBlob"
1551                },
1552                {
1553                    "target": "com.amazonaws.codecommit#GetBranch"
1554                },
1555                {
1556                    "target": "com.amazonaws.codecommit#GetComment"
1557                },
1558                {
1559                    "target": "com.amazonaws.codecommit#GetCommentReactions"
1560                },
1561                {
1562                    "target": "com.amazonaws.codecommit#GetCommentsForComparedCommit"
1563                },
1564                {
1565                    "target": "com.amazonaws.codecommit#GetCommentsForPullRequest"
1566                },
1567                {
1568                    "target": "com.amazonaws.codecommit#GetCommit"
1569                },
1570                {
1571                    "target": "com.amazonaws.codecommit#GetDifferences"
1572                },
1573                {
1574                    "target": "com.amazonaws.codecommit#GetFile"
1575                },
1576                {
1577                    "target": "com.amazonaws.codecommit#GetFolder"
1578                },
1579                {
1580                    "target": "com.amazonaws.codecommit#GetMergeCommit"
1581                },
1582                {
1583                    "target": "com.amazonaws.codecommit#GetMergeConflicts"
1584                },
1585                {
1586                    "target": "com.amazonaws.codecommit#GetMergeOptions"
1587                },
1588                {
1589                    "target": "com.amazonaws.codecommit#GetPullRequest"
1590                },
1591                {
1592                    "target": "com.amazonaws.codecommit#GetPullRequestApprovalStates"
1593                },
1594                {
1595                    "target": "com.amazonaws.codecommit#GetPullRequestOverrideState"
1596                },
1597                {
1598                    "target": "com.amazonaws.codecommit#GetRepository"
1599                },
1600                {
1601                    "target": "com.amazonaws.codecommit#GetRepositoryTriggers"
1602                },
1603                {
1604                    "target": "com.amazonaws.codecommit#ListApprovalRuleTemplates"
1605                },
1606                {
1607                    "target": "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepository"
1608                },
1609                {
1610                    "target": "com.amazonaws.codecommit#ListBranches"
1611                },
1612                {
1613                    "target": "com.amazonaws.codecommit#ListPullRequests"
1614                },
1615                {
1616                    "target": "com.amazonaws.codecommit#ListRepositories"
1617                },
1618                {
1619                    "target": "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplate"
1620                },
1621                {
1622                    "target": "com.amazonaws.codecommit#ListTagsForResource"
1623                },
1624                {
1625                    "target": "com.amazonaws.codecommit#MergeBranchesByFastForward"
1626                },
1627                {
1628                    "target": "com.amazonaws.codecommit#MergeBranchesBySquash"
1629                },
1630                {
1631                    "target": "com.amazonaws.codecommit#MergeBranchesByThreeWay"
1632                },
1633                {
1634                    "target": "com.amazonaws.codecommit#MergePullRequestByFastForward"
1635                },
1636                {
1637                    "target": "com.amazonaws.codecommit#MergePullRequestBySquash"
1638                },
1639                {
1640                    "target": "com.amazonaws.codecommit#MergePullRequestByThreeWay"
1641                },
1642                {
1643                    "target": "com.amazonaws.codecommit#OverridePullRequestApprovalRules"
1644                },
1645                {
1646                    "target": "com.amazonaws.codecommit#PostCommentForComparedCommit"
1647                },
1648                {
1649                    "target": "com.amazonaws.codecommit#PostCommentForPullRequest"
1650                },
1651                {
1652                    "target": "com.amazonaws.codecommit#PostCommentReply"
1653                },
1654                {
1655                    "target": "com.amazonaws.codecommit#PutCommentReaction"
1656                },
1657                {
1658                    "target": "com.amazonaws.codecommit#PutFile"
1659                },
1660                {
1661                    "target": "com.amazonaws.codecommit#PutRepositoryTriggers"
1662                },
1663                {
1664                    "target": "com.amazonaws.codecommit#TagResource"
1665                },
1666                {
1667                    "target": "com.amazonaws.codecommit#TestRepositoryTriggers"
1668                },
1669                {
1670                    "target": "com.amazonaws.codecommit#UntagResource"
1671                },
1672                {
1673                    "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContent"
1674                },
1675                {
1676                    "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescription"
1677                },
1678                {
1679                    "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateName"
1680                },
1681                {
1682                    "target": "com.amazonaws.codecommit#UpdateComment"
1683                },
1684                {
1685                    "target": "com.amazonaws.codecommit#UpdateDefaultBranch"
1686                },
1687                {
1688                    "target": "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContent"
1689                },
1690                {
1691                    "target": "com.amazonaws.codecommit#UpdatePullRequestApprovalState"
1692                },
1693                {
1694                    "target": "com.amazonaws.codecommit#UpdatePullRequestDescription"
1695                },
1696                {
1697                    "target": "com.amazonaws.codecommit#UpdatePullRequestStatus"
1698                },
1699                {
1700                    "target": "com.amazonaws.codecommit#UpdatePullRequestTitle"
1701                },
1702                {
1703                    "target": "com.amazonaws.codecommit#UpdateRepositoryDescription"
1704                },
1705                {
1706                    "target": "com.amazonaws.codecommit#UpdateRepositoryName"
1707                }
1708            ],
1709            "traits": {
1710                "aws.api#service": {
1711                    "sdkId": "CodeCommit",
1712                    "arnNamespace": "codecommit",
1713                    "cloudFormationName": "CodeCommit",
1714                    "cloudTrailEventSource": "codecommit.amazonaws.com",
1715                    "endpointPrefix": "codecommit"
1716                },
1717                "aws.auth#sigv4": {
1718                    "name": "codecommit"
1719                },
1720                "aws.protocols#awsJson1_1": {},
1721                "smithy.api#documentation": "<fullname>AWS CodeCommit</fullname>\n        <p>This is the <i>AWS CodeCommit API Reference</i>. This reference provides descriptions of the operations and data types for \n            AWS CodeCommit API along with usage examples.</p>\n        <p>You can use the AWS CodeCommit API to work with the following objects:</p>\n        \n            <p>Repositories, by calling the following:</p>\n          <ul>\n            <li>\n                  <p>\n                  <a>BatchGetRepositories</a>, which returns information about one or more repositories associated with your AWS account.</p>\n            </li>\n            <li>\n                  <p>\n                  <a>CreateRepository</a>, which creates an AWS CodeCommit repository.</p>\n            </li>\n            <li>\n                  <p>\n                  <a>DeleteRepository</a>, which deletes an AWS CodeCommit repository.</p>\n            </li>\n            <li>\n                  <p>\n                  <a>GetRepository</a>, which returns information about a specified repository.</p>\n            </li>\n            <li>\n                  <p>\n                  <a>ListRepositories</a>, which lists all AWS CodeCommit repositories associated with your AWS account.</p>\n            </li>\n            <li>\n                  <p>\n                  <a>UpdateRepositoryDescription</a>, which sets or updates the description of the repository.</p>\n              </li>\n            <li>\n                  <p>\n                  <a>UpdateRepositoryName</a>, which changes the name of the\n                    repository. If you change the name of a repository, no other users of that\n                    repository can access it until you send them the new HTTPS or SSH URL to\n                    use.</p>\n            </li>\n         </ul>\n        \n            <p>Branches, by calling the following:</p>\n            <ul>\n            <li>\n                    <p>\n                  <a>CreateBranch</a>, which creates a branch in a specified\n                    repository.</p>\n            </li>\n            <li>\n                    <p>\n                  <a>DeleteBranch</a>, which deletes the specified branch in a repository unless it is the default branch.</p>\n                </li>\n            <li>\n                    <p>\n                  <a>GetBranch</a>, which returns information about a specified branch.</p>\n            </li>\n            <li>\n                    <p>\n                  <a>ListBranches</a>, which lists all branches for a specified repository.</p>\n            </li>\n            <li>\n                    <p>\n                  <a>UpdateDefaultBranch</a>, which changes the default branch for a repository.</p>\n            </li>\n         </ul>\n        \n        <p>Files, by calling the following:</p>\n        <ul>\n            <li>\n               <p>\n                  <a>DeleteFile</a>, which deletes the content of a specified file from a specified branch.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetBlob</a>, which returns the base-64 encoded content of an\n                    individual Git blob object in a repository.</p>\n            </li>\n            <li>\n               <p>\n                  <a>GetFile</a>, which returns the base-64 encoded content of a specified file.</p>\n            </li>\n            <li>\n               <p>\n                  <a>GetFolder</a>, which returns the contents of a specified folder or directory.</p>\n            </li>\n            <li>\n               <p>\n                  <a>PutFile</a>, which adds or modifies a single file in a specified repository and branch.</p>\n            </li>\n         </ul>\n        \n        \n            <p>Commits, by calling the following:</p>\n              <ul>\n            <li>\n                      <p>\n                  <a>BatchGetCommits</a>, which returns information about one or more commits in a repository.</p>\n                  </li>\n            <li>\n               <p>\n                  <a>CreateCommit</a>, which creates a commit for changes to a repository.</p>\n            </li>\n            <li>\n                      <p>\n                  <a>GetCommit</a>, which returns information about  a commit, including commit \n                          messages and author and committer information.</p>\n                  </li>\n            <li>\n                      <p>\n                  <a>GetDifferences</a>, which returns information about the\n                    differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID,\n                    or other fully qualified reference).</p>\n                  </li>\n         </ul>\n        \n\n        <p>Merges, by calling the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <a>BatchDescribeMergeConflicts</a>, which returns information about conflicts in a merge between commits in a repository.</p>\n            </li>\n            <li>\n                <p>\n                  <a>CreateUnreferencedMergeCommit</a>, which creates an unreferenced commit between two branches or commits for the\n                    purpose of comparing them and identifying any potential conflicts.</p>\n            </li>\n            <li>\n                <p>\n                  <a>DescribeMergeConflicts</a>, which returns information about merge conflicts between the base, source, and destination versions\n                    of a file in a potential merge.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetMergeCommit</a>, which returns information about the merge between a source and destination commit. </p>\n\n            </li>\n            <li>\n                <p>\n                  <a>GetMergeConflicts</a>, which returns information about merge conflicts\n                    between the source and destination branch in a pull request.</p>\n            </li>\n            <li>\n\n                <p>\n                  <a>GetMergeOptions</a>, which returns information about the available merge options between two branches or commit specifiers.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergeBranchesByFastForward</a>, which merges two branches using the fast-forward merge option.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergeBranchesBySquash</a>, which merges two branches using the squash merge option.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergeBranchesByThreeWay</a>, which merges two branches using the three-way merge option.</p>\n            </li>\n         </ul>\n        \n        \n        <p>Pull requests, by calling the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <a>CreatePullRequest</a>, which creates a pull request in a specified repository.</p>\n            </li>\n            <li>\n               <p>\n                  <a>CreatePullRequestApprovalRule</a>, which creates an approval rule for a specified pull request.</p>\n            </li>\n            <li>\n               <p>\n                  <a>DeletePullRequestApprovalRule</a>, which deletes an approval rule for a specified pull request.</p>\n            </li>\n            <li>\n                <p>\n                  <a>DescribePullRequestEvents</a>, which returns information about one or more pull request events.</p>\n            </li>\n            <li>\n               <p>\n                  <a>EvaluatePullRequestApprovalRules</a>, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetCommentsForPullRequest</a>, which returns information about comments on a specified pull request.</p>\n            </li>\n            <li>\n\n                <p>\n                  <a>GetPullRequest</a>, which returns information about a specified pull request.</p>\n            </li>\n            <li>\n               <p>\n                  <a>GetPullRequestApprovalStates</a>, which returns information about the approval states for a specified pull request.</p>\n            </li>\n            <li>\n               <p>\n                  <a>GetPullRequestOverrideState</a>, which returns information about whether approval rules have been set aside (overriden) for a \n            pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>\n            </li>\n            <li> \n                <p>\n                  <a>ListPullRequests</a>, which lists all pull requests for a repository.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergePullRequestByFastForward</a>, which merges the source destination branch of a pull request into the specified destination\n                    branch for that pull request using the fast-forward merge option.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergePullRequestBySquash</a>, which merges the source destination branch of a pull request into the specified destination\n                branch for that pull request using the squash merge option.</p>\n            </li>\n            <li>\n                <p>\n                  <a>MergePullRequestByThreeWay</a>. which merges the source destination branch of a pull request into the specified destination\n                branch for that pull request using the three-way merge option.</p>\n            </li>\n            <li>\n               <p>\n                  <a>OverridePullRequestApprovalRules</a>, which sets aside all approval rule requirements for a pull request.</p>\n            </li>\n            <li>\n                <p>\n                  <a>PostCommentForPullRequest</a>, which posts a comment to a pull request at the specified line, file, or request.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdatePullRequestApprovalRuleContent</a>, which updates the structure of an approval rule for a pull request.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdatePullRequestApprovalState</a>, which updates the state of an approval on a pull request.</p>\n            </li>\n            <li>\n                <p>\n                  <a>UpdatePullRequestDescription</a>, which updates the description of a pull request.</p>\n            </li>\n            <li>\n                <p>\n                  <a>UpdatePullRequestStatus</a>, which updates the status of a pull request.</p>\n            </li>\n            <li>\n                <p>\n                  <a>UpdatePullRequestTitle</a>, which updates the title of a pull request.</p>\n            </li>\n         </ul>\n        \n        <p>Approval rule templates, by calling the following:</p>\n        <ul>\n            <li>\n               <p>\n                  <a>AssociateApprovalRuleTemplateWithRepository</a>, which associates a template\n                    with a specified repository. After the template is associated with a repository,\n                    AWS CodeCommit creates approval rules that match the template conditions on\n                    every pull request created in the specified repository.</p>\n            </li>\n            <li>\n               <p>\n                  <a>BatchAssociateApprovalRuleTemplateWithRepositories</a>, which associates a\n                    template with one or more specified repositories. After the template is\n                    associated with a repository, AWS CodeCommit creates approval rules that match\n                    the template conditions on every pull request created in the specified\n                    repositories.</p>\n            </li>\n            <li>\n               <p>\n                  <a>BatchDisassociateApprovalRuleTemplateFromRepositories</a>, which removes the\n                    association between a template and specified repositories so that approval rules\n                    based on the template are not automatically created when pull requests are\n                    created in those repositories.</p>\n            </li>\n            <li>\n               <p>\n                  <a>CreateApprovalRuleTemplate</a>, which creates a template for approval rules that can then be associated with one or more repositories\n             in your AWS account.</p>\n            </li>\n            <li>\n               <p>\n                  <a>DeleteApprovalRuleTemplate</a>, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.</p>\n            </li>\n            <li>\n               <p>\n                  <a>DisassociateApprovalRuleTemplateFromRepository</a>, which removes the\n                    association between a template and a repository so that approval rules based on\n                    the template are not automatically created when pull requests are created in the\n                    specified repository.</p>\n            </li>\n            <li>\n               <p>\n                  <a>GetApprovalRuleTemplate</a>, which returns information about an approval rule template.</p>\n            </li>\n            <li>\n               <p>\n                  <a>ListApprovalRuleTemplates</a>, which lists all approval rule templates in the AWS Region in your AWS account.</p>\n            </li>\n            <li>\n               <p>\n                  <a>ListAssociatedApprovalRuleTemplatesForRepository</a>, which lists all approval rule templates that are associated with a specified repository.</p>\n            </li>\n            <li>\n               <p>\n                  <a>ListRepositoriesForApprovalRuleTemplate</a>, which lists all repositories associated with the specified approval rule template.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateApprovalRuleTemplateDescription</a>, which updates the description of an\n                    approval rule template.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateApprovalRuleTemplateName</a>, which updates the name of an approval rule template.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UpdateApprovalRuleTemplateContent</a>, which updates the content of an approval rule template.</p>\n            </li>\n         </ul>\n        \n        <p>Comments in a repository, by calling the following:</p>\n        <ul>\n            <li>\n                <p>\n                  <a>DeleteCommentContent</a>, which deletes the content of a comment on a commit in a repository.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetComment</a>, which returns information about a comment on a commit.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetCommentReactions</a>, which returns information about emoji reactions to comments.</p>\n            </li>\n            <li>\n                <p>\n                  <a>GetCommentsForComparedCommit</a>, which returns information about comments on the comparison between two commit specifiers \n                    in a repository.</p>\n            </li>\n            <li>\n                <p>\n                  <a>PostCommentForComparedCommit</a>, which creates a comment on the comparison between two commit specifiers in a repository.</p>\n            </li>\n            <li>\n                <p>\n                  <a>PostCommentReply</a>, which creates a reply to a comment.</p>\n            </li>\n            <li>\n               <p>\n                  <a>PutCommentReaction</a>, which creates or updates an emoji reaction to a comment.</p>\n            </li>\n            <li>\n                <p>\n                  <a>UpdateComment</a>, which updates the content of a comment on a commit in a repository.</p>\n            </li>\n         </ul>\n        \n        <p>Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:</p>\n        <ul>\n            <li>\n               <p>\n                  <a>ListTagsForResource</a>, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.</p>\n            </li>\n            <li>\n               <p>\n                  <a>TagResource</a>, which adds or updates tags for a resource in AWS CodeCommit.</p>\n            </li>\n            <li>\n               <p>\n                  <a>UntagResource</a>, which removes tags for a resource in AWS CodeCommit.</p>\n            </li>\n         </ul>\n         \n            <p>Triggers, by calling the following:</p> \n                <ul>\n            <li>\n                        <p>\n                  <a>GetRepositoryTriggers</a>, which returns information about triggers configured \n                            for a repository.</p>\n            </li>\n            <li>\n                        <p>\n                  <a>PutRepositoryTriggers</a>, which replaces all triggers for a repository and can \n                            be used to create or delete triggers.</p>\n            </li>\n            <li>\n                        <p>\n                  <a>TestRepositoryTriggers</a>, which tests the functionality of a repository trigger \n                            by sending data to the trigger target.</p>\n            </li>\n         </ul>\n                   \n            \n             \n        \n        <p>For information about how to use AWS CodeCommit, see the <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit User Guide</a>.</p>",
1722                "smithy.api#title": "AWS CodeCommit",
1723                "smithy.api#xmlNamespace": {
1724                    "uri": "http://codecommit.amazonaws.com/doc/2015-04-13"
1725                }
1726            }
1727        },
1728        "com.amazonaws.codecommit#Comment": {
1729            "type": "structure",
1730            "members": {
1731                "commentId": {
1732                    "target": "com.amazonaws.codecommit#CommentId",
1733                    "traits": {
1734                        "smithy.api#documentation": "<p>The system-generated comment ID.</p>"
1735                    }
1736                },
1737                "content": {
1738                    "target": "com.amazonaws.codecommit#Content",
1739                    "traits": {
1740                        "smithy.api#documentation": "<p>The content of the comment.</p>"
1741                    }
1742                },
1743                "inReplyTo": {
1744                    "target": "com.amazonaws.codecommit#CommentId",
1745                    "traits": {
1746                        "smithy.api#documentation": "<p>The ID of the comment for which this comment is a reply, if any.</p>"
1747                    }
1748                },
1749                "creationDate": {
1750                    "target": "com.amazonaws.codecommit#CreationDate",
1751                    "traits": {
1752                        "smithy.api#documentation": "<p>The date and time the comment was created, in timestamp format.</p>"
1753                    }
1754                },
1755                "lastModifiedDate": {
1756                    "target": "com.amazonaws.codecommit#LastModifiedDate",
1757                    "traits": {
1758                        "smithy.api#documentation": "<p>The date and time the comment was most recently modified, in timestamp format.</p>"
1759                    }
1760                },
1761                "authorArn": {
1762                    "target": "com.amazonaws.codecommit#Arn",
1763                    "traits": {
1764                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the person who posted the comment.</p>"
1765                    }
1766                },
1767                "deleted": {
1768                    "target": "com.amazonaws.codecommit#IsCommentDeleted",
1769                    "traits": {
1770                        "smithy.api#documentation": "<p>A Boolean value indicating whether the comment has been deleted.</p>"
1771                    }
1772                },
1773                "clientRequestToken": {
1774                    "target": "com.amazonaws.codecommit#ClientRequestToken",
1775                    "traits": {
1776                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>"
1777                    }
1778                },
1779                "callerReactions": {
1780                    "target": "com.amazonaws.codecommit#CallerReactions",
1781                    "traits": {
1782                        "smithy.api#documentation": "<p>The emoji reactions to a comment, if any, submitted by the user whose credentials are associated with the call to the API.</p>"
1783                    }
1784                },
1785                "reactionCounts": {
1786                    "target": "com.amazonaws.codecommit#ReactionCountsMap",
1787                    "traits": {
1788                        "smithy.api#documentation": "<p>A string to integer map that represents the number of individual users who have responded to a comment with the specified reactions.</p>"
1789                    }
1790                }
1791            },
1792            "traits": {
1793                "smithy.api#documentation": "<p>Returns information about a specific comment.</p>"
1794            }
1795        },
1796        "com.amazonaws.codecommit#CommentContentRequiredException": {
1797            "type": "structure",
1798            "members": {
1799                "message": {
1800                    "target": "com.amazonaws.codecommit#Message",
1801                    "traits": {
1802                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1803                    }
1804                }
1805            },
1806            "traits": {
1807                "smithy.api#documentation": "<p>The comment is empty. You must provide some content for a comment. The content cannot be null.</p>",
1808                "smithy.api#error": "client"
1809            }
1810        },
1811        "com.amazonaws.codecommit#CommentContentSizeLimitExceededException": {
1812            "type": "structure",
1813            "members": {
1814                "message": {
1815                    "target": "com.amazonaws.codecommit#Message",
1816                    "traits": {
1817                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1818                    }
1819                }
1820            },
1821            "traits": {
1822                "smithy.api#documentation": "<p>The comment is too large. Comments are limited to 1,000 characters.</p>",
1823                "smithy.api#error": "client"
1824            }
1825        },
1826        "com.amazonaws.codecommit#CommentDeletedException": {
1827            "type": "structure",
1828            "members": {
1829                "message": {
1830                    "target": "com.amazonaws.codecommit#Message",
1831                    "traits": {
1832                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1833                    }
1834                }
1835            },
1836            "traits": {
1837                "smithy.api#documentation": "<p>This comment has already been deleted. You cannot edit or delete a deleted comment.</p>",
1838                "smithy.api#error": "client"
1839            }
1840        },
1841        "com.amazonaws.codecommit#CommentDoesNotExistException": {
1842            "type": "structure",
1843            "members": {
1844                "message": {
1845                    "target": "com.amazonaws.codecommit#Message",
1846                    "traits": {
1847                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1848                    }
1849                }
1850            },
1851            "traits": {
1852                "smithy.api#documentation": "<p>No comment exists with the provided ID. Verify that you have used the correct ID, and\n            then try again.</p>",
1853                "smithy.api#error": "client"
1854            }
1855        },
1856        "com.amazonaws.codecommit#CommentId": {
1857            "type": "string"
1858        },
1859        "com.amazonaws.codecommit#CommentIdRequiredException": {
1860            "type": "structure",
1861            "members": {
1862                "message": {
1863                    "target": "com.amazonaws.codecommit#Message",
1864                    "traits": {
1865                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1866                    }
1867                }
1868            },
1869            "traits": {
1870                "smithy.api#documentation": "<p>The comment ID is missing or null. A comment ID is required.</p>",
1871                "smithy.api#error": "client"
1872            }
1873        },
1874        "com.amazonaws.codecommit#CommentNotCreatedByCallerException": {
1875            "type": "structure",
1876            "members": {
1877                "message": {
1878                    "target": "com.amazonaws.codecommit#Message",
1879                    "traits": {
1880                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
1881                    }
1882                }
1883            },
1884            "traits": {
1885                "smithy.api#documentation": "<p>You cannot modify or delete this comment. Only comment authors can modify or delete their comments.</p>",
1886                "smithy.api#error": "client"
1887            }
1888        },
1889        "com.amazonaws.codecommit#Comments": {
1890            "type": "list",
1891            "member": {
1892                "target": "com.amazonaws.codecommit#Comment"
1893            }
1894        },
1895        "com.amazonaws.codecommit#CommentsForComparedCommit": {
1896            "type": "structure",
1897            "members": {
1898                "repositoryName": {
1899                    "target": "com.amazonaws.codecommit#RepositoryName",
1900                    "traits": {
1901                        "smithy.api#documentation": "<p>The name of the repository that contains the compared commits.</p>"
1902                    }
1903                },
1904                "beforeCommitId": {
1905                    "target": "com.amazonaws.codecommit#CommitId",
1906                    "traits": {
1907                        "smithy.api#documentation": "<p>The full commit ID of the commit used to establish the before of the\n            comparison.</p>"
1908                    }
1909                },
1910                "afterCommitId": {
1911                    "target": "com.amazonaws.codecommit#CommitId",
1912                    "traits": {
1913                        "smithy.api#documentation": "<p>The full commit ID of the commit used to establish the after of the comparison.</p>"
1914                    }
1915                },
1916                "beforeBlobId": {
1917                    "target": "com.amazonaws.codecommit#ObjectId",
1918                    "traits": {
1919                        "smithy.api#documentation": "<p>The full blob ID of the commit used to establish the before of the comparison.</p>"
1920                    }
1921                },
1922                "afterBlobId": {
1923                    "target": "com.amazonaws.codecommit#ObjectId",
1924                    "traits": {
1925                        "smithy.api#documentation": "<p>The full blob ID of the commit used to establish the after of the comparison.</p>"
1926                    }
1927                },
1928                "location": {
1929                    "target": "com.amazonaws.codecommit#Location",
1930                    "traits": {
1931                        "smithy.api#documentation": "<p>Location information about the comment on the comparison, including the file name,\n            line number, and whether the version of the file where the comment was made is BEFORE or\n            AFTER.</p>"
1932                    }
1933                },
1934                "comments": {
1935                    "target": "com.amazonaws.codecommit#Comments",
1936                    "traits": {
1937                        "smithy.api#documentation": "<p>An array of comment objects. Each comment object contains information about a comment on the comparison\n         between commits.</p>"
1938                    }
1939                }
1940            },
1941            "traits": {
1942                "smithy.api#documentation": "<p>Returns information about comments on the comparison between two commits.</p>"
1943            }
1944        },
1945        "com.amazonaws.codecommit#CommentsForComparedCommitData": {
1946            "type": "list",
1947            "member": {
1948                "target": "com.amazonaws.codecommit#CommentsForComparedCommit"
1949            }
1950        },
1951        "com.amazonaws.codecommit#CommentsForPullRequest": {
1952            "type": "structure",
1953            "members": {
1954                "pullRequestId": {
1955                    "target": "com.amazonaws.codecommit#PullRequestId",
1956                    "traits": {
1957                        "smithy.api#documentation": "<p>The system-generated ID of the pull request.</p>"
1958                    }
1959                },
1960                "repositoryName": {
1961                    "target": "com.amazonaws.codecommit#RepositoryName",
1962                    "traits": {
1963                        "smithy.api#documentation": "<p>The name of the repository that contains the pull request.</p>"
1964                    }
1965                },
1966                "beforeCommitId": {
1967                    "target": "com.amazonaws.codecommit#CommitId",
1968                    "traits": {
1969                        "smithy.api#documentation": "<p>The full commit ID of the commit that was the tip of the destination branch when the\n            pull request was created. This commit is superceded by the after commit in the source\n            branch when and if you merge the source branch into the destination branch.</p>"
1970                    }
1971                },
1972                "afterCommitId": {
1973                    "target": "com.amazonaws.codecommit#CommitId",
1974                    "traits": {
1975                        "smithy.api#documentation": "<p>The full commit ID of the commit that was the tip of the source branch at the time the\n            comment was made. </p>"
1976                    }
1977                },
1978                "beforeBlobId": {
1979                    "target": "com.amazonaws.codecommit#ObjectId",
1980                    "traits": {
1981                        "smithy.api#documentation": "<p>The full blob ID of the file on which you want to comment on the destination commit.</p>"
1982                    }
1983                },
1984                "afterBlobId": {
1985                    "target": "com.amazonaws.codecommit#ObjectId",
1986                    "traits": {
1987                        "smithy.api#documentation": "<p>The full blob ID of the file on which you want to comment on the source commit.</p>"
1988                    }
1989                },
1990                "location": {
1991                    "target": "com.amazonaws.codecommit#Location",
1992                    "traits": {
1993                        "smithy.api#documentation": "<p>Location information about the comment on the pull request, including the file name,\n            line number, and whether the version of the file where the comment was made is BEFORE\n            (destination branch) or AFTER (source branch).</p>"
1994                    }
1995                },
1996                "comments": {
1997                    "target": "com.amazonaws.codecommit#Comments",
1998                    "traits": {
1999                        "smithy.api#documentation": "<p>An array of comment objects. Each comment object contains information about a comment on the pull request.</p>"
2000                    }
2001                }
2002            },
2003            "traits": {
2004                "smithy.api#documentation": "<p>Returns information about comments on a pull request.</p>"
2005            }
2006        },
2007        "com.amazonaws.codecommit#CommentsForPullRequestData": {
2008            "type": "list",
2009            "member": {
2010                "target": "com.amazonaws.codecommit#CommentsForPullRequest"
2011            }
2012        },
2013        "com.amazonaws.codecommit#Commit": {
2014            "type": "structure",
2015            "members": {
2016                "commitId": {
2017                    "target": "com.amazonaws.codecommit#ObjectId",
2018                    "traits": {
2019                        "smithy.api#documentation": "<p>The full SHA ID of the specified commit. </p>"
2020                    }
2021                },
2022                "treeId": {
2023                    "target": "com.amazonaws.codecommit#ObjectId",
2024                    "traits": {
2025                        "smithy.api#documentation": "<p>Tree information for the specified commit.</p>"
2026                    }
2027                },
2028                "parents": {
2029                    "target": "com.amazonaws.codecommit#ParentList",
2030                    "traits": {
2031                        "smithy.api#documentation": "<p>A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.</p>"
2032                    }
2033                },
2034                "message": {
2035                    "target": "com.amazonaws.codecommit#Message",
2036                    "traits": {
2037                        "smithy.api#documentation": "<p>The commit message associated with the specified commit.</p>"
2038                    }
2039                },
2040                "author": {
2041                    "target": "com.amazonaws.codecommit#UserInfo",
2042                    "traits": {
2043                        "smithy.api#documentation": "<p>Information about the author of the specified commit. Information includes \n            the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured \n            in Git.</p>"
2044                    }
2045                },
2046                "committer": {
2047                    "target": "com.amazonaws.codecommit#UserInfo",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>Information about the person who committed the specified commit, also known as the committer. Information includes \n        the date in timestamp format with GMT offset, the name of the committer, and the email address for the committer, as configured \n        in Git.</p>\n        <p>For more information\n            about the difference between an author and a committer in Git, see <a href=\"http://git-scm.com/book/ch2-3.html\">Viewing the Commit History</a> in Pro Git\n            by Scott Chacon and Ben Straub.</p>"
2050                    }
2051                },
2052                "additionalData": {
2053                    "target": "com.amazonaws.codecommit#AdditionalData",
2054                    "traits": {
2055                        "smithy.api#documentation": "<p>Any other data associated with the specified commit.</p>"
2056                    }
2057                }
2058            },
2059            "traits": {
2060                "smithy.api#documentation": "<p>Returns information about a specific commit.</p>"
2061            }
2062        },
2063        "com.amazonaws.codecommit#CommitDoesNotExistException": {
2064            "type": "structure",
2065            "members": {
2066                "message": {
2067                    "target": "com.amazonaws.codecommit#Message",
2068                    "traits": {
2069                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2070                    }
2071                }
2072            },
2073            "traits": {
2074                "smithy.api#documentation": "<p>The specified commit does not exist or no commit was specified, and the specified repository has no default branch.</p>",
2075                "smithy.api#error": "client"
2076            }
2077        },
2078        "com.amazonaws.codecommit#CommitId": {
2079            "type": "string"
2080        },
2081        "com.amazonaws.codecommit#CommitIdDoesNotExistException": {
2082            "type": "structure",
2083            "members": {
2084                "message": {
2085                    "target": "com.amazonaws.codecommit#Message",
2086                    "traits": {
2087                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2088                    }
2089                }
2090            },
2091            "traits": {
2092                "smithy.api#documentation": "<p>The specified commit ID does not exist.</p>",
2093                "smithy.api#error": "client"
2094            }
2095        },
2096        "com.amazonaws.codecommit#CommitIdRequiredException": {
2097            "type": "structure",
2098            "members": {
2099                "message": {
2100                    "target": "com.amazonaws.codecommit#Message",
2101                    "traits": {
2102                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2103                    }
2104                }
2105            },
2106            "traits": {
2107                "smithy.api#documentation": "<p>A commit ID was not specified.</p>",
2108                "smithy.api#error": "client"
2109            }
2110        },
2111        "com.amazonaws.codecommit#CommitIdsInputList": {
2112            "type": "list",
2113            "member": {
2114                "target": "com.amazonaws.codecommit#ObjectId"
2115            }
2116        },
2117        "com.amazonaws.codecommit#CommitIdsLimitExceededException": {
2118            "type": "structure",
2119            "members": {
2120                "message": {
2121                    "target": "com.amazonaws.codecommit#Message",
2122                    "traits": {
2123                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2124                    }
2125                }
2126            },
2127            "traits": {
2128                "smithy.api#documentation": "<p>The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.</p>",
2129                "smithy.api#error": "client"
2130            }
2131        },
2132        "com.amazonaws.codecommit#CommitIdsListRequiredException": {
2133            "type": "structure",
2134            "members": {
2135                "message": {
2136                    "target": "com.amazonaws.codecommit#Message",
2137                    "traits": {
2138                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2139                    }
2140                }
2141            },
2142            "traits": {
2143                "smithy.api#documentation": "<p>A list of commit IDs is required, but was either not specified or the list was empty.</p>",
2144                "smithy.api#error": "client"
2145            }
2146        },
2147        "com.amazonaws.codecommit#CommitMessageLengthExceededException": {
2148            "type": "structure",
2149            "members": {
2150                "message": {
2151                    "target": "com.amazonaws.codecommit#Message",
2152                    "traits": {
2153                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2154                    }
2155                }
2156            },
2157            "traits": {
2158                "smithy.api#documentation": "<p>The commit message is too long. Provide a shorter string. </p>",
2159                "smithy.api#error": "client"
2160            }
2161        },
2162        "com.amazonaws.codecommit#CommitName": {
2163            "type": "string"
2164        },
2165        "com.amazonaws.codecommit#CommitObjectsList": {
2166            "type": "list",
2167            "member": {
2168                "target": "com.amazonaws.codecommit#Commit"
2169            }
2170        },
2171        "com.amazonaws.codecommit#CommitRequiredException": {
2172            "type": "structure",
2173            "members": {
2174                "message": {
2175                    "target": "com.amazonaws.codecommit#Message",
2176                    "traits": {
2177                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2178                    }
2179                }
2180            },
2181            "traits": {
2182                "smithy.api#documentation": "<p>A commit was not specified.</p>",
2183                "smithy.api#error": "client"
2184            }
2185        },
2186        "com.amazonaws.codecommit#ConcurrentReferenceUpdateException": {
2187            "type": "structure",
2188            "members": {
2189                "message": {
2190                    "target": "com.amazonaws.codecommit#Message",
2191                    "traits": {
2192                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
2193                    }
2194                }
2195            },
2196            "traits": {
2197                "smithy.api#documentation": "<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>",
2198                "smithy.api#error": "client"
2199            }
2200        },
2201        "com.amazonaws.codecommit#Conflict": {
2202            "type": "structure",
2203            "members": {
2204                "conflictMetadata": {
2205                    "target": "com.amazonaws.codecommit#ConflictMetadata",
2206                    "traits": {
2207                        "smithy.api#documentation": "<p>Metadata about a conflict in a merge operation.</p>"
2208                    }
2209                },
2210                "mergeHunks": {
2211                    "target": "com.amazonaws.codecommit#MergeHunks",
2212                    "traits": {
2213                        "smithy.api#documentation": "<p>A list of hunks that contain the differences between files or lines causing the conflict.</p>"
2214                    }
2215                }
2216            },
2217            "traits": {
2218                "smithy.api#documentation": "<p>Information about conflicts in a merge operation.</p>"
2219            }
2220        },
2221        "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum": {
2222            "type": "string",
2223            "traits": {
2224                "smithy.api#enum": [
2225                    {
2226                        "value": "FILE_LEVEL",
2227                        "name": "FILE_LEVEL"
2228                    },
2229                    {
2230                        "value": "LINE_LEVEL",
2231                        "name": "LINE_LEVEL"
2232                    }
2233                ]
2234            }
2235        },
2236        "com.amazonaws.codecommit#ConflictMetadata": {
2237            "type": "structure",
2238            "members": {
2239                "filePath": {
2240                    "target": "com.amazonaws.codecommit#Path",
2241                    "traits": {
2242                        "smithy.api#documentation": "<p>The path of the file that contains conflicts.</p>"
2243                    }
2244                },
2245                "fileSizes": {
2246                    "target": "com.amazonaws.codecommit#FileSizes",
2247                    "traits": {
2248                        "smithy.api#documentation": "<p>The file sizes of the file in the source, destination, and base of the merge.</p>"
2249                    }
2250                },
2251                "fileModes": {
2252                    "target": "com.amazonaws.codecommit#FileModes",
2253                    "traits": {
2254                        "smithy.api#documentation": "<p>The file modes of the file in the source, destination, and base of the merge.</p>"
2255                    }
2256                },
2257                "objectTypes": {
2258                    "target": "com.amazonaws.codecommit#ObjectTypes",
2259                    "traits": {
2260                        "smithy.api#documentation": "<p>Information about any object type conflicts in a merge operation.</p>"
2261                    }
2262                },
2263                "numberOfConflicts": {
2264                    "target": "com.amazonaws.codecommit#NumberOfConflicts",
2265                    "traits": {
2266                        "smithy.api#documentation": "<p>The number of conflicts, including both hunk conflicts and metadata conflicts.</p>"
2267                    }
2268                },
2269                "isBinaryFile": {
2270                    "target": "com.amazonaws.codecommit#IsBinaryFile",
2271                    "traits": {
2272                        "smithy.api#documentation": "<p>A boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge.</p>"
2273                    }
2274                },
2275                "contentConflict": {
2276                    "target": "com.amazonaws.codecommit#IsContentConflict",
2277                    "traits": {
2278                        "smithy.api#documentation": "<p>A boolean value indicating whether there are conflicts in the content of a file.</p>"
2279                    }
2280                },
2281                "fileModeConflict": {
2282                    "target": "com.amazonaws.codecommit#IsFileModeConflict",
2283                    "traits": {
2284                        "smithy.api#documentation": "<p>A boolean value indicating whether there are conflicts in the file mode of a file.</p>"
2285                    }
2286                },
2287                "objectTypeConflict": {
2288                    "target": "com.amazonaws.codecommit#IsObjectTypeConflict",
2289                    "traits": {
2290                        "smithy.api#documentation": "<p>A boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule.</p>"
2291                    }
2292                },
2293                "mergeOperations": {
2294                    "target": "com.amazonaws.codecommit#MergeOperations",
2295                    "traits": {
2296                        "smithy.api#documentation": "<p>Whether an add, modify, or delete operation caused the conflict between the source and destination of the merge.</p>"
2297                    }
2298                }
2299            },
2300            "traits": {
2301                "smithy.api#documentation": "<p>Information about the metadata for a conflict in a merge operation.</p>"
2302            }
2303        },
2304        "com.amazonaws.codecommit#ConflictMetadataList": {
2305            "type": "list",
2306            "member": {
2307                "target": "com.amazonaws.codecommit#ConflictMetadata"
2308            }
2309        },
2310        "com.amazonaws.codecommit#ConflictResolution": {
2311            "type": "structure",
2312            "members": {
2313                "replaceContents": {
2314                    "target": "com.amazonaws.codecommit#ReplaceContentEntries",
2315                    "traits": {
2316                        "smithy.api#documentation": "<p>Files to have content replaced as part of the merge conflict resolution.</p>"
2317                    }
2318                },
2319                "deleteFiles": {
2320                    "target": "com.amazonaws.codecommit#DeleteFileEntries",
2321                    "traits": {
2322                        "smithy.api#documentation": "<p>Files to be deleted as part of the merge conflict resolution.</p>"
2323                    }
2324                },
2325                "setFileModes": {
2326                    "target": "com.amazonaws.codecommit#SetFileModeEntries",
2327                    "traits": {
2328                        "smithy.api#documentation": "<p>File modes that are set as part of the merge conflict resolution.</p>"
2329                    }
2330                }
2331            },
2332            "traits": {
2333                "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
2334            }
2335        },
2336        "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum": {
2337            "type": "string",
2338            "traits": {
2339                "smithy.api#enum": [
2340                    {
2341                        "value": "NONE",
2342                        "name": "NONE"
2343                    },
2344                    {
2345                        "value": "ACCEPT_SOURCE",
2346                        "name": "ACCEPT_SOURCE"
2347                    },
2348                    {
2349                        "value": "ACCEPT_DESTINATION",
2350                        "name": "ACCEPT_DESTINATION"
2351                    },
2352                    {
2353                        "value": "AUTOMERGE",
2354                        "name": "AUTOMERGE"
2355                    }
2356                ]
2357            }
2358        },
2359        "com.amazonaws.codecommit#Conflicts": {
2360            "type": "list",
2361            "member": {
2362                "target": "com.amazonaws.codecommit#Conflict"
2363            }
2364        },
2365        "com.amazonaws.codecommit#Content": {
2366            "type": "string"
2367        },
2368        "com.amazonaws.codecommit#Count": {
2369            "type": "integer",
2370            "traits": {
2371                "smithy.api#box": {}
2372            }
2373        },
2374        "com.amazonaws.codecommit#CreateApprovalRuleTemplate": {
2375            "type": "operation",
2376            "input": {
2377                "target": "com.amazonaws.codecommit#CreateApprovalRuleTemplateInput"
2378            },
2379            "output": {
2380                "target": "com.amazonaws.codecommit#CreateApprovalRuleTemplateOutput"
2381            },
2382            "errors": [
2383                {
2384                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateContentRequiredException"
2385                },
2386                {
2387                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameAlreadyExistsException"
2388                },
2389                {
2390                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
2391                },
2392                {
2393                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateContentException"
2394                },
2395                {
2396                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateDescriptionException"
2397                },
2398                {
2399                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
2400                },
2401                {
2402                    "target": "com.amazonaws.codecommit#NumberOfRuleTemplatesExceededException"
2403                }
2404            ],
2405            "traits": {
2406                "smithy.api#documentation": "<p>Creates a template for approval rules that can then be associated with one or more\n            repositories in your AWS account. When you associate a template with a repository, AWS\n            CodeCommit creates an approval rule that matches the conditions of the template for all\n            pull requests that meet the conditions of the template. For more information, see\n            <a>AssociateApprovalRuleTemplateWithRepository</a>.</p>"
2407            }
2408        },
2409        "com.amazonaws.codecommit#CreateApprovalRuleTemplateInput": {
2410            "type": "structure",
2411            "members": {
2412                "approvalRuleTemplateName": {
2413                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
2414                    "traits": {
2415                        "smithy.api#documentation": "<p>The name of the approval rule template. Provide descriptive names, because this name\n            is applied to the approval rules created automatically in associated\n            repositories.</p>",
2416                        "smithy.api#required": {}
2417                    }
2418                },
2419                "approvalRuleTemplateContent": {
2420                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateContent",
2421                    "traits": {
2422                        "smithy.api#documentation": "<p>The content of the approval rule that is created on pull requests in associated\n            repositories. If you specify one or more destination references (branches), approval\n            rules are created in an associated repository only if their destination references\n            (branches) match those specified in the template.</p>\n        <note>\n            <p>When you create the content of the approval rule template, you can specify\n                approvers in an approval pool in one of two ways:</p>\n            <ul>\n               <li>\n                    <p>\n                     <b>CodeCommitApprovers</b>: This option only\n                        requires an AWS account and a resource. It can be used for both IAM users\n                        and federated access users whose name matches the provided resource name.\n                        This is a very powerful option that offers a great deal of flexibility. For\n                        example, if you specify the AWS account <i>123456789012</i>\n                        and <i>Mary_Major</i>, all of the following are counted as\n                        approvals coming from that user:</p>\n                    <ul>\n                     <li>\n                            <p>An IAM user in the account\n                                (arn:aws:iam::<i>123456789012</i>:user/<i>Mary_Major</i>)</p>\n                        </li>\n                     <li>\n                            <p>A federated user identified in IAM as Mary_Major\n                                (arn:aws:sts::<i>123456789012</i>:federated-user/<i>Mary_Major</i>)</p>\n                        </li>\n                  </ul>\n                    <p>This option does not recognize an active session of someone assuming the\n                        role of CodeCommitReview with a role session name of\n                            <i>Mary_Major</i>\n                            (arn:aws:sts::<i>123456789012</i>:assumed-role/CodeCommitReview/<i>Mary_Major</i>)\n                        unless you include a wildcard (*Mary_Major).</p>\n                </li>\n               <li>\n                    <p>\n                     <b>Fully qualified ARN</b>: This option allows\n                        you to specify the fully qualified Amazon Resource Name (ARN) of the IAM\n                        user or role. </p>\n                </li>\n            </ul>\n            <p>For more information about IAM ARNs, wildcards, and formats, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM\n                    Identifiers</a> in the <i>IAM User Guide</i>.</p>\n            \n        </note>",
2423                        "smithy.api#required": {}
2424                    }
2425                },
2426                "approvalRuleTemplateDescription": {
2427                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDescription",
2428                    "traits": {
2429                        "smithy.api#documentation": "<p>The description of the approval rule template. Consider providing a description that\n            explains what this template does and when it might be appropriate to associate it with\n            repositories.</p>"
2430                    }
2431                }
2432            }
2433        },
2434        "com.amazonaws.codecommit#CreateApprovalRuleTemplateOutput": {
2435            "type": "structure",
2436            "members": {
2437                "approvalRuleTemplate": {
2438                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplate",
2439                    "traits": {
2440                        "smithy.api#documentation": "<p>The content and structure of the created approval rule template.</p>",
2441                        "smithy.api#required": {}
2442                    }
2443                }
2444            }
2445        },
2446        "com.amazonaws.codecommit#CreateBranch": {
2447            "type": "operation",
2448            "input": {
2449                "target": "com.amazonaws.codecommit#CreateBranchInput"
2450            },
2451            "errors": [
2452                {
2453                    "target": "com.amazonaws.codecommit#BranchNameExistsException"
2454                },
2455                {
2456                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
2457                },
2458                {
2459                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
2460                },
2461                {
2462                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
2463                },
2464                {
2465                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
2466                },
2467                {
2468                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
2469                },
2470                {
2471                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
2472                },
2473                {
2474                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
2475                },
2476                {
2477                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
2478                },
2479                {
2480                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
2481                },
2482                {
2483                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
2484                },
2485                {
2486                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
2487                },
2488                {
2489                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
2490                },
2491                {
2492                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
2493                }
2494            ],
2495            "traits": {
2496                "smithy.api#documentation": "<p>Creates a branch in a repository and points the branch to a commit.</p>\n        <note>\n            <p>Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.</p>\n         </note>"
2497            }
2498        },
2499        "com.amazonaws.codecommit#CreateBranchInput": {
2500            "type": "structure",
2501            "members": {
2502                "repositoryName": {
2503                    "target": "com.amazonaws.codecommit#RepositoryName",
2504                    "traits": {
2505                        "smithy.api#documentation": "<p>The name of the repository in which you want to create the new branch.</p>",
2506                        "smithy.api#required": {}
2507                    }
2508                },
2509                "branchName": {
2510                    "target": "com.amazonaws.codecommit#BranchName",
2511                    "traits": {
2512                        "smithy.api#documentation": "<p>The name of the new branch to create.</p>",
2513                        "smithy.api#required": {}
2514                    }
2515                },
2516                "commitId": {
2517                    "target": "com.amazonaws.codecommit#CommitId",
2518                    "traits": {
2519                        "smithy.api#documentation": "<p>The ID of the commit to point the new branch to.</p>",
2520                        "smithy.api#required": {}
2521                    }
2522                }
2523            },
2524            "traits": {
2525                "smithy.api#documentation": "<p>Represents the input of a create branch operation.</p>"
2526            }
2527        },
2528        "com.amazonaws.codecommit#CreateCommit": {
2529            "type": "operation",
2530            "input": {
2531                "target": "com.amazonaws.codecommit#CreateCommitInput"
2532            },
2533            "output": {
2534                "target": "com.amazonaws.codecommit#CreateCommitOutput"
2535            },
2536            "errors": [
2537                {
2538                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
2539                },
2540                {
2541                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
2542                },
2543                {
2544                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
2545                },
2546                {
2547                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
2548                },
2549                {
2550                    "target": "com.amazonaws.codecommit#DirectoryNameConflictsWithFileNameException"
2551                },
2552                {
2553                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
2554                },
2555                {
2556                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
2557                },
2558                {
2559                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
2560                },
2561                {
2562                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
2563                },
2564                {
2565                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
2566                },
2567                {
2568                    "target": "com.amazonaws.codecommit#FileContentAndSourceFileSpecifiedException"
2569                },
2570                {
2571                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
2572                },
2573                {
2574                    "target": "com.amazonaws.codecommit#FileDoesNotExistException"
2575                },
2576                {
2577                    "target": "com.amazonaws.codecommit#FileEntryRequiredException"
2578                },
2579                {
2580                    "target": "com.amazonaws.codecommit#FileModeRequiredException"
2581                },
2582                {
2583                    "target": "com.amazonaws.codecommit#FileNameConflictsWithDirectoryNameException"
2584                },
2585                {
2586                    "target": "com.amazonaws.codecommit#FilePathConflictsWithSubmodulePathException"
2587                },
2588                {
2589                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
2590                },
2591                {
2592                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
2593                },
2594                {
2595                    "target": "com.amazonaws.codecommit#InvalidDeletionParameterException"
2596                },
2597                {
2598                    "target": "com.amazonaws.codecommit#InvalidEmailException"
2599                },
2600                {
2601                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
2602                },
2603                {
2604                    "target": "com.amazonaws.codecommit#InvalidParentCommitIdException"
2605                },
2606                {
2607                    "target": "com.amazonaws.codecommit#InvalidPathException"
2608                },
2609                {
2610                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
2611                },
2612                {
2613                    "target": "com.amazonaws.codecommit#MaximumFileEntriesExceededException"
2614                },
2615                {
2616                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
2617                },
2618                {
2619                    "target": "com.amazonaws.codecommit#NoChangeException"
2620                },
2621                {
2622                    "target": "com.amazonaws.codecommit#ParentCommitDoesNotExistException"
2623                },
2624                {
2625                    "target": "com.amazonaws.codecommit#ParentCommitIdOutdatedException"
2626                },
2627                {
2628                    "target": "com.amazonaws.codecommit#ParentCommitIdRequiredException"
2629                },
2630                {
2631                    "target": "com.amazonaws.codecommit#PathRequiredException"
2632                },
2633                {
2634                    "target": "com.amazonaws.codecommit#PutFileEntryConflictException"
2635                },
2636                {
2637                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
2638                },
2639                {
2640                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
2641                },
2642                {
2643                    "target": "com.amazonaws.codecommit#RestrictedSourceFileException"
2644                },
2645                {
2646                    "target": "com.amazonaws.codecommit#SamePathRequestException"
2647                },
2648                {
2649                    "target": "com.amazonaws.codecommit#SourceFileOrContentRequiredException"
2650                }
2651            ],
2652            "traits": {
2653                "smithy.api#documentation": "<p>Creates a commit for a repository on the tip of a specified branch.</p>"
2654            }
2655        },
2656        "com.amazonaws.codecommit#CreateCommitInput": {
2657            "type": "structure",
2658            "members": {
2659                "repositoryName": {
2660                    "target": "com.amazonaws.codecommit#RepositoryName",
2661                    "traits": {
2662                        "smithy.api#documentation": "<p>The name of the repository where you create the commit.</p>",
2663                        "smithy.api#required": {}
2664                    }
2665                },
2666                "branchName": {
2667                    "target": "com.amazonaws.codecommit#BranchName",
2668                    "traits": {
2669                        "smithy.api#documentation": "<p>The name of the branch where you create the commit.</p>",
2670                        "smithy.api#required": {}
2671                    }
2672                },
2673                "parentCommitId": {
2674                    "target": "com.amazonaws.codecommit#CommitId",
2675                    "traits": {
2676                        "smithy.api#documentation": "<p>The ID of the commit that is the parent of the commit you create. Not required if this\n            is an empty repository.</p>"
2677                    }
2678                },
2679                "authorName": {
2680                    "target": "com.amazonaws.codecommit#Name",
2681                    "traits": {
2682                        "smithy.api#documentation": "<p>The name of the author who created the commit. This information is used as both the\n            author and committer for the commit.</p>"
2683                    }
2684                },
2685                "email": {
2686                    "target": "com.amazonaws.codecommit#Email",
2687                    "traits": {
2688                        "smithy.api#documentation": "<p>The email address of the person who created the commit.</p>"
2689                    }
2690                },
2691                "commitMessage": {
2692                    "target": "com.amazonaws.codecommit#Message",
2693                    "traits": {
2694                        "smithy.api#documentation": "<p>The commit message you want to include in the commit. Commit messages are limited to\n            256 KB. If no message is specified, a default message is used.</p>"
2695                    }
2696                },
2697                "keepEmptyFolders": {
2698                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
2699                    "traits": {
2700                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If true, a ..gitkeep file is created for empty folders.\n            The default is false.</p>"
2701                    }
2702                },
2703                "putFiles": {
2704                    "target": "com.amazonaws.codecommit#PutFileEntries",
2705                    "traits": {
2706                        "smithy.api#documentation": "<p>The files to add or update in this commit.</p>"
2707                    }
2708                },
2709                "deleteFiles": {
2710                    "target": "com.amazonaws.codecommit#DeleteFileEntries",
2711                    "traits": {
2712                        "smithy.api#documentation": "<p>The files to delete in this commit. These files still exist in earlier commits.</p>"
2713                    }
2714                },
2715                "setFileModes": {
2716                    "target": "com.amazonaws.codecommit#SetFileModeEntries",
2717                    "traits": {
2718                        "smithy.api#documentation": "<p>The file modes to update for files in this commit.</p>"
2719                    }
2720                }
2721            }
2722        },
2723        "com.amazonaws.codecommit#CreateCommitOutput": {
2724            "type": "structure",
2725            "members": {
2726                "commitId": {
2727                    "target": "com.amazonaws.codecommit#ObjectId",
2728                    "traits": {
2729                        "smithy.api#documentation": "<p>The full commit ID of the commit that contains your committed file changes.</p>"
2730                    }
2731                },
2732                "treeId": {
2733                    "target": "com.amazonaws.codecommit#ObjectId",
2734                    "traits": {
2735                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.</p>"
2736                    }
2737                },
2738                "filesAdded": {
2739                    "target": "com.amazonaws.codecommit#FilesMetadata",
2740                    "traits": {
2741                        "smithy.api#documentation": "<p>The files added as part of the committed file changes.</p>"
2742                    }
2743                },
2744                "filesUpdated": {
2745                    "target": "com.amazonaws.codecommit#FilesMetadata",
2746                    "traits": {
2747                        "smithy.api#documentation": "<p>The files updated as part of the commited file changes.</p>"
2748                    }
2749                },
2750                "filesDeleted": {
2751                    "target": "com.amazonaws.codecommit#FilesMetadata",
2752                    "traits": {
2753                        "smithy.api#documentation": "<p>The files deleted as part of the committed file changes.</p>"
2754                    }
2755                }
2756            }
2757        },
2758        "com.amazonaws.codecommit#CreatePullRequest": {
2759            "type": "operation",
2760            "input": {
2761                "target": "com.amazonaws.codecommit#CreatePullRequestInput"
2762            },
2763            "output": {
2764                "target": "com.amazonaws.codecommit#CreatePullRequestOutput"
2765            },
2766            "errors": [
2767                {
2768                    "target": "com.amazonaws.codecommit#ClientRequestTokenRequiredException"
2769                },
2770                {
2771                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
2772                },
2773                {
2774                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
2775                },
2776                {
2777                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
2778                },
2779                {
2780                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
2781                },
2782                {
2783                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
2784                },
2785                {
2786                    "target": "com.amazonaws.codecommit#IdempotencyParameterMismatchException"
2787                },
2788                {
2789                    "target": "com.amazonaws.codecommit#InvalidClientRequestTokenException"
2790                },
2791                {
2792                    "target": "com.amazonaws.codecommit#InvalidDescriptionException"
2793                },
2794                {
2795                    "target": "com.amazonaws.codecommit#InvalidReferenceNameException"
2796                },
2797                {
2798                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
2799                },
2800                {
2801                    "target": "com.amazonaws.codecommit#InvalidTargetException"
2802                },
2803                {
2804                    "target": "com.amazonaws.codecommit#InvalidTargetsException"
2805                },
2806                {
2807                    "target": "com.amazonaws.codecommit#InvalidTitleException"
2808                },
2809                {
2810                    "target": "com.amazonaws.codecommit#MaximumOpenPullRequestsExceededException"
2811                },
2812                {
2813                    "target": "com.amazonaws.codecommit#MultipleRepositoriesInPullRequestException"
2814                },
2815                {
2816                    "target": "com.amazonaws.codecommit#ReferenceDoesNotExistException"
2817                },
2818                {
2819                    "target": "com.amazonaws.codecommit#ReferenceNameRequiredException"
2820                },
2821                {
2822                    "target": "com.amazonaws.codecommit#ReferenceTypeNotSupportedException"
2823                },
2824                {
2825                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
2826                },
2827                {
2828                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
2829                },
2830                {
2831                    "target": "com.amazonaws.codecommit#SourceAndDestinationAreSameException"
2832                },
2833                {
2834                    "target": "com.amazonaws.codecommit#TargetRequiredException"
2835                },
2836                {
2837                    "target": "com.amazonaws.codecommit#TargetsRequiredException"
2838                },
2839                {
2840                    "target": "com.amazonaws.codecommit#TitleRequiredException"
2841                }
2842            ],
2843            "traits": {
2844                "smithy.api#documentation": "<p>Creates a pull request in the specified repository.</p>"
2845            }
2846        },
2847        "com.amazonaws.codecommit#CreatePullRequestApprovalRule": {
2848            "type": "operation",
2849            "input": {
2850                "target": "com.amazonaws.codecommit#CreatePullRequestApprovalRuleInput"
2851            },
2852            "output": {
2853                "target": "com.amazonaws.codecommit#CreatePullRequestApprovalRuleOutput"
2854            },
2855            "errors": [
2856                {
2857                    "target": "com.amazonaws.codecommit#ApprovalRuleContentRequiredException"
2858                },
2859                {
2860                    "target": "com.amazonaws.codecommit#ApprovalRuleNameAlreadyExistsException"
2861                },
2862                {
2863                    "target": "com.amazonaws.codecommit#ApprovalRuleNameRequiredException"
2864                },
2865                {
2866                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
2867                },
2868                {
2869                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
2870                },
2871                {
2872                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
2873                },
2874                {
2875                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
2876                },
2877                {
2878                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
2879                },
2880                {
2881                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleContentException"
2882                },
2883                {
2884                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleNameException"
2885                },
2886                {
2887                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
2888                },
2889                {
2890                    "target": "com.amazonaws.codecommit#NumberOfRulesExceededException"
2891                },
2892                {
2893                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
2894                },
2895                {
2896                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
2897                },
2898                {
2899                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
2900                }
2901            ],
2902            "traits": {
2903                "smithy.api#documentation": "<p>Creates an approval rule for a pull request.</p>"
2904            }
2905        },
2906        "com.amazonaws.codecommit#CreatePullRequestApprovalRuleInput": {
2907            "type": "structure",
2908            "members": {
2909                "pullRequestId": {
2910                    "target": "com.amazonaws.codecommit#PullRequestId",
2911                    "traits": {
2912                        "smithy.api#documentation": "<p>The system-generated ID of the pull request for which you want to create the approval rule.</p>",
2913                        "smithy.api#required": {}
2914                    }
2915                },
2916                "approvalRuleName": {
2917                    "target": "com.amazonaws.codecommit#ApprovalRuleName",
2918                    "traits": {
2919                        "smithy.api#documentation": "<p>The name for the approval rule.</p>",
2920                        "smithy.api#required": {}
2921                    }
2922                },
2923                "approvalRuleContent": {
2924                    "target": "com.amazonaws.codecommit#ApprovalRuleContent",
2925                    "traits": {
2926                        "smithy.api#documentation": "<p>The content of the approval rule, including the number of approvals needed and the structure of an approval pool defined for approvals, if any. For more information\n        about approval pools, see the AWS CodeCommit User Guide.</p>\n        <note>\n            <p>When you create the content of the approval rule, you can specify approvers in an\n                approval pool in one of two ways:</p>\n            <ul>\n               <li>\n                    <p>\n                     <b>CodeCommitApprovers</b>: This option only\n                        requires an AWS account and a resource. It can be used for both IAM users\n                        and federated access users whose name matches the provided resource name.\n                        This is a very powerful option that offers a great deal of flexibility. For\n                        example, if you specify the AWS account <i>123456789012</i>\n                        and <i>Mary_Major</i>, all of the following would be counted\n                        as approvals coming from that user:</p>\n                    <ul>\n                     <li>\n                            <p>An IAM user in the account\n                                    (arn:aws:iam::<i>123456789012</i>:user/<i>Mary_Major</i>)</p>\n                        </li>\n                     <li>\n                            <p>A federated user identified in IAM as Mary_Major\n                                    (arn:aws:sts::<i>123456789012</i>:federated-user/<i>Mary_Major</i>)</p>\n                        </li>\n                  </ul>\n                    <p>This option does not recognize an active session of someone assuming the\n                        role of CodeCommitReview with a role session name of\n                            <i>Mary_Major</i>\n                            (arn:aws:sts::<i>123456789012</i>:assumed-role/CodeCommitReview/<i>Mary_Major</i>)\n                        unless you include a wildcard (*Mary_Major).</p>\n                </li>\n               <li>\n                    <p>\n                     <b>Fully qualified ARN</b>: This option allows\n                        you to specify the fully qualified Amazon Resource Name (ARN) of the IAM\n                        user or role. </p>\n                </li>\n            </ul>\n            <p>For more information about IAM ARNs, wildcards, and formats, see\n               <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM\n                Identifiers</a> in the <i>IAM User Guide</i>.</p>\n            \n        </note>",
2927                        "smithy.api#required": {}
2928                    }
2929                }
2930            }
2931        },
2932        "com.amazonaws.codecommit#CreatePullRequestApprovalRuleOutput": {
2933            "type": "structure",
2934            "members": {
2935                "approvalRule": {
2936                    "target": "com.amazonaws.codecommit#ApprovalRule",
2937                    "traits": {
2938                        "smithy.api#documentation": "<p>Information about the created approval rule.</p>",
2939                        "smithy.api#required": {}
2940                    }
2941                }
2942            }
2943        },
2944        "com.amazonaws.codecommit#CreatePullRequestInput": {
2945            "type": "structure",
2946            "members": {
2947                "title": {
2948                    "target": "com.amazonaws.codecommit#Title",
2949                    "traits": {
2950                        "smithy.api#documentation": "<p>The title of the pull request. This title is used to identify the pull request to\n            other users in the repository.</p>",
2951                        "smithy.api#required": {}
2952                    }
2953                },
2954                "description": {
2955                    "target": "com.amazonaws.codecommit#Description",
2956                    "traits": {
2957                        "smithy.api#documentation": "<p>A description of the pull request.</p>"
2958                    }
2959                },
2960                "targets": {
2961                    "target": "com.amazonaws.codecommit#TargetList",
2962                    "traits": {
2963                        "smithy.api#documentation": "<p>The targets for the pull request, including the source of the code to be reviewed (the\n            source branch) and the destination where the creator of the pull request intends the\n            code to be merged after the pull request is closed (the destination branch).</p>",
2964                        "smithy.api#required": {}
2965                    }
2966                },
2967                "clientRequestToken": {
2968                    "target": "com.amazonaws.codecommit#ClientRequestToken",
2969                    "traits": {
2970                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>\n        <note>\n            <p>The AWS SDKs prepopulate client request tokens. If you are using an AWS SDK, an\n                idempotency token is created for you.</p>\n        </note>",
2971                        "smithy.api#idempotencyToken": {}
2972                    }
2973                }
2974            }
2975        },
2976        "com.amazonaws.codecommit#CreatePullRequestOutput": {
2977            "type": "structure",
2978            "members": {
2979                "pullRequest": {
2980                    "target": "com.amazonaws.codecommit#PullRequest",
2981                    "traits": {
2982                        "smithy.api#documentation": "<p>Information about the newly created pull request.</p>",
2983                        "smithy.api#required": {}
2984                    }
2985                }
2986            }
2987        },
2988        "com.amazonaws.codecommit#CreateRepository": {
2989            "type": "operation",
2990            "input": {
2991                "target": "com.amazonaws.codecommit#CreateRepositoryInput"
2992            },
2993            "output": {
2994                "target": "com.amazonaws.codecommit#CreateRepositoryOutput"
2995            },
2996            "errors": [
2997                {
2998                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
2999                },
3000                {
3001                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3002                },
3003                {
3004                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3005                },
3006                {
3007                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3008                },
3009                {
3010                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3011                },
3012                {
3013                    "target": "com.amazonaws.codecommit#InvalidRepositoryDescriptionException"
3014                },
3015                {
3016                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3017                },
3018                {
3019                    "target": "com.amazonaws.codecommit#InvalidSystemTagUsageException"
3020                },
3021                {
3022                    "target": "com.amazonaws.codecommit#InvalidTagsMapException"
3023                },
3024                {
3025                    "target": "com.amazonaws.codecommit#RepositoryLimitExceededException"
3026                },
3027                {
3028                    "target": "com.amazonaws.codecommit#RepositoryNameExistsException"
3029                },
3030                {
3031                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3032                },
3033                {
3034                    "target": "com.amazonaws.codecommit#TagPolicyException"
3035                },
3036                {
3037                    "target": "com.amazonaws.codecommit#TooManyTagsException"
3038                }
3039            ],
3040            "traits": {
3041                "smithy.api#documentation": "<p>Creates a new, empty repository.</p>"
3042            }
3043        },
3044        "com.amazonaws.codecommit#CreateRepositoryInput": {
3045            "type": "structure",
3046            "members": {
3047                "repositoryName": {
3048                    "target": "com.amazonaws.codecommit#RepositoryName",
3049                    "traits": {
3050                        "smithy.api#documentation": "<p>The name of the new repository to be created.</p>\n        <note>\n            <p>The repository name must be unique across the calling AWS account. Repository names\n                are limited to 100 alphanumeric, dash, and underscore characters, and cannot include\n                certain characters. For more information about the limits on repository names, see\n                    <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">Limits</a> in the <i>AWS CodeCommit User Guide</i>. The\n                suffix .git is prohibited.</p>\n         </note>",
3051                        "smithy.api#required": {}
3052                    }
3053                },
3054                "repositoryDescription": {
3055                    "target": "com.amazonaws.codecommit#RepositoryDescription",
3056                    "traits": {
3057                        "smithy.api#documentation": "<p>A comment or description about the new repository.</p>\n        <note>\n            <p>The description field for a repository accepts all HTML characters and all valid\n                Unicode characters. Applications that do not HTML-encode the description and display\n                it in a webpage can expose users to potentially malicious code. Make sure that you\n                HTML-encode the description field in any application that uses this API to display\n                the repository description on a webpage.</p>\n         </note>"
3058                    }
3059                },
3060                "tags": {
3061                    "target": "com.amazonaws.codecommit#TagsMap",
3062                    "traits": {
3063                        "smithy.api#documentation": "<p>One or more tag key-value pairs to use when tagging this repository.</p>"
3064                    }
3065                }
3066            },
3067            "traits": {
3068                "smithy.api#documentation": "<p>Represents the input of a create repository operation.</p>"
3069            }
3070        },
3071        "com.amazonaws.codecommit#CreateRepositoryOutput": {
3072            "type": "structure",
3073            "members": {
3074                "repositoryMetadata": {
3075                    "target": "com.amazonaws.codecommit#RepositoryMetadata",
3076                    "traits": {
3077                        "smithy.api#documentation": "<p>Information about the newly created repository.</p>"
3078                    }
3079                }
3080            },
3081            "traits": {
3082                "smithy.api#documentation": "<p>Represents the output of a create repository operation.</p>"
3083            }
3084        },
3085        "com.amazonaws.codecommit#CreateUnreferencedMergeCommit": {
3086            "type": "operation",
3087            "input": {
3088                "target": "com.amazonaws.codecommit#CreateUnreferencedMergeCommitInput"
3089            },
3090            "output": {
3091                "target": "com.amazonaws.codecommit#CreateUnreferencedMergeCommitOutput"
3092            },
3093            "errors": [
3094                {
3095                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
3096                },
3097                {
3098                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
3099                },
3100                {
3101                    "target": "com.amazonaws.codecommit#CommitRequiredException"
3102                },
3103                {
3104                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
3105                },
3106                {
3107                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3108                },
3109                {
3110                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3111                },
3112                {
3113                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3114                },
3115                {
3116                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3117                },
3118                {
3119                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3120                },
3121                {
3122                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
3123                },
3124                {
3125                    "target": "com.amazonaws.codecommit#FileModeRequiredException"
3126                },
3127                {
3128                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
3129                },
3130                {
3131                    "target": "com.amazonaws.codecommit#InvalidCommitException"
3132                },
3133                {
3134                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
3135                },
3136                {
3137                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionException"
3138                },
3139                {
3140                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
3141                },
3142                {
3143                    "target": "com.amazonaws.codecommit#InvalidEmailException"
3144                },
3145                {
3146                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
3147                },
3148                {
3149                    "target": "com.amazonaws.codecommit#InvalidMergeOptionException"
3150                },
3151                {
3152                    "target": "com.amazonaws.codecommit#InvalidPathException"
3153                },
3154                {
3155                    "target": "com.amazonaws.codecommit#InvalidReplacementContentException"
3156                },
3157                {
3158                    "target": "com.amazonaws.codecommit#InvalidReplacementTypeException"
3159                },
3160                {
3161                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3162                },
3163                {
3164                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
3165                },
3166                {
3167                    "target": "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException"
3168                },
3169                {
3170                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
3171                },
3172                {
3173                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
3174                },
3175                {
3176                    "target": "com.amazonaws.codecommit#MergeOptionRequiredException"
3177                },
3178                {
3179                    "target": "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException"
3180                },
3181                {
3182                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
3183                },
3184                {
3185                    "target": "com.amazonaws.codecommit#PathRequiredException"
3186                },
3187                {
3188                    "target": "com.amazonaws.codecommit#ReplacementContentRequiredException"
3189                },
3190                {
3191                    "target": "com.amazonaws.codecommit#ReplacementTypeRequiredException"
3192                },
3193                {
3194                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
3195                },
3196                {
3197                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3198                },
3199                {
3200                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
3201                }
3202            ],
3203            "traits": {
3204                "smithy.api#documentation": "<p>Creates an unreferenced commit that represents the result of merging two branches\n            using a specified merge strategy. This can help you determine the outcome of a potential\n            merge. This API cannot be used with the fast-forward merge strategy because that\n            strategy does not create a merge commit.</p>\n        <note>\n            <p>This unreferenced merge commit \n        can only be accessed using the GetCommit API or through git commands such as git fetch. To retrieve this commit, you must specify its commit ID or otherwise reference it.</p>\n         </note>"
3205            }
3206        },
3207        "com.amazonaws.codecommit#CreateUnreferencedMergeCommitInput": {
3208            "type": "structure",
3209            "members": {
3210                "repositoryName": {
3211                    "target": "com.amazonaws.codecommit#RepositoryName",
3212                    "traits": {
3213                        "smithy.api#documentation": "<p>The name of the repository where you want to create the unreferenced merge commit.</p>",
3214                        "smithy.api#required": {}
3215                    }
3216                },
3217                "sourceCommitSpecifier": {
3218                    "target": "com.amazonaws.codecommit#CommitName",
3219                    "traits": {
3220                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
3221                        "smithy.api#required": {}
3222                    }
3223                },
3224                "destinationCommitSpecifier": {
3225                    "target": "com.amazonaws.codecommit#CommitName",
3226                    "traits": {
3227                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
3228                        "smithy.api#required": {}
3229                    }
3230                },
3231                "mergeOption": {
3232                    "target": "com.amazonaws.codecommit#MergeOptionTypeEnum",
3233                    "traits": {
3234                        "smithy.api#documentation": "<p>The merge option or strategy you want to use to merge the code.</p>",
3235                        "smithy.api#required": {}
3236                    }
3237                },
3238                "conflictDetailLevel": {
3239                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
3240                    "traits": {
3241                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
3242                    }
3243                },
3244                "conflictResolutionStrategy": {
3245                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
3246                    "traits": {
3247                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
3248                    }
3249                },
3250                "authorName": {
3251                    "target": "com.amazonaws.codecommit#Name",
3252                    "traits": {
3253                        "smithy.api#documentation": "<p>The name of the author who created the unreferenced commit. This information is used\n            as both the author and committer for the commit.</p>"
3254                    }
3255                },
3256                "email": {
3257                    "target": "com.amazonaws.codecommit#Email",
3258                    "traits": {
3259                        "smithy.api#documentation": "<p>The email address for the person who created the unreferenced commit.</p>"
3260                    }
3261                },
3262                "commitMessage": {
3263                    "target": "com.amazonaws.codecommit#Message",
3264                    "traits": {
3265                        "smithy.api#documentation": "<p>The commit message for the unreferenced commit.</p>"
3266                    }
3267                },
3268                "keepEmptyFolders": {
3269                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
3270                    "traits": {
3271                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If this is specified as true, a .gitkeep file is\n            created for empty folders. The default is false.</p>"
3272                    }
3273                },
3274                "conflictResolution": {
3275                    "target": "com.amazonaws.codecommit#ConflictResolution",
3276                    "traits": {
3277                        "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
3278                    }
3279                }
3280            }
3281        },
3282        "com.amazonaws.codecommit#CreateUnreferencedMergeCommitOutput": {
3283            "type": "structure",
3284            "members": {
3285                "commitId": {
3286                    "target": "com.amazonaws.codecommit#ObjectId",
3287                    "traits": {
3288                        "smithy.api#documentation": "<p>The full commit ID of the commit that contains your merge results.</p>"
3289                    }
3290                },
3291                "treeId": {
3292                    "target": "com.amazonaws.codecommit#ObjectId",
3293                    "traits": {
3294                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains the merge results.</p>"
3295                    }
3296                }
3297            }
3298        },
3299        "com.amazonaws.codecommit#CreationDate": {
3300            "type": "timestamp"
3301        },
3302        "com.amazonaws.codecommit#Date": {
3303            "type": "string"
3304        },
3305        "com.amazonaws.codecommit#DefaultBranchCannotBeDeletedException": {
3306            "type": "structure",
3307            "members": {
3308                "message": {
3309                    "target": "com.amazonaws.codecommit#Message",
3310                    "traits": {
3311                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
3312                    }
3313                }
3314            },
3315            "traits": {
3316                "smithy.api#documentation": "<p>The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.</p>",
3317                "smithy.api#error": "client"
3318            }
3319        },
3320        "com.amazonaws.codecommit#DeleteApprovalRuleTemplate": {
3321            "type": "operation",
3322            "input": {
3323                "target": "com.amazonaws.codecommit#DeleteApprovalRuleTemplateInput"
3324            },
3325            "output": {
3326                "target": "com.amazonaws.codecommit#DeleteApprovalRuleTemplateOutput"
3327            },
3328            "errors": [
3329                {
3330                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateInUseException"
3331                },
3332                {
3333                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
3334                },
3335                {
3336                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
3337                }
3338            ],
3339            "traits": {
3340                "smithy.api#documentation": "<p>Deletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.</p>"
3341            }
3342        },
3343        "com.amazonaws.codecommit#DeleteApprovalRuleTemplateInput": {
3344            "type": "structure",
3345            "members": {
3346                "approvalRuleTemplateName": {
3347                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
3348                    "traits": {
3349                        "smithy.api#documentation": "<p>The name of the approval rule template to delete.</p>",
3350                        "smithy.api#required": {}
3351                    }
3352                }
3353            }
3354        },
3355        "com.amazonaws.codecommit#DeleteApprovalRuleTemplateOutput": {
3356            "type": "structure",
3357            "members": {
3358                "approvalRuleTemplateId": {
3359                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateId",
3360                    "traits": {
3361                        "smithy.api#documentation": "<p>The system-generated ID of the deleted approval rule template. If the template has\n            been previously deleted, the only response is a 200 OK.</p>",
3362                        "smithy.api#required": {}
3363                    }
3364                }
3365            }
3366        },
3367        "com.amazonaws.codecommit#DeleteBranch": {
3368            "type": "operation",
3369            "input": {
3370                "target": "com.amazonaws.codecommit#DeleteBranchInput"
3371            },
3372            "output": {
3373                "target": "com.amazonaws.codecommit#DeleteBranchOutput"
3374            },
3375            "errors": [
3376                {
3377                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
3378                },
3379                {
3380                    "target": "com.amazonaws.codecommit#DefaultBranchCannotBeDeletedException"
3381                },
3382                {
3383                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3384                },
3385                {
3386                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3387                },
3388                {
3389                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3390                },
3391                {
3392                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3393                },
3394                {
3395                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3396                },
3397                {
3398                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
3399                },
3400                {
3401                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3402                },
3403                {
3404                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
3405                },
3406                {
3407                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3408                }
3409            ],
3410            "traits": {
3411                "smithy.api#documentation": "<p>Deletes a branch from a repository, unless that branch is the default branch for the repository. </p>"
3412            }
3413        },
3414        "com.amazonaws.codecommit#DeleteBranchInput": {
3415            "type": "structure",
3416            "members": {
3417                "repositoryName": {
3418                    "target": "com.amazonaws.codecommit#RepositoryName",
3419                    "traits": {
3420                        "smithy.api#documentation": "<p>The name of the repository that contains the branch to be deleted.</p>",
3421                        "smithy.api#required": {}
3422                    }
3423                },
3424                "branchName": {
3425                    "target": "com.amazonaws.codecommit#BranchName",
3426                    "traits": {
3427                        "smithy.api#documentation": "<p>The name of the branch to delete.</p>",
3428                        "smithy.api#required": {}
3429                    }
3430                }
3431            },
3432            "traits": {
3433                "smithy.api#documentation": "<p>Represents the input of a delete branch operation.</p>"
3434            }
3435        },
3436        "com.amazonaws.codecommit#DeleteBranchOutput": {
3437            "type": "structure",
3438            "members": {
3439                "deletedBranch": {
3440                    "target": "com.amazonaws.codecommit#BranchInfo",
3441                    "traits": {
3442                        "smithy.api#documentation": "<p>Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.</p>"
3443                    }
3444                }
3445            },
3446            "traits": {
3447                "smithy.api#documentation": "<p>Represents the output of a delete branch operation.</p>"
3448            }
3449        },
3450        "com.amazonaws.codecommit#DeleteCommentContent": {
3451            "type": "operation",
3452            "input": {
3453                "target": "com.amazonaws.codecommit#DeleteCommentContentInput"
3454            },
3455            "output": {
3456                "target": "com.amazonaws.codecommit#DeleteCommentContentOutput"
3457            },
3458            "errors": [
3459                {
3460                    "target": "com.amazonaws.codecommit#CommentDeletedException"
3461                },
3462                {
3463                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
3464                },
3465                {
3466                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
3467                },
3468                {
3469                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
3470                }
3471            ],
3472            "traits": {
3473                "smithy.api#documentation": "<p>Deletes the content of a comment made on a change, file, or commit in a repository.</p>"
3474            }
3475        },
3476        "com.amazonaws.codecommit#DeleteCommentContentInput": {
3477            "type": "structure",
3478            "members": {
3479                "commentId": {
3480                    "target": "com.amazonaws.codecommit#CommentId",
3481                    "traits": {
3482                        "smithy.api#documentation": "<p>The unique, system-generated ID of the comment. To get this ID, use  <a>GetCommentsForComparedCommit</a>\n         or <a>GetCommentsForPullRequest</a>.</p>",
3483                        "smithy.api#required": {}
3484                    }
3485                }
3486            }
3487        },
3488        "com.amazonaws.codecommit#DeleteCommentContentOutput": {
3489            "type": "structure",
3490            "members": {
3491                "comment": {
3492                    "target": "com.amazonaws.codecommit#Comment",
3493                    "traits": {
3494                        "smithy.api#documentation": "<p>Information about the comment you just deleted.</p>"
3495                    }
3496                }
3497            }
3498        },
3499        "com.amazonaws.codecommit#DeleteFile": {
3500            "type": "operation",
3501            "input": {
3502                "target": "com.amazonaws.codecommit#DeleteFileInput"
3503            },
3504            "output": {
3505                "target": "com.amazonaws.codecommit#DeleteFileOutput"
3506            },
3507            "errors": [
3508                {
3509                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
3510                },
3511                {
3512                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
3513                },
3514                {
3515                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
3516                },
3517                {
3518                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
3519                },
3520                {
3521                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3522                },
3523                {
3524                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3525                },
3526                {
3527                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3528                },
3529                {
3530                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3531                },
3532                {
3533                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3534                },
3535                {
3536                    "target": "com.amazonaws.codecommit#FileDoesNotExistException"
3537                },
3538                {
3539                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
3540                },
3541                {
3542                    "target": "com.amazonaws.codecommit#InvalidEmailException"
3543                },
3544                {
3545                    "target": "com.amazonaws.codecommit#InvalidParentCommitIdException"
3546                },
3547                {
3548                    "target": "com.amazonaws.codecommit#InvalidPathException"
3549                },
3550                {
3551                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3552                },
3553                {
3554                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
3555                },
3556                {
3557                    "target": "com.amazonaws.codecommit#ParentCommitDoesNotExistException"
3558                },
3559                {
3560                    "target": "com.amazonaws.codecommit#ParentCommitIdOutdatedException"
3561                },
3562                {
3563                    "target": "com.amazonaws.codecommit#ParentCommitIdRequiredException"
3564                },
3565                {
3566                    "target": "com.amazonaws.codecommit#PathRequiredException"
3567                },
3568                {
3569                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
3570                },
3571                {
3572                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3573                }
3574            ],
3575            "traits": {
3576                "smithy.api#documentation": "<p>Deletes a specified file from a specified branch. A commit is created on the branch\n            that contains the revision. The file still exists in the commits earlier to the commit\n            that contains the deletion.</p>"
3577            }
3578        },
3579        "com.amazonaws.codecommit#DeleteFileEntries": {
3580            "type": "list",
3581            "member": {
3582                "target": "com.amazonaws.codecommit#DeleteFileEntry"
3583            }
3584        },
3585        "com.amazonaws.codecommit#DeleteFileEntry": {
3586            "type": "structure",
3587            "members": {
3588                "filePath": {
3589                    "target": "com.amazonaws.codecommit#Path",
3590                    "traits": {
3591                        "smithy.api#documentation": "<p>The full path of the file to be deleted, including the name of the file.</p>",
3592                        "smithy.api#required": {}
3593                    }
3594                }
3595            },
3596            "traits": {
3597                "smithy.api#documentation": "<p>A file that is deleted as part of a commit.</p>"
3598            }
3599        },
3600        "com.amazonaws.codecommit#DeleteFileInput": {
3601            "type": "structure",
3602            "members": {
3603                "repositoryName": {
3604                    "target": "com.amazonaws.codecommit#RepositoryName",
3605                    "traits": {
3606                        "smithy.api#documentation": "<p>The name of the repository that contains the file to delete.</p>",
3607                        "smithy.api#required": {}
3608                    }
3609                },
3610                "branchName": {
3611                    "target": "com.amazonaws.codecommit#BranchName",
3612                    "traits": {
3613                        "smithy.api#documentation": "<p>The name of the branch where the commit that deletes the file is made.</p>",
3614                        "smithy.api#required": {}
3615                    }
3616                },
3617                "filePath": {
3618                    "target": "com.amazonaws.codecommit#Path",
3619                    "traits": {
3620                        "smithy.api#documentation": "<p>The fully qualified path to the file that to be deleted, including the full name and\n            extension of that file. For example, /examples/file.md is a fully qualified path to a\n            file named file.md in a folder named examples.</p>",
3621                        "smithy.api#required": {}
3622                    }
3623                },
3624                "parentCommitId": {
3625                    "target": "com.amazonaws.codecommit#CommitId",
3626                    "traits": {
3627                        "smithy.api#documentation": "<p>The ID of the commit that is the tip of the branch where you want to create the commit\n            that deletes the file. This must be the HEAD commit for the branch. The commit that\n            deletes the file is created from this commit ID.</p>",
3628                        "smithy.api#required": {}
3629                    }
3630                },
3631                "keepEmptyFolders": {
3632                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
3633                    "traits": {
3634                        "smithy.api#documentation": "<p>If a file is the only object in the folder or directory, specifies whether to delete\n            the folder or directory that contains the file. By default, empty folders are deleted.\n            This includes empty folders that are part of the directory structure. For example, if\n            the path to a file is dir1/dir2/dir3/dir4, and dir2 and dir3 are empty, deleting the\n            last file in dir4 also deletes the empty folders dir4, dir3, and dir2.</p>"
3635                    }
3636                },
3637                "commitMessage": {
3638                    "target": "com.amazonaws.codecommit#Message",
3639                    "traits": {
3640                        "smithy.api#documentation": "<p>The commit message you want to include as part of deleting the file. Commit messages\n            are limited to 256 KB. If no message is specified, a default message is used.</p>"
3641                    }
3642                },
3643                "name": {
3644                    "target": "com.amazonaws.codecommit#Name",
3645                    "traits": {
3646                        "smithy.api#documentation": "<p>The name of the author of the commit that deletes the file. If no name is specified,\n            the user's ARN is used as the author name and committer name.</p>"
3647                    }
3648                },
3649                "email": {
3650                    "target": "com.amazonaws.codecommit#Email",
3651                    "traits": {
3652                        "smithy.api#documentation": "<p>The email address for the commit that deletes the file. If no email address is\n            specified, the email address is left blank.</p>"
3653                    }
3654                }
3655            }
3656        },
3657        "com.amazonaws.codecommit#DeleteFileOutput": {
3658            "type": "structure",
3659            "members": {
3660                "commitId": {
3661                    "target": "com.amazonaws.codecommit#ObjectId",
3662                    "traits": {
3663                        "smithy.api#documentation": "<p>The full commit ID of the commit that contains the change that deletes the file.</p>",
3664                        "smithy.api#required": {}
3665                    }
3666                },
3667                "blobId": {
3668                    "target": "com.amazonaws.codecommit#ObjectId",
3669                    "traits": {
3670                        "smithy.api#documentation": "<p>The blob ID removed from the tree as part of deleting the file.</p>",
3671                        "smithy.api#required": {}
3672                    }
3673                },
3674                "treeId": {
3675                    "target": "com.amazonaws.codecommit#ObjectId",
3676                    "traits": {
3677                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains the delete file change.</p>",
3678                        "smithy.api#required": {}
3679                    }
3680                },
3681                "filePath": {
3682                    "target": "com.amazonaws.codecommit#Path",
3683                    "traits": {
3684                        "smithy.api#documentation": "<p>The fully qualified path to the file to be deleted, including the full name and\n            extension of that file.</p>",
3685                        "smithy.api#required": {}
3686                    }
3687                }
3688            }
3689        },
3690        "com.amazonaws.codecommit#DeletePullRequestApprovalRule": {
3691            "type": "operation",
3692            "input": {
3693                "target": "com.amazonaws.codecommit#DeletePullRequestApprovalRuleInput"
3694            },
3695            "output": {
3696                "target": "com.amazonaws.codecommit#DeletePullRequestApprovalRuleOutput"
3697            },
3698            "errors": [
3699                {
3700                    "target": "com.amazonaws.codecommit#ApprovalRuleNameRequiredException"
3701                },
3702                {
3703                    "target": "com.amazonaws.codecommit#CannotDeleteApprovalRuleFromTemplateException"
3704                },
3705                {
3706                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3707                },
3708                {
3709                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3710                },
3711                {
3712                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3713                },
3714                {
3715                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3716                },
3717                {
3718                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3719                },
3720                {
3721                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleNameException"
3722                },
3723                {
3724                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
3725                },
3726                {
3727                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
3728                },
3729                {
3730                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
3731                },
3732                {
3733                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
3734                }
3735            ],
3736            "traits": {
3737                "smithy.api#documentation": "<p>Deletes an approval rule from a specified pull request. Approval rules can be deleted from a pull request only if the pull request is open, and if the \n            approval rule was created specifically for a pull request and not generated from an approval rule template associated with the repository where the \n            pull request was created. You cannot delete an approval rule from a merged or closed pull request.</p>"
3738            }
3739        },
3740        "com.amazonaws.codecommit#DeletePullRequestApprovalRuleInput": {
3741            "type": "structure",
3742            "members": {
3743                "pullRequestId": {
3744                    "target": "com.amazonaws.codecommit#PullRequestId",
3745                    "traits": {
3746                        "smithy.api#documentation": "<p>The system-generated ID of the pull request that contains the approval rule you want to delete.</p>",
3747                        "smithy.api#required": {}
3748                    }
3749                },
3750                "approvalRuleName": {
3751                    "target": "com.amazonaws.codecommit#ApprovalRuleName",
3752                    "traits": {
3753                        "smithy.api#documentation": "<p>The name of the approval rule you want to delete.</p>",
3754                        "smithy.api#required": {}
3755                    }
3756                }
3757            }
3758        },
3759        "com.amazonaws.codecommit#DeletePullRequestApprovalRuleOutput": {
3760            "type": "structure",
3761            "members": {
3762                "approvalRuleId": {
3763                    "target": "com.amazonaws.codecommit#ApprovalRuleId",
3764                    "traits": {
3765                        "smithy.api#documentation": "<p>The ID of the deleted approval rule. </p>\n        <note>\n            <p>If the approval rule was deleted in an earlier API call, the response is 200 OK without\n                content.</p>\n         </note>",
3766                        "smithy.api#required": {}
3767                    }
3768                }
3769            }
3770        },
3771        "com.amazonaws.codecommit#DeleteRepository": {
3772            "type": "operation",
3773            "input": {
3774                "target": "com.amazonaws.codecommit#DeleteRepositoryInput"
3775            },
3776            "output": {
3777                "target": "com.amazonaws.codecommit#DeleteRepositoryOutput"
3778            },
3779            "errors": [
3780                {
3781                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3782                },
3783                {
3784                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3785                },
3786                {
3787                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3788                },
3789                {
3790                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3791                },
3792                {
3793                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3794                },
3795                {
3796                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3797                },
3798                {
3799                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3800                }
3801            ],
3802            "traits": {
3803                "smithy.api#documentation": "<p>Deletes a repository. If a specified repository was already deleted, a null repository\n            ID is returned.</p>\n        <important>\n            <p>Deleting a repository also deletes all associated objects and metadata. After a repository is\n                deleted, all future push calls to the deleted repository fail.</p>\n         </important>"
3804            }
3805        },
3806        "com.amazonaws.codecommit#DeleteRepositoryInput": {
3807            "type": "structure",
3808            "members": {
3809                "repositoryName": {
3810                    "target": "com.amazonaws.codecommit#RepositoryName",
3811                    "traits": {
3812                        "smithy.api#documentation": "<p>The name of the repository to delete.</p>",
3813                        "smithy.api#required": {}
3814                    }
3815                }
3816            },
3817            "traits": {
3818                "smithy.api#documentation": "<p>Represents the input of a delete repository operation.</p>"
3819            }
3820        },
3821        "com.amazonaws.codecommit#DeleteRepositoryOutput": {
3822            "type": "structure",
3823            "members": {
3824                "repositoryId": {
3825                    "target": "com.amazonaws.codecommit#RepositoryId",
3826                    "traits": {
3827                        "smithy.api#documentation": "<p>The ID of the repository that was deleted.</p>"
3828                    }
3829                }
3830            },
3831            "traits": {
3832                "smithy.api#documentation": "<p>Represents the output of a delete repository operation.</p>"
3833            }
3834        },
3835        "com.amazonaws.codecommit#DescribeMergeConflicts": {
3836            "type": "operation",
3837            "input": {
3838                "target": "com.amazonaws.codecommit#DescribeMergeConflictsInput"
3839            },
3840            "output": {
3841                "target": "com.amazonaws.codecommit#DescribeMergeConflictsOutput"
3842            },
3843            "errors": [
3844                {
3845                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
3846                },
3847                {
3848                    "target": "com.amazonaws.codecommit#CommitRequiredException"
3849                },
3850                {
3851                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
3852                },
3853                {
3854                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
3855                },
3856                {
3857                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
3858                },
3859                {
3860                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
3861                },
3862                {
3863                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
3864                },
3865                {
3866                    "target": "com.amazonaws.codecommit#FileDoesNotExistException"
3867                },
3868                {
3869                    "target": "com.amazonaws.codecommit#InvalidCommitException"
3870                },
3871                {
3872                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
3873                },
3874                {
3875                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
3876                },
3877                {
3878                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
3879                },
3880                {
3881                    "target": "com.amazonaws.codecommit#InvalidMaxMergeHunksException"
3882                },
3883                {
3884                    "target": "com.amazonaws.codecommit#InvalidMergeOptionException"
3885                },
3886                {
3887                    "target": "com.amazonaws.codecommit#InvalidPathException"
3888                },
3889                {
3890                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
3891                },
3892                {
3893                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
3894                },
3895                {
3896                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
3897                },
3898                {
3899                    "target": "com.amazonaws.codecommit#MergeOptionRequiredException"
3900                },
3901                {
3902                    "target": "com.amazonaws.codecommit#PathRequiredException"
3903                },
3904                {
3905                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
3906                },
3907                {
3908                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
3909                },
3910                {
3911                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
3912                }
3913            ],
3914            "traits": {
3915                "smithy.api#documentation": "<p>Returns information about one or more merge conflicts in the attempted merge of two\n            commit specifiers using the squash or three-way merge strategy. If the merge option for\n            the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.</p>",
3916                "smithy.api#paginated": {
3917                    "inputToken": "nextToken",
3918                    "outputToken": "nextToken",
3919                    "pageSize": "maxMergeHunks"
3920                }
3921            }
3922        },
3923        "com.amazonaws.codecommit#DescribeMergeConflictsInput": {
3924            "type": "structure",
3925            "members": {
3926                "repositoryName": {
3927                    "target": "com.amazonaws.codecommit#RepositoryName",
3928                    "traits": {
3929                        "smithy.api#documentation": "<p>The name of the repository where you want to get information about a merge conflict.</p>",
3930                        "smithy.api#required": {}
3931                    }
3932                },
3933                "destinationCommitSpecifier": {
3934                    "target": "com.amazonaws.codecommit#CommitName",
3935                    "traits": {
3936                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
3937                        "smithy.api#required": {}
3938                    }
3939                },
3940                "sourceCommitSpecifier": {
3941                    "target": "com.amazonaws.codecommit#CommitName",
3942                    "traits": {
3943                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
3944                        "smithy.api#required": {}
3945                    }
3946                },
3947                "mergeOption": {
3948                    "target": "com.amazonaws.codecommit#MergeOptionTypeEnum",
3949                    "traits": {
3950                        "smithy.api#documentation": "<p>The merge option or strategy you want to use to merge the code.</p>",
3951                        "smithy.api#required": {}
3952                    }
3953                },
3954                "maxMergeHunks": {
3955                    "target": "com.amazonaws.codecommit#MaxResults",
3956                    "traits": {
3957                        "smithy.api#documentation": "<p>The maximum number of merge hunks to include in the output.</p>"
3958                    }
3959                },
3960                "filePath": {
3961                    "target": "com.amazonaws.codecommit#Path",
3962                    "traits": {
3963                        "smithy.api#documentation": "<p>The path of the target files used to describe the conflicts. </p>",
3964                        "smithy.api#required": {}
3965                    }
3966                },
3967                "conflictDetailLevel": {
3968                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
3969                    "traits": {
3970                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
3971                    }
3972                },
3973                "conflictResolutionStrategy": {
3974                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
3975                    "traits": {
3976                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
3977                    }
3978                },
3979                "nextToken": {
3980                    "target": "com.amazonaws.codecommit#NextToken",
3981                    "traits": {
3982                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
3983                    }
3984                }
3985            }
3986        },
3987        "com.amazonaws.codecommit#DescribeMergeConflictsOutput": {
3988            "type": "structure",
3989            "members": {
3990                "conflictMetadata": {
3991                    "target": "com.amazonaws.codecommit#ConflictMetadata",
3992                    "traits": {
3993                        "smithy.api#documentation": "<p>Contains metadata about the conflicts found in the merge.</p>",
3994                        "smithy.api#required": {}
3995                    }
3996                },
3997                "mergeHunks": {
3998                    "target": "com.amazonaws.codecommit#MergeHunks",
3999                    "traits": {
4000                        "smithy.api#documentation": "<p>A list of merge hunks of the differences between the files or lines.</p>",
4001                        "smithy.api#required": {}
4002                    }
4003                },
4004                "nextToken": {
4005                    "target": "com.amazonaws.codecommit#NextToken",
4006                    "traits": {
4007                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
4008                    }
4009                },
4010                "destinationCommitId": {
4011                    "target": "com.amazonaws.codecommit#ObjectId",
4012                    "traits": {
4013                        "smithy.api#documentation": "<p>The commit ID of the destination commit specifier that was used in the merge evaluation.</p>",
4014                        "smithy.api#required": {}
4015                    }
4016                },
4017                "sourceCommitId": {
4018                    "target": "com.amazonaws.codecommit#ObjectId",
4019                    "traits": {
4020                        "smithy.api#documentation": "<p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>",
4021                        "smithy.api#required": {}
4022                    }
4023                },
4024                "baseCommitId": {
4025                    "target": "com.amazonaws.codecommit#ObjectId",
4026                    "traits": {
4027                        "smithy.api#documentation": "<p>The commit ID of the merge base.</p>"
4028                    }
4029                }
4030            }
4031        },
4032        "com.amazonaws.codecommit#DescribePullRequestEvents": {
4033            "type": "operation",
4034            "input": {
4035                "target": "com.amazonaws.codecommit#DescribePullRequestEventsInput"
4036            },
4037            "output": {
4038                "target": "com.amazonaws.codecommit#DescribePullRequestEventsOutput"
4039            },
4040            "errors": [
4041                {
4042                    "target": "com.amazonaws.codecommit#ActorDoesNotExistException"
4043                },
4044                {
4045                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
4046                },
4047                {
4048                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
4049                },
4050                {
4051                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
4052                },
4053                {
4054                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
4055                },
4056                {
4057                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
4058                },
4059                {
4060                    "target": "com.amazonaws.codecommit#InvalidActorArnException"
4061                },
4062                {
4063                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
4064                },
4065                {
4066                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
4067                },
4068                {
4069                    "target": "com.amazonaws.codecommit#InvalidPullRequestEventTypeException"
4070                },
4071                {
4072                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
4073                },
4074                {
4075                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
4076                },
4077                {
4078                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
4079                }
4080            ],
4081            "traits": {
4082                "smithy.api#documentation": "<p>Returns information about one or more pull request events.</p>",
4083                "smithy.api#paginated": {
4084                    "inputToken": "nextToken",
4085                    "outputToken": "nextToken",
4086                    "pageSize": "maxResults"
4087                }
4088            }
4089        },
4090        "com.amazonaws.codecommit#DescribePullRequestEventsInput": {
4091            "type": "structure",
4092            "members": {
4093                "pullRequestId": {
4094                    "target": "com.amazonaws.codecommit#PullRequestId",
4095                    "traits": {
4096                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
4097                        "smithy.api#required": {}
4098                    }
4099                },
4100                "pullRequestEventType": {
4101                    "target": "com.amazonaws.codecommit#PullRequestEventType",
4102                    "traits": {
4103                        "smithy.api#documentation": "<p>Optional. The pull request event type about which you want to return information.</p>"
4104                    }
4105                },
4106                "actorArn": {
4107                    "target": "com.amazonaws.codecommit#Arn",
4108                    "traits": {
4109                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user whose actions resulted in the event.\n            Examples include updating the pull request with more commits or changing the status of a\n            pull request.</p>"
4110                    }
4111                },
4112                "nextToken": {
4113                    "target": "com.amazonaws.codecommit#NextToken",
4114                    "traits": {
4115                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
4116                    }
4117                },
4118                "maxResults": {
4119                    "target": "com.amazonaws.codecommit#MaxResults",
4120                    "traits": {
4121                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results. \n            The default is 100 events, which is also the maximum number of events that can be returned in a result.</p>"
4122                    }
4123                }
4124            }
4125        },
4126        "com.amazonaws.codecommit#DescribePullRequestEventsOutput": {
4127            "type": "structure",
4128            "members": {
4129                "pullRequestEvents": {
4130                    "target": "com.amazonaws.codecommit#PullRequestEventList",
4131                    "traits": {
4132                        "smithy.api#documentation": "<p>Information about the pull request events.</p>",
4133                        "smithy.api#required": {}
4134                    }
4135                },
4136                "nextToken": {
4137                    "target": "com.amazonaws.codecommit#NextToken",
4138                    "traits": {
4139                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
4140                    }
4141                }
4142            }
4143        },
4144        "com.amazonaws.codecommit#Description": {
4145            "type": "string",
4146            "traits": {
4147                "smithy.api#length": {
4148                    "min": 0,
4149                    "max": 10240
4150                }
4151            }
4152        },
4153        "com.amazonaws.codecommit#Difference": {
4154            "type": "structure",
4155            "members": {
4156                "beforeBlob": {
4157                    "target": "com.amazonaws.codecommit#BlobMetadata",
4158                    "traits": {
4159                        "smithy.api#documentation": "<p>Information about a <code>beforeBlob</code> data type object, including the ID, \n            the file mode permission code, and the path.</p>"
4160                    }
4161                },
4162                "afterBlob": {
4163                    "target": "com.amazonaws.codecommit#BlobMetadata",
4164                    "traits": {
4165                        "smithy.api#documentation": "<p>Information about an <code>afterBlob</code> data type object, including the ID, \n            the file mode permission code, and the path.</p>"
4166                    }
4167                },
4168                "changeType": {
4169                    "target": "com.amazonaws.codecommit#ChangeTypeEnum",
4170                    "traits": {
4171                        "smithy.api#documentation": "<p>Whether the change type of the difference is an addition (A), deletion (D), or modification (M).</p>"
4172                    }
4173                }
4174            },
4175            "traits": {
4176                "smithy.api#documentation": "<p>Returns information about a set of differences for a commit specifier.</p>"
4177            }
4178        },
4179        "com.amazonaws.codecommit#DifferenceList": {
4180            "type": "list",
4181            "member": {
4182                "target": "com.amazonaws.codecommit#Difference"
4183            }
4184        },
4185        "com.amazonaws.codecommit#DirectoryNameConflictsWithFileNameException": {
4186            "type": "structure",
4187            "members": {
4188                "message": {
4189                    "target": "com.amazonaws.codecommit#Message",
4190                    "traits": {
4191                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4192                    }
4193                }
4194            },
4195            "traits": {
4196                "smithy.api#documentation": "<p>A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository. \n        Either provide a different name for the file, or specify a different path for the file.</p>",
4197                "smithy.api#error": "client"
4198            }
4199        },
4200        "com.amazonaws.codecommit#DisassociateApprovalRuleTemplateFromRepository": {
4201            "type": "operation",
4202            "input": {
4203                "target": "com.amazonaws.codecommit#DisassociateApprovalRuleTemplateFromRepositoryInput"
4204            },
4205            "errors": [
4206                {
4207                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
4208                },
4209                {
4210                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
4211                },
4212                {
4213                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
4214                },
4215                {
4216                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
4217                },
4218                {
4219                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
4220                },
4221                {
4222                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
4223                },
4224                {
4225                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
4226                },
4227                {
4228                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
4229                },
4230                {
4231                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
4232                },
4233                {
4234                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
4235                },
4236                {
4237                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
4238                }
4239            ],
4240            "traits": {
4241                "smithy.api#documentation": "<p>Removes the association between a template and a repository so that approval rules\n            based on the template are not automatically created when pull requests are created in\n            the specified repository. This does not delete any approval rules previously created for\n            pull requests through the template association.</p>"
4242            }
4243        },
4244        "com.amazonaws.codecommit#DisassociateApprovalRuleTemplateFromRepositoryInput": {
4245            "type": "structure",
4246            "members": {
4247                "approvalRuleTemplateName": {
4248                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
4249                    "traits": {
4250                        "smithy.api#documentation": "<p>The name of the approval rule template to disassociate from a specified repository.</p>",
4251                        "smithy.api#required": {}
4252                    }
4253                },
4254                "repositoryName": {
4255                    "target": "com.amazonaws.codecommit#RepositoryName",
4256                    "traits": {
4257                        "smithy.api#documentation": "<p>The name of the repository you want to disassociate from the template.</p>",
4258                        "smithy.api#required": {}
4259                    }
4260                }
4261            }
4262        },
4263        "com.amazonaws.codecommit#Email": {
4264            "type": "string"
4265        },
4266        "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException": {
4267            "type": "structure",
4268            "members": {
4269                "message": {
4270                    "target": "com.amazonaws.codecommit#Message",
4271                    "traits": {
4272                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4273                    }
4274                }
4275            },
4276            "traits": {
4277                "smithy.api#documentation": "<p>An encryption integrity check failed.</p>",
4278                "smithy.api#error": "server"
4279            }
4280        },
4281        "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException": {
4282            "type": "structure",
4283            "members": {
4284                "message": {
4285                    "target": "com.amazonaws.codecommit#Message",
4286                    "traits": {
4287                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4288                    }
4289                }
4290            },
4291            "traits": {
4292                "smithy.api#documentation": "<p>An encryption key could not be accessed.</p>",
4293                "smithy.api#error": "client"
4294            }
4295        },
4296        "com.amazonaws.codecommit#EncryptionKeyDisabledException": {
4297            "type": "structure",
4298            "members": {
4299                "message": {
4300                    "target": "com.amazonaws.codecommit#Message",
4301                    "traits": {
4302                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4303                    }
4304                }
4305            },
4306            "traits": {
4307                "smithy.api#documentation": "<p>The encryption key is disabled.</p>",
4308                "smithy.api#error": "client"
4309            }
4310        },
4311        "com.amazonaws.codecommit#EncryptionKeyNotFoundException": {
4312            "type": "structure",
4313            "members": {
4314                "message": {
4315                    "target": "com.amazonaws.codecommit#Message",
4316                    "traits": {
4317                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4318                    }
4319                }
4320            },
4321            "traits": {
4322                "smithy.api#documentation": "<p>No encryption key was found.</p>",
4323                "smithy.api#error": "client"
4324            }
4325        },
4326        "com.amazonaws.codecommit#EncryptionKeyUnavailableException": {
4327            "type": "structure",
4328            "members": {
4329                "message": {
4330                    "target": "com.amazonaws.codecommit#Message",
4331                    "traits": {
4332                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4333                    }
4334                }
4335            },
4336            "traits": {
4337                "smithy.api#documentation": "<p>The encryption key is not available.</p>",
4338                "smithy.api#error": "client"
4339            }
4340        },
4341        "com.amazonaws.codecommit#ErrorCode": {
4342            "type": "string"
4343        },
4344        "com.amazonaws.codecommit#ErrorMessage": {
4345            "type": "string"
4346        },
4347        "com.amazonaws.codecommit#EvaluatePullRequestApprovalRules": {
4348            "type": "operation",
4349            "input": {
4350                "target": "com.amazonaws.codecommit#EvaluatePullRequestApprovalRulesInput"
4351            },
4352            "output": {
4353                "target": "com.amazonaws.codecommit#EvaluatePullRequestApprovalRulesOutput"
4354            },
4355            "errors": [
4356                {
4357                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
4358                },
4359                {
4360                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
4361                },
4362                {
4363                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
4364                },
4365                {
4366                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
4367                },
4368                {
4369                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
4370                },
4371                {
4372                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
4373                },
4374                {
4375                    "target": "com.amazonaws.codecommit#InvalidRevisionIdException"
4376                },
4377                {
4378                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
4379                },
4380                {
4381                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
4382                },
4383                {
4384                    "target": "com.amazonaws.codecommit#RevisionIdRequiredException"
4385                },
4386                {
4387                    "target": "com.amazonaws.codecommit#RevisionNotCurrentException"
4388                }
4389            ],
4390            "traits": {
4391                "smithy.api#documentation": "<p>Evaluates whether a pull request has met all the conditions specified in its associated approval rules.</p>"
4392            }
4393        },
4394        "com.amazonaws.codecommit#EvaluatePullRequestApprovalRulesInput": {
4395            "type": "structure",
4396            "members": {
4397                "pullRequestId": {
4398                    "target": "com.amazonaws.codecommit#PullRequestId",
4399                    "traits": {
4400                        "smithy.api#documentation": "<p>The system-generated ID of the pull request you want to evaluate.</p>",
4401                        "smithy.api#required": {}
4402                    }
4403                },
4404                "revisionId": {
4405                    "target": "com.amazonaws.codecommit#RevisionId",
4406                    "traits": {
4407                        "smithy.api#documentation": "<p>The system-generated ID for the pull request revision. To retrieve the most recent\n            revision ID for a pull request, use\n            <a>GetPullRequest</a>.</p>",
4408                        "smithy.api#required": {}
4409                    }
4410                }
4411            }
4412        },
4413        "com.amazonaws.codecommit#EvaluatePullRequestApprovalRulesOutput": {
4414            "type": "structure",
4415            "members": {
4416                "evaluation": {
4417                    "target": "com.amazonaws.codecommit#Evaluation",
4418                    "traits": {
4419                        "smithy.api#documentation": "<p>The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have \n        not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override. </p>",
4420                        "smithy.api#required": {}
4421                    }
4422                }
4423            }
4424        },
4425        "com.amazonaws.codecommit#Evaluation": {
4426            "type": "structure",
4427            "members": {
4428                "approved": {
4429                    "target": "com.amazonaws.codecommit#Approved",
4430                    "traits": {
4431                        "smithy.api#documentation": "<p>Whether the state of the pull request is approved.</p>"
4432                    }
4433                },
4434                "overridden": {
4435                    "target": "com.amazonaws.codecommit#Overridden",
4436                    "traits": {
4437                        "smithy.api#documentation": "<p>Whether the approval rule requirements for the pull request have been overridden and no longer need to be met.</p>"
4438                    }
4439                },
4440                "approvalRulesSatisfied": {
4441                    "target": "com.amazonaws.codecommit#ApprovalRulesSatisfiedList",
4442                    "traits": {
4443                        "smithy.api#documentation": "<p>The names of the approval rules that have had their conditions met.</p>"
4444                    }
4445                },
4446                "approvalRulesNotSatisfied": {
4447                    "target": "com.amazonaws.codecommit#ApprovalRulesNotSatisfiedList",
4448                    "traits": {
4449                        "smithy.api#documentation": "<p>The names of the approval rules that have not had their conditions met.</p>"
4450                    }
4451                }
4452            },
4453            "traits": {
4454                "smithy.api#documentation": "<p>Returns information about the approval rules applied to a pull request and whether conditions have been met.</p>"
4455            }
4456        },
4457        "com.amazonaws.codecommit#EventDate": {
4458            "type": "timestamp"
4459        },
4460        "com.amazonaws.codecommit#ExceptionName": {
4461            "type": "string"
4462        },
4463        "com.amazonaws.codecommit#File": {
4464            "type": "structure",
4465            "members": {
4466                "blobId": {
4467                    "target": "com.amazonaws.codecommit#ObjectId",
4468                    "traits": {
4469                        "smithy.api#documentation": "<p>The blob ID that contains the file information.</p>"
4470                    }
4471                },
4472                "absolutePath": {
4473                    "target": "com.amazonaws.codecommit#Path",
4474                    "traits": {
4475                        "smithy.api#documentation": "<p>The fully qualified path to the file in the repository.</p>"
4476                    }
4477                },
4478                "relativePath": {
4479                    "target": "com.amazonaws.codecommit#Path",
4480                    "traits": {
4481                        "smithy.api#documentation": "<p>The relative path of the file from the folder where the query originated.</p>"
4482                    }
4483                },
4484                "fileMode": {
4485                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
4486                    "traits": {
4487                        "smithy.api#documentation": "<p>The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.</p>"
4488                    }
4489                }
4490            },
4491            "traits": {
4492                "smithy.api#documentation": "<p>Returns information about a file in a repository.</p>"
4493            }
4494        },
4495        "com.amazonaws.codecommit#FileContent": {
4496            "type": "blob",
4497            "traits": {
4498                "smithy.api#length": {
4499                    "min": 0,
4500                    "max": 6291456
4501                }
4502            }
4503        },
4504        "com.amazonaws.codecommit#FileContentAndSourceFileSpecifiedException": {
4505            "type": "structure",
4506            "members": {
4507                "message": {
4508                    "target": "com.amazonaws.codecommit#Message",
4509                    "traits": {
4510                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4511                    }
4512                }
4513            },
4514            "traits": {
4515                "smithy.api#documentation": "<p>The commit cannot be created because both a source file and file content have been\n            specified for the same file. You cannot provide both. Either specify a source file or\n            provide the file content directly.</p>",
4516                "smithy.api#error": "client"
4517            }
4518        },
4519        "com.amazonaws.codecommit#FileContentRequiredException": {
4520            "type": "structure",
4521            "members": {
4522                "message": {
4523                    "target": "com.amazonaws.codecommit#Message",
4524                    "traits": {
4525                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4526                    }
4527                }
4528            },
4529            "traits": {
4530                "smithy.api#documentation": "<p>The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.</p>",
4531                "smithy.api#error": "client"
4532            }
4533        },
4534        "com.amazonaws.codecommit#FileContentSizeLimitExceededException": {
4535            "type": "structure",
4536            "members": {
4537                "message": {
4538                    "target": "com.amazonaws.codecommit#Message",
4539                    "traits": {
4540                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4541                    }
4542                }
4543            },
4544            "traits": {
4545                "smithy.api#documentation": "<p>The file cannot be added because it is too large. The maximum file size is 6 MB, and\n            the combined file content change size is 7 MB. Consider making these changes using a Git\n            client.</p>",
4546                "smithy.api#error": "client"
4547            }
4548        },
4549        "com.amazonaws.codecommit#FileDoesNotExistException": {
4550            "type": "structure",
4551            "members": {
4552                "message": {
4553                    "target": "com.amazonaws.codecommit#Message",
4554                    "traits": {
4555                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4556                    }
4557                }
4558            },
4559            "traits": {
4560                "smithy.api#documentation": "<p>The specified file does not exist. Verify that you have used the correct file name,\n            full path, and extension.</p>",
4561                "smithy.api#error": "client"
4562            }
4563        },
4564        "com.amazonaws.codecommit#FileEntryRequiredException": {
4565            "type": "structure",
4566            "members": {
4567                "message": {
4568                    "target": "com.amazonaws.codecommit#Message",
4569                    "traits": {
4570                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4571                    }
4572                }
4573            },
4574            "traits": {
4575                "smithy.api#documentation": "<p>The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.</p>",
4576                "smithy.api#error": "client"
4577            }
4578        },
4579        "com.amazonaws.codecommit#FileList": {
4580            "type": "list",
4581            "member": {
4582                "target": "com.amazonaws.codecommit#File"
4583            }
4584        },
4585        "com.amazonaws.codecommit#FileMetadata": {
4586            "type": "structure",
4587            "members": {
4588                "absolutePath": {
4589                    "target": "com.amazonaws.codecommit#Path",
4590                    "traits": {
4591                        "smithy.api#documentation": "<p>The full path to the file to be added or updated, including the name of the\n            file.</p>"
4592                    }
4593                },
4594                "blobId": {
4595                    "target": "com.amazonaws.codecommit#ObjectId",
4596                    "traits": {
4597                        "smithy.api#documentation": "<p>The blob ID that contains the file information.</p>"
4598                    }
4599                },
4600                "fileMode": {
4601                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
4602                    "traits": {
4603                        "smithy.api#documentation": "<p>The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.</p>"
4604                    }
4605                }
4606            },
4607            "traits": {
4608                "smithy.api#documentation": "<p>A file to be added, updated, or deleted as part of a commit.</p>"
4609            }
4610        },
4611        "com.amazonaws.codecommit#FileModeRequiredException": {
4612            "type": "structure",
4613            "members": {
4614                "message": {
4615                    "target": "com.amazonaws.codecommit#Message",
4616                    "traits": {
4617                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4618                    }
4619                }
4620            },
4621            "traits": {
4622                "smithy.api#documentation": "<p>The commit cannot be created because no file mode has been specified. A file mode is\n            required to update mode permissions for a file.</p>",
4623                "smithy.api#error": "client"
4624            }
4625        },
4626        "com.amazonaws.codecommit#FileModeTypeEnum": {
4627            "type": "string",
4628            "traits": {
4629                "smithy.api#enum": [
4630                    {
4631                        "value": "EXECUTABLE",
4632                        "name": "EXECUTABLE"
4633                    },
4634                    {
4635                        "value": "NORMAL",
4636                        "name": "NORMAL"
4637                    },
4638                    {
4639                        "value": "SYMLINK",
4640                        "name": "SYMLINK"
4641                    }
4642                ]
4643            }
4644        },
4645        "com.amazonaws.codecommit#FileModes": {
4646            "type": "structure",
4647            "members": {
4648                "source": {
4649                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
4650                    "traits": {
4651                        "smithy.api#documentation": "<p>The file mode of a file in the source of a merge or pull request.</p>"
4652                    }
4653                },
4654                "destination": {
4655                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
4656                    "traits": {
4657                        "smithy.api#documentation": "<p>The file mode of a file in the destination of a merge or pull request.</p>"
4658                    }
4659                },
4660                "base": {
4661                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
4662                    "traits": {
4663                        "smithy.api#documentation": "<p>The file mode of a file in the base of a merge or pull request.</p>"
4664                    }
4665                }
4666            },
4667            "traits": {
4668                "smithy.api#documentation": "<p>Information about file modes in a merge or pull request.</p>"
4669            }
4670        },
4671        "com.amazonaws.codecommit#FileNameConflictsWithDirectoryNameException": {
4672            "type": "structure",
4673            "members": {
4674                "message": {
4675                    "target": "com.amazonaws.codecommit#Message",
4676                    "traits": {
4677                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4678                    }
4679                }
4680            },
4681            "traits": {
4682                "smithy.api#documentation": "<p>A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide\n        another name for the file, or add the file in a directory that does not match the file name.</p>",
4683                "smithy.api#error": "client"
4684            }
4685        },
4686        "com.amazonaws.codecommit#FilePathConflictsWithSubmodulePathException": {
4687            "type": "structure",
4688            "members": {
4689                "message": {
4690                    "target": "com.amazonaws.codecommit#Message",
4691                    "traits": {
4692                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4693                    }
4694                }
4695            },
4696            "traits": {
4697                "smithy.api#documentation": "<p>The commit cannot be created because a specified file path points to a submodule. Verify that the destination files\n        have valid file paths that do not point to a submodule.</p>",
4698                "smithy.api#error": "client"
4699            }
4700        },
4701        "com.amazonaws.codecommit#FilePaths": {
4702            "type": "list",
4703            "member": {
4704                "target": "com.amazonaws.codecommit#Path"
4705            }
4706        },
4707        "com.amazonaws.codecommit#FileSize": {
4708            "type": "long"
4709        },
4710        "com.amazonaws.codecommit#FileSizes": {
4711            "type": "structure",
4712            "members": {
4713                "source": {
4714                    "target": "com.amazonaws.codecommit#FileSize",
4715                    "traits": {
4716                        "smithy.api#documentation": "<p>The  size of a file in the source of a merge or pull request.</p>"
4717                    }
4718                },
4719                "destination": {
4720                    "target": "com.amazonaws.codecommit#FileSize",
4721                    "traits": {
4722                        "smithy.api#documentation": "<p>The size of a file in the destination of a merge or pull request.</p>"
4723                    }
4724                },
4725                "base": {
4726                    "target": "com.amazonaws.codecommit#FileSize",
4727                    "traits": {
4728                        "smithy.api#documentation": "<p>The size of a file in the base of a merge or pull request.</p>"
4729                    }
4730                }
4731            },
4732            "traits": {
4733                "smithy.api#documentation": "<p>Information about the size of files in a merge or pull request.</p>"
4734            }
4735        },
4736        "com.amazonaws.codecommit#FileTooLargeException": {
4737            "type": "structure",
4738            "members": {
4739                "message": {
4740                    "target": "com.amazonaws.codecommit#Message",
4741                    "traits": {
4742                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4743                    }
4744                }
4745            },
4746            "traits": {
4747                "smithy.api#documentation": "<p>The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see\n            <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">AWS CodeCommit User Guide</a>.</p>",
4748                "smithy.api#error": "client"
4749            }
4750        },
4751        "com.amazonaws.codecommit#FilesMetadata": {
4752            "type": "list",
4753            "member": {
4754                "target": "com.amazonaws.codecommit#FileMetadata"
4755            }
4756        },
4757        "com.amazonaws.codecommit#Folder": {
4758            "type": "structure",
4759            "members": {
4760                "treeId": {
4761                    "target": "com.amazonaws.codecommit#ObjectId",
4762                    "traits": {
4763                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains the folder.</p>"
4764                    }
4765                },
4766                "absolutePath": {
4767                    "target": "com.amazonaws.codecommit#Path",
4768                    "traits": {
4769                        "smithy.api#documentation": "<p>The fully qualified path of the folder in the repository.</p>"
4770                    }
4771                },
4772                "relativePath": {
4773                    "target": "com.amazonaws.codecommit#Path",
4774                    "traits": {
4775                        "smithy.api#documentation": "<p>The relative path of the specified folder from the folder where the query originated.</p>"
4776                    }
4777                }
4778            },
4779            "traits": {
4780                "smithy.api#documentation": "<p>Returns information about a folder in a repository.</p>"
4781            }
4782        },
4783        "com.amazonaws.codecommit#FolderContentSizeLimitExceededException": {
4784            "type": "structure",
4785            "members": {
4786                "message": {
4787                    "target": "com.amazonaws.codecommit#Message",
4788                    "traits": {
4789                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4790                    }
4791                }
4792            },
4793            "traits": {
4794                "smithy.api#documentation": "<p>The commit cannot be created because at least one of the overall changes in the commit results in a \n            folder whose contents exceed the limit of 6 MB. Either reduce the number and size of your changes,\n        or split the changes across multiple folders.</p>",
4795                "smithy.api#error": "client"
4796            }
4797        },
4798        "com.amazonaws.codecommit#FolderDoesNotExistException": {
4799            "type": "structure",
4800            "members": {
4801                "message": {
4802                    "target": "com.amazonaws.codecommit#Message",
4803                    "traits": {
4804                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
4805                    }
4806                }
4807            },
4808            "traits": {
4809                "smithy.api#documentation": "<p>The specified folder does not exist. Either the folder name is not correct, or you did\n            not enter the full path to the folder.</p>",
4810                "smithy.api#error": "client"
4811            }
4812        },
4813        "com.amazonaws.codecommit#FolderList": {
4814            "type": "list",
4815            "member": {
4816                "target": "com.amazonaws.codecommit#Folder"
4817            }
4818        },
4819        "com.amazonaws.codecommit#GetApprovalRuleTemplate": {
4820            "type": "operation",
4821            "input": {
4822                "target": "com.amazonaws.codecommit#GetApprovalRuleTemplateInput"
4823            },
4824            "output": {
4825                "target": "com.amazonaws.codecommit#GetApprovalRuleTemplateOutput"
4826            },
4827            "errors": [
4828                {
4829                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
4830                },
4831                {
4832                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
4833                },
4834                {
4835                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
4836                }
4837            ],
4838            "traits": {
4839                "smithy.api#documentation": "<p>Returns information about a specified approval rule template.</p>"
4840            }
4841        },
4842        "com.amazonaws.codecommit#GetApprovalRuleTemplateInput": {
4843            "type": "structure",
4844            "members": {
4845                "approvalRuleTemplateName": {
4846                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
4847                    "traits": {
4848                        "smithy.api#documentation": "<p>The name of the approval rule template for which you want to get information.</p>",
4849                        "smithy.api#required": {}
4850                    }
4851                }
4852            }
4853        },
4854        "com.amazonaws.codecommit#GetApprovalRuleTemplateOutput": {
4855            "type": "structure",
4856            "members": {
4857                "approvalRuleTemplate": {
4858                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplate",
4859                    "traits": {
4860                        "smithy.api#documentation": "<p>The content and structure of the approval rule template.</p>",
4861                        "smithy.api#required": {}
4862                    }
4863                }
4864            }
4865        },
4866        "com.amazonaws.codecommit#GetBlob": {
4867            "type": "operation",
4868            "input": {
4869                "target": "com.amazonaws.codecommit#GetBlobInput"
4870            },
4871            "output": {
4872                "target": "com.amazonaws.codecommit#GetBlobOutput"
4873            },
4874            "errors": [
4875                {
4876                    "target": "com.amazonaws.codecommit#BlobIdDoesNotExistException"
4877                },
4878                {
4879                    "target": "com.amazonaws.codecommit#BlobIdRequiredException"
4880                },
4881                {
4882                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
4883                },
4884                {
4885                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
4886                },
4887                {
4888                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
4889                },
4890                {
4891                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
4892                },
4893                {
4894                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
4895                },
4896                {
4897                    "target": "com.amazonaws.codecommit#FileTooLargeException"
4898                },
4899                {
4900                    "target": "com.amazonaws.codecommit#InvalidBlobIdException"
4901                },
4902                {
4903                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
4904                },
4905                {
4906                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
4907                },
4908                {
4909                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
4910                }
4911            ],
4912            "traits": {
4913                "smithy.api#documentation": "<p>Returns the base-64 encoded content of an individual blob in a repository.</p>"
4914            }
4915        },
4916        "com.amazonaws.codecommit#GetBlobInput": {
4917            "type": "structure",
4918            "members": {
4919                "repositoryName": {
4920                    "target": "com.amazonaws.codecommit#RepositoryName",
4921                    "traits": {
4922                        "smithy.api#documentation": "<p>The name of the repository that contains the blob.</p>",
4923                        "smithy.api#required": {}
4924                    }
4925                },
4926                "blobId": {
4927                    "target": "com.amazonaws.codecommit#ObjectId",
4928                    "traits": {
4929                        "smithy.api#documentation": "<p>The ID of the blob, which is its SHA-1 pointer.</p>",
4930                        "smithy.api#required": {}
4931                    }
4932                }
4933            },
4934            "traits": {
4935                "smithy.api#documentation": "<p>Represents the input of a get blob operation.</p>"
4936            }
4937        },
4938        "com.amazonaws.codecommit#GetBlobOutput": {
4939            "type": "structure",
4940            "members": {
4941                "content": {
4942                    "target": "com.amazonaws.codecommit#blob",
4943                    "traits": {
4944                        "smithy.api#documentation": "<p>The content of the blob, usually a file.</p>",
4945                        "smithy.api#required": {}
4946                    }
4947                }
4948            },
4949            "traits": {
4950                "smithy.api#documentation": "<p>Represents the output of a get blob operation.</p>"
4951            }
4952        },
4953        "com.amazonaws.codecommit#GetBranch": {
4954            "type": "operation",
4955            "input": {
4956                "target": "com.amazonaws.codecommit#GetBranchInput"
4957            },
4958            "output": {
4959                "target": "com.amazonaws.codecommit#GetBranchOutput"
4960            },
4961            "errors": [
4962                {
4963                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
4964                },
4965                {
4966                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
4967                },
4968                {
4969                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
4970                },
4971                {
4972                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
4973                },
4974                {
4975                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
4976                },
4977                {
4978                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
4979                },
4980                {
4981                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
4982                },
4983                {
4984                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
4985                },
4986                {
4987                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
4988                },
4989                {
4990                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
4991                },
4992                {
4993                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
4994                }
4995            ],
4996            "traits": {
4997                "smithy.api#documentation": "<p>Returns information about a repository branch, including its name and the last commit ID.</p>"
4998            }
4999        },
5000        "com.amazonaws.codecommit#GetBranchInput": {
5001            "type": "structure",
5002            "members": {
5003                "repositoryName": {
5004                    "target": "com.amazonaws.codecommit#RepositoryName",
5005                    "traits": {
5006                        "smithy.api#documentation": "<p>The name of the repository that contains the branch for which you want to retrieve information.</p>"
5007                    }
5008                },
5009                "branchName": {
5010                    "target": "com.amazonaws.codecommit#BranchName",
5011                    "traits": {
5012                        "smithy.api#documentation": "<p>The name of the branch for which you want to retrieve information.</p>"
5013                    }
5014                }
5015            },
5016            "traits": {
5017                "smithy.api#documentation": "<p>Represents the input of a get branch operation.</p>"
5018            }
5019        },
5020        "com.amazonaws.codecommit#GetBranchOutput": {
5021            "type": "structure",
5022            "members": {
5023                "branch": {
5024                    "target": "com.amazonaws.codecommit#BranchInfo",
5025                    "traits": {
5026                        "smithy.api#documentation": "<p>The name of the branch.</p>"
5027                    }
5028                }
5029            },
5030            "traits": {
5031                "smithy.api#documentation": "<p>Represents the output of a get branch operation.</p>"
5032            }
5033        },
5034        "com.amazonaws.codecommit#GetComment": {
5035            "type": "operation",
5036            "input": {
5037                "target": "com.amazonaws.codecommit#GetCommentInput"
5038            },
5039            "output": {
5040                "target": "com.amazonaws.codecommit#GetCommentOutput"
5041            },
5042            "errors": [
5043                {
5044                    "target": "com.amazonaws.codecommit#CommentDeletedException"
5045                },
5046                {
5047                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
5048                },
5049                {
5050                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
5051                },
5052                {
5053                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5054                },
5055                {
5056                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5057                },
5058                {
5059                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5060                },
5061                {
5062                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5063                },
5064                {
5065                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5066                },
5067                {
5068                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
5069                }
5070            ],
5071            "traits": {
5072                "smithy.api#documentation": "<p>Returns the content of a comment made on a change, file, or commit in a repository. </p>\n            <note>\n            <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of \n        reactions from active identities, use GetCommentReactions.</p>\n         </note>"
5073            }
5074        },
5075        "com.amazonaws.codecommit#GetCommentInput": {
5076            "type": "structure",
5077            "members": {
5078                "commentId": {
5079                    "target": "com.amazonaws.codecommit#CommentId",
5080                    "traits": {
5081                        "smithy.api#documentation": "<p>The unique, system-generated ID of the comment. To get this ID, use  <a>GetCommentsForComparedCommit</a>\n            or <a>GetCommentsForPullRequest</a>.</p>",
5082                        "smithy.api#required": {}
5083                    }
5084                }
5085            }
5086        },
5087        "com.amazonaws.codecommit#GetCommentOutput": {
5088            "type": "structure",
5089            "members": {
5090                "comment": {
5091                    "target": "com.amazonaws.codecommit#Comment",
5092                    "traits": {
5093                        "smithy.api#documentation": "<p>The contents of the comment.</p>"
5094                    }
5095                }
5096            }
5097        },
5098        "com.amazonaws.codecommit#GetCommentReactions": {
5099            "type": "operation",
5100            "input": {
5101                "target": "com.amazonaws.codecommit#GetCommentReactionsInput"
5102            },
5103            "output": {
5104                "target": "com.amazonaws.codecommit#GetCommentReactionsOutput"
5105            },
5106            "errors": [
5107                {
5108                    "target": "com.amazonaws.codecommit#CommentDeletedException"
5109                },
5110                {
5111                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
5112                },
5113                {
5114                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
5115                },
5116                {
5117                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
5118                },
5119                {
5120                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
5121                },
5122                {
5123                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
5124                },
5125                {
5126                    "target": "com.amazonaws.codecommit#InvalidReactionUserArnException"
5127                }
5128            ],
5129            "traits": {
5130                "smithy.api#documentation": "<p>Returns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.</p>",
5131                "smithy.api#paginated": {
5132                    "inputToken": "nextToken",
5133                    "outputToken": "nextToken",
5134                    "pageSize": "maxResults"
5135                }
5136            }
5137        },
5138        "com.amazonaws.codecommit#GetCommentReactionsInput": {
5139            "type": "structure",
5140            "members": {
5141                "commentId": {
5142                    "target": "com.amazonaws.codecommit#CommentId",
5143                    "traits": {
5144                        "smithy.api#documentation": "<p>The ID of the comment for which you want to get reactions information.</p>",
5145                        "smithy.api#required": {}
5146                    }
5147                },
5148                "reactionUserArn": {
5149                    "target": "com.amazonaws.codecommit#Arn",
5150                    "traits": {
5151                        "smithy.api#documentation": "<p>Optional. The Amazon Resource Name (ARN) of the user or identity for which you want to get reaction information.</p>"
5152                    }
5153                },
5154                "nextToken": {
5155                    "target": "com.amazonaws.codecommit#NextToken",
5156                    "traits": {
5157                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the results. </p>"
5158                    }
5159                },
5160                "maxResults": {
5161                    "target": "com.amazonaws.codecommit#MaxResults",
5162                    "traits": {
5163                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.  The default is the same as the allowed maximum, 1,000.</p>"
5164                    }
5165                }
5166            }
5167        },
5168        "com.amazonaws.codecommit#GetCommentReactionsOutput": {
5169            "type": "structure",
5170            "members": {
5171                "reactionsForComment": {
5172                    "target": "com.amazonaws.codecommit#ReactionsForCommentList",
5173                    "traits": {
5174                        "smithy.api#documentation": "<p>An array of reactions to the specified comment.</p>",
5175                        "smithy.api#required": {}
5176                    }
5177                },
5178                "nextToken": {
5179                    "target": "com.amazonaws.codecommit#NextToken",
5180                    "traits": {
5181                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
5182                    }
5183                }
5184            }
5185        },
5186        "com.amazonaws.codecommit#GetCommentsForComparedCommit": {
5187            "type": "operation",
5188            "input": {
5189                "target": "com.amazonaws.codecommit#GetCommentsForComparedCommitInput"
5190            },
5191            "output": {
5192                "target": "com.amazonaws.codecommit#GetCommentsForComparedCommitOutput"
5193            },
5194            "errors": [
5195                {
5196                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5197                },
5198                {
5199                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
5200                },
5201                {
5202                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5203                },
5204                {
5205                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5206                },
5207                {
5208                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5209                },
5210                {
5211                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5212                },
5213                {
5214                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5215                },
5216                {
5217                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
5218                },
5219                {
5220                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
5221                },
5222                {
5223                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
5224                },
5225                {
5226                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5227                },
5228                {
5229                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5230                },
5231                {
5232                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5233                }
5234            ],
5235            "traits": {
5236                "smithy.api#documentation": "<p>Returns information about comments made on the comparison between two commits.</p>\n        <note>\n            <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of \n            reactions from active identities, use GetCommentReactions.</p>\n         </note>",
5237                "smithy.api#paginated": {
5238                    "inputToken": "nextToken",
5239                    "outputToken": "nextToken",
5240                    "pageSize": "maxResults"
5241                }
5242            }
5243        },
5244        "com.amazonaws.codecommit#GetCommentsForComparedCommitInput": {
5245            "type": "structure",
5246            "members": {
5247                "repositoryName": {
5248                    "target": "com.amazonaws.codecommit#RepositoryName",
5249                    "traits": {
5250                        "smithy.api#documentation": "<p>The name of the repository where you want to compare commits.</p>",
5251                        "smithy.api#required": {}
5252                    }
5253                },
5254                "beforeCommitId": {
5255                    "target": "com.amazonaws.codecommit#CommitId",
5256                    "traits": {
5257                        "smithy.api#documentation": "<p>To establish the directionality of the comparison, the full commit ID of the before\n            commit.</p>"
5258                    }
5259                },
5260                "afterCommitId": {
5261                    "target": "com.amazonaws.codecommit#CommitId",
5262                    "traits": {
5263                        "smithy.api#documentation": "<p>To establish the directionality of the comparison, the full commit ID of the after\n            commit.</p>",
5264                        "smithy.api#required": {}
5265                    }
5266                },
5267                "nextToken": {
5268                    "target": "com.amazonaws.codecommit#NextToken",
5269                    "traits": {
5270                        "smithy.api#documentation": "<p>An enumeration token that when provided in a request, returns the next batch of the results. </p>"
5271                    }
5272                },
5273                "maxResults": {
5274                    "target": "com.amazonaws.codecommit#MaxResults",
5275                    "traits": {
5276                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results. The\n            default is 100 comments, but you can configure up to 500.</p>"
5277                    }
5278                }
5279            }
5280        },
5281        "com.amazonaws.codecommit#GetCommentsForComparedCommitOutput": {
5282            "type": "structure",
5283            "members": {
5284                "commentsForComparedCommitData": {
5285                    "target": "com.amazonaws.codecommit#CommentsForComparedCommitData",
5286                    "traits": {
5287                        "smithy.api#documentation": "<p>A list of comment objects on the compared commit.</p>"
5288                    }
5289                },
5290                "nextToken": {
5291                    "target": "com.amazonaws.codecommit#NextToken",
5292                    "traits": {
5293                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
5294                    }
5295                }
5296            }
5297        },
5298        "com.amazonaws.codecommit#GetCommentsForPullRequest": {
5299            "type": "operation",
5300            "input": {
5301                "target": "com.amazonaws.codecommit#GetCommentsForPullRequestInput"
5302            },
5303            "output": {
5304                "target": "com.amazonaws.codecommit#GetCommentsForPullRequestOutput"
5305            },
5306            "errors": [
5307                {
5308                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5309                },
5310                {
5311                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
5312                },
5313                {
5314                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5315                },
5316                {
5317                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5318                },
5319                {
5320                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5321                },
5322                {
5323                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5324                },
5325                {
5326                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5327                },
5328                {
5329                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
5330                },
5331                {
5332                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
5333                },
5334                {
5335                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
5336                },
5337                {
5338                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
5339                },
5340                {
5341                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5342                },
5343                {
5344                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
5345                },
5346                {
5347                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
5348                },
5349                {
5350                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5351                },
5352                {
5353                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5354                },
5355                {
5356                    "target": "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException"
5357                }
5358            ],
5359            "traits": {
5360                "smithy.api#documentation": "<p>Returns comments made on a pull request.</p>\n        <note>\n            <p>Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of \n            reactions from active identities, use GetCommentReactions.</p>\n         </note>",
5361                "smithy.api#paginated": {
5362                    "inputToken": "nextToken",
5363                    "outputToken": "nextToken",
5364                    "pageSize": "maxResults"
5365                }
5366            }
5367        },
5368        "com.amazonaws.codecommit#GetCommentsForPullRequestInput": {
5369            "type": "structure",
5370            "members": {
5371                "pullRequestId": {
5372                    "target": "com.amazonaws.codecommit#PullRequestId",
5373                    "traits": {
5374                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
5375                        "smithy.api#required": {}
5376                    }
5377                },
5378                "repositoryName": {
5379                    "target": "com.amazonaws.codecommit#RepositoryName",
5380                    "traits": {
5381                        "smithy.api#documentation": "<p>The name of the repository that contains the pull request.</p>"
5382                    }
5383                },
5384                "beforeCommitId": {
5385                    "target": "com.amazonaws.codecommit#CommitId",
5386                    "traits": {
5387                        "smithy.api#documentation": "<p>The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was created.</p>"
5388                    }
5389                },
5390                "afterCommitId": {
5391                    "target": "com.amazonaws.codecommit#CommitId",
5392                    "traits": {
5393                        "smithy.api#documentation": "<p>The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment was made.</p>"
5394                    }
5395                },
5396                "nextToken": {
5397                    "target": "com.amazonaws.codecommit#NextToken",
5398                    "traits": {
5399                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
5400                    }
5401                },
5402                "maxResults": {
5403                    "target": "com.amazonaws.codecommit#MaxResults",
5404                    "traits": {
5405                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments.\n            You can return up to 500 comments with a single request.</p>"
5406                    }
5407                }
5408            }
5409        },
5410        "com.amazonaws.codecommit#GetCommentsForPullRequestOutput": {
5411            "type": "structure",
5412            "members": {
5413                "commentsForPullRequestData": {
5414                    "target": "com.amazonaws.codecommit#CommentsForPullRequestData",
5415                    "traits": {
5416                        "smithy.api#documentation": "<p>An array of comment objects on the pull request.</p>"
5417                    }
5418                },
5419                "nextToken": {
5420                    "target": "com.amazonaws.codecommit#NextToken",
5421                    "traits": {
5422                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
5423                    }
5424                }
5425            }
5426        },
5427        "com.amazonaws.codecommit#GetCommit": {
5428            "type": "operation",
5429            "input": {
5430                "target": "com.amazonaws.codecommit#GetCommitInput"
5431            },
5432            "output": {
5433                "target": "com.amazonaws.codecommit#GetCommitOutput"
5434            },
5435            "errors": [
5436                {
5437                    "target": "com.amazonaws.codecommit#CommitIdDoesNotExistException"
5438                },
5439                {
5440                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
5441                },
5442                {
5443                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5444                },
5445                {
5446                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5447                },
5448                {
5449                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5450                },
5451                {
5452                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5453                },
5454                {
5455                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5456                },
5457                {
5458                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
5459                },
5460                {
5461                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5462                },
5463                {
5464                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5465                },
5466                {
5467                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5468                }
5469            ],
5470            "traits": {
5471                "smithy.api#documentation": "<p>Returns information about a commit, including commit message and committer information.</p>"
5472            }
5473        },
5474        "com.amazonaws.codecommit#GetCommitInput": {
5475            "type": "structure",
5476            "members": {
5477                "repositoryName": {
5478                    "target": "com.amazonaws.codecommit#RepositoryName",
5479                    "traits": {
5480                        "smithy.api#documentation": "<p>The name of the repository to which the commit was made.</p>",
5481                        "smithy.api#required": {}
5482                    }
5483                },
5484                "commitId": {
5485                    "target": "com.amazonaws.codecommit#ObjectId",
5486                    "traits": {
5487                        "smithy.api#documentation": "<p>The commit ID. Commit IDs are the full SHA ID of the commit.</p>",
5488                        "smithy.api#required": {}
5489                    }
5490                }
5491            },
5492            "traits": {
5493                "smithy.api#documentation": "<p>Represents the input of a get commit operation.</p>"
5494            }
5495        },
5496        "com.amazonaws.codecommit#GetCommitOutput": {
5497            "type": "structure",
5498            "members": {
5499                "commit": {
5500                    "target": "com.amazonaws.codecommit#Commit",
5501                    "traits": {
5502                        "smithy.api#documentation": "<p>A commit data type object that contains information about the specified commit.</p>",
5503                        "smithy.api#required": {}
5504                    }
5505                }
5506            },
5507            "traits": {
5508                "smithy.api#documentation": "<p>Represents the output of a get commit operation.</p>"
5509            }
5510        },
5511        "com.amazonaws.codecommit#GetDifferences": {
5512            "type": "operation",
5513            "input": {
5514                "target": "com.amazonaws.codecommit#GetDifferencesInput"
5515            },
5516            "output": {
5517                "target": "com.amazonaws.codecommit#GetDifferencesOutput"
5518            },
5519            "errors": [
5520                {
5521                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5522                },
5523                {
5524                    "target": "com.amazonaws.codecommit#CommitRequiredException"
5525                },
5526                {
5527                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5528                },
5529                {
5530                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5531                },
5532                {
5533                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5534                },
5535                {
5536                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5537                },
5538                {
5539                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5540                },
5541                {
5542                    "target": "com.amazonaws.codecommit#InvalidCommitException"
5543                },
5544                {
5545                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
5546                },
5547                {
5548                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
5549                },
5550                {
5551                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
5552                },
5553                {
5554                    "target": "com.amazonaws.codecommit#InvalidPathException"
5555                },
5556                {
5557                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5558                },
5559                {
5560                    "target": "com.amazonaws.codecommit#PathDoesNotExistException"
5561                },
5562                {
5563                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5564                },
5565                {
5566                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5567                }
5568            ],
5569            "traits": {
5570                "smithy.api#documentation": "<p>Returns information about the differences in a valid commit specifier (such as a\n            branch, tag, HEAD, commit ID, or other fully qualified reference). Results can be\n            limited to a specified path.</p>",
5571                "smithy.api#paginated": {
5572                    "inputToken": "NextToken",
5573                    "outputToken": "NextToken",
5574                    "pageSize": "MaxResults"
5575                }
5576            }
5577        },
5578        "com.amazonaws.codecommit#GetDifferencesInput": {
5579            "type": "structure",
5580            "members": {
5581                "repositoryName": {
5582                    "target": "com.amazonaws.codecommit#RepositoryName",
5583                    "traits": {
5584                        "smithy.api#documentation": "<p>The name of the repository where you want to get differences.</p>",
5585                        "smithy.api#required": {}
5586                    }
5587                },
5588                "beforeCommitSpecifier": {
5589                    "target": "com.amazonaws.codecommit#CommitName",
5590                    "traits": {
5591                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, the full commit ID). Optional. If not specified, all changes before the\n                <code>afterCommitSpecifier</code> value are shown. If you do not use\n                <code>beforeCommitSpecifier</code> in your request, consider limiting the results\n            with <code>maxResults</code>.</p>"
5592                    }
5593                },
5594                "afterCommitSpecifier": {
5595                    "target": "com.amazonaws.codecommit#CommitName",
5596                    "traits": {
5597                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit.</p>",
5598                        "smithy.api#required": {}
5599                    }
5600                },
5601                "beforePath": {
5602                    "target": "com.amazonaws.codecommit#Path",
5603                    "traits": {
5604                        "smithy.api#documentation": "<p>The file path in which to check for differences. Limits the results to this path. Can\n            also be used to specify the previous name of a directory or folder. If\n                <code>beforePath</code> and <code>afterPath</code> are not specified, differences\n            are shown for all paths.</p>"
5605                    }
5606                },
5607                "afterPath": {
5608                    "target": "com.amazonaws.codecommit#Path",
5609                    "traits": {
5610                        "smithy.api#documentation": "<p>The file path in which to check differences. Limits the results to this path. Can also\n            be used to specify the changed name of a directory or folder, if it has changed. If not\n            specified, differences are shown for all paths.</p>"
5611                    }
5612                },
5613                "MaxResults": {
5614                    "target": "com.amazonaws.codecommit#Limit",
5615                    "traits": {
5616                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.</p>"
5617                    }
5618                },
5619                "NextToken": {
5620                    "target": "com.amazonaws.codecommit#NextToken",
5621                    "traits": {
5622                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
5623                    }
5624                }
5625            }
5626        },
5627        "com.amazonaws.codecommit#GetDifferencesOutput": {
5628            "type": "structure",
5629            "members": {
5630                "differences": {
5631                    "target": "com.amazonaws.codecommit#DifferenceList",
5632                    "traits": {
5633                        "smithy.api#documentation": "<p>A data type object that contains information about the differences, including whether\n            the difference is added, modified, or deleted (A, D, M).</p>"
5634                    }
5635                },
5636                "NextToken": {
5637                    "target": "com.amazonaws.codecommit#NextToken",
5638                    "traits": {
5639                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
5640                    }
5641                }
5642            }
5643        },
5644        "com.amazonaws.codecommit#GetFile": {
5645            "type": "operation",
5646            "input": {
5647                "target": "com.amazonaws.codecommit#GetFileInput"
5648            },
5649            "output": {
5650                "target": "com.amazonaws.codecommit#GetFileOutput"
5651            },
5652            "errors": [
5653                {
5654                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5655                },
5656                {
5657                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5658                },
5659                {
5660                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5661                },
5662                {
5663                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5664                },
5665                {
5666                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5667                },
5668                {
5669                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5670                },
5671                {
5672                    "target": "com.amazonaws.codecommit#FileDoesNotExistException"
5673                },
5674                {
5675                    "target": "com.amazonaws.codecommit#FileTooLargeException"
5676                },
5677                {
5678                    "target": "com.amazonaws.codecommit#InvalidCommitException"
5679                },
5680                {
5681                    "target": "com.amazonaws.codecommit#InvalidPathException"
5682                },
5683                {
5684                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5685                },
5686                {
5687                    "target": "com.amazonaws.codecommit#PathRequiredException"
5688                },
5689                {
5690                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5691                },
5692                {
5693                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5694                }
5695            ],
5696            "traits": {
5697                "smithy.api#documentation": "<p>Returns the base-64 encoded contents of a specified file and its metadata.</p>"
5698            }
5699        },
5700        "com.amazonaws.codecommit#GetFileInput": {
5701            "type": "structure",
5702            "members": {
5703                "repositoryName": {
5704                    "target": "com.amazonaws.codecommit#RepositoryName",
5705                    "traits": {
5706                        "smithy.api#documentation": "<p>The name of the repository that contains the file.</p>",
5707                        "smithy.api#required": {}
5708                    }
5709                },
5710                "commitSpecifier": {
5711                    "target": "com.amazonaws.codecommit#CommitName",
5712                    "traits": {
5713                        "smithy.api#documentation": "<p>The fully quaified reference that identifies the commit that contains the file. For\n            example, you can specify a full commit ID, a tag, a branch name, or a reference such as\n            refs/heads/master. If none is provided, the head commit is used.</p>"
5714                    }
5715                },
5716                "filePath": {
5717                    "target": "com.amazonaws.codecommit#Path",
5718                    "traits": {
5719                        "smithy.api#documentation": "<p>The fully qualified path to the file, including the full name and extension of the\n            file. For example, /examples/file.md is the fully qualified path to a file named file.md\n            in a folder named examples.</p>",
5720                        "smithy.api#required": {}
5721                    }
5722                }
5723            }
5724        },
5725        "com.amazonaws.codecommit#GetFileOutput": {
5726            "type": "structure",
5727            "members": {
5728                "commitId": {
5729                    "target": "com.amazonaws.codecommit#ObjectId",
5730                    "traits": {
5731                        "smithy.api#documentation": "<p>The full commit ID of the commit that contains the content returned by GetFile.</p>",
5732                        "smithy.api#required": {}
5733                    }
5734                },
5735                "blobId": {
5736                    "target": "com.amazonaws.codecommit#ObjectId",
5737                    "traits": {
5738                        "smithy.api#documentation": "<p>The blob ID of the object that represents the file content.</p>",
5739                        "smithy.api#required": {}
5740                    }
5741                },
5742                "filePath": {
5743                    "target": "com.amazonaws.codecommit#Path",
5744                    "traits": {
5745                        "smithy.api#documentation": "<p>The fully qualified path to the specified file. Returns the name and extension of the\n            file.</p>",
5746                        "smithy.api#required": {}
5747                    }
5748                },
5749                "fileMode": {
5750                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
5751                    "traits": {
5752                        "smithy.api#documentation": "<p>The extrapolated file mode permissions of the blob. Valid values include strings such as EXECUTABLE and not numeric values.</p>\n        <note>\n            <p>The file mode permissions returned by this API are not the standard file mode\n                permission values, such as 100644, but rather extrapolated values. See the supported\n                return values.</p>\n        </note>",
5753                        "smithy.api#required": {}
5754                    }
5755                },
5756                "fileSize": {
5757                    "target": "com.amazonaws.codecommit#ObjectSize",
5758                    "traits": {
5759                        "smithy.api#documentation": "<p>The size of the contents of the file, in bytes.</p>",
5760                        "smithy.api#required": {}
5761                    }
5762                },
5763                "fileContent": {
5764                    "target": "com.amazonaws.codecommit#FileContent",
5765                    "traits": {
5766                        "smithy.api#documentation": "<p>The base-64 encoded binary data object that represents the content of the file.</p>",
5767                        "smithy.api#required": {}
5768                    }
5769                }
5770            }
5771        },
5772        "com.amazonaws.codecommit#GetFolder": {
5773            "type": "operation",
5774            "input": {
5775                "target": "com.amazonaws.codecommit#GetFolderInput"
5776            },
5777            "output": {
5778                "target": "com.amazonaws.codecommit#GetFolderOutput"
5779            },
5780            "errors": [
5781                {
5782                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5783                },
5784                {
5785                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5786                },
5787                {
5788                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5789                },
5790                {
5791                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5792                },
5793                {
5794                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5795                },
5796                {
5797                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5798                },
5799                {
5800                    "target": "com.amazonaws.codecommit#FolderDoesNotExistException"
5801                },
5802                {
5803                    "target": "com.amazonaws.codecommit#InvalidCommitException"
5804                },
5805                {
5806                    "target": "com.amazonaws.codecommit#InvalidPathException"
5807                },
5808                {
5809                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5810                },
5811                {
5812                    "target": "com.amazonaws.codecommit#PathRequiredException"
5813                },
5814                {
5815                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5816                },
5817                {
5818                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5819                }
5820            ],
5821            "traits": {
5822                "smithy.api#documentation": "<p>Returns the contents of a specified folder in a repository.</p>"
5823            }
5824        },
5825        "com.amazonaws.codecommit#GetFolderInput": {
5826            "type": "structure",
5827            "members": {
5828                "repositoryName": {
5829                    "target": "com.amazonaws.codecommit#RepositoryName",
5830                    "traits": {
5831                        "smithy.api#documentation": "<p>The name of the repository.</p>",
5832                        "smithy.api#required": {}
5833                    }
5834                },
5835                "commitSpecifier": {
5836                    "target": "com.amazonaws.codecommit#CommitName",
5837                    "traits": {
5838                        "smithy.api#documentation": "<p>A fully qualified reference used to identify a commit that contains the version of the\n            folder's content to return. A fully qualified reference can be a commit ID, branch name,\n            tag, or reference such as HEAD. If no specifier is provided, the folder content is\n            returned as it exists in the HEAD commit.</p>"
5839                    }
5840                },
5841                "folderPath": {
5842                    "target": "com.amazonaws.codecommit#Path",
5843                    "traits": {
5844                        "smithy.api#documentation": "<p>The fully qualified path to the folder whose contents are returned, including the\n            folder name. For example, /examples is a fully-qualified path to a folder named examples\n            that was created off of the root directory (/) of a repository. </p>",
5845                        "smithy.api#required": {}
5846                    }
5847                }
5848            }
5849        },
5850        "com.amazonaws.codecommit#GetFolderOutput": {
5851            "type": "structure",
5852            "members": {
5853                "commitId": {
5854                    "target": "com.amazonaws.codecommit#ObjectId",
5855                    "traits": {
5856                        "smithy.api#documentation": "<p>The full commit ID used as a reference for the returned version of the folder\n            content.</p>",
5857                        "smithy.api#required": {}
5858                    }
5859                },
5860                "folderPath": {
5861                    "target": "com.amazonaws.codecommit#Path",
5862                    "traits": {
5863                        "smithy.api#documentation": "<p>The fully qualified path of the folder whose contents are returned.</p>",
5864                        "smithy.api#required": {}
5865                    }
5866                },
5867                "treeId": {
5868                    "target": "com.amazonaws.codecommit#ObjectId",
5869                    "traits": {
5870                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains the folder.</p>"
5871                    }
5872                },
5873                "subFolders": {
5874                    "target": "com.amazonaws.codecommit#FolderList",
5875                    "traits": {
5876                        "smithy.api#documentation": "<p>The list of folders that exist under the specified folder, if any.</p>"
5877                    }
5878                },
5879                "files": {
5880                    "target": "com.amazonaws.codecommit#FileList",
5881                    "traits": {
5882                        "smithy.api#documentation": "<p>The list of files in the specified folder, if any.</p>"
5883                    }
5884                },
5885                "symbolicLinks": {
5886                    "target": "com.amazonaws.codecommit#SymbolicLinkList",
5887                    "traits": {
5888                        "smithy.api#documentation": "<p>The list of symbolic links to other files and folders in the specified folder, if\n            any.</p>"
5889                    }
5890                },
5891                "subModules": {
5892                    "target": "com.amazonaws.codecommit#SubModuleList",
5893                    "traits": {
5894                        "smithy.api#documentation": "<p>The list of submodules in the specified folder, if any.</p>"
5895                    }
5896                }
5897            }
5898        },
5899        "com.amazonaws.codecommit#GetMergeCommit": {
5900            "type": "operation",
5901            "input": {
5902                "target": "com.amazonaws.codecommit#GetMergeCommitInput"
5903            },
5904            "output": {
5905                "target": "com.amazonaws.codecommit#GetMergeCommitOutput"
5906            },
5907            "errors": [
5908                {
5909                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
5910                },
5911                {
5912                    "target": "com.amazonaws.codecommit#CommitRequiredException"
5913                },
5914                {
5915                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
5916                },
5917                {
5918                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
5919                },
5920                {
5921                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
5922                },
5923                {
5924                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
5925                },
5926                {
5927                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
5928                },
5929                {
5930                    "target": "com.amazonaws.codecommit#InvalidCommitException"
5931                },
5932                {
5933                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
5934                },
5935                {
5936                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
5937                },
5938                {
5939                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
5940                },
5941                {
5942                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
5943                },
5944                {
5945                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
5946                }
5947            ],
5948            "traits": {
5949                "smithy.api#documentation": "<p>Returns information about a specified merge commit.</p>"
5950            }
5951        },
5952        "com.amazonaws.codecommit#GetMergeCommitInput": {
5953            "type": "structure",
5954            "members": {
5955                "repositoryName": {
5956                    "target": "com.amazonaws.codecommit#RepositoryName",
5957                    "traits": {
5958                        "smithy.api#documentation": "<p>The name of the repository that contains the merge commit about which you want to get information.</p>",
5959                        "smithy.api#required": {}
5960                    }
5961                },
5962                "sourceCommitSpecifier": {
5963                    "target": "com.amazonaws.codecommit#CommitName",
5964                    "traits": {
5965                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
5966                        "smithy.api#required": {}
5967                    }
5968                },
5969                "destinationCommitSpecifier": {
5970                    "target": "com.amazonaws.codecommit#CommitName",
5971                    "traits": {
5972                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
5973                        "smithy.api#required": {}
5974                    }
5975                },
5976                "conflictDetailLevel": {
5977                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
5978                    "traits": {
5979                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
5980                    }
5981                },
5982                "conflictResolutionStrategy": {
5983                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
5984                    "traits": {
5985                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
5986                    }
5987                }
5988            }
5989        },
5990        "com.amazonaws.codecommit#GetMergeCommitOutput": {
5991            "type": "structure",
5992            "members": {
5993                "sourceCommitId": {
5994                    "target": "com.amazonaws.codecommit#ObjectId",
5995                    "traits": {
5996                        "smithy.api#documentation": "<p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>"
5997                    }
5998                },
5999                "destinationCommitId": {
6000                    "target": "com.amazonaws.codecommit#ObjectId",
6001                    "traits": {
6002                        "smithy.api#documentation": "<p>The commit ID of the destination commit specifier that was used in the merge evaluation.</p>"
6003                    }
6004                },
6005                "baseCommitId": {
6006                    "target": "com.amazonaws.codecommit#ObjectId",
6007                    "traits": {
6008                        "smithy.api#documentation": "<p>The commit ID of the merge base.</p>"
6009                    }
6010                },
6011                "mergedCommitId": {
6012                    "target": "com.amazonaws.codecommit#ObjectId",
6013                    "traits": {
6014                        "smithy.api#documentation": "<p>The commit ID for the merge commit created when the source branch was merged into the\n            destination branch. If the fast-forward merge strategy was used, there is no merge\n            commit.</p>"
6015                    }
6016                }
6017            }
6018        },
6019        "com.amazonaws.codecommit#GetMergeConflicts": {
6020            "type": "operation",
6021            "input": {
6022                "target": "com.amazonaws.codecommit#GetMergeConflictsInput"
6023            },
6024            "output": {
6025                "target": "com.amazonaws.codecommit#GetMergeConflictsOutput"
6026            },
6027            "errors": [
6028                {
6029                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
6030                },
6031                {
6032                    "target": "com.amazonaws.codecommit#CommitRequiredException"
6033                },
6034                {
6035                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6036                },
6037                {
6038                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6039                },
6040                {
6041                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6042                },
6043                {
6044                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6045                },
6046                {
6047                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6048                },
6049                {
6050                    "target": "com.amazonaws.codecommit#InvalidCommitException"
6051                },
6052                {
6053                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
6054                },
6055                {
6056                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
6057                },
6058                {
6059                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
6060                },
6061                {
6062                    "target": "com.amazonaws.codecommit#InvalidDestinationCommitSpecifierException"
6063                },
6064                {
6065                    "target": "com.amazonaws.codecommit#InvalidMaxConflictFilesException"
6066                },
6067                {
6068                    "target": "com.amazonaws.codecommit#InvalidMergeOptionException"
6069                },
6070                {
6071                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
6072                },
6073                {
6074                    "target": "com.amazonaws.codecommit#InvalidSourceCommitSpecifierException"
6075                },
6076                {
6077                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
6078                },
6079                {
6080                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
6081                },
6082                {
6083                    "target": "com.amazonaws.codecommit#MergeOptionRequiredException"
6084                },
6085                {
6086                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
6087                },
6088                {
6089                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
6090                },
6091                {
6092                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
6093                }
6094            ],
6095            "traits": {
6096                "smithy.api#documentation": "<p>Returns information about merge conflicts between the before and after commit IDs for a pull request in a repository.</p>",
6097                "smithy.api#paginated": {
6098                    "inputToken": "nextToken",
6099                    "outputToken": "nextToken",
6100                    "pageSize": "maxConflictFiles"
6101                }
6102            }
6103        },
6104        "com.amazonaws.codecommit#GetMergeConflictsInput": {
6105            "type": "structure",
6106            "members": {
6107                "repositoryName": {
6108                    "target": "com.amazonaws.codecommit#RepositoryName",
6109                    "traits": {
6110                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>",
6111                        "smithy.api#required": {}
6112                    }
6113                },
6114                "destinationCommitSpecifier": {
6115                    "target": "com.amazonaws.codecommit#CommitName",
6116                    "traits": {
6117                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
6118                        "smithy.api#required": {}
6119                    }
6120                },
6121                "sourceCommitSpecifier": {
6122                    "target": "com.amazonaws.codecommit#CommitName",
6123                    "traits": {
6124                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
6125                        "smithy.api#required": {}
6126                    }
6127                },
6128                "mergeOption": {
6129                    "target": "com.amazonaws.codecommit#MergeOptionTypeEnum",
6130                    "traits": {
6131                        "smithy.api#documentation": "<p>The merge option or strategy you want to use to merge the code.  </p>",
6132                        "smithy.api#required": {}
6133                    }
6134                },
6135                "conflictDetailLevel": {
6136                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
6137                    "traits": {
6138                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
6139                    }
6140                },
6141                "maxConflictFiles": {
6142                    "target": "com.amazonaws.codecommit#MaxResults",
6143                    "traits": {
6144                        "smithy.api#documentation": "<p>The maximum number of files to include in the output.</p>"
6145                    }
6146                },
6147                "conflictResolutionStrategy": {
6148                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
6149                    "traits": {
6150                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
6151                    }
6152                },
6153                "nextToken": {
6154                    "target": "com.amazonaws.codecommit#NextToken",
6155                    "traits": {
6156                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
6157                    }
6158                }
6159            }
6160        },
6161        "com.amazonaws.codecommit#GetMergeConflictsOutput": {
6162            "type": "structure",
6163            "members": {
6164                "mergeable": {
6165                    "target": "com.amazonaws.codecommit#IsMergeable",
6166                    "traits": {
6167                        "smithy.api#documentation": "<p>A Boolean value that indicates whether the code is mergeable by the specified merge option.</p>",
6168                        "smithy.api#required": {}
6169                    }
6170                },
6171                "destinationCommitId": {
6172                    "target": "com.amazonaws.codecommit#ObjectId",
6173                    "traits": {
6174                        "smithy.api#documentation": "<p>The commit ID of the destination commit specifier that was used in the merge evaluation.</p>",
6175                        "smithy.api#required": {}
6176                    }
6177                },
6178                "sourceCommitId": {
6179                    "target": "com.amazonaws.codecommit#ObjectId",
6180                    "traits": {
6181                        "smithy.api#documentation": "<p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>",
6182                        "smithy.api#required": {}
6183                    }
6184                },
6185                "baseCommitId": {
6186                    "target": "com.amazonaws.codecommit#ObjectId",
6187                    "traits": {
6188                        "smithy.api#documentation": "<p>The commit ID of the merge base.</p>"
6189                    }
6190                },
6191                "conflictMetadataList": {
6192                    "target": "com.amazonaws.codecommit#ConflictMetadataList",
6193                    "traits": {
6194                        "smithy.api#documentation": "<p>A list of metadata for any conflicting files. If the specified merge strategy is\n            FAST_FORWARD_MERGE, this list is always empty.</p>",
6195                        "smithy.api#required": {}
6196                    }
6197                },
6198                "nextToken": {
6199                    "target": "com.amazonaws.codecommit#NextToken",
6200                    "traits": {
6201                        "smithy.api#documentation": "<p>An enumeration token that can be used in a request to return the next batch of the results.</p>"
6202                    }
6203                }
6204            }
6205        },
6206        "com.amazonaws.codecommit#GetMergeOptions": {
6207            "type": "operation",
6208            "input": {
6209                "target": "com.amazonaws.codecommit#GetMergeOptionsInput"
6210            },
6211            "output": {
6212                "target": "com.amazonaws.codecommit#GetMergeOptionsOutput"
6213            },
6214            "errors": [
6215                {
6216                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
6217                },
6218                {
6219                    "target": "com.amazonaws.codecommit#CommitRequiredException"
6220                },
6221                {
6222                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6223                },
6224                {
6225                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6226                },
6227                {
6228                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6229                },
6230                {
6231                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6232                },
6233                {
6234                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6235                },
6236                {
6237                    "target": "com.amazonaws.codecommit#InvalidCommitException"
6238                },
6239                {
6240                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
6241                },
6242                {
6243                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
6244                },
6245                {
6246                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
6247                },
6248                {
6249                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
6250                },
6251                {
6252                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
6253                },
6254                {
6255                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
6256                },
6257                {
6258                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
6259                },
6260                {
6261                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
6262                }
6263            ],
6264            "traits": {
6265                "smithy.api#documentation": "<p>Returns information about the merge options available for merging two specified\n            branches. For details about why a merge option is not available, use GetMergeConflicts\n            or DescribeMergeConflicts.</p>"
6266            }
6267        },
6268        "com.amazonaws.codecommit#GetMergeOptionsInput": {
6269            "type": "structure",
6270            "members": {
6271                "repositoryName": {
6272                    "target": "com.amazonaws.codecommit#RepositoryName",
6273                    "traits": {
6274                        "smithy.api#documentation": "<p>The name of the repository that contains the commits about which you want to get merge options.</p>",
6275                        "smithy.api#required": {}
6276                    }
6277                },
6278                "sourceCommitSpecifier": {
6279                    "target": "com.amazonaws.codecommit#CommitName",
6280                    "traits": {
6281                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
6282                        "smithy.api#required": {}
6283                    }
6284                },
6285                "destinationCommitSpecifier": {
6286                    "target": "com.amazonaws.codecommit#CommitName",
6287                    "traits": {
6288                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
6289                        "smithy.api#required": {}
6290                    }
6291                },
6292                "conflictDetailLevel": {
6293                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
6294                    "traits": {
6295                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
6296                    }
6297                },
6298                "conflictResolutionStrategy": {
6299                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
6300                    "traits": {
6301                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
6302                    }
6303                }
6304            }
6305        },
6306        "com.amazonaws.codecommit#GetMergeOptionsOutput": {
6307            "type": "structure",
6308            "members": {
6309                "mergeOptions": {
6310                    "target": "com.amazonaws.codecommit#MergeOptions",
6311                    "traits": {
6312                        "smithy.api#documentation": "<p>The merge option or strategy used to merge the code.</p>",
6313                        "smithy.api#required": {}
6314                    }
6315                },
6316                "sourceCommitId": {
6317                    "target": "com.amazonaws.codecommit#ObjectId",
6318                    "traits": {
6319                        "smithy.api#documentation": "<p>The commit ID of the source commit specifier that was used in the merge evaluation.</p>",
6320                        "smithy.api#required": {}
6321                    }
6322                },
6323                "destinationCommitId": {
6324                    "target": "com.amazonaws.codecommit#ObjectId",
6325                    "traits": {
6326                        "smithy.api#documentation": "<p>The commit ID of the destination commit specifier that was used in the merge evaluation.</p>",
6327                        "smithy.api#required": {}
6328                    }
6329                },
6330                "baseCommitId": {
6331                    "target": "com.amazonaws.codecommit#ObjectId",
6332                    "traits": {
6333                        "smithy.api#documentation": "<p>The commit ID of the merge base.</p>",
6334                        "smithy.api#required": {}
6335                    }
6336                }
6337            }
6338        },
6339        "com.amazonaws.codecommit#GetPullRequest": {
6340            "type": "operation",
6341            "input": {
6342                "target": "com.amazonaws.codecommit#GetPullRequestInput"
6343            },
6344            "output": {
6345                "target": "com.amazonaws.codecommit#GetPullRequestOutput"
6346            },
6347            "errors": [
6348                {
6349                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6350                },
6351                {
6352                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6353                },
6354                {
6355                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6356                },
6357                {
6358                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6359                },
6360                {
6361                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6362                },
6363                {
6364                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
6365                },
6366                {
6367                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
6368                },
6369                {
6370                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
6371                }
6372            ],
6373            "traits": {
6374                "smithy.api#documentation": "<p>Gets information about a pull request in a specified repository.</p>"
6375            }
6376        },
6377        "com.amazonaws.codecommit#GetPullRequestApprovalStates": {
6378            "type": "operation",
6379            "input": {
6380                "target": "com.amazonaws.codecommit#GetPullRequestApprovalStatesInput"
6381            },
6382            "output": {
6383                "target": "com.amazonaws.codecommit#GetPullRequestApprovalStatesOutput"
6384            },
6385            "errors": [
6386                {
6387                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6388                },
6389                {
6390                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6391                },
6392                {
6393                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6394                },
6395                {
6396                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6397                },
6398                {
6399                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6400                },
6401                {
6402                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
6403                },
6404                {
6405                    "target": "com.amazonaws.codecommit#InvalidRevisionIdException"
6406                },
6407                {
6408                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
6409                },
6410                {
6411                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
6412                },
6413                {
6414                    "target": "com.amazonaws.codecommit#RevisionIdRequiredException"
6415                }
6416            ],
6417            "traits": {
6418                "smithy.api#documentation": "<p>Gets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more\n        approval rules applied to them.</p>"
6419            }
6420        },
6421        "com.amazonaws.codecommit#GetPullRequestApprovalStatesInput": {
6422            "type": "structure",
6423            "members": {
6424                "pullRequestId": {
6425                    "target": "com.amazonaws.codecommit#PullRequestId",
6426                    "traits": {
6427                        "smithy.api#documentation": "<p>The system-generated ID for the pull request.</p>",
6428                        "smithy.api#required": {}
6429                    }
6430                },
6431                "revisionId": {
6432                    "target": "com.amazonaws.codecommit#RevisionId",
6433                    "traits": {
6434                        "smithy.api#documentation": "<p>The system-generated ID for the pull request revision.</p>",
6435                        "smithy.api#required": {}
6436                    }
6437                }
6438            }
6439        },
6440        "com.amazonaws.codecommit#GetPullRequestApprovalStatesOutput": {
6441            "type": "structure",
6442            "members": {
6443                "approvals": {
6444                    "target": "com.amazonaws.codecommit#ApprovalList",
6445                    "traits": {
6446                        "smithy.api#documentation": "<p>Information about users who have approved the pull request.</p>"
6447                    }
6448                }
6449            }
6450        },
6451        "com.amazonaws.codecommit#GetPullRequestInput": {
6452            "type": "structure",
6453            "members": {
6454                "pullRequestId": {
6455                    "target": "com.amazonaws.codecommit#PullRequestId",
6456                    "traits": {
6457                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
6458                        "smithy.api#required": {}
6459                    }
6460                }
6461            }
6462        },
6463        "com.amazonaws.codecommit#GetPullRequestOutput": {
6464            "type": "structure",
6465            "members": {
6466                "pullRequest": {
6467                    "target": "com.amazonaws.codecommit#PullRequest",
6468                    "traits": {
6469                        "smithy.api#documentation": "<p>Information about the specified pull request.</p>",
6470                        "smithy.api#required": {}
6471                    }
6472                }
6473            }
6474        },
6475        "com.amazonaws.codecommit#GetPullRequestOverrideState": {
6476            "type": "operation",
6477            "input": {
6478                "target": "com.amazonaws.codecommit#GetPullRequestOverrideStateInput"
6479            },
6480            "output": {
6481                "target": "com.amazonaws.codecommit#GetPullRequestOverrideStateOutput"
6482            },
6483            "errors": [
6484                {
6485                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6486                },
6487                {
6488                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6489                },
6490                {
6491                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6492                },
6493                {
6494                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6495                },
6496                {
6497                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6498                },
6499                {
6500                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
6501                },
6502                {
6503                    "target": "com.amazonaws.codecommit#InvalidRevisionIdException"
6504                },
6505                {
6506                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
6507                },
6508                {
6509                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
6510                },
6511                {
6512                    "target": "com.amazonaws.codecommit#RevisionIdRequiredException"
6513                }
6514            ],
6515            "traits": {
6516                "smithy.api#documentation": "<p>Returns information about whether approval rules have been set aside (overridden) for a \n            pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>"
6517            }
6518        },
6519        "com.amazonaws.codecommit#GetPullRequestOverrideStateInput": {
6520            "type": "structure",
6521            "members": {
6522                "pullRequestId": {
6523                    "target": "com.amazonaws.codecommit#PullRequestId",
6524                    "traits": {
6525                        "smithy.api#documentation": "<p>The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).</p>",
6526                        "smithy.api#required": {}
6527                    }
6528                },
6529                "revisionId": {
6530                    "target": "com.amazonaws.codecommit#RevisionId",
6531                    "traits": {
6532                        "smithy.api#documentation": "<p>The system-generated ID of the revision for the pull request. To retrieve the most\n            recent revision ID, use\n            <a>GetPullRequest</a>.</p>",
6533                        "smithy.api#required": {}
6534                    }
6535                }
6536            }
6537        },
6538        "com.amazonaws.codecommit#GetPullRequestOverrideStateOutput": {
6539            "type": "structure",
6540            "members": {
6541                "overridden": {
6542                    "target": "com.amazonaws.codecommit#Overridden",
6543                    "traits": {
6544                        "smithy.api#documentation": "<p>A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).</p>"
6545                    }
6546                },
6547                "overrider": {
6548                    "target": "com.amazonaws.codecommit#Arn",
6549                    "traits": {
6550                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.</p>"
6551                    }
6552                }
6553            }
6554        },
6555        "com.amazonaws.codecommit#GetRepository": {
6556            "type": "operation",
6557            "input": {
6558                "target": "com.amazonaws.codecommit#GetRepositoryInput"
6559            },
6560            "output": {
6561                "target": "com.amazonaws.codecommit#GetRepositoryOutput"
6562            },
6563            "errors": [
6564                {
6565                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6566                },
6567                {
6568                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6569                },
6570                {
6571                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6572                },
6573                {
6574                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6575                },
6576                {
6577                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6578                },
6579                {
6580                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
6581                },
6582                {
6583                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
6584                },
6585                {
6586                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
6587                }
6588            ],
6589            "traits": {
6590                "smithy.api#documentation": "<p>Returns information about a repository.</p>\n\n        <note>\n            <p>The description field for a repository accepts all HTML characters and all valid\n                Unicode characters. Applications that do not HTML-encode the description and display\n                it in a webpage can expose users to potentially malicious code. Make sure that you\n                HTML-encode the description field in any application that uses this API to display\n                the repository description on a webpage.</p>\n         </note>"
6591            }
6592        },
6593        "com.amazonaws.codecommit#GetRepositoryInput": {
6594            "type": "structure",
6595            "members": {
6596                "repositoryName": {
6597                    "target": "com.amazonaws.codecommit#RepositoryName",
6598                    "traits": {
6599                        "smithy.api#documentation": "<p>The name of the repository to get information about.</p>",
6600                        "smithy.api#required": {}
6601                    }
6602                }
6603            },
6604            "traits": {
6605                "smithy.api#documentation": "<p>Represents the input of a get repository operation.</p>"
6606            }
6607        },
6608        "com.amazonaws.codecommit#GetRepositoryOutput": {
6609            "type": "structure",
6610            "members": {
6611                "repositoryMetadata": {
6612                    "target": "com.amazonaws.codecommit#RepositoryMetadata",
6613                    "traits": {
6614                        "smithy.api#documentation": "<p>Information about the repository.</p>"
6615                    }
6616                }
6617            },
6618            "traits": {
6619                "smithy.api#documentation": "<p>Represents the output of a get repository operation.</p>"
6620            }
6621        },
6622        "com.amazonaws.codecommit#GetRepositoryTriggers": {
6623            "type": "operation",
6624            "input": {
6625                "target": "com.amazonaws.codecommit#GetRepositoryTriggersInput"
6626            },
6627            "output": {
6628                "target": "com.amazonaws.codecommit#GetRepositoryTriggersOutput"
6629            },
6630            "errors": [
6631                {
6632                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
6633                },
6634                {
6635                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
6636                },
6637                {
6638                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
6639                },
6640                {
6641                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
6642                },
6643                {
6644                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
6645                },
6646                {
6647                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
6648                },
6649                {
6650                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
6651                },
6652                {
6653                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
6654                }
6655            ],
6656            "traits": {
6657                "smithy.api#documentation": "<p>Gets information about triggers configured for a repository.</p>"
6658            }
6659        },
6660        "com.amazonaws.codecommit#GetRepositoryTriggersInput": {
6661            "type": "structure",
6662            "members": {
6663                "repositoryName": {
6664                    "target": "com.amazonaws.codecommit#RepositoryName",
6665                    "traits": {
6666                        "smithy.api#documentation": "<p>The name of the repository for which the trigger is configured.</p>",
6667                        "smithy.api#required": {}
6668                    }
6669                }
6670            },
6671            "traits": {
6672                "smithy.api#documentation": "<p>Represents the input of a get repository triggers operation.</p>"
6673            }
6674        },
6675        "com.amazonaws.codecommit#GetRepositoryTriggersOutput": {
6676            "type": "structure",
6677            "members": {
6678                "configurationId": {
6679                    "target": "com.amazonaws.codecommit#RepositoryTriggersConfigurationId",
6680                    "traits": {
6681                        "smithy.api#documentation": "<p>The system-generated unique ID for the trigger.</p>"
6682                    }
6683                },
6684                "triggers": {
6685                    "target": "com.amazonaws.codecommit#RepositoryTriggersList",
6686                    "traits": {
6687                        "smithy.api#documentation": "<p>The JSON block of configuration information for each trigger.</p>"
6688                    }
6689                }
6690            },
6691            "traits": {
6692                "smithy.api#documentation": "<p>Represents the output of a get repository triggers operation.</p>"
6693            }
6694        },
6695        "com.amazonaws.codecommit#HunkContent": {
6696            "type": "string"
6697        },
6698        "com.amazonaws.codecommit#IdempotencyParameterMismatchException": {
6699            "type": "structure",
6700            "members": {
6701                "message": {
6702                    "target": "com.amazonaws.codecommit#Message",
6703                    "traits": {
6704                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6705                    }
6706                }
6707            },
6708            "traits": {
6709                "smithy.api#documentation": "<p>The client request token is not valid. Either the token is not in a valid format, or\n            the token has been used in a previous request and cannot be reused.</p>",
6710                "smithy.api#error": "client"
6711            }
6712        },
6713        "com.amazonaws.codecommit#InvalidActorArnException": {
6714            "type": "structure",
6715            "members": {
6716                "message": {
6717                    "target": "com.amazonaws.codecommit#Message",
6718                    "traits": {
6719                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6720                    }
6721                }
6722            },
6723            "traits": {
6724                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request,\n            and then try again.</p>",
6725                "smithy.api#error": "client"
6726            }
6727        },
6728        "com.amazonaws.codecommit#InvalidApprovalRuleContentException": {
6729            "type": "structure",
6730            "members": {
6731                "message": {
6732                    "target": "com.amazonaws.codecommit#Message",
6733                    "traits": {
6734                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6735                    }
6736                }
6737            },
6738            "traits": {
6739                "smithy.api#documentation": "<p>The content for the approval rule is not valid.</p>",
6740                "smithy.api#error": "client"
6741            }
6742        },
6743        "com.amazonaws.codecommit#InvalidApprovalRuleNameException": {
6744            "type": "structure",
6745            "members": {
6746                "message": {
6747                    "target": "com.amazonaws.codecommit#Message",
6748                    "traits": {
6749                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6750                    }
6751                }
6752            },
6753            "traits": {
6754                "smithy.api#documentation": "<p>The name for the approval rule is not valid.</p>",
6755                "smithy.api#error": "client"
6756            }
6757        },
6758        "com.amazonaws.codecommit#InvalidApprovalRuleTemplateContentException": {
6759            "type": "structure",
6760            "members": {
6761                "message": {
6762                    "target": "com.amazonaws.codecommit#Message",
6763                    "traits": {
6764                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6765                    }
6766                }
6767            },
6768            "traits": {
6769                "smithy.api#documentation": "<p>The content of the approval rule template is not valid.</p>",
6770                "smithy.api#error": "client"
6771            }
6772        },
6773        "com.amazonaws.codecommit#InvalidApprovalRuleTemplateDescriptionException": {
6774            "type": "structure",
6775            "members": {
6776                "message": {
6777                    "target": "com.amazonaws.codecommit#Message",
6778                    "traits": {
6779                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6780                    }
6781                }
6782            },
6783            "traits": {
6784                "smithy.api#documentation": "<p>The description for the approval rule template is not valid because it exceeds the\n            maximum characters allowed for a description. For more information about limits in AWS\n            CodeCommit, see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">AWS CodeCommit User\n            Guide</a>.</p>",
6785                "smithy.api#error": "client"
6786            }
6787        },
6788        "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException": {
6789            "type": "structure",
6790            "members": {
6791                "message": {
6792                    "target": "com.amazonaws.codecommit#Message",
6793                    "traits": {
6794                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6795                    }
6796                }
6797            },
6798            "traits": {
6799                "smithy.api#documentation": "<p>The name of the approval rule template is not valid. Template names must be between 1\n            and 100 valid characters in length. For more information about limits in AWS CodeCommit,\n            see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">AWS\n                CodeCommit User Guide</a>.</p>",
6800                "smithy.api#error": "client"
6801            }
6802        },
6803        "com.amazonaws.codecommit#InvalidApprovalStateException": {
6804            "type": "structure",
6805            "members": {
6806                "message": {
6807                    "target": "com.amazonaws.codecommit#Message",
6808                    "traits": {
6809                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6810                    }
6811                }
6812            },
6813            "traits": {
6814                "smithy.api#documentation": "<p>The state for the approval is not valid. Valid values include APPROVE and REVOKE. </p>",
6815                "smithy.api#error": "client"
6816            }
6817        },
6818        "com.amazonaws.codecommit#InvalidAuthorArnException": {
6819            "type": "structure",
6820            "members": {
6821                "message": {
6822                    "target": "com.amazonaws.codecommit#Message",
6823                    "traits": {
6824                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6825                    }
6826                }
6827            },
6828            "traits": {
6829                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.</p>",
6830                "smithy.api#error": "client"
6831            }
6832        },
6833        "com.amazonaws.codecommit#InvalidBlobIdException": {
6834            "type": "structure",
6835            "members": {
6836                "message": {
6837                    "target": "com.amazonaws.codecommit#Message",
6838                    "traits": {
6839                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6840                    }
6841                }
6842            },
6843            "traits": {
6844                "smithy.api#documentation": "<p>The specified blob is not valid.</p>",
6845                "smithy.api#error": "client"
6846            }
6847        },
6848        "com.amazonaws.codecommit#InvalidBranchNameException": {
6849            "type": "structure",
6850            "members": {
6851                "message": {
6852                    "target": "com.amazonaws.codecommit#Message",
6853                    "traits": {
6854                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6855                    }
6856                }
6857            },
6858            "traits": {
6859                "smithy.api#documentation": "<p>The specified reference name is not valid.</p>",
6860                "smithy.api#error": "client"
6861            }
6862        },
6863        "com.amazonaws.codecommit#InvalidClientRequestTokenException": {
6864            "type": "structure",
6865            "members": {
6866                "message": {
6867                    "target": "com.amazonaws.codecommit#Message",
6868                    "traits": {
6869                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6870                    }
6871                }
6872            },
6873            "traits": {
6874                "smithy.api#documentation": "<p>The client request token is not valid.</p>",
6875                "smithy.api#error": "client"
6876            }
6877        },
6878        "com.amazonaws.codecommit#InvalidCommentIdException": {
6879            "type": "structure",
6880            "members": {
6881                "message": {
6882                    "target": "com.amazonaws.codecommit#Message",
6883                    "traits": {
6884                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6885                    }
6886                }
6887            },
6888            "traits": {
6889                "smithy.api#documentation": "<p>The comment ID is not in a valid format. Make sure that you have provided the full comment ID.</p>",
6890                "smithy.api#error": "client"
6891            }
6892        },
6893        "com.amazonaws.codecommit#InvalidCommitException": {
6894            "type": "structure",
6895            "members": {
6896                "message": {
6897                    "target": "com.amazonaws.codecommit#Message",
6898                    "traits": {
6899                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6900                    }
6901                }
6902            },
6903            "traits": {
6904                "smithy.api#documentation": "<p>The specified commit is not valid.</p>",
6905                "smithy.api#error": "client"
6906            }
6907        },
6908        "com.amazonaws.codecommit#InvalidCommitIdException": {
6909            "type": "structure",
6910            "members": {
6911                "message": {
6912                    "target": "com.amazonaws.codecommit#Message",
6913                    "traits": {
6914                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6915                    }
6916                }
6917            },
6918            "traits": {
6919                "smithy.api#documentation": "<p>The specified commit ID is not valid.</p>",
6920                "smithy.api#error": "client"
6921            }
6922        },
6923        "com.amazonaws.codecommit#InvalidConflictDetailLevelException": {
6924            "type": "structure",
6925            "members": {
6926                "message": {
6927                    "target": "com.amazonaws.codecommit#Message",
6928                    "traits": {
6929                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6930                    }
6931                }
6932            },
6933            "traits": {
6934                "smithy.api#documentation": "<p>The specified conflict detail level is not valid.</p>",
6935                "smithy.api#error": "client"
6936            }
6937        },
6938        "com.amazonaws.codecommit#InvalidConflictResolutionException": {
6939            "type": "structure",
6940            "members": {
6941                "message": {
6942                    "target": "com.amazonaws.codecommit#Message",
6943                    "traits": {
6944                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6945                    }
6946                }
6947            },
6948            "traits": {
6949                "smithy.api#documentation": "<p>The specified conflict resolution list is not valid.</p>",
6950                "smithy.api#error": "client"
6951            }
6952        },
6953        "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException": {
6954            "type": "structure",
6955            "members": {
6956                "message": {
6957                    "target": "com.amazonaws.codecommit#Message",
6958                    "traits": {
6959                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6960                    }
6961                }
6962            },
6963            "traits": {
6964                "smithy.api#documentation": "<p>The specified conflict resolution strategy is not valid.</p>",
6965                "smithy.api#error": "client"
6966            }
6967        },
6968        "com.amazonaws.codecommit#InvalidContinuationTokenException": {
6969            "type": "structure",
6970            "members": {
6971                "message": {
6972                    "target": "com.amazonaws.codecommit#Message",
6973                    "traits": {
6974                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6975                    }
6976                }
6977            },
6978            "traits": {
6979                "smithy.api#documentation": "<p>The specified continuation token is not valid.</p>",
6980                "smithy.api#error": "client"
6981            }
6982        },
6983        "com.amazonaws.codecommit#InvalidDeletionParameterException": {
6984            "type": "structure",
6985            "members": {
6986                "message": {
6987                    "target": "com.amazonaws.codecommit#Message",
6988                    "traits": {
6989                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
6990                    }
6991                }
6992            },
6993            "traits": {
6994                "smithy.api#documentation": "<p>The specified deletion parameter is not valid.</p>",
6995                "smithy.api#error": "client"
6996            }
6997        },
6998        "com.amazonaws.codecommit#InvalidDescriptionException": {
6999            "type": "structure",
7000            "members": {
7001                "message": {
7002                    "target": "com.amazonaws.codecommit#Message",
7003                    "traits": {
7004                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7005                    }
7006                }
7007            },
7008            "traits": {
7009                "smithy.api#documentation": "<p>The pull request description is not valid. Descriptions cannot be more than 1,000\n            characters.</p>",
7010                "smithy.api#error": "client"
7011            }
7012        },
7013        "com.amazonaws.codecommit#InvalidDestinationCommitSpecifierException": {
7014            "type": "structure",
7015            "members": {
7016                "message": {
7017                    "target": "com.amazonaws.codecommit#Message",
7018                    "traits": {
7019                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7020                    }
7021                }
7022            },
7023            "traits": {
7024                "smithy.api#documentation": "<p>The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID. </p>",
7025                "smithy.api#error": "client"
7026            }
7027        },
7028        "com.amazonaws.codecommit#InvalidEmailException": {
7029            "type": "structure",
7030            "members": {
7031                "message": {
7032                    "target": "com.amazonaws.codecommit#Message",
7033                    "traits": {
7034                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7035                    }
7036                }
7037            },
7038            "traits": {
7039                "smithy.api#documentation": "<p>The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum number of characters\n        allowed for an email address.</p>",
7040                "smithy.api#error": "client"
7041            }
7042        },
7043        "com.amazonaws.codecommit#InvalidFileLocationException": {
7044            "type": "structure",
7045            "members": {
7046                "message": {
7047                    "target": "com.amazonaws.codecommit#Message",
7048                    "traits": {
7049                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7050                    }
7051                }
7052            },
7053            "traits": {
7054                "smithy.api#documentation": "<p>The location of the file is not valid. Make sure that you include the file name and\n            extension.</p>",
7055                "smithy.api#error": "client"
7056            }
7057        },
7058        "com.amazonaws.codecommit#InvalidFileModeException": {
7059            "type": "structure",
7060            "members": {
7061                "message": {
7062                    "target": "com.amazonaws.codecommit#Message",
7063                    "traits": {
7064                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7065                    }
7066                }
7067            },
7068            "traits": {
7069                "smithy.api#documentation": "<p>The specified file mode permission is not valid. For a list of valid file mode permissions, see <a>PutFile</a>. </p>",
7070                "smithy.api#error": "client"
7071            }
7072        },
7073        "com.amazonaws.codecommit#InvalidFilePositionException": {
7074            "type": "structure",
7075            "members": {
7076                "message": {
7077                    "target": "com.amazonaws.codecommit#Message",
7078                    "traits": {
7079                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7080                    }
7081                }
7082            },
7083            "traits": {
7084                "smithy.api#documentation": "<p>The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.</p>",
7085                "smithy.api#error": "client"
7086            }
7087        },
7088        "com.amazonaws.codecommit#InvalidMaxConflictFilesException": {
7089            "type": "structure",
7090            "members": {
7091                "message": {
7092                    "target": "com.amazonaws.codecommit#Message",
7093                    "traits": {
7094                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7095                    }
7096                }
7097            },
7098            "traits": {
7099                "smithy.api#documentation": "<p>The specified value for the number of conflict files to return is not valid.</p>",
7100                "smithy.api#error": "client"
7101            }
7102        },
7103        "com.amazonaws.codecommit#InvalidMaxMergeHunksException": {
7104            "type": "structure",
7105            "members": {
7106                "message": {
7107                    "target": "com.amazonaws.codecommit#Message",
7108                    "traits": {
7109                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7110                    }
7111                }
7112            },
7113            "traits": {
7114                "smithy.api#documentation": "<p>The specified value for the number of merge hunks to return is not valid.</p>",
7115                "smithy.api#error": "client"
7116            }
7117        },
7118        "com.amazonaws.codecommit#InvalidMaxResultsException": {
7119            "type": "structure",
7120            "members": {
7121                "message": {
7122                    "target": "com.amazonaws.codecommit#Message",
7123                    "traits": {
7124                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7125                    }
7126                }
7127            },
7128            "traits": {
7129                "smithy.api#documentation": "<p>The specified number of maximum results is not valid.</p>",
7130                "smithy.api#error": "client"
7131            }
7132        },
7133        "com.amazonaws.codecommit#InvalidMergeOptionException": {
7134            "type": "structure",
7135            "members": {
7136                "message": {
7137                    "target": "com.amazonaws.codecommit#Message",
7138                    "traits": {
7139                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7140                    }
7141                }
7142            },
7143            "traits": {
7144                "smithy.api#documentation": "<p>The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.</p>",
7145                "smithy.api#error": "client"
7146            }
7147        },
7148        "com.amazonaws.codecommit#InvalidOrderException": {
7149            "type": "structure",
7150            "members": {
7151                "message": {
7152                    "target": "com.amazonaws.codecommit#Message",
7153                    "traits": {
7154                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7155                    }
7156                }
7157            },
7158            "traits": {
7159                "smithy.api#documentation": "<p>The specified sort order is not valid.</p>",
7160                "smithy.api#error": "client"
7161            }
7162        },
7163        "com.amazonaws.codecommit#InvalidOverrideStatusException": {
7164            "type": "structure",
7165            "members": {
7166                "message": {
7167                    "target": "com.amazonaws.codecommit#Message",
7168                    "traits": {
7169                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7170                    }
7171                }
7172            },
7173            "traits": {
7174                "smithy.api#documentation": "<p>The override status is not valid. Valid statuses are OVERRIDE and REVOKE.</p>",
7175                "smithy.api#error": "client"
7176            }
7177        },
7178        "com.amazonaws.codecommit#InvalidParentCommitIdException": {
7179            "type": "structure",
7180            "members": {
7181                "message": {
7182                    "target": "com.amazonaws.codecommit#Message",
7183                    "traits": {
7184                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7185                    }
7186                }
7187            },
7188            "traits": {
7189                "smithy.api#documentation": "<p>The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you \n        want to add or update a file.</p>",
7190                "smithy.api#error": "client"
7191            }
7192        },
7193        "com.amazonaws.codecommit#InvalidPathException": {
7194            "type": "structure",
7195            "members": {
7196                "message": {
7197                    "target": "com.amazonaws.codecommit#Message",
7198                    "traits": {
7199                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7200                    }
7201                }
7202            },
7203            "traits": {
7204                "smithy.api#documentation": "<p>The specified path is not valid.</p>",
7205                "smithy.api#error": "client"
7206            }
7207        },
7208        "com.amazonaws.codecommit#InvalidPullRequestEventTypeException": {
7209            "type": "structure",
7210            "members": {
7211                "message": {
7212                    "target": "com.amazonaws.codecommit#Message",
7213                    "traits": {
7214                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7215                    }
7216                }
7217            },
7218            "traits": {
7219                "smithy.api#documentation": "<p>The pull request event type is not valid. </p>",
7220                "smithy.api#error": "client"
7221            }
7222        },
7223        "com.amazonaws.codecommit#InvalidPullRequestIdException": {
7224            "type": "structure",
7225            "members": {
7226                "message": {
7227                    "target": "com.amazonaws.codecommit#Message",
7228                    "traits": {
7229                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7230                    }
7231                }
7232            },
7233            "traits": {
7234                "smithy.api#documentation": "<p>The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.</p>",
7235                "smithy.api#error": "client"
7236            }
7237        },
7238        "com.amazonaws.codecommit#InvalidPullRequestStatusException": {
7239            "type": "structure",
7240            "members": {
7241                "message": {
7242                    "target": "com.amazonaws.codecommit#Message",
7243                    "traits": {
7244                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7245                    }
7246                }
7247            },
7248            "traits": {
7249                "smithy.api#documentation": "<p>The pull request status is not valid. The only valid values are <code>OPEN</code> and <code>CLOSED</code>.</p>",
7250                "smithy.api#error": "client"
7251            }
7252        },
7253        "com.amazonaws.codecommit#InvalidPullRequestStatusUpdateException": {
7254            "type": "structure",
7255            "members": {
7256                "message": {
7257                    "target": "com.amazonaws.codecommit#Message",
7258                    "traits": {
7259                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7260                    }
7261                }
7262            },
7263            "traits": {
7264                "smithy.api#documentation": "<p>The pull request status update is not valid. The only valid update is from <code>OPEN</code> to <code>CLOSED</code>.</p>",
7265                "smithy.api#error": "client"
7266            }
7267        },
7268        "com.amazonaws.codecommit#InvalidReactionUserArnException": {
7269            "type": "structure",
7270            "members": {
7271                "message": {
7272                    "target": "com.amazonaws.codecommit#Message",
7273                    "traits": {
7274                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7275                    }
7276                }
7277            },
7278            "traits": {
7279                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user or identity is not valid.</p>",
7280                "smithy.api#error": "client"
7281            }
7282        },
7283        "com.amazonaws.codecommit#InvalidReactionValueException": {
7284            "type": "structure",
7285            "members": {
7286                "message": {
7287                    "target": "com.amazonaws.codecommit#Message",
7288                    "traits": {
7289                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7290                    }
7291                }
7292            },
7293            "traits": {
7294                "smithy.api#documentation": "<p>The value of the reaction is not valid. For more information, see the <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html\">AWS CodeCommit User Guide</a>.</p>",
7295                "smithy.api#error": "client"
7296            }
7297        },
7298        "com.amazonaws.codecommit#InvalidReferenceNameException": {
7299            "type": "structure",
7300            "members": {
7301                "message": {
7302                    "target": "com.amazonaws.codecommit#Message",
7303                    "traits": {
7304                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7305                    }
7306                }
7307            },
7308            "traits": {
7309                "smithy.api#documentation": "<p>The specified reference name format is not valid. Reference names must conform to the\n            Git references format (for example, refs/heads/master). For more information, see <a href=\"https://git-scm.com/book/en/v2/Git-Internals-Git-References\">Git Internals -\n                Git References</a> or consult your Git documentation.</p>",
7310                "smithy.api#error": "client"
7311            }
7312        },
7313        "com.amazonaws.codecommit#InvalidRelativeFileVersionEnumException": {
7314            "type": "structure",
7315            "members": {
7316                "message": {
7317                    "target": "com.amazonaws.codecommit#Message",
7318                    "traits": {
7319                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7320                    }
7321                }
7322            },
7323            "traits": {
7324                "smithy.api#documentation": "<p>Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current file version.</p>",
7325                "smithy.api#error": "client"
7326            }
7327        },
7328        "com.amazonaws.codecommit#InvalidReplacementContentException": {
7329            "type": "structure",
7330            "members": {
7331                "message": {
7332                    "target": "com.amazonaws.codecommit#Message",
7333                    "traits": {
7334                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7335                    }
7336                }
7337            },
7338            "traits": {
7339                "smithy.api#documentation": "<p>Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing. </p>",
7340                "smithy.api#error": "client"
7341            }
7342        },
7343        "com.amazonaws.codecommit#InvalidReplacementTypeException": {
7344            "type": "structure",
7345            "members": {
7346                "message": {
7347                    "target": "com.amazonaws.codecommit#Message",
7348                    "traits": {
7349                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7350                    }
7351                }
7352            },
7353            "traits": {
7354                "smithy.api#documentation": "<p>Automerge was specified for resolving the conflict, but the specified replacement type is not valid.</p>",
7355                "smithy.api#error": "client"
7356            }
7357        },
7358        "com.amazonaws.codecommit#InvalidRepositoryDescriptionException": {
7359            "type": "structure",
7360            "members": {
7361                "message": {
7362                    "target": "com.amazonaws.codecommit#Message",
7363                    "traits": {
7364                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7365                    }
7366                }
7367            },
7368            "traits": {
7369                "smithy.api#documentation": "<p>The specified repository description is not valid.</p>",
7370                "smithy.api#error": "client"
7371            }
7372        },
7373        "com.amazonaws.codecommit#InvalidRepositoryNameException": {
7374            "type": "structure",
7375            "members": {
7376                "message": {
7377                    "target": "com.amazonaws.codecommit#Message",
7378                    "traits": {
7379                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7380                    }
7381                }
7382            },
7383            "traits": {
7384                "smithy.api#documentation": "<p>A specified repository name is not valid.</p>\n\n        <note>\n            <p>This exception occurs only when a specified repository name is not valid. Other\n                exceptions occur when a required repository parameter is missing, or when a\n                specified repository does not exist.</p>\n         </note>",
7385                "smithy.api#error": "client"
7386            }
7387        },
7388        "com.amazonaws.codecommit#InvalidRepositoryTriggerBranchNameException": {
7389            "type": "structure",
7390            "members": {
7391                "message": {
7392                    "target": "com.amazonaws.codecommit#Message",
7393                    "traits": {
7394                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7395                    }
7396                }
7397            },
7398            "traits": {
7399                "smithy.api#documentation": "<p>One or more branch names specified for the trigger is not valid.</p>",
7400                "smithy.api#error": "client"
7401            }
7402        },
7403        "com.amazonaws.codecommit#InvalidRepositoryTriggerCustomDataException": {
7404            "type": "structure",
7405            "members": {
7406                "message": {
7407                    "target": "com.amazonaws.codecommit#Message",
7408                    "traits": {
7409                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7410                    }
7411                }
7412            },
7413            "traits": {
7414                "smithy.api#documentation": "<p>The custom data provided for the trigger is not valid.</p>",
7415                "smithy.api#error": "client"
7416            }
7417        },
7418        "com.amazonaws.codecommit#InvalidRepositoryTriggerDestinationArnException": {
7419            "type": "structure",
7420            "members": {
7421                "message": {
7422                    "target": "com.amazonaws.codecommit#Message",
7423                    "traits": {
7424                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7425                    }
7426                }
7427            },
7428            "traits": {
7429                "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.</p>",
7430                "smithy.api#error": "client"
7431            }
7432        },
7433        "com.amazonaws.codecommit#InvalidRepositoryTriggerEventsException": {
7434            "type": "structure",
7435            "members": {
7436                "message": {
7437                    "target": "com.amazonaws.codecommit#Message",
7438                    "traits": {
7439                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7440                    }
7441                }
7442            },
7443            "traits": {
7444                "smithy.api#documentation": "<p>One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.</p>",
7445                "smithy.api#error": "client"
7446            }
7447        },
7448        "com.amazonaws.codecommit#InvalidRepositoryTriggerNameException": {
7449            "type": "structure",
7450            "members": {
7451                "message": {
7452                    "target": "com.amazonaws.codecommit#Message",
7453                    "traits": {
7454                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7455                    }
7456                }
7457            },
7458            "traits": {
7459                "smithy.api#documentation": "<p>The name of the trigger is not valid.</p>",
7460                "smithy.api#error": "client"
7461            }
7462        },
7463        "com.amazonaws.codecommit#InvalidRepositoryTriggerRegionException": {
7464            "type": "structure",
7465            "members": {
7466                "message": {
7467                    "target": "com.amazonaws.codecommit#Message",
7468                    "traits": {
7469                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7470                    }
7471                }
7472            },
7473            "traits": {
7474                "smithy.api#documentation": "<p>The AWS Region for the trigger target does not match the AWS Region for the\n            repository. Triggers must be created in the same Region as the target for the\n            trigger.</p>",
7475                "smithy.api#error": "client"
7476            }
7477        },
7478        "com.amazonaws.codecommit#InvalidResourceArnException": {
7479            "type": "structure",
7480            "members": {
7481                "message": {
7482                    "target": "com.amazonaws.codecommit#Message",
7483                    "traits": {
7484                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7485                    }
7486                }
7487            },
7488            "traits": {
7489                "smithy.api#documentation": "<p>The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see \n            <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats\">CodeCommit Resources and Operations</a>\n            in the AWS CodeCommit User Guide.</p>",
7490                "smithy.api#error": "client"
7491            }
7492        },
7493        "com.amazonaws.codecommit#InvalidRevisionIdException": {
7494            "type": "structure",
7495            "members": {
7496                "message": {
7497                    "target": "com.amazonaws.codecommit#Message",
7498                    "traits": {
7499                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7500                    }
7501                }
7502            },
7503            "traits": {
7504                "smithy.api#documentation": "<p>The revision ID is not valid. Use GetPullRequest to determine the value.</p>",
7505                "smithy.api#error": "client"
7506            }
7507        },
7508        "com.amazonaws.codecommit#InvalidRuleContentSha256Exception": {
7509            "type": "structure",
7510            "members": {
7511                "message": {
7512                    "target": "com.amazonaws.codecommit#Message",
7513                    "traits": {
7514                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7515                    }
7516                }
7517            },
7518            "traits": {
7519                "smithy.api#documentation": "<p>The SHA-256 hash signature for the rule content is not valid.</p>",
7520                "smithy.api#error": "client"
7521            }
7522        },
7523        "com.amazonaws.codecommit#InvalidSortByException": {
7524            "type": "structure",
7525            "members": {
7526                "message": {
7527                    "target": "com.amazonaws.codecommit#Message",
7528                    "traits": {
7529                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7530                    }
7531                }
7532            },
7533            "traits": {
7534                "smithy.api#documentation": "<p>The specified sort by value is not valid.</p>",
7535                "smithy.api#error": "client"
7536            }
7537        },
7538        "com.amazonaws.codecommit#InvalidSourceCommitSpecifierException": {
7539            "type": "structure",
7540            "members": {
7541                "message": {
7542                    "target": "com.amazonaws.codecommit#Message",
7543                    "traits": {
7544                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7545                    }
7546                }
7547            },
7548            "traits": {
7549                "smithy.api#documentation": "<p>The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.</p>",
7550                "smithy.api#error": "client"
7551            }
7552        },
7553        "com.amazonaws.codecommit#InvalidSystemTagUsageException": {
7554            "type": "structure",
7555            "members": {
7556                "message": {
7557                    "target": "com.amazonaws.codecommit#Message",
7558                    "traits": {
7559                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7560                    }
7561                }
7562            },
7563            "traits": {
7564                "smithy.api#documentation": "<p>The specified tag is not valid. Key names cannot be prefixed with aws:.</p>",
7565                "smithy.api#error": "client"
7566            }
7567        },
7568        "com.amazonaws.codecommit#InvalidTagKeysListException": {
7569            "type": "structure",
7570            "members": {
7571                "message": {
7572                    "target": "com.amazonaws.codecommit#Message",
7573                    "traits": {
7574                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7575                    }
7576                }
7577            },
7578            "traits": {
7579                "smithy.api#documentation": "<p>The list of tags is not valid.</p>",
7580                "smithy.api#error": "client"
7581            }
7582        },
7583        "com.amazonaws.codecommit#InvalidTagsMapException": {
7584            "type": "structure",
7585            "members": {
7586                "message": {
7587                    "target": "com.amazonaws.codecommit#Message",
7588                    "traits": {
7589                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7590                    }
7591                }
7592            },
7593            "traits": {
7594                "smithy.api#documentation": "<p>The map of tags is not valid.</p>",
7595                "smithy.api#error": "client"
7596            }
7597        },
7598        "com.amazonaws.codecommit#InvalidTargetBranchException": {
7599            "type": "structure",
7600            "members": {
7601                "message": {
7602                    "target": "com.amazonaws.codecommit#Message",
7603                    "traits": {
7604                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7605                    }
7606                }
7607            },
7608            "traits": {
7609                "smithy.api#documentation": "<p>The specified target branch is not valid.</p>",
7610                "smithy.api#error": "client"
7611            }
7612        },
7613        "com.amazonaws.codecommit#InvalidTargetException": {
7614            "type": "structure",
7615            "members": {
7616                "message": {
7617                    "target": "com.amazonaws.codecommit#Message",
7618                    "traits": {
7619                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7620                    }
7621                }
7622            },
7623            "traits": {
7624                "smithy.api#documentation": "<p>The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>",
7625                "smithy.api#error": "client"
7626            }
7627        },
7628        "com.amazonaws.codecommit#InvalidTargetsException": {
7629            "type": "structure",
7630            "members": {
7631                "message": {
7632                    "target": "com.amazonaws.codecommit#Message",
7633                    "traits": {
7634                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7635                    }
7636                }
7637            },
7638            "traits": {
7639                "smithy.api#documentation": "<p>The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for \n            the repository name, source branch, and destination branch for a pull request.</p>",
7640                "smithy.api#error": "client"
7641            }
7642        },
7643        "com.amazonaws.codecommit#InvalidTitleException": {
7644            "type": "structure",
7645            "members": {
7646                "message": {
7647                    "target": "com.amazonaws.codecommit#Message",
7648                    "traits": {
7649                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
7650                    }
7651                }
7652            },
7653            "traits": {
7654                "smithy.api#documentation": "<p>The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.</p>",
7655                "smithy.api#error": "client"
7656            }
7657        },
7658        "com.amazonaws.codecommit#IsBinaryFile": {
7659            "type": "structure",
7660            "members": {
7661                "source": {
7662                    "target": "com.amazonaws.codecommit#CapitalBoolean",
7663                    "traits": {
7664                        "smithy.api#documentation": "<p>The binary or non-binary status of file in the source of a merge or pull request.</p>"
7665                    }
7666                },
7667                "destination": {
7668                    "target": "com.amazonaws.codecommit#CapitalBoolean",
7669                    "traits": {
7670                        "smithy.api#documentation": "<p>The binary or non-binary status of a file in the destination of a merge or pull request.</p>"
7671                    }
7672                },
7673                "base": {
7674                    "target": "com.amazonaws.codecommit#CapitalBoolean",
7675                    "traits": {
7676                        "smithy.api#documentation": "<p>The binary or non-binary status of a file in the base of a merge or pull request.</p>"
7677                    }
7678                }
7679            },
7680            "traits": {
7681                "smithy.api#documentation": "<p>Information about whether a file is binary or textual in a merge or pull request operation.</p>"
7682            }
7683        },
7684        "com.amazonaws.codecommit#IsCommentDeleted": {
7685            "type": "boolean"
7686        },
7687        "com.amazonaws.codecommit#IsContentConflict": {
7688            "type": "boolean"
7689        },
7690        "com.amazonaws.codecommit#IsFileModeConflict": {
7691            "type": "boolean"
7692        },
7693        "com.amazonaws.codecommit#IsHunkConflict": {
7694            "type": "boolean"
7695        },
7696        "com.amazonaws.codecommit#IsMergeable": {
7697            "type": "boolean"
7698        },
7699        "com.amazonaws.codecommit#IsMerged": {
7700            "type": "boolean"
7701        },
7702        "com.amazonaws.codecommit#IsMove": {
7703            "type": "boolean"
7704        },
7705        "com.amazonaws.codecommit#IsObjectTypeConflict": {
7706            "type": "boolean"
7707        },
7708        "com.amazonaws.codecommit#KeepEmptyFolders": {
7709            "type": "boolean"
7710        },
7711        "com.amazonaws.codecommit#LastModifiedDate": {
7712            "type": "timestamp"
7713        },
7714        "com.amazonaws.codecommit#Limit": {
7715            "type": "integer",
7716            "traits": {
7717                "smithy.api#box": {}
7718            }
7719        },
7720        "com.amazonaws.codecommit#LineNumber": {
7721            "type": "integer",
7722            "traits": {
7723                "smithy.api#box": {}
7724            }
7725        },
7726        "com.amazonaws.codecommit#ListApprovalRuleTemplates": {
7727            "type": "operation",
7728            "input": {
7729                "target": "com.amazonaws.codecommit#ListApprovalRuleTemplatesInput"
7730            },
7731            "output": {
7732                "target": "com.amazonaws.codecommit#ListApprovalRuleTemplatesOutput"
7733            },
7734            "errors": [
7735                {
7736                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
7737                },
7738                {
7739                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
7740                }
7741            ],
7742            "traits": {
7743                "smithy.api#documentation": "<p>Lists all approval rule templates in the specified AWS Region in your AWS account. If\n            an AWS Region is not specified, the AWS Region where you are signed in is used.</p>",
7744                "smithy.api#paginated": {
7745                    "inputToken": "nextToken",
7746                    "outputToken": "nextToken",
7747                    "pageSize": "maxResults"
7748                }
7749            }
7750        },
7751        "com.amazonaws.codecommit#ListApprovalRuleTemplatesInput": {
7752            "type": "structure",
7753            "members": {
7754                "nextToken": {
7755                    "target": "com.amazonaws.codecommit#NextToken",
7756                    "traits": {
7757                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
7758                    }
7759                },
7760                "maxResults": {
7761                    "target": "com.amazonaws.codecommit#MaxResults",
7762                    "traits": {
7763                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.</p>"
7764                    }
7765                }
7766            }
7767        },
7768        "com.amazonaws.codecommit#ListApprovalRuleTemplatesOutput": {
7769            "type": "structure",
7770            "members": {
7771                "approvalRuleTemplateNames": {
7772                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameList",
7773                    "traits": {
7774                        "smithy.api#documentation": "<p>The names of all the approval rule templates found in the AWS Region for your AWS account.</p>"
7775                    }
7776                },
7777                "nextToken": {
7778                    "target": "com.amazonaws.codecommit#NextToken",
7779                    "traits": {
7780                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the next results of the operation.</p>"
7781                    }
7782                }
7783            }
7784        },
7785        "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepository": {
7786            "type": "operation",
7787            "input": {
7788                "target": "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepositoryInput"
7789            },
7790            "output": {
7791                "target": "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepositoryOutput"
7792            },
7793            "errors": [
7794                {
7795                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
7796                },
7797                {
7798                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
7799                },
7800                {
7801                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
7802                },
7803                {
7804                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
7805                },
7806                {
7807                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
7808                },
7809                {
7810                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
7811                },
7812                {
7813                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
7814                },
7815                {
7816                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
7817                },
7818                {
7819                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
7820                },
7821                {
7822                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
7823                }
7824            ],
7825            "traits": {
7826                "smithy.api#documentation": "<p>Lists all approval rule templates that are associated with a specified repository.</p>",
7827                "smithy.api#paginated": {
7828                    "inputToken": "nextToken",
7829                    "outputToken": "nextToken",
7830                    "pageSize": "maxResults"
7831                }
7832            }
7833        },
7834        "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepositoryInput": {
7835            "type": "structure",
7836            "members": {
7837                "repositoryName": {
7838                    "target": "com.amazonaws.codecommit#RepositoryName",
7839                    "traits": {
7840                        "smithy.api#documentation": "<p>The name of the repository for which you want to list all associated approval rule templates.</p>",
7841                        "smithy.api#required": {}
7842                    }
7843                },
7844                "nextToken": {
7845                    "target": "com.amazonaws.codecommit#NextToken",
7846                    "traits": {
7847                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
7848                    }
7849                },
7850                "maxResults": {
7851                    "target": "com.amazonaws.codecommit#MaxResults",
7852                    "traits": {
7853                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.</p>"
7854                    }
7855                }
7856            }
7857        },
7858        "com.amazonaws.codecommit#ListAssociatedApprovalRuleTemplatesForRepositoryOutput": {
7859            "type": "structure",
7860            "members": {
7861                "approvalRuleTemplateNames": {
7862                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameList",
7863                    "traits": {
7864                        "smithy.api#documentation": "<p>The names of all approval rule templates associated with the repository.</p>"
7865                    }
7866                },
7867                "nextToken": {
7868                    "target": "com.amazonaws.codecommit#NextToken",
7869                    "traits": {
7870                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the next results of the operation.</p>"
7871                    }
7872                }
7873            }
7874        },
7875        "com.amazonaws.codecommit#ListBranches": {
7876            "type": "operation",
7877            "input": {
7878                "target": "com.amazonaws.codecommit#ListBranchesInput"
7879            },
7880            "output": {
7881                "target": "com.amazonaws.codecommit#ListBranchesOutput"
7882            },
7883            "errors": [
7884                {
7885                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
7886                },
7887                {
7888                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
7889                },
7890                {
7891                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
7892                },
7893                {
7894                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
7895                },
7896                {
7897                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
7898                },
7899                {
7900                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
7901                },
7902                {
7903                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
7904                },
7905                {
7906                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
7907                },
7908                {
7909                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
7910                }
7911            ],
7912            "traits": {
7913                "smithy.api#documentation": "<p>Gets information about one or more branches in a repository.</p>",
7914                "smithy.api#paginated": {
7915                    "inputToken": "nextToken",
7916                    "outputToken": "nextToken",
7917                    "items": "branches"
7918                }
7919            }
7920        },
7921        "com.amazonaws.codecommit#ListBranchesInput": {
7922            "type": "structure",
7923            "members": {
7924                "repositoryName": {
7925                    "target": "com.amazonaws.codecommit#RepositoryName",
7926                    "traits": {
7927                        "smithy.api#documentation": "<p>The name of the repository that contains the branches.</p>",
7928                        "smithy.api#required": {}
7929                    }
7930                },
7931                "nextToken": {
7932                    "target": "com.amazonaws.codecommit#NextToken",
7933                    "traits": {
7934                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the results.</p>"
7935                    }
7936                }
7937            },
7938            "traits": {
7939                "smithy.api#documentation": "<p>Represents the input of a list branches operation.</p>"
7940            }
7941        },
7942        "com.amazonaws.codecommit#ListBranchesOutput": {
7943            "type": "structure",
7944            "members": {
7945                "branches": {
7946                    "target": "com.amazonaws.codecommit#BranchNameList",
7947                    "traits": {
7948                        "smithy.api#documentation": "<p>The list of branch names.</p>"
7949                    }
7950                },
7951                "nextToken": {
7952                    "target": "com.amazonaws.codecommit#NextToken",
7953                    "traits": {
7954                        "smithy.api#documentation": "<p>An enumeration token that returns the batch of the results.</p>"
7955                    }
7956                }
7957            },
7958            "traits": {
7959                "smithy.api#documentation": "<p>Represents the output of a list branches operation.</p>"
7960            }
7961        },
7962        "com.amazonaws.codecommit#ListPullRequests": {
7963            "type": "operation",
7964            "input": {
7965                "target": "com.amazonaws.codecommit#ListPullRequestsInput"
7966            },
7967            "output": {
7968                "target": "com.amazonaws.codecommit#ListPullRequestsOutput"
7969            },
7970            "errors": [
7971                {
7972                    "target": "com.amazonaws.codecommit#AuthorDoesNotExistException"
7973                },
7974                {
7975                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
7976                },
7977                {
7978                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
7979                },
7980                {
7981                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
7982                },
7983                {
7984                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
7985                },
7986                {
7987                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
7988                },
7989                {
7990                    "target": "com.amazonaws.codecommit#InvalidAuthorArnException"
7991                },
7992                {
7993                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
7994                },
7995                {
7996                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
7997                },
7998                {
7999                    "target": "com.amazonaws.codecommit#InvalidPullRequestStatusException"
8000                },
8001                {
8002                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
8003                },
8004                {
8005                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
8006                },
8007                {
8008                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
8009                }
8010            ],
8011            "traits": {
8012                "smithy.api#documentation": "<p>Returns a list of pull requests for a specified repository. The return list can be refined by pull request \n        status or pull request author ARN.</p>",
8013                "smithy.api#paginated": {
8014                    "inputToken": "nextToken",
8015                    "outputToken": "nextToken",
8016                    "pageSize": "maxResults"
8017                }
8018            }
8019        },
8020        "com.amazonaws.codecommit#ListPullRequestsInput": {
8021            "type": "structure",
8022            "members": {
8023                "repositoryName": {
8024                    "target": "com.amazonaws.codecommit#RepositoryName",
8025                    "traits": {
8026                        "smithy.api#documentation": "<p>The name of the repository for which you want to list pull requests.</p>",
8027                        "smithy.api#required": {}
8028                    }
8029                },
8030                "authorArn": {
8031                    "target": "com.amazonaws.codecommit#Arn",
8032                    "traits": {
8033                        "smithy.api#documentation": "<p>Optional. The Amazon Resource Name (ARN) of the user who created the pull request. If used, this filters the results \n        to pull requests created by that user.</p>"
8034                    }
8035                },
8036                "pullRequestStatus": {
8037                    "target": "com.amazonaws.codecommit#PullRequestStatusEnum",
8038                    "traits": {
8039                        "smithy.api#documentation": "<p>Optional. The status of the pull request. If used, this refines the results to the pull requests that match the specified status.</p>"
8040                    }
8041                },
8042                "nextToken": {
8043                    "target": "com.amazonaws.codecommit#NextToken",
8044                    "traits": {
8045                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
8046                    }
8047                },
8048                "maxResults": {
8049                    "target": "com.amazonaws.codecommit#MaxResults",
8050                    "traits": {
8051                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.</p>"
8052                    }
8053                }
8054            }
8055        },
8056        "com.amazonaws.codecommit#ListPullRequestsOutput": {
8057            "type": "structure",
8058            "members": {
8059                "pullRequestIds": {
8060                    "target": "com.amazonaws.codecommit#PullRequestIdList",
8061                    "traits": {
8062                        "smithy.api#documentation": "<p>The system-generated IDs of the pull requests.</p>",
8063                        "smithy.api#required": {}
8064                    }
8065                },
8066                "nextToken": {
8067                    "target": "com.amazonaws.codecommit#NextToken",
8068                    "traits": {
8069                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the next results of the operation.</p>"
8070                    }
8071                }
8072            }
8073        },
8074        "com.amazonaws.codecommit#ListRepositories": {
8075            "type": "operation",
8076            "input": {
8077                "target": "com.amazonaws.codecommit#ListRepositoriesInput"
8078            },
8079            "output": {
8080                "target": "com.amazonaws.codecommit#ListRepositoriesOutput"
8081            },
8082            "errors": [
8083                {
8084                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
8085                },
8086                {
8087                    "target": "com.amazonaws.codecommit#InvalidOrderException"
8088                },
8089                {
8090                    "target": "com.amazonaws.codecommit#InvalidSortByException"
8091                }
8092            ],
8093            "traits": {
8094                "smithy.api#documentation": "<p>Gets information about one or more repositories.</p>",
8095                "smithy.api#paginated": {
8096                    "inputToken": "nextToken",
8097                    "outputToken": "nextToken",
8098                    "items": "repositories"
8099                }
8100            }
8101        },
8102        "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplate": {
8103            "type": "operation",
8104            "input": {
8105                "target": "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplateInput"
8106            },
8107            "output": {
8108                "target": "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplateOutput"
8109            },
8110            "errors": [
8111                {
8112                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
8113                },
8114                {
8115                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
8116                },
8117                {
8118                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
8119                },
8120                {
8121                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
8122                },
8123                {
8124                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
8125                },
8126                {
8127                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
8128                },
8129                {
8130                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
8131                },
8132                {
8133                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
8134                },
8135                {
8136                    "target": "com.amazonaws.codecommit#InvalidContinuationTokenException"
8137                },
8138                {
8139                    "target": "com.amazonaws.codecommit#InvalidMaxResultsException"
8140                }
8141            ],
8142            "traits": {
8143                "smithy.api#documentation": "<p>Lists all repositories associated with the specified approval rule template.</p>",
8144                "smithy.api#paginated": {
8145                    "inputToken": "nextToken",
8146                    "outputToken": "nextToken",
8147                    "pageSize": "maxResults"
8148                }
8149            }
8150        },
8151        "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplateInput": {
8152            "type": "structure",
8153            "members": {
8154                "approvalRuleTemplateName": {
8155                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
8156                    "traits": {
8157                        "smithy.api#documentation": "<p>The name of the approval rule template for which you want to list repositories that are associated with that template.</p>",
8158                        "smithy.api#required": {}
8159                    }
8160                },
8161                "nextToken": {
8162                    "target": "com.amazonaws.codecommit#NextToken",
8163                    "traits": {
8164                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
8165                    }
8166                },
8167                "maxResults": {
8168                    "target": "com.amazonaws.codecommit#MaxResults",
8169                    "traits": {
8170                        "smithy.api#documentation": "<p>A non-zero, non-negative integer used to limit the number of returned results.</p>"
8171                    }
8172                }
8173            }
8174        },
8175        "com.amazonaws.codecommit#ListRepositoriesForApprovalRuleTemplateOutput": {
8176            "type": "structure",
8177            "members": {
8178                "repositoryNames": {
8179                    "target": "com.amazonaws.codecommit#RepositoryNameList",
8180                    "traits": {
8181                        "smithy.api#documentation": "<p>A list of repository names that are associated with the specified approval rule template.</p>"
8182                    }
8183                },
8184                "nextToken": {
8185                    "target": "com.amazonaws.codecommit#NextToken",
8186                    "traits": {
8187                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the next results of the operation.</p>"
8188                    }
8189                }
8190            }
8191        },
8192        "com.amazonaws.codecommit#ListRepositoriesInput": {
8193            "type": "structure",
8194            "members": {
8195                "nextToken": {
8196                    "target": "com.amazonaws.codecommit#NextToken",
8197                    "traits": {
8198                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the results of the operation. \n            Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit,\n            another page of 1,000 records is retrieved.</p>"
8199                    }
8200                },
8201                "sortBy": {
8202                    "target": "com.amazonaws.codecommit#SortByEnum",
8203                    "traits": {
8204                        "smithy.api#documentation": "<p>The criteria used to sort the results of a list repositories operation.</p>"
8205                    }
8206                },
8207                "order": {
8208                    "target": "com.amazonaws.codecommit#OrderEnum",
8209                    "traits": {
8210                        "smithy.api#documentation": "<p>The order in which to sort the results of a list repositories operation.</p>"
8211                    }
8212                }
8213            },
8214            "traits": {
8215                "smithy.api#documentation": "<p>Represents the input of a list repositories operation.</p>"
8216            }
8217        },
8218        "com.amazonaws.codecommit#ListRepositoriesOutput": {
8219            "type": "structure",
8220            "members": {
8221                "repositories": {
8222                    "target": "com.amazonaws.codecommit#RepositoryNameIdPairList",
8223                    "traits": {
8224                        "smithy.api#documentation": "<p>Lists the repositories called by the list repositories operation.</p>"
8225                    }
8226                },
8227                "nextToken": {
8228                    "target": "com.amazonaws.codecommit#NextToken",
8229                    "traits": {
8230                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the results of the operation. \n            Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, \n            another page of 1,000 records is retrieved.</p>"
8231                    }
8232                }
8233            },
8234            "traits": {
8235                "smithy.api#documentation": "<p>Represents the output of a list repositories operation.</p>"
8236            }
8237        },
8238        "com.amazonaws.codecommit#ListTagsForResource": {
8239            "type": "operation",
8240            "input": {
8241                "target": "com.amazonaws.codecommit#ListTagsForResourceInput"
8242            },
8243            "output": {
8244                "target": "com.amazonaws.codecommit#ListTagsForResourceOutput"
8245            },
8246            "errors": [
8247                {
8248                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
8249                },
8250                {
8251                    "target": "com.amazonaws.codecommit#InvalidResourceArnException"
8252                },
8253                {
8254                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
8255                },
8256                {
8257                    "target": "com.amazonaws.codecommit#ResourceArnRequiredException"
8258                }
8259            ],
8260            "traits": {
8261                "smithy.api#documentation": "<p>Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS\n            CodeCommit. For a list of valid resources in AWS CodeCommit, see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats\">CodeCommit Resources and Operations</a> in the<i> AWS CodeCommit User\n                Guide</i>.</p>"
8262            }
8263        },
8264        "com.amazonaws.codecommit#ListTagsForResourceInput": {
8265            "type": "structure",
8266            "members": {
8267                "resourceArn": {
8268                    "target": "com.amazonaws.codecommit#ResourceArn",
8269                    "traits": {
8270                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource for which you want to get information\n            about tags, if any.</p>",
8271                        "smithy.api#required": {}
8272                    }
8273                },
8274                "nextToken": {
8275                    "target": "com.amazonaws.codecommit#NextToken",
8276                    "traits": {
8277                        "smithy.api#documentation": "<p>An enumeration token that, when provided in a request, returns the next batch of the\n            results.</p>"
8278                    }
8279                }
8280            }
8281        },
8282        "com.amazonaws.codecommit#ListTagsForResourceOutput": {
8283            "type": "structure",
8284            "members": {
8285                "tags": {
8286                    "target": "com.amazonaws.codecommit#TagsMap",
8287                    "traits": {
8288                        "smithy.api#documentation": "<p>A list of tag key and value pairs associated with the specified resource.</p>"
8289                    }
8290                },
8291                "nextToken": {
8292                    "target": "com.amazonaws.codecommit#NextToken",
8293                    "traits": {
8294                        "smithy.api#documentation": "<p>An enumeration token that allows the operation to batch the next results of the operation.</p>"
8295                    }
8296                }
8297            }
8298        },
8299        "com.amazonaws.codecommit#Location": {
8300            "type": "structure",
8301            "members": {
8302                "filePath": {
8303                    "target": "com.amazonaws.codecommit#Path",
8304                    "traits": {
8305                        "smithy.api#documentation": "<p>The name of the file being compared, including its extension and subdirectory, if any.</p>"
8306                    }
8307                },
8308                "filePosition": {
8309                    "target": "com.amazonaws.codecommit#Position",
8310                    "traits": {
8311                        "smithy.api#documentation": "<p>The position of a change in a compared file, in line number format.</p>"
8312                    }
8313                },
8314                "relativeFileVersion": {
8315                    "target": "com.amazonaws.codecommit#RelativeFileVersionEnum",
8316                    "traits": {
8317                        "smithy.api#documentation": "<p>In a comparison of commits or a pull request, whether the change is in the before or\n            after of that comparison.</p>"
8318                    }
8319                }
8320            },
8321            "traits": {
8322                "smithy.api#documentation": "<p>Returns information about the location of a change or comment in the comparison between two commits or a pull request.</p>"
8323            }
8324        },
8325        "com.amazonaws.codecommit#ManualMergeRequiredException": {
8326            "type": "structure",
8327            "members": {
8328                "message": {
8329                    "target": "com.amazonaws.codecommit#Message",
8330                    "traits": {
8331                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8332                    }
8333                }
8334            },
8335            "traits": {
8336                "smithy.api#documentation": "<p>The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.</p>",
8337                "smithy.api#error": "client"
8338            }
8339        },
8340        "com.amazonaws.codecommit#MaxResults": {
8341            "type": "integer",
8342            "traits": {
8343                "smithy.api#box": {}
8344            }
8345        },
8346        "com.amazonaws.codecommit#MaximumBranchesExceededException": {
8347            "type": "structure",
8348            "members": {
8349                "message": {
8350                    "target": "com.amazonaws.codecommit#Message",
8351                    "traits": {
8352                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8353                    }
8354                }
8355            },
8356            "traits": {
8357                "smithy.api#documentation": "<p>The number of branches for the trigger was exceeded.</p>",
8358                "smithy.api#error": "client"
8359            }
8360        },
8361        "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException": {
8362            "type": "structure",
8363            "members": {
8364                "message": {
8365                    "target": "com.amazonaws.codecommit#Message",
8366                    "traits": {
8367                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8368                    }
8369                }
8370            },
8371            "traits": {
8372                "smithy.api#documentation": "<p>The number of allowed conflict resolution entries was exceeded.</p>",
8373                "smithy.api#error": "client"
8374            }
8375        },
8376        "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException": {
8377            "type": "structure",
8378            "members": {
8379                "message": {
8380                    "target": "com.amazonaws.codecommit#Message",
8381                    "traits": {
8382                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8383                    }
8384                }
8385            },
8386            "traits": {
8387                "smithy.api#documentation": "<p>The number of files to load exceeds the allowed limit.</p>",
8388                "smithy.api#error": "client"
8389            }
8390        },
8391        "com.amazonaws.codecommit#MaximumFileEntriesExceededException": {
8392            "type": "structure",
8393            "members": {
8394                "message": {
8395                    "target": "com.amazonaws.codecommit#Message",
8396                    "traits": {
8397                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8398                    }
8399                }
8400            },
8401            "traits": {
8402                "smithy.api#documentation": "<p>The number of specified files to change as part of this commit exceeds the maximum number of files \n        that can be changed in a single commit. Consider using a Git client for these changes.</p>",
8403                "smithy.api#error": "client"
8404            }
8405        },
8406        "com.amazonaws.codecommit#MaximumItemsToCompareExceededException": {
8407            "type": "structure",
8408            "members": {
8409                "message": {
8410                    "target": "com.amazonaws.codecommit#Message",
8411                    "traits": {
8412                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8413                    }
8414                }
8415            },
8416            "traits": {
8417                "smithy.api#documentation": "<p>The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.</p>",
8418                "smithy.api#error": "client"
8419            }
8420        },
8421        "com.amazonaws.codecommit#MaximumNumberOfApprovalsExceededException": {
8422            "type": "structure",
8423            "members": {
8424                "message": {
8425                    "target": "com.amazonaws.codecommit#Message",
8426                    "traits": {
8427                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8428                    }
8429                }
8430            },
8431            "traits": {
8432                "smithy.api#documentation": "<p>The number of approvals required for the approval rule exceeds the maximum number allowed.</p>",
8433                "smithy.api#error": "client"
8434            }
8435        },
8436        "com.amazonaws.codecommit#MaximumOpenPullRequestsExceededException": {
8437            "type": "structure",
8438            "members": {
8439                "message": {
8440                    "target": "com.amazonaws.codecommit#Message",
8441                    "traits": {
8442                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8443                    }
8444                }
8445            },
8446            "traits": {
8447                "smithy.api#documentation": "<p>You cannot create the pull request because the repository has too many open pull requests. \n            The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.</p>",
8448                "smithy.api#error": "client"
8449            }
8450        },
8451        "com.amazonaws.codecommit#MaximumRepositoryNamesExceededException": {
8452            "type": "structure",
8453            "members": {
8454                "message": {
8455                    "target": "com.amazonaws.codecommit#Message",
8456                    "traits": {
8457                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8458                    }
8459                }
8460            },
8461            "traits": {
8462                "smithy.api#documentation": "<p>The maximum number of allowed repository names was exceeded. Currently, this number is 100.</p>",
8463                "smithy.api#error": "client"
8464            }
8465        },
8466        "com.amazonaws.codecommit#MaximumRepositoryTriggersExceededException": {
8467            "type": "structure",
8468            "members": {
8469                "message": {
8470                    "target": "com.amazonaws.codecommit#Message",
8471                    "traits": {
8472                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8473                    }
8474                }
8475            },
8476            "traits": {
8477                "smithy.api#documentation": "<p>The number of triggers allowed for the repository was exceeded.</p>",
8478                "smithy.api#error": "client"
8479            }
8480        },
8481        "com.amazonaws.codecommit#MaximumRuleTemplatesAssociatedWithRepositoryException": {
8482            "type": "structure",
8483            "members": {
8484                "message": {
8485                    "target": "com.amazonaws.codecommit#Message",
8486                    "traits": {
8487                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
8488                    }
8489                }
8490            },
8491            "traits": {
8492                "smithy.api#documentation": "<p>The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25 \n        approval rule templates with a repository.</p>",
8493                "smithy.api#error": "client"
8494            }
8495        },
8496        "com.amazonaws.codecommit#MergeBranchesByFastForward": {
8497            "type": "operation",
8498            "input": {
8499                "target": "com.amazonaws.codecommit#MergeBranchesByFastForwardInput"
8500            },
8501            "output": {
8502                "target": "com.amazonaws.codecommit#MergeBranchesByFastForwardOutput"
8503            },
8504            "errors": [
8505                {
8506                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
8507                },
8508                {
8509                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
8510                },
8511                {
8512                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
8513                },
8514                {
8515                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
8516                },
8517                {
8518                    "target": "com.amazonaws.codecommit#CommitRequiredException"
8519                },
8520                {
8521                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
8522                },
8523                {
8524                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
8525                },
8526                {
8527                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
8528                },
8529                {
8530                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
8531                },
8532                {
8533                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
8534                },
8535                {
8536                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
8537                },
8538                {
8539                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
8540                },
8541                {
8542                    "target": "com.amazonaws.codecommit#InvalidCommitException"
8543                },
8544                {
8545                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
8546                },
8547                {
8548                    "target": "com.amazonaws.codecommit#InvalidTargetBranchException"
8549                },
8550                {
8551                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
8552                },
8553                {
8554                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
8555                },
8556                {
8557                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
8558                },
8559                {
8560                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
8561                }
8562            ],
8563            "traits": {
8564                "smithy.api#documentation": "<p>Merges two branches using the fast-forward merge strategy.</p>"
8565            }
8566        },
8567        "com.amazonaws.codecommit#MergeBranchesByFastForwardInput": {
8568            "type": "structure",
8569            "members": {
8570                "repositoryName": {
8571                    "target": "com.amazonaws.codecommit#RepositoryName",
8572                    "traits": {
8573                        "smithy.api#documentation": "<p>The name of the repository where you want to merge two branches.</p>",
8574                        "smithy.api#required": {}
8575                    }
8576                },
8577                "sourceCommitSpecifier": {
8578                    "target": "com.amazonaws.codecommit#CommitName",
8579                    "traits": {
8580                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8581                        "smithy.api#required": {}
8582                    }
8583                },
8584                "destinationCommitSpecifier": {
8585                    "target": "com.amazonaws.codecommit#CommitName",
8586                    "traits": {
8587                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8588                        "smithy.api#required": {}
8589                    }
8590                },
8591                "targetBranch": {
8592                    "target": "com.amazonaws.codecommit#BranchName",
8593                    "traits": {
8594                        "smithy.api#documentation": "<p>The branch where the merge is applied.</p>"
8595                    }
8596                }
8597            }
8598        },
8599        "com.amazonaws.codecommit#MergeBranchesByFastForwardOutput": {
8600            "type": "structure",
8601            "members": {
8602                "commitId": {
8603                    "target": "com.amazonaws.codecommit#ObjectId",
8604                    "traits": {
8605                        "smithy.api#documentation": "<p>The commit ID of the merge in the destination or target branch.</p>"
8606                    }
8607                },
8608                "treeId": {
8609                    "target": "com.amazonaws.codecommit#ObjectId",
8610                    "traits": {
8611                        "smithy.api#documentation": "<p>The tree ID of the merge in the destination or target branch.</p>"
8612                    }
8613                }
8614            }
8615        },
8616        "com.amazonaws.codecommit#MergeBranchesBySquash": {
8617            "type": "operation",
8618            "input": {
8619                "target": "com.amazonaws.codecommit#MergeBranchesBySquashInput"
8620            },
8621            "output": {
8622                "target": "com.amazonaws.codecommit#MergeBranchesBySquashOutput"
8623            },
8624            "errors": [
8625                {
8626                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
8627                },
8628                {
8629                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
8630                },
8631                {
8632                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
8633                },
8634                {
8635                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
8636                },
8637                {
8638                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
8639                },
8640                {
8641                    "target": "com.amazonaws.codecommit#CommitRequiredException"
8642                },
8643                {
8644                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
8645                },
8646                {
8647                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
8648                },
8649                {
8650                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
8651                },
8652                {
8653                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
8654                },
8655                {
8656                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
8657                },
8658                {
8659                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
8660                },
8661                {
8662                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
8663                },
8664                {
8665                    "target": "com.amazonaws.codecommit#FileModeRequiredException"
8666                },
8667                {
8668                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
8669                },
8670                {
8671                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
8672                },
8673                {
8674                    "target": "com.amazonaws.codecommit#InvalidCommitException"
8675                },
8676                {
8677                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
8678                },
8679                {
8680                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionException"
8681                },
8682                {
8683                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
8684                },
8685                {
8686                    "target": "com.amazonaws.codecommit#InvalidEmailException"
8687                },
8688                {
8689                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
8690                },
8691                {
8692                    "target": "com.amazonaws.codecommit#InvalidPathException"
8693                },
8694                {
8695                    "target": "com.amazonaws.codecommit#InvalidReplacementContentException"
8696                },
8697                {
8698                    "target": "com.amazonaws.codecommit#InvalidReplacementTypeException"
8699                },
8700                {
8701                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
8702                },
8703                {
8704                    "target": "com.amazonaws.codecommit#InvalidTargetBranchException"
8705                },
8706                {
8707                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
8708                },
8709                {
8710                    "target": "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException"
8711                },
8712                {
8713                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
8714                },
8715                {
8716                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
8717                },
8718                {
8719                    "target": "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException"
8720                },
8721                {
8722                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
8723                },
8724                {
8725                    "target": "com.amazonaws.codecommit#PathRequiredException"
8726                },
8727                {
8728                    "target": "com.amazonaws.codecommit#ReplacementContentRequiredException"
8729                },
8730                {
8731                    "target": "com.amazonaws.codecommit#ReplacementTypeRequiredException"
8732                },
8733                {
8734                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
8735                },
8736                {
8737                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
8738                },
8739                {
8740                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
8741                }
8742            ],
8743            "traits": {
8744                "smithy.api#documentation": "<p>Merges two branches using the squash merge strategy.</p>"
8745            }
8746        },
8747        "com.amazonaws.codecommit#MergeBranchesBySquashInput": {
8748            "type": "structure",
8749            "members": {
8750                "repositoryName": {
8751                    "target": "com.amazonaws.codecommit#RepositoryName",
8752                    "traits": {
8753                        "smithy.api#documentation": "<p>The name of the repository where you want to merge two branches.</p>",
8754                        "smithy.api#required": {}
8755                    }
8756                },
8757                "sourceCommitSpecifier": {
8758                    "target": "com.amazonaws.codecommit#CommitName",
8759                    "traits": {
8760                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8761                        "smithy.api#required": {}
8762                    }
8763                },
8764                "destinationCommitSpecifier": {
8765                    "target": "com.amazonaws.codecommit#CommitName",
8766                    "traits": {
8767                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8768                        "smithy.api#required": {}
8769                    }
8770                },
8771                "targetBranch": {
8772                    "target": "com.amazonaws.codecommit#BranchName",
8773                    "traits": {
8774                        "smithy.api#documentation": "<p>The branch where the merge is applied. </p>"
8775                    }
8776                },
8777                "conflictDetailLevel": {
8778                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
8779                    "traits": {
8780                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
8781                    }
8782                },
8783                "conflictResolutionStrategy": {
8784                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
8785                    "traits": {
8786                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
8787                    }
8788                },
8789                "authorName": {
8790                    "target": "com.amazonaws.codecommit#Name",
8791                    "traits": {
8792                        "smithy.api#documentation": "<p>The name of the author who created the commit. This information is used as both the\n            author and committer for the commit.</p>"
8793                    }
8794                },
8795                "email": {
8796                    "target": "com.amazonaws.codecommit#Email",
8797                    "traits": {
8798                        "smithy.api#documentation": "<p>The email address of the person merging the branches. This information is used in the\n            commit information for the merge.</p>"
8799                    }
8800                },
8801                "commitMessage": {
8802                    "target": "com.amazonaws.codecommit#Message",
8803                    "traits": {
8804                        "smithy.api#documentation": "<p>The commit message for the merge.</p>"
8805                    }
8806                },
8807                "keepEmptyFolders": {
8808                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
8809                    "traits": {
8810                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If this is specified as true, a .gitkeep file is\n            created for empty folders. The default is false.</p>"
8811                    }
8812                },
8813                "conflictResolution": {
8814                    "target": "com.amazonaws.codecommit#ConflictResolution",
8815                    "traits": {
8816                        "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
8817                    }
8818                }
8819            }
8820        },
8821        "com.amazonaws.codecommit#MergeBranchesBySquashOutput": {
8822            "type": "structure",
8823            "members": {
8824                "commitId": {
8825                    "target": "com.amazonaws.codecommit#ObjectId",
8826                    "traits": {
8827                        "smithy.api#documentation": "<p>The commit ID of the merge in the destination or target branch.</p>"
8828                    }
8829                },
8830                "treeId": {
8831                    "target": "com.amazonaws.codecommit#ObjectId",
8832                    "traits": {
8833                        "smithy.api#documentation": "<p>The tree ID of the merge in the destination or target branch.</p>"
8834                    }
8835                }
8836            }
8837        },
8838        "com.amazonaws.codecommit#MergeBranchesByThreeWay": {
8839            "type": "operation",
8840            "input": {
8841                "target": "com.amazonaws.codecommit#MergeBranchesByThreeWayInput"
8842            },
8843            "output": {
8844                "target": "com.amazonaws.codecommit#MergeBranchesByThreeWayOutput"
8845            },
8846            "errors": [
8847                {
8848                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
8849                },
8850                {
8851                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
8852                },
8853                {
8854                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
8855                },
8856                {
8857                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
8858                },
8859                {
8860                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
8861                },
8862                {
8863                    "target": "com.amazonaws.codecommit#CommitRequiredException"
8864                },
8865                {
8866                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
8867                },
8868                {
8869                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
8870                },
8871                {
8872                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
8873                },
8874                {
8875                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
8876                },
8877                {
8878                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
8879                },
8880                {
8881                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
8882                },
8883                {
8884                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
8885                },
8886                {
8887                    "target": "com.amazonaws.codecommit#FileModeRequiredException"
8888                },
8889                {
8890                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
8891                },
8892                {
8893                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
8894                },
8895                {
8896                    "target": "com.amazonaws.codecommit#InvalidCommitException"
8897                },
8898                {
8899                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
8900                },
8901                {
8902                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionException"
8903                },
8904                {
8905                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
8906                },
8907                {
8908                    "target": "com.amazonaws.codecommit#InvalidEmailException"
8909                },
8910                {
8911                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
8912                },
8913                {
8914                    "target": "com.amazonaws.codecommit#InvalidPathException"
8915                },
8916                {
8917                    "target": "com.amazonaws.codecommit#InvalidReplacementContentException"
8918                },
8919                {
8920                    "target": "com.amazonaws.codecommit#InvalidReplacementTypeException"
8921                },
8922                {
8923                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
8924                },
8925                {
8926                    "target": "com.amazonaws.codecommit#InvalidTargetBranchException"
8927                },
8928                {
8929                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
8930                },
8931                {
8932                    "target": "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException"
8933                },
8934                {
8935                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
8936                },
8937                {
8938                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
8939                },
8940                {
8941                    "target": "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException"
8942                },
8943                {
8944                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
8945                },
8946                {
8947                    "target": "com.amazonaws.codecommit#PathRequiredException"
8948                },
8949                {
8950                    "target": "com.amazonaws.codecommit#ReplacementContentRequiredException"
8951                },
8952                {
8953                    "target": "com.amazonaws.codecommit#ReplacementTypeRequiredException"
8954                },
8955                {
8956                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
8957                },
8958                {
8959                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
8960                },
8961                {
8962                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
8963                }
8964            ],
8965            "traits": {
8966                "smithy.api#documentation": "<p>Merges two specified branches using the three-way merge strategy.</p>"
8967            }
8968        },
8969        "com.amazonaws.codecommit#MergeBranchesByThreeWayInput": {
8970            "type": "structure",
8971            "members": {
8972                "repositoryName": {
8973                    "target": "com.amazonaws.codecommit#RepositoryName",
8974                    "traits": {
8975                        "smithy.api#documentation": "<p>The name of the repository where you want to merge two branches.</p>",
8976                        "smithy.api#required": {}
8977                    }
8978                },
8979                "sourceCommitSpecifier": {
8980                    "target": "com.amazonaws.codecommit#CommitName",
8981                    "traits": {
8982                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8983                        "smithy.api#required": {}
8984                    }
8985                },
8986                "destinationCommitSpecifier": {
8987                    "target": "com.amazonaws.codecommit#CommitName",
8988                    "traits": {
8989                        "smithy.api#documentation": "<p>The branch, tag, HEAD, or other fully qualified reference used to identify a commit\n            (for example, a branch name or a full commit ID).</p>",
8990                        "smithy.api#required": {}
8991                    }
8992                },
8993                "targetBranch": {
8994                    "target": "com.amazonaws.codecommit#BranchName",
8995                    "traits": {
8996                        "smithy.api#documentation": "<p>The branch where the merge is applied. </p>"
8997                    }
8998                },
8999                "conflictDetailLevel": {
9000                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
9001                    "traits": {
9002                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
9003                    }
9004                },
9005                "conflictResolutionStrategy": {
9006                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
9007                    "traits": {
9008                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
9009                    }
9010                },
9011                "authorName": {
9012                    "target": "com.amazonaws.codecommit#Name",
9013                    "traits": {
9014                        "smithy.api#documentation": "<p>The name of the author who created the commit. This information is used as both the\n            author and committer for the commit.</p>"
9015                    }
9016                },
9017                "email": {
9018                    "target": "com.amazonaws.codecommit#Email",
9019                    "traits": {
9020                        "smithy.api#documentation": "<p>The email address of the person merging the branches. This information is used in the\n            commit information for the merge.</p>"
9021                    }
9022                },
9023                "commitMessage": {
9024                    "target": "com.amazonaws.codecommit#Message",
9025                    "traits": {
9026                        "smithy.api#documentation": "<p>The commit message to include in the commit information for the merge.</p>"
9027                    }
9028                },
9029                "keepEmptyFolders": {
9030                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
9031                    "traits": {
9032                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If true, a .gitkeep file is created for empty folders.\n            The default is false.</p>"
9033                    }
9034                },
9035                "conflictResolution": {
9036                    "target": "com.amazonaws.codecommit#ConflictResolution",
9037                    "traits": {
9038                        "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
9039                    }
9040                }
9041            }
9042        },
9043        "com.amazonaws.codecommit#MergeBranchesByThreeWayOutput": {
9044            "type": "structure",
9045            "members": {
9046                "commitId": {
9047                    "target": "com.amazonaws.codecommit#ObjectId",
9048                    "traits": {
9049                        "smithy.api#documentation": "<p>The commit ID of the merge in the destination or target branch.</p>"
9050                    }
9051                },
9052                "treeId": {
9053                    "target": "com.amazonaws.codecommit#ObjectId",
9054                    "traits": {
9055                        "smithy.api#documentation": "<p>The tree ID of the merge in the destination or target branch.</p>"
9056                    }
9057                }
9058            }
9059        },
9060        "com.amazonaws.codecommit#MergeHunk": {
9061            "type": "structure",
9062            "members": {
9063                "isConflict": {
9064                    "target": "com.amazonaws.codecommit#IsHunkConflict",
9065                    "traits": {
9066                        "smithy.api#documentation": "<p>A Boolean value indicating whether a combination of hunks contains a conflict.\n            Conflicts occur when the same file or the same lines in a file were modified in both the\n            source and destination of a merge or pull request. Valid values include true, false, and\n            null. True when the hunk represents a conflict and one or more files contains a line\n            conflict. File mode conflicts in a merge do not set this to true.</p>"
9067                    }
9068                },
9069                "source": {
9070                    "target": "com.amazonaws.codecommit#MergeHunkDetail",
9071                    "traits": {
9072                        "smithy.api#documentation": "<p>Information about the merge hunk in the source of a merge or pull request.</p>"
9073                    }
9074                },
9075                "destination": {
9076                    "target": "com.amazonaws.codecommit#MergeHunkDetail",
9077                    "traits": {
9078                        "smithy.api#documentation": "<p>Information about the merge hunk in the destination of a merge or pull request.</p>"
9079                    }
9080                },
9081                "base": {
9082                    "target": "com.amazonaws.codecommit#MergeHunkDetail",
9083                    "traits": {
9084                        "smithy.api#documentation": "<p>Information about the merge hunk in the base of a merge or pull request.</p>"
9085                    }
9086                }
9087            },
9088            "traits": {
9089                "smithy.api#documentation": "<p>Information about merge hunks in a merge or pull request operation.</p>"
9090            }
9091        },
9092        "com.amazonaws.codecommit#MergeHunkDetail": {
9093            "type": "structure",
9094            "members": {
9095                "startLine": {
9096                    "target": "com.amazonaws.codecommit#LineNumber",
9097                    "traits": {
9098                        "smithy.api#documentation": "<p>The start position of the hunk in the merge result.</p>"
9099                    }
9100                },
9101                "endLine": {
9102                    "target": "com.amazonaws.codecommit#LineNumber",
9103                    "traits": {
9104                        "smithy.api#documentation": "<p>The end position of the hunk in the merge result.</p>"
9105                    }
9106                },
9107                "hunkContent": {
9108                    "target": "com.amazonaws.codecommit#HunkContent",
9109                    "traits": {
9110                        "smithy.api#documentation": "<p>The base-64 encoded content of the hunk merged region that might contain a\n            conflict.</p>"
9111                    }
9112                }
9113            },
9114            "traits": {
9115                "smithy.api#documentation": "<p>Information about the details of a merge hunk that contains a conflict in a merge or pull request operation.</p>"
9116            }
9117        },
9118        "com.amazonaws.codecommit#MergeHunks": {
9119            "type": "list",
9120            "member": {
9121                "target": "com.amazonaws.codecommit#MergeHunk"
9122            }
9123        },
9124        "com.amazonaws.codecommit#MergeMetadata": {
9125            "type": "structure",
9126            "members": {
9127                "isMerged": {
9128                    "target": "com.amazonaws.codecommit#IsMerged",
9129                    "traits": {
9130                        "smithy.api#documentation": "<p>A Boolean value indicating whether the merge has been made.</p>"
9131                    }
9132                },
9133                "mergedBy": {
9134                    "target": "com.amazonaws.codecommit#Arn",
9135                    "traits": {
9136                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who merged the branches.</p>"
9137                    }
9138                },
9139                "mergeCommitId": {
9140                    "target": "com.amazonaws.codecommit#CommitId",
9141                    "traits": {
9142                        "smithy.api#documentation": "<p>The commit ID for the merge commit, if any.</p>"
9143                    }
9144                },
9145                "mergeOption": {
9146                    "target": "com.amazonaws.codecommit#MergeOptionTypeEnum",
9147                    "traits": {
9148                        "smithy.api#documentation": "<p>The merge strategy used in the merge.</p>"
9149                    }
9150                }
9151            },
9152            "traits": {
9153                "smithy.api#documentation": "<p>Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.</p>"
9154            }
9155        },
9156        "com.amazonaws.codecommit#MergeOperations": {
9157            "type": "structure",
9158            "members": {
9159                "source": {
9160                    "target": "com.amazonaws.codecommit#ChangeTypeEnum",
9161                    "traits": {
9162                        "smithy.api#documentation": "<p>The operation (add, modify, or delete) on a file in the source of a merge or pull\n            request.</p>"
9163                    }
9164                },
9165                "destination": {
9166                    "target": "com.amazonaws.codecommit#ChangeTypeEnum",
9167                    "traits": {
9168                        "smithy.api#documentation": "<p>The operation on a file in the destination of a merge or pull request.</p>"
9169                    }
9170                }
9171            },
9172            "traits": {
9173                "smithy.api#documentation": "<p>Information about the file operation conflicts in a merge operation.</p>"
9174            }
9175        },
9176        "com.amazonaws.codecommit#MergeOptionRequiredException": {
9177            "type": "structure",
9178            "members": {
9179                "message": {
9180                    "target": "com.amazonaws.codecommit#Message",
9181                    "traits": {
9182                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9183                    }
9184                }
9185            },
9186            "traits": {
9187                "smithy.api#documentation": "<p>A merge option or stategy is required, and none was provided.</p>",
9188                "smithy.api#error": "client"
9189            }
9190        },
9191        "com.amazonaws.codecommit#MergeOptionTypeEnum": {
9192            "type": "string",
9193            "traits": {
9194                "smithy.api#enum": [
9195                    {
9196                        "value": "FAST_FORWARD_MERGE",
9197                        "name": "FAST_FORWARD_MERGE"
9198                    },
9199                    {
9200                        "value": "SQUASH_MERGE",
9201                        "name": "SQUASH_MERGE"
9202                    },
9203                    {
9204                        "value": "THREE_WAY_MERGE",
9205                        "name": "THREE_WAY_MERGE"
9206                    }
9207                ]
9208            }
9209        },
9210        "com.amazonaws.codecommit#MergeOptions": {
9211            "type": "list",
9212            "member": {
9213                "target": "com.amazonaws.codecommit#MergeOptionTypeEnum"
9214            }
9215        },
9216        "com.amazonaws.codecommit#MergePullRequestByFastForward": {
9217            "type": "operation",
9218            "input": {
9219                "target": "com.amazonaws.codecommit#MergePullRequestByFastForwardInput"
9220            },
9221            "output": {
9222                "target": "com.amazonaws.codecommit#MergePullRequestByFastForwardOutput"
9223            },
9224            "errors": [
9225                {
9226                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
9227                },
9228                {
9229                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
9230                },
9231                {
9232                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
9233                },
9234                {
9235                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
9236                },
9237                {
9238                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
9239                },
9240                {
9241                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
9242                },
9243                {
9244                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
9245                },
9246                {
9247                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
9248                },
9249                {
9250                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
9251                },
9252                {
9253                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
9254                },
9255                {
9256                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
9257                },
9258                {
9259                    "target": "com.amazonaws.codecommit#PullRequestApprovalRulesNotSatisfiedException"
9260                },
9261                {
9262                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
9263                },
9264                {
9265                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
9266                },
9267                {
9268                    "target": "com.amazonaws.codecommit#ReferenceDoesNotExistException"
9269                },
9270                {
9271                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
9272                },
9273                {
9274                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
9275                },
9276                {
9277                    "target": "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException"
9278                },
9279                {
9280                    "target": "com.amazonaws.codecommit#TipOfSourceReferenceIsDifferentException"
9281                }
9282            ],
9283            "traits": {
9284                "smithy.api#documentation": "<p>Attempts to merge the source commit of a pull request into the specified destination\n            branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.</p>"
9285            }
9286        },
9287        "com.amazonaws.codecommit#MergePullRequestByFastForwardInput": {
9288            "type": "structure",
9289            "members": {
9290                "pullRequestId": {
9291                    "target": "com.amazonaws.codecommit#PullRequestId",
9292                    "traits": {
9293                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
9294                        "smithy.api#required": {}
9295                    }
9296                },
9297                "repositoryName": {
9298                    "target": "com.amazonaws.codecommit#RepositoryName",
9299                    "traits": {
9300                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>",
9301                        "smithy.api#required": {}
9302                    }
9303                },
9304                "sourceCommitId": {
9305                    "target": "com.amazonaws.codecommit#ObjectId",
9306                    "traits": {
9307                        "smithy.api#documentation": "<p>The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an \n        exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.</p>"
9308                    }
9309                }
9310            }
9311        },
9312        "com.amazonaws.codecommit#MergePullRequestByFastForwardOutput": {
9313            "type": "structure",
9314            "members": {
9315                "pullRequest": {
9316                    "target": "com.amazonaws.codecommit#PullRequest",
9317                    "traits": {
9318                        "smithy.api#documentation": "<p>Information about the specified pull request, including the merge.</p>"
9319                    }
9320                }
9321            }
9322        },
9323        "com.amazonaws.codecommit#MergePullRequestBySquash": {
9324            "type": "operation",
9325            "input": {
9326                "target": "com.amazonaws.codecommit#MergePullRequestBySquashInput"
9327            },
9328            "output": {
9329                "target": "com.amazonaws.codecommit#MergePullRequestBySquashOutput"
9330            },
9331            "errors": [
9332                {
9333                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
9334                },
9335                {
9336                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
9337                },
9338                {
9339                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
9340                },
9341                {
9342                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
9343                },
9344                {
9345                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
9346                },
9347                {
9348                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
9349                },
9350                {
9351                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
9352                },
9353                {
9354                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
9355                },
9356                {
9357                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
9358                },
9359                {
9360                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
9361                },
9362                {
9363                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
9364                },
9365                {
9366                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionException"
9367                },
9368                {
9369                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
9370                },
9371                {
9372                    "target": "com.amazonaws.codecommit#InvalidEmailException"
9373                },
9374                {
9375                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
9376                },
9377                {
9378                    "target": "com.amazonaws.codecommit#InvalidPathException"
9379                },
9380                {
9381                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
9382                },
9383                {
9384                    "target": "com.amazonaws.codecommit#InvalidReplacementContentException"
9385                },
9386                {
9387                    "target": "com.amazonaws.codecommit#InvalidReplacementTypeException"
9388                },
9389                {
9390                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
9391                },
9392                {
9393                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
9394                },
9395                {
9396                    "target": "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException"
9397                },
9398                {
9399                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
9400                },
9401                {
9402                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
9403                },
9404                {
9405                    "target": "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException"
9406                },
9407                {
9408                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
9409                },
9410                {
9411                    "target": "com.amazonaws.codecommit#PathRequiredException"
9412                },
9413                {
9414                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
9415                },
9416                {
9417                    "target": "com.amazonaws.codecommit#PullRequestApprovalRulesNotSatisfiedException"
9418                },
9419                {
9420                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
9421                },
9422                {
9423                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
9424                },
9425                {
9426                    "target": "com.amazonaws.codecommit#ReplacementContentRequiredException"
9427                },
9428                {
9429                    "target": "com.amazonaws.codecommit#ReplacementTypeRequiredException"
9430                },
9431                {
9432                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
9433                },
9434                {
9435                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
9436                },
9437                {
9438                    "target": "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException"
9439                },
9440                {
9441                    "target": "com.amazonaws.codecommit#TipOfSourceReferenceIsDifferentException"
9442                },
9443                {
9444                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
9445                }
9446            ],
9447            "traits": {
9448                "smithy.api#documentation": "<p>Attempts to merge the source commit of a pull request into the specified destination\n            branch for that pull request at the specified commit using the squash merge strategy. If the merge is successful, it closes the pull request.</p>"
9449            }
9450        },
9451        "com.amazonaws.codecommit#MergePullRequestBySquashInput": {
9452            "type": "structure",
9453            "members": {
9454                "pullRequestId": {
9455                    "target": "com.amazonaws.codecommit#PullRequestId",
9456                    "traits": {
9457                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
9458                        "smithy.api#required": {}
9459                    }
9460                },
9461                "repositoryName": {
9462                    "target": "com.amazonaws.codecommit#RepositoryName",
9463                    "traits": {
9464                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>",
9465                        "smithy.api#required": {}
9466                    }
9467                },
9468                "sourceCommitId": {
9469                    "target": "com.amazonaws.codecommit#ObjectId",
9470                    "traits": {
9471                        "smithy.api#documentation": "<p>The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an \n            exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.</p>"
9472                    }
9473                },
9474                "conflictDetailLevel": {
9475                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
9476                    "traits": {
9477                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
9478                    }
9479                },
9480                "conflictResolutionStrategy": {
9481                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
9482                    "traits": {
9483                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
9484                    }
9485                },
9486                "commitMessage": {
9487                    "target": "com.amazonaws.codecommit#Message",
9488                    "traits": {
9489                        "smithy.api#documentation": "<p>The commit message to include in the commit information for the merge.</p>"
9490                    }
9491                },
9492                "authorName": {
9493                    "target": "com.amazonaws.codecommit#Name",
9494                    "traits": {
9495                        "smithy.api#documentation": "<p>The name of the author who created the commit. This information is used as both the\n            author and committer for the commit.</p>"
9496                    }
9497                },
9498                "email": {
9499                    "target": "com.amazonaws.codecommit#Email",
9500                    "traits": {
9501                        "smithy.api#documentation": "<p>The email address of the person merging the branches. This information is used in the\n            commit information for the merge.</p>"
9502                    }
9503                },
9504                "keepEmptyFolders": {
9505                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
9506                    "traits": {
9507                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If true, a .gitkeep file is created for empty folders.\n            The default is false.</p>"
9508                    }
9509                },
9510                "conflictResolution": {
9511                    "target": "com.amazonaws.codecommit#ConflictResolution",
9512                    "traits": {
9513                        "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
9514                    }
9515                }
9516            }
9517        },
9518        "com.amazonaws.codecommit#MergePullRequestBySquashOutput": {
9519            "type": "structure",
9520            "members": {
9521                "pullRequest": {
9522                    "target": "com.amazonaws.codecommit#PullRequest"
9523                }
9524            }
9525        },
9526        "com.amazonaws.codecommit#MergePullRequestByThreeWay": {
9527            "type": "operation",
9528            "input": {
9529                "target": "com.amazonaws.codecommit#MergePullRequestByThreeWayInput"
9530            },
9531            "output": {
9532                "target": "com.amazonaws.codecommit#MergePullRequestByThreeWayOutput"
9533            },
9534            "errors": [
9535                {
9536                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
9537                },
9538                {
9539                    "target": "com.amazonaws.codecommit#ConcurrentReferenceUpdateException"
9540                },
9541                {
9542                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
9543                },
9544                {
9545                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
9546                },
9547                {
9548                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
9549                },
9550                {
9551                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
9552                },
9553                {
9554                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
9555                },
9556                {
9557                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
9558                },
9559                {
9560                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
9561                },
9562                {
9563                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
9564                },
9565                {
9566                    "target": "com.amazonaws.codecommit#InvalidConflictDetailLevelException"
9567                },
9568                {
9569                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionException"
9570                },
9571                {
9572                    "target": "com.amazonaws.codecommit#InvalidConflictResolutionStrategyException"
9573                },
9574                {
9575                    "target": "com.amazonaws.codecommit#InvalidEmailException"
9576                },
9577                {
9578                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
9579                },
9580                {
9581                    "target": "com.amazonaws.codecommit#InvalidPathException"
9582                },
9583                {
9584                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
9585                },
9586                {
9587                    "target": "com.amazonaws.codecommit#InvalidReplacementContentException"
9588                },
9589                {
9590                    "target": "com.amazonaws.codecommit#InvalidReplacementTypeException"
9591                },
9592                {
9593                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
9594                },
9595                {
9596                    "target": "com.amazonaws.codecommit#ManualMergeRequiredException"
9597                },
9598                {
9599                    "target": "com.amazonaws.codecommit#MaximumConflictResolutionEntriesExceededException"
9600                },
9601                {
9602                    "target": "com.amazonaws.codecommit#MaximumFileContentToLoadExceededException"
9603                },
9604                {
9605                    "target": "com.amazonaws.codecommit#MaximumItemsToCompareExceededException"
9606                },
9607                {
9608                    "target": "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException"
9609                },
9610                {
9611                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
9612                },
9613                {
9614                    "target": "com.amazonaws.codecommit#PathRequiredException"
9615                },
9616                {
9617                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
9618                },
9619                {
9620                    "target": "com.amazonaws.codecommit#PullRequestApprovalRulesNotSatisfiedException"
9621                },
9622                {
9623                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
9624                },
9625                {
9626                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
9627                },
9628                {
9629                    "target": "com.amazonaws.codecommit#ReplacementContentRequiredException"
9630                },
9631                {
9632                    "target": "com.amazonaws.codecommit#ReplacementTypeRequiredException"
9633                },
9634                {
9635                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
9636                },
9637                {
9638                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
9639                },
9640                {
9641                    "target": "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException"
9642                },
9643                {
9644                    "target": "com.amazonaws.codecommit#TipOfSourceReferenceIsDifferentException"
9645                },
9646                {
9647                    "target": "com.amazonaws.codecommit#TipsDivergenceExceededException"
9648                }
9649            ],
9650            "traits": {
9651                "smithy.api#documentation": "<p>Attempts to merge the source commit of a pull request into the specified destination\n            branch for that pull request at the specified commit using the three-way merge strategy. If the merge is successful, it closes the pull request.</p>"
9652            }
9653        },
9654        "com.amazonaws.codecommit#MergePullRequestByThreeWayInput": {
9655            "type": "structure",
9656            "members": {
9657                "pullRequestId": {
9658                    "target": "com.amazonaws.codecommit#PullRequestId",
9659                    "traits": {
9660                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
9661                        "smithy.api#required": {}
9662                    }
9663                },
9664                "repositoryName": {
9665                    "target": "com.amazonaws.codecommit#RepositoryName",
9666                    "traits": {
9667                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>",
9668                        "smithy.api#required": {}
9669                    }
9670                },
9671                "sourceCommitId": {
9672                    "target": "com.amazonaws.codecommit#ObjectId",
9673                    "traits": {
9674                        "smithy.api#documentation": "<p>The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an \n            exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.</p>"
9675                    }
9676                },
9677                "conflictDetailLevel": {
9678                    "target": "com.amazonaws.codecommit#ConflictDetailLevelTypeEnum",
9679                    "traits": {
9680                        "smithy.api#documentation": "<p>The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used,\n            which returns a not-mergeable result if the same file has differences in both branches.\n            If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in\n            both branches has differences on the same line.</p>"
9681                    }
9682                },
9683                "conflictResolutionStrategy": {
9684                    "target": "com.amazonaws.codecommit#ConflictResolutionStrategyTypeEnum",
9685                    "traits": {
9686                        "smithy.api#documentation": "<p>Specifies which branch to use when resolving conflicts, or whether to attempt\n            automatically merging two versions of a file. The default is NONE, which requires any\n            conflicts to be resolved manually before the merge operation is successful.</p>"
9687                    }
9688                },
9689                "commitMessage": {
9690                    "target": "com.amazonaws.codecommit#Message",
9691                    "traits": {
9692                        "smithy.api#documentation": "<p>The commit message to include in the commit information for the merge.</p>"
9693                    }
9694                },
9695                "authorName": {
9696                    "target": "com.amazonaws.codecommit#Name",
9697                    "traits": {
9698                        "smithy.api#documentation": "<p>The name of the author who created the commit. This information is used as both the\n            author and committer for the commit.</p>"
9699                    }
9700                },
9701                "email": {
9702                    "target": "com.amazonaws.codecommit#Email",
9703                    "traits": {
9704                        "smithy.api#documentation": "<p>The email address of the person merging the branches. This information is used in the\n            commit information for the merge.</p>"
9705                    }
9706                },
9707                "keepEmptyFolders": {
9708                    "target": "com.amazonaws.codecommit#KeepEmptyFolders",
9709                    "traits": {
9710                        "smithy.api#documentation": "<p>If the commit contains deletions, whether to keep a folder or folder structure if the\n            changes leave the folders empty. If true, a .gitkeep file is created for empty folders.\n            The default is false.</p>"
9711                    }
9712                },
9713                "conflictResolution": {
9714                    "target": "com.amazonaws.codecommit#ConflictResolution",
9715                    "traits": {
9716                        "smithy.api#documentation": "<p>If AUTOMERGE is the conflict resolution strategy, a list of inputs to use when\n            resolving conflicts during a merge.</p>"
9717                    }
9718                }
9719            }
9720        },
9721        "com.amazonaws.codecommit#MergePullRequestByThreeWayOutput": {
9722            "type": "structure",
9723            "members": {
9724                "pullRequest": {
9725                    "target": "com.amazonaws.codecommit#PullRequest"
9726                }
9727            }
9728        },
9729        "com.amazonaws.codecommit#Message": {
9730            "type": "string"
9731        },
9732        "com.amazonaws.codecommit#Mode": {
9733            "type": "string"
9734        },
9735        "com.amazonaws.codecommit#MultipleConflictResolutionEntriesException": {
9736            "type": "structure",
9737            "members": {
9738                "message": {
9739                    "target": "com.amazonaws.codecommit#Message",
9740                    "traits": {
9741                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9742                    }
9743                }
9744            },
9745            "traits": {
9746                "smithy.api#documentation": "<p>More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.</p>",
9747                "smithy.api#error": "client"
9748            }
9749        },
9750        "com.amazonaws.codecommit#MultipleRepositoriesInPullRequestException": {
9751            "type": "structure",
9752            "members": {
9753                "message": {
9754                    "target": "com.amazonaws.codecommit#Message",
9755                    "traits": {
9756                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9757                    }
9758                }
9759            },
9760            "traits": {
9761                "smithy.api#documentation": "<p>You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.</p>",
9762                "smithy.api#error": "client"
9763            }
9764        },
9765        "com.amazonaws.codecommit#Name": {
9766            "type": "string"
9767        },
9768        "com.amazonaws.codecommit#NameLengthExceededException": {
9769            "type": "structure",
9770            "members": {
9771                "message": {
9772                    "target": "com.amazonaws.codecommit#Message",
9773                    "traits": {
9774                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9775                    }
9776                }
9777            },
9778            "traits": {
9779                "smithy.api#documentation": "<p>The user name is not valid because it has exceeded the character limit for author names. </p>",
9780                "smithy.api#error": "client"
9781            }
9782        },
9783        "com.amazonaws.codecommit#NextToken": {
9784            "type": "string"
9785        },
9786        "com.amazonaws.codecommit#NoChangeException": {
9787            "type": "structure",
9788            "members": {
9789                "message": {
9790                    "target": "com.amazonaws.codecommit#Message",
9791                    "traits": {
9792                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9793                    }
9794                }
9795            },
9796            "traits": {
9797                "smithy.api#documentation": "<p>The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.</p>",
9798                "smithy.api#error": "client"
9799            }
9800        },
9801        "com.amazonaws.codecommit#NumberOfConflicts": {
9802            "type": "integer"
9803        },
9804        "com.amazonaws.codecommit#NumberOfRuleTemplatesExceededException": {
9805            "type": "structure",
9806            "members": {
9807                "message": {
9808                    "target": "com.amazonaws.codecommit#Message",
9809                    "traits": {
9810                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9811                    }
9812                }
9813            },
9814            "traits": {
9815                "smithy.api#documentation": "<p>The maximum number of approval rule templates has been exceeded for this AWS Region. </p>",
9816                "smithy.api#error": "client"
9817            }
9818        },
9819        "com.amazonaws.codecommit#NumberOfRulesExceededException": {
9820            "type": "structure",
9821            "members": {
9822                "message": {
9823                    "target": "com.amazonaws.codecommit#Message",
9824                    "traits": {
9825                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9826                    }
9827                }
9828            },
9829            "traits": {
9830                "smithy.api#documentation": "<p>The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.</p>",
9831                "smithy.api#error": "client"
9832            }
9833        },
9834        "com.amazonaws.codecommit#ObjectId": {
9835            "type": "string"
9836        },
9837        "com.amazonaws.codecommit#ObjectSize": {
9838            "type": "long"
9839        },
9840        "com.amazonaws.codecommit#ObjectTypeEnum": {
9841            "type": "string",
9842            "traits": {
9843                "smithy.api#enum": [
9844                    {
9845                        "value": "FILE",
9846                        "name": "FILE"
9847                    },
9848                    {
9849                        "value": "DIRECTORY",
9850                        "name": "DIRECTORY"
9851                    },
9852                    {
9853                        "value": "GIT_LINK",
9854                        "name": "GIT_LINK"
9855                    },
9856                    {
9857                        "value": "SYMBOLIC_LINK",
9858                        "name": "SYMBOLIC_LINK"
9859                    }
9860                ]
9861            }
9862        },
9863        "com.amazonaws.codecommit#ObjectTypes": {
9864            "type": "structure",
9865            "members": {
9866                "source": {
9867                    "target": "com.amazonaws.codecommit#ObjectTypeEnum",
9868                    "traits": {
9869                        "smithy.api#documentation": "<p>The type of the object in the source branch.</p>"
9870                    }
9871                },
9872                "destination": {
9873                    "target": "com.amazonaws.codecommit#ObjectTypeEnum",
9874                    "traits": {
9875                        "smithy.api#documentation": "<p>The type of the object in the destination branch.</p>"
9876                    }
9877                },
9878                "base": {
9879                    "target": "com.amazonaws.codecommit#ObjectTypeEnum",
9880                    "traits": {
9881                        "smithy.api#documentation": "<p>The type of the object in the base commit of the merge.</p>"
9882                    }
9883                }
9884            },
9885            "traits": {
9886                "smithy.api#documentation": "<p>Information about the type of an object in a merge operation.</p>"
9887            }
9888        },
9889        "com.amazonaws.codecommit#OrderEnum": {
9890            "type": "string",
9891            "traits": {
9892                "smithy.api#enum": [
9893                    {
9894                        "value": "ascending",
9895                        "name": "ASCENDING"
9896                    },
9897                    {
9898                        "value": "descending",
9899                        "name": "DESCENDING"
9900                    }
9901                ]
9902            }
9903        },
9904        "com.amazonaws.codecommit#OriginApprovalRuleTemplate": {
9905            "type": "structure",
9906            "members": {
9907                "approvalRuleTemplateId": {
9908                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateId",
9909                    "traits": {
9910                        "smithy.api#documentation": "<p>The ID of the template that created the approval rule.</p>"
9911                    }
9912                },
9913                "approvalRuleTemplateName": {
9914                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
9915                    "traits": {
9916                        "smithy.api#documentation": "<p>The name of the template that created the approval rule.</p>"
9917                    }
9918                }
9919            },
9920            "traits": {
9921                "smithy.api#documentation": "<p>Returns information about the template that created the approval rule for a pull request.</p>"
9922            }
9923        },
9924        "com.amazonaws.codecommit#Overridden": {
9925            "type": "boolean"
9926        },
9927        "com.amazonaws.codecommit#OverrideAlreadySetException": {
9928            "type": "structure",
9929            "members": {
9930                "message": {
9931                    "target": "com.amazonaws.codecommit#Message",
9932                    "traits": {
9933                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
9934                    }
9935                }
9936            },
9937            "traits": {
9938                "smithy.api#documentation": "<p>The pull request has already had its approval rules set to override.</p>",
9939                "smithy.api#error": "client"
9940            }
9941        },
9942        "com.amazonaws.codecommit#OverridePullRequestApprovalRules": {
9943            "type": "operation",
9944            "input": {
9945                "target": "com.amazonaws.codecommit#OverridePullRequestApprovalRulesInput"
9946            },
9947            "errors": [
9948                {
9949                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
9950                },
9951                {
9952                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
9953                },
9954                {
9955                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
9956                },
9957                {
9958                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
9959                },
9960                {
9961                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
9962                },
9963                {
9964                    "target": "com.amazonaws.codecommit#InvalidOverrideStatusException"
9965                },
9966                {
9967                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
9968                },
9969                {
9970                    "target": "com.amazonaws.codecommit#InvalidRevisionIdException"
9971                },
9972                {
9973                    "target": "com.amazonaws.codecommit#OverrideAlreadySetException"
9974                },
9975                {
9976                    "target": "com.amazonaws.codecommit#OverrideStatusRequiredException"
9977                },
9978                {
9979                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
9980                },
9981                {
9982                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
9983                },
9984                {
9985                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
9986                },
9987                {
9988                    "target": "com.amazonaws.codecommit#RevisionIdRequiredException"
9989                },
9990                {
9991                    "target": "com.amazonaws.codecommit#RevisionNotCurrentException"
9992                }
9993            ],
9994            "traits": {
9995                "smithy.api#documentation": "<p>Sets aside (overrides) all approval rule requirements for a specified pull request.</p>"
9996            }
9997        },
9998        "com.amazonaws.codecommit#OverridePullRequestApprovalRulesInput": {
9999            "type": "structure",
10000            "members": {
10001                "pullRequestId": {
10002                    "target": "com.amazonaws.codecommit#PullRequestId",
10003                    "traits": {
10004                        "smithy.api#documentation": "<p>The system-generated ID of the pull request for which you want to override all\n            approval rule requirements. To get this information, use\n            <a>GetPullRequest</a>.</p>",
10005                        "smithy.api#required": {}
10006                    }
10007                },
10008                "revisionId": {
10009                    "target": "com.amazonaws.codecommit#RevisionId",
10010                    "traits": {
10011                        "smithy.api#documentation": "<p>The system-generated ID of the most recent revision of the pull request. You cannot override approval rules for anything but the most recent revision of a pull request.\n            To get the revision ID, use GetPullRequest.</p>",
10012                        "smithy.api#required": {}
10013                    }
10014                },
10015                "overrideStatus": {
10016                    "target": "com.amazonaws.codecommit#OverrideStatus",
10017                    "traits": {
10018                        "smithy.api#documentation": "<p>Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous override and apply \n        approval rule requirements (REVOKE). REVOKE status is not stored.</p>",
10019                        "smithy.api#required": {}
10020                    }
10021                }
10022            }
10023        },
10024        "com.amazonaws.codecommit#OverrideStatus": {
10025            "type": "string",
10026            "traits": {
10027                "smithy.api#enum": [
10028                    {
10029                        "value": "OVERRIDE",
10030                        "name": "OVERRIDE"
10031                    },
10032                    {
10033                        "value": "REVOKE",
10034                        "name": "REVOKE"
10035                    }
10036                ]
10037            }
10038        },
10039        "com.amazonaws.codecommit#OverrideStatusRequiredException": {
10040            "type": "structure",
10041            "members": {
10042                "message": {
10043                    "target": "com.amazonaws.codecommit#Message",
10044                    "traits": {
10045                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10046                    }
10047                }
10048            },
10049            "traits": {
10050                "smithy.api#documentation": "<p>An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.</p>",
10051                "smithy.api#error": "client"
10052            }
10053        },
10054        "com.amazonaws.codecommit#ParentCommitDoesNotExistException": {
10055            "type": "structure",
10056            "members": {
10057                "message": {
10058                    "target": "com.amazonaws.codecommit#Message",
10059                    "traits": {
10060                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10061                    }
10062                }
10063            },
10064            "traits": {
10065                "smithy.api#documentation": "<p>The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.</p>",
10066                "smithy.api#error": "client"
10067            }
10068        },
10069        "com.amazonaws.codecommit#ParentCommitIdOutdatedException": {
10070            "type": "structure",
10071            "members": {
10072                "message": {
10073                    "target": "com.amazonaws.codecommit#Message",
10074                    "traits": {
10075                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10076                    }
10077                }
10078            },
10079            "traits": {
10080                "smithy.api#documentation": "<p>The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head\n        of the branch, use <a>GetBranch</a>.</p>",
10081                "smithy.api#error": "client"
10082            }
10083        },
10084        "com.amazonaws.codecommit#ParentCommitIdRequiredException": {
10085            "type": "structure",
10086            "members": {
10087                "message": {
10088                    "target": "com.amazonaws.codecommit#Message",
10089                    "traits": {
10090                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10091                    }
10092                }
10093            },
10094            "traits": {
10095                "smithy.api#documentation": "<p>A parent commit ID is required. To view the full commit ID of a branch in a repository, use <a>GetBranch</a> or a Git command \n        (for example, git pull or git log).</p>",
10096                "smithy.api#error": "client"
10097            }
10098        },
10099        "com.amazonaws.codecommit#ParentList": {
10100            "type": "list",
10101            "member": {
10102                "target": "com.amazonaws.codecommit#ObjectId"
10103            }
10104        },
10105        "com.amazonaws.codecommit#Path": {
10106            "type": "string"
10107        },
10108        "com.amazonaws.codecommit#PathDoesNotExistException": {
10109            "type": "structure",
10110            "members": {
10111                "message": {
10112                    "target": "com.amazonaws.codecommit#Message",
10113                    "traits": {
10114                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10115                    }
10116                }
10117            },
10118            "traits": {
10119                "smithy.api#documentation": "<p>The specified path does not exist.</p>",
10120                "smithy.api#error": "client"
10121            }
10122        },
10123        "com.amazonaws.codecommit#PathRequiredException": {
10124            "type": "structure",
10125            "members": {
10126                "message": {
10127                    "target": "com.amazonaws.codecommit#Message",
10128                    "traits": {
10129                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10130                    }
10131                }
10132            },
10133            "traits": {
10134                "smithy.api#documentation": "<p>The folderPath for a location cannot be null.</p>",
10135                "smithy.api#error": "client"
10136            }
10137        },
10138        "com.amazonaws.codecommit#Position": {
10139            "type": "long",
10140            "traits": {
10141                "smithy.api#box": {}
10142            }
10143        },
10144        "com.amazonaws.codecommit#PostCommentForComparedCommit": {
10145            "type": "operation",
10146            "input": {
10147                "target": "com.amazonaws.codecommit#PostCommentForComparedCommitInput"
10148            },
10149            "output": {
10150                "target": "com.amazonaws.codecommit#PostCommentForComparedCommitOutput"
10151            },
10152            "errors": [
10153                {
10154                    "target": "com.amazonaws.codecommit#BeforeCommitIdAndAfterCommitIdAreSameException"
10155                },
10156                {
10157                    "target": "com.amazonaws.codecommit#ClientRequestTokenRequiredException"
10158                },
10159                {
10160                    "target": "com.amazonaws.codecommit#CommentContentRequiredException"
10161                },
10162                {
10163                    "target": "com.amazonaws.codecommit#CommentContentSizeLimitExceededException"
10164                },
10165                {
10166                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
10167                },
10168                {
10169                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
10170                },
10171                {
10172                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
10173                },
10174                {
10175                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
10176                },
10177                {
10178                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
10179                },
10180                {
10181                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
10182                },
10183                {
10184                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
10185                },
10186                {
10187                    "target": "com.amazonaws.codecommit#IdempotencyParameterMismatchException"
10188                },
10189                {
10190                    "target": "com.amazonaws.codecommit#InvalidClientRequestTokenException"
10191                },
10192                {
10193                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
10194                },
10195                {
10196                    "target": "com.amazonaws.codecommit#InvalidFileLocationException"
10197                },
10198                {
10199                    "target": "com.amazonaws.codecommit#InvalidFilePositionException"
10200                },
10201                {
10202                    "target": "com.amazonaws.codecommit#InvalidPathException"
10203                },
10204                {
10205                    "target": "com.amazonaws.codecommit#InvalidRelativeFileVersionEnumException"
10206                },
10207                {
10208                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
10209                },
10210                {
10211                    "target": "com.amazonaws.codecommit#PathDoesNotExistException"
10212                },
10213                {
10214                    "target": "com.amazonaws.codecommit#PathRequiredException"
10215                },
10216                {
10217                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
10218                },
10219                {
10220                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
10221                }
10222            ],
10223            "traits": {
10224                "smithy.api#documentation": "<p>Posts a comment on the comparison between two commits.</p>",
10225                "smithy.api#idempotent": {}
10226            }
10227        },
10228        "com.amazonaws.codecommit#PostCommentForComparedCommitInput": {
10229            "type": "structure",
10230            "members": {
10231                "repositoryName": {
10232                    "target": "com.amazonaws.codecommit#RepositoryName",
10233                    "traits": {
10234                        "smithy.api#documentation": "<p>The name of the repository where you want to post a comment on the comparison between commits.</p>",
10235                        "smithy.api#required": {}
10236                    }
10237                },
10238                "beforeCommitId": {
10239                    "target": "com.amazonaws.codecommit#CommitId",
10240                    "traits": {
10241                        "smithy.api#documentation": "<p>To establish the directionality of the comparison, the full commit ID of the before\n            commit. Required for commenting on any commit unless that commit is the initial\n            commit.</p>"
10242                    }
10243                },
10244                "afterCommitId": {
10245                    "target": "com.amazonaws.codecommit#CommitId",
10246                    "traits": {
10247                        "smithy.api#documentation": "<p>To establish the directionality of the comparison, the full commit ID of the after\n            commit.</p>",
10248                        "smithy.api#required": {}
10249                    }
10250                },
10251                "location": {
10252                    "target": "com.amazonaws.codecommit#Location",
10253                    "traits": {
10254                        "smithy.api#documentation": "<p>The location of the comparison where you want to comment.</p>"
10255                    }
10256                },
10257                "content": {
10258                    "target": "com.amazonaws.codecommit#Content",
10259                    "traits": {
10260                        "smithy.api#documentation": "<p>The content of the comment you want to make.</p>",
10261                        "smithy.api#required": {}
10262                    }
10263                },
10264                "clientRequestToken": {
10265                    "target": "com.amazonaws.codecommit#ClientRequestToken",
10266                    "traits": {
10267                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>",
10268                        "smithy.api#idempotencyToken": {}
10269                    }
10270                }
10271            }
10272        },
10273        "com.amazonaws.codecommit#PostCommentForComparedCommitOutput": {
10274            "type": "structure",
10275            "members": {
10276                "repositoryName": {
10277                    "target": "com.amazonaws.codecommit#RepositoryName",
10278                    "traits": {
10279                        "smithy.api#documentation": "<p>The name of the repository where you posted a comment on the comparison between commits.</p>"
10280                    }
10281                },
10282                "beforeCommitId": {
10283                    "target": "com.amazonaws.codecommit#CommitId",
10284                    "traits": {
10285                        "smithy.api#documentation": "<p>In the directionality you established, the full commit ID of the before commit.</p>"
10286                    }
10287                },
10288                "afterCommitId": {
10289                    "target": "com.amazonaws.codecommit#CommitId",
10290                    "traits": {
10291                        "smithy.api#documentation": "<p>In the directionality you established, the full commit ID of the after commit.</p>"
10292                    }
10293                },
10294                "beforeBlobId": {
10295                    "target": "com.amazonaws.codecommit#ObjectId",
10296                    "traits": {
10297                        "smithy.api#documentation": "<p>In the directionality you established, the blob ID of the before blob.</p>"
10298                    }
10299                },
10300                "afterBlobId": {
10301                    "target": "com.amazonaws.codecommit#ObjectId",
10302                    "traits": {
10303                        "smithy.api#documentation": "<p>In the directionality you established, the blob ID of the after blob.</p>"
10304                    }
10305                },
10306                "location": {
10307                    "target": "com.amazonaws.codecommit#Location",
10308                    "traits": {
10309                        "smithy.api#documentation": "<p>The location of the comment in the comparison between the two commits.</p>"
10310                    }
10311                },
10312                "comment": {
10313                    "target": "com.amazonaws.codecommit#Comment",
10314                    "traits": {
10315                        "smithy.api#documentation": "<p>The content of the comment you posted.</p>"
10316                    }
10317                }
10318            }
10319        },
10320        "com.amazonaws.codecommit#PostCommentForPullRequest": {
10321            "type": "operation",
10322            "input": {
10323                "target": "com.amazonaws.codecommit#PostCommentForPullRequestInput"
10324            },
10325            "output": {
10326                "target": "com.amazonaws.codecommit#PostCommentForPullRequestOutput"
10327            },
10328            "errors": [
10329                {
10330                    "target": "com.amazonaws.codecommit#BeforeCommitIdAndAfterCommitIdAreSameException"
10331                },
10332                {
10333                    "target": "com.amazonaws.codecommit#ClientRequestTokenRequiredException"
10334                },
10335                {
10336                    "target": "com.amazonaws.codecommit#CommentContentRequiredException"
10337                },
10338                {
10339                    "target": "com.amazonaws.codecommit#CommentContentSizeLimitExceededException"
10340                },
10341                {
10342                    "target": "com.amazonaws.codecommit#CommitDoesNotExistException"
10343                },
10344                {
10345                    "target": "com.amazonaws.codecommit#CommitIdRequiredException"
10346                },
10347                {
10348                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
10349                },
10350                {
10351                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
10352                },
10353                {
10354                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
10355                },
10356                {
10357                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
10358                },
10359                {
10360                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
10361                },
10362                {
10363                    "target": "com.amazonaws.codecommit#IdempotencyParameterMismatchException"
10364                },
10365                {
10366                    "target": "com.amazonaws.codecommit#InvalidClientRequestTokenException"
10367                },
10368                {
10369                    "target": "com.amazonaws.codecommit#InvalidCommitIdException"
10370                },
10371                {
10372                    "target": "com.amazonaws.codecommit#InvalidFileLocationException"
10373                },
10374                {
10375                    "target": "com.amazonaws.codecommit#InvalidFilePositionException"
10376                },
10377                {
10378                    "target": "com.amazonaws.codecommit#InvalidPathException"
10379                },
10380                {
10381                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
10382                },
10383                {
10384                    "target": "com.amazonaws.codecommit#InvalidRelativeFileVersionEnumException"
10385                },
10386                {
10387                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
10388                },
10389                {
10390                    "target": "com.amazonaws.codecommit#PathDoesNotExistException"
10391                },
10392                {
10393                    "target": "com.amazonaws.codecommit#PathRequiredException"
10394                },
10395                {
10396                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
10397                },
10398                {
10399                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
10400                },
10401                {
10402                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
10403                },
10404                {
10405                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
10406                },
10407                {
10408                    "target": "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException"
10409                }
10410            ],
10411            "traits": {
10412                "smithy.api#documentation": "<p>Posts a comment on a pull request.</p>",
10413                "smithy.api#idempotent": {}
10414            }
10415        },
10416        "com.amazonaws.codecommit#PostCommentForPullRequestInput": {
10417            "type": "structure",
10418            "members": {
10419                "pullRequestId": {
10420                    "target": "com.amazonaws.codecommit#PullRequestId",
10421                    "traits": {
10422                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
10423                        "smithy.api#required": {}
10424                    }
10425                },
10426                "repositoryName": {
10427                    "target": "com.amazonaws.codecommit#RepositoryName",
10428                    "traits": {
10429                        "smithy.api#documentation": "<p>The name of the repository where you want to post a comment on a pull request.</p>",
10430                        "smithy.api#required": {}
10431                    }
10432                },
10433                "beforeCommitId": {
10434                    "target": "com.amazonaws.codecommit#CommitId",
10435                    "traits": {
10436                        "smithy.api#documentation": "<p>The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was created.</p>",
10437                        "smithy.api#required": {}
10438                    }
10439                },
10440                "afterCommitId": {
10441                    "target": "com.amazonaws.codecommit#CommitId",
10442                    "traits": {
10443                        "smithy.api#documentation": "<p>The full commit ID of the commit in the source branch that is the current tip of the branch for the pull request when you post the comment.</p>",
10444                        "smithy.api#required": {}
10445                    }
10446                },
10447                "location": {
10448                    "target": "com.amazonaws.codecommit#Location",
10449                    "traits": {
10450                        "smithy.api#documentation": "<p>The location of the change where you want to post your comment. If no location is\n            provided, the comment is posted as a general comment on the pull request difference\n            between the before commit ID and the after commit ID.</p>"
10451                    }
10452                },
10453                "content": {
10454                    "target": "com.amazonaws.codecommit#Content",
10455                    "traits": {
10456                        "smithy.api#documentation": "<p>The content of your comment on the change.</p>",
10457                        "smithy.api#required": {}
10458                    }
10459                },
10460                "clientRequestToken": {
10461                    "target": "com.amazonaws.codecommit#ClientRequestToken",
10462                    "traits": {
10463                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>",
10464                        "smithy.api#idempotencyToken": {}
10465                    }
10466                }
10467            }
10468        },
10469        "com.amazonaws.codecommit#PostCommentForPullRequestOutput": {
10470            "type": "structure",
10471            "members": {
10472                "repositoryName": {
10473                    "target": "com.amazonaws.codecommit#RepositoryName",
10474                    "traits": {
10475                        "smithy.api#documentation": "<p>The name of the repository where you posted a comment on a pull request.</p>"
10476                    }
10477                },
10478                "pullRequestId": {
10479                    "target": "com.amazonaws.codecommit#PullRequestId",
10480                    "traits": {
10481                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. </p>"
10482                    }
10483                },
10484                "beforeCommitId": {
10485                    "target": "com.amazonaws.codecommit#CommitId",
10486                    "traits": {
10487                        "smithy.api#documentation": "<p>The full commit ID of the commit in the source branch used to create the pull request, \n            or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.</p>"
10488                    }
10489                },
10490                "afterCommitId": {
10491                    "target": "com.amazonaws.codecommit#CommitId",
10492                    "traits": {
10493                        "smithy.api#documentation": "<p>The full commit ID of the commit in the destination branch where the pull request is\n            merged.</p>"
10494                    }
10495                },
10496                "beforeBlobId": {
10497                    "target": "com.amazonaws.codecommit#ObjectId",
10498                    "traits": {
10499                        "smithy.api#documentation": "<p>In the directionality of the pull request, the blob ID of the before blob.</p>"
10500                    }
10501                },
10502                "afterBlobId": {
10503                    "target": "com.amazonaws.codecommit#ObjectId",
10504                    "traits": {
10505                        "smithy.api#documentation": "<p>In the directionality of the pull request, the blob ID of the after blob.</p>"
10506                    }
10507                },
10508                "location": {
10509                    "target": "com.amazonaws.codecommit#Location",
10510                    "traits": {
10511                        "smithy.api#documentation": "<p>The location of the change where you posted your comment.</p>"
10512                    }
10513                },
10514                "comment": {
10515                    "target": "com.amazonaws.codecommit#Comment",
10516                    "traits": {
10517                        "smithy.api#documentation": "<p>The content of the comment you posted.</p>"
10518                    }
10519                }
10520            }
10521        },
10522        "com.amazonaws.codecommit#PostCommentReply": {
10523            "type": "operation",
10524            "input": {
10525                "target": "com.amazonaws.codecommit#PostCommentReplyInput"
10526            },
10527            "output": {
10528                "target": "com.amazonaws.codecommit#PostCommentReplyOutput"
10529            },
10530            "errors": [
10531                {
10532                    "target": "com.amazonaws.codecommit#ClientRequestTokenRequiredException"
10533                },
10534                {
10535                    "target": "com.amazonaws.codecommit#CommentContentRequiredException"
10536                },
10537                {
10538                    "target": "com.amazonaws.codecommit#CommentContentSizeLimitExceededException"
10539                },
10540                {
10541                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
10542                },
10543                {
10544                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
10545                },
10546                {
10547                    "target": "com.amazonaws.codecommit#IdempotencyParameterMismatchException"
10548                },
10549                {
10550                    "target": "com.amazonaws.codecommit#InvalidClientRequestTokenException"
10551                },
10552                {
10553                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
10554                }
10555            ],
10556            "traits": {
10557                "smithy.api#documentation": "<p>Posts a comment in reply to an existing comment on a comparison between commits or a pull request.</p>",
10558                "smithy.api#idempotent": {}
10559            }
10560        },
10561        "com.amazonaws.codecommit#PostCommentReplyInput": {
10562            "type": "structure",
10563            "members": {
10564                "inReplyTo": {
10565                    "target": "com.amazonaws.codecommit#CommentId",
10566                    "traits": {
10567                        "smithy.api#documentation": "<p>The system-generated ID of the comment to which you want to reply. To get this ID, use <a>GetCommentsForComparedCommit</a> \n        or <a>GetCommentsForPullRequest</a>.</p>",
10568                        "smithy.api#required": {}
10569                    }
10570                },
10571                "clientRequestToken": {
10572                    "target": "com.amazonaws.codecommit#ClientRequestToken",
10573                    "traits": {
10574                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>",
10575                        "smithy.api#idempotencyToken": {}
10576                    }
10577                },
10578                "content": {
10579                    "target": "com.amazonaws.codecommit#Content",
10580                    "traits": {
10581                        "smithy.api#documentation": "<p>The contents of your reply to a comment.</p>",
10582                        "smithy.api#required": {}
10583                    }
10584                }
10585            }
10586        },
10587        "com.amazonaws.codecommit#PostCommentReplyOutput": {
10588            "type": "structure",
10589            "members": {
10590                "comment": {
10591                    "target": "com.amazonaws.codecommit#Comment",
10592                    "traits": {
10593                        "smithy.api#documentation": "<p>Information about the reply to a comment.</p>"
10594                    }
10595                }
10596            }
10597        },
10598        "com.amazonaws.codecommit#PullRequest": {
10599            "type": "structure",
10600            "members": {
10601                "pullRequestId": {
10602                    "target": "com.amazonaws.codecommit#PullRequestId",
10603                    "traits": {
10604                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. </p>"
10605                    }
10606                },
10607                "title": {
10608                    "target": "com.amazonaws.codecommit#Title",
10609                    "traits": {
10610                        "smithy.api#documentation": "<p>The user-defined title of the pull request. This title is displayed in the list of\n            pull requests to other repository users.</p>"
10611                    }
10612                },
10613                "description": {
10614                    "target": "com.amazonaws.codecommit#Description",
10615                    "traits": {
10616                        "smithy.api#documentation": "<p>The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.</p>"
10617                    }
10618                },
10619                "lastActivityDate": {
10620                    "target": "com.amazonaws.codecommit#LastModifiedDate",
10621                    "traits": {
10622                        "smithy.api#documentation": "<p>The day and time of the last user or system activity on the pull request, in timestamp format.</p>"
10623                    }
10624                },
10625                "creationDate": {
10626                    "target": "com.amazonaws.codecommit#CreationDate",
10627                    "traits": {
10628                        "smithy.api#documentation": "<p>The date and time the pull request was originally created, in timestamp format.</p>"
10629                    }
10630                },
10631                "pullRequestStatus": {
10632                    "target": "com.amazonaws.codecommit#PullRequestStatusEnum",
10633                    "traits": {
10634                        "smithy.api#documentation": "<p>The status of the pull request. Pull request status can only change from <code>OPEN</code> to <code>CLOSED</code>.</p>"
10635                    }
10636                },
10637                "authorArn": {
10638                    "target": "com.amazonaws.codecommit#Arn",
10639                    "traits": {
10640                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user who created the pull request.</p>"
10641                    }
10642                },
10643                "pullRequestTargets": {
10644                    "target": "com.amazonaws.codecommit#PullRequestTargetList",
10645                    "traits": {
10646                        "smithy.api#documentation": "<p>The targets of the pull request, including the source branch and destination branch for the pull request.</p>"
10647                    }
10648                },
10649                "clientRequestToken": {
10650                    "target": "com.amazonaws.codecommit#ClientRequestToken",
10651                    "traits": {
10652                        "smithy.api#documentation": "<p>A unique, client-generated idempotency token that, when provided in a request, ensures\n            the request cannot be repeated with a changed parameter. If a request is received with\n            the same parameters and a token is included, the request returns information about the\n            initial request that used that token.</p>"
10653                    }
10654                },
10655                "revisionId": {
10656                    "target": "com.amazonaws.codecommit#RevisionId",
10657                    "traits": {
10658                        "smithy.api#documentation": "<p>The system-generated revision ID for the pull request.</p>"
10659                    }
10660                },
10661                "approvalRules": {
10662                    "target": "com.amazonaws.codecommit#ApprovalRulesList",
10663                    "traits": {
10664                        "smithy.api#documentation": "<p>The approval rules applied to the pull request.</p>"
10665                    }
10666                }
10667            },
10668            "traits": {
10669                "smithy.api#documentation": "<p>Returns information about a pull request.</p>"
10670            }
10671        },
10672        "com.amazonaws.codecommit#PullRequestAlreadyClosedException": {
10673            "type": "structure",
10674            "members": {
10675                "message": {
10676                    "target": "com.amazonaws.codecommit#Message",
10677                    "traits": {
10678                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10679                    }
10680                }
10681            },
10682            "traits": {
10683                "smithy.api#documentation": "<p>The pull request status cannot be updated because it is already closed.</p>",
10684                "smithy.api#error": "client"
10685            }
10686        },
10687        "com.amazonaws.codecommit#PullRequestApprovalRulesNotSatisfiedException": {
10688            "type": "structure",
10689            "members": {
10690                "message": {
10691                    "target": "com.amazonaws.codecommit#Message",
10692                    "traits": {
10693                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10694                    }
10695                }
10696            },
10697            "traits": {
10698                "smithy.api#documentation": "<p>The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.</p>",
10699                "smithy.api#error": "client"
10700            }
10701        },
10702        "com.amazonaws.codecommit#PullRequestCannotBeApprovedByAuthorException": {
10703            "type": "structure",
10704            "members": {
10705                "message": {
10706                    "target": "com.amazonaws.codecommit#Message",
10707                    "traits": {
10708                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10709                    }
10710                }
10711            },
10712            "traits": {
10713                "smithy.api#documentation": "<p>The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull \n        request that you created.</p>",
10714                "smithy.api#error": "client"
10715            }
10716        },
10717        "com.amazonaws.codecommit#PullRequestCreatedEventMetadata": {
10718            "type": "structure",
10719            "members": {
10720                "repositoryName": {
10721                    "target": "com.amazonaws.codecommit#RepositoryName",
10722                    "traits": {
10723                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>"
10724                    }
10725                },
10726                "sourceCommitId": {
10727                    "target": "com.amazonaws.codecommit#CommitId",
10728                    "traits": {
10729                        "smithy.api#documentation": "<p>The commit ID on the source branch used when the pull request was created.</p>"
10730                    }
10731                },
10732                "destinationCommitId": {
10733                    "target": "com.amazonaws.codecommit#CommitId",
10734                    "traits": {
10735                        "smithy.api#documentation": "<p>The commit ID of the tip of the branch specified as the destination branch when the pull request was created.</p>"
10736                    }
10737                },
10738                "mergeBase": {
10739                    "target": "com.amazonaws.codecommit#CommitId",
10740                    "traits": {
10741                        "smithy.api#documentation": "<p>The commit ID of the most recent commit that the source branch and the destination branch have in common.</p>"
10742                    }
10743                }
10744            },
10745            "traits": {
10746                "smithy.api#documentation": "<p>Metadata about the pull request that is used when comparing the pull request source with its destination.</p>"
10747            }
10748        },
10749        "com.amazonaws.codecommit#PullRequestDoesNotExistException": {
10750            "type": "structure",
10751            "members": {
10752                "message": {
10753                    "target": "com.amazonaws.codecommit#Message",
10754                    "traits": {
10755                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10756                    }
10757                }
10758            },
10759            "traits": {
10760                "smithy.api#documentation": "<p>The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.</p>",
10761                "smithy.api#error": "client"
10762            }
10763        },
10764        "com.amazonaws.codecommit#PullRequestEvent": {
10765            "type": "structure",
10766            "members": {
10767                "pullRequestId": {
10768                    "target": "com.amazonaws.codecommit#PullRequestId",
10769                    "traits": {
10770                        "smithy.api#documentation": "<p>The system-generated ID of the pull request.</p>"
10771                    }
10772                },
10773                "eventDate": {
10774                    "target": "com.amazonaws.codecommit#EventDate",
10775                    "traits": {
10776                        "smithy.api#documentation": "<p>The day and time of the pull request event, in timestamp format.</p>"
10777                    }
10778                },
10779                "pullRequestEventType": {
10780                    "target": "com.amazonaws.codecommit#PullRequestEventType",
10781                    "traits": {
10782                        "smithy.api#documentation": "<p>The type of the pull request event (for example, a status change event\n            (PULL_REQUEST_STATUS_CHANGED) or update event\n            (PULL_REQUEST_SOURCE_REFERENCE_UPDATED)).</p>"
10783                    }
10784                },
10785                "actorArn": {
10786                    "target": "com.amazonaws.codecommit#Arn",
10787                    "traits": {
10788                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the user whose actions resulted in the event.\n            Examples include updating the pull request with more commits or changing the status of a\n            pull request.</p>"
10789                    }
10790                },
10791                "pullRequestCreatedEventMetadata": {
10792                    "target": "com.amazonaws.codecommit#PullRequestCreatedEventMetadata",
10793                    "traits": {
10794                        "smithy.api#documentation": "<p>Information about the source and destination branches for the pull request.</p>"
10795                    }
10796                },
10797                "pullRequestStatusChangedEventMetadata": {
10798                    "target": "com.amazonaws.codecommit#PullRequestStatusChangedEventMetadata",
10799                    "traits": {
10800                        "smithy.api#documentation": "<p>Information about the change in status for the pull request event.</p>"
10801                    }
10802                },
10803                "pullRequestSourceReferenceUpdatedEventMetadata": {
10804                    "target": "com.amazonaws.codecommit#PullRequestSourceReferenceUpdatedEventMetadata",
10805                    "traits": {
10806                        "smithy.api#documentation": "<p>Information about the updated source branch for the pull request event. </p>"
10807                    }
10808                },
10809                "pullRequestMergedStateChangedEventMetadata": {
10810                    "target": "com.amazonaws.codecommit#PullRequestMergedStateChangedEventMetadata",
10811                    "traits": {
10812                        "smithy.api#documentation": "<p>Information about the change in mergability state for the pull request event.</p>"
10813                    }
10814                },
10815                "approvalRuleEventMetadata": {
10816                    "target": "com.amazonaws.codecommit#ApprovalRuleEventMetadata",
10817                    "traits": {
10818                        "smithy.api#documentation": "<p>Information about a pull request event.</p>"
10819                    }
10820                },
10821                "approvalStateChangedEventMetadata": {
10822                    "target": "com.amazonaws.codecommit#ApprovalStateChangedEventMetadata",
10823                    "traits": {
10824                        "smithy.api#documentation": "<p>Information about an approval state change for a pull request.</p>"
10825                    }
10826                },
10827                "approvalRuleOverriddenEventMetadata": {
10828                    "target": "com.amazonaws.codecommit#ApprovalRuleOverriddenEventMetadata",
10829                    "traits": {
10830                        "smithy.api#documentation": "<p>Information about an approval rule override event for a pull request.</p>"
10831                    }
10832                }
10833            },
10834            "traits": {
10835                "smithy.api#documentation": "<p>Returns information about a pull request event.</p>"
10836            }
10837        },
10838        "com.amazonaws.codecommit#PullRequestEventList": {
10839            "type": "list",
10840            "member": {
10841                "target": "com.amazonaws.codecommit#PullRequestEvent"
10842            }
10843        },
10844        "com.amazonaws.codecommit#PullRequestEventType": {
10845            "type": "string",
10846            "traits": {
10847                "smithy.api#enum": [
10848                    {
10849                        "value": "PULL_REQUEST_CREATED",
10850                        "name": "PULL_REQUEST_CREATED"
10851                    },
10852                    {
10853                        "value": "PULL_REQUEST_STATUS_CHANGED",
10854                        "name": "PULL_REQUEST_STATUS_CHANGED"
10855                    },
10856                    {
10857                        "value": "PULL_REQUEST_SOURCE_REFERENCE_UPDATED",
10858                        "name": "PULL_REQUEST_SOURCE_REFERENCE_UPDATED"
10859                    },
10860                    {
10861                        "value": "PULL_REQUEST_MERGE_STATE_CHANGED",
10862                        "name": "PULL_REQUEST_MERGE_STATE_CHANGED"
10863                    },
10864                    {
10865                        "value": "PULL_REQUEST_APPROVAL_RULE_CREATED",
10866                        "name": "PULL_REQUEST_APPROVAL_RULE_CREATED"
10867                    },
10868                    {
10869                        "value": "PULL_REQUEST_APPROVAL_RULE_UPDATED",
10870                        "name": "PULL_REQUEST_APPROVAL_RULE_UPDATED"
10871                    },
10872                    {
10873                        "value": "PULL_REQUEST_APPROVAL_RULE_DELETED",
10874                        "name": "PULL_REQUEST_APPROVAL_RULE_DELETED"
10875                    },
10876                    {
10877                        "value": "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN",
10878                        "name": "PULL_REQUEST_APPROVAL_RULE_OVERRIDDEN"
10879                    },
10880                    {
10881                        "value": "PULL_REQUEST_APPROVAL_STATE_CHANGED",
10882                        "name": "PULL_REQUEST_APPROVAL_STATE_CHANGED"
10883                    }
10884                ]
10885            }
10886        },
10887        "com.amazonaws.codecommit#PullRequestId": {
10888            "type": "string"
10889        },
10890        "com.amazonaws.codecommit#PullRequestIdList": {
10891            "type": "list",
10892            "member": {
10893                "target": "com.amazonaws.codecommit#PullRequestId"
10894            }
10895        },
10896        "com.amazonaws.codecommit#PullRequestIdRequiredException": {
10897            "type": "structure",
10898            "members": {
10899                "message": {
10900                    "target": "com.amazonaws.codecommit#Message",
10901                    "traits": {
10902                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
10903                    }
10904                }
10905            },
10906            "traits": {
10907                "smithy.api#documentation": "<p>A pull request ID is required, but none was provided.</p>",
10908                "smithy.api#error": "client"
10909            }
10910        },
10911        "com.amazonaws.codecommit#PullRequestMergedStateChangedEventMetadata": {
10912            "type": "structure",
10913            "members": {
10914                "repositoryName": {
10915                    "target": "com.amazonaws.codecommit#RepositoryName",
10916                    "traits": {
10917                        "smithy.api#documentation": "<p>The name of the repository where the pull request was created.</p>"
10918                    }
10919                },
10920                "destinationReference": {
10921                    "target": "com.amazonaws.codecommit#ReferenceName",
10922                    "traits": {
10923                        "smithy.api#documentation": "<p>The name of the branch that the pull request is merged into.</p>"
10924                    }
10925                },
10926                "mergeMetadata": {
10927                    "target": "com.amazonaws.codecommit#MergeMetadata",
10928                    "traits": {
10929                        "smithy.api#documentation": "<p>Information about the merge state change event.</p>"
10930                    }
10931                }
10932            },
10933            "traits": {
10934                "smithy.api#documentation": "<p>Returns information about the change in the merge state for a pull request event. </p>"
10935            }
10936        },
10937        "com.amazonaws.codecommit#PullRequestSourceReferenceUpdatedEventMetadata": {
10938            "type": "structure",
10939            "members": {
10940                "repositoryName": {
10941                    "target": "com.amazonaws.codecommit#RepositoryName",
10942                    "traits": {
10943                        "smithy.api#documentation": "<p>The name of the repository where the pull request was updated.</p>"
10944                    }
10945                },
10946                "beforeCommitId": {
10947                    "target": "com.amazonaws.codecommit#CommitId",
10948                    "traits": {
10949                        "smithy.api#documentation": "<p>The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.</p>"
10950                    }
10951                },
10952                "afterCommitId": {
10953                    "target": "com.amazonaws.codecommit#CommitId",
10954                    "traits": {
10955                        "smithy.api#documentation": "<p>The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.</p>"
10956                    }
10957                },
10958                "mergeBase": {
10959                    "target": "com.amazonaws.codecommit#CommitId",
10960                    "traits": {
10961                        "smithy.api#documentation": "<p>The commit ID of the most recent commit that the source branch and the destination branch have in common.</p>"
10962                    }
10963                }
10964            },
10965            "traits": {
10966                "smithy.api#documentation": "<p>Information about an update to the source branch of a pull request.</p>"
10967            }
10968        },
10969        "com.amazonaws.codecommit#PullRequestStatusChangedEventMetadata": {
10970            "type": "structure",
10971            "members": {
10972                "pullRequestStatus": {
10973                    "target": "com.amazonaws.codecommit#PullRequestStatusEnum",
10974                    "traits": {
10975                        "smithy.api#documentation": "<p>The changed status of the pull request.</p>"
10976                    }
10977                }
10978            },
10979            "traits": {
10980                "smithy.api#documentation": "<p>Information about a change to the status of a pull request.</p>"
10981            }
10982        },
10983        "com.amazonaws.codecommit#PullRequestStatusEnum": {
10984            "type": "string",
10985            "traits": {
10986                "smithy.api#enum": [
10987                    {
10988                        "value": "OPEN",
10989                        "name": "OPEN"
10990                    },
10991                    {
10992                        "value": "CLOSED",
10993                        "name": "CLOSED"
10994                    }
10995                ]
10996            }
10997        },
10998        "com.amazonaws.codecommit#PullRequestStatusRequiredException": {
10999            "type": "structure",
11000            "members": {
11001                "message": {
11002                    "target": "com.amazonaws.codecommit#Message",
11003                    "traits": {
11004                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11005                    }
11006                }
11007            },
11008            "traits": {
11009                "smithy.api#documentation": "<p>A pull request status is required, but none was provided.</p>",
11010                "smithy.api#error": "client"
11011            }
11012        },
11013        "com.amazonaws.codecommit#PullRequestTarget": {
11014            "type": "structure",
11015            "members": {
11016                "repositoryName": {
11017                    "target": "com.amazonaws.codecommit#RepositoryName",
11018                    "traits": {
11019                        "smithy.api#documentation": "<p>The name of the repository that contains the pull request source and destination branches.</p>"
11020                    }
11021                },
11022                "sourceReference": {
11023                    "target": "com.amazonaws.codecommit#ReferenceName",
11024                    "traits": {
11025                        "smithy.api#documentation": "<p>The branch of the repository that contains the changes for the pull request. Also known as the source branch.</p>"
11026                    }
11027                },
11028                "destinationReference": {
11029                    "target": "com.amazonaws.codecommit#ReferenceName",
11030                    "traits": {
11031                        "smithy.api#documentation": "<p>The branch of the repository where the pull request changes are merged. Also known as\n            the destination branch. </p>"
11032                    }
11033                },
11034                "destinationCommit": {
11035                    "target": "com.amazonaws.codecommit#CommitId",
11036                    "traits": {
11037                        "smithy.api#documentation": "<p>The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.</p>"
11038                    }
11039                },
11040                "sourceCommit": {
11041                    "target": "com.amazonaws.codecommit#CommitId",
11042                    "traits": {
11043                        "smithy.api#documentation": "<p>The full commit ID of the tip of the source branch used to create the pull request. If\n            the pull request branch is updated by a push while the pull request is open, the commit\n            ID changes to reflect the new tip of the branch.</p>"
11044                    }
11045                },
11046                "mergeBase": {
11047                    "target": "com.amazonaws.codecommit#CommitId",
11048                    "traits": {
11049                        "smithy.api#documentation": "<p>The commit ID of the most recent commit that the source branch and the destination branch have in common.</p>"
11050                    }
11051                },
11052                "mergeMetadata": {
11053                    "target": "com.amazonaws.codecommit#MergeMetadata",
11054                    "traits": {
11055                        "smithy.api#documentation": "<p>Returns metadata about the state of the merge, including whether the merge has been made.</p>"
11056                    }
11057                }
11058            },
11059            "traits": {
11060                "smithy.api#documentation": "<p>Returns information about a pull request target.</p>"
11061            }
11062        },
11063        "com.amazonaws.codecommit#PullRequestTargetList": {
11064            "type": "list",
11065            "member": {
11066                "target": "com.amazonaws.codecommit#PullRequestTarget"
11067            }
11068        },
11069        "com.amazonaws.codecommit#PutCommentReaction": {
11070            "type": "operation",
11071            "input": {
11072                "target": "com.amazonaws.codecommit#PutCommentReactionInput"
11073            },
11074            "errors": [
11075                {
11076                    "target": "com.amazonaws.codecommit#CommentDeletedException"
11077                },
11078                {
11079                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
11080                },
11081                {
11082                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
11083                },
11084                {
11085                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
11086                },
11087                {
11088                    "target": "com.amazonaws.codecommit#InvalidReactionValueException"
11089                },
11090                {
11091                    "target": "com.amazonaws.codecommit#ReactionLimitExceededException"
11092                },
11093                {
11094                    "target": "com.amazonaws.codecommit#ReactionValueRequiredException"
11095                }
11096            ],
11097            "traits": {
11098                "smithy.api#documentation": "<p>Adds or updates a reaction to a specified comment for the user whose identity is used to make the request. You can only add or\n        update a reaction for yourself. You cannot add, modify, or delete a reaction for another user.</p>"
11099            }
11100        },
11101        "com.amazonaws.codecommit#PutCommentReactionInput": {
11102            "type": "structure",
11103            "members": {
11104                "commentId": {
11105                    "target": "com.amazonaws.codecommit#CommentId",
11106                    "traits": {
11107                        "smithy.api#documentation": "<p>The ID of the comment to which you want to add or update a reaction.</p>",
11108                        "smithy.api#required": {}
11109                    }
11110                },
11111                "reactionValue": {
11112                    "target": "com.amazonaws.codecommit#ReactionValue",
11113                    "traits": {
11114                        "smithy.api#documentation": "<p>The emoji reaction you want to add or update. To remove a reaction, provide a value of blank or null. You can also provide the value of none.\n            For information about emoji reaction values supported in AWS CodeCommit, see the <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/how-to-commit-comment.html#emoji-reaction-table\">AWS CodeCommit User Guide</a>.</p>",
11115                        "smithy.api#required": {}
11116                    }
11117                }
11118            }
11119        },
11120        "com.amazonaws.codecommit#PutFile": {
11121            "type": "operation",
11122            "input": {
11123                "target": "com.amazonaws.codecommit#PutFileInput"
11124            },
11125            "output": {
11126                "target": "com.amazonaws.codecommit#PutFileOutput"
11127            },
11128            "errors": [
11129                {
11130                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
11131                },
11132                {
11133                    "target": "com.amazonaws.codecommit#BranchNameIsTagNameException"
11134                },
11135                {
11136                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
11137                },
11138                {
11139                    "target": "com.amazonaws.codecommit#CommitMessageLengthExceededException"
11140                },
11141                {
11142                    "target": "com.amazonaws.codecommit#DirectoryNameConflictsWithFileNameException"
11143                },
11144                {
11145                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
11146                },
11147                {
11148                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
11149                },
11150                {
11151                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
11152                },
11153                {
11154                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
11155                },
11156                {
11157                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
11158                },
11159                {
11160                    "target": "com.amazonaws.codecommit#FileContentRequiredException"
11161                },
11162                {
11163                    "target": "com.amazonaws.codecommit#FileContentSizeLimitExceededException"
11164                },
11165                {
11166                    "target": "com.amazonaws.codecommit#FileNameConflictsWithDirectoryNameException"
11167                },
11168                {
11169                    "target": "com.amazonaws.codecommit#FilePathConflictsWithSubmodulePathException"
11170                },
11171                {
11172                    "target": "com.amazonaws.codecommit#FolderContentSizeLimitExceededException"
11173                },
11174                {
11175                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
11176                },
11177                {
11178                    "target": "com.amazonaws.codecommit#InvalidDeletionParameterException"
11179                },
11180                {
11181                    "target": "com.amazonaws.codecommit#InvalidEmailException"
11182                },
11183                {
11184                    "target": "com.amazonaws.codecommit#InvalidFileModeException"
11185                },
11186                {
11187                    "target": "com.amazonaws.codecommit#InvalidParentCommitIdException"
11188                },
11189                {
11190                    "target": "com.amazonaws.codecommit#InvalidPathException"
11191                },
11192                {
11193                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
11194                },
11195                {
11196                    "target": "com.amazonaws.codecommit#NameLengthExceededException"
11197                },
11198                {
11199                    "target": "com.amazonaws.codecommit#ParentCommitDoesNotExistException"
11200                },
11201                {
11202                    "target": "com.amazonaws.codecommit#ParentCommitIdOutdatedException"
11203                },
11204                {
11205                    "target": "com.amazonaws.codecommit#ParentCommitIdRequiredException"
11206                },
11207                {
11208                    "target": "com.amazonaws.codecommit#PathRequiredException"
11209                },
11210                {
11211                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
11212                },
11213                {
11214                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
11215                },
11216                {
11217                    "target": "com.amazonaws.codecommit#SameFileContentException"
11218                }
11219            ],
11220            "traits": {
11221                "smithy.api#documentation": "<p>Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in the specified branch.</p>"
11222            }
11223        },
11224        "com.amazonaws.codecommit#PutFileEntries": {
11225            "type": "list",
11226            "member": {
11227                "target": "com.amazonaws.codecommit#PutFileEntry"
11228            }
11229        },
11230        "com.amazonaws.codecommit#PutFileEntry": {
11231            "type": "structure",
11232            "members": {
11233                "filePath": {
11234                    "target": "com.amazonaws.codecommit#Path",
11235                    "traits": {
11236                        "smithy.api#documentation": "<p>The full path to the file in the repository, including the name of the file.</p>",
11237                        "smithy.api#required": {}
11238                    }
11239                },
11240                "fileMode": {
11241                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
11242                    "traits": {
11243                        "smithy.api#documentation": "<p>The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.</p>"
11244                    }
11245                },
11246                "fileContent": {
11247                    "target": "com.amazonaws.codecommit#FileContent",
11248                    "traits": {
11249                        "smithy.api#documentation": "<p>The content of the file, if a source file is not specified.</p>"
11250                    }
11251                },
11252                "sourceFile": {
11253                    "target": "com.amazonaws.codecommit#SourceFileSpecifier",
11254                    "traits": {
11255                        "smithy.api#documentation": "<p>The name and full path of the file that contains the changes you want to make as part of the commit, \n        if you are not providing the file content directly.</p>"
11256                    }
11257                }
11258            },
11259            "traits": {
11260                "smithy.api#documentation": "<p>Information about a file added or updated as part of a commit.</p>"
11261            }
11262        },
11263        "com.amazonaws.codecommit#PutFileEntryConflictException": {
11264            "type": "structure",
11265            "members": {
11266                "message": {
11267                    "target": "com.amazonaws.codecommit#Message",
11268                    "traits": {
11269                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11270                    }
11271                }
11272            },
11273            "traits": {
11274                "smithy.api#documentation": "<p>The commit cannot be created because one or more files specified in the commit reference both a file and a folder.</p>",
11275                "smithy.api#error": "client"
11276            }
11277        },
11278        "com.amazonaws.codecommit#PutFileInput": {
11279            "type": "structure",
11280            "members": {
11281                "repositoryName": {
11282                    "target": "com.amazonaws.codecommit#RepositoryName",
11283                    "traits": {
11284                        "smithy.api#documentation": "<p>The name of the repository where you want to add or update the file.</p>",
11285                        "smithy.api#required": {}
11286                    }
11287                },
11288                "branchName": {
11289                    "target": "com.amazonaws.codecommit#BranchName",
11290                    "traits": {
11291                        "smithy.api#documentation": "<p>The name of the branch where you want to add or update the file. If this is an empty\n            repository, this branch is created.</p>",
11292                        "smithy.api#required": {}
11293                    }
11294                },
11295                "fileContent": {
11296                    "target": "com.amazonaws.codecommit#FileContent",
11297                    "traits": {
11298                        "smithy.api#documentation": "<p>The content of the file, in binary object format. </p>",
11299                        "smithy.api#required": {}
11300                    }
11301                },
11302                "filePath": {
11303                    "target": "com.amazonaws.codecommit#Path",
11304                    "traits": {
11305                        "smithy.api#documentation": "<p>The name of the file you want to add or update, including the relative path to the file in the repository.</p>\n        <note>\n            <p>If the path does not currently exist in the repository, the path is created as part of adding\n                the file.</p>\n         </note>",
11306                        "smithy.api#required": {}
11307                    }
11308                },
11309                "fileMode": {
11310                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
11311                    "traits": {
11312                        "smithy.api#documentation": "<p>The file mode permissions of the blob. Valid file mode permissions are listed\n            here.</p>"
11313                    }
11314                },
11315                "parentCommitId": {
11316                    "target": "com.amazonaws.codecommit#CommitId",
11317                    "traits": {
11318                        "smithy.api#documentation": "<p>The full commit ID of the head commit in the branch where you want to add or update the file. If this is an empty repository, \n            no commit ID is required. If this is not an empty repository, a commit ID is required. </p>\n        <p>The commit ID must match the ID of the head commit at the time of the operation.\n            Otherwise, an error occurs, and the file is not added or updated.</p>"
11319                    }
11320                },
11321                "commitMessage": {
11322                    "target": "com.amazonaws.codecommit#Message",
11323                    "traits": {
11324                        "smithy.api#documentation": "<p>A message about why this file was added or updated. Although it is optional, a message\n            makes the commit history for your repository more useful.</p>"
11325                    }
11326                },
11327                "name": {
11328                    "target": "com.amazonaws.codecommit#Name",
11329                    "traits": {
11330                        "smithy.api#documentation": "<p>The name of the person adding or updating the file. Although it is optional, a name\n            makes the commit history for your repository more useful.</p>"
11331                    }
11332                },
11333                "email": {
11334                    "target": "com.amazonaws.codecommit#Email",
11335                    "traits": {
11336                        "smithy.api#documentation": "<p>An email address for the person adding or updating the file.</p>"
11337                    }
11338                }
11339            }
11340        },
11341        "com.amazonaws.codecommit#PutFileOutput": {
11342            "type": "structure",
11343            "members": {
11344                "commitId": {
11345                    "target": "com.amazonaws.codecommit#ObjectId",
11346                    "traits": {
11347                        "smithy.api#documentation": "<p>The full SHA ID of the commit that contains this file change.</p>",
11348                        "smithy.api#required": {}
11349                    }
11350                },
11351                "blobId": {
11352                    "target": "com.amazonaws.codecommit#ObjectId",
11353                    "traits": {
11354                        "smithy.api#documentation": "<p>The ID of the blob, which is its SHA-1 pointer.</p>",
11355                        "smithy.api#required": {}
11356                    }
11357                },
11358                "treeId": {
11359                    "target": "com.amazonaws.codecommit#ObjectId",
11360                    "traits": {
11361                        "smithy.api#documentation": "<p>The full SHA-1 pointer of the tree information for the commit that contains this file change.</p>",
11362                        "smithy.api#required": {}
11363                    }
11364                }
11365            }
11366        },
11367        "com.amazonaws.codecommit#PutRepositoryTriggers": {
11368            "type": "operation",
11369            "input": {
11370                "target": "com.amazonaws.codecommit#PutRepositoryTriggersInput"
11371            },
11372            "output": {
11373                "target": "com.amazonaws.codecommit#PutRepositoryTriggersOutput"
11374            },
11375            "errors": [
11376                {
11377                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
11378                },
11379                {
11380                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
11381                },
11382                {
11383                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
11384                },
11385                {
11386                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
11387                },
11388                {
11389                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
11390                },
11391                {
11392                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
11393                },
11394                {
11395                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerBranchNameException"
11396                },
11397                {
11398                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerCustomDataException"
11399                },
11400                {
11401                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerDestinationArnException"
11402                },
11403                {
11404                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerEventsException"
11405                },
11406                {
11407                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerNameException"
11408                },
11409                {
11410                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerRegionException"
11411                },
11412                {
11413                    "target": "com.amazonaws.codecommit#MaximumBranchesExceededException"
11414                },
11415                {
11416                    "target": "com.amazonaws.codecommit#MaximumRepositoryTriggersExceededException"
11417                },
11418                {
11419                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
11420                },
11421                {
11422                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
11423                },
11424                {
11425                    "target": "com.amazonaws.codecommit#RepositoryTriggerBranchNameListRequiredException"
11426                },
11427                {
11428                    "target": "com.amazonaws.codecommit#RepositoryTriggerDestinationArnRequiredException"
11429                },
11430                {
11431                    "target": "com.amazonaws.codecommit#RepositoryTriggerEventsListRequiredException"
11432                },
11433                {
11434                    "target": "com.amazonaws.codecommit#RepositoryTriggerNameRequiredException"
11435                },
11436                {
11437                    "target": "com.amazonaws.codecommit#RepositoryTriggersListRequiredException"
11438                }
11439            ],
11440            "traits": {
11441                "smithy.api#documentation": "<p>Replaces all triggers for a repository. Used to create or delete triggers.</p>"
11442            }
11443        },
11444        "com.amazonaws.codecommit#PutRepositoryTriggersInput": {
11445            "type": "structure",
11446            "members": {
11447                "repositoryName": {
11448                    "target": "com.amazonaws.codecommit#RepositoryName",
11449                    "traits": {
11450                        "smithy.api#documentation": "<p>The name of the repository where you want to create or update the trigger.</p>",
11451                        "smithy.api#required": {}
11452                    }
11453                },
11454                "triggers": {
11455                    "target": "com.amazonaws.codecommit#RepositoryTriggersList",
11456                    "traits": {
11457                        "smithy.api#documentation": "<p>The JSON block of configuration information for each trigger.</p>",
11458                        "smithy.api#required": {}
11459                    }
11460                }
11461            },
11462            "traits": {
11463                "smithy.api#documentation": "<p>Represents the input of a put repository triggers operation.</p>"
11464            }
11465        },
11466        "com.amazonaws.codecommit#PutRepositoryTriggersOutput": {
11467            "type": "structure",
11468            "members": {
11469                "configurationId": {
11470                    "target": "com.amazonaws.codecommit#RepositoryTriggersConfigurationId",
11471                    "traits": {
11472                        "smithy.api#documentation": "<p>The system-generated unique ID for the create or update operation.</p>"
11473                    }
11474                }
11475            },
11476            "traits": {
11477                "smithy.api#documentation": "<p>Represents the output of a put repository triggers operation.</p>"
11478            }
11479        },
11480        "com.amazonaws.codecommit#ReactionCountsMap": {
11481            "type": "map",
11482            "key": {
11483                "target": "com.amazonaws.codecommit#ReactionValue"
11484            },
11485            "value": {
11486                "target": "com.amazonaws.codecommit#Count"
11487            }
11488        },
11489        "com.amazonaws.codecommit#ReactionEmoji": {
11490            "type": "string"
11491        },
11492        "com.amazonaws.codecommit#ReactionForComment": {
11493            "type": "structure",
11494            "members": {
11495                "reaction": {
11496                    "target": "com.amazonaws.codecommit#ReactionValueFormats",
11497                    "traits": {
11498                        "smithy.api#documentation": "<p>The reaction for a specified comment.</p>"
11499                    }
11500                },
11501                "reactionUsers": {
11502                    "target": "com.amazonaws.codecommit#ReactionUsersList",
11503                    "traits": {
11504                        "smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.</p>"
11505                    }
11506                },
11507                "reactionsFromDeletedUsersCount": {
11508                    "target": "com.amazonaws.codecommit#Count",
11509                    "traits": {
11510                        "smithy.api#documentation": "<p>A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted\n            from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.</p>"
11511                    }
11512                }
11513            },
11514            "traits": {
11515                "smithy.api#documentation": "<p>Information about the reaction values provided by users on a comment.</p>"
11516            }
11517        },
11518        "com.amazonaws.codecommit#ReactionLimitExceededException": {
11519            "type": "structure",
11520            "members": {
11521                "message": {
11522                    "target": "com.amazonaws.codecommit#Message",
11523                    "traits": {
11524                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11525                    }
11526                }
11527            },
11528            "traits": {
11529                "smithy.api#documentation": "<p>The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.</p>",
11530                "smithy.api#error": "client"
11531            }
11532        },
11533        "com.amazonaws.codecommit#ReactionShortCode": {
11534            "type": "string"
11535        },
11536        "com.amazonaws.codecommit#ReactionUnicode": {
11537            "type": "string"
11538        },
11539        "com.amazonaws.codecommit#ReactionUsersList": {
11540            "type": "list",
11541            "member": {
11542                "target": "com.amazonaws.codecommit#Arn"
11543            }
11544        },
11545        "com.amazonaws.codecommit#ReactionValue": {
11546            "type": "string"
11547        },
11548        "com.amazonaws.codecommit#ReactionValueFormats": {
11549            "type": "structure",
11550            "members": {
11551                "emoji": {
11552                    "target": "com.amazonaws.codecommit#ReactionEmoji",
11553                    "traits": {
11554                        "smithy.api#documentation": "<p>The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.</p>"
11555                    }
11556                },
11557                "shortCode": {
11558                    "target": "com.amazonaws.codecommit#ReactionShortCode",
11559                    "traits": {
11560                        "smithy.api#documentation": "<p>The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems. </p>"
11561                    }
11562                },
11563                "unicode": {
11564                    "target": "com.amazonaws.codecommit#ReactionUnicode",
11565                    "traits": {
11566                        "smithy.api#documentation": "<p>The Unicode codepoint for the reaction.</p>"
11567                    }
11568                }
11569            },
11570            "traits": {
11571                "smithy.api#documentation": "<p>Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.</p>"
11572            }
11573        },
11574        "com.amazonaws.codecommit#ReactionValueRequiredException": {
11575            "type": "structure",
11576            "members": {
11577                "message": {
11578                    "target": "com.amazonaws.codecommit#Message",
11579                    "traits": {
11580                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11581                    }
11582                }
11583            },
11584            "traits": {
11585                "smithy.api#documentation": "<p>A reaction value is required. </p>",
11586                "smithy.api#error": "client"
11587            }
11588        },
11589        "com.amazonaws.codecommit#ReactionsForCommentList": {
11590            "type": "list",
11591            "member": {
11592                "target": "com.amazonaws.codecommit#ReactionForComment"
11593            }
11594        },
11595        "com.amazonaws.codecommit#ReferenceDoesNotExistException": {
11596            "type": "structure",
11597            "members": {
11598                "message": {
11599                    "target": "com.amazonaws.codecommit#Message",
11600                    "traits": {
11601                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11602                    }
11603                }
11604            },
11605            "traits": {
11606                "smithy.api#documentation": "<p>The specified reference does not exist. You must provide a full commit ID.</p>",
11607                "smithy.api#error": "client"
11608            }
11609        },
11610        "com.amazonaws.codecommit#ReferenceName": {
11611            "type": "string"
11612        },
11613        "com.amazonaws.codecommit#ReferenceNameRequiredException": {
11614            "type": "structure",
11615            "members": {
11616                "message": {
11617                    "target": "com.amazonaws.codecommit#Message",
11618                    "traits": {
11619                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11620                    }
11621                }
11622            },
11623            "traits": {
11624                "smithy.api#documentation": "<p>A reference name is required, but none was provided.</p>",
11625                "smithy.api#error": "client"
11626            }
11627        },
11628        "com.amazonaws.codecommit#ReferenceTypeNotSupportedException": {
11629            "type": "structure",
11630            "members": {
11631                "message": {
11632                    "target": "com.amazonaws.codecommit#Message",
11633                    "traits": {
11634                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11635                    }
11636                }
11637            },
11638            "traits": {
11639                "smithy.api#documentation": "<p>The specified reference is not a supported type. </p>",
11640                "smithy.api#error": "client"
11641            }
11642        },
11643        "com.amazonaws.codecommit#RelativeFileVersionEnum": {
11644            "type": "string",
11645            "traits": {
11646                "smithy.api#enum": [
11647                    {
11648                        "value": "BEFORE",
11649                        "name": "BEFORE"
11650                    },
11651                    {
11652                        "value": "AFTER",
11653                        "name": "AFTER"
11654                    }
11655                ]
11656            }
11657        },
11658        "com.amazonaws.codecommit#ReplaceContentEntries": {
11659            "type": "list",
11660            "member": {
11661                "target": "com.amazonaws.codecommit#ReplaceContentEntry"
11662            }
11663        },
11664        "com.amazonaws.codecommit#ReplaceContentEntry": {
11665            "type": "structure",
11666            "members": {
11667                "filePath": {
11668                    "target": "com.amazonaws.codecommit#Path",
11669                    "traits": {
11670                        "smithy.api#documentation": "<p>The path of the conflicting file.</p>",
11671                        "smithy.api#required": {}
11672                    }
11673                },
11674                "replacementType": {
11675                    "target": "com.amazonaws.codecommit#ReplacementTypeEnum",
11676                    "traits": {
11677                        "smithy.api#documentation": "<p>The replacement type to use when determining how to resolve the conflict.</p>",
11678                        "smithy.api#required": {}
11679                    }
11680                },
11681                "content": {
11682                    "target": "com.amazonaws.codecommit#FileContent",
11683                    "traits": {
11684                        "smithy.api#documentation": "<p>The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.</p>"
11685                    }
11686                },
11687                "fileMode": {
11688                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
11689                    "traits": {
11690                        "smithy.api#documentation": "<p>The file mode to apply during conflict resoltion.</p>"
11691                    }
11692                }
11693            },
11694            "traits": {
11695                "smithy.api#documentation": "<p>Information about a replacement content entry in the conflict of a merge or pull request operation.</p>"
11696            }
11697        },
11698        "com.amazonaws.codecommit#ReplacementContentRequiredException": {
11699            "type": "structure",
11700            "members": {
11701                "message": {
11702                    "target": "com.amazonaws.codecommit#Message",
11703                    "traits": {
11704                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11705                    }
11706                }
11707            },
11708            "traits": {
11709                "smithy.api#documentation": "<p>USE_NEW_CONTENT was specified, but no replacement content has been provided.</p>",
11710                "smithy.api#error": "client"
11711            }
11712        },
11713        "com.amazonaws.codecommit#ReplacementTypeEnum": {
11714            "type": "string",
11715            "traits": {
11716                "smithy.api#enum": [
11717                    {
11718                        "value": "KEEP_BASE",
11719                        "name": "KEEP_BASE"
11720                    },
11721                    {
11722                        "value": "KEEP_SOURCE",
11723                        "name": "KEEP_SOURCE"
11724                    },
11725                    {
11726                        "value": "KEEP_DESTINATION",
11727                        "name": "KEEP_DESTINATION"
11728                    },
11729                    {
11730                        "value": "USE_NEW_CONTENT",
11731                        "name": "USE_NEW_CONTENT"
11732                    }
11733                ]
11734            }
11735        },
11736        "com.amazonaws.codecommit#ReplacementTypeRequiredException": {
11737            "type": "structure",
11738            "members": {
11739                "message": {
11740                    "target": "com.amazonaws.codecommit#Message",
11741                    "traits": {
11742                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11743                    }
11744                }
11745            },
11746            "traits": {
11747                "smithy.api#documentation": "<p>A replacement type is required.</p>",
11748                "smithy.api#error": "client"
11749            }
11750        },
11751        "com.amazonaws.codecommit#RepositoryDescription": {
11752            "type": "string",
11753            "traits": {
11754                "smithy.api#length": {
11755                    "min": 0,
11756                    "max": 1000
11757                }
11758            }
11759        },
11760        "com.amazonaws.codecommit#RepositoryDoesNotExistException": {
11761            "type": "structure",
11762            "members": {
11763                "message": {
11764                    "target": "com.amazonaws.codecommit#Message",
11765                    "traits": {
11766                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11767                    }
11768                }
11769            },
11770            "traits": {
11771                "smithy.api#documentation": "<p>The specified repository does not exist.</p>",
11772                "smithy.api#error": "client"
11773            }
11774        },
11775        "com.amazonaws.codecommit#RepositoryId": {
11776            "type": "string"
11777        },
11778        "com.amazonaws.codecommit#RepositoryLimitExceededException": {
11779            "type": "structure",
11780            "members": {
11781                "message": {
11782                    "target": "com.amazonaws.codecommit#Message",
11783                    "traits": {
11784                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11785                    }
11786                }
11787            },
11788            "traits": {
11789                "smithy.api#documentation": "<p>A repository resource limit was exceeded.</p>",
11790                "smithy.api#error": "client"
11791            }
11792        },
11793        "com.amazonaws.codecommit#RepositoryMetadata": {
11794            "type": "structure",
11795            "members": {
11796                "accountId": {
11797                    "target": "com.amazonaws.codecommit#AccountId",
11798                    "traits": {
11799                        "smithy.api#documentation": "<p>The ID of the AWS account associated with the repository.</p>"
11800                    }
11801                },
11802                "repositoryId": {
11803                    "target": "com.amazonaws.codecommit#RepositoryId",
11804                    "traits": {
11805                        "smithy.api#documentation": "<p>The ID of the repository.</p>"
11806                    }
11807                },
11808                "repositoryName": {
11809                    "target": "com.amazonaws.codecommit#RepositoryName",
11810                    "traits": {
11811                        "smithy.api#documentation": "<p>The repository's name.</p>"
11812                    }
11813                },
11814                "repositoryDescription": {
11815                    "target": "com.amazonaws.codecommit#RepositoryDescription",
11816                    "traits": {
11817                        "smithy.api#documentation": "<p>A comment or description about the repository.</p>"
11818                    }
11819                },
11820                "defaultBranch": {
11821                    "target": "com.amazonaws.codecommit#BranchName",
11822                    "traits": {
11823                        "smithy.api#documentation": "<p>The repository's default branch name.</p>"
11824                    }
11825                },
11826                "lastModifiedDate": {
11827                    "target": "com.amazonaws.codecommit#LastModifiedDate",
11828                    "traits": {
11829                        "smithy.api#documentation": "<p>The date and time the repository was last modified, in timestamp format.</p>"
11830                    }
11831                },
11832                "creationDate": {
11833                    "target": "com.amazonaws.codecommit#CreationDate",
11834                    "traits": {
11835                        "smithy.api#documentation": "<p>The date and time the repository was created, in timestamp format.</p>"
11836                    }
11837                },
11838                "cloneUrlHttp": {
11839                    "target": "com.amazonaws.codecommit#CloneUrlHttp",
11840                    "traits": {
11841                        "smithy.api#documentation": "<p>The URL to use for cloning the repository over HTTPS.</p>"
11842                    }
11843                },
11844                "cloneUrlSsh": {
11845                    "target": "com.amazonaws.codecommit#CloneUrlSsh",
11846                    "traits": {
11847                        "smithy.api#documentation": "<p>The URL to use for cloning the repository over SSH.</p>"
11848                    }
11849                },
11850                "Arn": {
11851                    "target": "com.amazonaws.codecommit#Arn",
11852                    "traits": {
11853                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the repository.</p>"
11854                    }
11855                }
11856            },
11857            "traits": {
11858                "smithy.api#documentation": "<p>Information about a repository.</p>"
11859            }
11860        },
11861        "com.amazonaws.codecommit#RepositoryMetadataList": {
11862            "type": "list",
11863            "member": {
11864                "target": "com.amazonaws.codecommit#RepositoryMetadata"
11865            }
11866        },
11867        "com.amazonaws.codecommit#RepositoryName": {
11868            "type": "string",
11869            "traits": {
11870                "smithy.api#length": {
11871                    "min": 1,
11872                    "max": 100
11873                },
11874                "smithy.api#pattern": "[\\w\\.-]+"
11875            }
11876        },
11877        "com.amazonaws.codecommit#RepositoryNameExistsException": {
11878            "type": "structure",
11879            "members": {
11880                "message": {
11881                    "target": "com.amazonaws.codecommit#Message",
11882                    "traits": {
11883                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11884                    }
11885                }
11886            },
11887            "traits": {
11888                "smithy.api#documentation": "<p>The specified repository name already exists.</p>",
11889                "smithy.api#error": "client"
11890            }
11891        },
11892        "com.amazonaws.codecommit#RepositoryNameIdPair": {
11893            "type": "structure",
11894            "members": {
11895                "repositoryName": {
11896                    "target": "com.amazonaws.codecommit#RepositoryName",
11897                    "traits": {
11898                        "smithy.api#documentation": "<p>The name associated with the repository.</p>"
11899                    }
11900                },
11901                "repositoryId": {
11902                    "target": "com.amazonaws.codecommit#RepositoryId",
11903                    "traits": {
11904                        "smithy.api#documentation": "<p>The ID associated with the repository.</p>"
11905                    }
11906                }
11907            },
11908            "traits": {
11909                "smithy.api#documentation": "<p>Information about a repository name and ID.</p>"
11910            }
11911        },
11912        "com.amazonaws.codecommit#RepositoryNameIdPairList": {
11913            "type": "list",
11914            "member": {
11915                "target": "com.amazonaws.codecommit#RepositoryNameIdPair"
11916            }
11917        },
11918        "com.amazonaws.codecommit#RepositoryNameList": {
11919            "type": "list",
11920            "member": {
11921                "target": "com.amazonaws.codecommit#RepositoryName"
11922            }
11923        },
11924        "com.amazonaws.codecommit#RepositoryNameRequiredException": {
11925            "type": "structure",
11926            "members": {
11927                "message": {
11928                    "target": "com.amazonaws.codecommit#Message",
11929                    "traits": {
11930                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11931                    }
11932                }
11933            },
11934            "traits": {
11935                "smithy.api#documentation": "<p>A repository name is required, but was not specified.</p>",
11936                "smithy.api#error": "client"
11937            }
11938        },
11939        "com.amazonaws.codecommit#RepositoryNamesRequiredException": {
11940            "type": "structure",
11941            "members": {
11942                "message": {
11943                    "target": "com.amazonaws.codecommit#Message",
11944                    "traits": {
11945                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11946                    }
11947                }
11948            },
11949            "traits": {
11950                "smithy.api#documentation": "<p>At least one repository name object is required, but was not specified.</p>",
11951                "smithy.api#error": "client"
11952            }
11953        },
11954        "com.amazonaws.codecommit#RepositoryNotAssociatedWithPullRequestException": {
11955            "type": "structure",
11956            "members": {
11957                "message": {
11958                    "target": "com.amazonaws.codecommit#Message",
11959                    "traits": {
11960                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
11961                    }
11962                }
11963            },
11964            "traits": {
11965                "smithy.api#documentation": "<p>The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.</p>",
11966                "smithy.api#error": "client"
11967            }
11968        },
11969        "com.amazonaws.codecommit#RepositoryNotFoundList": {
11970            "type": "list",
11971            "member": {
11972                "target": "com.amazonaws.codecommit#RepositoryName"
11973            }
11974        },
11975        "com.amazonaws.codecommit#RepositoryTrigger": {
11976            "type": "structure",
11977            "members": {
11978                "name": {
11979                    "target": "com.amazonaws.codecommit#RepositoryTriggerName",
11980                    "traits": {
11981                        "smithy.api#documentation": "<p>The name of the trigger.</p>",
11982                        "smithy.api#required": {}
11983                    }
11984                },
11985                "destinationArn": {
11986                    "target": "com.amazonaws.codecommit#Arn",
11987                    "traits": {
11988                        "smithy.api#documentation": "<p>The ARN of the resource that is the target for a trigger (for example, the ARN of a\n            topic in Amazon SNS).</p>",
11989                        "smithy.api#required": {}
11990                    }
11991                },
11992                "customData": {
11993                    "target": "com.amazonaws.codecommit#RepositoryTriggerCustomData",
11994                    "traits": {
11995                        "smithy.api#documentation": "<p>Any custom data associated with the trigger to be included in the information sent to\n            the target of the trigger.</p>"
11996                    }
11997                },
11998                "branches": {
11999                    "target": "com.amazonaws.codecommit#BranchNameList",
12000                    "traits": {
12001                        "smithy.api#documentation": "<p>The branches to be included in the trigger configuration. If you specify an empty\n            array, the trigger applies to all branches.</p>\n        <note>\n            <p>Although no content is required in the array, you must include the array itself.</p>\n        </note>"
12002                    }
12003                },
12004                "events": {
12005                    "target": "com.amazonaws.codecommit#RepositoryTriggerEventList",
12006                    "traits": {
12007                        "smithy.api#documentation": "<p>The repository events that cause the trigger to run actions in another service, such\n            as sending a notification through Amazon SNS.\n            \n        </p>\n         <note>\n            <p>The valid value \"all\" cannot be used with any other values.</p>\n         </note>",
12008                        "smithy.api#required": {}
12009                    }
12010                }
12011            },
12012            "traits": {
12013                "smithy.api#documentation": "<p>Information about a trigger for a repository.</p>"
12014            }
12015        },
12016        "com.amazonaws.codecommit#RepositoryTriggerBranchNameListRequiredException": {
12017            "type": "structure",
12018            "members": {
12019                "message": {
12020                    "target": "com.amazonaws.codecommit#Message",
12021                    "traits": {
12022                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12023                    }
12024                }
12025            },
12026            "traits": {
12027                "smithy.api#documentation": "<p>At least one branch name is required, but was not specified in the trigger\n            configuration.</p>",
12028                "smithy.api#error": "client"
12029            }
12030        },
12031        "com.amazonaws.codecommit#RepositoryTriggerCustomData": {
12032            "type": "string"
12033        },
12034        "com.amazonaws.codecommit#RepositoryTriggerDestinationArnRequiredException": {
12035            "type": "structure",
12036            "members": {
12037                "message": {
12038                    "target": "com.amazonaws.codecommit#Message",
12039                    "traits": {
12040                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12041                    }
12042                }
12043            },
12044            "traits": {
12045                "smithy.api#documentation": "<p>A destination ARN for the target service for the trigger is required, but was not\n            specified.</p>",
12046                "smithy.api#error": "client"
12047            }
12048        },
12049        "com.amazonaws.codecommit#RepositoryTriggerEventEnum": {
12050            "type": "string",
12051            "traits": {
12052                "smithy.api#enum": [
12053                    {
12054                        "value": "all",
12055                        "name": "ALL"
12056                    },
12057                    {
12058                        "value": "updateReference",
12059                        "name": "UPDATE_REFERENCE"
12060                    },
12061                    {
12062                        "value": "createReference",
12063                        "name": "CREATE_REFERENCE"
12064                    },
12065                    {
12066                        "value": "deleteReference",
12067                        "name": "DELETE_REFERENCE"
12068                    }
12069                ]
12070            }
12071        },
12072        "com.amazonaws.codecommit#RepositoryTriggerEventList": {
12073            "type": "list",
12074            "member": {
12075                "target": "com.amazonaws.codecommit#RepositoryTriggerEventEnum"
12076            }
12077        },
12078        "com.amazonaws.codecommit#RepositoryTriggerEventsListRequiredException": {
12079            "type": "structure",
12080            "members": {
12081                "message": {
12082                    "target": "com.amazonaws.codecommit#Message",
12083                    "traits": {
12084                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12085                    }
12086                }
12087            },
12088            "traits": {
12089                "smithy.api#documentation": "<p>At least one event for the trigger is required, but was not specified.</p>",
12090                "smithy.api#error": "client"
12091            }
12092        },
12093        "com.amazonaws.codecommit#RepositoryTriggerExecutionFailure": {
12094            "type": "structure",
12095            "members": {
12096                "trigger": {
12097                    "target": "com.amazonaws.codecommit#RepositoryTriggerName",
12098                    "traits": {
12099                        "smithy.api#documentation": "<p>The name of the trigger that did not run.</p>"
12100                    }
12101                },
12102                "failureMessage": {
12103                    "target": "com.amazonaws.codecommit#RepositoryTriggerExecutionFailureMessage",
12104                    "traits": {
12105                        "smithy.api#documentation": "<p>Message information about the trigger that did not run.</p>"
12106                    }
12107                }
12108            },
12109            "traits": {
12110                "smithy.api#documentation": "<p>A trigger failed to run.</p>"
12111            }
12112        },
12113        "com.amazonaws.codecommit#RepositoryTriggerExecutionFailureList": {
12114            "type": "list",
12115            "member": {
12116                "target": "com.amazonaws.codecommit#RepositoryTriggerExecutionFailure"
12117            }
12118        },
12119        "com.amazonaws.codecommit#RepositoryTriggerExecutionFailureMessage": {
12120            "type": "string"
12121        },
12122        "com.amazonaws.codecommit#RepositoryTriggerName": {
12123            "type": "string"
12124        },
12125        "com.amazonaws.codecommit#RepositoryTriggerNameList": {
12126            "type": "list",
12127            "member": {
12128                "target": "com.amazonaws.codecommit#RepositoryTriggerName"
12129            }
12130        },
12131        "com.amazonaws.codecommit#RepositoryTriggerNameRequiredException": {
12132            "type": "structure",
12133            "members": {
12134                "message": {
12135                    "target": "com.amazonaws.codecommit#Message",
12136                    "traits": {
12137                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12138                    }
12139                }
12140            },
12141            "traits": {
12142                "smithy.api#documentation": "<p>A name for the trigger is required, but was not specified.</p>",
12143                "smithy.api#error": "client"
12144            }
12145        },
12146        "com.amazonaws.codecommit#RepositoryTriggersConfigurationId": {
12147            "type": "string"
12148        },
12149        "com.amazonaws.codecommit#RepositoryTriggersList": {
12150            "type": "list",
12151            "member": {
12152                "target": "com.amazonaws.codecommit#RepositoryTrigger"
12153            }
12154        },
12155        "com.amazonaws.codecommit#RepositoryTriggersListRequiredException": {
12156            "type": "structure",
12157            "members": {
12158                "message": {
12159                    "target": "com.amazonaws.codecommit#Message",
12160                    "traits": {
12161                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12162                    }
12163                }
12164            },
12165            "traits": {
12166                "smithy.api#documentation": "<p>The list of triggers for the repository is required, but was not specified.</p>",
12167                "smithy.api#error": "client"
12168            }
12169        },
12170        "com.amazonaws.codecommit#ResourceArn": {
12171            "type": "string"
12172        },
12173        "com.amazonaws.codecommit#ResourceArnRequiredException": {
12174            "type": "structure",
12175            "members": {
12176                "message": {
12177                    "target": "com.amazonaws.codecommit#Message",
12178                    "traits": {
12179                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12180                    }
12181                }
12182            },
12183            "traits": {
12184                "smithy.api#documentation": "<p>A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required. For a list of valid resources in AWS CodeCommit, see \n            <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats\">CodeCommit Resources and Operations</a>\n            in the AWS CodeCommit User Guide.</p>",
12185                "smithy.api#error": "client"
12186            }
12187        },
12188        "com.amazonaws.codecommit#RestrictedSourceFileException": {
12189            "type": "structure",
12190            "members": {
12191                "message": {
12192                    "target": "com.amazonaws.codecommit#Message",
12193                    "traits": {
12194                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12195                    }
12196                }
12197            },
12198            "traits": {
12199                "smithy.api#documentation": "<p>The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.</p>",
12200                "smithy.api#error": "client"
12201            }
12202        },
12203        "com.amazonaws.codecommit#RevisionId": {
12204            "type": "string"
12205        },
12206        "com.amazonaws.codecommit#RevisionIdRequiredException": {
12207            "type": "structure",
12208            "members": {
12209                "message": {
12210                    "target": "com.amazonaws.codecommit#Message",
12211                    "traits": {
12212                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12213                    }
12214                }
12215            },
12216            "traits": {
12217                "smithy.api#documentation": "<p>A revision ID is required, but was not provided.</p>",
12218                "smithy.api#error": "client"
12219            }
12220        },
12221        "com.amazonaws.codecommit#RevisionNotCurrentException": {
12222            "type": "structure",
12223            "members": {
12224                "message": {
12225                    "target": "com.amazonaws.codecommit#Message",
12226                    "traits": {
12227                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12228                    }
12229                }
12230            },
12231            "traits": {
12232                "smithy.api#documentation": "<p>The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.</p>",
12233                "smithy.api#error": "client"
12234            }
12235        },
12236        "com.amazonaws.codecommit#RuleContentSha256": {
12237            "type": "string"
12238        },
12239        "com.amazonaws.codecommit#SameFileContentException": {
12240            "type": "structure",
12241            "members": {
12242                "message": {
12243                    "target": "com.amazonaws.codecommit#Message",
12244                    "traits": {
12245                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12246                    }
12247                }
12248            },
12249            "traits": {
12250                "smithy.api#documentation": "<p>The file was not added or updated because the content of the file is exactly the same as the content of that file in the repository and branch\n        that you specified.</p>",
12251                "smithy.api#error": "client"
12252            }
12253        },
12254        "com.amazonaws.codecommit#SamePathRequestException": {
12255            "type": "structure",
12256            "members": {
12257                "message": {
12258                    "target": "com.amazonaws.codecommit#Message",
12259                    "traits": {
12260                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12261                    }
12262                }
12263            },
12264            "traits": {
12265                "smithy.api#documentation": "<p>The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example,\n        you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same\n        file as part of the same commit.</p>",
12266                "smithy.api#error": "client"
12267            }
12268        },
12269        "com.amazonaws.codecommit#SetFileModeEntries": {
12270            "type": "list",
12271            "member": {
12272                "target": "com.amazonaws.codecommit#SetFileModeEntry"
12273            }
12274        },
12275        "com.amazonaws.codecommit#SetFileModeEntry": {
12276            "type": "structure",
12277            "members": {
12278                "filePath": {
12279                    "target": "com.amazonaws.codecommit#Path",
12280                    "traits": {
12281                        "smithy.api#documentation": "<p>The full path to the file, including the name of the file.</p>",
12282                        "smithy.api#required": {}
12283                    }
12284                },
12285                "fileMode": {
12286                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
12287                    "traits": {
12288                        "smithy.api#documentation": "<p>The file mode for the file.</p>",
12289                        "smithy.api#required": {}
12290                    }
12291                }
12292            },
12293            "traits": {
12294                "smithy.api#documentation": "<p>Information about the file mode changes.</p>"
12295            }
12296        },
12297        "com.amazonaws.codecommit#SortByEnum": {
12298            "type": "string",
12299            "traits": {
12300                "smithy.api#enum": [
12301                    {
12302                        "value": "repositoryName",
12303                        "name": "REPOSITORY_NAME"
12304                    },
12305                    {
12306                        "value": "lastModifiedDate",
12307                        "name": "MODIFIED_DATE"
12308                    }
12309                ]
12310            }
12311        },
12312        "com.amazonaws.codecommit#SourceAndDestinationAreSameException": {
12313            "type": "structure",
12314            "members": {
12315                "message": {
12316                    "target": "com.amazonaws.codecommit#Message",
12317                    "traits": {
12318                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12319                    }
12320                }
12321            },
12322            "traits": {
12323                "smithy.api#documentation": "<p>The source branch and destination branch for the pull request are the same. You must\n            specify different branches for the source and destination.</p>",
12324                "smithy.api#error": "client"
12325            }
12326        },
12327        "com.amazonaws.codecommit#SourceFileOrContentRequiredException": {
12328            "type": "structure",
12329            "members": {
12330                "message": {
12331                    "target": "com.amazonaws.codecommit#Message",
12332                    "traits": {
12333                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12334                    }
12335                }
12336            },
12337            "traits": {
12338                "smithy.api#documentation": "<p>The commit cannot be created because no source files or file content have been specified for the commit.</p>",
12339                "smithy.api#error": "client"
12340            }
12341        },
12342        "com.amazonaws.codecommit#SourceFileSpecifier": {
12343            "type": "structure",
12344            "members": {
12345                "filePath": {
12346                    "target": "com.amazonaws.codecommit#Path",
12347                    "traits": {
12348                        "smithy.api#documentation": "<p>The full path to the file, including the name of the file.</p>",
12349                        "smithy.api#required": {}
12350                    }
12351                },
12352                "isMove": {
12353                    "target": "com.amazonaws.codecommit#IsMove",
12354                    "traits": {
12355                        "smithy.api#documentation": "<p>Whether to remove the source file from the parent commit.</p>"
12356                    }
12357                }
12358            },
12359            "traits": {
12360                "smithy.api#documentation": "<p>Information about a source file that is part of changes made in a commit.</p>"
12361            }
12362        },
12363        "com.amazonaws.codecommit#SubModule": {
12364            "type": "structure",
12365            "members": {
12366                "commitId": {
12367                    "target": "com.amazonaws.codecommit#ObjectId",
12368                    "traits": {
12369                        "smithy.api#documentation": "<p>The commit ID that contains the reference to the submodule.</p>"
12370                    }
12371                },
12372                "absolutePath": {
12373                    "target": "com.amazonaws.codecommit#Path",
12374                    "traits": {
12375                        "smithy.api#documentation": "<p>The fully qualified path to the folder that contains the reference to the submodule.</p>"
12376                    }
12377                },
12378                "relativePath": {
12379                    "target": "com.amazonaws.codecommit#Path",
12380                    "traits": {
12381                        "smithy.api#documentation": "<p>The relative path of the submodule from the folder where the query originated.</p>"
12382                    }
12383                }
12384            },
12385            "traits": {
12386                "smithy.api#documentation": "<p>Returns information about a submodule reference in a repository folder.</p>"
12387            }
12388        },
12389        "com.amazonaws.codecommit#SubModuleList": {
12390            "type": "list",
12391            "member": {
12392                "target": "com.amazonaws.codecommit#SubModule"
12393            }
12394        },
12395        "com.amazonaws.codecommit#SymbolicLink": {
12396            "type": "structure",
12397            "members": {
12398                "blobId": {
12399                    "target": "com.amazonaws.codecommit#ObjectId",
12400                    "traits": {
12401                        "smithy.api#documentation": "<p>The blob ID that contains the information about the symbolic link.</p>"
12402                    }
12403                },
12404                "absolutePath": {
12405                    "target": "com.amazonaws.codecommit#Path",
12406                    "traits": {
12407                        "smithy.api#documentation": "<p>The fully qualified path to the folder that contains the symbolic link.</p>"
12408                    }
12409                },
12410                "relativePath": {
12411                    "target": "com.amazonaws.codecommit#Path",
12412                    "traits": {
12413                        "smithy.api#documentation": "<p>The relative path of the symbolic link from the folder where the query originated.</p>"
12414                    }
12415                },
12416                "fileMode": {
12417                    "target": "com.amazonaws.codecommit#FileModeTypeEnum",
12418                    "traits": {
12419                        "smithy.api#documentation": "<p>The file mode permissions of the blob that cotains information about the symbolic link.</p>"
12420                    }
12421                }
12422            },
12423            "traits": {
12424                "smithy.api#documentation": "<p>Returns information about a symbolic link in a repository folder.</p>"
12425            }
12426        },
12427        "com.amazonaws.codecommit#SymbolicLinkList": {
12428            "type": "list",
12429            "member": {
12430                "target": "com.amazonaws.codecommit#SymbolicLink"
12431            }
12432        },
12433        "com.amazonaws.codecommit#TagKey": {
12434            "type": "string",
12435            "traits": {
12436                "smithy.api#length": {
12437                    "min": 1,
12438                    "max": 128
12439                }
12440            }
12441        },
12442        "com.amazonaws.codecommit#TagKeysList": {
12443            "type": "list",
12444            "member": {
12445                "target": "com.amazonaws.codecommit#TagKey"
12446            }
12447        },
12448        "com.amazonaws.codecommit#TagKeysListRequiredException": {
12449            "type": "structure",
12450            "members": {
12451                "message": {
12452                    "target": "com.amazonaws.codecommit#Message",
12453                    "traits": {
12454                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12455                    }
12456                }
12457            },
12458            "traits": {
12459                "smithy.api#documentation": "<p>A list of tag keys is required. The list cannot be empty or null.</p>",
12460                "smithy.api#error": "client"
12461            }
12462        },
12463        "com.amazonaws.codecommit#TagPolicyException": {
12464            "type": "structure",
12465            "members": {
12466                "message": {
12467                    "target": "com.amazonaws.codecommit#Message",
12468                    "traits": {
12469                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12470                    }
12471                }
12472            },
12473            "traits": {
12474                "smithy.api#documentation": "<p>The tag policy is not valid.</p>",
12475                "smithy.api#error": "client"
12476            }
12477        },
12478        "com.amazonaws.codecommit#TagResource": {
12479            "type": "operation",
12480            "input": {
12481                "target": "com.amazonaws.codecommit#TagResourceInput"
12482            },
12483            "errors": [
12484                {
12485                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
12486                },
12487                {
12488                    "target": "com.amazonaws.codecommit#InvalidResourceArnException"
12489                },
12490                {
12491                    "target": "com.amazonaws.codecommit#InvalidSystemTagUsageException"
12492                },
12493                {
12494                    "target": "com.amazonaws.codecommit#InvalidTagsMapException"
12495                },
12496                {
12497                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
12498                },
12499                {
12500                    "target": "com.amazonaws.codecommit#ResourceArnRequiredException"
12501                },
12502                {
12503                    "target": "com.amazonaws.codecommit#TagPolicyException"
12504                },
12505                {
12506                    "target": "com.amazonaws.codecommit#TagsMapRequiredException"
12507                },
12508                {
12509                    "target": "com.amazonaws.codecommit#TooManyTagsException"
12510                }
12511            ],
12512            "traits": {
12513                "smithy.api#documentation": "<p>Adds or updates tags for a resource in AWS CodeCommit. For a list of valid resources\n            in AWS CodeCommit, see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats\">CodeCommit Resources and Operations</a> in the <i>AWS CodeCommit User\n                Guide</i>.</p>"
12514            }
12515        },
12516        "com.amazonaws.codecommit#TagResourceInput": {
12517            "type": "structure",
12518            "members": {
12519                "resourceArn": {
12520                    "target": "com.amazonaws.codecommit#ResourceArn",
12521                    "traits": {
12522                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to which you want to add or update tags.</p>",
12523                        "smithy.api#required": {}
12524                    }
12525                },
12526                "tags": {
12527                    "target": "com.amazonaws.codecommit#TagsMap",
12528                    "traits": {
12529                        "smithy.api#documentation": "<p>The key-value pair to use when tagging this repository.</p>",
12530                        "smithy.api#required": {}
12531                    }
12532                }
12533            }
12534        },
12535        "com.amazonaws.codecommit#TagValue": {
12536            "type": "string",
12537            "traits": {
12538                "smithy.api#length": {
12539                    "min": 0,
12540                    "max": 256
12541                }
12542            }
12543        },
12544        "com.amazonaws.codecommit#TagsMap": {
12545            "type": "map",
12546            "key": {
12547                "target": "com.amazonaws.codecommit#TagKey"
12548            },
12549            "value": {
12550                "target": "com.amazonaws.codecommit#TagValue"
12551            }
12552        },
12553        "com.amazonaws.codecommit#TagsMapRequiredException": {
12554            "type": "structure",
12555            "members": {
12556                "message": {
12557                    "target": "com.amazonaws.codecommit#Message",
12558                    "traits": {
12559                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12560                    }
12561                }
12562            },
12563            "traits": {
12564                "smithy.api#documentation": "<p>A map of tags is required.</p>",
12565                "smithy.api#error": "client"
12566            }
12567        },
12568        "com.amazonaws.codecommit#Target": {
12569            "type": "structure",
12570            "members": {
12571                "repositoryName": {
12572                    "target": "com.amazonaws.codecommit#RepositoryName",
12573                    "traits": {
12574                        "smithy.api#documentation": "<p>The name of the repository that contains the pull request.</p>",
12575                        "smithy.api#required": {}
12576                    }
12577                },
12578                "sourceReference": {
12579                    "target": "com.amazonaws.codecommit#ReferenceName",
12580                    "traits": {
12581                        "smithy.api#documentation": "<p>The branch of the repository that contains the changes for the pull request. Also known as the source branch.</p>",
12582                        "smithy.api#required": {}
12583                    }
12584                },
12585                "destinationReference": {
12586                    "target": "com.amazonaws.codecommit#ReferenceName",
12587                    "traits": {
12588                        "smithy.api#documentation": "<p>The branch of the repository where the pull request changes are merged. Also known as\n            the destination branch.</p>"
12589                    }
12590                }
12591            },
12592            "traits": {
12593                "smithy.api#documentation": "<p>Returns information about a target for a pull request.</p>"
12594            }
12595        },
12596        "com.amazonaws.codecommit#TargetList": {
12597            "type": "list",
12598            "member": {
12599                "target": "com.amazonaws.codecommit#Target"
12600            }
12601        },
12602        "com.amazonaws.codecommit#TargetRequiredException": {
12603            "type": "structure",
12604            "members": {
12605                "message": {
12606                    "target": "com.amazonaws.codecommit#Message",
12607                    "traits": {
12608                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12609                    }
12610                }
12611            },
12612            "traits": {
12613                "smithy.api#documentation": "<p>A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.</p>",
12614                "smithy.api#error": "client"
12615            }
12616        },
12617        "com.amazonaws.codecommit#TargetsRequiredException": {
12618            "type": "structure",
12619            "members": {
12620                "message": {
12621                    "target": "com.amazonaws.codecommit#Message",
12622                    "traits": {
12623                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12624                    }
12625                }
12626            },
12627            "traits": {
12628                "smithy.api#documentation": "<p>An array of target objects is required. It cannot be empty or null.</p>",
12629                "smithy.api#error": "client"
12630            }
12631        },
12632        "com.amazonaws.codecommit#TestRepositoryTriggers": {
12633            "type": "operation",
12634            "input": {
12635                "target": "com.amazonaws.codecommit#TestRepositoryTriggersInput"
12636            },
12637            "output": {
12638                "target": "com.amazonaws.codecommit#TestRepositoryTriggersOutput"
12639            },
12640            "errors": [
12641                {
12642                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
12643                },
12644                {
12645                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
12646                },
12647                {
12648                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
12649                },
12650                {
12651                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
12652                },
12653                {
12654                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
12655                },
12656                {
12657                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
12658                },
12659                {
12660                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerBranchNameException"
12661                },
12662                {
12663                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerCustomDataException"
12664                },
12665                {
12666                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerDestinationArnException"
12667                },
12668                {
12669                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerEventsException"
12670                },
12671                {
12672                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerNameException"
12673                },
12674                {
12675                    "target": "com.amazonaws.codecommit#InvalidRepositoryTriggerRegionException"
12676                },
12677                {
12678                    "target": "com.amazonaws.codecommit#MaximumBranchesExceededException"
12679                },
12680                {
12681                    "target": "com.amazonaws.codecommit#MaximumRepositoryTriggersExceededException"
12682                },
12683                {
12684                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
12685                },
12686                {
12687                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
12688                },
12689                {
12690                    "target": "com.amazonaws.codecommit#RepositoryTriggerBranchNameListRequiredException"
12691                },
12692                {
12693                    "target": "com.amazonaws.codecommit#RepositoryTriggerDestinationArnRequiredException"
12694                },
12695                {
12696                    "target": "com.amazonaws.codecommit#RepositoryTriggerEventsListRequiredException"
12697                },
12698                {
12699                    "target": "com.amazonaws.codecommit#RepositoryTriggerNameRequiredException"
12700                },
12701                {
12702                    "target": "com.amazonaws.codecommit#RepositoryTriggersListRequiredException"
12703                }
12704            ],
12705            "traits": {
12706                "smithy.api#documentation": "<p>Tests the functionality of repository triggers by sending information to the trigger\n            target. If real data is available in the repository, the test sends data from the last\n            commit. If no data is available, sample data is generated.</p>"
12707            }
12708        },
12709        "com.amazonaws.codecommit#TestRepositoryTriggersInput": {
12710            "type": "structure",
12711            "members": {
12712                "repositoryName": {
12713                    "target": "com.amazonaws.codecommit#RepositoryName",
12714                    "traits": {
12715                        "smithy.api#documentation": "<p>The name of the repository in which to test the triggers.</p>",
12716                        "smithy.api#required": {}
12717                    }
12718                },
12719                "triggers": {
12720                    "target": "com.amazonaws.codecommit#RepositoryTriggersList",
12721                    "traits": {
12722                        "smithy.api#documentation": "<p>The list of triggers to test.</p>",
12723                        "smithy.api#required": {}
12724                    }
12725                }
12726            },
12727            "traits": {
12728                "smithy.api#documentation": "<p>Represents the input of a test repository triggers operation.</p>"
12729            }
12730        },
12731        "com.amazonaws.codecommit#TestRepositoryTriggersOutput": {
12732            "type": "structure",
12733            "members": {
12734                "successfulExecutions": {
12735                    "target": "com.amazonaws.codecommit#RepositoryTriggerNameList",
12736                    "traits": {
12737                        "smithy.api#documentation": "<p>The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.</p>"
12738                    }
12739                },
12740                "failedExecutions": {
12741                    "target": "com.amazonaws.codecommit#RepositoryTriggerExecutionFailureList",
12742                    "traits": {
12743                        "smithy.api#documentation": "<p>The list of triggers that were not tested. This list provides the names of the\n            triggers that could not be tested, separated by commas.</p>"
12744                    }
12745                }
12746            },
12747            "traits": {
12748                "smithy.api#documentation": "<p>Represents the output of a test repository triggers operation.</p>"
12749            }
12750        },
12751        "com.amazonaws.codecommit#TipOfSourceReferenceIsDifferentException": {
12752            "type": "structure",
12753            "members": {
12754                "message": {
12755                    "target": "com.amazonaws.codecommit#Message",
12756                    "traits": {
12757                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12758                    }
12759                }
12760            },
12761            "traits": {
12762                "smithy.api#documentation": "<p>The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. \n            The pull request might have been updated. Make sure that you have the latest changes.</p>",
12763                "smithy.api#error": "client"
12764            }
12765        },
12766        "com.amazonaws.codecommit#TipsDivergenceExceededException": {
12767            "type": "structure",
12768            "members": {
12769                "message": {
12770                    "target": "com.amazonaws.codecommit#Message",
12771                    "traits": {
12772                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12773                    }
12774                }
12775            },
12776            "traits": {
12777                "smithy.api#documentation": "<p>The divergence between the tips of the provided commit specifiers is too great to determine whether there might be \n            any merge conflicts. Locally compare the specifiers using <code>git diff</code> or a diff tool.</p>",
12778                "smithy.api#error": "client"
12779            }
12780        },
12781        "com.amazonaws.codecommit#Title": {
12782            "type": "string",
12783            "traits": {
12784                "smithy.api#length": {
12785                    "min": 0,
12786                    "max": 150
12787                }
12788            }
12789        },
12790        "com.amazonaws.codecommit#TitleRequiredException": {
12791            "type": "structure",
12792            "members": {
12793                "message": {
12794                    "target": "com.amazonaws.codecommit#Message",
12795                    "traits": {
12796                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12797                    }
12798                }
12799            },
12800            "traits": {
12801                "smithy.api#documentation": "<p>A pull request title is required. It cannot be empty or null.</p>",
12802                "smithy.api#error": "client"
12803            }
12804        },
12805        "com.amazonaws.codecommit#TooManyTagsException": {
12806            "type": "structure",
12807            "members": {
12808                "message": {
12809                    "target": "com.amazonaws.codecommit#Message",
12810                    "traits": {
12811                        "smithy.api#documentation": "<p>Any message associated with the exception.</p>"
12812                    }
12813                }
12814            },
12815            "traits": {
12816                "smithy.api#documentation": "<p>The maximum number of tags for an AWS CodeCommit resource has been exceeded.</p>",
12817                "smithy.api#error": "client"
12818            }
12819        },
12820        "com.amazonaws.codecommit#UntagResource": {
12821            "type": "operation",
12822            "input": {
12823                "target": "com.amazonaws.codecommit#UntagResourceInput"
12824            },
12825            "errors": [
12826                {
12827                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
12828                },
12829                {
12830                    "target": "com.amazonaws.codecommit#InvalidResourceArnException"
12831                },
12832                {
12833                    "target": "com.amazonaws.codecommit#InvalidSystemTagUsageException"
12834                },
12835                {
12836                    "target": "com.amazonaws.codecommit#InvalidTagKeysListException"
12837                },
12838                {
12839                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
12840                },
12841                {
12842                    "target": "com.amazonaws.codecommit#ResourceArnRequiredException"
12843                },
12844                {
12845                    "target": "com.amazonaws.codecommit#TagKeysListRequiredException"
12846                },
12847                {
12848                    "target": "com.amazonaws.codecommit#TagPolicyException"
12849                },
12850                {
12851                    "target": "com.amazonaws.codecommit#TooManyTagsException"
12852                }
12853            ],
12854            "traits": {
12855                "smithy.api#documentation": "<p>Removes tags for a resource in AWS CodeCommit. For a list of valid resources in AWS\n            CodeCommit, see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#arn-formats\">CodeCommit Resources and Operations</a> in the <i>AWS CodeCommit User\n                Guide</i>.</p>"
12856            }
12857        },
12858        "com.amazonaws.codecommit#UntagResourceInput": {
12859            "type": "structure",
12860            "members": {
12861                "resourceArn": {
12862                    "target": "com.amazonaws.codecommit#ResourceArn",
12863                    "traits": {
12864                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the resource to which you want to remove tags.</p>",
12865                        "smithy.api#required": {}
12866                    }
12867                },
12868                "tagKeys": {
12869                    "target": "com.amazonaws.codecommit#TagKeysList",
12870                    "traits": {
12871                        "smithy.api#documentation": "<p>The tag key for each tag that you want to remove from the resource.</p>",
12872                        "smithy.api#required": {}
12873                    }
12874                }
12875            }
12876        },
12877        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContent": {
12878            "type": "operation",
12879            "input": {
12880                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContentInput"
12881            },
12882            "output": {
12883                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContentOutput"
12884            },
12885            "errors": [
12886                {
12887                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateContentRequiredException"
12888                },
12889                {
12890                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
12891                },
12892                {
12893                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
12894                },
12895                {
12896                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateContentException"
12897                },
12898                {
12899                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
12900                },
12901                {
12902                    "target": "com.amazonaws.codecommit#InvalidRuleContentSha256Exception"
12903                }
12904            ],
12905            "traits": {
12906                "smithy.api#documentation": "<p>Updates the content of an approval rule template. You can change the number of\n            required approvals, the membership of the approval rule, and whether an approval pool is\n            defined.</p>"
12907            }
12908        },
12909        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContentInput": {
12910            "type": "structure",
12911            "members": {
12912                "approvalRuleTemplateName": {
12913                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
12914                    "traits": {
12915                        "smithy.api#documentation": "<p>The name of the approval rule template where you want to update the content of the rule. </p>",
12916                        "smithy.api#required": {}
12917                    }
12918                },
12919                "newRuleContent": {
12920                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateContent",
12921                    "traits": {
12922                        "smithy.api#documentation": "<p>The content that replaces the existing content of the rule. Content statements must be\n            complete. You cannot provide only the changes.</p>",
12923                        "smithy.api#required": {}
12924                    }
12925                },
12926                "existingRuleContentSha256": {
12927                    "target": "com.amazonaws.codecommit#RuleContentSha256",
12928                    "traits": {
12929                        "smithy.api#documentation": "<p>The SHA-256 hash signature for the content of the approval rule. You can retrieve this\n            information by using\n            <a>GetPullRequest</a>.</p>"
12930                    }
12931                }
12932            }
12933        },
12934        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateContentOutput": {
12935            "type": "structure",
12936            "members": {
12937                "approvalRuleTemplate": {
12938                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplate",
12939                    "traits": {
12940                        "smithy.api#required": {}
12941                    }
12942                }
12943            }
12944        },
12945        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescription": {
12946            "type": "operation",
12947            "input": {
12948                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescriptionInput"
12949            },
12950            "output": {
12951                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescriptionOutput"
12952            },
12953            "errors": [
12954                {
12955                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
12956                },
12957                {
12958                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
12959                },
12960                {
12961                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateDescriptionException"
12962                },
12963                {
12964                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
12965                }
12966            ],
12967            "traits": {
12968                "smithy.api#documentation": "<p>Updates the description for a specified approval rule template.</p>"
12969            }
12970        },
12971        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescriptionInput": {
12972            "type": "structure",
12973            "members": {
12974                "approvalRuleTemplateName": {
12975                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
12976                    "traits": {
12977                        "smithy.api#documentation": "<p>The name of the template for which you want to update the description.</p>",
12978                        "smithy.api#required": {}
12979                    }
12980                },
12981                "approvalRuleTemplateDescription": {
12982                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDescription",
12983                    "traits": {
12984                        "smithy.api#documentation": "<p>The updated description of the approval rule template.</p>",
12985                        "smithy.api#required": {}
12986                    }
12987                }
12988            }
12989        },
12990        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateDescriptionOutput": {
12991            "type": "structure",
12992            "members": {
12993                "approvalRuleTemplate": {
12994                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplate",
12995                    "traits": {
12996                        "smithy.api#documentation": "<p>The structure and content of the updated approval rule template.</p>",
12997                        "smithy.api#required": {}
12998                    }
12999                }
13000            }
13001        },
13002        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateName": {
13003            "type": "operation",
13004            "input": {
13005                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateNameInput"
13006            },
13007            "output": {
13008                "target": "com.amazonaws.codecommit#UpdateApprovalRuleTemplateNameOutput"
13009            },
13010            "errors": [
13011                {
13012                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateDoesNotExistException"
13013                },
13014                {
13015                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameAlreadyExistsException"
13016                },
13017                {
13018                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateNameRequiredException"
13019                },
13020                {
13021                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleTemplateNameException"
13022                }
13023            ],
13024            "traits": {
13025                "smithy.api#documentation": "<p>Updates the name of a specified approval rule template.</p>"
13026            }
13027        },
13028        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateNameInput": {
13029            "type": "structure",
13030            "members": {
13031                "oldApprovalRuleTemplateName": {
13032                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
13033                    "traits": {
13034                        "smithy.api#documentation": "<p>The current name of the approval rule template.</p>",
13035                        "smithy.api#required": {}
13036                    }
13037                },
13038                "newApprovalRuleTemplateName": {
13039                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplateName",
13040                    "traits": {
13041                        "smithy.api#documentation": "<p>The new name you want to apply to the approval rule template.</p>",
13042                        "smithy.api#required": {}
13043                    }
13044                }
13045            }
13046        },
13047        "com.amazonaws.codecommit#UpdateApprovalRuleTemplateNameOutput": {
13048            "type": "structure",
13049            "members": {
13050                "approvalRuleTemplate": {
13051                    "target": "com.amazonaws.codecommit#ApprovalRuleTemplate",
13052                    "traits": {
13053                        "smithy.api#documentation": "<p>The structure and content of the updated approval rule template.</p>",
13054                        "smithy.api#required": {}
13055                    }
13056                }
13057            }
13058        },
13059        "com.amazonaws.codecommit#UpdateComment": {
13060            "type": "operation",
13061            "input": {
13062                "target": "com.amazonaws.codecommit#UpdateCommentInput"
13063            },
13064            "output": {
13065                "target": "com.amazonaws.codecommit#UpdateCommentOutput"
13066            },
13067            "errors": [
13068                {
13069                    "target": "com.amazonaws.codecommit#CommentContentRequiredException"
13070                },
13071                {
13072                    "target": "com.amazonaws.codecommit#CommentContentSizeLimitExceededException"
13073                },
13074                {
13075                    "target": "com.amazonaws.codecommit#CommentDeletedException"
13076                },
13077                {
13078                    "target": "com.amazonaws.codecommit#CommentDoesNotExistException"
13079                },
13080                {
13081                    "target": "com.amazonaws.codecommit#CommentIdRequiredException"
13082                },
13083                {
13084                    "target": "com.amazonaws.codecommit#CommentNotCreatedByCallerException"
13085                },
13086                {
13087                    "target": "com.amazonaws.codecommit#InvalidCommentIdException"
13088                }
13089            ],
13090            "traits": {
13091                "smithy.api#documentation": "<p>Replaces the contents of a comment.</p>"
13092            }
13093        },
13094        "com.amazonaws.codecommit#UpdateCommentInput": {
13095            "type": "structure",
13096            "members": {
13097                "commentId": {
13098                    "target": "com.amazonaws.codecommit#CommentId",
13099                    "traits": {
13100                        "smithy.api#documentation": "<p>The system-generated ID of the comment you want to update. To get this ID, use <a>GetCommentsForComparedCommit</a> \n            or <a>GetCommentsForPullRequest</a>.</p>",
13101                        "smithy.api#required": {}
13102                    }
13103                },
13104                "content": {
13105                    "target": "com.amazonaws.codecommit#Content",
13106                    "traits": {
13107                        "smithy.api#documentation": "<p>The updated content to replace the existing content of the comment.</p>",
13108                        "smithy.api#required": {}
13109                    }
13110                }
13111            }
13112        },
13113        "com.amazonaws.codecommit#UpdateCommentOutput": {
13114            "type": "structure",
13115            "members": {
13116                "comment": {
13117                    "target": "com.amazonaws.codecommit#Comment",
13118                    "traits": {
13119                        "smithy.api#documentation": "<p>Information about the updated comment.</p>"
13120                    }
13121                }
13122            }
13123        },
13124        "com.amazonaws.codecommit#UpdateDefaultBranch": {
13125            "type": "operation",
13126            "input": {
13127                "target": "com.amazonaws.codecommit#UpdateDefaultBranchInput"
13128            },
13129            "errors": [
13130                {
13131                    "target": "com.amazonaws.codecommit#BranchDoesNotExistException"
13132                },
13133                {
13134                    "target": "com.amazonaws.codecommit#BranchNameRequiredException"
13135                },
13136                {
13137                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
13138                },
13139                {
13140                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
13141                },
13142                {
13143                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
13144                },
13145                {
13146                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
13147                },
13148                {
13149                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
13150                },
13151                {
13152                    "target": "com.amazonaws.codecommit#InvalidBranchNameException"
13153                },
13154                {
13155                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
13156                },
13157                {
13158                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
13159                },
13160                {
13161                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
13162                }
13163            ],
13164            "traits": {
13165                "smithy.api#documentation": "<p>Sets or changes the default branch name for the specified repository.</p> \n        <note>\n            <p>If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.</p>\n         </note>"
13166            }
13167        },
13168        "com.amazonaws.codecommit#UpdateDefaultBranchInput": {
13169            "type": "structure",
13170            "members": {
13171                "repositoryName": {
13172                    "target": "com.amazonaws.codecommit#RepositoryName",
13173                    "traits": {
13174                        "smithy.api#documentation": "<p>The name of the repository to set or change the default branch for.</p>",
13175                        "smithy.api#required": {}
13176                    }
13177                },
13178                "defaultBranchName": {
13179                    "target": "com.amazonaws.codecommit#BranchName",
13180                    "traits": {
13181                        "smithy.api#documentation": "<p>The name of the branch to set as the default.</p>",
13182                        "smithy.api#required": {}
13183                    }
13184                }
13185            },
13186            "traits": {
13187                "smithy.api#documentation": "<p>Represents the input of an update default branch operation.</p>"
13188            }
13189        },
13190        "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContent": {
13191            "type": "operation",
13192            "input": {
13193                "target": "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContentInput"
13194            },
13195            "output": {
13196                "target": "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContentOutput"
13197            },
13198            "errors": [
13199                {
13200                    "target": "com.amazonaws.codecommit#ApprovalRuleContentRequiredException"
13201                },
13202                {
13203                    "target": "com.amazonaws.codecommit#ApprovalRuleDoesNotExistException"
13204                },
13205                {
13206                    "target": "com.amazonaws.codecommit#ApprovalRuleNameRequiredException"
13207                },
13208                {
13209                    "target": "com.amazonaws.codecommit#CannotModifyApprovalRuleFromTemplateException"
13210                },
13211                {
13212                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
13213                },
13214                {
13215                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
13216                },
13217                {
13218                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
13219                },
13220                {
13221                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
13222                },
13223                {
13224                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
13225                },
13226                {
13227                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleContentException"
13228                },
13229                {
13230                    "target": "com.amazonaws.codecommit#InvalidApprovalRuleNameException"
13231                },
13232                {
13233                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
13234                },
13235                {
13236                    "target": "com.amazonaws.codecommit#InvalidRuleContentSha256Exception"
13237                },
13238                {
13239                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
13240                },
13241                {
13242                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
13243                },
13244                {
13245                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
13246                }
13247            ],
13248            "traits": {
13249                "smithy.api#documentation": "<p>Updates the structure of an approval rule created specifically for a pull request. For example, you can change the number of required approvers and \n            the approval pool for approvers. </p>"
13250            }
13251        },
13252        "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContentInput": {
13253            "type": "structure",
13254            "members": {
13255                "pullRequestId": {
13256                    "target": "com.amazonaws.codecommit#PullRequestId",
13257                    "traits": {
13258                        "smithy.api#documentation": "<p>The system-generated ID of the pull request.</p>",
13259                        "smithy.api#required": {}
13260                    }
13261                },
13262                "approvalRuleName": {
13263                    "target": "com.amazonaws.codecommit#ApprovalRuleName",
13264                    "traits": {
13265                        "smithy.api#documentation": "<p>The name of the approval rule you want to update.</p>",
13266                        "smithy.api#required": {}
13267                    }
13268                },
13269                "existingRuleContentSha256": {
13270                    "target": "com.amazonaws.codecommit#RuleContentSha256",
13271                    "traits": {
13272                        "smithy.api#documentation": "<p>The SHA-256 hash signature for the content of the approval rule. You can retrieve this\n            information by using\n            <a>GetPullRequest</a>.</p>"
13273                    }
13274                },
13275                "newRuleContent": {
13276                    "target": "com.amazonaws.codecommit#ApprovalRuleContent",
13277                    "traits": {
13278                        "smithy.api#documentation": "<p>The updated content for the approval rule.</p>\n        <note>\n            <p>When you update the content of the approval rule, you can specify approvers in an\n                approval pool in one of two ways:</p>\n            <ul>\n               <li>\n                    <p>\n                     <b>CodeCommitApprovers</b>: This option only\n                        requires an AWS account and a resource. It can be used for both IAM users\n                        and federated access users whose name matches the provided resource name.\n                        This is a very powerful option that offers a great deal of flexibility. For\n                        example, if you specify the AWS account <i>123456789012</i>\n                        and <i>Mary_Major</i>, all of the following are counted as\n                        approvals coming from that user:</p>\n                    <ul>\n                     <li>\n                            <p>An IAM user in the account\n                                (arn:aws:iam::<i>123456789012</i>:user/<i>Mary_Major</i>)</p>\n                        </li>\n                     <li>\n                            <p>A federated user identified in IAM as Mary_Major\n                                (arn:aws:sts::<i>123456789012</i>:federated-user/<i>Mary_Major</i>)</p>\n                        </li>\n                  </ul>\n                    <p>This option does not recognize an active session of someone assuming the\n                        role of CodeCommitReview with a role session name of\n                            <i>Mary_Major</i>\n                            (arn:aws:sts::<i>123456789012</i>:assumed-role/CodeCommitReview/<i>Mary_Major</i>)\n                        unless you include a wildcard (*Mary_Major).</p>\n                </li>\n               <li>\n                    <p>\n                     <b>Fully qualified ARN</b>: This option allows\n                        you to specify the fully qualified Amazon Resource Name (ARN) of the IAM\n                        user or role. </p>\n                </li>\n            </ul>\n            <p>For more information about IAM ARNs, wildcards, and formats, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html\">IAM\n                    Identifiers</a> in the <i>IAM User Guide</i>.</p>\n            \n        </note>",
13279                        "smithy.api#required": {}
13280                    }
13281                }
13282            }
13283        },
13284        "com.amazonaws.codecommit#UpdatePullRequestApprovalRuleContentOutput": {
13285            "type": "structure",
13286            "members": {
13287                "approvalRule": {
13288                    "target": "com.amazonaws.codecommit#ApprovalRule",
13289                    "traits": {
13290                        "smithy.api#documentation": "<p>Information about the updated approval rule.</p>",
13291                        "smithy.api#required": {}
13292                    }
13293                }
13294            }
13295        },
13296        "com.amazonaws.codecommit#UpdatePullRequestApprovalState": {
13297            "type": "operation",
13298            "input": {
13299                "target": "com.amazonaws.codecommit#UpdatePullRequestApprovalStateInput"
13300            },
13301            "errors": [
13302                {
13303                    "target": "com.amazonaws.codecommit#ApprovalStateRequiredException"
13304                },
13305                {
13306                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
13307                },
13308                {
13309                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
13310                },
13311                {
13312                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
13313                },
13314                {
13315                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
13316                },
13317                {
13318                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
13319                },
13320                {
13321                    "target": "com.amazonaws.codecommit#InvalidApprovalStateException"
13322                },
13323                {
13324                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
13325                },
13326                {
13327                    "target": "com.amazonaws.codecommit#InvalidRevisionIdException"
13328                },
13329                {
13330                    "target": "com.amazonaws.codecommit#MaximumNumberOfApprovalsExceededException"
13331                },
13332                {
13333                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
13334                },
13335                {
13336                    "target": "com.amazonaws.codecommit#PullRequestCannotBeApprovedByAuthorException"
13337                },
13338                {
13339                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
13340                },
13341                {
13342                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
13343                },
13344                {
13345                    "target": "com.amazonaws.codecommit#RevisionIdRequiredException"
13346                },
13347                {
13348                    "target": "com.amazonaws.codecommit#RevisionNotCurrentException"
13349                }
13350            ],
13351            "traits": {
13352                "smithy.api#documentation": "<p>Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.</p>"
13353            }
13354        },
13355        "com.amazonaws.codecommit#UpdatePullRequestApprovalStateInput": {
13356            "type": "structure",
13357            "members": {
13358                "pullRequestId": {
13359                    "target": "com.amazonaws.codecommit#PullRequestId",
13360                    "traits": {
13361                        "smithy.api#documentation": "<p>The system-generated ID of the pull request.</p>",
13362                        "smithy.api#required": {}
13363                    }
13364                },
13365                "revisionId": {
13366                    "target": "com.amazonaws.codecommit#RevisionId",
13367                    "traits": {
13368                        "smithy.api#documentation": "<p>The system-generated ID of the revision.</p>",
13369                        "smithy.api#required": {}
13370                    }
13371                },
13372                "approvalState": {
13373                    "target": "com.amazonaws.codecommit#ApprovalState",
13374                    "traits": {
13375                        "smithy.api#documentation": "<p>The approval state to associate with the user on the pull request.</p>",
13376                        "smithy.api#required": {}
13377                    }
13378                }
13379            }
13380        },
13381        "com.amazonaws.codecommit#UpdatePullRequestDescription": {
13382            "type": "operation",
13383            "input": {
13384                "target": "com.amazonaws.codecommit#UpdatePullRequestDescriptionInput"
13385            },
13386            "output": {
13387                "target": "com.amazonaws.codecommit#UpdatePullRequestDescriptionOutput"
13388            },
13389            "errors": [
13390                {
13391                    "target": "com.amazonaws.codecommit#InvalidDescriptionException"
13392                },
13393                {
13394                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
13395                },
13396                {
13397                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
13398                },
13399                {
13400                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
13401                },
13402                {
13403                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
13404                }
13405            ],
13406            "traits": {
13407                "smithy.api#documentation": "<p>Replaces the contents of the description of a pull request.</p>"
13408            }
13409        },
13410        "com.amazonaws.codecommit#UpdatePullRequestDescriptionInput": {
13411            "type": "structure",
13412            "members": {
13413                "pullRequestId": {
13414                    "target": "com.amazonaws.codecommit#PullRequestId",
13415                    "traits": {
13416                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
13417                        "smithy.api#required": {}
13418                    }
13419                },
13420                "description": {
13421                    "target": "com.amazonaws.codecommit#Description",
13422                    "traits": {
13423                        "smithy.api#documentation": "<p>The updated content of the description for the pull request. This content replaces the\n            existing description.</p>",
13424                        "smithy.api#required": {}
13425                    }
13426                }
13427            }
13428        },
13429        "com.amazonaws.codecommit#UpdatePullRequestDescriptionOutput": {
13430            "type": "structure",
13431            "members": {
13432                "pullRequest": {
13433                    "target": "com.amazonaws.codecommit#PullRequest",
13434                    "traits": {
13435                        "smithy.api#documentation": "<p>Information about the updated pull request.</p>",
13436                        "smithy.api#required": {}
13437                    }
13438                }
13439            }
13440        },
13441        "com.amazonaws.codecommit#UpdatePullRequestStatus": {
13442            "type": "operation",
13443            "input": {
13444                "target": "com.amazonaws.codecommit#UpdatePullRequestStatusInput"
13445            },
13446            "output": {
13447                "target": "com.amazonaws.codecommit#UpdatePullRequestStatusOutput"
13448            },
13449            "errors": [
13450                {
13451                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
13452                },
13453                {
13454                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
13455                },
13456                {
13457                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
13458                },
13459                {
13460                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
13461                },
13462                {
13463                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
13464                },
13465                {
13466                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
13467                },
13468                {
13469                    "target": "com.amazonaws.codecommit#InvalidPullRequestStatusException"
13470                },
13471                {
13472                    "target": "com.amazonaws.codecommit#InvalidPullRequestStatusUpdateException"
13473                },
13474                {
13475                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
13476                },
13477                {
13478                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
13479                },
13480                {
13481                    "target": "com.amazonaws.codecommit#PullRequestStatusRequiredException"
13482                }
13483            ],
13484            "traits": {
13485                "smithy.api#documentation": "<p>Updates the status of a pull request. </p>"
13486            }
13487        },
13488        "com.amazonaws.codecommit#UpdatePullRequestStatusInput": {
13489            "type": "structure",
13490            "members": {
13491                "pullRequestId": {
13492                    "target": "com.amazonaws.codecommit#PullRequestId",
13493                    "traits": {
13494                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
13495                        "smithy.api#required": {}
13496                    }
13497                },
13498                "pullRequestStatus": {
13499                    "target": "com.amazonaws.codecommit#PullRequestStatusEnum",
13500                    "traits": {
13501                        "smithy.api#documentation": "<p>The status of the pull request. The only valid operations are to update the status\n            from <code>OPEN</code> to <code>OPEN</code>, <code>OPEN</code> to <code>CLOSED</code> or\n            from <code>CLOSED</code> to <code>CLOSED</code>.</p>",
13502                        "smithy.api#required": {}
13503                    }
13504                }
13505            }
13506        },
13507        "com.amazonaws.codecommit#UpdatePullRequestStatusOutput": {
13508            "type": "structure",
13509            "members": {
13510                "pullRequest": {
13511                    "target": "com.amazonaws.codecommit#PullRequest",
13512                    "traits": {
13513                        "smithy.api#documentation": "<p>Information about the pull request.</p>",
13514                        "smithy.api#required": {}
13515                    }
13516                }
13517            }
13518        },
13519        "com.amazonaws.codecommit#UpdatePullRequestTitle": {
13520            "type": "operation",
13521            "input": {
13522                "target": "com.amazonaws.codecommit#UpdatePullRequestTitleInput"
13523            },
13524            "output": {
13525                "target": "com.amazonaws.codecommit#UpdatePullRequestTitleOutput"
13526            },
13527            "errors": [
13528                {
13529                    "target": "com.amazonaws.codecommit#InvalidPullRequestIdException"
13530                },
13531                {
13532                    "target": "com.amazonaws.codecommit#InvalidTitleException"
13533                },
13534                {
13535                    "target": "com.amazonaws.codecommit#PullRequestAlreadyClosedException"
13536                },
13537                {
13538                    "target": "com.amazonaws.codecommit#PullRequestDoesNotExistException"
13539                },
13540                {
13541                    "target": "com.amazonaws.codecommit#PullRequestIdRequiredException"
13542                },
13543                {
13544                    "target": "com.amazonaws.codecommit#TitleRequiredException"
13545                }
13546            ],
13547            "traits": {
13548                "smithy.api#documentation": "<p>Replaces the title of a pull request.</p>"
13549            }
13550        },
13551        "com.amazonaws.codecommit#UpdatePullRequestTitleInput": {
13552            "type": "structure",
13553            "members": {
13554                "pullRequestId": {
13555                    "target": "com.amazonaws.codecommit#PullRequestId",
13556                    "traits": {
13557                        "smithy.api#documentation": "<p>The system-generated ID of the pull request. To get this ID, use <a>ListPullRequests</a>.</p>",
13558                        "smithy.api#required": {}
13559                    }
13560                },
13561                "title": {
13562                    "target": "com.amazonaws.codecommit#Title",
13563                    "traits": {
13564                        "smithy.api#documentation": "<p>The updated title of the pull request. This replaces the existing title.</p>",
13565                        "smithy.api#required": {}
13566                    }
13567                }
13568            }
13569        },
13570        "com.amazonaws.codecommit#UpdatePullRequestTitleOutput": {
13571            "type": "structure",
13572            "members": {
13573                "pullRequest": {
13574                    "target": "com.amazonaws.codecommit#PullRequest",
13575                    "traits": {
13576                        "smithy.api#documentation": "<p>Information about the updated pull request.</p>",
13577                        "smithy.api#required": {}
13578                    }
13579                }
13580            }
13581        },
13582        "com.amazonaws.codecommit#UpdateRepositoryDescription": {
13583            "type": "operation",
13584            "input": {
13585                "target": "com.amazonaws.codecommit#UpdateRepositoryDescriptionInput"
13586            },
13587            "errors": [
13588                {
13589                    "target": "com.amazonaws.codecommit#EncryptionIntegrityChecksFailedException"
13590                },
13591                {
13592                    "target": "com.amazonaws.codecommit#EncryptionKeyAccessDeniedException"
13593                },
13594                {
13595                    "target": "com.amazonaws.codecommit#EncryptionKeyDisabledException"
13596                },
13597                {
13598                    "target": "com.amazonaws.codecommit#EncryptionKeyNotFoundException"
13599                },
13600                {
13601                    "target": "com.amazonaws.codecommit#EncryptionKeyUnavailableException"
13602                },
13603                {
13604                    "target": "com.amazonaws.codecommit#InvalidRepositoryDescriptionException"
13605                },
13606                {
13607                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
13608                },
13609                {
13610                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
13611                },
13612                {
13613                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
13614                }
13615            ],
13616            "traits": {
13617                "smithy.api#documentation": "<p>Sets or changes the comment or description for a repository.</p>\n        <note>\n            <p>The description field for a repository accepts all HTML characters and all valid\n                Unicode characters. Applications that do not HTML-encode the description and display\n                it in a webpage can expose users to potentially malicious code. Make sure that you\n                HTML-encode the description field in any application that uses this API to display\n                the repository description on a webpage.</p>\n         </note>"
13618            }
13619        },
13620        "com.amazonaws.codecommit#UpdateRepositoryDescriptionInput": {
13621            "type": "structure",
13622            "members": {
13623                "repositoryName": {
13624                    "target": "com.amazonaws.codecommit#RepositoryName",
13625                    "traits": {
13626                        "smithy.api#documentation": "<p>The name of the repository to set or change the comment or description for.</p>",
13627                        "smithy.api#required": {}
13628                    }
13629                },
13630                "repositoryDescription": {
13631                    "target": "com.amazonaws.codecommit#RepositoryDescription",
13632                    "traits": {
13633                        "smithy.api#documentation": "<p>The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.</p>"
13634                    }
13635                }
13636            },
13637            "traits": {
13638                "smithy.api#documentation": "<p>Represents the input of an update repository description operation.</p>"
13639            }
13640        },
13641        "com.amazonaws.codecommit#UpdateRepositoryName": {
13642            "type": "operation",
13643            "input": {
13644                "target": "com.amazonaws.codecommit#UpdateRepositoryNameInput"
13645            },
13646            "errors": [
13647                {
13648                    "target": "com.amazonaws.codecommit#InvalidRepositoryNameException"
13649                },
13650                {
13651                    "target": "com.amazonaws.codecommit#RepositoryDoesNotExistException"
13652                },
13653                {
13654                    "target": "com.amazonaws.codecommit#RepositoryNameExistsException"
13655                },
13656                {
13657                    "target": "com.amazonaws.codecommit#RepositoryNameRequiredException"
13658                }
13659            ],
13660            "traits": {
13661                "smithy.api#documentation": "<p>Renames a repository. The repository name must be unique across the calling AWS\n            account. Repository names are limited to 100 alphanumeric, dash, and underscore\n            characters, and cannot include certain characters. The suffix .git is prohibited. For\n            more information about the limits on repository names, see <a href=\"https://docs.aws.amazon.com/codecommit/latest/userguide/limits.html\">Limits</a> in the AWS CodeCommit\n            User Guide.</p>"
13662            }
13663        },
13664        "com.amazonaws.codecommit#UpdateRepositoryNameInput": {
13665            "type": "structure",
13666            "members": {
13667                "oldName": {
13668                    "target": "com.amazonaws.codecommit#RepositoryName",
13669                    "traits": {
13670                        "smithy.api#documentation": "<p>The current name of the repository.</p>",
13671                        "smithy.api#required": {}
13672                    }
13673                },
13674                "newName": {
13675                    "target": "com.amazonaws.codecommit#RepositoryName",
13676                    "traits": {
13677                        "smithy.api#documentation": "<p>The new name for the repository.</p>",
13678                        "smithy.api#required": {}
13679                    }
13680                }
13681            },
13682            "traits": {
13683                "smithy.api#documentation": "<p>Represents the input of an update repository description operation.</p>"
13684            }
13685        },
13686        "com.amazonaws.codecommit#UserInfo": {
13687            "type": "structure",
13688            "members": {
13689                "name": {
13690                    "target": "com.amazonaws.codecommit#Name",
13691                    "traits": {
13692                        "smithy.api#documentation": "<p>The name of the user who made the specified commit.</p>"
13693                    }
13694                },
13695                "email": {
13696                    "target": "com.amazonaws.codecommit#Email",
13697                    "traits": {
13698                        "smithy.api#documentation": "<p>The email address associated with the user who made the commit, if any.</p>"
13699                    }
13700                },
13701                "date": {
13702                    "target": "com.amazonaws.codecommit#Date",
13703                    "traits": {
13704                        "smithy.api#documentation": "<p>The date when the specified commit was commited, in timestamp format with GMT offset.</p>"
13705                    }
13706                }
13707            },
13708            "traits": {
13709                "smithy.api#documentation": "<p>Information about the user who made a specified commit.</p>"
13710            }
13711        },
13712        "com.amazonaws.codecommit#blob": {
13713            "type": "blob"
13714        }
13715    }
13716}
13717