|
155 | 155 | {"shape":"ServerException"} |
156 | 156 | ] |
157 | 157 | }, |
| 158 | + "ListTagsForResource":{ |
| 159 | + "name":"ListTagsForResource", |
| 160 | + "http":{ |
| 161 | + "method":"GET", |
| 162 | + "requestUri":"/v1/tags/{resourceArn}" |
| 163 | + }, |
| 164 | + "input":{"shape":"ListTagsForResourceRequest"}, |
| 165 | + "output":{"shape":"ListTagsForResourceResponse"}, |
| 166 | + "errors":[ |
| 167 | + {"shape":"ClientException"}, |
| 168 | + {"shape":"ServerException"} |
| 169 | + ] |
| 170 | + }, |
158 | 171 | "RegisterJobDefinition":{ |
159 | 172 | "name":"RegisterJobDefinition", |
160 | 173 | "http":{ |
|
181 | 194 | {"shape":"ServerException"} |
182 | 195 | ] |
183 | 196 | }, |
| 197 | + "TagResource":{ |
| 198 | + "name":"TagResource", |
| 199 | + "http":{ |
| 200 | + "method":"POST", |
| 201 | + "requestUri":"/v1/tags/{resourceArn}" |
| 202 | + }, |
| 203 | + "input":{"shape":"TagResourceRequest"}, |
| 204 | + "output":{"shape":"TagResourceResponse"}, |
| 205 | + "errors":[ |
| 206 | + {"shape":"ClientException"}, |
| 207 | + {"shape":"ServerException"} |
| 208 | + ] |
| 209 | + }, |
184 | 210 | "TerminateJob":{ |
185 | 211 | "name":"TerminateJob", |
186 | 212 | "http":{ |
|
194 | 220 | {"shape":"ServerException"} |
195 | 221 | ] |
196 | 222 | }, |
| 223 | + "UntagResource":{ |
| 224 | + "name":"UntagResource", |
| 225 | + "http":{ |
| 226 | + "method":"DELETE", |
| 227 | + "requestUri":"/v1/tags/{resourceArn}" |
| 228 | + }, |
| 229 | + "input":{"shape":"UntagResourceRequest"}, |
| 230 | + "output":{"shape":"UntagResourceResponse"}, |
| 231 | + "errors":[ |
| 232 | + {"shape":"ClientException"}, |
| 233 | + {"shape":"ServerException"} |
| 234 | + ] |
| 235 | + }, |
197 | 236 | "UpdateComputeEnvironment":{ |
198 | 237 | "name":"UpdateComputeEnvironment", |
199 | 238 | "http":{ |
|
355 | 394 | "computeEnvironmentName":{"shape":"String"}, |
356 | 395 | "computeEnvironmentArn":{"shape":"String"}, |
357 | 396 | "ecsClusterArn":{"shape":"String"}, |
| 397 | + "tags":{"shape":"TagrisTagsMap"}, |
358 | 398 | "type":{"shape":"CEType"}, |
359 | 399 | "state":{"shape":"CEState"}, |
360 | 400 | "status":{"shape":"CEStatus"}, |
|
501 | 541 | "type":{"shape":"CEType"}, |
502 | 542 | "state":{"shape":"CEState"}, |
503 | 543 | "computeResources":{"shape":"ComputeResource"}, |
504 | | - "serviceRole":{"shape":"String"} |
| 544 | + "serviceRole":{"shape":"String"}, |
| 545 | + "tags":{"shape":"TagrisTagsMap"} |
505 | 546 | } |
506 | 547 | }, |
507 | 548 | "CreateComputeEnvironmentResponse":{ |
|
522 | 563 | "jobQueueName":{"shape":"String"}, |
523 | 564 | "state":{"shape":"JQState"}, |
524 | 565 | "priority":{"shape":"Integer"}, |
525 | | - "computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"} |
| 566 | + "computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}, |
| 567 | + "tags":{"shape":"TagrisTagsMap"} |
526 | 568 | } |
527 | 569 | }, |
528 | 570 | "CreateJobQueueResponse":{ |
|
704 | 746 | "retryStrategy":{"shape":"RetryStrategy"}, |
705 | 747 | "containerProperties":{"shape":"ContainerProperties"}, |
706 | 748 | "timeout":{"shape":"JobTimeout"}, |
707 | | - "nodeProperties":{"shape":"NodeProperties"} |
| 749 | + "nodeProperties":{"shape":"NodeProperties"}, |
| 750 | + "tags":{"shape":"TagrisTagsMap"} |
708 | 751 | } |
709 | 752 | }, |
710 | 753 | "JobDefinitionList":{ |
|
740 | 783 | "jobDefinition" |
741 | 784 | ], |
742 | 785 | "members":{ |
| 786 | + "jobArn":{"shape":"String"}, |
743 | 787 | "jobName":{"shape":"String"}, |
744 | 788 | "jobId":{"shape":"String"}, |
745 | 789 | "jobQueue":{"shape":"String"}, |
|
757 | 801 | "nodeDetails":{"shape":"NodeDetails"}, |
758 | 802 | "nodeProperties":{"shape":"NodeProperties"}, |
759 | 803 | "arrayProperties":{"shape":"ArrayPropertiesDetail"}, |
760 | | - "timeout":{"shape":"JobTimeout"} |
| 804 | + "timeout":{"shape":"JobTimeout"}, |
| 805 | + "tags":{"shape":"TagrisTagsMap"} |
761 | 806 | } |
762 | 807 | }, |
763 | 808 | "JobDetailList":{ |
|
780 | 825 | "status":{"shape":"JQStatus"}, |
781 | 826 | "statusReason":{"shape":"String"}, |
782 | 827 | "priority":{"shape":"Integer"}, |
783 | | - "computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"} |
| 828 | + "computeEnvironmentOrder":{"shape":"ComputeEnvironmentOrders"}, |
| 829 | + "tags":{"shape":"TagrisTagsMap"} |
784 | 830 | } |
785 | 831 | }, |
786 | 832 | "JobQueueDetailList":{ |
|
806 | 852 | "jobName" |
807 | 853 | ], |
808 | 854 | "members":{ |
| 855 | + "jobArn":{"shape":"String"}, |
809 | 856 | "jobId":{"shape":"String"}, |
810 | 857 | "jobName":{"shape":"String"}, |
811 | 858 | "createdAt":{"shape":"Long"}, |
|
873 | 920 | "nextToken":{"shape":"String"} |
874 | 921 | } |
875 | 922 | }, |
| 923 | + "ListTagsForResourceRequest":{ |
| 924 | + "type":"structure", |
| 925 | + "required":["resourceArn"], |
| 926 | + "members":{ |
| 927 | + "resourceArn":{ |
| 928 | + "shape":"String", |
| 929 | + "location":"uri", |
| 930 | + "locationName":"resourceArn" |
| 931 | + } |
| 932 | + } |
| 933 | + }, |
| 934 | + "ListTagsForResourceResponse":{ |
| 935 | + "type":"structure", |
| 936 | + "members":{ |
| 937 | + "tags":{"shape":"TagrisTagsMap"} |
| 938 | + } |
| 939 | + }, |
876 | 940 | "LogConfiguration":{ |
877 | 941 | "type":"structure", |
878 | 942 | "required":["logDriver"], |
|
1001 | 1065 | "containerProperties":{"shape":"ContainerProperties"}, |
1002 | 1066 | "nodeProperties":{"shape":"NodeProperties"}, |
1003 | 1067 | "retryStrategy":{"shape":"RetryStrategy"}, |
1004 | | - "timeout":{"shape":"JobTimeout"} |
| 1068 | + "timeout":{"shape":"JobTimeout"}, |
| 1069 | + "tags":{"shape":"TagrisTagsMap"} |
1005 | 1070 | } |
1006 | 1071 | }, |
1007 | 1072 | "RegisterJobDefinitionResponse":{ |
|
1088 | 1153 | "containerOverrides":{"shape":"ContainerOverrides"}, |
1089 | 1154 | "nodeOverrides":{"shape":"NodeOverrides"}, |
1090 | 1155 | "retryStrategy":{"shape":"RetryStrategy"}, |
1091 | | - "timeout":{"shape":"JobTimeout"} |
| 1156 | + "timeout":{"shape":"JobTimeout"}, |
| 1157 | + "tags":{"shape":"TagrisTagsMap"} |
1092 | 1158 | } |
1093 | 1159 | }, |
1094 | 1160 | "SubmitJobResponse":{ |
|
1098 | 1164 | "jobId" |
1099 | 1165 | ], |
1100 | 1166 | "members":{ |
| 1167 | + "jobArn":{"shape":"String"}, |
1101 | 1168 | "jobName":{"shape":"String"}, |
1102 | 1169 | "jobId":{"shape":"String"} |
1103 | 1170 | } |
1104 | 1171 | }, |
| 1172 | + "TagKey":{ |
| 1173 | + "type":"string", |
| 1174 | + "max":128, |
| 1175 | + "min":1 |
| 1176 | + }, |
| 1177 | + "TagKeysList":{ |
| 1178 | + "type":"list", |
| 1179 | + "member":{"shape":"TagKey"}, |
| 1180 | + "max":50, |
| 1181 | + "min":1 |
| 1182 | + }, |
| 1183 | + "TagResourceRequest":{ |
| 1184 | + "type":"structure", |
| 1185 | + "required":[ |
| 1186 | + "resourceArn", |
| 1187 | + "tags" |
| 1188 | + ], |
| 1189 | + "members":{ |
| 1190 | + "resourceArn":{ |
| 1191 | + "shape":"String", |
| 1192 | + "location":"uri", |
| 1193 | + "locationName":"resourceArn" |
| 1194 | + }, |
| 1195 | + "tags":{"shape":"TagrisTagsMap"} |
| 1196 | + } |
| 1197 | + }, |
| 1198 | + "TagResourceResponse":{ |
| 1199 | + "type":"structure", |
| 1200 | + "members":{ |
| 1201 | + } |
| 1202 | + }, |
| 1203 | + "TagValue":{ |
| 1204 | + "type":"string", |
| 1205 | + "max":256 |
| 1206 | + }, |
| 1207 | + "TagrisTagsMap":{ |
| 1208 | + "type":"map", |
| 1209 | + "key":{"shape":"TagKey"}, |
| 1210 | + "value":{"shape":"TagValue"}, |
| 1211 | + "max":50, |
| 1212 | + "min":1 |
| 1213 | + }, |
1105 | 1214 | "TagsMap":{ |
1106 | 1215 | "type":"map", |
1107 | 1216 | "key":{"shape":"String"}, |
|
1156 | 1265 | "type":"list", |
1157 | 1266 | "member":{"shape":"Ulimit"} |
1158 | 1267 | }, |
| 1268 | + "UntagResourceRequest":{ |
| 1269 | + "type":"structure", |
| 1270 | + "required":[ |
| 1271 | + "resourceArn", |
| 1272 | + "tagKeys" |
| 1273 | + ], |
| 1274 | + "members":{ |
| 1275 | + "resourceArn":{ |
| 1276 | + "shape":"String", |
| 1277 | + "location":"uri", |
| 1278 | + "locationName":"resourceArn" |
| 1279 | + }, |
| 1280 | + "tagKeys":{ |
| 1281 | + "shape":"TagKeysList", |
| 1282 | + "location":"querystring", |
| 1283 | + "locationName":"tagKeys" |
| 1284 | + } |
| 1285 | + } |
| 1286 | + }, |
| 1287 | + "UntagResourceResponse":{ |
| 1288 | + "type":"structure", |
| 1289 | + "members":{ |
| 1290 | + } |
| 1291 | + }, |
1159 | 1292 | "UpdateComputeEnvironmentRequest":{ |
1160 | 1293 | "type":"structure", |
1161 | 1294 | "required":["computeEnvironment"], |
|
0 commit comments