|
159 | 159 | {"shape":"EncryptionKeyAccessDeniedException"}, |
160 | 160 | {"shape":"EncryptionKeyDisabledException"}, |
161 | 161 | {"shape":"EncryptionKeyNotFoundException"}, |
162 | | - {"shape":"EncryptionKeyUnavailableException"} |
| 162 | + {"shape":"EncryptionKeyUnavailableException"}, |
| 163 | + {"shape":"InvalidTagsMapException"}, |
| 164 | + {"shape":"TooManyTagsException"}, |
| 165 | + {"shape":"InvalidSystemTagUsageException"}, |
| 166 | + {"shape":"TagPolicyException"} |
163 | 167 | ] |
164 | 168 | }, |
165 | 169 | "DeleteBranch":{ |
|
626 | 630 | {"shape":"InvalidContinuationTokenException"} |
627 | 631 | ] |
628 | 632 | }, |
| 633 | + "ListTagsForResource":{ |
| 634 | + "name":"ListTagsForResource", |
| 635 | + "http":{ |
| 636 | + "method":"POST", |
| 637 | + "requestUri":"/" |
| 638 | + }, |
| 639 | + "input":{"shape":"ListTagsForResourceInput"}, |
| 640 | + "output":{"shape":"ListTagsForResourceOutput"}, |
| 641 | + "errors":[ |
| 642 | + {"shape":"RepositoryDoesNotExistException"}, |
| 643 | + {"shape":"InvalidRepositoryNameException"}, |
| 644 | + {"shape":"ResourceArnRequiredException"}, |
| 645 | + {"shape":"InvalidResourceArnException"} |
| 646 | + ] |
| 647 | + }, |
629 | 648 | "MergePullRequestByFastForward":{ |
630 | 649 | "name":"MergePullRequestByFastForward", |
631 | 650 | "http":{ |
|
821 | 840 | {"shape":"EncryptionKeyUnavailableException"} |
822 | 841 | ] |
823 | 842 | }, |
| 843 | + "TagResource":{ |
| 844 | + "name":"TagResource", |
| 845 | + "http":{ |
| 846 | + "method":"POST", |
| 847 | + "requestUri":"/" |
| 848 | + }, |
| 849 | + "input":{"shape":"TagResourceInput"}, |
| 850 | + "errors":[ |
| 851 | + {"shape":"RepositoryDoesNotExistException"}, |
| 852 | + {"shape":"InvalidRepositoryNameException"}, |
| 853 | + {"shape":"ResourceArnRequiredException"}, |
| 854 | + {"shape":"InvalidResourceArnException"}, |
| 855 | + {"shape":"TagsMapRequiredException"}, |
| 856 | + {"shape":"InvalidTagsMapException"}, |
| 857 | + {"shape":"TooManyTagsException"}, |
| 858 | + {"shape":"InvalidSystemTagUsageException"}, |
| 859 | + {"shape":"TagPolicyException"} |
| 860 | + ] |
| 861 | + }, |
824 | 862 | "TestRepositoryTriggers":{ |
825 | 863 | "name":"TestRepositoryTriggers", |
826 | 864 | "http":{ |
|
853 | 891 | {"shape":"EncryptionKeyUnavailableException"} |
854 | 892 | ] |
855 | 893 | }, |
| 894 | + "UntagResource":{ |
| 895 | + "name":"UntagResource", |
| 896 | + "http":{ |
| 897 | + "method":"POST", |
| 898 | + "requestUri":"/" |
| 899 | + }, |
| 900 | + "input":{"shape":"UntagResourceInput"}, |
| 901 | + "errors":[ |
| 902 | + {"shape":"RepositoryDoesNotExistException"}, |
| 903 | + {"shape":"InvalidRepositoryNameException"}, |
| 904 | + {"shape":"ResourceArnRequiredException"}, |
| 905 | + {"shape":"InvalidResourceArnException"}, |
| 906 | + {"shape":"TagKeysListRequiredException"}, |
| 907 | + {"shape":"InvalidTagKeysListException"}, |
| 908 | + {"shape":"TooManyTagsException"}, |
| 909 | + {"shape":"InvalidSystemTagUsageException"}, |
| 910 | + {"shape":"TagPolicyException"} |
| 911 | + ] |
| 912 | + }, |
856 | 913 | "UpdateComment":{ |
857 | 914 | "name":"UpdateComment", |
858 | 915 | "http":{ |
|
1296 | 1353 | "required":["repositoryName"], |
1297 | 1354 | "members":{ |
1298 | 1355 | "repositoryName":{"shape":"RepositoryName"}, |
1299 | | - "repositoryDescription":{"shape":"RepositoryDescription"} |
| 1356 | + "repositoryDescription":{"shape":"RepositoryDescription"}, |
| 1357 | + "tags":{"shape":"TagsMap"} |
1300 | 1358 | } |
1301 | 1359 | }, |
1302 | 1360 | "CreateRepositoryOutput":{ |
|
2059 | 2117 | }, |
2060 | 2118 | "exception":true |
2061 | 2119 | }, |
| 2120 | + "InvalidResourceArnException":{ |
| 2121 | + "type":"structure", |
| 2122 | + "members":{ |
| 2123 | + }, |
| 2124 | + "exception":true |
| 2125 | + }, |
2062 | 2126 | "InvalidSortByException":{ |
2063 | 2127 | "type":"structure", |
2064 | 2128 | "members":{ |
|
2071 | 2135 | }, |
2072 | 2136 | "exception":true |
2073 | 2137 | }, |
| 2138 | + "InvalidSystemTagUsageException":{ |
| 2139 | + "type":"structure", |
| 2140 | + "members":{ |
| 2141 | + }, |
| 2142 | + "exception":true |
| 2143 | + }, |
| 2144 | + "InvalidTagKeysListException":{ |
| 2145 | + "type":"structure", |
| 2146 | + "members":{ |
| 2147 | + }, |
| 2148 | + "exception":true |
| 2149 | + }, |
| 2150 | + "InvalidTagsMapException":{ |
| 2151 | + "type":"structure", |
| 2152 | + "members":{ |
| 2153 | + }, |
| 2154 | + "exception":true |
| 2155 | + }, |
2074 | 2156 | "InvalidTargetException":{ |
2075 | 2157 | "type":"structure", |
2076 | 2158 | "members":{ |
|
2148 | 2230 | "nextToken":{"shape":"NextToken"} |
2149 | 2231 | } |
2150 | 2232 | }, |
| 2233 | + "ListTagsForResourceInput":{ |
| 2234 | + "type":"structure", |
| 2235 | + "required":["resourceArn"], |
| 2236 | + "members":{ |
| 2237 | + "resourceArn":{"shape":"ResourceArn"}, |
| 2238 | + "nextToken":{"shape":"NextToken"} |
| 2239 | + } |
| 2240 | + }, |
| 2241 | + "ListTagsForResourceOutput":{ |
| 2242 | + "type":"structure", |
| 2243 | + "members":{ |
| 2244 | + "tags":{"shape":"TagsMap"}, |
| 2245 | + "nextToken":{"shape":"NextToken"} |
| 2246 | + } |
| 2247 | + }, |
2151 | 2248 | "Location":{ |
2152 | 2249 | "type":"structure", |
2153 | 2250 | "members":{ |
|
2768 | 2865 | }, |
2769 | 2866 | "exception":true |
2770 | 2867 | }, |
| 2868 | + "ResourceArn":{"type":"string"}, |
| 2869 | + "ResourceArnRequiredException":{ |
| 2870 | + "type":"structure", |
| 2871 | + "members":{ |
| 2872 | + }, |
| 2873 | + "exception":true |
| 2874 | + }, |
2771 | 2875 | "RestrictedSourceFileException":{ |
2772 | 2876 | "type":"structure", |
2773 | 2877 | "members":{ |
|
2853 | 2957 | "type":"list", |
2854 | 2958 | "member":{"shape":"SymbolicLink"} |
2855 | 2959 | }, |
| 2960 | + "TagKey":{ |
| 2961 | + "type":"string", |
| 2962 | + "max":128, |
| 2963 | + "min":1 |
| 2964 | + }, |
| 2965 | + "TagKeysList":{ |
| 2966 | + "type":"list", |
| 2967 | + "member":{"shape":"TagKey"} |
| 2968 | + }, |
| 2969 | + "TagKeysListRequiredException":{ |
| 2970 | + "type":"structure", |
| 2971 | + "members":{ |
| 2972 | + }, |
| 2973 | + "exception":true |
| 2974 | + }, |
| 2975 | + "TagPolicyException":{ |
| 2976 | + "type":"structure", |
| 2977 | + "members":{ |
| 2978 | + }, |
| 2979 | + "exception":true |
| 2980 | + }, |
| 2981 | + "TagResourceInput":{ |
| 2982 | + "type":"structure", |
| 2983 | + "required":[ |
| 2984 | + "resourceArn", |
| 2985 | + "tags" |
| 2986 | + ], |
| 2987 | + "members":{ |
| 2988 | + "resourceArn":{"shape":"ResourceArn"}, |
| 2989 | + "tags":{"shape":"TagsMap"} |
| 2990 | + } |
| 2991 | + }, |
| 2992 | + "TagValue":{ |
| 2993 | + "type":"string", |
| 2994 | + "max":256, |
| 2995 | + "min":0 |
| 2996 | + }, |
| 2997 | + "TagsMap":{ |
| 2998 | + "type":"map", |
| 2999 | + "key":{"shape":"TagKey"}, |
| 3000 | + "value":{"shape":"TagValue"} |
| 3001 | + }, |
| 3002 | + "TagsMapRequiredException":{ |
| 3003 | + "type":"structure", |
| 3004 | + "members":{ |
| 3005 | + }, |
| 3006 | + "exception":true |
| 3007 | + }, |
2856 | 3008 | "Target":{ |
2857 | 3009 | "type":"structure", |
2858 | 3010 | "required":[ |
|
2921 | 3073 | }, |
2922 | 3074 | "exception":true |
2923 | 3075 | }, |
| 3076 | + "TooManyTagsException":{ |
| 3077 | + "type":"structure", |
| 3078 | + "members":{ |
| 3079 | + }, |
| 3080 | + "exception":true |
| 3081 | + }, |
| 3082 | + "UntagResourceInput":{ |
| 3083 | + "type":"structure", |
| 3084 | + "required":[ |
| 3085 | + "resourceArn", |
| 3086 | + "tagKeys" |
| 3087 | + ], |
| 3088 | + "members":{ |
| 3089 | + "resourceArn":{"shape":"ResourceArn"}, |
| 3090 | + "tagKeys":{"shape":"TagKeysList"} |
| 3091 | + } |
| 3092 | + }, |
2924 | 3093 | "UpdateCommentInput":{ |
2925 | 3094 | "type":"structure", |
2926 | 3095 | "required":[ |
|
0 commit comments