|
613 | 613 | {"shape":"InternalServerException"}
|
614 | 614 | ]
|
615 | 615 | },
|
| 616 | + "GetProfileHistoryRecord":{ |
| 617 | + "name":"GetProfileHistoryRecord", |
| 618 | + "http":{ |
| 619 | + "method":"GET", |
| 620 | + "requestUri":"/domains/{DomainName}/profiles/{ProfileId}/history-records/{Id}" |
| 621 | + }, |
| 622 | + "input":{"shape":"GetProfileHistoryRecordRequest"}, |
| 623 | + "output":{"shape":"GetProfileHistoryRecordResponse"}, |
| 624 | + "errors":[ |
| 625 | + {"shape":"BadRequestException"}, |
| 626 | + {"shape":"AccessDeniedException"}, |
| 627 | + {"shape":"ResourceNotFoundException"}, |
| 628 | + {"shape":"ThrottlingException"}, |
| 629 | + {"shape":"InternalServerException"} |
| 630 | + ] |
| 631 | + }, |
616 | 632 | "GetProfileObjectType":{
|
617 | 633 | "name":"GetProfileObjectType",
|
618 | 634 | "http":{
|
|
660 | 676 | {"shape":"BadRequestException"},
|
661 | 677 | {"shape":"ThrottlingException"},
|
662 | 678 | {"shape":"AccessDeniedException"}
|
663 |
| - ] |
| 679 | + ], |
| 680 | + "readonly":true |
664 | 681 | },
|
665 | 682 | "GetSegmentEstimate":{
|
666 | 683 | "name":"GetSegmentEstimate",
|
|
743 | 760 | {"shape":"BadRequestException"},
|
744 | 761 | {"shape":"ThrottlingException"},
|
745 | 762 | {"shape":"AccessDeniedException"}
|
746 |
| - ] |
| 763 | + ], |
| 764 | + "readonly":true |
747 | 765 | },
|
748 | 766 | "GetUploadJobPath":{
|
749 | 767 | "name":"GetUploadJobPath",
|
|
760 | 778 | {"shape":"BadRequestException"},
|
761 | 779 | {"shape":"ThrottlingException"},
|
762 | 780 | {"shape":"AccessDeniedException"}
|
763 |
| - ] |
| 781 | + ], |
| 782 | + "readonly":true |
764 | 783 | },
|
765 | 784 | "GetWorkflow":{
|
766 | 785 | "name":"GetWorkflow",
|
|
970 | 989 | {"shape":"InternalServerException"}
|
971 | 990 | ]
|
972 | 991 | },
|
| 992 | + "ListProfileHistoryRecords":{ |
| 993 | + "name":"ListProfileHistoryRecords", |
| 994 | + "http":{ |
| 995 | + "method":"POST", |
| 996 | + "requestUri":"/domains/{DomainName}/profiles/history-records" |
| 997 | + }, |
| 998 | + "input":{"shape":"ListProfileHistoryRecordsRequest"}, |
| 999 | + "output":{"shape":"ListProfileHistoryRecordsResponse"}, |
| 1000 | + "errors":[ |
| 1001 | + {"shape":"BadRequestException"}, |
| 1002 | + {"shape":"AccessDeniedException"}, |
| 1003 | + {"shape":"ResourceNotFoundException"}, |
| 1004 | + {"shape":"ThrottlingException"}, |
| 1005 | + {"shape":"InternalServerException"} |
| 1006 | + ] |
| 1007 | + }, |
973 | 1008 | "ListProfileObjectTypeTemplates":{
|
974 | 1009 | "name":"ListProfileObjectTypeTemplates",
|
975 | 1010 | "http":{
|
|
1049 | 1084 | {"shape":"BadRequestException"},
|
1050 | 1085 | {"shape":"ThrottlingException"},
|
1051 | 1086 | {"shape":"AccessDeniedException"}
|
1052 |
| - ] |
| 1087 | + ], |
| 1088 | + "readonly":true |
1053 | 1089 | },
|
1054 | 1090 | "ListTagsForResource":{
|
1055 | 1091 | "name":"ListTagsForResource",
|
|
1080 | 1116 | {"shape":"BadRequestException"},
|
1081 | 1117 | {"shape":"ThrottlingException"},
|
1082 | 1118 | {"shape":"AccessDeniedException"}
|
1083 |
| - ] |
| 1119 | + ], |
| 1120 | + "readonly":true |
1084 | 1121 | },
|
1085 | 1122 | "ListWorkflows":{
|
1086 | 1123 | "name":"ListWorkflows",
|
|
1335 | 1372 | "error":{"httpStatusCode":403},
|
1336 | 1373 | "exception":true
|
1337 | 1374 | },
|
| 1375 | + "ActionType":{ |
| 1376 | + "type":"string", |
| 1377 | + "enum":[ |
| 1378 | + "ADDED_PROFILE_KEY", |
| 1379 | + "DELETED_PROFILE_KEY", |
| 1380 | + "CREATED", |
| 1381 | + "UPDATED", |
| 1382 | + "INGESTED", |
| 1383 | + "DELETED_BY_CUSTOMER", |
| 1384 | + "EXPIRED", |
| 1385 | + "MERGED", |
| 1386 | + "DELETED_BY_MERGE" |
| 1387 | + ] |
| 1388 | + }, |
1338 | 1389 | "AddProfileKeyRequest":{
|
1339 | 1390 | "type":"structure",
|
1340 | 1391 | "required":[
|
|
3428 | 3479 | "Matches":{"shape":"MatchesList"}
|
3429 | 3480 | }
|
3430 | 3481 | },
|
| 3482 | + "GetProfileHistoryRecordRequest":{ |
| 3483 | + "type":"structure", |
| 3484 | + "required":[ |
| 3485 | + "DomainName", |
| 3486 | + "ProfileId", |
| 3487 | + "Id" |
| 3488 | + ], |
| 3489 | + "members":{ |
| 3490 | + "DomainName":{ |
| 3491 | + "shape":"name", |
| 3492 | + "location":"uri", |
| 3493 | + "locationName":"DomainName" |
| 3494 | + }, |
| 3495 | + "ProfileId":{ |
| 3496 | + "shape":"uuid", |
| 3497 | + "location":"uri", |
| 3498 | + "locationName":"ProfileId" |
| 3499 | + }, |
| 3500 | + "Id":{ |
| 3501 | + "shape":"uuid", |
| 3502 | + "location":"uri", |
| 3503 | + "locationName":"Id" |
| 3504 | + } |
| 3505 | + } |
| 3506 | + }, |
| 3507 | + "GetProfileHistoryRecordResponse":{ |
| 3508 | + "type":"structure", |
| 3509 | + "required":[ |
| 3510 | + "Id", |
| 3511 | + "ObjectTypeName", |
| 3512 | + "CreatedAt", |
| 3513 | + "ActionType" |
| 3514 | + ], |
| 3515 | + "members":{ |
| 3516 | + "Id":{"shape":"uuid"}, |
| 3517 | + "ObjectTypeName":{"shape":"typeName"}, |
| 3518 | + "CreatedAt":{"shape":"timestamp"}, |
| 3519 | + "LastUpdatedAt":{"shape":"timestamp"}, |
| 3520 | + "ActionType":{"shape":"ActionType"}, |
| 3521 | + "ProfileObjectUniqueKey":{"shape":"string1To255"}, |
| 3522 | + "Content":{"shape":"stringifiedJson"}, |
| 3523 | + "PerformedBy":{"shape":"string1To255"} |
| 3524 | + } |
| 3525 | + }, |
3431 | 3526 | "GetProfileObjectTypeRequest":{
|
3432 | 3527 | "type":"structure",
|
3433 | 3528 | "required":[
|
|
4423 | 4518 | "NextToken":{"shape":"token"}
|
4424 | 4519 | }
|
4425 | 4520 | },
|
| 4521 | + "ListProfileHistoryRecordsRequest":{ |
| 4522 | + "type":"structure", |
| 4523 | + "required":[ |
| 4524 | + "DomainName", |
| 4525 | + "ProfileId" |
| 4526 | + ], |
| 4527 | + "members":{ |
| 4528 | + "DomainName":{ |
| 4529 | + "shape":"name", |
| 4530 | + "location":"uri", |
| 4531 | + "locationName":"DomainName" |
| 4532 | + }, |
| 4533 | + "ProfileId":{"shape":"uuid"}, |
| 4534 | + "ObjectTypeName":{"shape":"typeName"}, |
| 4535 | + "NextToken":{ |
| 4536 | + "shape":"token", |
| 4537 | + "location":"querystring", |
| 4538 | + "locationName":"next-token" |
| 4539 | + }, |
| 4540 | + "MaxResults":{ |
| 4541 | + "shape":"maxSize100", |
| 4542 | + "location":"querystring", |
| 4543 | + "locationName":"max-results" |
| 4544 | + }, |
| 4545 | + "ActionType":{"shape":"ActionType"}, |
| 4546 | + "PerformedBy":{"shape":"string1To255"} |
| 4547 | + } |
| 4548 | + }, |
| 4549 | + "ListProfileHistoryRecordsResponse":{ |
| 4550 | + "type":"structure", |
| 4551 | + "members":{ |
| 4552 | + "ProfileHistoryRecords":{"shape":"ProfileHistoryRecords"}, |
| 4553 | + "NextToken":{"shape":"token"} |
| 4554 | + } |
| 4555 | + }, |
4426 | 4556 | "ListProfileObjectTypeItem":{
|
4427 | 4557 | "type":"structure",
|
4428 | 4558 | "required":[
|
|
5165 | 5295 | }
|
5166 | 5296 | }
|
5167 | 5297 | },
|
| 5298 | + "ProfileHistoryRecord":{ |
| 5299 | + "type":"structure", |
| 5300 | + "required":[ |
| 5301 | + "Id", |
| 5302 | + "ObjectTypeName", |
| 5303 | + "CreatedAt", |
| 5304 | + "ActionType" |
| 5305 | + ], |
| 5306 | + "members":{ |
| 5307 | + "Id":{"shape":"uuid"}, |
| 5308 | + "ObjectTypeName":{"shape":"typeName"}, |
| 5309 | + "CreatedAt":{"shape":"timestamp"}, |
| 5310 | + "LastUpdatedAt":{"shape":"timestamp"}, |
| 5311 | + "ActionType":{"shape":"ActionType"}, |
| 5312 | + "ProfileObjectUniqueKey":{"shape":"string1To255"}, |
| 5313 | + "PerformedBy":{"shape":"string1To255"} |
| 5314 | + } |
| 5315 | + }, |
| 5316 | + "ProfileHistoryRecords":{ |
| 5317 | + "type":"list", |
| 5318 | + "member":{"shape":"ProfileHistoryRecord"} |
| 5319 | + }, |
5168 | 5320 | "ProfileId":{"type":"string"},
|
5169 | 5321 | "ProfileIdList":{
|
5170 | 5322 | "type":"list",
|
|
0 commit comments