|
33 | 33 | "documentation":"<p>Adds a policy statement object. To retrieve a list of existing policy statements, use the <code>GetPolicy</code> API.</p>",
|
34 | 34 | "idempotent":true
|
35 | 35 | },
|
| 36 | + "BatchDeleteUniqueId":{ |
| 37 | + "name":"BatchDeleteUniqueId", |
| 38 | + "http":{ |
| 39 | + "method":"DELETE", |
| 40 | + "requestUri":"/matchingworkflows/{workflowName}/uniqueids", |
| 41 | + "responseCode":200 |
| 42 | + }, |
| 43 | + "input":{"shape":"BatchDeleteUniqueIdInput"}, |
| 44 | + "output":{"shape":"BatchDeleteUniqueIdOutput"}, |
| 45 | + "errors":[ |
| 46 | + {"shape":"InternalServerException"}, |
| 47 | + {"shape":"ResourceNotFoundException"}, |
| 48 | + {"shape":"ValidationException"} |
| 49 | + ], |
| 50 | + "documentation":"<p>Deletes multiple unique IDs in a matching workflow.</p>" |
| 51 | + }, |
36 | 52 | "CreateIdMappingWorkflow":{
|
37 | 53 | "name":"CreateIdMappingWorkflow",
|
38 | 54 | "http":{
|
|
768 | 784 | "type":"list",
|
769 | 785 | "member":{"shape":"AwsAccountId"}
|
770 | 786 | },
|
| 787 | + "BatchDeleteUniqueIdInput":{ |
| 788 | + "type":"structure", |
| 789 | + "required":[ |
| 790 | + "uniqueIds", |
| 791 | + "workflowName" |
| 792 | + ], |
| 793 | + "members":{ |
| 794 | + "inputSource":{ |
| 795 | + "shape":"BatchDeleteUniqueIdInputInputSourceString", |
| 796 | + "documentation":"<p>The input source for the batch delete unique ID operation.</p>", |
| 797 | + "location":"header", |
| 798 | + "locationName":"inputSource" |
| 799 | + }, |
| 800 | + "uniqueIds":{ |
| 801 | + "shape":"UniqueIdList", |
| 802 | + "documentation":"<p>The unique IDs to delete.</p>", |
| 803 | + "location":"header", |
| 804 | + "locationName":"uniqueIds" |
| 805 | + }, |
| 806 | + "workflowName":{ |
| 807 | + "shape":"EntityName", |
| 808 | + "documentation":"<p>The name of the workflow.</p>", |
| 809 | + "location":"uri", |
| 810 | + "locationName":"workflowName" |
| 811 | + } |
| 812 | + } |
| 813 | + }, |
| 814 | + "BatchDeleteUniqueIdInputInputSourceString":{ |
| 815 | + "type":"string", |
| 816 | + "pattern":"^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$" |
| 817 | + }, |
| 818 | + "BatchDeleteUniqueIdOutput":{ |
| 819 | + "type":"structure", |
| 820 | + "required":[ |
| 821 | + "deleted", |
| 822 | + "disconnectedUniqueIds", |
| 823 | + "errors", |
| 824 | + "status" |
| 825 | + ], |
| 826 | + "members":{ |
| 827 | + "deleted":{ |
| 828 | + "shape":"DeletedUniqueIdList", |
| 829 | + "documentation":"<p>The unique IDs that were deleted.</p>" |
| 830 | + }, |
| 831 | + "disconnectedUniqueIds":{ |
| 832 | + "shape":"DisconnectedUniqueIdsList", |
| 833 | + "documentation":"<p>The unique IDs that were disconnected.</p>" |
| 834 | + }, |
| 835 | + "errors":{ |
| 836 | + "shape":"DeleteUniqueIdErrorsList", |
| 837 | + "documentation":"<p> The errors from deleting multiple unique IDs.</p>" |
| 838 | + }, |
| 839 | + "status":{ |
| 840 | + "shape":"DeleteUniqueIdStatus", |
| 841 | + "documentation":"<p>The status of the batch delete unique ID operation.</p>" |
| 842 | + } |
| 843 | + } |
| 844 | + }, |
771 | 845 | "Boolean":{
|
772 | 846 | "type":"boolean",
|
773 | 847 | "box":true
|
|
1223 | 1297 | }
|
1224 | 1298 | }
|
1225 | 1299 | },
|
| 1300 | + "DeleteUniqueIdError":{ |
| 1301 | + "type":"structure", |
| 1302 | + "required":[ |
| 1303 | + "errorType", |
| 1304 | + "uniqueId" |
| 1305 | + ], |
| 1306 | + "members":{ |
| 1307 | + "errorType":{ |
| 1308 | + "shape":"DeleteUniqueIdErrorType", |
| 1309 | + "documentation":"<p> The error type for the batch delete unique ID operation.</p>" |
| 1310 | + }, |
| 1311 | + "uniqueId":{ |
| 1312 | + "shape":"UniqueId", |
| 1313 | + "documentation":"<p>The unique ID that could not be deleted.</p>" |
| 1314 | + } |
| 1315 | + }, |
| 1316 | + "documentation":"<p>The Delete Unique Id error.</p>" |
| 1317 | + }, |
| 1318 | + "DeleteUniqueIdErrorType":{ |
| 1319 | + "type":"string", |
| 1320 | + "enum":[ |
| 1321 | + "SERVICE_ERROR", |
| 1322 | + "VALIDATION_ERROR" |
| 1323 | + ] |
| 1324 | + }, |
| 1325 | + "DeleteUniqueIdErrorsList":{ |
| 1326 | + "type":"list", |
| 1327 | + "member":{"shape":"DeleteUniqueIdError"} |
| 1328 | + }, |
| 1329 | + "DeleteUniqueIdStatus":{ |
| 1330 | + "type":"string", |
| 1331 | + "enum":[ |
| 1332 | + "COMPLETED", |
| 1333 | + "ACCEPTED" |
| 1334 | + ] |
| 1335 | + }, |
| 1336 | + "DeletedUniqueId":{ |
| 1337 | + "type":"structure", |
| 1338 | + "required":["uniqueId"], |
| 1339 | + "members":{ |
| 1340 | + "uniqueId":{ |
| 1341 | + "shape":"UniqueId", |
| 1342 | + "documentation":"<p> The unique ID of the deleted item.</p>" |
| 1343 | + } |
| 1344 | + }, |
| 1345 | + "documentation":"<p>The deleted unique ID.</p>" |
| 1346 | + }, |
| 1347 | + "DeletedUniqueIdList":{ |
| 1348 | + "type":"list", |
| 1349 | + "member":{"shape":"DeletedUniqueId"} |
| 1350 | + }, |
1226 | 1351 | "Description":{
|
1227 | 1352 | "type":"string",
|
1228 | 1353 | "max":255,
|
1229 | 1354 | "min":0
|
1230 | 1355 | },
|
| 1356 | + "DisconnectedUniqueIdsList":{ |
| 1357 | + "type":"list", |
| 1358 | + "member":{"shape":"UniqueId"} |
| 1359 | + }, |
1231 | 1360 | "Document":{
|
1232 | 1361 | "type":"structure",
|
1233 | 1362 | "members":{
|
|
2890 | 3019 | "type":"string",
|
2891 | 3020 | "max":255,
|
2892 | 3021 | "min":0,
|
2893 |
| - "pattern":"^[a-zA-Z_0-9-.@ ()+\\t]*$" |
| 3022 | + "pattern":"^[a-zA-Z_0-9-./@ ()+\\t]*$" |
2894 | 3023 | },
|
2895 | 3024 | "RequiredBucketActionsList":{
|
2896 | 3025 | "type":"list",
|
|
2980 | 3109 | "RuleBasedPropertiesRulesList":{
|
2981 | 3110 | "type":"list",
|
2982 | 3111 | "member":{"shape":"Rule"},
|
2983 |
| - "max":15, |
| 3112 | + "max":25, |
2984 | 3113 | "min":1
|
2985 | 3114 | },
|
2986 | 3115 | "RuleMatchingKeysList":{
|
|
3272 | 3401 | "retryable":{"throttling":true}
|
3273 | 3402 | },
|
3274 | 3403 | "Timestamp":{"type":"timestamp"},
|
| 3404 | + "UniqueId":{ |
| 3405 | + "type":"string", |
| 3406 | + "max":760, |
| 3407 | + "min":1, |
| 3408 | + "pattern":"^[a-zA-Z_0-9-,]*$" |
| 3409 | + }, |
| 3410 | + "UniqueIdList":{ |
| 3411 | + "type":"list", |
| 3412 | + "member":{"shape":"UniqueId"} |
| 3413 | + }, |
3275 | 3414 | "UntagResourceInput":{
|
3276 | 3415 | "type":"structure",
|
3277 | 3416 | "required":[
|
|
0 commit comments