|
205 | 205 | ],
|
206 | 206 | "documentation":"<p> Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>"
|
207 | 207 | },
|
| 208 | + "ListTagsForResource":{ |
| 209 | + "name":"ListTagsForResource", |
| 210 | + "http":{ |
| 211 | + "method":"GET", |
| 212 | + "requestUri":"/tags", |
| 213 | + "responseCode":200 |
| 214 | + }, |
| 215 | + "input":{"shape":"ListTagsForResourceRequest"}, |
| 216 | + "output":{"shape":"ListTagsForResourceResponse"}, |
| 217 | + "errors":[ |
| 218 | + {"shape":"ResourceNotFoundException"} |
| 219 | + ], |
| 220 | + "documentation":"<p>Returns a list of the tags available for the specified resource.</p>" |
| 221 | + }, |
208 | 222 | "StartMeetingTranscription":{
|
209 | 223 | "name":"StartMeetingTranscription",
|
210 | 224 | "http":{
|
|
246 | 260 | ],
|
247 | 261 | "documentation":"<p>Stops transcription for the specified <code>meetingId</code>.</p>"
|
248 | 262 | },
|
| 263 | + "TagResource":{ |
| 264 | + "name":"TagResource", |
| 265 | + "http":{ |
| 266 | + "method":"POST", |
| 267 | + "requestUri":"/tags?operation=tag-resource", |
| 268 | + "responseCode":204 |
| 269 | + }, |
| 270 | + "input":{"shape":"TagResourceRequest"}, |
| 271 | + "output":{"shape":"TagResourceResponse"}, |
| 272 | + "errors":[ |
| 273 | + {"shape":"BadRequestException"}, |
| 274 | + {"shape":"ResourceNotFoundException"}, |
| 275 | + {"shape":"TooManyTagsException"} |
| 276 | + ], |
| 277 | + "documentation":"<p>The resource that supports tags.</p>" |
| 278 | + }, |
| 279 | + "UntagResource":{ |
| 280 | + "name":"UntagResource", |
| 281 | + "http":{ |
| 282 | + "method":"POST", |
| 283 | + "requestUri":"/tags?operation=untag-resource", |
| 284 | + "responseCode":204 |
| 285 | + }, |
| 286 | + "input":{"shape":"UntagResourceRequest"}, |
| 287 | + "output":{"shape":"UntagResourceResponse"}, |
| 288 | + "errors":[ |
| 289 | + {"shape":"BadRequestException"}, |
| 290 | + {"shape":"ResourceNotFoundException"} |
| 291 | + ], |
| 292 | + "documentation":"<p>Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:</p> <ul> <li> <p>To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag.</p> </li> <li> <p>You can only tag resources that are located in the specified AWS Region for the calling AWS account.</p> </li> </ul> <p> <b>Minimum permissions</b> </p> <p>In addition to the <code>tag:UntagResources</code> permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the <code>UntagResources</code> operation, you must have both of the following permissions:</p> <p> <code>tag:UntagResource</code> </p> <p> <code>ChimeSDKMeetings:DeleteTags</code> </p>" |
| 293 | + }, |
249 | 294 | "UpdateAttendeeCapabilities":{
|
250 | 295 | "name":"UpdateAttendeeCapabilities",
|
251 | 296 | "http":{
|
|
266 | 311 | }
|
267 | 312 | },
|
268 | 313 | "shapes":{
|
| 314 | + "AmazonResourceName":{ |
| 315 | + "type":"string", |
| 316 | + "max":1011, |
| 317 | + "min":1, |
| 318 | + "pattern":"^arn:.*" |
| 319 | + }, |
269 | 320 | "Arn":{
|
270 | 321 | "type":"string",
|
271 | 322 | "max":1024,
|
|
436 | 487 | "members":{
|
437 | 488 | "Code":{"shape":"String"},
|
438 | 489 | "Message":{"shape":"String"},
|
439 |
| - "RequestId":{"shape":"String"} |
| 490 | + "RequestId":{ |
| 491 | + "shape":"String", |
| 492 | + "documentation":"<p>The ID of the request involved in the conflict.</p>" |
| 493 | + } |
440 | 494 | },
|
441 | 495 | "documentation":"<p>Multiple instances of the same request have been made simultaneously.</p>",
|
442 | 496 | "error":{"httpStatusCode":409},
|
|
553 | 607 | "TenantIds":{
|
554 | 608 | "shape":"TenantIdList",
|
555 | 609 | "documentation":"<p>A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.</p>"
|
| 610 | + }, |
| 611 | + "Tags":{ |
| 612 | + "shape":"TagList", |
| 613 | + "documentation":"<p>Applies one or more tags to an Amazon Chime SDK meeting. Note the following:</p> <ul> <li> <p>Not all resources have tags. For a list of services with resources that support tagging using this operation, see <a href=\"https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/supported-services.html\">Services that support the Resource Groups Tagging API</a>. If the resource doesn't yet support this operation, the resource's service might support tagging using its own API operations. For more information, refer to the documentation for that service.</p> </li> <li> <p>Each resource can have up to 50 tags. For other limits, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions\">Tag Naming and Usage Conventions</a> in the <i>AWS General Reference</i>.</p> </li> <li> <p>You can only tag resources that are located in the specified AWS Region for the AWS account.</p> </li> <li> <p>To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service.</p> </li> </ul> <important> <p>Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.</p> </important> <p> <b>Minimum permissions</b> </p> <p> In addition to the <code>tag:TagResources </code>permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag a <code>ChimeSDKMeetings</code> instance using the <code>TagResources</code> operation, you must have both of the following permissions:</p> <p> <code>tag:TagResources</code> </p> <p> <code>ChimeSDKMeetings:CreateTags</code> </p> <note> <p>Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3 bucket, you must also have the <code>s3:GetBucketTagging</code> permission. If the expected minimum permissions don't work, check the documentation for that service's tagging APIs for more information.</p> </note>" |
556 | 614 | }
|
557 | 615 | }
|
558 | 616 | },
|
|
610 | 668 | "TenantIds":{
|
611 | 669 | "shape":"TenantIdList",
|
612 | 670 | "documentation":"<p>A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.</p>"
|
| 671 | + }, |
| 672 | + "Tags":{ |
| 673 | + "shape":"TagList", |
| 674 | + "documentation":"<p>The tags in the request.</p>" |
613 | 675 | }
|
614 | 676 | }
|
615 | 677 | },
|
|
904 | 966 | }
|
905 | 967 | }
|
906 | 968 | },
|
| 969 | + "ListTagsForResourceRequest":{ |
| 970 | + "type":"structure", |
| 971 | + "required":["ResourceARN"], |
| 972 | + "members":{ |
| 973 | + "ResourceARN":{ |
| 974 | + "shape":"AmazonResourceName", |
| 975 | + "documentation":"<p>The ARN of the resource.</p>", |
| 976 | + "location":"querystring", |
| 977 | + "locationName":"arn" |
| 978 | + } |
| 979 | + } |
| 980 | + }, |
| 981 | + "ListTagsForResourceResponse":{ |
| 982 | + "type":"structure", |
| 983 | + "members":{ |
| 984 | + "Tags":{ |
| 985 | + "shape":"TagList", |
| 986 | + "documentation":"<p>The tags requested for the specified resource.</p>" |
| 987 | + } |
| 988 | + } |
| 989 | + }, |
907 | 990 | "MediaCapabilities":{
|
908 | 991 | "type":"string",
|
909 | 992 | "enum":[
|
|
990 | 1073 | "TenantIds":{
|
991 | 1074 | "shape":"TenantIdList",
|
992 | 1075 | "documentation":"<p>Array of strings.</p>"
|
| 1076 | + }, |
| 1077 | + "MeetingArn":{ |
| 1078 | + "shape":"AmazonResourceName", |
| 1079 | + "documentation":"<p>The ARN of the meeting.</p>" |
993 | 1080 | }
|
994 | 1081 | },
|
995 | 1082 | "documentation":"<p>A meeting created using the Amazon Chime SDK.</p>"
|
|
1048 | 1135 | "max":64,
|
1049 | 1136 | "min":2
|
1050 | 1137 | },
|
| 1138 | + "ResourceNotFoundException":{ |
| 1139 | + "type":"structure", |
| 1140 | + "members":{ |
| 1141 | + "Code":{"shape":"String"}, |
| 1142 | + "Message":{"shape":"String"}, |
| 1143 | + "RequestId":{ |
| 1144 | + "shape":"String", |
| 1145 | + "documentation":"<p>The ID of the resource that couldn't be found.</p>" |
| 1146 | + }, |
| 1147 | + "ResourceName":{ |
| 1148 | + "shape":"AmazonResourceName", |
| 1149 | + "documentation":"<p>The name of the resource that couldn't be found.</p>" |
| 1150 | + } |
| 1151 | + }, |
| 1152 | + "documentation":"<p>The resource that you want to tag couldn't be found.</p>", |
| 1153 | + "error":{"httpStatusCode":404}, |
| 1154 | + "exception":true |
| 1155 | + }, |
1051 | 1156 | "ResultMax":{
|
1052 | 1157 | "type":"integer",
|
1053 | 1158 | "max":100,
|
|
1059 | 1164 | "members":{
|
1060 | 1165 | "Code":{"shape":"String"},
|
1061 | 1166 | "Message":{"shape":"String"},
|
1062 |
| - "RequestId":{"shape":"String"} |
| 1167 | + "RequestId":{ |
| 1168 | + "shape":"String", |
| 1169 | + "documentation":"<p>The ID of the failed request.</p>" |
| 1170 | + } |
1063 | 1171 | },
|
1064 | 1172 | "documentation":"<p>The service encountered an unexpected error.</p>",
|
1065 | 1173 | "error":{"httpStatusCode":500},
|
|
1122 | 1230 | "type":"string",
|
1123 | 1231 | "max":4096
|
1124 | 1232 | },
|
| 1233 | + "Tag":{ |
| 1234 | + "type":"structure", |
| 1235 | + "required":[ |
| 1236 | + "Key", |
| 1237 | + "Value" |
| 1238 | + ], |
| 1239 | + "members":{ |
| 1240 | + "Key":{ |
| 1241 | + "shape":"TagKey", |
| 1242 | + "documentation":"<p>The tag's key.</p>" |
| 1243 | + }, |
| 1244 | + "Value":{ |
| 1245 | + "shape":"TagValue", |
| 1246 | + "documentation":"<p>The tag's value.</p>" |
| 1247 | + } |
| 1248 | + }, |
| 1249 | + "documentation":"<p>A key-value pair that you define.</p>" |
| 1250 | + }, |
| 1251 | + "TagKey":{ |
| 1252 | + "type":"string", |
| 1253 | + "max":128, |
| 1254 | + "min":1, |
| 1255 | + "pattern":"^[a-zA-Z+-=._:/]+$" |
| 1256 | + }, |
| 1257 | + "TagKeyList":{ |
| 1258 | + "type":"list", |
| 1259 | + "member":{"shape":"TagKey"}, |
| 1260 | + "max":50, |
| 1261 | + "min":0 |
| 1262 | + }, |
| 1263 | + "TagList":{ |
| 1264 | + "type":"list", |
| 1265 | + "member":{"shape":"Tag"}, |
| 1266 | + "max":50, |
| 1267 | + "min":0 |
| 1268 | + }, |
| 1269 | + "TagResourceRequest":{ |
| 1270 | + "type":"structure", |
| 1271 | + "required":[ |
| 1272 | + "ResourceARN", |
| 1273 | + "Tags" |
| 1274 | + ], |
| 1275 | + "members":{ |
| 1276 | + "ResourceARN":{ |
| 1277 | + "shape":"AmazonResourceName", |
| 1278 | + "documentation":"<p>The ARN of the resource.</p>" |
| 1279 | + }, |
| 1280 | + "Tags":{ |
| 1281 | + "shape":"TagList", |
| 1282 | + "documentation":"<p>Lists the requested tags.</p>" |
| 1283 | + } |
| 1284 | + } |
| 1285 | + }, |
| 1286 | + "TagResourceResponse":{ |
| 1287 | + "type":"structure", |
| 1288 | + "members":{ |
| 1289 | + } |
| 1290 | + }, |
| 1291 | + "TagValue":{ |
| 1292 | + "type":"string", |
| 1293 | + "max":256, |
| 1294 | + "min":0, |
| 1295 | + "pattern":"[\\s\\w+-=\\.:/@]*" |
| 1296 | + }, |
1125 | 1297 | "TenantId":{
|
1126 | 1298 | "type":"string",
|
1127 | 1299 | "max":256,
|
|
1139 | 1311 | "members":{
|
1140 | 1312 | "Code":{"shape":"String"},
|
1141 | 1313 | "Message":{"shape":"String"},
|
1142 |
| - "RequestId":{"shape":"String"} |
| 1314 | + "RequestId":{ |
| 1315 | + "shape":"String", |
| 1316 | + "documentation":"<p>The ID of the request that exceeded the throttling limit.</p>" |
| 1317 | + } |
1143 | 1318 | },
|
1144 | 1319 | "documentation":"<p>The number of customer requests exceeds the request rate limit.</p>",
|
1145 | 1320 | "error":{"httpStatusCode":429},
|
1146 | 1321 | "exception":true
|
1147 | 1322 | },
|
| 1323 | + "TooManyTagsException":{ |
| 1324 | + "type":"structure", |
| 1325 | + "members":{ |
| 1326 | + "Code":{"shape":"String"}, |
| 1327 | + "Message":{"shape":"String"}, |
| 1328 | + "RequestId":{ |
| 1329 | + "shape":"String", |
| 1330 | + "documentation":"<p>The ID of the request that contains too many tags.</p>" |
| 1331 | + }, |
| 1332 | + "ResourceName":{ |
| 1333 | + "shape":"AmazonResourceName", |
| 1334 | + "documentation":"<p>The name of the resource that received too many tags.</p>" |
| 1335 | + } |
| 1336 | + }, |
| 1337 | + "documentation":"<p>Too many tags were added to the specified resource.</p>", |
| 1338 | + "error":{"httpStatusCode":400}, |
| 1339 | + "exception":true |
| 1340 | + }, |
1148 | 1341 | "TranscribeContentIdentificationType":{
|
1149 | 1342 | "type":"string",
|
1150 | 1343 | "enum":["PII"]
|
|
1302 | 1495 | "error":{"httpStatusCode":422},
|
1303 | 1496 | "exception":true
|
1304 | 1497 | },
|
| 1498 | + "UntagResourceRequest":{ |
| 1499 | + "type":"structure", |
| 1500 | + "required":[ |
| 1501 | + "ResourceARN", |
| 1502 | + "TagKeys" |
| 1503 | + ], |
| 1504 | + "members":{ |
| 1505 | + "ResourceARN":{ |
| 1506 | + "shape":"AmazonResourceName", |
| 1507 | + "documentation":"<p>The ARN of the resource that you're removing tags from.</p>" |
| 1508 | + }, |
| 1509 | + "TagKeys":{ |
| 1510 | + "shape":"TagKeyList", |
| 1511 | + "documentation":"<p>The tag keys being removed from the resources.</p>" |
| 1512 | + } |
| 1513 | + } |
| 1514 | + }, |
| 1515 | + "UntagResourceResponse":{ |
| 1516 | + "type":"structure", |
| 1517 | + "members":{ |
| 1518 | + } |
| 1519 | + }, |
1305 | 1520 | "UpdateAttendeeCapabilitiesRequest":{
|
1306 | 1521 | "type":"structure",
|
1307 | 1522 | "required":[
|
|
0 commit comments